@foxford/ui 2.111.0 → 2.112.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 (80) hide show
  1. package/components/AddElement/style.js +1 -1
  2. package/components/AddElement/style.js.map +1 -1
  3. package/components/AddElement/style.mjs +1 -1
  4. package/components/AddElement/style.mjs.map +1 -1
  5. package/components/Alert/CountdownCircle.js +1 -1
  6. package/components/Alert/CountdownCircle.js.map +1 -1
  7. package/components/Alert/CountdownCircle.mjs +1 -1
  8. package/components/Alert/CountdownCircle.mjs.map +1 -1
  9. package/components/ContextMenu/Item.js +1 -1
  10. package/components/ContextMenu/Item.js.map +1 -1
  11. package/components/ContextMenu/Item.mjs +1 -1
  12. package/components/ContextMenu/Item.mjs.map +1 -1
  13. package/components/ContextMenu.Multilevel/Controls.js +1 -1
  14. package/components/ContextMenu.Multilevel/Controls.js.map +1 -1
  15. package/components/ContextMenu.Multilevel/Controls.mjs +1 -1
  16. package/components/ContextMenu.Multilevel/Controls.mjs.map +1 -1
  17. package/components/ContextMenu.Multilevel/Heading.js +1 -1
  18. package/components/ContextMenu.Multilevel/Heading.js.map +1 -1
  19. package/components/ContextMenu.Multilevel/Heading.mjs +1 -1
  20. package/components/ContextMenu.Multilevel/Heading.mjs.map +1 -1
  21. package/components/ContextMenu.Multilevel/SubHeading.js +1 -1
  22. package/components/ContextMenu.Multilevel/SubHeading.js.map +1 -1
  23. package/components/ContextMenu.Multilevel/SubHeading.mjs +1 -1
  24. package/components/ContextMenu.Multilevel/SubHeading.mjs.map +1 -1
  25. package/components/DialogComponent/style.js +1 -1
  26. package/components/DialogComponent/style.js.map +1 -1
  27. package/components/DialogComponent/style.mjs +1 -1
  28. package/components/DialogComponent/style.mjs.map +1 -1
  29. package/components/FormInputLabel/style.js +1 -1
  30. package/components/FormInputLabel/style.js.map +1 -1
  31. package/components/FormInputLabel/style.mjs +1 -1
  32. package/components/FormInputLabel/style.mjs.map +1 -1
  33. package/components/InputCheckbox/style.js +1 -1
  34. package/components/InputCheckbox/style.js.map +1 -1
  35. package/components/InputCheckbox/style.mjs +1 -1
  36. package/components/InputCheckbox/style.mjs.map +1 -1
  37. package/components/InputRadio/style.js +1 -1
  38. package/components/InputRadio/style.js.map +1 -1
  39. package/components/InputRadio/style.mjs +1 -1
  40. package/components/InputRadio/style.mjs.map +1 -1
  41. package/components/Progress.Segmented/style.js +1 -1
  42. package/components/Progress.Segmented/style.js.map +1 -1
  43. package/components/Progress.Segmented/style.mjs +1 -1
  44. package/components/Progress.Segmented/style.mjs.map +1 -1
  45. package/components/Switch/style.js +1 -1
  46. package/components/Switch/style.js.map +1 -1
  47. package/components/Switch/style.mjs +1 -1
  48. package/components/Switch/style.mjs.map +1 -1
  49. package/components/Switcher/style.js +1 -1
  50. package/components/Switcher/style.js.map +1 -1
  51. package/components/Switcher/style.mjs +1 -1
  52. package/components/Switcher/style.mjs.map +1 -1
  53. package/components/Tag/Tag.js +1 -1
  54. package/components/Tag/Tag.js.map +1 -1
  55. package/components/Tag/Tag.mjs +1 -1
  56. package/components/Tag/Tag.mjs.map +1 -1
  57. package/dts/index.d.ts +21 -882
  58. package/index.js +1 -1
  59. package/index.mjs +1 -1
  60. package/mixins/focus.js +1 -1
  61. package/mixins/focus.js.map +1 -1
  62. package/mixins/focus.mjs +1 -1
  63. package/mixins/focus.mjs.map +1 -1
  64. package/package.json +2 -2
  65. package/theme/colors-dark.js.map +1 -1
  66. package/theme/colors-dark.mjs.map +1 -1
  67. package/theme/colors-light.js.map +1 -1
  68. package/theme/colors-light.mjs.map +1 -1
  69. package/theme/colors.js +1 -1
  70. package/theme/colors.js.map +1 -1
  71. package/theme/colors.mjs +1 -1
  72. package/theme/colors.mjs.map +1 -1
  73. package/theme/theme-colors.js +2 -0
  74. package/theme/theme-colors.js.map +1 -0
  75. package/theme/theme-colors.mjs +2 -0
  76. package/theme/theme-colors.mjs.map +1 -0
  77. package/theme/themes.js +1 -1
  78. package/theme/themes.js.map +1 -1
  79. package/theme/themes.mjs +1 -1
  80. package/theme/themes.mjs.map +1 -1
package/dts/index.d.ts CHANGED
@@ -7,884 +7,14 @@ import * as rc_scrollbars_lib_Scrollbars_types from 'rc-scrollbars/lib/Scrollbar
7
7
  import * as rc_scrollbars from 'rc-scrollbars';
8
8
  import { ScrollbarsProps } from 'rc-scrollbars';
9
9
 
