@selfcommunity/react-core 0.4.0-alpha.50 → 0.4.0-alpha.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/themes/theme.d.ts.map +1 -1
- package/lib/cjs/themes/theme.js +0 -73
- package/lib/cjs/themes/theme.js.map +1 -1
- package/lib/esm/themes/theme.d.ts.map +1 -1
- package/lib/esm/themes/theme.js +0 -73
- package/lib/esm/themes/theme.js.map +1 -1
- package/lib/umd/react-core.js +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/themes/theme.ts"],"names":[],"mappings":"AAYA,OAAO,EAAuB,WAAW,EAAC,MAAM,UAAU,CAAC;AAiB3D;;;;;GAKG;AACH,QAAA,MAAM,QAAQ,sCAA2B,
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/themes/theme.ts"],"names":[],"mappings":"AAYA,OAAO,EAAuB,WAAW,EAAC,MAAM,UAAU,CAAC;AAiB3D;;;;;GAKG;AACH,QAAA,MAAM,QAAQ,sCAA2B,WAmCxC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
package/lib/cjs/themes/theme.js
CHANGED
|
@@ -50,79 +50,6 @@ const getTheme = (options, preferences) => {
|
|
|
50
50
|
? {
|
|
51
51
|
palette: Object.assign(Object.assign(Object.assign(Object.assign({}, (isValidPreference(preferences, Preferences_1.COLORS_COLORBACK, validate_color_1.default) && { background: { default: preferences[Preferences_1.COLORS_COLORBACK].value } })), (isValidPreference(preferences, Preferences_1.COLORS_COLORFONT, validate_color_1.default) && { text: { primary: preferences[Preferences_1.COLORS_COLORFONT].value } })), (isValidPreference(preferences, Preferences_1.COLORS_COLORPRIMARY, validate_color_1.default) && { primary: { main: preferences[Preferences_1.COLORS_COLORPRIMARY].value } })), (isValidPreference(preferences, Preferences_1.COLORS_COLORSECONDARY, validate_color_1.default) && Object.assign({ secondary: { main: preferences[Preferences_1.COLORS_COLORSECONDARY].value } }, (isValidPreference(preferences, Preferences_1.COLORS_NAVBARBACK, validate_color_1.default) && { navbar: { main: preferences[Preferences_1.COLORS_NAVBARBACK].value } })))),
|
|
52
52
|
typography: Object.assign({}, (isValidPreference(preferences, Preferences_1.STYLE_FONT_FAMILY, utils_2.isString) && { fontFamily: preferences[Preferences_1.STYLE_FONT_FAMILY].value })),
|
|
53
|
-
components: {
|
|
54
|
-
MuiPaper: {
|
|
55
|
-
// styleOverrides: {
|
|
56
|
-
// rounded: {
|
|
57
|
-
// borderRadius: 3,
|
|
58
|
-
// },
|
|
59
|
-
// },
|
|
60
|
-
},
|
|
61
|
-
SCWidget: {
|
|
62
|
-
// variants: [
|
|
63
|
-
// {
|
|
64
|
-
// props: {elevation: 0},
|
|
65
|
-
// style: {
|
|
66
|
-
// border: 0,
|
|
67
|
-
// boxShadow: 'none',
|
|
68
|
-
// marginBottom: '0 !important',
|
|
69
|
-
// },
|
|
70
|
-
// },
|
|
71
|
-
// {
|
|
72
|
-
// props: {variant: 'outlined'},
|
|
73
|
-
// style: {
|
|
74
|
-
// border: '1px solid rgba(0, 0, 0, 0.12)',
|
|
75
|
-
// boxShadow: 'none',
|
|
76
|
-
// },
|
|
77
|
-
// },
|
|
78
|
-
// ],
|
|
79
|
-
// styleOverrides: {
|
|
80
|
-
// root: {
|
|
81
|
-
// border: '0 none',
|
|
82
|
-
// boxShadow: '0px 5px 20px rgba(0, 0, 0, 0.1)',
|
|
83
|
-
// borderRadius: '15px',
|
|
84
|
-
// },
|
|
85
|
-
// },
|
|
86
|
-
},
|
|
87
|
-
SCNotificationItem: {
|
|
88
|
-
// styleOverrides: {
|
|
89
|
-
// root: {
|
|
90
|
-
// '&.SCNotificationItem-new-snippet': {
|
|
91
|
-
// '&::before': {
|
|
92
|
-
// backgroundColor: 'yellow',
|
|
93
|
-
// },
|
|
94
|
-
// },
|
|
95
|
-
// },
|
|
96
|
-
// },
|
|
97
|
-
},
|
|
98
|
-
SCSnippetNotifications: {
|
|
99
|
-
styleOverrides: {
|
|
100
|
-
root: {
|
|
101
|
-
'& .SCSnippetNotifications-list': {
|
|
102
|
-
// wrap notifications list (ul)
|
|
103
|
-
},
|
|
104
|
-
'& .SCSnippetNotifications-item': {
|
|
105
|
-
// single notification item (li)
|
|
106
|
-
},
|
|
107
|
-
['& .SCUserFollowNotification-username, .SCUserFollowNotification-username, .SCCommentNotification-username,' +
|
|
108
|
-
'SCContributionFollowNotification-username, .SCContributionFollowNotification-username, .SCUserNotificationMention-username,' +
|
|
109
|
-
'.SCUserNotificationMention-username, .SCUserNotificationPrivateMessage-message-sender, .SCVoteUpNotification-username']: {
|
|
110
|
-
// username for notification types: user follow, comment/nested comment,
|
|
111
|
-
// follow contribution, mention, private message, vote up
|
|
112
|
-
},
|
|
113
|
-
['& .SCUserFollowNotification-list-item-snippet-new, .SCVoteUpNotification-list-item-snippet-new, ' +
|
|
114
|
-
'.SCUserBlockedNotification-list-item-snippet-new, .SCUndeletedForNotification-list-item-snippet-new, ' +
|
|
115
|
-
'.SCUserNotificationPrivateMessage-list-item-snippet-new, .SCUserNotificationMention-list-item-snippet-new,' +
|
|
116
|
-
'.SCKindlyNoticeForNotification-list-item-snippet-new, .SCKindlyNoticeFlagNotification-list-item-snippet-new,' +
|
|
117
|
-
'.SCIncubatorApprovedNotification-list-item-snippet-new, .SCDeletedForNotification-list-item-snippet-new,' +
|
|
118
|
-
'.SCContributionFollowNotification-list-item-snippet-new, .SCCommentNotification-list-item-snippet-new,' +
|
|
119
|
-
'.SCCollapsedForNotification-list-item-snippet-new']: {
|
|
120
|
-
// border left indicate new notification of various type
|
|
121
|
-
},
|
|
122
|
-
},
|
|
123
|
-
},
|
|
124
|
-
},
|
|
125
|
-
},
|
|
126
53
|
}
|
|
127
54
|
: {};
|
|
128
55
|
return (0, styles_1.createTheme)((0, utils_1.mergeDeep)(Object.assign({ selfcommunity }, defaultOptions), options));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/themes/theme.ts"],"names":[],"mappings":";;;;;AAAA,iDAAiD;AACjD,gDAA+C;AAC/C,oEAA2C;AAC3C,0DAOkC;AAClC,gDAA8C;AAG9C;;;;;;GAMG;AACH,MAAM,iBAAiB,GAAG,CAAC,WAAW,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;IACrD,iDAAiD;IACjD,IAAI,WAAW,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,WAAW,CAAC,IAAI,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE;QACjF,OAAO,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC;KACvC;IACD,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,QAAQ,GAAG,CAAC,OAAO,EAAE,WAAW,EAAe,EAAE;IACrD,MAAM,aAAa,GAAyB;QAC1C,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,GAAG;aAChB;SACF;QACD,QAAQ,EAAE;YACR,IAAI,EAAE;gBACJ,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,EAAE;aACd;SACF;KACF,CAAC;IACF,MAAM,cAAc,GAAG,WAAW;QAChC,CAAC,CAAC;YACE,OAAO,8DACF,CAAC,iBAAiB,CAAC,WAAW,EAAE,8BAAgB,EAAE,wBAAa,CAAC,IAAI,EAAC,UAAU,EAAE,EAAC,OAAO,EAAE,WAAW,CAAC,8BAAgB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GACjI,CAAC,iBAAiB,CAAC,WAAW,EAAE,8BAAgB,EAAE,wBAAa,CAAC,IAAI,EAAC,IAAI,EAAE,EAAC,OAAO,EAAE,WAAW,CAAC,8BAAgB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GAC3H,CAAC,iBAAiB,CAAC,WAAW,EAAE,iCAAmB,EAAE,wBAAa,CAAC,IAAI,EAAC,OAAO,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,iCAAmB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GACjI,CAAC,iBAAiB,CAAC,WAAW,EAAE,mCAAqB,EAAE,wBAAa,CAAC,oBACtE,SAAS,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,mCAAqB,CAAC,CAAC,KAAK,EAAC,IACxD,CAAC,iBAAiB,CAAC,WAAW,EAAE,+BAAiB,EAAE,wBAAa,CAAC,IAAI,EAAC,MAAM,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,+BAAiB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,CAChI,CAAC,CACH;YACD,UAAU,oBACL,CAAC,iBAAiB,CAAC,WAAW,EAAE,+BAAiB,EAAE,gBAAQ,CAAC,IAAI,EAAC,UAAU,EAAE,WAAW,CAAC,+BAAiB,CAAC,CAAC,KAAK,EAAC,CAAC,CACvH;
|
|
1
|
+
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/themes/theme.ts"],"names":[],"mappings":";;;;;AAAA,iDAAiD;AACjD,gDAA+C;AAC/C,oEAA2C;AAC3C,0DAOkC;AAClC,gDAA8C;AAG9C;;;;;;GAMG;AACH,MAAM,iBAAiB,GAAG,CAAC,WAAW,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;IACrD,iDAAiD;IACjD,IAAI,WAAW,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,WAAW,CAAC,IAAI,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE;QACjF,OAAO,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC;KACvC;IACD,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,QAAQ,GAAG,CAAC,OAAO,EAAE,WAAW,EAAe,EAAE;IACrD,MAAM,aAAa,GAAyB;QAC1C,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,GAAG;aAChB;SACF;QACD,QAAQ,EAAE;YACR,IAAI,EAAE;gBACJ,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,EAAE;aACd;SACF;KACF,CAAC;IACF,MAAM,cAAc,GAAG,WAAW;QAChC,CAAC,CAAC;YACE,OAAO,8DACF,CAAC,iBAAiB,CAAC,WAAW,EAAE,8BAAgB,EAAE,wBAAa,CAAC,IAAI,EAAC,UAAU,EAAE,EAAC,OAAO,EAAE,WAAW,CAAC,8BAAgB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GACjI,CAAC,iBAAiB,CAAC,WAAW,EAAE,8BAAgB,EAAE,wBAAa,CAAC,IAAI,EAAC,IAAI,EAAE,EAAC,OAAO,EAAE,WAAW,CAAC,8BAAgB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GAC3H,CAAC,iBAAiB,CAAC,WAAW,EAAE,iCAAmB,EAAE,wBAAa,CAAC,IAAI,EAAC,OAAO,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,iCAAmB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GACjI,CAAC,iBAAiB,CAAC,WAAW,EAAE,mCAAqB,EAAE,wBAAa,CAAC,oBACtE,SAAS,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,mCAAqB,CAAC,CAAC,KAAK,EAAC,IACxD,CAAC,iBAAiB,CAAC,WAAW,EAAE,+BAAiB,EAAE,wBAAa,CAAC,IAAI,EAAC,MAAM,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,+BAAiB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,CAChI,CAAC,CACH;YACD,UAAU,oBACL,CAAC,iBAAiB,CAAC,WAAW,EAAE,+BAAiB,EAAE,gBAAQ,CAAC,IAAI,EAAC,UAAU,EAAE,WAAW,CAAC,+BAAiB,CAAC,CAAC,KAAK,EAAC,CAAC,CACvH;SACF;QACH,CAAC,CAAC,EAAE,CAAC;IACP,OAAO,IAAA,oBAAW,EAAC,IAAA,iBAAS,kBAAE,aAAa,IAAK,cAAc,GAAG,OAAO,CAAC,CAAgB,CAAC;AAC5F,CAAC,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/themes/theme.ts"],"names":[],"mappings":"AAYA,OAAO,EAAuB,WAAW,EAAC,MAAM,UAAU,CAAC;AAiB3D;;;;;GAKG;AACH,QAAA,MAAM,QAAQ,sCAA2B,
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/themes/theme.ts"],"names":[],"mappings":"AAYA,OAAO,EAAuB,WAAW,EAAC,MAAM,UAAU,CAAC;AAiB3D;;;;;GAKG;AACH,QAAA,MAAM,QAAQ,sCAA2B,WAmCxC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
package/lib/esm/themes/theme.js
CHANGED
|
@@ -45,79 +45,6 @@ const getTheme = (options, preferences) => {
|
|
|
45
45
|
? {
|
|
46
46
|
palette: Object.assign(Object.assign(Object.assign(Object.assign({}, (isValidPreference(preferences, COLORS_COLORBACK, validateColor) && { background: { default: preferences[COLORS_COLORBACK].value } })), (isValidPreference(preferences, COLORS_COLORFONT, validateColor) && { text: { primary: preferences[COLORS_COLORFONT].value } })), (isValidPreference(preferences, COLORS_COLORPRIMARY, validateColor) && { primary: { main: preferences[COLORS_COLORPRIMARY].value } })), (isValidPreference(preferences, COLORS_COLORSECONDARY, validateColor) && Object.assign({ secondary: { main: preferences[COLORS_COLORSECONDARY].value } }, (isValidPreference(preferences, COLORS_NAVBARBACK, validateColor) && { navbar: { main: preferences[COLORS_NAVBARBACK].value } })))),
|
|
47
47
|
typography: Object.assign({}, (isValidPreference(preferences, STYLE_FONT_FAMILY, isString) && { fontFamily: preferences[STYLE_FONT_FAMILY].value })),
|
|
48
|
-
components: {
|
|
49
|
-
MuiPaper: {
|
|
50
|
-
// styleOverrides: {
|
|
51
|
-
// rounded: {
|
|
52
|
-
// borderRadius: 3,
|
|
53
|
-
// },
|
|
54
|
-
// },
|
|
55
|
-
},
|
|
56
|
-
SCWidget: {
|
|
57
|
-
// variants: [
|
|
58
|
-
// {
|
|
59
|
-
// props: {elevation: 0},
|
|
60
|
-
// style: {
|
|
61
|
-
// border: 0,
|
|
62
|
-
// boxShadow: 'none',
|
|
63
|
-
// marginBottom: '0 !important',
|
|
64
|
-
// },
|
|
65
|
-
// },
|
|
66
|
-
// {
|
|
67
|
-
// props: {variant: 'outlined'},
|
|
68
|
-
// style: {
|
|
69
|
-
// border: '1px solid rgba(0, 0, 0, 0.12)',
|
|
70
|
-
// boxShadow: 'none',
|
|
71
|
-
// },
|
|
72
|
-
// },
|
|
73
|
-
// ],
|
|
74
|
-
// styleOverrides: {
|
|
75
|
-
// root: {
|
|
76
|
-
// border: '0 none',
|
|
77
|
-
// boxShadow: '0px 5px 20px rgba(0, 0, 0, 0.1)',
|
|
78
|
-
// borderRadius: '15px',
|
|
79
|
-
// },
|
|
80
|
-
// },
|
|
81
|
-
},
|
|
82
|
-
SCNotificationItem: {
|
|
83
|
-
// styleOverrides: {
|
|
84
|
-
// root: {
|
|
85
|
-
// '&.SCNotificationItem-new-snippet': {
|
|
86
|
-
// '&::before': {
|
|
87
|
-
// backgroundColor: 'yellow',
|
|
88
|
-
// },
|
|
89
|
-
// },
|
|
90
|
-
// },
|
|
91
|
-
// },
|
|
92
|
-
},
|
|
93
|
-
SCSnippetNotifications: {
|
|
94
|
-
styleOverrides: {
|
|
95
|
-
root: {
|
|
96
|
-
'& .SCSnippetNotifications-list': {
|
|
97
|
-
// wrap notifications list (ul)
|
|
98
|
-
},
|
|
99
|
-
'& .SCSnippetNotifications-item': {
|
|
100
|
-
// single notification item (li)
|
|
101
|
-
},
|
|
102
|
-
['& .SCUserFollowNotification-username, .SCUserFollowNotification-username, .SCCommentNotification-username,' +
|
|
103
|
-
'SCContributionFollowNotification-username, .SCContributionFollowNotification-username, .SCUserNotificationMention-username,' +
|
|
104
|
-
'.SCUserNotificationMention-username, .SCUserNotificationPrivateMessage-message-sender, .SCVoteUpNotification-username']: {
|
|
105
|
-
// username for notification types: user follow, comment/nested comment,
|
|
106
|
-
// follow contribution, mention, private message, vote up
|
|
107
|
-
},
|
|
108
|
-
['& .SCUserFollowNotification-list-item-snippet-new, .SCVoteUpNotification-list-item-snippet-new, ' +
|
|
109
|
-
'.SCUserBlockedNotification-list-item-snippet-new, .SCUndeletedForNotification-list-item-snippet-new, ' +
|
|
110
|
-
'.SCUserNotificationPrivateMessage-list-item-snippet-new, .SCUserNotificationMention-list-item-snippet-new,' +
|
|
111
|
-
'.SCKindlyNoticeForNotification-list-item-snippet-new, .SCKindlyNoticeFlagNotification-list-item-snippet-new,' +
|
|
112
|
-
'.SCIncubatorApprovedNotification-list-item-snippet-new, .SCDeletedForNotification-list-item-snippet-new,' +
|
|
113
|
-
'.SCContributionFollowNotification-list-item-snippet-new, .SCCommentNotification-list-item-snippet-new,' +
|
|
114
|
-
'.SCCollapsedForNotification-list-item-snippet-new']: {
|
|
115
|
-
// border left indicate new notification of various type
|
|
116
|
-
},
|
|
117
|
-
},
|
|
118
|
-
},
|
|
119
|
-
},
|
|
120
|
-
},
|
|
121
48
|
}
|
|
122
49
|
: {};
|
|
123
50
|
return createTheme(mergeDeep(Object.assign({ selfcommunity }, defaultOptions), options));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/themes/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAC,SAAS,EAAC,MAAM,sBAAsB,CAAC;AAC/C,OAAO,aAAa,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,qBAAqB,EACrB,gBAAgB,EAChB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAG9C;;;;;;GAMG;AACH,MAAM,iBAAiB,GAAG,CAAC,WAAW,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;IACrD,iDAAiD;IACjD,IAAI,WAAW,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,WAAW,CAAC,IAAI,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE;QACjF,OAAO,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC;KACvC;IACD,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,QAAQ,GAAG,CAAC,OAAO,EAAE,WAAW,EAAe,EAAE;IACrD,MAAM,aAAa,GAAyB;QAC1C,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,GAAG;aAChB;SACF;QACD,QAAQ,EAAE;YACR,IAAI,EAAE;gBACJ,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,EAAE;aACd;SACF;KACF,CAAC;IACF,MAAM,cAAc,GAAG,WAAW;QAChC,CAAC,CAAC;YACE,OAAO,8DACF,CAAC,iBAAiB,CAAC,WAAW,EAAE,gBAAgB,EAAE,aAAa,CAAC,IAAI,EAAC,UAAU,EAAE,EAAC,OAAO,EAAE,WAAW,CAAC,gBAAgB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GACjI,CAAC,iBAAiB,CAAC,WAAW,EAAE,gBAAgB,EAAE,aAAa,CAAC,IAAI,EAAC,IAAI,EAAE,EAAC,OAAO,EAAE,WAAW,CAAC,gBAAgB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GAC3H,CAAC,iBAAiB,CAAC,WAAW,EAAE,mBAAmB,EAAE,aAAa,CAAC,IAAI,EAAC,OAAO,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,mBAAmB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GACjI,CAAC,iBAAiB,CAAC,WAAW,EAAE,qBAAqB,EAAE,aAAa,CAAC,oBACtE,SAAS,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,qBAAqB,CAAC,CAAC,KAAK,EAAC,IACxD,CAAC,iBAAiB,CAAC,WAAW,EAAE,iBAAiB,EAAE,aAAa,CAAC,IAAI,EAAC,MAAM,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,iBAAiB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,CAChI,CAAC,CACH;YACD,UAAU,oBACL,CAAC,iBAAiB,CAAC,WAAW,EAAE,iBAAiB,EAAE,QAAQ,CAAC,IAAI,EAAC,UAAU,EAAE,WAAW,CAAC,iBAAiB,CAAC,CAAC,KAAK,EAAC,CAAC,CACvH;
|
|
1
|
+
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/themes/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAC,SAAS,EAAC,MAAM,sBAAsB,CAAC;AAC/C,OAAO,aAAa,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EACL,gBAAgB,EAChB,mBAAmB,EACnB,qBAAqB,EACrB,gBAAgB,EAChB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAG9C;;;;;;GAMG;AACH,MAAM,iBAAiB,GAAG,CAAC,WAAW,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;IACrD,iDAAiD;IACjD,IAAI,WAAW,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,WAAW,CAAC,IAAI,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE;QACjF,OAAO,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC;KACvC;IACD,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,QAAQ,GAAG,CAAC,OAAO,EAAE,WAAW,EAAe,EAAE;IACrD,MAAM,aAAa,GAAyB;QAC1C,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,GAAG;aAChB;SACF;QACD,QAAQ,EAAE;YACR,IAAI,EAAE;gBACJ,SAAS,EAAE,EAAE;gBACb,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,EAAE;aACd;SACF;KACF,CAAC;IACF,MAAM,cAAc,GAAG,WAAW;QAChC,CAAC,CAAC;YACE,OAAO,8DACF,CAAC,iBAAiB,CAAC,WAAW,EAAE,gBAAgB,EAAE,aAAa,CAAC,IAAI,EAAC,UAAU,EAAE,EAAC,OAAO,EAAE,WAAW,CAAC,gBAAgB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GACjI,CAAC,iBAAiB,CAAC,WAAW,EAAE,gBAAgB,EAAE,aAAa,CAAC,IAAI,EAAC,IAAI,EAAE,EAAC,OAAO,EAAE,WAAW,CAAC,gBAAgB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GAC3H,CAAC,iBAAiB,CAAC,WAAW,EAAE,mBAAmB,EAAE,aAAa,CAAC,IAAI,EAAC,OAAO,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,mBAAmB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,GACjI,CAAC,iBAAiB,CAAC,WAAW,EAAE,qBAAqB,EAAE,aAAa,CAAC,oBACtE,SAAS,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,qBAAqB,CAAC,CAAC,KAAK,EAAC,IACxD,CAAC,iBAAiB,CAAC,WAAW,EAAE,iBAAiB,EAAE,aAAa,CAAC,IAAI,EAAC,MAAM,EAAE,EAAC,IAAI,EAAE,WAAW,CAAC,iBAAiB,CAAC,CAAC,KAAK,EAAC,EAAC,CAAC,CAChI,CAAC,CACH;YACD,UAAU,oBACL,CAAC,iBAAiB,CAAC,WAAW,EAAE,iBAAiB,EAAE,QAAQ,CAAC,IAAI,EAAC,UAAU,EAAE,WAAW,CAAC,iBAAiB,CAAC,CAAC,KAAK,EAAC,CAAC,CACvH;SACF;QACH,CAAC,CAAC,EAAE,CAAC;IACP,OAAO,WAAW,CAAC,SAAS,iBAAE,aAAa,IAAK,cAAc,GAAG,OAAO,CAAC,CAAgB,CAAC;AAC5F,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|