@hero-design/rn 8.68.0 → 8.70.0

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 (70) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/CHANGELOG.md +32 -0
  3. package/es/index.js +310 -164
  4. package/lib/index.js +310 -163
  5. package/package.json +2 -2
  6. package/src/components/BottomSheet/Header.tsx +50 -27
  7. package/src/components/BottomSheet/StyledBottomSheet.tsx +35 -8
  8. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +352 -1
  9. package/src/components/BottomSheet/__tests__/index.spec.tsx +30 -0
  10. package/src/components/BottomSheet/index.tsx +47 -30
  11. package/src/components/Card/StyledCard.tsx +6 -2
  12. package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -1
  13. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
  14. package/src/components/Card/__tests__/index.spec.tsx +12 -0
  15. package/src/components/Card/index.tsx +8 -2
  16. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +4 -0
  17. package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +1 -0
  18. package/src/components/Chip/StyledChip.tsx +15 -45
  19. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +145 -389
  20. package/src/components/Chip/__tests__/index.spec.tsx +6 -26
  21. package/src/components/Chip/index.tsx +26 -33
  22. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +1 -1
  23. package/src/components/Progress/ProgressStep.tsx +87 -0
  24. package/src/components/Progress/StyledStep.tsx +48 -0
  25. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +209 -0
  26. package/src/components/Progress/__tests__/index.spec.js +26 -0
  27. package/src/components/Progress/index.tsx +6 -1
  28. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
  29. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
  30. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +1 -1
  31. package/src/index.ts +2 -0
  32. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +25 -6
  33. package/src/theme/components/bottomSheet.ts +7 -0
  34. package/src/theme/components/card.ts +1 -0
  35. package/src/theme/components/chip.ts +8 -6
  36. package/src/theme/components/progress.ts +11 -1
  37. package/src/theme/global/colors/__tests__/__snapshots__/swagLight.spec.ts.snap +12 -12
  38. package/src/theme/global/colors/__tests__/__snapshots__/swagLightGlobal.spec.ts.snap +39 -0
  39. package/src/theme/global/colors/__tests__/__snapshots__/swagLightJobs.spec.ts.snap +50 -0
  40. package/src/theme/global/colors/__tests__/swagLightGlobal.spec.ts +7 -0
  41. package/src/theme/global/colors/__tests__/swagLightJobs.spec.ts +7 -0
  42. package/src/theme/global/colors/swagLight.ts +9 -10
  43. package/src/theme/global/colors/swagLightGlobal.ts +14 -0
  44. package/src/theme/global/colors/swagLightJobs.ts +11 -0
  45. package/src/theme/global/colors/types.ts +4 -0
  46. package/src/theme/global/index.ts +2 -0
  47. package/src/theme/index.ts +2 -0
  48. package/stats/8.69.0/rn-stats.html +4842 -0
  49. package/stats/8.70.0/rn-stats.html +4842 -0
  50. package/types/components/BottomSheet/Header.d.ts +3 -2
  51. package/types/components/BottomSheet/StyledBottomSheet.d.ts +16 -2
  52. package/types/components/BottomSheet/index.d.ts +5 -1
  53. package/types/components/Box/StyledBox.d.ts +1 -1
  54. package/types/components/Card/StyledCard.d.ts +1 -0
  55. package/types/components/Card/index.d.ts +2 -1
  56. package/types/components/Chip/StyledChip.d.ts +1 -19
  57. package/types/components/Chip/index.d.ts +6 -2
  58. package/types/components/Progress/ProgressStep.d.ts +20 -0
  59. package/types/components/Progress/StyledStep.d.ts +21 -0
  60. package/types/components/Progress/index.d.ts +1 -0
  61. package/types/index.d.ts +2 -2
  62. package/types/theme/components/bottomSheet.d.ts +7 -0
  63. package/types/theme/components/card.d.ts +1 -0
  64. package/types/theme/components/chip.d.ts +8 -6
  65. package/types/theme/components/progress.d.ts +9 -0
  66. package/types/theme/global/colors/swagLightGlobal.d.ts +3 -0
  67. package/types/theme/global/colors/swagLightJobs.d.ts +47 -0
  68. package/types/theme/global/colors/types.d.ts +2 -0
  69. package/types/theme/global/index.d.ts +4 -1
  70. package/types/theme/index.d.ts +2 -2