10
- declare enum DefaultColorNames {
11
- white = "white",
12
- black = "black",
13
- tundora = "tundora",
14
- paleSky = "paleSky",
15
- bostonBlue = "bostonBlue",
16
- atlantisBrightly = "atlantisBrightly",
17
- cinnabar = "cinnabar",
18
- sail = "sail",
19
- bittersweet = "bittersweet",
20
- turquoise = "turquoise",
21
- dodgerBlue = "dodgerBlue",
22
- mantis = "mantis",
23
- azure = "azure",
24
- bahamaBlue = "bahamaBlue",
25
- shamrock = "shamrock",
26
- olive = "olive",
27
- copperRose = "copperRose",
28
- cyan = "cyan",
29
- plum = "plum",
30
- hokeyPokey = "hokeyPokey",
31
- monaLisa = "monaLisa",
32
- mariner = "mariner",
33
- heliotrope = "heliotrope",
34
- dandelion = "dandelion",
35
- fruitSalad = "fruitSalad",
36
- fuchsiaBlue = "fuchsiaBlue",
37
- persianGreen = "persianGreen",
38
- watermelon = "watermelon",
39
- tropaz = "tropaz",
40
- lima = "lima",
41
- mintTulip = "mintTulip",
42
- carnationPink = "carnationPink",
43
- paleRose = "paleRose",
44
- deYork = "deYork",
45
- peppermint = "peppermint",
46
- cornflowerBlue = "cornflowerBlue",
47
- colonialWhite = "colonialWhite",
48
- cherokee = "cherokee",
49
- supernova = "supernova",
50
- picasso = "picasso",
51
- bilobaFlower = "bilobaFlower",
52
- linkWater = "linkWater",
53
- mineShaft = "mineShaft",
54
- silver = "silver",
55
- alto = "alto",
56
- mercury = "mercury",
57
- wildSand = "wildSand",
58
- whiteGray = "whiteGray",
59
- alabaster = "alabaster",
60
- whiteLilac = "whiteLilac",
61
- atlantis = "atlantis",
62
- yellowOrange = "yellowOrange",
63
- mystic = "mystic",
64
- pomegranate = "pomegranate",
65
- oliveDrab = "oliveDrab",
66
- curious = "curious",
67
- orangePeel = "orangePeel",
68
- nebula = "nebula",
69
- seaNymph = "seaNymph",
70
- chromeWhite = "chromeWhite",
71
- onahau = "onahau",
72
- citrineWhite = "citrineWhite",
73
- coralReef = "coralReef",
74
- creemBrulee = "creemBrulee",
75
- frangipani = "frangipani",
76
- yourPink = "yourPink",
77
- periwinkleGray = "periwinkleGray",
78
- baliHai = "baliHai",
79
- primary = "primary",
80
- accent = "accent",
81
- transparent = "transparent",
82
- catalinaBlue = "catalinaBlue",
83
- danube = "danube",
84
- midnightDeep = "midnightDeep",
85
- anakiva = "anakiva",
86
- azureRadiance = "azureRadiance",
87
- blueMarguerite = "blueMarguerite",
88
- blueViolet = "blueViolet",
89
- bossanova = "bossanova",
90
- capeCod = "capeCod",
91
- cerulean = "cerulean",
92
- congressBlue = "congressBlue",
93
- congressBlueLight = "congressBlueLight",
94
- creamBrulee = "creamBrulee",
95
- denim = "denim",
96
- earlyDawn = "earlyDawn",
97
- eminence = "eminence",
98
- endeavour = "endeavour",
99
- fern = "fern",
100
- ghost = "ghost",
101
- grape = "grape",
102
- gunsmoke = "gunsmoke",
103
- highland = "highland",
104
- honeyFlower = "honeyFlower",
105
- honeyFlower2 = "honeyFlower2",
106
- honeyFlower3 = "honeyFlower3",
107
- jagger = "jagger",
108
- jordyBlue = "jordyBlue",
109
- jumbo = "jumbo",
110
- mediumPurple = "mediumPurple",
111
- midnightBlue = "midnightBlue",
112
- moodyBlue = "moodyBlue",
113
- nandor = "nandor",
114
- nevada = "nevada",
115
- olivine = "olivine",
116
- parsley = "parsley",
117
- pattensBlue = "pattensBlue",
118
- pattensBlueLight = "pattensBlueLight",
119
- scarletGum = "scarletGum",
120
- scienceBlue = "scienceBlue",
121
- scienceBlue03 = "scienceBlue03",
122
- seance = "seance",
123
- smalt = "smalt",
124
- smaltLight = "smaltLight",
125
- tarawera = "tarawera",
126
- toryBlue = "toryBlue",
127
- toryBlueDark = "toryBlueDark",
128
- dodgerBlueDark = "dodgerBlueDark",
129
- chambray = "chambray",
130
- chambrayDark = "chambrayDark",
131
- pomegranateDark = "pomegranateDark",
132
- azureRadiance2 = "azureRadiance2",
133
- curiousBlue = "curiousBlue",
134
- jungleGreen = "jungleGreen",
135
- violetDeep = "violetDeep",
136
- stormGray = "stormGray",
137
- zeus = "zeus",
138
- athensGray = "athensGray",
139
- marinerLight = "marinerLight",
140
- royalBlue = "royalBlue",
141
- melrose = "melrose",
142
- zircon = "zircon",
143
- veniceBlue = "veniceBlue",
144
- solitude = "solitude",
145
- selago = "selago",
146
- coconutCream = "coconutCream",
147
- cinderella = "cinderella",
148
- royalBlueDark = "royalBlueDark",
149
- persianBlue = "persianBlue",
150
- ultramarine = "ultramarine",
151
- cornflowerBlueDark = "cornflowerBlueDark",
152
- jungleGreenDark = "jungleGreenDark",
153
- mountainMeadow = "mountainMeadow",
154
- dodgerBlueDim = "dodgerBlueDim",
155
- zirconDark = "zirconDark",
156
- pizazz = "pizazz",
157
- madison = "madison",
158
- ebony = "ebony",
159
- mediumRedViolet = "mediumRedViolet",
160
- fruitSaladLight = "fruitSaladLight",
161
- shark = "shark",
162
- azureRadianceLight = "azureRadianceLight",
163
- carnation = "carnation",
164
- limaGreen = "limaGreen",
165
- mysin = "mysin",
166
- studio = "studio",
167
- athsSpecial = "athsSpecial",
168
- thunderbird = "thunderbird",
169
- denimDark = "denimDark",
170
- puertoRico = "puertoRico",
171
- lochmara = "lochmara",
172
- aliceBlue = "aliceBlue",
173
- perano = "perano",
174
- portage = "portage",
175
- royalBlueDim = "royalBlueDim",
176
- sailDim = "sailDim",
177
- solitaire = "solitaire",
178
- capeHoney = "capeHoney",
179
- fairPink = "fairPink",
180
- romantic = "romantic",
181
- polar = "polar",
182
- cruise = "cruise",
183
- selagoLight = "selagoLight",
184
- moonRaker = "moonRaker",
185
- pippin = "pippin",
186
- yourPinkDark = "yourPinkDark",
187
- peppermintLight = "peppermintLight",
188
- fringyFlower = "fringyFlower",
189
- heliotropeDark = "heliotropeDark",
190
- pictonBlue = "pictonBlue",
191
- mediumPurpleRed = "mediumPurpleRed",
192
- scooter = "scooter",
193
- chambrayDim = "chambrayDim",
194
- dodgerBlueLight = "dodgerBlueLight",
195
- selectiveYellow = "selectiveYellow",
196
- scienceBlueDark = "scienceBlueDark",
197
- dodgerBlueDeep = "dodgerBlueDeep",
198
- kashmirBlue = "kashmirBlue",
199
- turbo = "turbo",
200
- denimDim = "denimDim",
201
- orangeRoughy = "orangeRoughy",
202
- selagoDim = "selagoDim",
203
- congressBlueNight = "congressBlueNight",
204
- azureRadianceMedium = "azureRadianceMedium",
205
- honeyFlowerDim = "honeyFlowerDim",
206
- jaguar = "jaguar",
207
- kournikova = "kournikova",
208
- drover = "drover",
209
- flamingo = "flamingo",
210
- mineShaftDim = "mineShaftDim",
211
- periwinkle = "periwinkle",
212
- colonialWhiteDim = "colonialWhiteDim",
213
- pattensBlueDeep = "pattensBlueDeep",
214
- solitudeDim = "solitudeDim",
215
- periwinkleDim = "periwinkleDim",
216
- rioGrande = "rioGrande",
217
- kournikovaDim = "kournikovaDim"
218
- }
219
- declare enum BaseColorNames {
220
- 'content-onmain-primary' = "content-onmain-primary",
221
- 'content-onmain-secondary' = "content-onmain-secondary",
222
- 'content-onmain-tertiary' = "content-onmain-tertiary",
223
- 'content-onmain-inverse' = "content-onmain-inverse",
224
- 'content-oncolor-primary' = "content-oncolor-primary",
225
- 'content-oncolor-secondary' = "content-oncolor-secondary",
226
- 'content-oncolor-tertiary' = "content-oncolor-tertiary",
227
- 'content-oncolor-inverse' = "content-oncolor-inverse",
228
- 'content-oncolor-constant' = "content-oncolor-constant",
229
- 'content-disabled' = "content-disabled",
230
- 'content-oncolor-disabled' = "content-oncolor-disabled",
231
- 'content-oncolor-hover' = "content-oncolor-hover",
232
- 'content-onmain-hover' = "content-onmain-hover",
233
- 'content-discount' = "content-discount",
234
- 'content-link' = "content-link",
235
- 'border-onmain-default-large' = "border-onmain-default-large",
236
- 'border-onmain-default-small' = "border-onmain-default-small",
237
- 'border-onmain-contrast' = "border-onmain-contrast",
238
- 'border-disabled' = "border-disabled",
239
- 'border-focus' = "border-focus",
240
- 'border-oncolor-disabled' = "border-oncolor-disabled",
241
- 'border-oncolor-default' = "border-oncolor-default",
242
- 'border-oncolor-default-large' = "border-oncolor-default-large",
243
- 'bg-onmain-main' = "bg-onmain-main",
244
- 'bg-onmain-primary' = "bg-onmain-primary",
245
- 'bg-onmain-secondary' = "bg-onmain-secondary",
246
- 'bg-onmain-tertiary' = "bg-onmain-tertiary",
247
- 'bg-onmain-divider' = "bg-onmain-divider",
248
- 'bg-onmain-contrast' = "bg-onmain-contrast",
249
- 'bg-onmain-inverse' = "bg-onmain-inverse",
250
- 'bg-oncolor-primary' = "bg-oncolor-primary",
251
- 'bg-oncolor-secondary' = "bg-oncolor-secondary",
252
- 'bg-oncolor-tertiary' = "bg-oncolor-tertiary",
253
- 'bg-oncolor-hover' = "bg-oncolor-hover",
254
- 'bg-disabled-large' = "bg-disabled-large",
255
- 'bg-disabled-small' = "bg-disabled-small",
256
- 'bg-disabled-active' = "bg-disabled-active",
257
- 'bg-oncolor-disabled' = "bg-oncolor-disabled",
258
- 'bg-contrast-active' = "bg-contrast-active",
259
- 'bg-oncontrast-hover' = "bg-oncontrast-hover",
260
- 'alert-bg-success-100' = "alert-bg-success-100",
261
- 'alert-bg-success-200' = "alert-bg-success-200",
262
- 'alert-bg-success-500' = "alert-bg-success-500",
263
- 'alert-bg-warning-100' = "alert-bg-warning-100",
264
- 'alert-bg-warning-200' = "alert-bg-warning-200",
265
- 'alert-bg-warning-500' = "alert-bg-warning-500",
266
- 'alert-bg-error-100' = "alert-bg-error-100",
267
- 'alert-bg-error-200' = "alert-bg-error-200",
268
- 'alert-bg-error-500' = "alert-bg-error-500",
269
- 'alert-success' = "alert-success",
270
- 'alert-warning' = "alert-warning",
271
- 'alert-error' = "alert-error",
272
- 'product-bg-course' = "product-bg-course",
273
- 'product-bg-tutor' = "product-bg-tutor",
274
- 'product-bg-group' = "product-bg-group",
275
- 'product-bg-complect' = "product-bg-complect",
276
- 'skeleton-onmain-primary' = "skeleton-onmain-primary",
277
- 'skeleton-onmain-secondary' = "skeleton-onmain-secondary",
278
- 'skeleton-gradient-from-color-onmain' = "skeleton-gradient-from-color-onmain",
279
- 'skeleton-gradient-to-color-onmain' = "skeleton-gradient-to-color-onmain",
280
- 'skeleton-oncolor-primary' = "skeleton-oncolor-primary",
281
- 'skeleton-oncolor-secondary' = "skeleton-oncolor-secondary",
282
- 'skeleton-gradient-from-color-oncolor' = "skeleton-gradient-from-color-oncolor",
283
- 'skeleton-gradient-to-color-oncolor' = "skeleton-gradient-to-color-oncolor",
284
- 'bg-other-badge' = "bg-other-badge",
285
- 'bg-other-black' = "bg-other-black",
286
- 'alert-bg-info-100' = "alert-bg-info-100",
287
- 'alert-bg-info-200' = "alert-bg-info-200",
288
- 'alert-bg-info-500' = "alert-bg-info-500",
289
- 'alert-info' = "alert-info",
290
- 'product-content-school' = "product-content-school",
291
- 'product-content-group' = "product-content-group",
292
- 'product-content-outclass' = "product-content-outclass",
293
- 'product-content-course' = "product-content-course",
294
- 'product-content-tutor' = "product-content-tutor",
295
- 'product-high-school' = "product-high-school",
296
- 'product-high-group' = "product-high-group",
297
- 'product-high-outclass' = "product-high-outclass",
298
- 'product-high-course' = "product-high-course",
299
- 'product-high-tutor' = "product-high-tutor",
300
- 'product-low-school' = "product-low-school",
301
- 'product-low-group' = "product-low-group",
302
- 'product-low-outclass' = "product-low-outclass",
303
- 'product-low-course' = "product-low-course",
304
- 'product-low-tutor' = "product-low-tutor",
305
- 'bg-other-overlay' = "bg-other-overlay",
306
- 'product-low-school-50' = "product-low-school-50",
307
- 'product-low-group-50' = "product-low-group-50",
308
- 'product-low-outclass-50' = "product-low-outclass-50",
309
- 'product-low-course-50' = "product-low-course-50",
310
- 'product-low-tutor-50' = "product-low-tutor-50"
311
- }
312
- declare enum BrandColorNames {
313
- 'content-brand-primary' = "content-brand-primary",
314
- 'content-brand-secondary' = "content-brand-secondary",
315
- 'border-brand-primary' = "border-brand-primary",
316
- 'border-brand-secondary' = "border-brand-secondary",
317
- 'border-brand-primary-hover' = "border-brand-primary-hover",
318
- 'border-brand-primary-active' = "border-brand-primary-active",
319
- 'bg-brand-primary-basic' = "bg-brand-primary-basic",
320
- 'bg-brand-primary-100' = "bg-brand-primary-100",
321
- 'bg-brand-primary-200' = "bg-brand-primary-200",
322
- 'bg-brand-primary-400' = "bg-brand-primary-400",
323
- 'bg-brand-primary-500' = "bg-brand-primary-500",
324
- 'bg-brand-secondary-basic' = "bg-brand-secondary-basic",
325
- 'bg-brand-secondary-100' = "bg-brand-secondary-100",
326
- 'bg-brand-secondary-200' = "bg-brand-secondary-200",
327
- 'bg-brand-secondary-400' = "bg-brand-secondary-400",
328
- 'bg-brand-secondary-500' = "bg-brand-secondary-500",
329
- 'bg-brand-tertiary-100' = "bg-brand-tertiary-100",
330
- 'bg-brand-tertiary-200' = "bg-brand-tertiary-200",
331
- 'bg-brand-quaternary-100' = "bg-brand-quaternary-100",
332
- 'bg-brand-quaternary-200' = "bg-brand-quaternary-200",
333
- 'bg-brand-quaternary-400' = "bg-brand-quaternary-400",
334
- 'bg-brand-quaternary-500' = "bg-brand-quaternary-500",
335
- 'bg-brand-primary-basic-active' = "bg-brand-primary-basic-active",
336
- 'bg-brand-primary-100-active' = "bg-brand-primary-100-active",
337
- 'bg-brand-primary-100-hover' = "bg-brand-primary-100-hover",
338
- 'bg-brand-primary-50' = "bg-brand-primary-50",
339
- 'bg-brand-secondary-50' = "bg-brand-secondary-50"
340
- }
341
- declare enum SocialColorNames {
342
- facebook = "facebook",
343
- twitter = "twitter",
344
- youtube = "youtube",
345
- instagrammagenta = "instagrammagenta",
346
- instagramblue = "instagramblue",
347
- instagrampurple = "instagrampurple",
348
- instagramorange = "instagramorange",
349
- instagramyellow = "instagramyellow",
350
- pinterest = "pinterest",
351
- googleplus = "googleplus",
352
- linkedin = "linkedin",
353
- vimeoblue = "vimeoblue",
354
- vimeogreen = "vimeogreen",
355
- vimeoorange = "vimeoorange",
356
- vimeopink = "vimeopink",
357
- tumblr = "tumblr",
358
- snapchat = "snapchat",
359
- whatsappgreen = "whatsappgreen",
360
- whatsappteal1 = "whatsappteal1",
361
- whatsappteal2 = "whatsappteal2",
362
- foursquarepink = "foursquarepink",
363
- foursquareblue = "foursquareblue",
364
- swarm = "swarm",
365
- skypeblue = "skypeblue",
366
- skypegreen = "skypegreen",
367
- android = "android",
368
- stumbleupon = "stumbleupon",
369
- flickrpink = "flickrpink",
370
- flickrblue = "flickrblue",
371
- yahoo = "yahoo",
372
- soundcloud = "soundcloud",
373
- spotifygreen = "spotifygreen",
374
- spotifydarkgreen = "spotifydarkgreen",
375
- dribbble = "dribbble",
376
- reddit = "reddit",
377
- deviantart = "deviantart",
378
- pocket = "pocket",
379
- quora = "quora",
380
- quorablue = "quorablue",
381
- slideshareorange = "slideshareorange",
382
- slideshareblue = "slideshareblue",
383
- telegram = "telegram",
384
- fivehundredpx = "fivehundredpx",
385
- listlyorange = "listlyorange",
386
- listlyblue = "listlyblue",
387
- vine = "vine",
388
- vk = "vk",
389
- ok = "ok",
390
- mailru = "mailru",
391
- 'external-mail' = "external-mail",
392
- 'external-sber' = "external-sber",
393
- 'external-tbank' = "external-tbank",
394
- 'external-telegram' = "external-telegram",
395
- 'external-twenty-thirty-five' = "external-twenty-thirty-five",
396
- 'external-vk' = "external-vk",
397
- 'external-yandex' = "external-yandex"
398
- }
399
- declare enum UnitColorNames {
400
- profession = "profession",
401
- professionDark = "professionDark",
402
- camps = "camps",
403
- campsDark = "campsDark",
404
- courses = "courses",
405
- coursesDark = "coursesDark",
406
- openLesson = "openLesson",
407
- openLessonDark = "openLessonDark",
408
- externat = "externat",
409
- externatDark = "externatDark",
410
- olympiad = "olympiad",
411
- olympiadDark = "olympiadDark",
412
- textbook = "textbook",
413
- textbookDark = "textbookDark",
414
- tutors = "tutors",
415
- tutorsDark = "tutorsDark",
416
- training = "training",
417
- trainingDark = "trainingDark",
418
- mathematics = "mathematics",
419
- physics = "physics",
420
- informatics = "informatics",
421
- chemistry = "chemistry",
422
- biology = "biology",
423
- english = "english",
424
- russian = "russian",
425
- history = "history",
426
- society = "society",
427
- geography = "geography",
428
- developing = "developing",
429
- literature = "literature",
430
- intersubject = "intersubject",
431
- primarySchool = "primarySchool",
432
- recommended = "recommended",
433
- astronomy = "astronomy",
434
- ecology = "ecology",
435
- technology = "technology",
436
- languages = "languages",
437
- art = "art",
438
- physicalCulture = "physicalCulture",
439
- logic = "logic",
440
- businessLogic = "businessLogic",
441
- rap = "rap",
442
- ikt = "ikt",
443
- kids = "kids",
444
- fgos = "fgos",
445
- blue = "blue",
446
- red = "red",
447
- green = "green",
448
- grey = "grey",
449
- darkgrey = "darkgrey",
450
- lightgrey = "lightgrey",
451
- superlightgrey = "superlightgrey"
452
- }
453
- declare const ColorNames: {
454
- 'content-brand-primary': (typeof BrandColorNames)["content-brand-primary"];
455
- 'content-brand-secondary': (typeof BrandColorNames)["content-brand-secondary"];
456
- 'border-brand-primary': (typeof BrandColorNames)["border-brand-primary"];
457
- 'border-brand-secondary': (typeof BrandColorNames)["border-brand-secondary"];
458
- 'border-brand-primary-hover': (typeof BrandColorNames)["border-brand-primary-hover"];
459
- 'border-brand-primary-active': (typeof BrandColorNames)["border-brand-primary-active"];
460
- 'bg-brand-primary-basic': (typeof BrandColorNames)["bg-brand-primary-basic"];
461
- 'bg-brand-primary-100': (typeof BrandColorNames)["bg-brand-primary-100"];
462
- 'bg-brand-primary-200': (typeof BrandColorNames)["bg-brand-primary-200"];
463
- 'bg-brand-primary-400': (typeof BrandColorNames)["bg-brand-primary-400"];
464
- 'bg-brand-primary-500': (typeof BrandColorNames)["bg-brand-primary-500"];
465
- 'bg-brand-secondary-basic': (typeof BrandColorNames)["bg-brand-secondary-basic"];
466
- 'bg-brand-secondary-100': (typeof BrandColorNames)["bg-brand-secondary-100"];
467
- 'bg-brand-secondary-200': (typeof BrandColorNames)["bg-brand-secondary-200"];
468
- 'bg-brand-secondary-400': (typeof BrandColorNames)["bg-brand-secondary-400"];
469
- 'bg-brand-secondary-500': (typeof BrandColorNames)["bg-brand-secondary-500"];
470
- 'bg-brand-tertiary-100': (typeof BrandColorNames)["bg-brand-tertiary-100"];
471
- 'bg-brand-tertiary-200': (typeof BrandColorNames)["bg-brand-tertiary-200"];
472
- 'bg-brand-quaternary-100': (typeof BrandColorNames)["bg-brand-quaternary-100"];
473
- 'bg-brand-quaternary-200': (typeof BrandColorNames)["bg-brand-quaternary-200"];
474
- 'bg-brand-quaternary-400': (typeof BrandColorNames)["bg-brand-quaternary-400"];
475
- 'bg-brand-quaternary-500': (typeof BrandColorNames)["bg-brand-quaternary-500"];
476
- 'bg-brand-primary-basic-active': (typeof BrandColorNames)["bg-brand-primary-basic-active"];
477
- 'bg-brand-primary-100-active': (typeof BrandColorNames)["bg-brand-primary-100-active"];
478
- 'bg-brand-primary-100-hover': (typeof BrandColorNames)["bg-brand-primary-100-hover"];
479
- 'bg-brand-primary-50': (typeof BrandColorNames)["bg-brand-primary-50"];
480
- 'bg-brand-secondary-50': (typeof BrandColorNames)["bg-brand-secondary-50"];
481
- 'content-onmain-primary': (typeof BaseColorNames)["content-onmain-primary"];
482
- 'content-onmain-secondary': (typeof BaseColorNames)["content-onmain-secondary"];
483
- 'content-onmain-tertiary': (typeof BaseColorNames)["content-onmain-tertiary"];
484
- 'content-onmain-inverse': (typeof BaseColorNames)["content-onmain-inverse"];
485
- 'content-oncolor-primary': (typeof BaseColorNames)["content-oncolor-primary"];
486
- 'content-oncolor-secondary': (typeof BaseColorNames)["content-oncolor-secondary"];
487
- 'content-oncolor-tertiary': (typeof BaseColorNames)["content-oncolor-tertiary"];
488
- 'content-oncolor-inverse': (typeof BaseColorNames)["content-oncolor-inverse"];
489
- 'content-oncolor-constant': (typeof BaseColorNames)["content-oncolor-constant"];
490
- 'content-disabled': (typeof BaseColorNames)["content-disabled"];
491
- 'content-oncolor-disabled': (typeof BaseColorNames)["content-oncolor-disabled"];
492
- 'content-oncolor-hover': (typeof BaseColorNames)["content-oncolor-hover"];
493
- 'content-onmain-hover': (typeof BaseColorNames)["content-onmain-hover"];
494
- 'content-discount': (typeof BaseColorNames)["content-discount"];
495
- 'content-link': (typeof BaseColorNames)["content-link"];
496
- 'border-onmain-default-large': (typeof BaseColorNames)["border-onmain-default-large"];
497
- 'border-onmain-default-small': (typeof BaseColorNames)["border-onmain-default-small"];
498
- 'border-onmain-contrast': (typeof BaseColorNames)["border-onmain-contrast"];
499
- 'border-disabled': (typeof BaseColorNames)["border-disabled"];
500
- 'border-focus': (typeof BaseColorNames)["border-focus"];
501
- 'border-oncolor-disabled': (typeof BaseColorNames)["border-oncolor-disabled"];
502
- 'border-oncolor-default': (typeof BaseColorNames)["border-oncolor-default"];
503
- 'border-oncolor-default-large': (typeof BaseColorNames)["border-oncolor-default-large"];
504
- 'bg-onmain-main': (typeof BaseColorNames)["bg-onmain-main"];
505
- 'bg-onmain-primary': (typeof BaseColorNames)["bg-onmain-primary"];
506
- 'bg-onmain-secondary': (typeof BaseColorNames)["bg-onmain-secondary"];
507
- 'bg-onmain-tertiary': (typeof BaseColorNames)["bg-onmain-tertiary"];
508
- 'bg-onmain-divider': (typeof BaseColorNames)["bg-onmain-divider"];
509
- 'bg-onmain-contrast': (typeof BaseColorNames)["bg-onmain-contrast"];
510
- 'bg-onmain-inverse': (typeof BaseColorNames)["bg-onmain-inverse"];
511
- 'bg-oncolor-primary': (typeof BaseColorNames)["bg-oncolor-primary"];
512
- 'bg-oncolor-secondary': (typeof BaseColorNames)["bg-oncolor-secondary"];
513
- 'bg-oncolor-tertiary': (typeof BaseColorNames)["bg-oncolor-tertiary"];
514
- 'bg-oncolor-hover': (typeof BaseColorNames)["bg-oncolor-hover"];
515
- 'bg-disabled-large': (typeof BaseColorNames)["bg-disabled-large"];
516
- 'bg-disabled-small': (typeof BaseColorNames)["bg-disabled-small"];
517
- 'bg-disabled-active': (typeof BaseColorNames)["bg-disabled-active"];
518
- 'bg-oncolor-disabled': (typeof BaseColorNames)["bg-oncolor-disabled"];
519
- 'bg-contrast-active': (typeof BaseColorNames)["bg-contrast-active"];
520
- 'bg-oncontrast-hover': (typeof BaseColorNames)["bg-oncontrast-hover"];
521
- 'alert-bg-success-100': (typeof BaseColorNames)["alert-bg-success-100"];
522
- 'alert-bg-success-200': (typeof BaseColorNames)["alert-bg-success-200"];
523
- 'alert-bg-success-500': (typeof BaseColorNames)["alert-bg-success-500"];
524
- 'alert-bg-warning-100': (typeof BaseColorNames)["alert-bg-warning-100"];
525
- 'alert-bg-warning-200': (typeof BaseColorNames)["alert-bg-warning-200"];
526
- 'alert-bg-warning-500': (typeof BaseColorNames)["alert-bg-warning-500"];
527
- 'alert-bg-error-100': (typeof BaseColorNames)["alert-bg-error-100"];
528
- 'alert-bg-error-200': (typeof BaseColorNames)["alert-bg-error-200"];
529
- 'alert-bg-error-500': (typeof BaseColorNames)["alert-bg-error-500"];
530
- 'alert-success': (typeof BaseColorNames)["alert-success"];
531
- 'alert-warning': (typeof BaseColorNames)["alert-warning"];
532
- 'alert-error': (typeof BaseColorNames)["alert-error"];
533
- 'product-bg-course': (typeof BaseColorNames)["product-bg-course"];
534
- 'product-bg-tutor': (typeof BaseColorNames)["product-bg-tutor"];
535
- 'product-bg-group': (typeof BaseColorNames)["product-bg-group"];
536
- 'product-bg-complect': (typeof BaseColorNames)["product-bg-complect"];
537
- 'skeleton-onmain-primary': (typeof BaseColorNames)["skeleton-onmain-primary"];
538
- 'skeleton-onmain-secondary': (typeof BaseColorNames)["skeleton-onmain-secondary"];
539
- 'skeleton-gradient-from-color-onmain': (typeof BaseColorNames)["skeleton-gradient-from-color-onmain"];
540
- 'skeleton-gradient-to-color-onmain': (typeof BaseColorNames)["skeleton-gradient-to-color-onmain"];
541
- 'skeleton-oncolor-primary': (typeof BaseColorNames)["skeleton-oncolor-primary"];
542
- 'skeleton-oncolor-secondary': (typeof BaseColorNames)["skeleton-oncolor-secondary"];
543
- 'skeleton-gradient-from-color-oncolor': (typeof BaseColorNames)["skeleton-gradient-from-color-oncolor"];
544
- 'skeleton-gradient-to-color-oncolor': (typeof BaseColorNames)["skeleton-gradient-to-color-oncolor"];
545
- 'bg-other-badge': (typeof BaseColorNames)["bg-other-badge"];
546
- 'bg-other-black': (typeof BaseColorNames)["bg-other-black"];
547
- 'alert-bg-info-100': (typeof BaseColorNames)["alert-bg-info-100"];
548
- 'alert-bg-info-200': (typeof BaseColorNames)["alert-bg-info-200"];
549
- 'alert-bg-info-500': (typeof BaseColorNames)["alert-bg-info-500"];
550
- 'alert-info': (typeof BaseColorNames)["alert-info"];
551
- 'product-content-school': (typeof BaseColorNames)["product-content-school"];
552
- 'product-content-group': (typeof BaseColorNames)["product-content-group"];
553
- 'product-content-outclass': (typeof BaseColorNames)["product-content-outclass"];
554
- 'product-content-course': (typeof BaseColorNames)["product-content-course"];
555
- 'product-content-tutor': (typeof BaseColorNames)["product-content-tutor"];
556
- 'product-high-school': (typeof BaseColorNames)["product-high-school"];
557
- 'product-high-group': (typeof BaseColorNames)["product-high-group"];
558
- 'product-high-outclass': (typeof BaseColorNames)["product-high-outclass"];
559
- 'product-high-course': (typeof BaseColorNames)["product-high-course"];
560
- 'product-high-tutor': (typeof BaseColorNames)["product-high-tutor"];
561
- 'product-low-school': (typeof BaseColorNames)["product-low-school"];
562
- 'product-low-group': (typeof BaseColorNames)["product-low-group"];
563
- 'product-low-outclass': (typeof BaseColorNames)["product-low-outclass"];
564
- 'product-low-course': (typeof BaseColorNames)["product-low-course"];
565
- 'product-low-tutor': (typeof BaseColorNames)["product-low-tutor"];
566
- 'bg-other-overlay': (typeof BaseColorNames)["bg-other-overlay"];
567
- 'product-low-school-50': (typeof BaseColorNames)["product-low-school-50"];
568
- 'product-low-group-50': (typeof BaseColorNames)["product-low-group-50"];
569
- 'product-low-outclass-50': (typeof BaseColorNames)["product-low-outclass-50"];
570
- 'product-low-course-50': (typeof BaseColorNames)["product-low-course-50"];
571
- 'product-low-tutor-50': (typeof BaseColorNames)["product-low-tutor-50"];
572
- profession: UnitColorNames.profession;
573
- professionDark: UnitColorNames.professionDark;
574
- camps: UnitColorNames.camps;
575
- campsDark: UnitColorNames.campsDark;
576
- courses: UnitColorNames.courses;
577
- coursesDark: UnitColorNames.coursesDark;
578
- openLesson: UnitColorNames.openLesson;
579
- openLessonDark: UnitColorNames.openLessonDark;
580
- externat: UnitColorNames.externat;
581
- externatDark: UnitColorNames.externatDark;
582
- olympiad: UnitColorNames.olympiad;
583
- olympiadDark: UnitColorNames.olympiadDark;
584
- textbook: UnitColorNames.textbook;
585
- textbookDark: UnitColorNames.textbookDark;
586
- tutors: UnitColorNames.tutors;
587
- tutorsDark: UnitColorNames.tutorsDark;
588
- training: UnitColorNames.training;
589
- trainingDark: UnitColorNames.trainingDark;
590
- mathematics: UnitColorNames.mathematics;
591
- physics: UnitColorNames.physics;
592
- informatics: UnitColorNames.informatics;
593
- chemistry: UnitColorNames.chemistry;
594
- biology: UnitColorNames.biology;
595
- english: UnitColorNames.english;
596
- russian: UnitColorNames.russian;
597
- history: UnitColorNames.history;
598
- society: UnitColorNames.society;
599
- geography: UnitColorNames.geography;
600
- developing: UnitColorNames.developing;
601
- literature: UnitColorNames.literature;
602
- intersubject: UnitColorNames.intersubject;
603
- primarySchool: UnitColorNames.primarySchool;
604
- recommended: UnitColorNames.recommended;
605
- astronomy: UnitColorNames.astronomy;
606
- ecology: UnitColorNames.ecology;
607
- technology: UnitColorNames.technology;
608
- languages: UnitColorNames.languages;
609
- art: UnitColorNames.art;
610
- physicalCulture: UnitColorNames.physicalCulture;
611
- logic: UnitColorNames.logic;
612
- businessLogic: UnitColorNames.businessLogic;
613
- rap: UnitColorNames.rap;
614
- ikt: UnitColorNames.ikt;
615
- kids: UnitColorNames.kids;
616
- fgos: UnitColorNames.fgos;
617
- blue: UnitColorNames.blue;
618
- red: UnitColorNames.red;
619
- green: UnitColorNames.green;
620
- grey: UnitColorNames.grey;
621
- darkgrey: UnitColorNames.darkgrey;
622
- lightgrey: UnitColorNames.lightgrey;
623
- superlightgrey: UnitColorNames.superlightgrey;
624
- facebook: SocialColorNames.facebook;
625
- twitter: SocialColorNames.twitter;
626
- youtube: SocialColorNames.youtube;
627
- instagrammagenta: SocialColorNames.instagrammagenta;
628
- instagramblue: SocialColorNames.instagramblue;
629
- instagrampurple: SocialColorNames.instagrampurple;
630
- instagramorange: SocialColorNames.instagramorange;
631
- instagramyellow: SocialColorNames.instagramyellow;
632
- pinterest: SocialColorNames.pinterest;
633
- googleplus: SocialColorNames.googleplus;
634
- linkedin: SocialColorNames.linkedin;
635
- vimeoblue: SocialColorNames.vimeoblue;
636
- vimeogreen: SocialColorNames.vimeogreen;
637
- vimeoorange: SocialColorNames.vimeoorange;
638
- vimeopink: SocialColorNames.vimeopink;
639
- tumblr: SocialColorNames.tumblr;
640
- snapchat: SocialColorNames.snapchat;
641
- whatsappgreen: SocialColorNames.whatsappgreen;
642
- whatsappteal1: SocialColorNames.whatsappteal1;
643
- whatsappteal2: SocialColorNames.whatsappteal2;
644
- foursquarepink: SocialColorNames.foursquarepink;
645
- foursquareblue: SocialColorNames.foursquareblue;
646
- swarm: SocialColorNames.swarm;
647
- skypeblue: SocialColorNames.skypeblue;
648
- skypegreen: SocialColorNames.skypegreen;
649
- android: SocialColorNames.android;
650
- stumbleupon: SocialColorNames.stumbleupon;
651
- flickrpink: SocialColorNames.flickrpink;
652
- flickrblue: SocialColorNames.flickrblue;
653
- yahoo: SocialColorNames.yahoo;
654
- soundcloud: SocialColorNames.soundcloud;
655
- spotifygreen: SocialColorNames.spotifygreen;
656
- spotifydarkgreen: SocialColorNames.spotifydarkgreen;
657
- dribbble: SocialColorNames.dribbble;
658
- reddit: SocialColorNames.reddit;
659
- deviantart: SocialColorNames.deviantart;
660
- pocket: SocialColorNames.pocket;
661
- quora: SocialColorNames.quora;
662
- quorablue: SocialColorNames.quorablue;
663
- slideshareorange: SocialColorNames.slideshareorange;
664
- slideshareblue: SocialColorNames.slideshareblue;
665
- telegram: SocialColorNames.telegram;
666
- fivehundredpx: SocialColorNames.fivehundredpx;
667
- listlyorange: SocialColorNames.listlyorange;
668
- listlyblue: SocialColorNames.listlyblue;
669
- vine: SocialColorNames.vine;
670
- vk: SocialColorNames.vk;
671
- ok: SocialColorNames.ok;
672
- mailru: SocialColorNames.mailru;
673
- 'external-mail': (typeof SocialColorNames)["external-mail"];
674
- 'external-sber': (typeof SocialColorNames)["external-sber"];
675
- 'external-tbank': (typeof SocialColorNames)["external-tbank"];
676
- 'external-telegram': (typeof SocialColorNames)["external-telegram"];
677
- 'external-twenty-thirty-five': (typeof SocialColorNames)["external-twenty-thirty-five"];
678
- 'external-vk': (typeof SocialColorNames)["external-vk"];
679
- 'external-yandex': (typeof SocialColorNames)["external-yandex"];
680
- white: DefaultColorNames.white;
681
- black: DefaultColorNames.black;
682
- tundora: DefaultColorNames.tundora;
683
- paleSky: DefaultColorNames.paleSky;
684
- bostonBlue: DefaultColorNames.bostonBlue;
685
- atlantisBrightly: DefaultColorNames.atlantisBrightly;
686
- cinnabar: DefaultColorNames.cinnabar;
687
- sail: DefaultColorNames.sail;
688
- bittersweet: DefaultColorNames.bittersweet;
689
- turquoise: DefaultColorNames.turquoise;
690
- dodgerBlue: DefaultColorNames.dodgerBlue;
691
- mantis: DefaultColorNames.mantis;
692
- azure: DefaultColorNames.azure;
693
- bahamaBlue: DefaultColorNames.bahamaBlue;
694
- shamrock: DefaultColorNames.shamrock;
695
- olive: DefaultColorNames.olive;
696
- copperRose: DefaultColorNames.copperRose;
697
- cyan: DefaultColorNames.cyan;
698
- plum: DefaultColorNames.plum;
699
- hokeyPokey: DefaultColorNames.hokeyPokey;
700
- monaLisa: DefaultColorNames.monaLisa;
701
- mariner: DefaultColorNames.mariner;
702
- heliotrope: DefaultColorNames.heliotrope;
703
- dandelion: DefaultColorNames.dandelion;
704
- fruitSalad: DefaultColorNames.fruitSalad;
705
- fuchsiaBlue: DefaultColorNames.fuchsiaBlue;
706
- persianGreen: DefaultColorNames.persianGreen;
707
- watermelon: DefaultColorNames.watermelon;
708
- tropaz: DefaultColorNames.tropaz;
709
- lima: DefaultColorNames.lima;
710
- mintTulip: DefaultColorNames.mintTulip;
711
- carnationPink: DefaultColorNames.carnationPink;
712
- paleRose: DefaultColorNames.paleRose;
713
- deYork: DefaultColorNames.deYork;
714
- peppermint: DefaultColorNames.peppermint;
715
- cornflowerBlue: DefaultColorNames.cornflowerBlue;
716
- colonialWhite: DefaultColorNames.colonialWhite;
717
- cherokee: DefaultColorNames.cherokee;
718
- supernova: DefaultColorNames.supernova;
719
- picasso: DefaultColorNames.picasso;
720
- bilobaFlower: DefaultColorNames.bilobaFlower;
721
- linkWater: DefaultColorNames.linkWater;
722
- mineShaft: DefaultColorNames.mineShaft;
723
- silver: DefaultColorNames.silver;
724
- alto: DefaultColorNames.alto;
725
- mercury: DefaultColorNames.mercury;
726
- wildSand: DefaultColorNames.wildSand;
727
- whiteGray: DefaultColorNames.whiteGray;
728
- alabaster: DefaultColorNames.alabaster;
729
- whiteLilac: DefaultColorNames.whiteLilac;
730
- atlantis: DefaultColorNames.atlantis;
731
- yellowOrange: DefaultColorNames.yellowOrange;
732
- mystic: DefaultColorNames.mystic;
733
- pomegranate: DefaultColorNames.pomegranate;
734
- oliveDrab: DefaultColorNames.oliveDrab;
735
- curious: DefaultColorNames.curious;
736
- orangePeel: DefaultColorNames.orangePeel;
737
- nebula: DefaultColorNames.nebula;
738
- seaNymph: DefaultColorNames.seaNymph;
739
- chromeWhite: DefaultColorNames.chromeWhite;
740
- onahau: DefaultColorNames.onahau;
741
- citrineWhite: DefaultColorNames.citrineWhite;
742
- coralReef: DefaultColorNames.coralReef;
743
- creemBrulee: DefaultColorNames.creemBrulee;
744
- frangipani: DefaultColorNames.frangipani;
745
- yourPink: DefaultColorNames.yourPink;
746
- periwinkleGray: DefaultColorNames.periwinkleGray;
747
- baliHai: DefaultColorNames.baliHai;
748
- primary: DefaultColorNames.primary;
749
- accent: DefaultColorNames.accent;
750
- transparent: DefaultColorNames.transparent;
751
- catalinaBlue: DefaultColorNames.catalinaBlue;
752
- danube: DefaultColorNames.danube;
753
- midnightDeep: DefaultColorNames.midnightDeep;
754
- anakiva: DefaultColorNames.anakiva;
755
- azureRadiance: DefaultColorNames.azureRadiance;
756
- blueMarguerite: DefaultColorNames.blueMarguerite;
757
- blueViolet: DefaultColorNames.blueViolet;
758
- bossanova: DefaultColorNames.bossanova;
759
- capeCod: DefaultColorNames.capeCod;
760
- cerulean: DefaultColorNames.cerulean;
761
- congressBlue: DefaultColorNames.congressBlue;
762
- congressBlueLight: DefaultColorNames.congressBlueLight;
763
- creamBrulee: DefaultColorNames.creamBrulee;
764
- denim: DefaultColorNames.denim;
765
- earlyDawn: DefaultColorNames.earlyDawn;
766
- eminence: DefaultColorNames.eminence;
767
- endeavour: DefaultColorNames.endeavour;
768
- fern: DefaultColorNames.fern;
769
- ghost: DefaultColorNames.ghost;
770
- grape: DefaultColorNames.grape;
771
- gunsmoke: DefaultColorNames.gunsmoke;
772
- highland: DefaultColorNames.highland;
773
- honeyFlower: DefaultColorNames.honeyFlower;
774
- honeyFlower2: DefaultColorNames.honeyFlower2;
775
- honeyFlower3: DefaultColorNames.honeyFlower3;
776
- jagger: DefaultColorNames.jagger;
777
- jordyBlue: DefaultColorNames.jordyBlue;
778
- jumbo: DefaultColorNames.jumbo;
779
- mediumPurple: DefaultColorNames.mediumPurple;
780
- midnightBlue: DefaultColorNames.midnightBlue;
781
- moodyBlue: DefaultColorNames.moodyBlue;
782
- nandor: DefaultColorNames.nandor;
783
- nevada: DefaultColorNames.nevada;
784
- olivine: DefaultColorNames.olivine;
785
- parsley: DefaultColorNames.parsley;
786
- pattensBlue: DefaultColorNames.pattensBlue;
787
- pattensBlueLight: DefaultColorNames.pattensBlueLight;
788
- scarletGum: DefaultColorNames.scarletGum;
789
- scienceBlue: DefaultColorNames.scienceBlue;
790
- scienceBlue03: DefaultColorNames.scienceBlue03;
791
- seance: DefaultColorNames.seance;
792
- smalt: DefaultColorNames.smalt;
793
- smaltLight: DefaultColorNames.smaltLight;
794
- tarawera: DefaultColorNames.tarawera;
795
- toryBlue: DefaultColorNames.toryBlue;
796
- toryBlueDark: DefaultColorNames.toryBlueDark;
797
- dodgerBlueDark: DefaultColorNames.dodgerBlueDark;
798
- chambray: DefaultColorNames.chambray;
799
- chambrayDark: DefaultColorNames.chambrayDark;
800
- pomegranateDark: DefaultColorNames.pomegranateDark;
801
- azureRadiance2: DefaultColorNames.azureRadiance2;
802
- curiousBlue: DefaultColorNames.curiousBlue;
803
- jungleGreen: DefaultColorNames.jungleGreen;
804
- violetDeep: DefaultColorNames.violetDeep;
805
- stormGray: DefaultColorNames.stormGray;
806
- zeus: DefaultColorNames.zeus;
807
- athensGray: DefaultColorNames.athensGray;
808
- marinerLight: DefaultColorNames.marinerLight;
809
- royalBlue: DefaultColorNames.royalBlue;
810
- melrose: DefaultColorNames.melrose;
811
- zircon: DefaultColorNames.zircon;
812
- veniceBlue: DefaultColorNames.veniceBlue;
813
- solitude: DefaultColorNames.solitude;
814
- selago: DefaultColorNames.selago;
815
- coconutCream: DefaultColorNames.coconutCream;
816
- cinderella: DefaultColorNames.cinderella;
817
- royalBlueDark: DefaultColorNames.royalBlueDark;
818
- persianBlue: DefaultColorNames.persianBlue;
819
- ultramarine: DefaultColorNames.ultramarine;
820
- cornflowerBlueDark: DefaultColorNames.cornflowerBlueDark;
821
- jungleGreenDark: DefaultColorNames.jungleGreenDark;
822
- mountainMeadow: DefaultColorNames.mountainMeadow;
823
- dodgerBlueDim: DefaultColorNames.dodgerBlueDim;
824
- zirconDark: DefaultColorNames.zirconDark;
825
- pizazz: DefaultColorNames.pizazz;
826
- madison: DefaultColorNames.madison;
827
- ebony: DefaultColorNames.ebony;
828
- mediumRedViolet: DefaultColorNames.mediumRedViolet;
829
- fruitSaladLight: DefaultColorNames.fruitSaladLight;
830
- shark: DefaultColorNames.shark;
831
- azureRadianceLight: DefaultColorNames.azureRadianceLight;
832
- carnation: DefaultColorNames.carnation;
833
- limaGreen: DefaultColorNames.limaGreen;
834
- mysin: DefaultColorNames.mysin;
835
- studio: DefaultColorNames.studio;
836
- athsSpecial: DefaultColorNames.athsSpecial;
837
- thunderbird: DefaultColorNames.thunderbird;
838
- denimDark: DefaultColorNames.denimDark;
839
- puertoRico: DefaultColorNames.puertoRico;
840
- lochmara: DefaultColorNames.lochmara;
841
- aliceBlue: DefaultColorNames.aliceBlue;
842
- perano: DefaultColorNames.perano;
843
- portage: DefaultColorNames.portage;
844
- royalBlueDim: DefaultColorNames.royalBlueDim;
845
- sailDim: DefaultColorNames.sailDim;
846
- solitaire: DefaultColorNames.solitaire;
847
- capeHoney: DefaultColorNames.capeHoney;
848
- fairPink: DefaultColorNames.fairPink;
849
- romantic: DefaultColorNames.romantic;
850
- polar: DefaultColorNames.polar;
851
- cruise: DefaultColorNames.cruise;
852
- selagoLight: DefaultColorNames.selagoLight;
853
- moonRaker: DefaultColorNames.moonRaker;
854
- pippin: DefaultColorNames.pippin;
855
- yourPinkDark: DefaultColorNames.yourPinkDark;
856
- peppermintLight: DefaultColorNames.peppermintLight;
857
- fringyFlower: DefaultColorNames.fringyFlower;
858
- heliotropeDark: DefaultColorNames.heliotropeDark;
859
- pictonBlue: DefaultColorNames.pictonBlue;
860
- mediumPurpleRed: DefaultColorNames.mediumPurpleRed;
861
- scooter: DefaultColorNames.scooter;
862
- chambrayDim: DefaultColorNames.chambrayDim;
863
- dodgerBlueLight: DefaultColorNames.dodgerBlueLight;
864
- selectiveYellow: DefaultColorNames.selectiveYellow;
865
- scienceBlueDark: DefaultColorNames.scienceBlueDark;
866
- dodgerBlueDeep: DefaultColorNames.dodgerBlueDeep;
867
- kashmirBlue: DefaultColorNames.kashmirBlue;
868
- turbo: DefaultColorNames.turbo;
869
- denimDim: DefaultColorNames.denimDim;
870
- orangeRoughy: DefaultColorNames.orangeRoughy;
871
- selagoDim: DefaultColorNames.selagoDim;
872
- congressBlueNight: DefaultColorNames.congressBlueNight;
873
- azureRadianceMedium: DefaultColorNames.azureRadianceMedium;
874
- honeyFlowerDim: DefaultColorNames.honeyFlowerDim;
875
- jaguar: DefaultColorNames.jaguar;
876
- kournikova: DefaultColorNames.kournikova;
877
- drover: DefaultColorNames.drover;
878
- flamingo: DefaultColorNames.flamingo;
879
- mineShaftDim: DefaultColorNames.mineShaftDim;
880
- periwinkle: DefaultColorNames.periwinkle;
881
- colonialWhiteDim: DefaultColorNames.colonialWhiteDim;
882
- pattensBlueDeep: DefaultColorNames.pattensBlueDeep;
883
- solitudeDim: DefaultColorNames.solitudeDim;
884
- periwinkleDim: DefaultColorNames.periwinkleDim;
885
- rioGrande: DefaultColorNames.rioGrande;
886
- kournikovaDim: DefaultColorNames.kournikovaDim;
887
- };
10
+ type SemanticColorName = 'alert-bg-error-100' | 'alert-bg-error-200' | 'alert-bg-error-400' | 'alert-bg-error-500' | 'alert-bg-info-100' | 'alert-bg-info-200' | 'alert-bg-info-400' | 'alert-bg-info-500' | 'alert-bg-success-100' | 'alert-bg-success-200' | 'alert-bg-success-400' | 'alert-bg-success-500' | 'alert-bg-warning-100' | 'alert-bg-warning-200' | 'alert-bg-warning-400' | 'alert-bg-warning-500' | 'alert-error' | 'alert-info' | 'alert-success' | 'alert-warning' | 'bg-brand-additional-1-100' | 'bg-brand-additional-1-200' | 'bg-brand-additional-1-400' | 'bg-brand-additional-1-500' | 'bg-brand-additional-2-100' | 'bg-brand-additional-2-200' | 'bg-brand-additional-2-400' | 'bg-brand-additional-2-500' | 'bg-brand-additional-3-100' | 'bg-brand-additional-3-200' | 'bg-brand-additional-3-400' | 'bg-brand-additional-3-500' | 'bg-brand-additional-4-100' | 'bg-brand-additional-4-200' | 'bg-brand-additional-4-400' | 'bg-brand-additional-4-500' | 'bg-brand-primary-100' | 'bg-brand-primary-100-active' | 'bg-brand-primary-100-hover' | 'bg-brand-primary-200' | 'bg-brand-primary-400' | 'bg-brand-primary-50' | 'bg-brand-primary-500' | 'bg-brand-primary-basic' | 'bg-brand-primary-basic-active' | 'bg-brand-quaternary-100' | 'bg-brand-quaternary-200' | 'bg-brand-quaternary-400' | 'bg-brand-quaternary-50' | 'bg-brand-quaternary-500' | 'bg-brand-quaternary-basic' | 'bg-brand-secondary-100' | 'bg-brand-secondary-200' | 'bg-brand-secondary-400' | 'bg-brand-secondary-50' | 'bg-brand-secondary-500' | 'bg-brand-secondary-basic' | 'bg-brand-tertiary-100' | 'bg-brand-tertiary-200' | 'bg-brand-tertiary-400' | 'bg-brand-tertiary-50' | 'bg-brand-tertiary-500' | 'bg-brand-tertiary-basic' | 'bg-contrast-active' | 'bg-disabled-active' | 'bg-disabled-large' | 'bg-disabled-small' | 'bg-oncolor-disabled' | 'bg-oncolor-hover' | 'bg-oncolor-primary' | 'bg-oncolor-secondary' | 'bg-oncolor-tertiary' | 'bg-oncontrast-hover' | 'bg-onmain-contrast' | 'bg-onmain-divider' | 'bg-onmain-inverse' | 'bg-onmain-main' | 'bg-onmain-primary' | 'bg-onmain-secondary' | 'bg-onmain-tertiary' | 'bg-other-badge' | 'bg-other-black' | 'bg-other-overlay' | 'bg-other-shade-oncolor' | 'bg-other-shade-onmain' | 'bg-other-surface' | 'border-brand-primary' | 'border-brand-primary-active' | 'border-brand-primary-hover' | 'border-brand-secondary' | 'border-disabled' | 'border-focus' | 'border-focus-inner' | 'border-oncolor-default' | 'border-oncolor-default-large' | 'border-oncolor-disabled' | 'border-oncolor-soft-large' | 'border-oncolor-soft-small' | 'border-onmain-contrast' | 'border-onmain-default-large' | 'border-onmain-default-small' | 'border-onmain-soft-large' | 'border-onmain-soft-small' | 'content-brand-primary' | 'content-brand-secondary' | 'content-disabled' | 'content-discount' | 'content-link' | 'content-oncolor-constant' | 'content-oncolor-disabled' | 'content-oncolor-hover' | 'content-oncolor-inverse' | 'content-oncolor-primary' | 'content-oncolor-quaternary' | 'content-oncolor-secondary' | 'content-oncolor-tertiary' | 'content-onmain-hover' | 'content-onmain-inverse' | 'content-onmain-primary' | 'content-onmain-secondary' | 'content-onmain-tertiary' | 'effect-shadow-large' | 'effect-shadow-medium' | 'effect-shadow-press' | 'effect-shadow-small' | 'external-mail' | 'external-sber' | 'external-tbank' | 'external-telegram' | 'external-twenty-thirty-five' | 'external-vk' | 'external-yandex' | 'material-black-regular' | 'material-black-thick' | 'material-black-thin' | 'material-black-ultra-thin' | 'material-transfer-regular' | 'material-transfer-thick' | 'material-transfer-thin' | 'material-transfer-ultra-thin' | 'material-white-regular' | 'material-white-thick' | 'material-white-thin' | 'material-white-ultra-thin' | 'product-base-college' | 'product-base-complect' | 'product-base-course' | 'product-base-group' | 'product-base-outclass' | 'product-base-school' | 'product-base-subscription' | 'product-base-tutor' | 'product-bg-complect' | 'product-bg-course' | 'product-bg-group' | 'product-bg-tutor' | 'product-content-college' | 'product-content-complect' | 'product-content-course' | 'product-content-group' | 'product-content-outclass' | 'product-content-school' | 'product-content-subscription' | 'product-content-tutor' | 'product-high-college' | 'product-high-complect' | 'product-high-course' | 'product-high-group' | 'product-high-outclass' | 'product-high-school' | 'product-high-subscription' | 'product-high-tutor' | 'product-low-college' | 'product-low-college-50' | 'product-low-complect' | 'product-low-complect-50' | 'product-low-course' | 'product-low-course-50' | 'product-low-group' | 'product-low-group-50' | 'product-low-outclass' | 'product-low-outclass-50' | 'product-low-school' | 'product-low-school-50' | 'product-low-subscription' | 'product-low-subscription-50' | 'product-low-tutor' | 'product-low-tutor-50' | 'skeleton-gradient-from-color-oncolor' | 'skeleton-gradient-from-color-onmain' | 'skeleton-gradient-to-color-oncolor' | 'skeleton-gradient-to-color-onmain' | 'skeleton-oncolor-primary' | 'skeleton-oncolor-secondary' | 'skeleton-onmain-primary' | 'skeleton-onmain-secondary' | 'state-dark' | 'state-dark-strong' | 'state-light' | 'state-light-strong' | 'transparent';
11
+
12
+ type DefaultColorName = 'white' | 'black' | 'tundora' | 'paleSky' | 'bostonBlue' | 'atlantisBrightly' | 'cinnabar' | 'sail' | 'bittersweet' | 'turquoise' | 'dodgerBlue' | 'mantis' | 'azure' | 'bahamaBlue' | 'shamrock' | 'olive' | 'copperRose' | 'cyan' | 'plum' | 'hokeyPokey' | 'monaLisa' | 'mariner' | 'heliotrope' | 'dandelion' | 'fruitSalad' | 'fuchsiaBlue' | 'persianGreen' | 'watermelon' | 'tropaz' | 'lima' | 'mintTulip' | 'carnationPink' | 'paleRose' | 'deYork' | 'peppermint' | 'cornflowerBlue' | 'colonialWhite' | 'cherokee' | 'supernova' | 'picasso' | 'bilobaFlower' | 'linkWater' | 'mineShaft' | 'silver' | 'alto' | 'mercury' | 'wildSand' | 'whiteGray' | 'alabaster' | 'whiteLilac' | 'atlantis' | 'yellowOrange' | 'mystic' | 'pomegranate' | 'oliveDrab' | 'curious' | 'orangePeel' | 'nebula' | 'seaNymph' | 'chromeWhite' | 'onahau' | 'citrineWhite' | 'coralReef' | 'creemBrulee' | 'frangipani' | 'yourPink' | 'periwinkleGray' | 'baliHai' | 'primary' | 'accent' | 'transparent' | 'catalinaBlue' | 'danube' | 'midnightDeep' | 'anakiva' | 'azureRadiance' | 'blueMarguerite' | 'blueViolet' | 'bossanova' | 'capeCod' | 'cerulean' | 'congressBlue' | 'congressBlueLight' | 'creamBrulee' | 'denim' | 'earlyDawn' | 'eminence' | 'endeavour' | 'fern' | 'ghost' | 'grape' | 'gunsmoke' | 'highland' | 'honeyFlower' | 'honeyFlower2' | 'honeyFlower3' | 'jagger' | 'jordyBlue' | 'jumbo' | 'mediumPurple' | 'midnightBlue' | 'moodyBlue' | 'nandor' | 'nevada' | 'olivine' | 'parsley' | 'pattensBlue' | 'pattensBlueLight' | 'scarletGum' | 'scienceBlue' | 'scienceBlue03' | 'seance' | 'smalt' | 'smaltLight' | 'tarawera' | 'toryBlue' | 'toryBlueDark' | 'dodgerBlueDark' | 'chambray' | 'chambrayDark' | 'pomegranateDark' | 'azureRadiance2' | 'curiousBlue' | 'jungleGreen' | 'violetDeep' | 'stormGray' | 'zeus' | 'athensGray' | 'marinerLight' | 'royalBlue' | 'melrose' | 'zircon' | 'veniceBlue' | 'solitude' | 'selago' | 'coconutCream' | 'cinderella' | 'royalBlueDark' | 'persianBlue' | 'ultramarine' | 'cornflowerBlueDark' | 'jungleGreenDark' | 'mountainMeadow' | 'dodgerBlueDim' | 'zirconDark' | 'pizazz' | 'madison' | 'ebony' | 'mediumRedViolet' | 'fruitSaladLight' | 'shark' | 'azureRadianceLight' | 'carnation' | 'limaGreen' | 'mysin' | 'studio' | 'athsSpecial' | 'thunderbird' | 'denimDark' | 'puertoRico' | 'lochmara' | 'aliceBlue' | 'perano' | 'portage' | 'royalBlueDim' | 'sailDim' | 'solitaire' | 'capeHoney' | 'fairPink' | 'romantic' | 'polar' | 'cruise' | 'selagoLight' | 'moonRaker' | 'pippin' | 'yourPinkDark' | 'peppermintLight' | 'fringyFlower' | 'heliotropeDark' | 'pictonBlue' | 'mediumPurpleRed' | 'scooter' | 'chambrayDim' | 'dodgerBlueLight' | 'selectiveYellow' | 'scienceBlueDark' | 'dodgerBlueDeep' | 'kashmirBlue' | 'turbo' | 'denimDim' | 'orangeRoughy' | 'selagoDim' | 'congressBlueNight' | 'azureRadianceMedium' | 'honeyFlowerDim' | 'jaguar' | 'kournikova' | 'drover' | 'flamingo' | 'mineShaftDim' | 'periwinkle' | 'colonialWhiteDim' | 'pattensBlueDeep' | 'solitudeDim' | 'periwinkleDim' | 'rioGrande' | 'kournikovaDim';
13
+ type BaseColorName = 'content-onmain-primary' | 'content-onmain-secondary' | 'content-onmain-tertiary' | 'content-onmain-inverse' | 'content-oncolor-primary' | 'content-oncolor-secondary' | 'content-oncolor-tertiary' | 'content-oncolor-inverse' | 'content-oncolor-constant' | 'content-disabled' | 'content-oncolor-disabled' | 'content-oncolor-hover' | 'content-onmain-hover' | 'content-discount' | 'content-link' | 'border-onmain-default-large' | 'border-onmain-default-small' | 'border-onmain-contrast' | 'border-disabled' | 'border-focus' | 'border-oncolor-disabled' | 'border-oncolor-default' | 'border-oncolor-default-large' | 'bg-onmain-main' | 'bg-onmain-primary' | 'bg-onmain-secondary' | 'bg-onmain-tertiary' | 'bg-onmain-divider' | 'bg-onmain-contrast' | 'bg-onmain-inverse' | 'bg-oncolor-primary' | 'bg-oncolor-secondary' | 'bg-oncolor-tertiary' | 'bg-oncolor-hover' | 'bg-disabled-large' | 'bg-disabled-small' | 'bg-disabled-active' | 'bg-oncolor-disabled' | 'bg-contrast-active' | 'bg-oncontrast-hover' | 'alert-bg-success-100' | 'alert-bg-success-200' | 'alert-bg-success-500' | 'alert-bg-warning-100' | 'alert-bg-warning-200' | 'alert-bg-warning-500' | 'alert-bg-error-100' | 'alert-bg-error-200' | 'alert-bg-error-500' | 'alert-success' | 'alert-warning' | 'alert-error' | 'product-bg-course' | 'product-bg-tutor' | 'product-bg-group' | 'product-bg-complect' | 'skeleton-onmain-primary' | 'skeleton-onmain-secondary' | 'skeleton-gradient-from-color-onmain' | 'skeleton-gradient-to-color-onmain' | 'skeleton-oncolor-primary' | 'skeleton-oncolor-secondary' | 'skeleton-gradient-from-color-oncolor' | 'skeleton-gradient-to-color-oncolor' | 'bg-other-badge' | 'bg-other-black' | 'alert-bg-info-100' | 'alert-bg-info-200' | 'alert-bg-info-500' | 'alert-info' | 'product-content-school' | 'product-content-group' | 'product-content-outclass' | 'product-content-course' | 'product-content-tutor' | 'product-high-school' | 'product-high-group' | 'product-high-outclass' | 'product-high-course' | 'product-high-tutor' | 'product-low-school' | 'product-low-group' | 'product-low-outclass' | 'product-low-course' | 'product-low-tutor' | 'bg-other-overlay' | 'product-low-school-50' | 'product-low-group-50' | 'product-low-outclass-50' | 'product-low-course-50' | 'product-low-tutor-50';
14
+ type BrandColorName = 'content-brand-primary' | 'content-brand-secondary' | 'border-brand-primary' | 'border-brand-secondary' | 'border-brand-primary-hover' | 'border-brand-primary-active' | 'bg-brand-primary-basic' | 'bg-brand-primary-100' | 'bg-brand-primary-200' | 'bg-brand-primary-400' | 'bg-brand-primary-500' | 'bg-brand-secondary-basic' | 'bg-brand-secondary-100' | 'bg-brand-secondary-200' | 'bg-brand-secondary-400' | 'bg-brand-secondary-500' | 'bg-brand-tertiary-100' | 'bg-brand-tertiary-200' | 'bg-brand-quaternary-100' | 'bg-brand-quaternary-200' | 'bg-brand-quaternary-400' | 'bg-brand-quaternary-500' | 'bg-brand-primary-basic-active' | 'bg-brand-primary-100-active' | 'bg-brand-primary-100-hover' | 'bg-brand-primary-50' | 'bg-brand-secondary-50';
15
+ type SocialColorName = 'facebook' | 'twitter' | 'youtube' | 'instagrammagenta' | 'instagramblue' | 'instagrampurple' | 'instagramorange' | 'instagramyellow' | 'pinterest' | 'googleplus' | 'linkedin' | 'vimeoblue' | 'vimeogreen' | 'vimeoorange' | 'vimeopink' | 'tumblr' | 'snapchat' | 'whatsappgreen' | 'whatsappteal1' | 'whatsappteal2' | 'foursquarepink' | 'foursquareblue' | 'swarm' | 'skypeblue' | 'skypegreen' | 'android' | 'stumbleupon' | 'flickrpink' | 'flickrblue' | 'yahoo' | 'soundcloud' | 'spotifygreen' | 'spotifydarkgreen' | 'dribbble' | 'reddit' | 'deviantart' | 'pocket' | 'quora' | 'quorablue' | 'slideshareorange' | 'slideshareblue' | 'telegram' | 'fivehundredpx' | 'listlyorange' | 'listlyblue' | 'vine' | 'vk' | 'ok' | 'mailru';
16
+ type UnitColorName = 'profession' | 'professionDark' | 'camps' | 'campsDark' | 'courses' | 'coursesDark' | 'openLesson' | 'openLessonDark' | 'externat' | 'externatDark' | 'olympiad' | 'olympiadDark' | 'textbook' | 'textbookDark' | 'tutors' | 'tutorsDark' | 'training' | 'trainingDark' | 'mathematics' | 'physics' | 'informatics' | 'chemistry' | 'biology' | 'english' | 'russian' | 'history' | 'society' | 'geography' | 'developing' | 'literature' | 'intersubject' | 'primarySchool' | 'recommended' | 'astronomy' | 'ecology' | 'technology' | 'languages' | 'art' | 'physicalCulture' | 'logic' | 'businessLogic' | 'rap' | 'ikt' | 'kids' | 'fgos' | 'blue' | 'red' | 'green' | 'grey' | 'darkgrey' | 'lightgrey' | 'superlightgrey';
17
+ type ColorName = DefaultColorName | SocialColorName | UnitColorName | BaseColorName | BrandColorName | SemanticColorName;
888
18
 
