@redis-ui/styles 12.7.0 → 13.1.7

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 (185) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/dist/index.js +5896 -3649
  3. package/dist/index.umd.cjs +36 -36
  4. package/dist/themes/themeDark/theme/components/appSelectionMenu.d.ts +2 -2
  5. package/dist/themes/themeDark/tokens.d.ts +1 -2
  6. package/dist/themes/themeDark2/theme/components/actionIconButton.d.ts +3 -0
  7. package/dist/themes/themeDark2/theme/components/appBar.d.ts +3 -0
  8. package/dist/themes/themeDark2/theme/components/appSelectionMenu.d.ts +3 -0
  9. package/dist/themes/themeDark2/theme/components/autoComplete.d.ts +3 -0
  10. package/dist/themes/themeDark2/theme/components/badge.d.ts +3 -0
  11. package/dist/themes/themeDark2/theme/components/banner.d.ts +3 -0
  12. package/dist/themes/themeDark2/theme/components/boxSelectionGroup.d.ts +3 -0
  13. package/dist/themes/themeDark2/theme/components/button.d.ts +3 -0
  14. package/dist/themes/themeDark2/theme/components/buttonGroup.d.ts +3 -0
  15. package/dist/themes/themeDark2/theme/components/card.d.ts +3 -0
  16. package/dist/themes/themeDark2/theme/components/checkbox.d.ts +3 -0
  17. package/dist/themes/themeDark2/theme/components/chip.d.ts +3 -0
  18. package/dist/themes/themeDark2/theme/components/chipList.d.ts +3 -0
  19. package/dist/themes/themeDark2/theme/components/countryFlag.d.ts +3 -0
  20. package/dist/themes/themeDark2/theme/components/datePicker.d.ts +3 -0
  21. package/dist/themes/themeDark2/theme/components/drawer.d.ts +3 -0
  22. package/dist/themes/themeDark2/theme/components/filters.d.ts +3 -0
  23. package/dist/themes/themeDark2/theme/components/formField.d.ts +3 -0
  24. package/dist/themes/themeDark2/theme/components/iconButton.d.ts +3 -0
  25. package/dist/themes/themeDark2/theme/components/input.d.ts +3 -0
  26. package/dist/themes/themeDark2/theme/components/label.d.ts +3 -0
  27. package/dist/themes/themeDark2/theme/components/link.d.ts +3 -0
  28. package/dist/themes/themeDark2/theme/components/loader.d.ts +3 -0
  29. package/dist/themes/themeDark2/theme/components/menu.d.ts +3 -0
  30. package/dist/themes/themeDark2/theme/components/modal.d.ts +3 -0
  31. package/dist/themes/themeDark2/theme/components/moreInfoIcon.d.ts +3 -0
  32. package/dist/themes/themeDark2/theme/components/popover.d.ts +3 -0
  33. package/dist/themes/themeDark2/theme/components/popupCard.d.ts +3 -0
  34. package/dist/themes/themeDark2/theme/components/profileIcon.d.ts +3 -0
  35. package/dist/themes/themeDark2/theme/components/progressBar.d.ts +3 -0
  36. package/dist/themes/themeDark2/theme/components/radio.d.ts +3 -0
  37. package/dist/themes/themeDark2/theme/components/searchBar.d.ts +3 -0
  38. package/dist/themes/themeDark2/theme/components/section.d.ts +3 -0
  39. package/dist/themes/themeDark2/theme/components/select.d.ts +3 -0
  40. package/dist/themes/themeDark2/theme/components/semanticButton.d.ts +3 -0
  41. package/dist/themes/themeDark2/theme/components/semanticContainer.d.ts +3 -0
  42. package/dist/themes/themeDark2/theme/components/semanticIcon.d.ts +3 -0
  43. package/dist/themes/themeDark2/theme/components/sideBar.d.ts +3 -0
  44. package/dist/themes/themeDark2/theme/components/skeleton.d.ts +3 -0
  45. package/dist/themes/themeDark2/theme/components/stepper.d.ts +3 -0
  46. package/dist/themes/themeDark2/theme/components/switch.d.ts +3 -0
  47. package/dist/themes/themeDark2/theme/components/table.d.ts +3 -0
  48. package/dist/themes/themeDark2/theme/components/tableHeading.d.ts +3 -0
  49. package/dist/themes/themeDark2/theme/components/tabs.d.ts +3 -0
  50. package/dist/themes/themeDark2/theme/components/textButton.d.ts +3 -0
  51. package/dist/themes/themeDark2/theme/components/toast.d.ts +3 -0
  52. package/dist/themes/themeDark2/theme/components/toggleButton.d.ts +3 -0
  53. package/dist/themes/themeDark2/theme/components/tooltip.d.ts +3 -0
  54. package/dist/themes/themeDark2/theme/components/treeView.d.ts +3 -0
  55. package/dist/themes/themeDark2/theme/components/typography.d.ts +3 -0
  56. package/dist/themes/themeDark2/theme/components/windowBar.d.ts +3 -0
  57. package/dist/themes/themeDark2/theme/globals/body.d.ts +3 -0
  58. package/dist/themes/themeDark2/theme/globals/scrollbar.d.ts +3 -0
  59. package/dist/themes/themeDark2/tokens.d.ts +2 -0
  60. package/dist/themes/themeLight/theme/components/appSelectionMenu.d.ts +2 -2
  61. package/dist/themes/themeLight/tokens.d.ts +608 -3
  62. package/dist/themes/themeLight2/theme/components/actionIconButton.d.ts +3 -0
  63. package/dist/themes/themeLight2/theme/components/appBar.d.ts +3 -0
  64. package/dist/themes/themeLight2/theme/components/appSelectionMenu.d.ts +3 -0
  65. package/dist/themes/themeLight2/theme/components/autoComplete.d.ts +3 -0
  66. package/dist/themes/themeLight2/theme/components/badge.d.ts +3 -0
  67. package/dist/themes/themeLight2/theme/components/banner.d.ts +3 -0
  68. package/dist/themes/themeLight2/theme/components/boxSelectionGroup.d.ts +3 -0
  69. package/dist/themes/themeLight2/theme/components/button.d.ts +3 -0
  70. package/dist/themes/themeLight2/theme/components/buttonGroup.d.ts +3 -0
  71. package/dist/themes/themeLight2/theme/components/card.d.ts +3 -0
  72. package/dist/themes/themeLight2/theme/components/checkbox.d.ts +3 -0
  73. package/dist/themes/themeLight2/theme/components/chip.d.ts +3 -0
  74. package/dist/themes/themeLight2/theme/components/chipList.d.ts +3 -0
  75. package/dist/themes/themeLight2/theme/components/countryFlag.d.ts +3 -0
  76. package/dist/themes/themeLight2/theme/components/datePicker.d.ts +3 -0
  77. package/dist/themes/themeLight2/theme/components/drawer.d.ts +3 -0
  78. package/dist/themes/themeLight2/theme/components/filters.d.ts +3 -0
  79. package/dist/themes/themeLight2/theme/components/formField.d.ts +3 -0
  80. package/dist/themes/themeLight2/theme/components/iconButton.d.ts +3 -0
  81. package/dist/themes/themeLight2/theme/components/input.d.ts +3 -0
  82. package/dist/themes/themeLight2/theme/components/label.d.ts +3 -0
  83. package/dist/themes/themeLight2/theme/components/link.d.ts +3 -0
  84. package/dist/themes/themeLight2/theme/components/loader.d.ts +3 -0
  85. package/dist/themes/themeLight2/theme/components/menu.d.ts +3 -0
  86. package/dist/themes/themeLight2/theme/components/modal.d.ts +3 -0
  87. package/dist/themes/themeLight2/theme/components/moreInfoIcon.d.ts +3 -0
  88. package/dist/themes/themeLight2/theme/components/popover.d.ts +3 -0
  89. package/dist/themes/themeLight2/theme/components/popupCard.d.ts +3 -0
  90. package/dist/themes/themeLight2/theme/components/profileIcon.d.ts +3 -0
  91. package/dist/themes/themeLight2/theme/components/progressBar.d.ts +3 -0
  92. package/dist/themes/themeLight2/theme/components/radio.d.ts +3 -0
  93. package/dist/themes/themeLight2/theme/components/searchBar.d.ts +3 -0
  94. package/dist/themes/themeLight2/theme/components/section.d.ts +3 -0
  95. package/dist/themes/themeLight2/theme/components/select.d.ts +3 -0
  96. package/dist/themes/themeLight2/theme/components/semanticButton.d.ts +3 -0
  97. package/dist/themes/themeLight2/theme/components/semanticContainer.d.ts +3 -0
  98. package/dist/themes/themeLight2/theme/components/semanticIcon.d.ts +3 -0
  99. package/dist/themes/themeLight2/theme/components/sideBar.d.ts +3 -0
  100. package/dist/themes/themeLight2/theme/components/skeleton.d.ts +3 -0
  101. package/dist/themes/themeLight2/theme/components/stepper.d.ts +3 -0
  102. package/dist/themes/themeLight2/theme/components/switch.d.ts +3 -0
  103. package/dist/themes/themeLight2/theme/components/table.d.ts +3 -0
  104. package/dist/themes/themeLight2/theme/components/tableHeading.d.ts +3 -0
  105. package/dist/themes/themeLight2/theme/components/tabs.d.ts +3 -0
  106. package/dist/themes/themeLight2/theme/components/textButton.d.ts +3 -0
  107. package/dist/themes/themeLight2/theme/components/toast.d.ts +3 -0
  108. package/dist/themes/themeLight2/theme/components/toggleButton.d.ts +3 -0
  109. package/dist/themes/themeLight2/theme/components/tooltip.d.ts +3 -0
  110. package/dist/themes/themeLight2/theme/components/treeView.d.ts +3 -0
  111. package/dist/themes/themeLight2/theme/components/typography.d.ts +3 -0
  112. package/dist/themes/themeLight2/theme/components/windowBar.d.ts +3 -0
  113. package/dist/themes/themeLight2/theme/globals/body.d.ts +3 -0
  114. package/dist/themes/themeLight2/theme/globals/scrollbar.d.ts +3 -0
  115. package/dist/themes/themeLight2/theme.d.ts +2 -0
  116. package/dist/themes/themeLight2/tokens.d.ts +2 -0
  117. package/dist/themes/types/theme/components/appBar.types.d.ts +2 -0
  118. package/dist/themes/types/theme/components/appSelectionMenu.types.d.ts +3 -1
  119. package/dist/themes/types/theme/components/chipList.types.d.ts +1 -0
  120. package/dist/themes/types/theme/components/loader.types.d.ts +0 -4
  121. package/dist/themes/types/theme/components/menu.types.d.ts +0 -6
  122. package/dist/themes/types/theme/components/radio.types.d.ts +0 -4
  123. package/dist/themes/types/theme/components/section.types.d.ts +10 -6
  124. package/dist/themes/types/theme/components/stepper.types.d.ts +1 -0
  125. package/dist/themes/types/theme/components/table.types.d.ts +23 -24
  126. package/dist/themes/types/theme/components/treeView.types.d.ts +0 -4
  127. package/dist/themes/types/theme/components/typography.types.d.ts +2 -0
  128. package/dist/themes/types/theme/theme.types.d.ts +2 -2
  129. package/dist/themes/types/theme/tokens.types.d.ts +3 -392
  130. package/package.json +1 -1
  131. package/dist/themes/themeOld/components/actionIconButton.d.ts +0 -3
  132. package/dist/themes/themeOld/components/appBar.d.ts +0 -3
  133. package/dist/themes/themeOld/components/appSelectionMenu.d.ts +0 -3
  134. package/dist/themes/themeOld/components/autoComplete.d.ts +0 -3
  135. package/dist/themes/themeOld/components/badge.d.ts +0 -3
  136. package/dist/themes/themeOld/components/banner.d.ts +0 -3
  137. package/dist/themes/themeOld/components/boxSelectionGroup.d.ts +0 -3
  138. package/dist/themes/themeOld/components/button.d.ts +0 -3
  139. package/dist/themes/themeOld/components/buttonGroup.d.ts +0 -3
  140. package/dist/themes/themeOld/components/card.d.ts +0 -3
  141. package/dist/themes/themeOld/components/checkbox.d.ts +0 -3
  142. package/dist/themes/themeOld/components/chip.d.ts +0 -3
  143. package/dist/themes/themeOld/components/chipList.d.ts +0 -3
  144. package/dist/themes/themeOld/components/countryFlag.d.ts +0 -3
  145. package/dist/themes/themeOld/components/datePicker.d.ts +0 -3
  146. package/dist/themes/themeOld/components/drawer.d.ts +0 -3
  147. package/dist/themes/themeOld/components/filters.d.ts +0 -3
  148. package/dist/themes/themeOld/components/formField.d.ts +0 -3
  149. package/dist/themes/themeOld/components/iconButton.d.ts +0 -3
  150. package/dist/themes/themeOld/components/input.d.ts +0 -3
  151. package/dist/themes/themeOld/components/label.d.ts +0 -3
  152. package/dist/themes/themeOld/components/link.d.ts +0 -3
  153. package/dist/themes/themeOld/components/loader.d.ts +0 -3
  154. package/dist/themes/themeOld/components/menu.d.ts +0 -3
  155. package/dist/themes/themeOld/components/modal.d.ts +0 -3
  156. package/dist/themes/themeOld/components/moreInfoIcon.d.ts +0 -3
  157. package/dist/themes/themeOld/components/popover.d.ts +0 -3
  158. package/dist/themes/themeOld/components/popupCard.d.ts +0 -3
  159. package/dist/themes/themeOld/components/profileIcon.d.ts +0 -3
  160. package/dist/themes/themeOld/components/progressBar.d.ts +0 -3
  161. package/dist/themes/themeOld/components/radio.d.ts +0 -3
  162. package/dist/themes/themeOld/components/searchBar.d.ts +0 -3
  163. package/dist/themes/themeOld/components/section.d.ts +0 -3
  164. package/dist/themes/themeOld/components/select.d.ts +0 -3
  165. package/dist/themes/themeOld/components/semanticButton.d.ts +0 -3
  166. package/dist/themes/themeOld/components/semanticContainer.d.ts +0 -3
  167. package/dist/themes/themeOld/components/semanticIcon.d.ts +0 -3
  168. package/dist/themes/themeOld/components/sideBar.d.ts +0 -3
  169. package/dist/themes/themeOld/components/skeleton.d.ts +0 -3
  170. package/dist/themes/themeOld/components/stepper.d.ts +0 -3
  171. package/dist/themes/themeOld/components/switch.d.ts +0 -3
  172. package/dist/themes/themeOld/components/table.d.ts +0 -3
  173. package/dist/themes/themeOld/components/tableHeading.d.ts +0 -3
  174. package/dist/themes/themeOld/components/tabs.d.ts +0 -3
  175. package/dist/themes/themeOld/components/textButton.d.ts +0 -3
  176. package/dist/themes/themeOld/components/toast.d.ts +0 -3
  177. package/dist/themes/themeOld/components/toggleButton.d.ts +0 -3
  178. package/dist/themes/themeOld/components/tooltip.d.ts +0 -3
  179. package/dist/themes/themeOld/components/treeView.d.ts +0 -3
  180. package/dist/themes/themeOld/components/typography.d.ts +0 -3
  181. package/dist/themes/themeOld/components/windowBar.d.ts +0 -3
  182. package/dist/themes/themeOld/globals/body.d.ts +0 -3
  183. package/dist/themes/themeOld/globals/scrollbar.d.ts +0 -3
  184. package/dist/themes/themeOld/tokens.d.ts +0 -3
  185. /package/dist/themes/{themeOld → themeDark2}/theme.d.ts +0 -0
