@redis-ui/styles 12.9.0 → 13.2.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 (187) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/dist/index.js +5912 -3735
  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/profileIcon.types.d.ts +1 -0
  123. package/dist/themes/types/theme/components/radio.types.d.ts +0 -4
  124. package/dist/themes/types/theme/components/section.types.d.ts +10 -6
  125. package/dist/themes/types/theme/components/select.types.d.ts +1 -0
  126. package/dist/themes/types/theme/components/stepper.types.d.ts +1 -0
  127. package/dist/themes/types/theme/components/table.types.d.ts +0 -27
  128. package/dist/themes/types/theme/components/tabs.types.d.ts +1 -1
  129. package/dist/themes/types/theme/components/treeView.types.d.ts +0 -4
  130. package/dist/themes/types/theme/theme.types.d.ts +2 -2
  131. package/dist/themes/types/theme/tokens.types.d.ts +3 -392
  132. package/package.json +1 -1
  133. package/dist/themes/themeOld/components/actionIconButton.d.ts +0 -3
  134. package/dist/themes/themeOld/components/appBar.d.ts +0 -3
  135. package/dist/themes/themeOld/components/appSelectionMenu.d.ts +0 -3
  136. package/dist/themes/themeOld/components/autoComplete.d.ts +0 -3
  137. package/dist/themes/themeOld/components/badge.d.ts +0 -3
  138. package/dist/themes/themeOld/components/banner.d.ts +0 -3
  139. package/dist/themes/themeOld/components/boxSelectionGroup.d.ts +0 -3
  140. package/dist/themes/themeOld/components/button.d.ts +0 -3
  141. package/dist/themes/themeOld/components/buttonGroup.d.ts +0 -3
  142. package/dist/themes/themeOld/components/card.d.ts +0 -3
  143. package/dist/themes/themeOld/components/checkbox.d.ts +0 -3
  144. package/dist/themes/themeOld/components/chip.d.ts +0 -3
  145. package/dist/themes/themeOld/components/chipList.d.ts +0 -3
  146. package/dist/themes/themeOld/components/countryFlag.d.ts +0 -3
  147. package/dist/themes/themeOld/components/datePicker.d.ts +0 -3
  148. package/dist/themes/themeOld/components/drawer.d.ts +0 -3
  149. package/dist/themes/themeOld/components/filters.d.ts +0 -3
  150. package/dist/themes/themeOld/components/formField.d.ts +0 -3
  151. package/dist/themes/themeOld/components/iconButton.d.ts +0 -3
  152. package/dist/themes/themeOld/components/input.d.ts +0 -3
  153. package/dist/themes/themeOld/components/label.d.ts +0 -3
  154. package/dist/themes/themeOld/components/link.d.ts +0 -3
  155. package/dist/themes/themeOld/components/loader.d.ts +0 -3
  156. package/dist/themes/themeOld/components/menu.d.ts +0 -3
  157. package/dist/themes/themeOld/components/modal.d.ts +0 -3
  158. package/dist/themes/themeOld/components/moreInfoIcon.d.ts +0 -3
  159. package/dist/themes/themeOld/components/popover.d.ts +0 -3
  160. package/dist/themes/themeOld/components/popupCard.d.ts +0 -3
  161. package/dist/themes/themeOld/components/profileIcon.d.ts +0 -3
  162. package/dist/themes/themeOld/components/progressBar.d.ts +0 -3
  163. package/dist/themes/themeOld/components/radio.d.ts +0 -3
  164. package/dist/themes/themeOld/components/searchBar.d.ts +0 -3
  165. package/dist/themes/themeOld/components/section.d.ts +0 -3
  166. package/dist/themes/themeOld/components/select.d.ts +0 -3
  167. package/dist/themes/themeOld/components/semanticButton.d.ts +0 -3
  168. package/dist/themes/themeOld/components/semanticContainer.d.ts +0 -3
  169. package/dist/themes/themeOld/components/semanticIcon.d.ts +0 -3
  170. package/dist/themes/themeOld/components/sideBar.d.ts +0 -3
  171. package/dist/themes/themeOld/components/skeleton.d.ts +0 -3
  172. package/dist/themes/themeOld/components/stepper.d.ts +0 -3
  173. package/dist/themes/themeOld/components/switch.d.ts +0 -3
  174. package/dist/themes/themeOld/components/table.d.ts +0 -3
  175. package/dist/themes/themeOld/components/tableHeading.d.ts +0 -3
  176. package/dist/themes/themeOld/components/tabs.d.ts +0 -3
  177. package/dist/themes/themeOld/components/textButton.d.ts +0 -3
  178. package/dist/themes/themeOld/components/toast.d.ts +0 -3
  179. package/dist/themes/themeOld/components/toggleButton.d.ts +0 -3
  180. package/dist/themes/themeOld/components/tooltip.d.ts +0 -3
  181. package/dist/themes/themeOld/components/treeView.d.ts +0 -3
  182. package/dist/themes/themeOld/components/typography.d.ts +0 -3
  183. package/dist/themes/themeOld/components/windowBar.d.ts +0 -3
  184. package/dist/themes/themeOld/globals/body.d.ts +0 -3
  185. package/dist/themes/themeOld/globals/scrollbar.d.ts +0 -3
  186. package/dist/themes/themeOld/tokens.d.ts +0 -3
  187. /package/dist/themes/{themeOld → themeDark2}/theme.d.ts +0 -0