889
19
  type Nullable<T> = T | null | undefined;
890
20
  type HEX = `#${string}`;
@@ -900,11 +30,11 @@ type Size$t = 'xxxl' | 'xxl' | 'xl' | 'l' | 'm' | 's' | 'xs' | 'xxs' | 'xxxs';
900
30
  type SizeValue$1 = Size$t | CSSGlobalValue | number;
901
31
  type Breakpoint$1 = 'XXS' | 'XS' | 'S' | 'M' | 'L' | 'XL' | 'XXL';
902
32
  type Orientation = 'landscape' | 'portrait';
903
- type Color = keyof typeof ColorNames | CSSColor;
33
+ type Color = ColorName | CSSColor;
904
34
  type ColorPaletteKey = 'color' | `color${string}` | `${string}Color` | `${string}Color${string}`;
905
35
  type ThemePreset = 'default' | 'brand';
906
36
  type ThemeMode = 'light' | 'dark';
907
- type ThemeName = 'mother' | 'baby' | 'teen' | 'adult';
37
+ type ThemeName = 'mother' | 'baby' | 'teen' | 'adult' | 'algoritmika' | 'exam' | 'foxford';
908
38
  type ResponsivePropKey = 'size' | 'layout' | keyof CSSProperties;
909
39
  type KeysOfUnion<T> = T extends T ? keyof T : never;