@@ -1,3 +1,608 @@
1
- import { Tokens } from '../types';
2
- declare const tokens: Tokens;
3
- export default tokens;
1
+ export declare const semanticColors: {
2
+ transparent: string;
3
+ neutral0: string;
4
+ neutral50: string;
5
+ neutral100: string;
6
+ neutral200: string;
7
+ neutral300: string;
8
+ neutral400: string;
9
+ neutral500: string;
10
+ neutral600: string;
11
+ neutral700: string;
12
+ neutral800: string;
13
+ neutral900: string;
14
+ neutral950: string;
15
+ primary0: string;
16
+ primary50: string;
17
+ primary100: string;
18
+ primary200: string;
19
+ primary300: string;
20
+ primary400: string;
21
+ primary500: string;
22
+ primary600: string;
23
+ primary700: string;
24
+ primary800: string;
25
+ primary900: string;
26
+ primary950: string;
27
+ secondary0: string;
28
+ secondary50: string;
29
+ secondary100: string;
30
+ secondary200: string;
31
+ secondary300: string;
32
+ secondary400: string;
33
+ secondary500: string;
34
+ secondary600: string;
35
+ secondary700: string;
36
+ secondary800: string;
37
+ secondary900: string;
38
+ secondary950: string;
39
+ secondary990: string;
40
+ success0: string;
41
+ success50: string;
42
+ success100: string;
43
+ success200: string;
44
+ success300: string;
45
+ success400: string;
46
+ success500: string;
47
+ success600: string;
48
+ success700: string;
49
+ success800: string;
50
+ success900: string;
51
+ notice0: string;
52
+ notice50: string;
53
+ notice100: string;
54
+ notice200: string;
55
+ notice300: string;
56
+ notice400: string;
57
+ notice500: string;
58
+ notice600: string;
59
+ notice700: string;
60
+ notice800: string;
61
+ notice900: string;
62
+ informative0: string;
63
+ informative50: string;
64
+ informative100: string;
65
+ informative200: string;
66
+ informative300: string;
67
+ informative400: string;
68
+ informative500: string;
69
+ informative600: string;
70
+ informative700: string;
71
+ informative800: string;
72
+ informative900: string;
73
+ attention0: string;
74
+ attention50: string;
75
+ attention100: string;
76
+ attention200: string;
77
+ attention300: string;
78
+ attention400: string;
79
+ attention500: string;
80
+ attention600: string;
81
+ attention700: string;
82
+ attention800: string;
83
+ attention900: string;
84
+ discovery0: string;
85
+ discovery50: string;
86
+ discovery100: string;
87
+ discovery200: string;
88
+ discovery300: string;
89
+ discovery400: string;
90
+ discovery500: string;
91
+ discovery600: string;
92
+ discovery700: string;
93
+ discovery800: string;
94
+ discovery900: string;
95
+ danger0: string;
96
+ danger50: string;
97
+ danger100: string;
98
+ danger200: string;
99
+ danger300: string;
100
+ danger400: string;
101
+ danger500: string;
102
+ danger600: string;
103
+ danger700: string;
104
+ danger800: string;
105
+ danger900: string;
106
+ };
107
+ export declare const tokens: {
108
+ semantic: {
109
+ color: {
110
+ text: {
111
+ transparent: string;
112
+ neutral0: string;
113
+ neutral50: string;
114
+ neutral100: string;
115
+ neutral200: string;
116
+ neutral300: string;
117
+ neutral400: string;
118
+ neutral500: string;
119
+ neutral600: string;
120
+ neutral700: string;
121
+ neutral800: string;
122
+ neutral900: string;
123
+ neutral950: string;
124
+ primary0: string;
125
+ primary50: string;
126
+ primary100: string;
127
+ primary200: string;
128
+ primary300: string;
129
+ primary400: string;
130
+ primary500: string;
131
+ primary600: string;
132
+ primary700: string;
133
+ primary800: string;
134
+ primary900: string;
135
+ primary950: string;
136
+ secondary0: string;
137
+ secondary50: string;
138
+ secondary100: string;
139
+ secondary200: string;
140
+ secondary300: string;
141
+ secondary400: string;
142
+ secondary500: string;
143
+ secondary600: string;
144
+ secondary700: string;
145
+ secondary800: string;
146
+ secondary900: string;
147
+ secondary950: string;
148
+ secondary990: string;
149
+ success0: string;
150
+ success50: string;
151
+ success100: string;
152
+ success200: string;
153
+ success300: string;
154
+ success400: string;
155
+ success500: string;
156
+ success600: string;
157
+ success700: string;
158
+ success800: string;
159
+ success900: string;
160
+ notice0: string;
161
+ notice50: string;
162
+ notice100: string;
163
+ notice200: string;
164
+ notice300: string;
165
+ notice400: string;
166
+ notice500: string;
167
+ notice600: string;
168
+ notice700: string;
169
+ notice800: string;
170
+ notice900: string;
171
+ informative0: string;
172
+ informative50: string;
173
+ informative100: string;
174
+ informative200: string;
175
+ informative300: string;
176
+ informative400: string;
177
+ informative500: string;
178
+ informative600: string;
179
+ informative700: string;
180
+ informative800: string;
181
+ informative900: string;
182
+ attention0: string;
183
+ attention50: string;
184
+ attention100: string;
185
+ attention200: string;
186
+ attention300: string;
187
+ attention400: string;
188
+ attention500: string;
189
+ attention600: string;
190
+ attention700: string;
191
+ attention800: string;
192
+ attention900: string;
193
+ discovery0: string;
194
+ discovery50: string;
195
+ discovery100: string;
196
+ discovery200: string;
197
+ discovery300: string;
198
+ discovery400: string;
199
+ discovery500: string;
200
+ discovery600: string;
201
+ discovery700: string;
202
+ discovery800: string;
203
+ discovery900: string;
204
+ danger0: string;
205
+ danger50: string;
206
+ danger100: string;
207
+ danger200: string;
208
+ danger300: string;
209
+ danger400: string;
210
+ danger500: string;
211
+ danger600: string;
212
+ danger700: string;
213
+ danger800: string;
214
+ danger900: string;
215
+ };
216
+ background: {
217
+ transparent: string;
218
+ neutral0: string;
219
+ neutral50: string;
220
+ neutral100: string;
221
+ neutral200: string;
222
+ neutral300: string;
223
+ neutral400: string;
224
+ neutral500: string;
225
+ neutral600: string;
226
+ neutral700: string;
227
+ neutral800: string;
228
+ neutral900: string;
229
+ neutral950: string;
230
+ primary0: string;
231
+ primary50: string;
232
+ primary100: string;
233
+ primary200: string;
234
+ primary300: string;
235
+ primary400: string;
236
+ primary500: string;
237
+ primary600: string;
238
+ primary700: string;
239
+ primary800: string;
240
+ primary900: string;
241
+ primary950: string;
242
+ secondary0: string;
243
+ secondary50: string;
244
+ secondary100: string;
245
+ secondary200: string;
246
+ secondary300: string;
247
+ secondary400: string;
248
+ secondary500: string;
249
+ secondary600: string;
250
+ secondary700: string;
251
+ secondary800: string;
252
+ secondary900: string;
253
+ secondary950: string;
254
+ secondary990: string;
255
+ success0: string;
256
+ success50: string;
257
+ success100: string;
258
+ success200: string;
259
+ success300: string;
260
+ success400: string;
261
+ success500: string;
262
+ success600: string;
263
+ success700: string;
264
+ success800: string;
265
+ success900: string;
266
+ notice0: string;
267
+ notice50: string;
268
+ notice100: string;
269
+ notice200: string;
270
+ notice300: string;
271
+ notice400: string;
272
+ notice500: string;
273
+ notice600: string;
274
+ notice700: string;
275
+ notice800: string;
276
+ notice900: string;
277
+ informative0: string;
278
+ informative50: string;
279
+ informative100: string;
280
+ informative200: string;
281
+ informative300: string;
282
+ informative400: string;
283
+ informative500: string;
284
+ informative600: string;
285
+ informative700: string;
286
+ informative800: string;
287
+ informative900: string;
288
+ attention0: string;
289
+ attention50: string;
290
+ attention100: string;
291
+ attention200: string;
292
+ attention300: string;
293
+ attention400: string;
294
+ attention500: string;
295
+ attention600: string;
296
+ attention700: string;
297
+ attention800: string;
298
+ attention900: string;
299
+ discovery0: string;
300
+ discovery50: string;
301
+ discovery100: string;
302
+ discovery200: string;
303
+ discovery300: string;
304
+ discovery400: string;
305
+ discovery500: string;
306
+ discovery600: string;
307
+ discovery700: string;
308
+ discovery800: string;
309
+ discovery900: string;
310
+ danger0: string;
311
+ danger50: string;
312
+ danger100: string;
313
+ danger200: string;
314
+ danger300: string;
315
+ danger400: string;
316
+ danger500: string;
317
+ danger600: string;
318
+ danger700: string;
319
+ danger800: string;
320
+ danger900: string;
321
+ };
322
+ border: {
323
+ transparent: string;
324
+ neutral0: string;
325
+ neutral50: string;
326
+ neutral100: string;
327
+ neutral200: string;
328
+ neutral300: string;
329
+ neutral400: string;
330
+ neutral500: string;
331
+ neutral600: string;
332
+ neutral700: string;
333
+ neutral800: string;
334
+ neutral900: string;
335
+ neutral950: string;
336
+ primary0: string;
337
+ primary50: string;
338
+ primary100: string;
339
+ primary200: string;
340
+ primary300: string;
341
+ primary400: string;
342
+ primary500: string;
343
+ primary600: string;
344
+ primary700: string;
345
+ primary800: string;
346
+ primary900: string;
347
+ primary950: string;
348
+ secondary0: string;
349
+ secondary50: string;
350
+ secondary100: string;
351
+ secondary200: string;
352
+ secondary300: string;
353
+ secondary400: string;
354
+ secondary500: string;
355
+ secondary600: string;
356
+ secondary700: string;
357
+ secondary800: string;
358
+ secondary900: string;
359
+ secondary950: string;
360
+ secondary990: string;
361
+ success0: string;
362
+ success50: string;
363
+ success100: string;
364
+ success200: string;
365
+ success300: string;
366
+ success400: string;
367
+ success500: string;
368
+ success600: string;
369
+ success700: string;
370
+ success800: string;
371
+ success900: string;
372
+ notice0: string;
373
+ notice50: string;
374
+ notice100: string;
375
+ notice200: string;
376
+ notice300: string;
377
+ notice400: string;
378
+ notice500: string;
379
+ notice600: string;
380
+ notice700: string;
381
+ notice800: string;
382
+ notice900: string;
383
+ informative0: string;
384
+ informative50: string;
385
+ informative100: string;
386
+ informative200: string;
387
+ informative300: string;
388
+ informative400: string;
389
+ informative500: string;
390
+ informative600: string;
391
+ informative700: string;
392
+ informative800: string;
393
+ informative900: string;
394
+ attention0: string;
395
+ attention50: string;
396
+ attention100: string;
397
+ attention200: string;
398
+ attention300: string;
399
+ attention400: string;
400
+ attention500: string;
401
+ attention600: string;
402
+ attention700: string;
403
+ attention800: string;
404
+ attention900: string;
405
+ discovery0: string;
406
+ discovery50: string;
407
+ discovery100: string;
408
+ discovery200: string;
409
+ discovery300: string;
410
+ discovery400: string;
411
+ discovery500: string;
412
+ discovery600: string;
413
+ discovery700: string;
414
+ discovery800: string;
415
+ discovery900: string;
416
+ danger0: string;
417
+ danger50: string;
418
+ danger100: string;
419
+ danger200: string;
420
+ danger300: string;
421
+ danger400: string;
422
+ danger500: string;
423
+ danger600: string;
424
+ danger700: string;
425
+ danger800: string;
426
+ danger900: string;
427
+ };
428
+ icon: {
429
+ transparent: string;
430
+ neutral0: string;
431
+ neutral50: string;
432
+ neutral100: string;
433
+ neutral200: string;
434
+ neutral300: string;
435
+ neutral400: string;
436
+ neutral500: string;
437
+ neutral600: string;
438
+ neutral700: string;
439
+ neutral800: string;
440
+ neutral900: string;
441
+ neutral950: string;
442
+ primary0: string;
443
+ primary50: string;
444
+ primary100: string;
445
+ primary200: string;
446
+ primary300: string;
447
+ primary400: string;
448
+ primary500: string;
449
+ primary600: string;
450
+ primary700: string;
451
+ primary800: string;
452
+ primary900: string;
453
+ primary950: string;
454
+ secondary0: string;
455
+ secondary50: string;
456
+ secondary100: string;
457
+ secondary200: string;
458
+ secondary300: string;
459
+ secondary400: string;
460
+ secondary500: string;
461
+ secondary600: string;
462
+ secondary700: string;
463
+ secondary800: string;
464
+ secondary900: string;
465
+ secondary950: string;
466
+ secondary990: string;
467
+ success0: string;
468
+ success50: string;
469
+ success100: string;
470
+ success200: string;
471
+ success300: string;
472
+ success400: string;
473
+ success500: string;
474
+ success600: string;
475
+ success700: string;
476
+ success800: string;
477
+ success900: string;
478
+ notice0: string;
479
+ notice50: string;
480
+ notice100: string;
481
+ notice200: string;
482
+ notice300: string;
483
+ notice400: string;
484
+ notice500: string;
485
+ notice600: string;
486
+ notice700: string;
487
+ notice800: string;
488
+ notice900: string;
489
+ informative0: string;
490
+ informative50: string;
491
+ informative100: string;
492
+ informative200: string;
493
+ informative300: string;
494
+ informative400: string;
495
+ informative500: string;
496
+ informative600: string;
497
+ informative700: string;
498
+ informative800: string;
499
+ informative900: string;
500
+ attention0: string;
501
+ attention50: string;
502
+ attention100: string;
503
+ attention200: string;
504
+ attention300: string;
505
+ attention400: string;
506
+ attention500: string;
507
+ attention600: string;
508
+ attention700: string;
509
+ attention800: string;
510
+ attention900: string;
511
+ discovery0: string;
512
+ discovery50: string;
513
+ discovery100: string;
514
+ discovery200: string;
515
+ discovery300: string;
516
+ discovery400: string;
517
+ discovery500: string;
518
+ discovery600: string;
519
+ discovery700: string;
520
+ discovery800: string;
521
+ discovery900: string;
522
+ danger0: string;
523
+ danger50: string;
524
+ danger100: string;
525
+ danger200: string;
526
+ danger300: string;
527
+ danger400: string;
528
+ danger500: string;
529
+ danger600: string;
530
+ danger700: string;
531
+ danger800: string;
532
+ danger900: string;
533
+ };
534
+ };
535
+ };
536
+ core: {
537
+ space: {
538
+ space000: string;
539
+ space010: string;
540
+ space025: string;
541
+ space050: string;
542
+ space100: string;
543
+ space150: string;
544
+ space200: string;
545
+ space250: string;
546
+ space300: string;
547
+ space400: string;
548
+ space500: string;
549
+ space550: string;
550
+ space600: string;
551
+ space800: string;
552
+ };
553
+ shadow: {
554
+ shadow1: string;
555
+ shadow2: string;
556
+ shadow3: string;
557
+ shadow4: string;
558
+ shadow100: string;
559
+ shadow200: string;
560
+ shadow300: string;
561
+ shadow400: string;
562
+ shadow500: string;
563
+ shadow600: string;
564
+ shadow700: string;
565
+ };
566
+ zIndex: {
567
+ zIndex5: number;
568
+ zIndex9998: number;
569
+ zIndex9999: number;
570
+ };
571
+ font: {
572
+ fontFamily: {
573
+ regular: string;
574
+ sourceCodeProRegular: string;
575
+ };
576
+ fontSize: {
577
+ s8: string;
578
+ s10: string;
579
+ s12: string;
580
+ s13: string;
581
+ s14: string;
582
+ s15: string;
583
+ s16: string;
584
+ s18: string;
585
+ s20: string;
586
+ s22: string;
587
+ s24: string;
588
+ s26: string;
589
+ s27: string;
590
+ s28: string;
591
+ s32: string;
592
+ s40: string;
593
+ s44: string;
594
+ s52: string;
595
+ };
596
+ fontWeight: {
597
+ normal: string;
598
+ semiBold: string;
599
+ bold: string;
600
+ };
601
+ };
602
+ focus: {
603
+ margin: string;
604
+ size: string;
605
+ color: string;
606
+ };
607
+ };
608
+ };
@@ -0,0 +1,3 @@
1
+ import { ActionIconButtonTheme } from '../../../types/theme/components/actionIconButton.types';
2
+ declare const theme: ActionIconButtonTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { AppBarTheme } from '../../../types/theme/components/appBar.types';
2
+ declare const theme: AppBarTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { AppSelectionMenuTheme } from '../../../types/theme/components/appSelectionMenu.types';
2
+ declare const theme: AppSelectionMenuTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { AutoCompleteTheme } from '../../../types/theme/components/autoComplete.types';
2
+ declare const theme: AutoCompleteTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { BadgeTheme } from '../../../types/theme/components/badge.types';
2
+ declare const theme: BadgeTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { BannerTheme } from '../../../types/theme/components/banner.types';
2
+ declare const theme: BannerTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { BoxSelectionGroupTheme } from '../../../types/theme/components/boxSelectionGroup.types';
2
+ declare const theme: BoxSelectionGroupTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { ButtonTheme } from '../../../types/theme/components/button.types';
2
+ declare const theme: ButtonTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { ButtonGroupTheme } from '../../../types/theme/components/buttonGroup.types';
2
+ declare const theme: ButtonGroupTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { CardTheme } from '../../../types/theme/components/card.types';
2
+ declare const theme: CardTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { CheckboxTheme } from '../../../types/theme/components/checkbox.types';
2
+ declare const theme: CheckboxTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { ChipTheme } from '../../../types/theme/components/chip.types';
2
+ declare const theme: ChipTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { ChipListTheme } from '../../../types/theme/components/chipList.types';
2
+ declare const theme: ChipListTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { CountryFlagTheme } from '../../../types/theme/components/countryFlag.types';
2
+ declare const theme: CountryFlagTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { DatePickerTheme } from '../../../types/theme/components/datePicker.types';
2
+ declare const theme: DatePickerTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { DrawerTheme } from '../../../types/theme/components/drawer.types';
2
+ declare const theme: DrawerTheme;
3
+ export default theme;
@@ -0,0 +1,3 @@
1
+ import { FiltersTheme } from '../../../types/theme/components/filters.types';
2
+ declare const theme: FiltersTheme;
3
+ export default theme;