@@ -185,10 +185,13 @@ exports[`theme returns correct theme object 1`] = `
185
185
  "colors": {
186
186
  "backdrop": "#000000",
187
187
  "background": "#ffffff",
188
+ "floatingHeaderIconBackground": "#dadbde",
188
189
  "shadow": "#001f23",
189
190
  },
190
191
  "radii": {
191
192
  "default": 16,
193
+ "floating": 32,
194
+ "floatingHeaderIcon": 999,
192
195
  },
193
196
  "shadows": {
194
197
  "elevation": 10,
@@ -201,9 +204,13 @@ exports[`theme returns correct theme object 1`] = `
201
204
  },
202
205
  "sizes": {
203
206
  "closeIcon": 48,
207
+ "floatingCloseIcon": 12,
204
208
  },
205
209
  "space": {
206
210
  "closeIconMargin": 12,
211
+ "floatingContentMargin": 16,
212
+ "floatingHeaderIconPadding": 8,
213
+ "floatingInnerPadding": 8,
207
214
  "footerHorizontalPadding": 12,
208
215
  "footerVerticalPadding": 2,
209
216
  "headerWrapperHorizontalPadding": 16,
@@ -303,6 +310,7 @@ exports[`theme returns correct theme object 1`] = `
303
310
  },
304
311
  "radii": {
305
312
  "default": 12,
313
+ "superRound": 24,
306
314
  },
307
315
  "sizes": {
308
316
  "indicatorWidth": 16,
@@ -372,11 +380,11 @@ exports[`theme returns correct theme object 1`] = `
372
380
  },
373
381
  "colors": {
374
382
  "filledBackground": "#ffffff",
375
- "outlinedBackground": "transparent",
376
- "primaryBackground": "#001f23",
383
+ "outlinedDefaultBackground": "#ffffff",
384
+ "outlinedDefaultBorder": "#bfc1c5",
385
+ "outlinedSelectedBackground": "#e8e9ea",
386
+ "outlinedSelectedBorder": "#001f23",
377
387
  "secondaryBackground": "#ece8ef",
378
- "selectedPrimaryText": "#ffffff",
379
- "wrapperBorder": "#001f23",
380
388
  "wrapperSelectedBorder": "transparent",
381
389
  },
382
390
  "radii": {
@@ -395,10 +403,12 @@ exports[`theme returns correct theme object 1`] = `
395
403
  },
396
404
  },
397
405
  "sizes": {
398
- "wrapperBorder": 1,
406
+ "outlinedDefaultBorder": 1,
407
+ "outlinedSelectedBorder": 2,
399
408
  },
400
409
  "space": {
401
- "iconWrapperMarginRight": 8,
410
+ "iconWrapperHorizontalMargin": 8,
411
+ "outlinedSelectedMarginTop": -2,
402
412
  "wrapperHorizontalPadding": 12,
403
413
  "wrapperVerticalPadding": 8,
404
414
  },
@@ -725,6 +735,11 @@ exports[`theme returns correct theme object 1`] = `
725
735
  "warning": "#e8e9ea",
726
736
  "warningInverted": "#ffcb8d",
727
737
  },
738
+ "step": {
739
+ "complete": "#401960",
740
+ "current": "#DACCE4",
741
+ "incomplete": "#dadbde",
742
+ },
728
743
  },