910
40
  type WithThemePreset<T> = T & {
@@ -8322,7 +7452,10 @@ interface BaseTheme {
8322
7452
  };
8323
7453
  }
8324
7454
  interface Theme extends BaseTheme {
8325
- colors: Record<keyof typeof ColorNames, CSSColor>;
7455
+ colors: Record<ColorName, CSSColor>;
7456
+ }
7457
+ interface SemanticTheme extends BaseTheme {
7458
+ colors: Record<SemanticColorName, CSSColor>;
8326
7459
  }
8327
7460
 
8328
7461
  declare const defaultTheme: DefaultTheme;
@@ -8334,6 +7467,12 @@ declare const teenLightTheme: DefaultTheme;
8334
7467
  declare const teenDarkTheme: DefaultTheme;
8335
7468
  declare const adultLightTheme: DefaultTheme;
8336
7469
  declare const adultDarkTheme: DefaultTheme;
7470
+ declare const foxfordDayTheme: SemanticTheme;
7471
+ declare const foxfordNightTheme: SemanticTheme;
7472
+ declare const examDayTheme: SemanticTheme;
7473
+ declare const examNightTheme: SemanticTheme;
7474
+ declare const algoritmikaDayTheme: SemanticTheme;
7475
+ declare const algoritmikaNightTheme: SemanticTheme;
8337
7476
 
