@pingux/astro 2.150.0-alpha.0 → 2.150.0-alpha.1
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/components/AccordionGridGroup/AccordionGrid.styles.js +1 -1
- package/lib/cjs/components/AstroProvider/AstroProvider.js +4 -4
- package/lib/cjs/components/Box/Box.stories.d.ts +1 -0
- package/lib/cjs/components/Box/Box.stories.js +18 -1
- package/lib/cjs/components/DataTable/stories/DataTableNextGenComponent.js +1 -1
- package/lib/cjs/components/ListView/stories/ListViewNextGenComponent.js +1 -1
- package/lib/cjs/components/Modal/Modal.styles.js +1 -1
- package/lib/cjs/styles/colors.d.ts +6 -0
- package/lib/cjs/styles/colors.js +6 -0
- package/lib/cjs/styles/theme.js +1 -3
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.d.ts +5 -6
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.js +11 -7
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/buttons.js +1 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/footer.js +1 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/forms.js +2 -2
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/input.js +3 -3
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/listview.js +1 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/message.js +6 -6
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/navbar.js +1 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.d.ts +20 -0
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.js +27 -7
- package/lib/cjs/styles/themes/next-gen/colors/colors.d.ts +6 -7
- package/lib/cjs/styles/themes/next-gen/colors/colors.js +11 -7
- package/lib/cjs/styles/themes/next-gen/convertedComponentList.js +1 -1
- package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +12 -7
- package/lib/cjs/styles/themes/next-gen/stories/StickerSheetComponent.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/callout.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/cards.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/dataTable.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/input.js +2 -2
- package/lib/cjs/styles/themes/next-gen/variants/listview.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/navbar.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/navigationHeader.js +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/panelHeader.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/stepper.js +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/table.js +2 -2
- package/lib/cjs/styles/themes/next-gen/variants/tableBase.js +4 -4
- package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +6 -0
- package/lib/cjs/styles/themes/next-gen/variants/variants.js +18 -12
- package/lib/components/AccordionGridGroup/AccordionGrid.styles.js +1 -1
- package/lib/components/AstroProvider/AstroProvider.js +4 -4
- package/lib/components/Box/Box.stories.js +16 -0
- package/lib/components/DataTable/stories/DataTableNextGenComponent.js +1 -1
- package/lib/components/ListView/stories/ListViewNextGenComponent.js +1 -1
- package/lib/components/Modal/Modal.styles.js +1 -1
- package/lib/styles/colors.js +6 -0
- package/lib/styles/theme.js +1 -3
- package/lib/styles/themeOverrides/nextGenDarkMode/colors.js +11 -7
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/buttons.js +1 -1
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/footer.js +1 -1
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/forms.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/input.js +3 -3
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/listview.js +1 -1
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/message.js +6 -6
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/navbar.js +1 -1
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/variants.js +27 -7
- package/lib/styles/themes/next-gen/colors/colors.js +11 -7
- package/lib/styles/themes/next-gen/convertedComponentList.js +1 -1
- package/lib/styles/themes/next-gen/stories/StickerSheetComponent.js +1 -1
- package/lib/styles/themes/next-gen/variants/callout.js +1 -1
- package/lib/styles/themes/next-gen/variants/cards.js +1 -1
- package/lib/styles/themes/next-gen/variants/dataTable.js +1 -1
- package/lib/styles/themes/next-gen/variants/input.js +2 -2
- package/lib/styles/themes/next-gen/variants/listview.js +1 -1
- package/lib/styles/themes/next-gen/variants/navbar.js +1 -1
- package/lib/styles/themes/next-gen/variants/navigationHeader.js +3 -3
- package/lib/styles/themes/next-gen/variants/panelHeader.js +1 -1
- package/lib/styles/themes/next-gen/variants/stepper.js +3 -3
- package/lib/styles/themes/next-gen/variants/table.js +2 -2
- package/lib/styles/themes/next-gen/variants/tableBase.js +4 -4
- package/lib/styles/themes/next-gen/variants/variants.js +18 -12
- package/package.json +1 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
export var message = {
|
|
2
2
|
item: {
|
|
3
|
-
backgroundColor: '
|
|
3
|
+
backgroundColor: 'light',
|
|
4
4
|
color: 'white !important',
|
|
5
5
|
'> span': {
|
|
6
6
|
color: 'white !important'
|
|
7
7
|
},
|
|
8
8
|
'&.is-success': {
|
|
9
|
-
bg: '
|
|
9
|
+
bg: 'light',
|
|
10
10
|
borderLeftColor: 'green-500',
|
|
11
11
|
color: 'text.message'
|
|
12
12
|
},
|
|
13
13
|
'&.is-success, > .is-success': {
|
|
14
|
-
bg: '
|
|
14
|
+
bg: 'light',
|
|
15
15
|
color: 'text.message'
|
|
16
16
|
},
|
|
17
17
|
'&.is-warning': {
|
|
18
|
-
bg: '
|
|
18
|
+
bg: 'light',
|
|
19
19
|
borderLeftColor: 'yellow-500',
|
|
20
20
|
color: 'text.message'
|
|
21
21
|
},
|
|
22
22
|
'&.is-warning, > .is-warning': {
|
|
23
|
-
bg: '
|
|
23
|
+
bg: 'light',
|
|
24
24
|
color: 'text.message'
|
|
25
25
|
},
|
|
26
26
|
'&.is-error, > .is-error': {
|
|
27
|
-
bg: '
|
|
27
|
+
bg: 'light',
|
|
28
28
|
color: 'text.message'
|
|
29
29
|
},
|
|
30
30
|
'&.is-error, > button > svg': {
|
|
@@ -10,7 +10,7 @@ import { navBar } from './navbar';
|
|
|
10
10
|
import skeleton from './skeleton';
|
|
11
11
|
var listBox = {
|
|
12
12
|
container: {
|
|
13
|
-
backgroundColor: '
|
|
13
|
+
backgroundColor: 'backgroundBase',
|
|
14
14
|
border: '1px solid',
|
|
15
15
|
borderColor: 'transparent',
|
|
16
16
|
borderRadius: '4px'
|
|
@@ -43,21 +43,41 @@ var tab = {
|
|
|
43
43
|
};
|
|
44
44
|
var modal = {
|
|
45
45
|
content: {
|
|
46
|
-
bg: '
|
|
46
|
+
bg: 'backgroundBase'
|
|
47
47
|
},
|
|
48
48
|
headingContainer: {
|
|
49
|
-
|
|
49
|
+
borderBottom: '1px solid',
|
|
50
|
+
borderBottomColor: 'border.base',
|
|
51
|
+
bg: 'backgroundBase'
|
|
52
|
+
},
|
|
53
|
+
header: {
|
|
54
|
+
borderBottom: '1px solid',
|
|
55
|
+
borderBottomColor: 'border.base',
|
|
56
|
+
bg: 'backgroundBase'
|
|
57
|
+
},
|
|
58
|
+
body: {
|
|
59
|
+
bg: 'backgroundBase'
|
|
60
|
+
},
|
|
61
|
+
footer: {
|
|
62
|
+
borderTop: '1px solid',
|
|
63
|
+
borderTopColor: 'border.base',
|
|
64
|
+
bg: 'backgroundBase'
|
|
65
|
+
},
|
|
66
|
+
footerContainer: {
|
|
67
|
+
borderTop: '1px solid',
|
|
68
|
+
borderTopColor: 'border.base',
|
|
69
|
+
bg: 'backgroundBase'
|
|
50
70
|
},
|
|
51
71
|
buttonsContainer: {
|
|
52
|
-
bg: '
|
|
72
|
+
bg: 'backgroundBase'
|
|
53
73
|
}
|
|
54
74
|
};
|
|
55
75
|
var rockerButton = {
|
|
56
76
|
innerContainer: {
|
|
57
|
-
backgroundColor: '
|
|
77
|
+
backgroundColor: 'backgroundBase'
|
|
58
78
|
},
|
|
59
79
|
thumbSwitch: {
|
|
60
|
-
backgroundColor: '
|
|
80
|
+
backgroundColor: 'backgroundBase',
|
|
61
81
|
color: 'blue-400',
|
|
62
82
|
'&.is-selected': {
|
|
63
83
|
color: 'black',
|
|
@@ -75,7 +95,7 @@ var rockerButton = {
|
|
|
75
95
|
};
|
|
76
96
|
var attachment = {
|
|
77
97
|
container: {
|
|
78
|
-
backgroundColor: '
|
|
98
|
+
backgroundColor: 'backgroundSecondary',
|
|
79
99
|
borderColor: 'border.attachment'
|
|
80
100
|
}
|
|
81
101
|
};
|
|
@@ -102,13 +102,12 @@ var overrides = {
|
|
|
102
102
|
focus: colorsObject.active,
|
|
103
103
|
disabled: nextGenColors['gray-100']
|
|
104
104
|
};
|
|
105
|
-
var background =
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
};
|
|
105
|
+
var background = nextGenColors['blue-100'];
|
|
106
|
+
var backgroundBase = 'white';
|
|
107
|
+
var backgroundSecondary = nextGenColors['gray-100'];
|
|
108
|
+
var backgroundCard = nextGenColors['blue-100'];
|
|
109
|
+
var backgroundSuggestion = '#ecf0f5';
|
|
110
|
+
var backgroundHover = nextGenColors['gray-100'];
|
|
112
111
|
var card = {
|
|
113
112
|
blue: nextGenColors['blue-100'],
|
|
114
113
|
gray: nextGenColors['gray-100']
|
|
@@ -130,6 +129,11 @@ var colors = _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, subColo
|
|
|
130
129
|
active: colorsObject.blue,
|
|
131
130
|
primary: colorsObject.blue,
|
|
132
131
|
background: background,
|
|
132
|
+
backgroundBase: backgroundBase,
|
|
133
|
+
backgroundSecondary: backgroundSecondary,
|
|
134
|
+
backgroundCard: backgroundCard,
|
|
135
|
+
backgroundSuggestion: backgroundSuggestion,
|
|
136
|
+
backgroundHover: backgroundHover,
|
|
133
137
|
iconWrapper: iconWrapper,
|
|
134
138
|
tooltip: tooltip,
|
|
135
139
|
twoTone: twoTone
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var nextGenConvertedComponents = ['AccordionGridGroup', 'AccordionGroup', 'ArrayField', 'AstroProvider', 'Avatar', 'Badge', 'Base Components', 'Breadcrumbs', 'Button', 'ButtonBar', 'Callout', 'Card', 'CheckboxField', 'CodeView', 'ColorField', 'ComboBoxField', 'CopyText', 'DataTable', 'EnvironmentBreadcrumb', 'GridList', 'HelpHint', 'Icon', 'IconBadge', 'IconButton', 'IconWrapper', 'ImageUploadField', 'Loader', 'Link', 'LinkSelectField', 'ListView', 'ListViewItem', 'Message', 'Messages', 'Modal', 'MultiValuesField', 'MultivaluesField', 'NavBar', 'NavigationHeader', 'NextGen ListViewItem', 'NumberField', 'OverlayPanel', 'PageHeader', 'Pagination', 'PanelHeader', 'PasswordField', 'PopoverMenu', 'ProgressBar', 'RadioField', 'RadioGroupField', 'RequirementsList', 'RockerButtonGroup', 'SearchField', 'SelectField', 'Skeleton', 'SliderField', 'Stepper', 'Sticker Sheet', 'SwitchField', 'StatusIcon', 'Table', 'TableBase', 'Tabs', 'Text', 'TextAreaField', 'TextField', 'TooltipTrigger', 'ArrayField', 'ColorField', 'LinkSelectField', 'NumberField', 'SwitchField', 'Base Components', 'SliderField', 'ServerErrorBoundary', 'Avatar'];
|
|
1
|
+
var nextGenConvertedComponents = ['AccordionGridGroup', 'AccordionGroup', 'ArrayField', 'AstroProvider', 'Avatar', 'Badge', 'Base Components', 'Breadcrumbs', 'Button', 'ButtonBar', 'Callout', 'Card', 'CheckboxField', 'CodeView', 'ColorField', 'ComboBoxField', 'CopyText', 'DataTable', 'EnvironmentBreadcrumb', 'GridList', 'HelpHint', 'Icon', 'IconBadge', 'IconButton', 'IconWrapper', 'ImageUploadField', 'Loader', 'Link', 'LinkSelectField', 'ListView', 'ListViewItem', 'Message', 'Messages', 'Modal', 'MultiValuesField', 'MultivaluesField', 'NavBar', 'NavigationHeader', 'NextGen ListViewItem', 'NumberField', 'OverlayPanel', 'PageHeader', 'Pagination', 'PanelHeader', 'PasswordField', 'PopoverMenu', 'ProgressBar', 'RadioField', 'RadioGroupField', 'RequirementsList', 'RockerButtonGroup', 'SearchField', 'SelectField', 'Skeleton', 'SliderField', 'Stepper', 'Sticker Sheet', 'SwitchField', 'StatusIcon', 'Table', 'TableBase', 'Tabs', 'Text', 'TextAreaField', 'TextField', 'TooltipTrigger', 'ArrayField', 'ColorField', 'LinkSelectField', 'NumberField', 'SwitchField', 'Base Components', 'SliderField', 'ServerErrorBoundary', 'Avatar', 'Box'];
|
|
2
2
|
export var componentSpecificNextGenBlacklist = {
|
|
3
3
|
AstroProvider: ['Default', 'With Custom Theme Override'],
|
|
4
4
|
Messages: ['Customization'],
|
|
@@ -55,7 +55,7 @@ var iconSizes = ['icon-100', 'icon-200', 'icon-300', 'icon-400', 'icon-500', 'ic
|
|
|
55
55
|
var StickerSheetComponent = function StickerSheetComponent() {
|
|
56
56
|
return ___EmotionJSX(Box, {
|
|
57
57
|
sx: {
|
|
58
|
-
backgroundColor: '
|
|
58
|
+
backgroundColor: 'backgroundBase'
|
|
59
59
|
},
|
|
60
60
|
height: "100%",
|
|
61
61
|
p: "lg",
|
|
@@ -17,7 +17,7 @@ var interactive = {
|
|
|
17
17
|
borderColor: 'border.base',
|
|
18
18
|
transition: 'border-color .25s ease-in',
|
|
19
19
|
'&.is-focused': {
|
|
20
|
-
backgroundColor: '
|
|
20
|
+
backgroundColor: 'backgroundBase',
|
|
21
21
|
outline: '2px solid',
|
|
22
22
|
outlineColor: 'focus',
|
|
23
23
|
outlineOffset: '0px'
|
|
@@ -24,7 +24,7 @@ export var input = {
|
|
|
24
24
|
fontSize: 'md',
|
|
25
25
|
fontFamily: 'standard',
|
|
26
26
|
p: '0.75rem',
|
|
27
|
-
backgroundColor: '
|
|
27
|
+
backgroundColor: 'backgroundBase',
|
|
28
28
|
borderColor: 'border.input',
|
|
29
29
|
'&.is-focused': _objectSpread({}, defaultFocus),
|
|
30
30
|
borderRadius: '4px',
|
|
@@ -167,7 +167,7 @@ input.multivaluesWrapper = _objectSpread(_objectSpread({}, fieldControlWrapper),
|
|
|
167
167
|
border: '1px solid',
|
|
168
168
|
borderColor: 'gray-900',
|
|
169
169
|
'> input': {
|
|
170
|
-
backgroundColor: '
|
|
170
|
+
backgroundColor: 'backgroundSecondary'
|
|
171
171
|
},
|
|
172
172
|
'&:after': {
|
|
173
173
|
display: 'none'
|
|
@@ -57,7 +57,7 @@ var navigationHeader = {
|
|
|
57
57
|
fontFamily: 'standard',
|
|
58
58
|
borderBottom: '1px solid',
|
|
59
59
|
borderColor: 'border.base',
|
|
60
|
-
backgroundColor: '
|
|
60
|
+
backgroundColor: 'backgroundBase',
|
|
61
61
|
height: '4.5rem',
|
|
62
62
|
justifyContent: 'center'
|
|
63
63
|
},
|
|
@@ -66,10 +66,10 @@ var navigationHeader = {
|
|
|
66
66
|
maxWidth: '1540px',
|
|
67
67
|
mx: 'auto',
|
|
68
68
|
width: '100%',
|
|
69
|
-
backgroundColor: '
|
|
69
|
+
backgroundColor: 'backgroundBase'
|
|
70
70
|
},
|
|
71
71
|
dropdownMenu: {
|
|
72
|
-
backgroundColor: '
|
|
72
|
+
backgroundColor: 'backgroundBase',
|
|
73
73
|
maxWidth: 'unset',
|
|
74
74
|
p: 'sm',
|
|
75
75
|
'&:focus': _objectSpread({}, defaultFocus),
|
|
@@ -35,7 +35,7 @@ var step = {
|
|
|
35
35
|
active: _objectSpread(_objectSpread({
|
|
36
36
|
backgroundColor: 'active',
|
|
37
37
|
borderColor: 'active',
|
|
38
|
-
color: '
|
|
38
|
+
color: 'backgroundBase'
|
|
39
39
|
}, stepBase), {}, {
|
|
40
40
|
'&:before': {
|
|
41
41
|
content: '""',
|
|
@@ -46,7 +46,7 @@ var step = {
|
|
|
46
46
|
position: 'absolute',
|
|
47
47
|
borderRadius: '100%',
|
|
48
48
|
borderStyle: 'solid',
|
|
49
|
-
borderColor: '
|
|
49
|
+
borderColor: 'backgroundBase',
|
|
50
50
|
borderWidth: '2px'
|
|
51
51
|
}
|
|
52
52
|
}),
|
|
@@ -54,7 +54,7 @@ var step = {
|
|
|
54
54
|
borderColor: 'active'
|
|
55
55
|
}),
|
|
56
56
|
inactive: _objectSpread({
|
|
57
|
-
backgroundColor: '
|
|
57
|
+
backgroundColor: 'backgroundBase',
|
|
58
58
|
borderColor: 'blue-200',
|
|
59
59
|
color: 'active'
|
|
60
60
|
}, stepBase)
|
|
@@ -29,7 +29,7 @@ var head = {
|
|
|
29
29
|
var body = {
|
|
30
30
|
borderTopColor: 'border.base',
|
|
31
31
|
borderBottom: 'unset',
|
|
32
|
-
backgroundColor: '
|
|
32
|
+
backgroundColor: 'backgroundBase',
|
|
33
33
|
borderBottomLeftRadius: '16px',
|
|
34
34
|
borderBottomRightRadius: '16px',
|
|
35
35
|
'&& > tr:not(:last-child)': {
|
|
@@ -37,7 +37,7 @@ var body = {
|
|
|
37
37
|
borderBottomColor: 'border.base'
|
|
38
38
|
},
|
|
39
39
|
'&& > tr:nth-of-type(odd) ': {
|
|
40
|
-
backgroundColor: '
|
|
40
|
+
backgroundColor: 'backgroundBase'
|
|
41
41
|
},
|
|
42
42
|
'&& > tr:last-child': {
|
|
43
43
|
borderBottomLeftRadius: '16px',
|
|
@@ -46,7 +46,7 @@ var container = {
|
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
48
|
var caption = {
|
|
49
|
-
backgroundColor: '
|
|
49
|
+
backgroundColor: 'backgroundBase',
|
|
50
50
|
px: 'lg',
|
|
51
51
|
color: 'text.primary',
|
|
52
52
|
borderBottom: '1px solid',
|
|
@@ -62,7 +62,7 @@ var row = {
|
|
|
62
62
|
bg: 'background.hover'
|
|
63
63
|
},
|
|
64
64
|
'&:nth-of-type(odd)': {
|
|
65
|
-
bg: '
|
|
65
|
+
bg: 'backgroundBase',
|
|
66
66
|
'&.is-hovered': {
|
|
67
67
|
bg: 'background.hover'
|
|
68
68
|
}
|
|
@@ -70,7 +70,7 @@ var row = {
|
|
|
70
70
|
};
|
|
71
71
|
var thead = {
|
|
72
72
|
borderBottomColor: 'border.base',
|
|
73
|
-
backgroundColor: '
|
|
73
|
+
backgroundColor: 'backgroundBase',
|
|
74
74
|
'&.is-sticky': {
|
|
75
75
|
boxShadow: "0 1px 0 ".concat(colors.border.base)
|
|
76
76
|
}
|
|
@@ -87,7 +87,7 @@ var head = {
|
|
|
87
87
|
var tbody = {
|
|
88
88
|
borderTopColor: 'border.base',
|
|
89
89
|
borderBottom: 'unset',
|
|
90
|
-
backgroundColor: '
|
|
90
|
+
backgroundColor: 'backgroundBase',
|
|
91
91
|
borderBottomLeftRadius: borderRadius,
|
|
92
92
|
borderBottomRightRadius: borderRadius
|
|
93
93
|
};
|
|
@@ -111,12 +111,18 @@ var modal = {
|
|
|
111
111
|
maxWidth: modalSize.full
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
+
headingContainer: {
|
|
115
|
+
borderBottom: '1px solid',
|
|
116
|
+
borderBottomColor: 'gray-200',
|
|
117
|
+
bg: 'backgroundBase',
|
|
118
|
+
borderRadius: '1em 1em 0px 0px'
|
|
119
|
+
},
|
|
114
120
|
container: {
|
|
115
121
|
justifyContent: 'start'
|
|
116
122
|
},
|
|
117
123
|
header: {
|
|
118
124
|
pt: 'lg',
|
|
119
|
-
bg: '
|
|
125
|
+
bg: 'backgroundBase',
|
|
120
126
|
mb: 'lg'
|
|
121
127
|
}
|
|
122
128
|
};
|
|
@@ -148,12 +154,12 @@ var listBox = {
|
|
|
148
154
|
},
|
|
149
155
|
'&.is-condensed': {
|
|
150
156
|
pl: 'md',
|
|
151
|
-
bg: '
|
|
157
|
+
bg: 'backgroundBase',
|
|
152
158
|
'&.is-selected': {
|
|
153
|
-
bg: '
|
|
159
|
+
bg: 'backgroundBase'
|
|
154
160
|
},
|
|
155
161
|
'&.is-focused': {
|
|
156
|
-
bg: '
|
|
162
|
+
bg: 'backgroundBase'
|
|
157
163
|
}
|
|
158
164
|
}
|
|
159
165
|
}
|
|
@@ -189,11 +195,11 @@ var progressBar = {
|
|
|
189
195
|
};
|
|
190
196
|
var overlayPanel = {
|
|
191
197
|
container: {
|
|
192
|
-
backgroundColor: '
|
|
198
|
+
backgroundColor: 'backgroundBase',
|
|
193
199
|
borderColor: 'border.hairline'
|
|
194
200
|
},
|
|
195
201
|
aiPanelContainer: {
|
|
196
|
-
backgroundColor: '
|
|
202
|
+
backgroundColor: 'backgroundBase',
|
|
197
203
|
border: 'none',
|
|
198
204
|
borderLeft: 'none',
|
|
199
205
|
position: 'fixed',
|
|
@@ -227,30 +233,30 @@ var overlayPanel = {
|
|
|
227
233
|
alignSelf: 'center'
|
|
228
234
|
},
|
|
229
235
|
innerPanel: {
|
|
230
|
-
backgroundColor: '
|
|
236
|
+
backgroundColor: 'backgroundBase'
|
|
231
237
|
}
|
|
232
238
|
};
|
|
233
239
|
var buttonBar = {
|
|
234
240
|
container: {
|
|
235
241
|
gap: 'sm',
|
|
236
|
-
backgroundColor: '
|
|
242
|
+
backgroundColor: 'backgroundBase'
|
|
237
243
|
},
|
|
238
244
|
justifyRightContainer: {
|
|
239
245
|
gap: 'sm',
|
|
240
|
-
backgroundColor: '
|
|
246
|
+
backgroundColor: 'backgroundBase'
|
|
241
247
|
}
|
|
242
248
|
};
|
|
243
249
|
var rockerButton = {
|
|
244
250
|
innerContainer: {
|
|
245
251
|
boxShadow: 'none',
|
|
246
|
-
backgroundColor: 'common.
|
|
252
|
+
backgroundColor: 'common.backgroundBase',
|
|
247
253
|
borderRadius: '50px',
|
|
248
254
|
padding: 0,
|
|
249
255
|
border: 'none'
|
|
250
256
|
},
|
|
251
257
|
thumbSwitch: {
|
|
252
258
|
textTransform: 'none',
|
|
253
|
-
backgroundColor: 'common.
|
|
259
|
+
backgroundColor: 'common.backgroundBase',
|
|
254
260
|
padding: 'md',
|
|
255
261
|
height: '50px',
|
|
256
262
|
color: 'active',
|
|
@@ -302,7 +308,7 @@ var loader = {
|
|
|
302
308
|
py: 'sm'
|
|
303
309
|
},
|
|
304
310
|
circleSpinner: {
|
|
305
|
-
borderColor: '
|
|
311
|
+
borderColor: 'backgroundBase'
|
|
306
312
|
}
|
|
307
313
|
};
|
|
308
314
|
var breadcrumb = {
|