@hero-design/rn 8.91.3 → 8.91.4

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 (41) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/CHANGELOG.md +11 -0
  3. package/es/index.js +15 -42
  4. package/lib/index.js +15 -42
  5. package/package.json +1 -1
  6. package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +18 -18
  7. package/src/components/BottomSheet/StyledBottomSheet.tsx +0 -10
  8. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +0 -16
  9. package/src/components/Calendar/CalendarRange.tsx +5 -1
  10. package/src/components/Calendar/__tests__/helper.spec.ts +20 -8
  11. package/src/components/Calendar/helpers.ts +6 -2
  12. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +0 -16
  13. package/src/components/FAB/ActionGroup/StyledActionGroup.tsx +1 -1
  14. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +11 -11
  15. package/src/components/FAB/Pair/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
  16. package/src/components/FAB/StyledFAB.tsx +1 -5
  17. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +6 -6
  18. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
  19. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +1 -1
  20. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +0 -40
  21. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +0 -32
  22. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +1 -1
  23. package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
  24. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +0 -8
  25. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +13 -18
  26. package/src/theme/components/bottomSheet.ts +2 -9
  27. package/src/theme/components/fab.ts +5 -9
  28. package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +2 -0
  29. package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +2 -0
  30. package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +2 -0
  31. package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +2 -0
  32. package/src/theme/global/colors/__tests__/__snapshots__/swagLight.spec.ts.snap +2 -0
  33. package/src/theme/global/colors/__tests__/__snapshots__/swagLightGlobal.spec.ts.snap +2 -0
  34. package/src/theme/global/colors/__tests__/__snapshots__/swagLightJobs.spec.ts.snap +2 -0
  35. package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +2 -0
  36. package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +2 -0
  37. package/src/theme/global/colors/global.ts +3 -0
  38. package/stats/8.91.4/rn-stats.html +4842 -0
  39. package/types/components/Calendar/helpers.d.ts +5 -2
  40. package/types/theme/components/bottomSheet.d.ts +1 -10
  41. package/types/theme/components/fab.d.ts +2 -9
@@ -4,6 +4,7 @@ exports[`global returns correct theme object 1`] = `
4
4
  {
5
5
  "archived": "#abacaf",
6
6
  "archivedSurface": "#dadbde",
7
+ "black": "#000000",
7
8
  "darkGlobalSurface": "#001f23",
8
9
  "defaultGlobalSurface": "#ffffff",
9
10
  "disabledOnDefaultGlobalSurface": "#bfc1c5",
@@ -35,5 +36,6 @@ exports[`global returns correct theme object 1`] = `
35
36
  "successSurface": "#f0fef4",
36
37
  "warning": "#ffbe71",
37
38
  "warningSurface": "#fff6eb",
39
+ "white": "#ffffff",
38
40
  }
39
41
  `;
@@ -4,6 +4,7 @@ exports[`jobs returns correct theme object 1`] = `
4
4
  {
5
5
  "archived": "#abacaf",
6
6
  "archivedSurface": "#dadbde",
7
+ "black": "#000000",
7
8
  "darkGlobalSurface": "#001f23",
8
9
  "decorativePrimary": "#ffad79",
9
10
  "decorativePrimarySurface": "#ffefe4",
@@ -44,5 +45,6 @@ exports[`jobs returns correct theme object 1`] = `
44
45
  "successSurface": "#f0fef4",
45
46
  "warning": "#ffbe71",
46
47
  "warningSurface": "#fff6eb",
48
+ "white": "#ffffff",
47
49
  }
48
50
  `;
@@ -4,6 +4,7 @@ exports[`swag returns correct theme object 1`] = `
4
4
  {
5
5
  "archived": "#abacaf",
6
6
  "archivedSurface": "#dadbde",
7
+ "black": "#000000",
7
8
  "darkGlobalSurface": "#001f23",
8
9
  "decorativePrimary": "#ffffff",
9
10
  "decorativePrimarySurface": "#ccd2d3",
@@ -44,5 +45,6 @@ exports[`swag returns correct theme object 1`] = `
44
45
  "successSurface": "#f0fef4",
45
46
  "warning": "#ffbe71",
46
47
  "warningSurface": "#fff6eb",
48
+ "white": "#ffffff",
47
49
  }
