* new themes and theme type updates * update theme processing port newer functionality from webapp * update theme UI including new svg-based thumbnail * lint fixes * update snapshots and tests * update theme tile border approach * remove unused path component * remove old variable typo * remove old variable type from theme type * lint and snapshot updates * update snapshots
68 lines
1.9 KiB
Text
68 lines
1.9 KiB
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`PostDraft Archived should match snapshot 1`] = `
|
|
<Connect(Archived)
|
|
deactivated={false}
|
|
intl={
|
|
Object {
|
|
"defaultFormats": Object {},
|
|
"defaultLocale": "en",
|
|
"formatDate": [Function],
|
|
"formatHTMLMessage": [Function],
|
|
"formatMessage": [Function],
|
|
"formatNumber": [Function],
|
|
"formatPlural": [Function],
|
|
"formatRelative": [Function],
|
|
"formatTime": [Function],
|
|
"formats": Object {},
|
|
"formatters": Object {
|
|
"getDateTimeFormat": [Function],
|
|
"getMessageFormat": [Function],
|
|
"getNumberFormat": [Function],
|
|
"getPluralFormat": [Function],
|
|
"getRelativeFormat": [Function],
|
|
},
|
|
"locale": "en",
|
|
"messages": Object {},
|
|
"now": [Function],
|
|
"onError": [Function],
|
|
"textComponent": "span",
|
|
"timeZone": null,
|
|
}
|
|
}
|
|
reactReduxForwardedRef={null}
|
|
rootId="root-id"
|
|
selectPenultimateChannel={[MockFunction]}
|
|
teamId="team-id"
|
|
testID="post_draft.archived"
|
|
theme={
|
|
Object {
|
|
"awayIndicator": "#ffbc1f",
|
|
"buttonBg": "#1c58d9",
|
|
"buttonColor": "#ffffff",
|
|
"centerChannelBg": "#ffffff",
|
|
"centerChannelColor": "#3f4350",
|
|
"codeTheme": "github",
|
|
"dndIndicator": "#d24b4e",
|
|
"errorTextColor": "#d24b4e",
|
|
"linkColor": "#386fe5",
|
|
"mentionBg": "#ffffff",
|
|
"mentionColor": "#1e325c",
|
|
"mentionHighlightBg": "#ffd470",
|
|
"mentionHighlightLink": "#1b1d22",
|
|
"newMessageSeparator": "#cc8f00",
|
|
"onlineIndicator": "#3db887",
|
|
"sidebarBg": "#1e325c",
|
|
"sidebarHeaderBg": "#192a4d",
|
|
"sidebarHeaderTextColor": "#ffffff",
|
|
"sidebarTeamBarBg": "#14213e",
|
|
"sidebarText": "#ffffff",
|
|
"sidebarTextActiveBorder": "#5d89ea",
|
|
"sidebarTextActiveColor": "#ffffff",
|
|
"sidebarTextHoverBg": "#28427b",
|
|
"sidebarUnreadText": "#ffffff",
|
|
"type": "Denim",
|
|
}
|
|
}
|
|
/>
|
|
`;
|