729
744
  "radii": {
730
745
  "default": 999,
@@ -733,6 +748,10 @@ exports[`theme returns correct theme object 1`] = `
733
748
  "barHeight": 8,
734
749
  "circleCompletenessHeight": 8,
735
750
  "circleDiameter": 72,
751
+ "stepHeight": 8,
752
+ },
753
+ "space": {
754
+ "stepGap": 4,
736
755
  },
737
756
  },
738
757
  "radio": {
@@ -5,10 +5,12 @@ const getBottomSheetTheme = (theme: GlobalTheme) => {
5
5
  shadow: theme.colors.primaryOutline,
6
6
  background: theme.colors.defaultGlobalSurface,
7
7
  backdrop: theme.colors.overlayGlobalSurface,
8
+ floatingHeaderIconBackground: theme.colors.archivedSurface,
8
9
  };
9
10
 
10
11
  const sizes = {
11
12
  closeIcon: theme.sizes.xxxlarge,
13
+ floatingCloseIcon: theme.sizes.smallMedium,
12
14
  };
13
15
 
14
16
  const space = {
@@ -17,6 +19,9 @@ const getBottomSheetTheme = (theme: GlobalTheme) => {
17
19
  closeIconMargin: theme.space.smallMedium,
18
20
  footerVerticalPadding: theme.space.xxsmall,
19
21
  footerHorizontalPadding: theme.space.smallMedium,
22
+ floatingContentMargin: theme.space.medium,
23
+ floatingInnerPadding: theme.space.small,
24
+ floatingHeaderIconPadding: theme.space.small,
20
25
  };
21
26
 
22
27
  const shadows = {
@@ -28,6 +33,8 @@ const getBottomSheetTheme = (theme: GlobalTheme) => {
28
33
 
29
34
  const radii = {
30
35
  default: theme.radii.xlarge,
36
+ floating: theme.radii['5xlarge'],
37
+ floatingHeaderIcon: theme.radii.rounded,
31
38
  };
32
39
 
33
40
  return { colors, shadows, radii, sizes, space };
@@ -18,6 +18,7 @@ const getCardTheme = (theme: GlobalTheme) => {
18
18
 
19
19
  const radii = {
20
20
  default: theme.radii.large,
21
+ superRound: theme.radii.xxxlarge,
21
22
  };
22
23
 
23
24
  return { colors, sizes, radii };
@@ -2,23 +2,25 @@ import type { GlobalTheme } from '../global';
2
2
 
3
3
  const getChipTheme = (theme: GlobalTheme) => {
4
4
  const colors = {
5
- primaryBackground: theme.colors.darkGlobalSurface,
6
5
  secondaryBackground: theme.colors.highlightedSurface,
7
6
  filledBackground: theme.colors.defaultGlobalSurface,
8
- outlinedBackground: 'transparent',
9
- wrapperBorder: theme.colors.primaryOutline,
10
7
  wrapperSelectedBorder: 'transparent',
11
- selectedPrimaryText: theme.colors.defaultGlobalSurface,
8
+ outlinedDefaultBackground: theme.colors.defaultGlobalSurface,
9
+ outlinedSelectedBackground: theme.colors.secondaryOutline,
10
+ outlinedSelectedBorder: theme.colors.primaryOutline,
11
+ outlinedDefaultBorder: theme.colors.disabledOnDefaultGlobalSurface,
12
12
  };
13
13
 
14
14
  const space = {
15
15
  wrapperHorizontalPadding: theme.space.smallMedium,
16
16
  wrapperVerticalPadding: theme.space.small,
17
- iconWrapperMarginRight: theme.space.small,
17
+ iconWrapperHorizontalMargin: theme.space.small,
18
+ outlinedSelectedMarginTop: -theme.space.xxsmall,
18
19
  };
19
20
 
20
21
  const sizes = {
21
- wrapperBorder: theme.borderWidths.base,
22
+ outlinedDefaultBorder: theme.borderWidths.base,
23
+ outlinedSelectedBorder: theme.borderWidths.medium,
22
24
  };
23
25
 
24
26
  const radii = {
@@ -37,19 +37,29 @@ const getProgressTheme = (theme: GlobalTheme) => {
37
37
  infoInverted: theme.colors.mutedInfo,
38
38
  archivedInverted: theme.colors.mutedArchived,
39
39
  },
40
+ step: {
41
+ complete: theme.colors.primary,
42
+ incomplete: theme.colors.archivedSurface,
43
+ current: '#DACCE4',
44
+ },
40
45
  };
41
46
 
42
47
  const sizes = {
43
48
  circleDiameter: theme.sizes['6xlarge'],
44
49
  circleCompletenessHeight: theme.sizes.small,
45
50
  barHeight: theme.sizes.small,
51
+ stepHeight: theme.sizes.small,
46
52
  };
47
53
 
48
54
  const radii = {
49
55
  default: theme.radii.rounded,
50
56
  };
51
57
 
52
- return { colors, sizes, radii };
58
+ const space = {
59
+ stepGap: theme.space.xsmall,
60
+ };
61
+
62
+ return { colors, sizes, radii, space };
53
63
  };
54
64
 
55
65
  export default getProgressTheme;
@@ -5,40 +5,40 @@ exports[`swagDark returns correct theme object 1`] = `
5
5
  "archived": "#abacaf",
6
6
  "archivedSurface": "#dadbde",
7
7
  "darkGlobalSurface": "#001f23",
8
- "decorativePrimary": "#FDFBFF",
9
- "decorativePrimarySurface": "#B382FD",
8
+ "decorativePrimary": "#fdfbff",
9
+ "decorativePrimarySurface": "#dacce4",
10
10
  "defaultGlobalSurface": "#ffffff",
11
- "defaultSurface": "#FDFBFF",
11
+ "defaultSurface": "#fdfbff",
12
12
  "disabledOnDefaultGlobalSurface": "#bfc1c5",
13
13
  "disabledOutline": "#bfc1c5",
14
14
  "error": "#f46363",
15
15
  "errorSurface": "#fcebe7",
16
- "highlightedSurface": "#F1E9FB",
17
- "inactiveOnDefaultGlobalSurface": "#808f91",
18
- "inactiveOutline": "#808f91",
16
+ "highlightedSurface": "#f1e9fb",
17
+ "inactiveOnDefaultGlobalSurface": "#89898a",
18
+ "inactiveOutline": "#89898a",
19
19
  "info": "#b5c3fd",
20
20
  "infoSurface": "#ecf0ff",
21
21
  "mutedArchived": "#bcbdbf",
22
22
  "mutedError": "#f68282",
23
23
  "mutedInfo": "#c4cffd",
24
- "mutedOnDefaultGlobalSurface": "#4d6265",
24
+ "mutedOnDefaultGlobalSurface": "#59595b",
25
25
  "mutedSuccess": "#7bd897",
26
26
  "mutedWarning": "#ffcb8d",
27
27
  "neutralGlobalSurface": "#f6f6f7",
28
28
  "onArchivedSurface": "#606065",
29
29
  "onDarkGlobalSurface": "#ffffff",
30
- "onDefaultGlobalSurface": "#001f23",
30
+ "onDefaultGlobalSurface": "#121214",
31
31
  "onErrorSurface": "#cb300a",
32
32
  "onInfoSurface": "#355bfb",
33
- "onPrimary": "#FDFBFF",
33
+ "onPrimary": "#fdfbff",
34
34
  "onSecondary": "#ffffff",
35
35
  "onSuccessSurface": "#017d6d",
36
36
  "onWarningSurface": "#ac5d00",
37
37
  "overlayGlobalSurface": "#000000",
38
38
  "pressedSurface": "#380060",
39
- "primary": "#7622d7",
40
- "primaryOutline": "#001f23",
41
- "secondary": "#460078",
39
+ "primary": "#460078",
40
+ "primaryOutline": "#121214",
41
+ "secondary": "#b382fd",
42
42
  "secondaryOutline": "#e8e9ea",
43
43
  "success": "#5ace7d",
44
44
  "successSurface": "#f0fef4",
@@ -0,0 +1,39 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`swagLightGlobal returns correct theme object 1`] = `
4
+ {
5
+ "archived": "#abacaf",
6
+ "archivedSurface": "#dadbde",
7
+ "darkGlobalSurface": "#001f23",
8
+ "defaultGlobalSurface": "#ffffff",
9
+ "disabledOnDefaultGlobalSurface": "#bfc1c5",
10
+ "disabledOutline": "#bfc1c5",
11
+ "error": "#f46363",
12
+ "errorSurface": "#fcebe7",
13
+ "inactiveOnDefaultGlobalSurface": "#89898a",
14
+ "inactiveOutline": "#89898a",
15
+ "info": "#b5c3fd",
16
+ "infoSurface": "#ecf0ff",
17
+ "mutedArchived": "#bcbdbf",
18
+ "mutedError": "#f68282",
19
+ "mutedInfo": "#c4cffd",
20
+ "mutedOnDefaultGlobalSurface": "#59595b",
21
+ "mutedSuccess": "#7bd897",
22
+ "mutedWarning": "#ffcb8d",
23
+ "neutralGlobalSurface": "#f6f6f7",
24
+ "onArchivedSurface": "#606065",
25
+ "onDarkGlobalSurface": "#ffffff",
26
+ "onDefaultGlobalSurface": "#121214",
27
+ "onErrorSurface": "#cb300a",
28
+ "onInfoSurface": "#355bfb",
29
+ "onSuccessSurface": "#017d6d",
30
+ "onWarningSurface": "#ac5d00",
31
+ "overlayGlobalSurface": "#000000",
32
+ "primaryOutline": "#121214",
33
+ "secondaryOutline": "#e8e9ea",
34
+ "success": "#5ace7d",
35
+ "successSurface": "#f0fef4",
36
+ "warning": "#ffbe71",
37
+ "warningSurface": "#fff6eb",
38
+ }
39
+ `;
@@ -0,0 +1,50 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`swagLightJobs returns correct theme object 1`] = `
4
+ {
5
+ "archived": "#abacaf",
6
+ "archivedSurface": "#dadbde",
7
+ "darkGlobalSurface": "#001f23",
8
+ "decorativePrimary": "#fdfbff",
9
+ "decorativePrimarySurface": "#dacce4",
10
+ "decorativeSecondary": "#fdfbff",
11
+ "decorativeSecondarySurface": "#d9f6ff",
12
+ "defaultGlobalSurface": "#ffffff",
13
+ "defaultSurface": "#fdfbff",
14
+ "disabledOnDefaultGlobalSurface": "#bfc1c5",
15
+ "disabledOutline": "#bfc1c5",
16
+ "error": "#f46363",
17
+ "errorSurface": "#fcebe7",
18
+ "highlightedSurface": "#f1e9fb",
19
+ "inactiveOnDefaultGlobalSurface": "#89898a",
20
+ "inactiveOutline": "#89898a",
21
+ "info": "#b5c3fd",
22
+ "infoSurface": "#ecf0ff",
23
+ "mutedArchived": "#bcbdbf",
24
+ "mutedError": "#f68282",
25
+ "mutedInfo": "#c4cffd",
26
+ "mutedOnDefaultGlobalSurface": "#59595b",
27
+ "mutedSuccess": "#7bd897",
28
+ "mutedWarning": "#ffcb8d",
29
+ "neutralGlobalSurface": "#f6f6f7",
30
+ "onArchivedSurface": "#606065",
31
+ "onDarkGlobalSurface": "#ffffff",
32
+ "onDefaultGlobalSurface": "#121214",
33
+ "onErrorSurface": "#cb300a",
34
+ "onInfoSurface": "#355bfb",
35
+ "onPrimary": "#fdfbff",
36
+ "onSecondary": "#460078",
37
+ "onSuccessSurface": "#017d6d",
38
+ "onWarningSurface": "#ac5d00",
39
+ "overlayGlobalSurface": "#000000",
40
+ "pressedSurface": "#380060",
41
+ "primary": "#460078",
42
+ "primaryOutline": "#121214",
43
+ "secondary": "#40d1ff",
44
+ "secondaryOutline": "#e8e9ea",
45
+ "success": "#5ace7d",
46
+ "successSurface": "#f0fef4",
47
+ "warning": "#ffbe71",
48
+ "warningSurface": "#fff6eb",
49
+ }
50
+ `;
@@ -0,0 +1,7 @@
1
+ import swagLightGlobal from '../swagLightGlobal';
2
+
3
+ describe('swagLightGlobal', () => {
4
+ it('returns correct theme object', () => {
5
+ expect(swagLightGlobal).toMatchSnapshot();
6
+ });
7
+ });
@@ -0,0 +1,7 @@
1
+ import swagLightJobs from '../swagLightJobs';
2
+
3
+ describe('swagLightJobs', () => {
4
+ it('returns correct theme object', () => {
5
+ expect(swagLightJobs).toMatchSnapshot();
6
+ });
7
+ });
@@ -1,23 +1,22 @@
1
1
  import { swagLightPalette as palette } from '@hero-design/colors';