@@ -1,392 +1,3 @@
1
- export type Tokens = {
2
- color: {
3
- transparent: string;
4
- pink500: string;
5
- gray100: string;
6
- gray200: string;
7
- gray300: string;
8
- gray400: string;
9
- gray500: string;
10
- gray600: string;
11
- gray700: string;
12
- gray800: string;
13
- blue50: string;
14
- blue100: string;
15
- blue200: string;
16
- blue300: string;
17
- blue400: string;
18
- blue500: string;
19
- blue600: string;
20
- blue700: string;
21
- teal100: string;
22
- teal200: string;
23
- teal300: string;
24
- teal500: string;
25
- teal600: string;
26
- teal700: string;
27
- teal800: string;
28
- green100: string;
29
- green200: string;
30
- green300: string;
31
- green500: string;
32
- green600: string;
33
- green700: string;
34
- green800: string;
35
- purple100: string;
36
- purple200: string;
37
- purple300: string;
38
- purple500: string;
39
- purple600: string;
40
- purple700: string;
41
- purple800: string;
42
- red100: string;
43
- red200: string;
44
- red300: string;
45
- red500: string;
46
- red600: string;
47
- red700: string;
48
- red800: string;
49
- orange100: string;
50
- orange200: string;
51
- orange300: string;
52
- orange500: string;
53
- orange600: string;
54
- orange700: string;
55
- orange800: string;
56
- dark50: string;
57
- dark100: string;
58
- dark200: string;
59
- dark300: string;
60
- dark400: string;
61
- dark500: string;
62
- dark600: string;
63
- dark700: string;
64
- dark800: string;
65
- dark900: string;
66
- grayscale100: string;
67
- grayscale200: string;
68
- grayscale300: string;
69
- grayscale400: string;
70
- grayscale600: string;
71
- grayscale700: string;
72
- grayscale800: string;
73
- dusk50: string;
74
- dusk100: string;
75
- dusk150: string;
76
- dusk200: string;
77
- dusk300: string;
78
- dusk400: string;
79
- dusk600: string;
80
- dusk700: string;
81
- dusk800: string;
82
- azure100: string;
83
- azure200: string;
84
- azure300: string;
85
- azure400: string;
86
- azure500: string;
87
- azure600: string;
88
- azure700: string;
89
- azure800: string;
90
- azure900: string;
91
- violet50: string;
92
- violet200: string;
93
- violet500: string;
94
- bluesky50: string;
95
- bluesky200: string;
96
- bluesky500: string;
97
- yellow50: string;
98
- yellow200: string;
99
- yellow500: string;
100
- };
101
- semantic: {
102
- color: {
103
- background: {
104
- transparent: string;
105
- neutral100: string;
106
- neutral200: string;
107
- neutral300: string;
108
- neutral400: string;
109
- neutral500: string;
110
- neutral600: string;
111
- neutral700: string;
112
- neutral800: string;
113
- primary50: string;
114
- primary100: string;
115
- primary200: string;
116
- primary300: string;
117
- primary400: string;
118
- primary500: string;
119
- primary600: string;
120
- primary700: string;
121
- success100: string;
122
- success200: string;
123
- success300: string;
124
- success500: string;
125
- success600: string;
126
- success700: string;
127
- success800: string;
128
- notice100: string;
129
- notice200: string;
130
- notice300: string;
131
- notice500: string;
132
- notice600: string;
133
- notice700: string;
134
- notice800: string;
135
- informative50: string;
136
- informative100: string;
137
- informative200: string;
138
- informative300: string;
139
- informative400: string;
140
- informative500: string;
141
- informative600: string;
142
- informative700: string;
143
- attention100: string;
144
- attention200: string;
145
- attention300: string;
146
- attention500: string;
147
- attention600: string;
148
- attention700: string;
149
- attention800: string;
150
- danger100: string;
151
- danger200: string;
152
- danger300: string;
153
- danger500: string;
154
- danger600: string;
155
- danger700: string;
156
- danger800: string;
157
- };
158
- border: {
159
- transparent: string;
160
- neutral100: string;
161
- neutral200: string;
162
- neutral300: string;
163
- neutral400: string;
164
- neutral500: string;
165
- neutral600: string;
166
- neutral700: string;
167
- neutral800: string;
168
- primary50: string;
169
- primary100: string;
170
- primary200: string;
171
- primary300: string;
172
- primary400: string;
173
- primary500: string;
174
- primary600: string;
175
- primary700: string;
176
- success100: string;
177
- success200: string;
178
- success300: string;
179
- success500: string;
180
- success600: string;
181
- success700: string;
182
- success800: string;
183
- notice100: string;
184
- notice200: string;
185
- notice300: string;
186
- notice500: string;
187
- notice600: string;
188
- notice700: string;
189
- notice800: string;
190
- informative50: string;
191
- informative100: string;
192
- informative200: string;
193
- informative300: string;
194
- informative400: string;
195
- informative500: string;
196
- informative600: string;
197
- informative700: string;
198
- attention100: string;
199
- attention200: string;
200
- attention300: string;
201
- attention500: string;
202
- attention600: string;
203
- attention700: string;
204
- attention800: string;
205
- danger100: string;
206
- danger200: string;
207
- danger300: string;
208
- danger500: string;
209
- danger600: string;
210
- danger700: string;
211
- danger800: string;
212
- };
213
- text: {
214
- transparent: string;
215
- neutral100: string;
216
- neutral200: string;
217
- neutral300: string;
218
- neutral400: string;
219
- neutral500: string;
220
- neutral600: string;
221
- neutral700: string;
222
- neutral800: string;
223
- primary50: string;
224
- primary100: string;
225
- primary200: string;
226
- primary300: string;
227
- primary400: string;
228
- primary500: string;
229
- primary600: string;
230
- primary700: string;
231
- success100: string;
232
- success200: string;
233
- success300: string;
234
- success500: string;
235
- success600: string;
236
- success700: string;
237
- success800: string;
238
- notice100: string;
239
- notice200: string;
240
- notice300: string;
241
- notice500: string;
242
- notice600: string;
243
- notice700: string;
244
- notice800: string;
245
- informative50: string;
246
- informative100: string;
247
- informative200: string;
248
- informative300: string;
249
- informative400: string;
250
- informative500: string;
251
- informative600: string;
252
- informative700: string;
253
- attention100: string;
254
- attention200: string;
255
- attention300: string;
256
- attention500: string;
257
- attention600: string;
258
- attention700: string;
259
- attention800: string;
260
- danger100: string;
261
- danger200: string;
262
- danger300: string;
263
- danger500: string;
264
- danger600: string;
265
- danger700: string;
266
- danger800: string;
267
- };
268
- icon: {
269
- transparent: string;
270
- neutral100: string;
271
- neutral200: string;
272
- neutral300: string;
273
- neutral400: string;
274
- neutral500: string;
275
- neutral600: string;
276
- neutral700: string;
277
- neutral800: string;
278
- primary50: string;
279
- primary100: string;
280
- primary200: string;
281
- primary300: string;
282
- primary400: string;
283
- primary500: string;
284
- primary600: string;
285
- primary700: string;
286
- success100: string;
287
- success200: string;
288
- success300: string;
289
- success500: string;
290
- success600: string;
291
- success700: string;
292
- success800: string;
293
- notice100: string;
294
- notice200: string;
295
- notice300: string;
296
- notice500: string;
297
- notice600: string;
298
- notice700: string;
299
- notice800: string;
300
- informative50: string;
301
- informative100: string;
302
- informative200: string;
303
- informative300: string;
304
- informative400: string;
305
- informative500: string;
306
- informative600: string;
307
- informative700: string;
308
- attention100: string;
309
- attention200: string;
310
- attention300: string;
311
- attention500: string;
312
- attention600: string;
313
- attention700: string;
314
- attention800: string;
315
- danger100: string;
316
- danger200: string;
317
- danger300: string;
318
- danger500: string;
319
- danger600: string;
320
- danger700: string;
321
- danger800: string;
322
- };
323
- };
324
- };
325
- core: {
326
- space: {
327
- space000: string;
328
- space010: string;
329
- space025: string;
330
- space050: string;
331
- space100: string;
332
- space150: string;
333
- space200: string;
334
- space250: string;
335
- space300: string;
336
- space400: string;
337
- space500: string;
338
- space550: string;
339
- space600: string;
340
- space800: string;
341
- };
342
- shadow: {
343
- shadow1: string;
344
- shadow2: string;
345
- shadow3: string;
346
- shadow4: string;
347
- shadow100: string;
348
- shadow200: string;
349
- shadow300: string;
350
- shadow400: string;
351
- shadow500: string;
352
- shadow600: string;
353
- shadow700: string;
354
- };
355
- zIndex: {
356
- zIndex5: number;
357
- zIndex9998: number;
358
- zIndex9999: number;
359
- };
360
- font: {
361
- fontFamily: {
362
- regular: string;
363
- sourceCodeProRegular: string;
364
- };
365
- fontSize: {
366
- s8: string;
367
- s10: string;
368
- s12: string;
369
- s13: string;
370
- s14: string;
371
- s15: string;
372
- s16: string;
373
- s18: string;
374
- s20: string;
375
- s22: string;
376
- s24: string;
377
- s26: string;
378
- s27: string;
379
- s28: string;
380
- s32: string;
381
- s40: string;
382
- s44: string;
383
- s52: string;
384
- };
385
- };
386
- focus: {
387
- margin: string;
388
- size: string;
389
- color: string;
390
- };
391
- };
392
- };
1
+ import { tokens as tokensLight, semanticColors as semanticColorsLight } from '../../themeLight/tokens';
2
+ export type SemanticColors = typeof semanticColorsLight;
3
+ export type Tokens = typeof tokensLight;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@redis-ui/styles",
3
3
  "license": "UNLICENSED",