8338
7477
  type MediaQueryParams = {
8339
7478
  and?: string;
@@ -11308,4 +10447,4 @@ declare const MediaProvider: (props: React.PropsWithChildren<{
11308
10447
  */
11309
10448
  declare const useMediaMatchers: () => Partial<Record<MediaMatcherId, boolean>>;
11310
10449
 
11311
- export { Accordion, type AccordionItemProps, type AccordionProps, ActionBtn, type ActionBtnProps, AddElement, type AddElementProps, Alert, type AlertProps, Amount, type AmountProps, Anchor, type AnchorProps, Arrow, ArrowBadge, type ArrowBadgeProps, type ArrowProps, AspectRatio, type AspectRatioProps, Avatar, type AvatarProps, Badge, type BadgeProps, type BaseProps, type Breakpoint$1 as Breakpoint, Button, type ButtonProps, COUNTRY_DATA, type CSSBorderStyle, type CSSColor, type CSSFontWeight, type CSSGlobalValue, type CSSUnit, type CSSVerticalAlign, CURRENCY_MAP, Checkbox, type CheckboxProps, Chip, type ChipProps, type Color, ColorNames, type ColorPaletteKey, type ComponentElementType, Container, type ContainerProps, ContextMenu, type ContextMenuMultiLevelProps, type ContextMenuProps, CurrencyCodes, DEFAULT_MASK, Dialog, type DialogComponentProps, type DialogProps, type DividerProps, type DomTarget, Dropdown, type DropdownProps, FormLabel, type FormLabelProps, type HEX, INITIAL_MASK, Icon, IconButton, type IconButtonProps, type IconISOCode, type IconName, type IconProps, Indicator, type IndicatorProps, Input, type InputCheckboxProps, type InputMaskOptions, type InputMaskState, type InputPhoneProps, type InputProps, type InputRadioProps, type KeysOfUnion, ListItem, type ListItemProps, Media, MediaMediator, type MediaProps, MediaProvider, Menu, type MenuComponentProps, type MenuContainerProps, type MenuDividerProps, type MenuListProps, type MenuProps, Modal, type ModalProps, Notification, type NotificationProps, type Nullable, type Orientation, Paper, type PaperProps, type PlaygroundToolbar, type PolymorphicProps, type PolymorphicPropsWithRef, type PolymorphicRef, Popover, type PopoverComponentProps, type PopoverProps, Progress, ProgressCircle$1 as ProgressCircle, type ProgressCircleProps$1 as ProgressCircleProps, ProgressLine, type ProgressLineProps, type ProgressProps, type ProgressSegmentedProps, type RGB, type RGBA, Radio, type RadioProps, type ResponsiveLayoutInterpolationProps, type ResponsiveLayoutProps, type ResponsivePositionProps, type ResponsivePropKey, type ResponsiveProps, type ResponsiveSizeInterpolationProps, type ResponsiveSizeProps, withThemeScrollable as Scrollable, type ScrollableProps, Section, type SectionProps, Select, type SelectProps, Separator, type SeparatorProps, type Size$t as Size, type SizeValue$1 as SizeValue, Skeleton, type SkeletonProps, Spacer, type SpacerProps, Spinner, type SpinnerProps, Switch, type SwitchProps, Switcher, type SwitcherProps, Tab, TabList, type TabListPanelProps, type TabListProps, type TabListTabProps, type TabProps, Tabs, type TabsProps, Tag, type TagProps, Text, type TextEllipseProps, type TextHeadingProps, type TextProps, Textarea, type TextareaProps, type Theme, type ThemeMode, type ThemeName, type ThemePreset, ThemeProvider, type ToolbarControl, Tooltip, type TooltipComponentProps, type TooltipProps, type WithMergedPropsOptions, type WithThemePreset, type WrappedComponentProps, adultDarkTheme, adultLightTheme, babyDarkTheme, babyLightTheme, baseInputStyle, buildMediaQuery, color, desktopFirst, getDarkHoverColor, getDarkStrongHoverColor, getLightHoverColor, getLightStrongHoverColor, hexToRgbA, isHex, mobileFirst, motherDarkTheme, motherLightTheme, property, responsiveNamedProperty, responsiveProperty, screenL, screenM, screenMaxL, screenMaxM, screenMaxS, screenMaxXl, screenMaxXs, screenMaxXxs, screenMinL, screenMinM, screenMinS, screenMinXl, screenMinXs, screenRetina, screenS, screenXl, screenXs, teenDarkTheme, teenLightTheme, defaultTheme as theme, useClickOutside, useMediaMatchers, useScrollLock, useScrollMonitor, vAlign };
10450
+ export { Accordion, type AccordionItemProps, type AccordionProps, ActionBtn, type ActionBtnProps, AddElement, type AddElementProps, Alert, type AlertProps, Amount, type AmountProps, Anchor, type AnchorProps, Arrow, ArrowBadge, type ArrowBadgeProps, type ArrowProps, AspectRatio, type AspectRatioProps, Avatar, type AvatarProps, Badge, type BadgeProps, type BaseProps, type Breakpoint$1 as Breakpoint, Button, type ButtonProps, COUNTRY_DATA, type CSSBorderStyle, type CSSColor, type CSSFontWeight, type CSSGlobalValue, type CSSUnit, type CSSVerticalAlign, CURRENCY_MAP, Checkbox, type CheckboxProps, Chip, type ChipProps, type Color, type ColorName, type ColorPaletteKey, type ComponentElementType, Container, type ContainerProps, ContextMenu, type ContextMenuMultiLevelProps, type ContextMenuProps, CurrencyCodes, DEFAULT_MASK, Dialog, type DialogComponentProps, type DialogProps, type DividerProps, type DomTarget, Dropdown, type DropdownProps, FormLabel, type FormLabelProps, type HEX, INITIAL_MASK, Icon, IconButton, type IconButtonProps, type IconISOCode, type IconName, type IconProps, Indicator, type IndicatorProps, Input, type InputCheckboxProps, type InputMaskOptions, type InputMaskState, type InputPhoneProps, type InputProps, type InputRadioProps, type KeysOfUnion, ListItem, type ListItemProps, Media, MediaMediator, type MediaProps, MediaProvider, Menu, type MenuComponentProps, type MenuContainerProps, type MenuDividerProps, type MenuListProps, type MenuProps, Modal, type ModalProps, Notification, type NotificationProps, type Nullable, type Orientation, Paper, type PaperProps, type PlaygroundToolbar, type PolymorphicProps, type PolymorphicPropsWithRef, type PolymorphicRef, Popover, type PopoverComponentProps, type PopoverProps, Progress, ProgressCircle$1 as ProgressCircle, type ProgressCircleProps$1 as ProgressCircleProps, ProgressLine, type ProgressLineProps, type ProgressProps, type ProgressSegmentedProps, type RGB, type RGBA, Radio, type RadioProps, type ResponsiveLayoutInterpolationProps, type ResponsiveLayoutProps, type ResponsivePositionProps, type ResponsivePropKey, type ResponsiveProps, type ResponsiveSizeInterpolationProps, type ResponsiveSizeProps, withThemeScrollable as Scrollable, type ScrollableProps, Section, type SectionProps, Select, type SelectProps, type SemanticTheme, Separator, type SeparatorProps, type Size$t as Size, type SizeValue$1 as SizeValue, Skeleton, type SkeletonProps, Spacer, type SpacerProps, Spinner, type SpinnerProps, Switch, type SwitchProps, Switcher, type SwitcherProps, Tab, TabList, type TabListPanelProps, type TabListProps, type TabListTabProps, type TabProps, Tabs, type TabsProps, Tag, type TagProps, Text, type TextEllipseProps, type TextHeadingProps, type TextProps, Textarea, type TextareaProps, type Theme, type ThemeMode, type ThemeName, type ThemePreset, ThemeProvider, type ToolbarControl, Tooltip, type TooltipComponentProps, type TooltipProps, type WithMergedPropsOptions, type WithThemePreset, type WrappedComponentProps, adultDarkTheme, adultLightTheme, algoritmikaDayTheme, algoritmikaNightTheme, babyDarkTheme, babyLightTheme, baseInputStyle, buildMediaQuery, color, desktopFirst, examDayTheme, examNightTheme, foxfordDayTheme, foxfordNightTheme, getDarkHoverColor, getDarkStrongHoverColor, getLightHoverColor, getLightStrongHoverColor, hexToRgbA, isHex, mobileFirst, motherDarkTheme, motherLightTheme, property, responsiveNamedProperty, responsiveProperty, screenL, screenM, screenMaxL, screenMaxM, screenMaxS, screenMaxXl, screenMaxXs, screenMaxXxs, screenMinL, screenMinM, screenMinS, screenMinXl, screenMinXs, screenRetina, screenS, screenXl, screenXs, teenDarkTheme, teenLightTheme, defaultTheme as theme, useClickOutside, useMediaMatchers, useScrollLock, useScrollMonitor, vAlign };