2
2
  import type { SystemPalette, BrandSystemPalette } from './types';
3
- import globalPalette from './global';
3
+ import swagLightGlobalPalette from './swagLightGlobal';
4
4
 
5
5
  const swagBrandSystemPallete: BrandSystemPalette = {
6
- primary: palette.violet,
7
- onPrimary: '#FDFBFF',
8
- secondary: '#460078',
6
+ primary: '#460078',
7
+ onPrimary: '#fdfbff',
8
+ secondary: '#b382fd',
9
9
  onSecondary: palette.white,
10
- defaultSurface: '#FDFBFF',
11
- highlightedSurface: '#F1E9FB',
10
+ defaultSurface: '#fdfbff',
11
+ highlightedSurface: palette.violetLight90,
12
12
  pressedSurface: '#380060',
13
-
14
- decorativePrimary: '#FDFBFF',
15
- decorativePrimarySurface: '#B382FD',
13
+ decorativePrimary: '#fdfbff',
14
+ decorativePrimarySurface: '#dacce4',
16
15
  };
17
16
 
18
17
  const swagSystemPalette: SystemPalette = {
19
18
  // Global
20
- ...globalPalette,
19
+ ...swagLightGlobalPalette,
21
20
  // Brand
22
21
  ...swagBrandSystemPallete,
23
22
  };
