@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.
Files changed (72) hide show
  1. package/lib/cjs/components/AccordionGridGroup/AccordionGrid.styles.js +1 -1
  2. package/lib/cjs/components/AstroProvider/AstroProvider.js +4 -4
  3. package/lib/cjs/components/Box/Box.stories.d.ts +1 -0
  4. package/lib/cjs/components/Box/Box.stories.js +18 -1
  5. package/lib/cjs/components/DataTable/stories/DataTableNextGenComponent.js +1 -1
  6. package/lib/cjs/components/ListView/stories/ListViewNextGenComponent.js +1 -1
  7. package/lib/cjs/components/Modal/Modal.styles.js +1 -1
  8. package/lib/cjs/styles/colors.d.ts +6 -0
  9. package/lib/cjs/styles/colors.js +6 -0
  10. package/lib/cjs/styles/theme.js +1 -3
  11. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.d.ts +5 -6
  12. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.js +11 -7
  13. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/buttons.js +1 -1
  14. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/footer.js +1 -1
  15. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/forms.js +2 -2
  16. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/input.js +3 -3
  17. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/listview.js +1 -1
  18. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/message.js +6 -6
  19. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/navbar.js +1 -1
  20. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.d.ts +20 -0
  21. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.js +27 -7
  22. package/lib/cjs/styles/themes/next-gen/colors/colors.d.ts +6 -7
  23. package/lib/cjs/styles/themes/next-gen/colors/colors.js +11 -7
  24. package/lib/cjs/styles/themes/next-gen/convertedComponentList.js +1 -1
  25. package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +12 -7
  26. package/lib/cjs/styles/themes/next-gen/stories/StickerSheetComponent.js +1 -1
  27. package/lib/cjs/styles/themes/next-gen/variants/callout.js +1 -1
  28. package/lib/cjs/styles/themes/next-gen/variants/cards.js +1 -1
  29. package/lib/cjs/styles/themes/next-gen/variants/dataTable.js +1 -1
  30. package/lib/cjs/styles/themes/next-gen/variants/input.js +2 -2
  31. package/lib/cjs/styles/themes/next-gen/variants/listview.js +1 -1
  32. package/lib/cjs/styles/themes/next-gen/variants/navbar.js +1 -1
  33. package/lib/cjs/styles/themes/next-gen/variants/navigationHeader.js +3 -3
  34. package/lib/cjs/styles/themes/next-gen/variants/panelHeader.js +1 -1
  35. package/lib/cjs/styles/themes/next-gen/variants/stepper.js +3 -3
  36. package/lib/cjs/styles/themes/next-gen/variants/table.js +2 -2
  37. package/lib/cjs/styles/themes/next-gen/variants/tableBase.js +4 -4
  38. package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +6 -0
  39. package/lib/cjs/styles/themes/next-gen/variants/variants.js +18 -12
  40. package/lib/components/AccordionGridGroup/AccordionGrid.styles.js +1 -1
  41. package/lib/components/AstroProvider/AstroProvider.js +4 -4
  42. package/lib/components/Box/Box.stories.js +16 -0
  43. package/lib/components/DataTable/stories/DataTableNextGenComponent.js +1 -1
  44. package/lib/components/ListView/stories/ListViewNextGenComponent.js +1 -1
  45. package/lib/components/Modal/Modal.styles.js +1 -1
  46. package/lib/styles/colors.js +6 -0
  47. package/lib/styles/theme.js +1 -3
  48. package/lib/styles/themeOverrides/nextGenDarkMode/colors.js +11 -7
  49. package/lib/styles/themeOverrides/nextGenDarkMode/variants/buttons.js +1 -1
  50. package/lib/styles/themeOverrides/nextGenDarkMode/variants/footer.js +1 -1
  51. package/lib/styles/themeOverrides/nextGenDarkMode/variants/forms.js +2 -2
  52. package/lib/styles/themeOverrides/nextGenDarkMode/variants/input.js +3 -3
  53. package/lib/styles/themeOverrides/nextGenDarkMode/variants/listview.js +1 -1
  54. package/lib/styles/themeOverrides/nextGenDarkMode/variants/message.js +6 -6
  55. package/lib/styles/themeOverrides/nextGenDarkMode/variants/navbar.js +1 -1
  56. package/lib/styles/themeOverrides/nextGenDarkMode/variants/variants.js +27 -7
  57. package/lib/styles/themes/next-gen/colors/colors.js +11 -7
  58. package/lib/styles/themes/next-gen/convertedComponentList.js +1 -1
  59. package/lib/styles/themes/next-gen/stories/StickerSheetComponent.js +1 -1
  60. package/lib/styles/themes/next-gen/variants/callout.js +1 -1
  61. package/lib/styles/themes/next-gen/variants/cards.js +1 -1
  62. package/lib/styles/themes/next-gen/variants/dataTable.js +1 -1
  63. package/lib/styles/themes/next-gen/variants/input.js +2 -2
  64. package/lib/styles/themes/next-gen/variants/listview.js +1 -1
  65. package/lib/styles/themes/next-gen/variants/navbar.js +1 -1
  66. package/lib/styles/themes/next-gen/variants/navigationHeader.js +3 -3
  67. package/lib/styles/themes/next-gen/variants/panelHeader.js +1 -1
  68. package/lib/styles/themes/next-gen/variants/stepper.js +3 -3
  69. package/lib/styles/themes/next-gen/variants/table.js +2 -2
  70. package/lib/styles/themes/next-gen/variants/tableBase.js +4 -4
  71. package/lib/styles/themes/next-gen/variants/variants.js +18 -12
  72. package/package.json +1 -1