4
- "version": "12.9.0",
4
+ "version": "13.2.0",
5
5
  "publishConfig": {
6
6
  "registry": "https://npm.pkg.github.com/"
7
7
  },
@@ -1,3 +0,0 @@
1
- import { ActionIconButtonTheme } from '../../types/theme/components/actionIconButton.types';
2
- declare const theme: ActionIconButtonTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { AppBarTheme } from '../../types/theme/components/appBar.types';
2
- declare const theme: AppBarTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { AppSeletionMenuTheme } from '../../types/theme/components/appSelectionMenu.types';
2
- declare const theme: AppSeletionMenuTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { AutoCompleteTheme } from '../../types/theme/components/autoComplete.types';
2
- declare const theme: AutoCompleteTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { BadgeTheme } from '../../types/theme/components/badge.types';
2
- declare const theme: BadgeTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { BannerTheme } from '../../types/theme/components/banner.types';
2
- declare const theme: BannerTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { BoxSelectionGroupTheme } from '../../types/theme/components/boxSelectionGroup.types';
2
- declare const theme: BoxSelectionGroupTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { ButtonTheme } from '../../types/theme/components/button.types';
2
- declare const theme: ButtonTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { ButtonGroupTheme } from '../../types/theme/components/buttonGroup.types';
2
- declare const theme: ButtonGroupTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { CardTheme } from '../../types/theme/components/card.types';
2
- declare const theme: CardTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { CheckboxTheme } from '../../types/theme/components/checkbox.types';
2
- declare const theme: CheckboxTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { ChipTheme } from '../../types/theme/components/chip.types';
2
- declare const theme: ChipTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { ChipListTheme } from '../../types/theme/components/chipList.types';
2
- declare const theme: ChipListTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { CountryFlagTheme } from '../../types/theme/components/countryFlag.types';
2
- declare const theme: CountryFlagTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { DatePickerTheme } from '../../types/theme/components/datePicker.types';
2
- declare const theme: DatePickerTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { DrawerTheme } from '../../types/theme/components/drawer.types';
2
- declare const theme: DrawerTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { FiltersTheme } from '../../types/theme/components/filters.types';
2
- declare const theme: FiltersTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { FormFieldTheme } from '../../types/theme/components/formField.types';
2
- declare const theme: FormFieldTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { IconButtonTheme } from '../../types/theme/components/iconButton.types';
2
- declare const theme: IconButtonTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { InputTheme } from '../../types/theme/components/input.types';
2
- declare const theme: InputTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { LabelTheme } from '../../types/theme/components/label.types';
2
- declare const theme: LabelTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { LinkTheme } from '../../types/theme/components/link.types';
2
- declare const theme: LinkTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { LoaderTheme } from '../../types/theme/components/loader.types';
2
- declare const theme: LoaderTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { MenuTheme } from '../../types/theme/components/menu.types';
2
- declare const theme: MenuTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { ModalTheme } from '../../types/theme/components/modal.types';
2
- declare const theme: ModalTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { MoreInfoIconTheme } from '../../types/theme/components/moreInfoIcon.types';
2
- declare const theme: MoreInfoIconTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { PopoverTheme } from '../../types/theme/components/popover.types';
2
- declare const theme: PopoverTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { PopupCardTheme } from '../../types/theme/components/popupCard.types';
2
- declare const theme: PopupCardTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { ProfileIconTheme } from '../../types/theme/components/profileIcon.types';
2
- declare const theme: ProfileIconTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { ProgressBarTheme } from '../../types/theme/components/progressBar.types';
2
- declare const theme: ProgressBarTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { RadioTheme } from '../../types/theme/components/radio.types';
2
- declare const theme: RadioTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { SearchBarTheme } from '../../types/theme/components/searchBar.types';
2
- declare const theme: SearchBarTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { SectionTheme } from '../../types/theme/components/section.types';
2
- declare const theme: SectionTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { SelectTheme } from '../../types/theme/components/select.types';
2
- declare const theme: SelectTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { SemanticButtonTheme } from '../../types/theme/components/semanticButton.types';
2
- declare const theme: SemanticButtonTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { SemanticContainerTheme } from '../../types/theme/components/semanticContainer.types';
2
- declare const theme: SemanticContainerTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { SemanticIconTheme } from '../../types/theme/components/semanticIcon.types';
2
- declare const theme: SemanticIconTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { SideBarTheme } from '../../types/theme/components/sideBar.types';
2
- declare const theme: SideBarTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { SkeletonTheme } from '../../types/theme/components/skeleton.types';
2
- declare const theme: SkeletonTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { StepperTheme } from '../../types/theme/components/stepper.types';
2
- declare const theme: StepperTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { SwitchTheme } from '../../types/theme/components/switch.types';
2
- declare const theme: SwitchTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { TableTheme } from '../../types/theme/components/table.types';
2
- declare const theme: TableTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { TableHeadingTheme } from '../../types/theme/components/tableHeading.types';
2
- declare const theme: TableHeadingTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { TabsTheme } from '../../types/theme/components/tabs.types';
2
- declare const theme: TabsTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { TextButtonTheme } from '../../types/theme/components/textButton.types';
2
- declare const theme: TextButtonTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { ToastTheme } from '../../types/theme/components/toast.types';
2
- declare const theme: ToastTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { ToggleButtonTheme } from '../../types/theme/components/toggleButton.types';
2
- declare const theme: ToggleButtonTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { TooltipTheme } from '../../types/theme/components/tooltip.types';
2
- declare const theme: TooltipTheme;
3
- export default theme;
@@ -1,3 +0,0 @@
1
- import { TreeViewTheme } from '../../types/theme/components/treeView.types';
2
- declare const theme: TreeViewTheme;
3
- export default theme;