@@ -0,0 +1,14 @@
1
+ import { swagLightPalette as palette } from '@hero-design/colors';
2
+ import type { GlobalSystemPalette } from './types';
3
+ import globalPalette from './global';
4
+
5
+ const swagLightGlobalPalette: GlobalSystemPalette = {
6
+ ...globalPalette,
7
+ onDefaultGlobalSurface: palette.offBlack,
8
+ mutedOnDefaultGlobalSurface: palette.offBlackLight30,
9
+ inactiveOnDefaultGlobalSurface: palette.offBlackLight50,
10
+ primaryOutline: palette.offBlack,
11
+ inactiveOutline: palette.offBlackLight50,
12
+ };
13
+
14
+ export default swagLightGlobalPalette;
@@ -0,0 +1,11 @@
1
+ import swagLightSystemPalette from './swagLight';
2
+
3
+ const swagLightJobsSystemPalette = {
4
+ ...swagLightSystemPalette,
5
+ secondary: '#40d1ff',
6
+ onSecondary: '#460078',
7
+ decorativeSecondary: '#fdfbff',
8
+ decorativeSecondarySurface: '#d9f6ff',
9
+ };
10
+
11
+ export default swagLightJobsSystemPalette;
@@ -54,6 +54,10 @@ export type BrandSystemPalette = {
54
54
  decorativePrimary: string;
55
55
  decorativePrimarySurface: string;
56
56
  // End of Updated 14 / Nov / 22
57
+
58
+ // Updated 19 / Nov / 24
59
+ decorativeSecondary?: string;
60
+ decorativeSecondarySurface?: string;
57
61
  };
