@owp/core 2.5.4 → 2.5.6

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 (155) hide show
  1. package/configs/theme.d.ts +3 -0
  2. package/configs/theme.js +1 -0
  3. package/dist/_virtual/index11.js +2 -2
  4. package/dist/_virtual/index13.js +2 -2
  5. package/dist/_virtual/index14.js +2 -2
  6. package/dist/_virtual/index15.js +2 -2
  7. package/dist/_virtual/index16.js +4 -4
  8. package/dist/_virtual/index17.js +4 -4
  9. package/dist/_virtual/index18.js +4 -4
  10. package/dist/_virtual/index19.js +4 -4
  11. package/dist/components/OwpPageSkeleton/OwpPageSkeleton.js +4 -4
  12. package/dist/components/OwpTable/OwpDataTable.js +293 -327
  13. package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
  14. package/dist/components/OwpTable/OwpTable.js +102 -117
  15. package/dist/components/OwpTable/OwpTable.js.map +1 -1
  16. package/dist/components/OwpTable/internal/defaultTableStyle.js +50 -0
  17. package/dist/components/OwpTable/internal/defaultTableStyle.js.map +1 -0
  18. package/dist/components/OwpTreeGrid/OwpTreeGrid.js +47 -45
  19. package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
  20. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +179 -161
  21. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  22. package/dist/configs/defaultConfig.js +1 -1
  23. package/dist/configs/theme.js +28 -0
  24. package/dist/configs/theme.js.map +1 -0
  25. package/dist/contexts/OwpAppProvider.js.map +1 -1
  26. package/dist/features/themePreview/components/ThemePreviewCanvas.js +492 -0
  27. package/dist/features/themePreview/components/ThemePreviewCanvas.js.map +1 -0
  28. package/dist/features/themePreview/components/ThemePreviewCanvasSections.js +678 -0
  29. package/dist/features/themePreview/components/ThemePreviewCanvasSections.js.map +1 -0
  30. package/dist/features/themePreview/components/ThemePreviewColorField.js +372 -0
  31. package/dist/features/themePreview/components/ThemePreviewColorField.js.map +1 -0
  32. package/dist/features/themePreview/components/ThemePreviewControls.js +306 -0
  33. package/dist/features/themePreview/components/ThemePreviewControls.js.map +1 -0
  34. package/dist/features/themePreview/components/themePreviewCanvas.icons.js +17 -0
  35. package/dist/features/themePreview/components/themePreviewCanvas.icons.js.map +1 -0
  36. package/dist/features/themePreview/components/themePreviewCanvas.shared.js +296 -0
  37. package/dist/features/themePreview/components/themePreviewCanvas.shared.js.map +1 -0
  38. package/dist/features/themePreview/configs/grid.js +45 -0
  39. package/dist/features/themePreview/configs/grid.js.map +1 -0
  40. package/dist/features/themePreview/configs/presets.js +1074 -0
  41. package/dist/features/themePreview/configs/presets.js.map +1 -0
  42. package/dist/features/themePreview/configs/previewStorage.js +94 -0
  43. package/dist/features/themePreview/configs/previewStorage.js.map +1 -0
  44. package/dist/features/themePreview/configs/settings.js +148 -0
  45. package/dist/features/themePreview/configs/settings.js.map +1 -0
  46. package/dist/features/themePreview/configs/snackbar.js +39 -0
  47. package/dist/features/themePreview/configs/snackbar.js.map +1 -0
  48. package/dist/features/themePreview/configs/surface.js +10 -0
  49. package/dist/features/themePreview/configs/surface.js.map +1 -0
  50. package/dist/features/themePreview/configs/table.js +30 -0
  51. package/dist/features/themePreview/configs/table.js.map +1 -0
  52. package/dist/features/themePreview/defs/ThemePreviewGridDef.xml.js +43 -0
  53. package/dist/features/themePreview/defs/ThemePreviewGridDef.xml.js.map +1 -0
  54. package/dist/features/themePreview/defs/ThemePreviewReadonlyGridDef.xml.js +43 -0
  55. package/dist/features/themePreview/defs/ThemePreviewReadonlyGridDef.xml.js.map +1 -0
  56. package/dist/features/themePreview/dialogs/ThemePreviewDialog.js +441 -0
  57. package/dist/features/themePreview/dialogs/ThemePreviewDialog.js.map +1 -0
  58. package/dist/features/themePreview/hooks/useThemePreview.js +280 -0
  59. package/dist/features/themePreview/hooks/useThemePreview.js.map +1 -0
  60. package/dist/features/themePreview/utils/color.js +79 -0
  61. package/dist/features/themePreview/utils/color.js.map +1 -0
  62. package/dist/features/themePreview/utils/themePreviewDefinitions.js +526 -0
  63. package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +1 -0
  64. package/dist/features/themePreview/utils/themePreviewExport.js +320 -0
  65. package/dist/features/themePreview/utils/themePreviewExport.js.map +1 -0
  66. package/dist/features/themePreview/utils/themePreviewSettings.js +211 -0
  67. package/dist/features/themePreview/utils/themePreviewSettings.js.map +1 -0
  68. package/dist/features/themePreview.js +75 -0
  69. package/dist/features/themePreview.js.map +1 -0
  70. package/dist/layout/components/logo/Logo.js +49 -45
  71. package/dist/layout/components/logo/Logo.js.map +1 -1
  72. package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
  73. package/dist/layout/components/toggles/ThemePreviewToggle.js +51 -0
  74. package/dist/layout/components/toggles/ThemePreviewToggle.js.map +1 -0
  75. package/dist/layout/components/toolbar/ToolbarLayout.js +8 -6
  76. package/dist/layout/components/toolbar/ToolbarLayout.js.map +1 -1
  77. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/CheckCircleOutline.js +9 -0
  78. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/CheckCircleOutline.js.map +1 -0
  79. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DownloadOutlined.js +9 -0
  80. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DownloadOutlined.js.map +1 -0
  81. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ErrorOutline.js +9 -0
  82. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ErrorOutline.js.map +1 -0
  83. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/InfoOutlined.js +9 -0
  84. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/InfoOutlined.js.map +1 -0
  85. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/KeyboardArrowUpRounded.js +9 -0
  86. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/KeyboardArrowUpRounded.js.map +1 -0
  87. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/MenuRounded.js +9 -0
  88. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/MenuRounded.js.map +1 -0
  89. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/NotificationsNoneOutlined.js +9 -0
  90. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/NotificationsNoneOutlined.js.map +1 -0
  91. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/PaletteOutlined.js +25 -0
  92. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/PaletteOutlined.js.map +1 -0
  93. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/RestoreOutlined.js +9 -0
  94. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/RestoreOutlined.js.map +1 -0
  95. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SaveOutlined.js +9 -0
  96. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SaveOutlined.js.map +1 -0
  97. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SpaceDashboardOutlined.js +9 -0
  98. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SpaceDashboardOutlined.js.map +1 -0
  99. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/UploadFileOutlined.js +9 -0
  100. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/UploadFileOutlined.js.map +1 -0
  101. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/WarningAmberRounded.js +9 -0
  102. package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/WarningAmberRounded.js.map +1 -0
  103. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
  104. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
  105. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/constants.js +1 -1
  106. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
  107. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
  108. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
  109. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
  110. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
  111. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
  112. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
  113. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
  114. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  115. package/dist/node_modules/.pnpm/react-overlays@5.2.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-overlays/esm/Portal.js +1 -1
  116. package/dist/owp-app.css +1 -1
  117. package/dist/types/components/OwpTable/internal/defaultTableStyle.d.ts +49 -0
  118. package/dist/types/components/OwpTreeGrid/OwpTreeGrid.d.ts +2 -1
  119. package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +6 -1
  120. package/dist/types/configs/theme/index.d.ts +6 -0
  121. package/dist/types/contexts/OwpAppProvider.d.ts +2 -0
  122. package/dist/types/features/themePreview/components/ThemePreviewCanvas.d.ts +8 -0
  123. package/dist/types/features/themePreview/components/ThemePreviewCanvasSections.d.ts +82 -0
  124. package/dist/types/features/themePreview/components/ThemePreviewColorField.d.ts +10 -0
  125. package/dist/types/features/themePreview/components/ThemePreviewControls.d.ts +18 -0
  126. package/dist/types/features/themePreview/components/index.d.ts +3 -0
  127. package/dist/types/features/themePreview/components/themePreviewCanvas.icons.d.ts +3 -0
  128. package/dist/types/features/themePreview/components/themePreviewCanvas.shared.d.ts +121 -0
  129. package/dist/types/features/themePreview/configs/grid.d.ts +41 -0
  130. package/dist/types/features/themePreview/configs/index.d.ts +7 -0
  131. package/dist/types/features/themePreview/configs/presets.d.ts +1152 -0
  132. package/dist/types/features/themePreview/configs/previewStorage.d.ts +35 -0
  133. package/dist/types/features/themePreview/configs/settings.d.ts +271 -0
  134. package/dist/types/features/themePreview/configs/snackbar.d.ts +43 -0
  135. package/dist/types/features/themePreview/configs/surface.d.ts +6 -0
  136. package/dist/types/features/themePreview/configs/table.d.ts +47 -0
  137. package/dist/types/features/themePreview/dialogs/ThemePreviewDialog.d.ts +3 -0
  138. package/dist/types/features/themePreview/dialogs/index.d.ts +1 -0
  139. package/dist/types/features/themePreview/hooks/index.d.ts +1 -0
  140. package/dist/types/features/themePreview/hooks/useThemePreview.d.ts +61 -0
  141. package/dist/types/features/themePreview/index.d.ts +6 -0
  142. package/dist/types/features/themePreview/types/index.d.ts +1 -0
  143. package/dist/types/features/themePreview/types/themePreview.d.ts +44 -0
  144. package/dist/types/features/themePreview/utils/color.d.ts +14 -0
  145. package/dist/types/features/themePreview/utils/index.d.ts +4 -0
  146. package/dist/types/features/themePreview/utils/themePreviewDefinitions.d.ts +10 -0
  147. package/dist/types/features/themePreview/utils/themePreviewExport.d.ts +46 -0
  148. package/dist/types/features/themePreview/utils/themePreviewSettings.d.ts +54 -0
  149. package/dist/types/layout/components/toggles/ThemePreviewToggle.d.ts +5 -0
  150. package/dist/types/utils/zipUtil.d.ts +1 -0
  151. package/dist/utils/zipUtil.js +38 -36
  152. package/dist/utils/zipUtil.js.map +1 -1
  153. package/features/themePreview.d.ts +3 -0
  154. package/features/themePreview.js +1 -0
  155. package/package.json +3 -1