48
50
  `;
@@ -4,6 +4,7 @@ exports[`swagDark returns correct theme object 1`] = `
4
4
  {
5
5
  "archived": "#abacaf",
6
6
  "archivedSurface": "#dadbde",
7
+ "black": "#000000",
7
8
  "darkGlobalSurface": "#001f23",
8
9
  "decorativePrimary": "#fdfbff",
9
10
  "decorativePrimarySurface": "#dacce4",
@@ -47,5 +48,6 @@ exports[`swagDark returns correct theme object 1`] = `
47
48
  "successSurface": "#f0fef4",
48
49
  "warning": "#ffbe71",
49
50
  "warningSurface": "#fff6eb",
51
+ "white": "#ffffff",
50
52
  }
51
53
  `;
@@ -4,6 +4,7 @@ exports[`swagLightGlobal returns correct theme object 1`] = `
4
4
  {
5
5
  "archived": "#abacaf",
6
6
  "archivedSurface": "#dadbde",
7
+ "black": "#000000",
7
8
  "darkGlobalSurface": "#001f23",
8
9
  "defaultGlobalSurface": "#ffffff",
9
10
  "disabledOnDefaultGlobalSurface": "#bfc1c5",
@@ -35,5 +36,6 @@ exports[`swagLightGlobal returns correct theme object 1`] = `
35
36
  "successSurface": "#f0fef4",
36
37
  "warning": "#ffbe71",
37
38
  "warningSurface": "#fff6eb",
39
+ "white": "#ffffff",
38
40
  }
39
41
  `;
@@ -4,6 +4,7 @@ exports[`swagLightJobs returns correct theme object 1`] = `
4
4
  {
5
5
  "archived": "#abacaf",
6
6
  "archivedSurface": "#dadbde",
7
+ "black": "#000000",
7
8
  "darkGlobalSurface": "#001f23",
8
9
  "decorativePrimary": "#fdfbff",
9
10
  "decorativePrimarySurface": "#dacce4",
@@ -48,5 +49,6 @@ exports[`swagLightJobs returns correct theme object 1`] = `
48
49
  "successSurface": "#f0fef4",
49
50
  "warning": "#ffbe71",
50
51
  "warningSurface": "#fff6eb",
52
+ "white": "#ffffff",
51
53
  }
52
54
  `;
@@ -4,6 +4,7 @@ exports[`wallet returns correct theme object 1`] = `
4
4
  {
5
5
  "archived": "#abacaf",
6
6
  "archivedSurface": "#dadbde",
7
+ "black": "#000000",
7
8
  "darkGlobalSurface": "#001f23",
8
9
  "decorativePrimary": "#8999ff",
9
10
  "decorativePrimarySurface": "#e7ebff",
@@ -44,5 +45,6 @@ exports[`wallet returns correct theme object 1`] = `
44
45
  "successSurface": "#f0fef4",
45
46
  "warning": "#ffbe71",
46
47
  "warningSurface": "#fff6eb",
48
+ "white": "#ffffff",
47
49
  }
48
50
  `;
@@ -4,6 +4,7 @@ exports[`work returns correct theme object 1`] = `
4
4
  {
5
5
  "archived": "#abacaf",
6
6
  "archivedSurface": "#dadbde",
7
+ "black": "#000000",
7
8
  "darkGlobalSurface": "#001f23",
8
9
  "decorativePrimary": "#ffd500",
9
10
  "decorativePrimarySurface": "#fff7cc",
@@ -44,5 +45,6 @@ exports[`work returns correct theme object 1`] = `
44
45
  "successSurface": "#f0fef4",
45
46
  "warning": "#ffbe71",
46
47
  "warningSurface": "#fff6eb",
48
+ "white": "#ffffff",
47
49
  }
48
50
  `;
@@ -46,6 +46,9 @@ const globalPalette: GlobalSystemPalette = {
46
46
  archivedSurface: palette.cumberlandFog,
47
47
  onArchivedSurface: palette.windsorGrey,
48
48
  // End of Updated 21 / Nov / 22
49
+
50
+ black: '#000000',
51
+ white: '#ffffff',
49
52
  };
50
53
 
51
54
  export default globalPalette;