@@ -1,30 +1,30 @@
1
1
  export var message = {
2
2
  item: {
3
- backgroundColor: 'background.secondary',
3
+ backgroundColor: 'light',
4
4
  color: 'white !important',
5
5
  '> span': {
6
6
  color: 'white !important'
7
7
  },
8
8
  '&.is-success': {
9
- bg: 'background.secondary',
9
+ bg: 'light',
10
10
  borderLeftColor: 'green-500',
11
11
  color: 'text.message'
12
12
  },
13
13
  '&.is-success, > .is-success': {
14
- bg: 'background.secondary',
14
+ bg: 'light',
15
15
  color: 'text.message'
16
16
  },
17
17
  '&.is-warning': {
18
- bg: 'background.secondary',
18
+ bg: 'light',
19
19
  borderLeftColor: 'yellow-500',
20
20
  color: 'text.message'
21
21
  },
22
22
  '&.is-warning, > .is-warning': {
23
- bg: 'background.secondary',
23
+ bg: 'light',
24
24
  color: 'text.message'
25
25
  },
26
26
  '&.is-error, > .is-error': {
27
- bg: 'background.secondary',
27
+ bg: 'light',
28
28
  color: 'text.message'
29
29
  },
30
30
  '&.is-error, > button > svg': {
@@ -21,7 +21,7 @@ export var navBar = {
21
21
  container: {
22
22
  width: '252px',
23
23
  p: 'sm',
24
- backgroundColor: 'background.base',
24
+ backgroundColor: 'backgroundBase',
25
25
  boxShadow: '0 .5rem 1rem rgba(0, 0, 0, .15)'
26
26
  },
27
27
  sectionButton: {
@@ -10,7 +10,7 @@ import { navBar } from './navbar';
10
10
  import skeleton from './skeleton';
11
11
  var listBox = {
12
12
  container: {
13
- backgroundColor: 'background.base',
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: 'background.base'
46
+ bg: 'backgroundBase'
47
47
  },
48
48
  headingContainer: {
49
- bg: 'background.base'
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: 'background.base'
72
+ bg: 'backgroundBase'
53
73
  }
54
74
  };
55
75
  var rockerButton = {
56
76
  innerContainer: {
57
- backgroundColor: 'background.base'
77
+ backgroundColor: 'backgroundBase'
58
78
  },
59
79
  thumbSwitch: {
60
- backgroundColor: 'background.base',
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: 'background.secondary',
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
- base: 'white',
107
- secondary: nextGenColors['gray-100'],
108
- card: nextGenColors['blue-100'],
109
- suggestion: '#ecf0f5',
110
- hover: nextGenColors['gray-100']
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: 'background.base'
58
+ backgroundColor: 'backgroundBase'
59
59
  },
60
60
  height: "100%",
61
61
  p: "lg",
@@ -1,7 +1,7 @@
1
1
  import tShirtSizes from '../customProperties/tShirtSizes';
2
2
  var base = {
3
3
  width: '100%',
4
- backgroundColor: 'background.secondary',
4
+ backgroundColor: 'light',
5
5
  lineHeight: 'md',
6
6
  p: 'md',
7
7
  border: 'none',
@@ -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: 'background.base',
20
+ backgroundColor: 'backgroundBase',
21
21
  outline: '2px solid',
22
22
  outlineColor: 'focus',
23
23
  outlineOffset: '0px'
@@ -25,7 +25,7 @@ var tableRow = {
25
25
  }
26
26
  };
27
27
  var selectableTableRow = _objectSpread(_objectSpread({}, tableRow), {}, {
28
- bg: 'background.base',
28
+ bg: 'backgroundBase',
29
29
  '&.is-hovered': {
30
30
  bg: 'gray-100'
31
31
  },
@@ -24,7 +24,7 @@ export var input = {
24
24
  fontSize: 'md',
25
25
  fontFamily: 'standard',
26
26
  p: '0.75rem',
27
- backgroundColor: 'background.base',
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: 'background.secondary'
170
+ backgroundColor: 'backgroundSecondary'
171
171
  },
172
172
  '&:after': {
173
173
  display: 'none'
@@ -48,7 +48,7 @@ export var listViewItem = {
48
48
  },
49
49
  expandableStyledListItem: {
50
50
  px: 'lg',
51
- bg: 'background.base',
51
+ bg: 'backgroundBase',
52
52
  '&.is-first-item': {
53
53
  borderTopLeftRadius: borderRadius,
54
54
  borderTopRightRadius: borderRadius
@@ -23,7 +23,7 @@ export var navBar = {
23
23
  fontFamily: 'standard',
24
24
  width: '252px',
25
25
  p: 'sm',
26
- backgroundColor: 'background.base',
26
+ backgroundColor: 'backgroundBase',
27
27
  boxShadow: '0 .5rem 1rem rgba(0, 0, 0, .15)'
28
28
  },
29
29
  sectionContainer: {
@@ -57,7 +57,7 @@ var navigationHeader = {
57
57
  fontFamily: 'standard',
58
58
  borderBottom: '1px solid',
59
59
  borderColor: 'border.base',
60
- backgroundColor: 'background.base',
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: 'background.base'
69
+ backgroundColor: 'backgroundBase'
70
70
  },
71
71
  dropdownMenu: {
72
- backgroundColor: 'background.base',
72
+ backgroundColor: 'backgroundBase',
73
73
  maxWidth: 'unset',
74
74
  p: 'sm',
75
75
  '&:focus': _objectSpread({}, defaultFocus),
@@ -1,5 +1,5 @@
1
1
  var container = {
2
- bg: 'background.base',
2
+ bg: 'backgroundBase',
3
3
  border: 'none',
4
4
  minHeight: 72,
5
5
  maxHeight: 72
@@ -35,7 +35,7 @@ var step = {
35
35
  active: _objectSpread(_objectSpread({
36
36
  backgroundColor: 'active',
37
37
  borderColor: 'active',
38
- color: 'background.base'
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: 'background.base',
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: 'background.base',
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: 'background.base',
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: 'background.base'
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: 'background.base',
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: 'background.base',
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: 'background.base',
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: 'background.base',
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: 'background.base',
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: 'background.base',
157
+ bg: 'backgroundBase',
152
158
  '&.is-selected': {
153
- bg: 'background.base'
159
+ bg: 'backgroundBase'
154
160
  },
155
161
  '&.is-focused': {
156
- bg: 'background.base'
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: 'background.base',
198
+ backgroundColor: 'backgroundBase',
193
199
  borderColor: 'border.hairline'
194
200
  },
195
201
  aiPanelContainer: {
196
- backgroundColor: 'background.base',
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: 'background.base'
236
+ backgroundColor: 'backgroundBase'
231
237
  }
232
238
  };
233
239
  var buttonBar = {
234
240
  container: {
235
241
  gap: 'sm',
236
- backgroundColor: 'background.base'
242
+ backgroundColor: 'backgroundBase'
237
243
  },
238
244
  justifyRightContainer: {
239
245
  gap: 'sm',
240
- backgroundColor: 'background.base'
246
+ backgroundColor: 'backgroundBase'
241
247
  }
242
248
  };
243
249
  var rockerButton = {
244
250
  innerContainer: {
245
251
  boxShadow: 'none',
246
- backgroundColor: 'common.background.base',
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.background.base',
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: 'background.base'
311
+ borderColor: 'backgroundBase'
306
312
  }
307
313
  };
308
314
  var breadcrumb = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.150.0-alpha.0",
3
+ "version": "2.150.0-alpha.1",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",