58
62
 
59
63
  export type SystemPalette = GlobalSystemPalette & BrandSystemPalette;
@@ -2,6 +2,7 @@ import { scale as defaultScale } from './scale';
2
2
  import swagSystemPalette from './colors/swag';
3
3
  import swagDarkSystemPalette from './colors/swagDark';
4
4
  import swagLightSystemPalette from './colors/swagLight';
5
+ import swagLightJobsSystemPalette from './colors/swagLightJobs';
5
6
  import workSystemPalette from './colors/work';
6
7
  import jobsSystemPalette from './colors/jobs';
7
8
  import walletSystemPalette from './colors/wallet';
@@ -49,6 +50,7 @@ export {
49
50
  defaultScale,
50
51
  swagSystemPalette,
51
52
  swagLightSystemPalette,
53
+ swagLightJobsSystemPalette,
52
54
  swagDarkSystemPalette,
53
55
  workSystemPalette,
54
56
  jobsSystemPalette,
@@ -4,6 +4,7 @@ import ThemeSwitcher, { withTheme } from './ThemeSwitcher';
4
4
  import {
5
5
  swagSystemPalette,
6
6
  swagLightSystemPalette,
7
+ swagLightJobsSystemPalette,
7
8
  swagDarkSystemPalette,
8
9
  workSystemPalette,
9
10
  jobsSystemPalette,
@@ -25,6 +26,7 @@ export {
25
26
  useTheme,
26
27
  swagSystemPalette,
27
28
  swagLightSystemPalette,
29
+ swagLightJobsSystemPalette,
28
30
  swagDarkSystemPalette,
29
31
  workSystemPalette,
30
32
  jobsSystemPalette,