@@ -0,0 +1,1074 @@
1
+ import { blueGrey as F } from "@mui/material/colors";
2
+ import { defaultLayoutSurface as i } from "./surface.js";
3
+ import { skyBlue as t } from "../../../colors/palettes/skyBlue.js";
4
+ import { owpDark as e } from "../../../colors/palettes/dark.js";
5
+ const a = {
6
+ primary: "rgb(17, 24, 39)",
7
+ secondary: "rgb(107, 114, 128)",
8
+ disabled: "rgb(149, 156, 169)"
9
+ }, r = {
10
+ primary: "rgb(255,255,255)",
11
+ secondary: "rgb(148, 163, 184)",
12
+ disabled: "rgb(156, 163, 175)"
13
+ }, n = {
14
+ light: "#4F585C",
15
+ main: "#232A2D",
16
+ dark: "#111618",
17
+ contrastText: "#FFFFFF"
18
+ }, d = {
19
+ light: "#6BC9F7",
20
+ main: "#00A4EF",
21
+ dark: "#0078D7",
22
+ contrastText: "#FFFFFF"
23
+ }, o = {
24
+ main: "#232a2d",
25
+ contrastText: "#FFFFFF"
26
+ }, m = "rgba(214,214,214,0.7)", c = i.contrastText, p = {
27
+ ...d,
28
+ dark: i.contrastText
29
+ }, k = [
30
+ "light1",
31
+ "light2",
32
+ "surfaceDark"
33
+ ], x = [
34
+ "toolbarSkyLight",
35
+ "toolbarMistLight",
36
+ "toolbarNavyDark",
37
+ "toolbarTealDark"
38
+ ], C = [
39
+ "atlassianBrand",
40
+ "atlassianBrandDark",
41
+ "carbonBlue",
42
+ "carbonBlueDark",
43
+ "primerSlate",
44
+ "primerSlateDark",
45
+ "cloudscapeBlue",
46
+ "cloudscapeBlueDark"
47
+ ], D = {
48
+ toolbarSkyLight: {
49
+ palette: {
50
+ mode: "light",
51
+ divider: "#BFD4EA",
52
+ text: {
53
+ primary: "#0F2942",
54
+ secondary: "#4B647C",
55
+ disabled: "#7C92A7"
56
+ },
57
+ primary: {
58
+ light: "#7FCCFF",
59
+ main: "#3B82F6",
60
+ dark: "#1D4ED8",
61
+ contrastText: r.primary
62
+ },
63
+ secondary: {
64
+ light: "#B6E3FF",
65
+ main: "#38BDF8",
66
+ dark: "#0284C7",
67
+ contrastText: r.primary
68
+ },
69
+ background: {
70
+ paper: "#F4FAFF",
71
+ default: "#DCEBFA"
72
+ },
73
+ info: {
74
+ main: "#2563EB",
75
+ contrastText: r.primary
76
+ },
77
+ success: {
78
+ main: "#0F9D7A",
79
+ contrastText: r.primary
80
+ },
81
+ warning: {
82
+ main: "#C97A10",
83
+ contrastText: r.primary
84
+ },
85
+ error: {
86
+ main: "#D14343",
87
+ contrastText: r.primary
88
+ }
89
+ }
90
+ },
91
+ toolbarMistLight: {
92
+ palette: {
93
+ mode: "light",
94
+ divider: "#C7D0DB",
95
+ text: {
96
+ primary: "#182430",
97
+ secondary: "#57697A",
98
+ disabled: "#8492A0"
99
+ },
100
+ primary: {
101
+ light: "#8FA7C1",
102
+ main: "#5B708B",
103
+ dark: "#3A4E67",
104
+ contrastText: r.primary
105
+ },
106
+ secondary: {
107
+ light: "#B9D8EA",
108
+ main: "#6CA6C9",
109
+ dark: "#3B789D",
110
+ contrastText: r.primary
111
+ },
112
+ background: {
113
+ paper: "#F9FBFC",
114
+ default: "#E7EDF2"
115
+ },
116
+ info: {
117
+ main: "#3B82F6",
118
+ contrastText: r.primary
119
+ },
120
+ success: {
121
+ main: "#2E8B57",
122
+ contrastText: r.primary
123
+ },
124
+ warning: {
125
+ main: "#C27A1A",
126
+ contrastText: r.primary
127
+ },
128
+ error: {
129
+ main: "#C94F4F",
130
+ contrastText: r.primary
131
+ }
132
+ }
133
+ },
134
+ toolbarNavyDark: {
135
+ palette: {
136
+ mode: "dark",
137
+ divider: "#31506F",
138
+ text: {
139
+ primary: "#F3F7FB",
140
+ secondary: "#B8CADB",
141
+ disabled: "#86A0B9"
142
+ },
143
+ primary: {
144
+ light: "#8FD1FF",
145
+ main: "#4EA1FF",
146
+ dark: "#2563EB",
147
+ contrastText: a.primary
148
+ },
149
+ secondary: {
150
+ light: "#C3E6FF",
151
+ main: "#67B8FF",
152
+ dark: "#3B82F6",
153
+ contrastText: a.primary
154
+ },
155
+ background: {
156
+ paper: "#173250",
157
+ default: "#11243A"
158
+ },
159
+ info: {
160
+ main: "#67B8FF",
161
+ contrastText: a.primary
162
+ },
163
+ success: {
164
+ main: "#3FC18C",
165
+ contrastText: a.primary
166
+ },
167
+ warning: {
168
+ main: "#E8B14C",
169
+ contrastText: a.primary
170
+ },
171
+ error: {
172
+ main: "#FF7B7B",
173
+ contrastText: a.primary
174
+ }
175
+ }
176
+ },
177
+ toolbarTealDark: {
178
+ palette: {
179
+ mode: "dark",
180
+ divider: "#2E5959",
181
+ text: {
182
+ primary: "#EDF7F7",
183
+ secondary: "#B5CDCD",
184
+ disabled: "#7E9F9F"
185
+ },
186
+ primary: {
187
+ light: "#78E0D2",
188
+ main: "#20C5B0",
189
+ dark: "#0F8B7A",
190
+ contrastText: a.primary
191
+ },
192
+ secondary: {
193
+ light: "#B7F1E8",
194
+ main: "#5FD8C7",
195
+ dark: "#1CA593",
196
+ contrastText: a.primary
197
+ },
198
+ background: {
199
+ paper: "#163737",
200
+ default: "#102B2B"
201
+ },
202
+ info: {
203
+ main: "#4DD0E1",
204
+ contrastText: a.primary
205
+ },
206
+ success: {
207
+ main: "#3CCB7F",
208
+ contrastText: a.primary
209
+ },
210
+ warning: {
211
+ main: "#E2AF57",
212
+ contrastText: a.primary
213
+ },
214
+ error: {
215
+ main: "#FF8080",
216
+ contrastText: a.primary
217
+ }
218
+ }
219
+ },
220
+ atlassianBrand: {
221
+ palette: {
222
+ mode: "light",
223
+ divider: "#D0D6E1",
224
+ text: {
225
+ primary: "#172B4D",
226
+ secondary: "#626F86",
227
+ disabled: "#97A0AF"
228
+ },
229
+ primary: {
230
+ light: "#579DFF",
231
+ main: "#1868DB",
232
+ dark: "#123263",
233
+ contrastText: r.primary
234
+ },
235
+ secondary: {
236
+ light: "#B8ACF6",
237
+ main: "#803FA5",
238
+ dark: "#48245D",
239
+ contrastText: r.primary
240
+ },
241
+ background: {
242
+ paper: "#FFFFFF",
243
+ default: "#F7F8F9"
244
+ },
245
+ info: {
246
+ main: "#1558BC",
247
+ contrastText: r.primary
248
+ },
249
+ success: {
250
+ main: "#4C6B1F",
251
+ contrastText: r.primary
252
+ },
253
+ warning: {
254
+ main: "#9E4C00",
255
+ contrastText: r.primary
256
+ },
257
+ error: {
258
+ main: "#AE2E24",
259
+ contrastText: r.primary
260
+ }
261
+ }
262
+ },
263
+ atlassianBrandDark: {
264
+ palette: {
265
+ mode: "dark",
266
+ divider: "#454F59",
267
+ text: {
268
+ primary: "#F1F2F4",
269
+ secondary: "#B6C2CF",
270
+ disabled: "#8C9BAB"
271
+ },
272
+ primary: {
273
+ light: "#CCE0FF",
274
+ main: "#85B8FF",
275
+ dark: "#579DFF",
276
+ contrastText: a.primary
277
+ },
278
+ secondary: {
279
+ light: "#DFC0FF",
280
+ main: "#B8ACF6",
281
+ dark: "#9F8FEF",
282
+ contrastText: a.primary
283
+ },
284
+ background: {
285
+ paper: "#1D2125",
286
+ default: "#161A1D"
287
+ },
288
+ info: {
289
+ main: "#85B8FF",
290
+ contrastText: a.primary
291
+ },
292
+ success: {
293
+ main: "#94C748",
294
+ contrastText: a.primary
295
+ },
296
+ warning: {
297
+ main: "#E2B203",
298
+ contrastText: a.primary
299
+ },
300
+ error: {
301
+ main: "#F87168",
302
+ contrastText: a.primary
303
+ }
304
+ }
305
+ },
306
+ carbonBlue: {
307
+ palette: {
308
+ mode: "light",
309
+ divider: "#C6C6C6",
310
+ text: {
311
+ primary: "#161616",
312
+ secondary: "#525252",
313
+ disabled: "#8D8D8D"
314
+ },
315
+ primary: {
316
+ light: "#78A9FF",
317
+ main: "#0F62FE",
318
+ dark: "#0043CE",
319
+ contrastText: r.primary
320
+ },
321
+ secondary: {
322
+ light: "#6F6F6F",
323
+ main: "#393939",
324
+ dark: "#161616",
325
+ contrastText: r.primary
326
+ },
327
+ background: {
328
+ paper: "#F4F4F4",
329
+ default: "#FFFFFF"
330
+ },
331
+ info: {
332
+ main: "#0F62FE",
333
+ contrastText: r.primary
334
+ },
335
+ success: {
336
+ main: "#198038",
337
+ contrastText: r.primary
338
+ },
339
+ warning: {
340
+ main: "#F1C21B",
341
+ contrastText: a.primary
342
+ },
343
+ error: {
344
+ main: "#DA1E28",
345
+ contrastText: r.primary
346
+ }
347
+ }
348
+ },
349
+ carbonBlueDark: {
350
+ palette: {
351
+ mode: "dark",
352
+ divider: "#393939",
353
+ text: {
354
+ primary: "#F4F4F4",
355
+ secondary: "#C6C6C6",
356
+ disabled: "#8D8D8D"
357
+ },
358
+ primary: {
359
+ light: "#A6C8FF",
360
+ main: "#78A9FF",
361
+ dark: "#4589FF",
362
+ contrastText: a.primary
363
+ },
364
+ secondary: {
365
+ light: "#8D8D8D",
366
+ main: "#6F6F6F",
367
+ dark: "#393939",
368
+ contrastText: r.primary
369
+ },
370
+ background: {
371
+ paper: "#262626",
372
+ default: "#161616"
373
+ },
374
+ info: {
375
+ main: "#78A9FF",
376
+ contrastText: a.primary
377
+ },
378
+ success: {
379
+ main: "#42BE65",
380
+ contrastText: a.primary
381
+ },
382
+ warning: {
383
+ main: "#F1C21B",
384
+ contrastText: a.primary
385
+ },
386
+ error: {
387
+ main: "#FA4D56",
388
+ contrastText: a.primary
389
+ }
390
+ }
391
+ },
392
+ primerSlate: {
393
+ palette: {
394
+ mode: "light",
395
+ divider: "#D1D9E0",
396
+ text: {
397
+ primary: "#1F2328",
398
+ secondary: "#59636E",
399
+ disabled: "#818B98"
400
+ },
401
+ primary: {
402
+ light: "#54AEFF",
403
+ main: "#0969DA",
404
+ dark: "#0550AE",
405
+ contrastText: r.primary
406
+ },
407
+ secondary: {
408
+ light: "#A475F9",
409
+ main: "#8250DF",
410
+ dark: "#6639BA",
411
+ contrastText: r.primary
412
+ },
413
+ background: {
414
+ paper: "#FFFFFF",
415
+ default: "#F6F8FA"
416
+ },
417
+ info: {
418
+ main: "#0969DA",
419
+ contrastText: r.primary
420
+ },
421
+ success: {
422
+ main: "#1A7F37",
423
+ contrastText: r.primary
424
+ },
425
+ warning: {
426
+ main: "#9A6700",
427
+ contrastText: r.primary
428
+ },
429
+ error: {
430
+ main: "#D1242F",
431
+ contrastText: r.primary
432
+ }
433
+ }
434
+ },
435
+ primerSlateDark: {
436
+ palette: {
437
+ mode: "dark",
438
+ divider: "#30363D",
439
+ text: {
440
+ primary: "#F0F6FC",
441
+ secondary: "#8B949E",
442
+ disabled: "#6E7681"
443
+ },
444
+ primary: {
445
+ light: "#79C0FF",
446
+ main: "#58A6FF",
447
+ dark: "#1F6FEB",
448
+ contrastText: a.primary
449
+ },
450
+ secondary: {
451
+ light: "#D2A8FF",
452
+ main: "#BC8CFF",
453
+ dark: "#8250DF",
454
+ contrastText: a.primary
455
+ },
456
+ background: {
457
+ paper: "#161B22",
458
+ default: "#0D1117"
459
+ },
460
+ info: {
461
+ main: "#58A6FF",
462
+ contrastText: a.primary
463
+ },
464
+ success: {
465
+ main: "#3FB950",
466
+ contrastText: a.primary
467
+ },
468
+ warning: {
469
+ main: "#D29922",
470
+ contrastText: a.primary
471
+ },
472
+ error: {
473
+ main: "#FF7B72",
474
+ contrastText: a.primary
475
+ }
476
+ }
477
+ },
478
+ cloudscapeBlue: {
479
+ palette: {
480
+ mode: "light",
481
+ divider: "#D5DBDB",
482
+ text: {
483
+ primary: "#16191F",
484
+ secondary: "#414D5C",
485
+ disabled: "#879596"
486
+ },
487
+ primary: {
488
+ light: "#69B3F5",
489
+ main: "#0972D3",
490
+ dark: "#033160",
491
+ contrastText: r.primary
492
+ },
493
+ secondary: {
494
+ light: "#FFCE73",
495
+ main: "#FF9900",
496
+ dark: "#C77700",
497
+ contrastText: a.primary
498
+ },
499
+ background: {
500
+ paper: "#FFFFFF",
501
+ default: "#F8FAFC"
502
+ },
503
+ info: {
504
+ main: "#0972D3",
505
+ contrastText: r.primary
506
+ },
507
+ success: {
508
+ main: "#037F0C",
509
+ contrastText: r.primary
510
+ },
511
+ warning: {
512
+ main: "#B35900",
513
+ contrastText: r.primary
514
+ },
515
+ error: {
516
+ main: "#D91515",
517
+ contrastText: r.primary
518
+ }
519
+ }
520
+ },
521
+ cloudscapeBlueDark: {
522
+ palette: {
523
+ mode: "dark",
524
+ divider: "#414D5C",
525
+ text: {
526
+ primary: "#EAEDED",
527
+ secondary: "#9BA7B6",
528
+ disabled: "#687078"
529
+ },
530
+ primary: {
531
+ light: "#9FD3FF",
532
+ main: "#75B6FF",
533
+ dark: "#539FE5",
534
+ contrastText: a.primary
535
+ },
536
+ secondary: {
537
+ light: "#FFD89C",
538
+ main: "#FFB84D",
539
+ dark: "#FF9900",
540
+ contrastText: a.primary
541
+ },
542
+ background: {
543
+ paper: "#1B2733",
544
+ default: "#0F1B2A"
545
+ },
546
+ info: {
547
+ main: "#75B6FF",
548
+ contrastText: a.primary
549
+ },
550
+ success: {
551
+ main: "#1D8102",
552
+ contrastText: a.primary
553
+ },
554
+ warning: {
555
+ main: "#F2A541",
556
+ contrastText: a.primary
557
+ },
558
+ error: {
559
+ main: "#FF6A6A",
560
+ contrastText: a.primary
561
+ }
562
+ }
563
+ },
564
+ light1: {
565
+ palette: {
566
+ mode: "light",
567
+ divider: "rgba(214,214,214,0.7)",
568
+ text: {
569
+ primary: "#212121",
570
+ secondary: "#5F6368"
571
+ },
572
+ common: {
573
+ black: "#000000",
574
+ white: "#FFFFFF"
575
+ },
576
+ primary: n,
577
+ secondary: d,
578
+ background: {
579
+ paper: "#F4F4F4",
580
+ default: "#E8E8E8"
581
+ },
582
+ error: {
583
+ light: "#FFCDD2",
584
+ main: "#D32F2F",
585
+ dark: "#B71C1C",
586
+ contrastText: "#FFFFFF"
587
+ }
588
+ }
589
+ },
590
+ dark8: {
591
+ palette: {
592
+ mode: "dark",
593
+ divider: "rgba(79,79,79,0.5)",
594
+ text: {
595
+ primary: "#E0E0E0",
596
+ secondary: "#B0BEC5"
597
+ },
598
+ common: {
599
+ black: "#000000",
600
+ white: "#FFFFFF"
601
+ },
602
+ primary: n,
603
+ secondary: d,
604
+ background: {
605
+ paper: "#1E1E1E",
606
+ default: "#121212"
607
+ },
608
+ error: {
609
+ light: "#FFCDD2",
610
+ main: "#D32F2F",
611
+ dark: "#B71C1C",
612
+ contrastText: "#FFFFFF"
613
+ }
614
+ }
615
+ },
616
+ light2: {
617
+ palette: {
618
+ mode: "light",
619
+ divider: m,
620
+ text: a,
621
+ common: {
622
+ black: "#000000",
623
+ white: "#FFFFFF"
624
+ },
625
+ primary: i,
626
+ secondary: o,
627
+ background: {
628
+ paper: "#FFFFFF",
629
+ default: "#FFFFFF"
630
+ },
631
+ error: {
632
+ light: "#FFCDD2",
633
+ main: "#D32F2F",
634
+ dark: "#B71C1C",
635
+ contrastText: "#FFFFFF"
636
+ }
637
+ }
638
+ },
639
+ surfaceDark: {
640
+ palette: {
641
+ mode: "dark",
642
+ divider: c,
643
+ text: r,
644
+ common: {
645
+ black: "#000000",
646
+ white: "#FFFFFF"
647
+ },
648
+ primary: n,
649
+ secondary: p,
650
+ background: {
651
+ paper: i.dark,
652
+ default: i.main
653
+ },
654
+ error: {
655
+ light: "#FFCDD2",
656
+ main: "#D32F2F",
657
+ dark: "#B71C1C",
658
+ contrastText: "#FFFFFF"
659
+ }
660
+ }
661
+ },
662
+ legacy: {
663
+ palette: {
664
+ mode: "light",
665
+ divider: "#e2e8f0",
666
+ text: a,
667
+ common: {
668
+ black: "rgb(17, 24, 39)",
669
+ white: "rgb(255, 255, 255)"
670
+ },
671
+ primary: {
672
+ light: e[200],
673
+ main: e[500],
674
+ dark: e[800],
675
+ contrastText: r.primary
676
+ },
677
+ secondary: {
678
+ light: t[100],
679
+ main: t[500],
680
+ dark: t[900],
681
+ contrastText: a.primary
682
+ },
683
+ background: {
684
+ paper: "#FFFFFF",
685
+ default: "#f6f7f9"
686
+ },
687
+ error: {
688
+ light: "#ffcdd2",
689
+ main: "#f44336",
690
+ dark: "#b71c1c"
691
+ }
692
+ }
693
+ },
694
+ light3: {
695
+ palette: {
696
+ mode: "light",
697
+ divider: "#e2e8f0",
698
+ text: a,
699
+ primary: {
700
+ light: "#b3d1d1",
701
+ main: "#006565",
702
+ dark: "#003737",
703
+ contrastText: r.primary
704
+ },
705
+ secondary: {
706
+ light: "#ffecc0",
707
+ main: "#FFBE2C",
708
+ dark: "#ff9910",
709
+ contrastText: a.primary
710
+ },
711
+ background: {
712
+ paper: "#FFFFFF",
713
+ default: "#F0F7F7"
714
+ },
715
+ error: {
716
+ light: "#ffcdd2",
717
+ main: "#f44336",
718
+ dark: "#b71c1c"
719
+ }
720
+ }
721
+ },
722
+ light4: {
723
+ palette: {
724
+ mode: "light",
725
+ divider: "#e2e8f0",
726
+ text: a,
727
+ primary: {
728
+ light: "#BBE2DA",
729
+ main: "#1B9E85",
730
+ dark: "#087055",
731
+ contrastText: r.primary
732
+ },
733
+ secondary: {
734
+ light: "#FFD0C1",
735
+ main: "#FF6231",
736
+ dark: "#FF3413",
737
+ contrastText: r.primary
738
+ },
739
+ background: {
740
+ paper: "#FFFFFF",
741
+ default: "#F2F8F1"
742
+ },
743
+ error: {
744
+ light: "#ffcdd2",
745
+ main: "#f44336",
746
+ dark: "#b71c1c"
747
+ }
748
+ }
749
+ },
750
+ light5: {
751
+ palette: {
752
+ mode: "light",
753
+ divider: "#e2e8f0",
754
+ text: a,
755
+ primary: {
756
+ light: "#D3C0CD",
757
+ main: "#6B2C57",
758
+ dark: "#3C102C",
759
+ contrastText: r.primary
760
+ },
761
+ secondary: {
762
+ light: "#C3C2D2",
763
+ main: "#36336A",
764
+ dark: "#16143C",
765
+ contrastText: r.primary
766
+ },
767
+ background: {
768
+ paper: "#FFFFFF",
769
+ default: "#FAFAFE"
770
+ },
771
+ error: {
772
+ light: "#ffcdd2",
773
+ main: "#f44336",
774
+ dark: "#b71c1c"
775
+ }
776
+ }
777
+ },
778
+ light6: {
779
+ palette: {
780
+ mode: "light",
781
+ divider: "#e2e8f0",
782
+ text: a,
783
+ primary: {
784
+ light: "#C6C9CD",
785
+ main: "#404B57",
786
+ dark: "#1C232C",
787
+ contrastText: r.primary
788
+ },
789
+ secondary: {
790
+ light: "#C2C8D2",
791
+ main: "#354968",
792
+ dark: "#16213A",
793
+ contrastText: r.primary
794
+ },
795
+ background: {
796
+ paper: "#FFFFFF",
797
+ default: "#F5F4F6"
798
+ },
799
+ error: {
800
+ light: "#ffcdd2",
801
+ main: "#f44336",
802
+ dark: "#b71c1c"
803
+ }
804
+ }
805
+ },
806
+ light7: {
807
+ palette: {
808
+ mode: "light",
809
+ divider: "#e2e8f0",
810
+ text: a,
811
+ primary: {
812
+ light: "#C4C4C4",
813
+ main: "#3A3A3A",
814
+ dark: "#181818",
815
+ contrastText: r.primary
816
+ },
817
+ secondary: {
818
+ light: "#EFEFED",
819
+ main: "#CBCAC3",
820
+ dark: "#ACABA1",
821
+ contrastText: a.primary
822
+ },
823
+ background: {
824
+ paper: "#EFEEE7",
825
+ default: "#FAF8F2"
826
+ },
827
+ error: {
828
+ light: "#F7EAEA",
829
+ main: "#EBCECE",
830
+ dark: "#E3B9B9"
831
+ }
832
+ }
833
+ },
834
+ dark1: {
835
+ palette: {
836
+ mode: "dark",
837
+ divider: "rgba(241,245,249,.12)",
838
+ text: r,
839
+ primary: {
840
+ light: "#C2C2C3",
841
+ main: "#323338",
842
+ dark: "#131417",
843
+ contrastText: r.primary
844
+ },
845
+ secondary: {
846
+ light: "#B8E1D9",
847
+ main: "#129B7F",
848
+ dark: "#056D4F",
849
+ contrastText: r.primary
850
+ },
851
+ background: {
852
+ paper: "#262526",
853
+ default: "#1E1D1E"
854
+ },
855
+ error: {
856
+ light: "#ffcdd2",
857
+ main: "#f44336",
858
+ dark: "#b71c1c"
859
+ }
860
+ }
861
+ },
862
+ dark2: {
863
+ palette: {
864
+ mode: "dark",
865
+ divider: "rgba(241,245,249,.12)",
866
+ text: r,
867
+ primary: {
868
+ light: "#C9CACE",
869
+ main: "#4B4F5A",
870
+ dark: "#23262E",
871
+ contrastText: r.primary
872
+ },
873
+ secondary: {
874
+ light: "#F8F5F2",
875
+ main: "#E6DED5",
876
+ dark: "#D5C8BA",
877
+ contrastText: a.primary
878
+ },
879
+ background: {
880
+ paper: "#31343E",
881
+ default: "#2A2D35"
882
+ },
883
+ error: {
884
+ light: "#F7EAEA",
885
+ main: "#EBCECE",
886
+ dark: "#E3B9B9"
887
+ }
888
+ }
889
+ },
890
+ dark3: {
891
+ palette: {
892
+ mode: "dark",
893
+ divider: "rgba(241,245,249,.12)",
894
+ text: r,
895
+ primary: {
896
+ light: "#C2C8D2",
897
+ main: "#354968",
898
+ dark: "#16213A",
899
+ contrastText: r.primary
900
+ },
901
+ secondary: {
902
+ light: "#F4CFCA",
903
+ main: "#D55847",
904
+ dark: "#C03325",
905
+ contrastText: r.primary
906
+ },
907
+ background: {
908
+ paper: "#23354E",
909
+ default: "#1B2A3F"
910
+ },
911
+ error: {
912
+ light: "#ffcdd2",
913
+ main: "#f44336",
914
+ dark: "#b71c1c"
915
+ }
916
+ }
917
+ },
918
+ dark4: {
919
+ palette: {
920
+ mode: "dark",
921
+ divider: "rgba(241,245,249,.12)",
922
+ text: r,
923
+ primary: {
924
+ light: "#CECADF",
925
+ main: "#5A4E93",
926
+ dark: "#2E2564",
927
+ contrastText: r.primary
928
+ },
929
+ secondary: {
930
+ light: "#B3EBD6",
931
+ main: "#00BC77",
932
+ dark: "#009747",
933
+ contrastText: r.primary
934
+ },
935
+ background: {
936
+ paper: "#22184B",
937
+ default: "#180F3D"
938
+ },
939
+ error: {
940
+ light: "#ffcdd2",
941
+ main: "#f44336",
942
+ dark: "#b71c1c"
943
+ }
944
+ }
945
+ },
946
+ dark5: {
947
+ palette: {
948
+ mode: "dark",
949
+ divider: "rgba(241,245,249,.12)",
950
+ text: r,
951
+ primary: {
952
+ light: "#CCD7E2",
953
+ main: "#56789D",
954
+ dark: "#2B486F",
955
+ contrastText: r.primary
956
+ },
957
+ secondary: {
958
+ light: "#D7D3ED",
959
+ main: "#796CC4",
960
+ dark: "#493DA2",
961
+ contrastText: r.primary
962
+ },
963
+ background: {
964
+ paper: "#465261",
965
+ default: "#232931"
966
+ },
967
+ error: {
968
+ light: "#ffcdd2",
969
+ main: "#f44336",
970
+ dark: "#b71c1c"
971
+ }
972
+ }
973
+ },
974
+ dark6: {
975
+ palette: {
976
+ mode: "dark",
977
+ divider: "rgba(241,245,249,.12)",
978
+ text: r,
979
+ primary: {
980
+ light: "#BEBFC8",
981
+ main: "#252949",
982
+ dark: "#0D0F21",
983
+ contrastText: r.primary
984
+ },
985
+ secondary: {
986
+ light: "#CBD7FE",
987
+ main: "#5079FC",
988
+ dark: "#2749FA",
989
+ contrastText: r.primary
990
+ },
991
+ background: {
992
+ paper: "#2D3159",
993
+ default: "#202441"
994
+ },
995
+ error: {
996
+ light: "#ffcdd2",
997
+ main: "#f44336",
998
+ dark: "#b71c1c"
999
+ }
1000
+ }
1001
+ },
1002
+ dark7: {
1003
+ palette: {
1004
+ mode: "dark",
1005
+ divider: "rgba(241,245,249,.12)",
1006
+ text: r,
1007
+ primary: {
1008
+ light: "#BCC8CD",
1009
+ main: "#204657",
1010
+ dark: "#0B202C",
1011
+ contrastText: r.primary
1012
+ },
1013
+ secondary: {
1014
+ light: "#B3EBC5",
1015
+ main: "#00BD3E",
1016
+ dark: "#00981B",
1017
+ contrastText: r.primary
1018
+ },
1019
+ background: {
1020
+ paper: "#1C1E27",
1021
+ default: "#15171E"
1022
+ },
1023
+ error: {
1024
+ light: "#ffcdd2",
1025
+ main: "#f44336",
1026
+ dark: "#b71c1c"
1027
+ }
1028
+ }
1029
+ },
1030
+ greyDark: {
1031
+ palette: {
1032
+ mode: "dark",
1033
+ divider: "rgba(241,245,249,.12)",
1034
+ text: r,
1035
+ primary: {
1036
+ light: e[200],
1037
+ main: e[700],
1038
+ dark: e[800],
1039
+ contrastText: r.primary
1040
+ },
1041
+ secondary: {
1042
+ light: t[100],
1043
+ main: t[500],
1044
+ dark: t[900],
1045
+ contrastText: a.primary
1046
+ },
1047
+ background: {
1048
+ paper: F[700],
1049
+ default: F[900]
1050
+ },
1051
+ error: {
1052
+ light: "#ffcdd2",
1053
+ main: "#f44336",
1054
+ dark: "#b71c1c"
1055
+ }
1056
+ }
1057
+ }
1058
+ };
1059
+ export {
1060
+ r as darkPaletteText,
1061
+ D as default,
1062
+ m as defaultNavbarDivider,
1063
+ o as defaultNavbarSecondaryPalette,
1064
+ n as defaultPrimaryPalette,
1065
+ d as defaultSecondaryPalette,
1066
+ c as defaultToolbarDivider,
1067
+ p as defaultToolbarSecondaryPalette,
1068
+ C as designSystemPresetKeys,
1069
+ a as lightPaletteText,
1070
+ k as themePreviewPresetContractKeys,
1071
+ D as themesConfig,
1072
+ x as toolbarCuratedPresetKeys
1073
+ };
1074
+ //# sourceMappingURL=presets.js.map