@salutejs-ds/sdds_sbcom 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/components/Button/Button.config.d.ts +4 -4
  2. package/components/Button/Button.config.js +5 -5
  3. package/components/Button/Button.config.js.map +1 -1
  4. package/components/Button/Button.config_1ufeha7.css +10 -0
  5. package/components/Button/Button.css +9 -9
  6. package/components/Button/Button.d.ts +4 -4
  7. package/components/Checkbox/Checkbox.config.js +1 -1
  8. package/components/Checkbox/Checkbox.config.js.map +1 -1
  9. package/components/Checkbox/Checkbox.config_1637oeq.css +6 -0
  10. package/components/Checkbox/Checkbox.css +6 -6
  11. package/components/IconButton/IconButton.config.d.ts +3 -3
  12. package/components/IconButton/IconButton.config.js +7 -7
  13. package/components/IconButton/IconButton.config.js.map +1 -1
  14. package/components/IconButton/IconButton.config_4rapku.css +9 -0
  15. package/components/IconButton/IconButton.css +8 -8
  16. package/components/IconButton/IconButton.d.ts +3 -3
  17. package/components/Link/Link.config.d.ts +4 -4
  18. package/components/Link/Link.config.js +5 -5
  19. package/components/Link/Link.config.js.map +1 -1
  20. package/components/Link/Link.config_1fm95cc.css +8 -0
  21. package/components/Link/Link.css +8 -8
  22. package/components/Link/Link.d.ts +4 -4
  23. package/components/Radiobox/Radiobox.config.d.ts +1 -1
  24. package/components/Radiobox/Radiobox.config.js +4 -4
  25. package/components/Radiobox/Radiobox.config.js.map +1 -1
  26. package/components/Radiobox/Radiobox.config_wxwhpp.css +6 -0
  27. package/components/Radiobox/Radiobox.css +6 -6
  28. package/components/Radiobox/Radiobox.d.ts +1 -1
  29. package/css/sdds_sbcom.module.css +15 -155
  30. package/css/sdds_sbcom__dark.css +15 -84
  31. package/css/sdds_sbcom__light.css +15 -86
  32. package/es/components/Button/Button.config.js +5 -5
  33. package/es/components/Button/Button.config.js.map +1 -1
  34. package/es/components/Button/Button.config_1ufeha7.css +10 -0
  35. package/es/components/Button/Button.css +9 -9
  36. package/es/components/Checkbox/Checkbox.config.js +1 -1
  37. package/es/components/Checkbox/Checkbox.config.js.map +1 -1
  38. package/es/components/Checkbox/Checkbox.config_1637oeq.css +6 -0
  39. package/es/components/Checkbox/Checkbox.css +6 -6
  40. package/es/components/IconButton/IconButton.config.js +7 -7
  41. package/es/components/IconButton/IconButton.config.js.map +1 -1
  42. package/es/components/IconButton/IconButton.config_4rapku.css +9 -0
  43. package/es/components/IconButton/IconButton.css +8 -8
  44. package/es/components/Link/Link.config.js +5 -5
  45. package/es/components/Link/Link.config.js.map +1 -1
  46. package/es/components/Link/Link.config_1fm95cc.css +8 -0
  47. package/es/components/Link/Link.css +8 -8
  48. package/es/components/Radiobox/Radiobox.config.js +4 -4
  49. package/es/components/Radiobox/Radiobox.config.js.map +1 -1
  50. package/es/components/Radiobox/Radiobox.config_wxwhpp.css +6 -0
  51. package/es/components/Radiobox/Radiobox.css +6 -6
  52. package/es/index.css +37 -37
  53. package/es/index.js +1 -1
  54. package/es/theme/themes/sdds_sbcom__dark.js +1 -1
  55. package/es/theme/themes/sdds_sbcom__dark.js.map +1 -1
  56. package/es/theme/themes/sdds_sbcom__light.js +1 -1
  57. package/es/theme/themes/sdds_sbcom__light.js.map +1 -1
  58. package/es/theme/tokens/index.js +23 -230
  59. package/es/theme/tokens/index.js.map +1 -1
  60. package/index.css +37 -37
  61. package/index.js +0 -69
  62. package/index.js.map +1 -1
  63. package/package.json +1 -1
  64. package/styled-components/cjs/Button/Button.config.js +7 -7
  65. package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
  66. package/styled-components/cjs/IconButton/IconButton.config.js +8 -8
  67. package/styled-components/cjs/Link/Link.config.js +6 -6
  68. package/styled-components/cjs/Radiobox/Radiobox.config.js +5 -5
  69. package/styled-components/es/Button/Button.config.js +7 -7
  70. package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
  71. package/styled-components/es/IconButton/IconButton.config.js +8 -8
  72. package/styled-components/es/Link/Link.config.js +6 -6
  73. package/styled-components/es/Radiobox/Radiobox.config.js +5 -5
  74. package/theme/themes/sdds_sbcom__dark.js +1 -1
  75. package/theme/themes/sdds_sbcom__dark.js.map +1 -1
  76. package/theme/themes/sdds_sbcom__light.js +1 -1
  77. package/theme/themes/sdds_sbcom__light.js.map +1 -1
  78. package/theme/tokens/index.d.ts +18 -156
  79. package/theme/tokens/index.js +22 -298
  80. package/theme/tokens/index.js.map +1 -1
  81. package/components/Button/Button.config_1fseone.css +0 -10
  82. package/components/Checkbox/Checkbox.config_akvxn0.css +0 -6
  83. package/components/IconButton/IconButton.config_1uu5rxr.css +0 -9
  84. package/components/Link/Link.config_9ew1ky.css +0 -8
  85. package/components/Radiobox/Radiobox.config_1tzom6m.css +0 -6
  86. package/es/components/Button/Button.config_1fseone.css +0 -10
  87. package/es/components/Checkbox/Checkbox.config_akvxn0.css +0 -6
  88. package/es/components/IconButton/IconButton.config_1uu5rxr.css +0 -9
  89. package/es/components/Link/Link.config_9ew1ky.css +0 -8
  90. package/es/components/Radiobox/Radiobox.config_1tzom6m.css +0 -6
package/index.js CHANGED
@@ -18,7 +18,6 @@ exports.sdds_sbcom__light = sdds_sbcom__light.sdds_sbcom__light;
18
18
  exports.backgroundPrimary = index.backgroundPrimary;
19
19
  exports.backgroundPrimaryBrightness = index.backgroundPrimaryBrightness;
20
20
  exports.backgroundSecondaryActive = index.backgroundSecondaryActive;
21
- exports.backgroundSecondaryBrightness = index.backgroundSecondaryBrightness;
22
21
  exports.backgroundSecondaryHover = index.backgroundSecondaryHover;
23
22
  exports.bodyL = index.bodyL;
24
23
  exports.bodyLBold = index.bodyLBold;
@@ -62,7 +61,6 @@ exports.h3Medium = index.h3Medium;
62
61
  exports.inverseBackgroundPrimary = index.inverseBackgroundPrimary;
63
62
  exports.inverseBackgroundPrimaryBrightness = index.inverseBackgroundPrimaryBrightness;
64
63
  exports.inverseBackgroundSecondaryActive = index.inverseBackgroundSecondaryActive;
65
- exports.inverseBackgroundSecondaryBrightness = index.inverseBackgroundSecondaryBrightness;
66
64
  exports.inverseBackgroundSecondaryHover = index.inverseBackgroundSecondaryHover;
67
65
  exports.inverseDataYellow = index.inverseDataYellow;
68
66
  exports.inverseDataYellowActive = index.inverseDataYellowActive;
@@ -78,14 +76,12 @@ exports.inverseOutlineAccentGradientActive = index.inverseOutlineAccentGradientA
78
76
  exports.inverseOutlineAccentGradientHover = index.inverseOutlineAccentGradientHover;
79
77
  exports.inverseOutlineDefault = index.inverseOutlineDefault;
80
78
  exports.inverseOutlineDefaultActive = index.inverseOutlineDefaultActive;
81
- exports.inverseOutlineDefaultBrightness = index.inverseOutlineDefaultBrightness;
82
79
  exports.inverseOutlineDefaultHover = index.inverseOutlineDefaultHover;
83
80
  exports.inverseOutlineNegative = index.inverseOutlineNegative;
84
81
  exports.inverseOutlineNegativeActive = index.inverseOutlineNegativeActive;
85
82
  exports.inverseOutlineNegativeHover = index.inverseOutlineNegativeHover;
86
83
  exports.inverseOutlineOutlineMinor = index.inverseOutlineOutlineMinor;
87
84
  exports.inverseOutlineOutlineMinorActive = index.inverseOutlineOutlineMinorActive;
88
- exports.inverseOutlineOutlineMinorBrightness = index.inverseOutlineOutlineMinorBrightness;
89
85
  exports.inverseOutlineOutlineMinorHover = index.inverseOutlineOutlineMinorHover;
90
86
  exports.inverseOutlinePositive = index.inverseOutlinePositive;
91
87
  exports.inverseOutlinePositiveActive = index.inverseOutlinePositiveActive;
@@ -98,14 +94,12 @@ exports.inverseOutlineTransparentPrimaryActive = index.inverseOutlineTransparent
98
94
  exports.inverseOutlineTransparentPrimaryHover = index.inverseOutlineTransparentPrimaryHover;
99
95
  exports.inverseOutlineTransparentSurface = index.inverseOutlineTransparentSurface;
100
96
  exports.inverseOutlineTransparentSurfaceActive = index.inverseOutlineTransparentSurfaceActive;
101
- exports.inverseOutlineTransparentSurfaceBrightness = index.inverseOutlineTransparentSurfaceBrightness;
102
97
  exports.inverseOutlineTransparentSurfaceHover = index.inverseOutlineTransparentSurfaceHover;
103
98
  exports.inverseOutlineWarning = index.inverseOutlineWarning;
104
99
  exports.inverseOutlineWarningActive = index.inverseOutlineWarningActive;
105
100
  exports.inverseOutlineWarningHover = index.inverseOutlineWarningHover;
106
101
  exports.inverseOverlayGradient = index.inverseOverlayGradient;
107
102
  exports.inverseOverlayGradientActive = index.inverseOverlayGradientActive;
108
- exports.inverseOverlayGradientBrightness = index.inverseOverlayGradientBrightness;
109
103
  exports.inverseOverlayGradientHover = index.inverseOverlayGradientHover;
110
104
  exports.inverseOverlayHard = index.inverseOverlayHard;
111
105
  exports.inverseOverlaySoft = index.inverseOverlaySoft;
@@ -114,62 +108,53 @@ exports.inversePersonaBlueSurfaceAccentGradientActive = index.inversePersonaBlue
114
108
  exports.inversePersonaBlueSurfaceAccentGradientHover = index.inversePersonaBlueSurfaceAccentGradientHover;
115
109
  exports.inversePersonaBlueTextAccent = index.inversePersonaBlueTextAccent;
116
110
  exports.inversePersonaBlueTextAccentActive = index.inversePersonaBlueTextAccentActive;
117
- exports.inversePersonaBlueTextAccentBrightness = index.inversePersonaBlueTextAccentBrightness;
118
111
  exports.inversePersonaBlueTextAccentHover = index.inversePersonaBlueTextAccentHover;
119
112
  exports.inversePersonaGreenSurfaceAccentGradient = index.inversePersonaGreenSurfaceAccentGradient;
120
113
  exports.inversePersonaGreenSurfaceAccentGradientActive = index.inversePersonaGreenSurfaceAccentGradientActive;
121
114
  exports.inversePersonaGreenSurfaceAccentGradientHover = index.inversePersonaGreenSurfaceAccentGradientHover;
122
115
  exports.inversePersonaGreenTextAccent = index.inversePersonaGreenTextAccent;
123
116
  exports.inversePersonaGreenTextAccentActive = index.inversePersonaGreenTextAccentActive;
124
- exports.inversePersonaGreenTextAccentBrightness = index.inversePersonaGreenTextAccentBrightness;
125
117
  exports.inversePersonaGreenTextAccentHover = index.inversePersonaGreenTextAccentHover;
126
118
  exports.inversePersonaIndigoSurfaceAccentGradient = index.inversePersonaIndigoSurfaceAccentGradient;
127
119
  exports.inversePersonaIndigoSurfaceAccentGradientActive = index.inversePersonaIndigoSurfaceAccentGradientActive;
128
120
  exports.inversePersonaIndigoSurfaceAccentGradientHover = index.inversePersonaIndigoSurfaceAccentGradientHover;
129
121
  exports.inversePersonaIndigoTextAccent = index.inversePersonaIndigoTextAccent;
130
122
  exports.inversePersonaIndigoTextAccentActive = index.inversePersonaIndigoTextAccentActive;
131
- exports.inversePersonaIndigoTextAccentBrightness = index.inversePersonaIndigoTextAccentBrightness;
132
123
  exports.inversePersonaIndigoTextAccentHover = index.inversePersonaIndigoTextAccentHover;
133
124
  exports.inversePersonaOchreSurfaceAccentGradient = index.inversePersonaOchreSurfaceAccentGradient;
134
125
  exports.inversePersonaOchreSurfaceAccentGradientActive = index.inversePersonaOchreSurfaceAccentGradientActive;
135
126
  exports.inversePersonaOchreSurfaceAccentGradientHover = index.inversePersonaOchreSurfaceAccentGradientHover;
136
127
  exports.inversePersonaOchreTextAccent = index.inversePersonaOchreTextAccent;
137
128
  exports.inversePersonaOchreTextAccentActive = index.inversePersonaOchreTextAccentActive;
138
- exports.inversePersonaOchreTextAccentBrightness = index.inversePersonaOchreTextAccentBrightness;
139
129
  exports.inversePersonaOchreTextAccentHover = index.inversePersonaOchreTextAccentHover;
140
130
  exports.inversePersonaOliveSurfaceAccentGradient = index.inversePersonaOliveSurfaceAccentGradient;
141
131
  exports.inversePersonaOliveSurfaceAccentGradientActive = index.inversePersonaOliveSurfaceAccentGradientActive;
142
132
  exports.inversePersonaOliveSurfaceAccentGradientHover = index.inversePersonaOliveSurfaceAccentGradientHover;
143
133
  exports.inversePersonaOliveTextAccent = index.inversePersonaOliveTextAccent;
144
134
  exports.inversePersonaOliveTextAccentActive = index.inversePersonaOliveTextAccentActive;
145
- exports.inversePersonaOliveTextAccentBrightness = index.inversePersonaOliveTextAccentBrightness;
146
135
  exports.inversePersonaOliveTextAccentHover = index.inversePersonaOliveTextAccentHover;
147
136
  exports.inversePersonaPinkSurfaceAccentGradient = index.inversePersonaPinkSurfaceAccentGradient;
148
137
  exports.inversePersonaPinkSurfaceAccentGradientActive = index.inversePersonaPinkSurfaceAccentGradientActive;
149
138
  exports.inversePersonaPinkSurfaceAccentGradientHover = index.inversePersonaPinkSurfaceAccentGradientHover;
150
139
  exports.inversePersonaPinkTextAccent = index.inversePersonaPinkTextAccent;
151
140
  exports.inversePersonaPinkTextAccentActive = index.inversePersonaPinkTextAccentActive;
152
- exports.inversePersonaPinkTextAccentBrightness = index.inversePersonaPinkTextAccentBrightness;
153
141
  exports.inversePersonaPinkTextAccentHover = index.inversePersonaPinkTextAccentHover;
154
142
  exports.inversePersonaSeaBlueSurfaceAccentGradient = index.inversePersonaSeaBlueSurfaceAccentGradient;
155
143
  exports.inversePersonaSeaBlueSurfaceAccentGradientActive = index.inversePersonaSeaBlueSurfaceAccentGradientActive;
156
144
  exports.inversePersonaSeaBlueSurfaceAccentGradientHover = index.inversePersonaSeaBlueSurfaceAccentGradientHover;
157
145
  exports.inversePersonaSeaBlueTextAccent = index.inversePersonaSeaBlueTextAccent;
158
146
  exports.inversePersonaSeaBlueTextAccentActive = index.inversePersonaSeaBlueTextAccentActive;
159
- exports.inversePersonaSeaBlueTextAccentBrightness = index.inversePersonaSeaBlueTextAccentBrightness;
160
147
  exports.inversePersonaSeaBlueTextAccentHover = index.inversePersonaSeaBlueTextAccentHover;
161
148
  exports.inversePersonaVioletSurfaceAccentGradient = index.inversePersonaVioletSurfaceAccentGradient;
162
149
  exports.inversePersonaVioletSurfaceAccentGradientActive = index.inversePersonaVioletSurfaceAccentGradientActive;
163
150
  exports.inversePersonaVioletSurfaceAccentGradientHover = index.inversePersonaVioletSurfaceAccentGradientHover;
164
151
  exports.inversePersonaVioletTextAccent = index.inversePersonaVioletTextAccent;
165
152
  exports.inversePersonaVioletTextAccentActive = index.inversePersonaVioletTextAccentActive;
166
- exports.inversePersonaVioletTextAccentBrightness = index.inversePersonaVioletTextAccentBrightness;
167
153
  exports.inversePersonaVioletTextAccentHover = index.inversePersonaVioletTextAccentHover;
168
154
  exports.inverseSurfaceAccent = index.inverseSurfaceAccent;
169
155
  exports.inverseSurfaceAccentActive = index.inverseSurfaceAccentActive;
170
156
  exports.inverseSurfaceAccentGradient = index.inverseSurfaceAccentGradient;
171
157
  exports.inverseSurfaceAccentGradientActive = index.inverseSurfaceAccentGradientActive;
172
- exports.inverseSurfaceAccentGradientBrightness = index.inverseSurfaceAccentGradientBrightness;
173
158
  exports.inverseSurfaceAccentGradientHover = index.inverseSurfaceAccentGradientHover;
174
159
  exports.inverseSurfaceAccentHover = index.inverseSurfaceAccentHover;
175
160
  exports.inverseSurfaceAccentMinor = index.inverseSurfaceAccentMinor;
@@ -177,7 +162,6 @@ exports.inverseSurfaceAccentMinorActive = index.inverseSurfaceAccentMinorActive;
177
162
  exports.inverseSurfaceAccentMinorHover = index.inverseSurfaceAccentMinorHover;
178
163
  exports.inverseSurfaceAccentSecondary = index.inverseSurfaceAccentSecondary;
179
164
  exports.inverseSurfaceAccentSecondaryActive = index.inverseSurfaceAccentSecondaryActive;
180
- exports.inverseSurfaceAccentSecondaryBrightness = index.inverseSurfaceAccentSecondaryBrightness;
181
165
  exports.inverseSurfaceAccentSecondaryHover = index.inverseSurfaceAccentSecondaryHover;
182
166
  exports.inverseSurfaceInfo = index.inverseSurfaceInfo;
183
167
  exports.inverseSurfaceInfoActive = index.inverseSurfaceInfoActive;
@@ -216,7 +200,6 @@ exports.inverseSurfaceTransparentAccentActive = index.inverseSurfaceTransparentA
216
200
  exports.inverseSurfaceTransparentAccentHover = index.inverseSurfaceTransparentAccentHover;
217
201
  exports.inverseSurfaceTransparentAccentMinor = index.inverseSurfaceTransparentAccentMinor;
218
202
  exports.inverseSurfaceTransparentAccentMinorActive = index.inverseSurfaceTransparentAccentMinorActive;
219
- exports.inverseSurfaceTransparentAccentMinorBrightness = index.inverseSurfaceTransparentAccentMinorBrightness;
220
203
  exports.inverseSurfaceTransparentAccentMinorHover = index.inverseSurfaceTransparentAccentMinorHover;
221
204
  exports.inverseSurfaceTransparentCard = index.inverseSurfaceTransparentCard;
222
205
  exports.inverseSurfaceTransparentCardActive = index.inverseSurfaceTransparentCardActive;
@@ -241,7 +224,6 @@ exports.inverseTextAccent = index.inverseTextAccent;
241
224
  exports.inverseTextAccentActive = index.inverseTextAccentActive;
242
225
  exports.inverseTextAccentGradientAi = index.inverseTextAccentGradientAi;
243
226
  exports.inverseTextAccentGradientAiActive = index.inverseTextAccentGradientAiActive;
244
- exports.inverseTextAccentGradientAiBrightness = index.inverseTextAccentGradientAiBrightness;
245
227
  exports.inverseTextAccentGradientAiHover = index.inverseTextAccentGradientAiHover;
246
228
  exports.inverseTextAccentHover = index.inverseTextAccentHover;
247
229
  exports.inverseTextAccentMinor = index.inverseTextAccentMinor;
@@ -279,7 +261,6 @@ exports.onDarkBackgroundPrimaryBrightness = index.onDarkBackgroundPrimaryBrightn
279
261
  exports.onDarkBackgroundPrimaryHover = index.onDarkBackgroundPrimaryHover;
280
262
  exports.onDarkBackgroundSecondary = index.onDarkBackgroundSecondary;
281
263
  exports.onDarkBackgroundSecondaryActive = index.onDarkBackgroundSecondaryActive;
282
- exports.onDarkBackgroundSecondaryBrightness = index.onDarkBackgroundSecondaryBrightness;
283
264
  exports.onDarkBackgroundSecondaryHover = index.onDarkBackgroundSecondaryHover;
284
265
  exports.onDarkDataYellow = index.onDarkDataYellow;
285
266
  exports.onDarkDataYellowActive = index.onDarkDataYellowActive;
@@ -295,11 +276,9 @@ exports.onDarkOutlineAccentGradientActive = index.onDarkOutlineAccentGradientAct
295
276
  exports.onDarkOutlineAccentGradientHover = index.onDarkOutlineAccentGradientHover;
296
277
  exports.onDarkOutlineDefault = index.onDarkOutlineDefault;
297
278
  exports.onDarkOutlineDefaultActive = index.onDarkOutlineDefaultActive;
298
- exports.onDarkOutlineDefaultBrightness = index.onDarkOutlineDefaultBrightness;
299
279
  exports.onDarkOutlineDefaultHover = index.onDarkOutlineDefaultHover;
300
280
  exports.onDarkOutlineMinor = index.onDarkOutlineMinor;
301
281
  exports.onDarkOutlineMinorActive = index.onDarkOutlineMinorActive;
302
- exports.onDarkOutlineMinorBrightness = index.onDarkOutlineMinorBrightness;
303
282
  exports.onDarkOutlineMinorHover = index.onDarkOutlineMinorHover;
304
283
  exports.onDarkOutlineNegative = index.onDarkOutlineNegative;
305
284
  exports.onDarkOutlineNegativeActive = index.onDarkOutlineNegativeActive;
@@ -315,7 +294,6 @@ exports.onDarkOutlineTransparentPrimaryActive = index.onDarkOutlineTransparentPr
315
294
  exports.onDarkOutlineTransparentPrimaryHover = index.onDarkOutlineTransparentPrimaryHover;
316
295
  exports.onDarkOutlineTransparentSurface = index.onDarkOutlineTransparentSurface;
317
296
  exports.onDarkOutlineTransparentSurfaceActive = index.onDarkOutlineTransparentSurfaceActive;
318
- exports.onDarkOutlineTransparentSurfaceBrightness = index.onDarkOutlineTransparentSurfaceBrightness;
319
297
  exports.onDarkOutlineTransparentSurfaceHover = index.onDarkOutlineTransparentSurfaceHover;
320
298
  exports.onDarkOutlineWarning = index.onDarkOutlineWarning;
321
299
  exports.onDarkOutlineWarningActive = index.onDarkOutlineWarningActive;
@@ -327,71 +305,60 @@ exports.onDarkPersonaBlueSurfaceAccentGradientActive = index.onDarkPersonaBlueSu
327
305
  exports.onDarkPersonaBlueSurfaceAccentGradientHover = index.onDarkPersonaBlueSurfaceAccentGradientHover;
328
306
  exports.onDarkPersonaBlueTextAccent = index.onDarkPersonaBlueTextAccent;
329
307
  exports.onDarkPersonaBlueTextAccentActive = index.onDarkPersonaBlueTextAccentActive;
330
- exports.onDarkPersonaBlueTextAccentBrightness = index.onDarkPersonaBlueTextAccentBrightness;
331
308
  exports.onDarkPersonaBlueTextAccentHover = index.onDarkPersonaBlueTextAccentHover;
332
309
  exports.onDarkPersonaGreenSurfaceAccentGradient = index.onDarkPersonaGreenSurfaceAccentGradient;
333
310
  exports.onDarkPersonaGreenSurfaceAccentGradientActive = index.onDarkPersonaGreenSurfaceAccentGradientActive;
334
311
  exports.onDarkPersonaGreenSurfaceAccentGradientHover = index.onDarkPersonaGreenSurfaceAccentGradientHover;
335
312
  exports.onDarkPersonaGreenTextAccent = index.onDarkPersonaGreenTextAccent;
336
313
  exports.onDarkPersonaGreenTextAccentActive = index.onDarkPersonaGreenTextAccentActive;
337
- exports.onDarkPersonaGreenTextAccentBrightness = index.onDarkPersonaGreenTextAccentBrightness;
338
314
  exports.onDarkPersonaGreenTextAccentHover = index.onDarkPersonaGreenTextAccentHover;
339
315
  exports.onDarkPersonaIndigoSurfaceAccentGradient = index.onDarkPersonaIndigoSurfaceAccentGradient;
340
316
  exports.onDarkPersonaIndigoSurfaceAccentGradientActive = index.onDarkPersonaIndigoSurfaceAccentGradientActive;
341
317
  exports.onDarkPersonaIndigoSurfaceAccentGradientHover = index.onDarkPersonaIndigoSurfaceAccentGradientHover;
342
318
  exports.onDarkPersonaIndigoTextAccent = index.onDarkPersonaIndigoTextAccent;
343
319
  exports.onDarkPersonaIndigoTextAccentActive = index.onDarkPersonaIndigoTextAccentActive;
344
- exports.onDarkPersonaIndigoTextAccentBrightness = index.onDarkPersonaIndigoTextAccentBrightness;
345
320
  exports.onDarkPersonaIndigoTextAccentHover = index.onDarkPersonaIndigoTextAccentHover;
346
321
  exports.onDarkPersonaOchreSurfaceAccentGradient = index.onDarkPersonaOchreSurfaceAccentGradient;
347
322
  exports.onDarkPersonaOchreSurfaceAccentGradientActive = index.onDarkPersonaOchreSurfaceAccentGradientActive;
348
323
  exports.onDarkPersonaOchreSurfaceAccentGradientHover = index.onDarkPersonaOchreSurfaceAccentGradientHover;
349
324
  exports.onDarkPersonaOchreTextAccent = index.onDarkPersonaOchreTextAccent;
350
325
  exports.onDarkPersonaOchreTextAccentActive = index.onDarkPersonaOchreTextAccentActive;
351
- exports.onDarkPersonaOchreTextAccentBrightness = index.onDarkPersonaOchreTextAccentBrightness;
352
326
  exports.onDarkPersonaOchreTextAccentHover = index.onDarkPersonaOchreTextAccentHover;
353
327
  exports.onDarkPersonaOliveSurfaceAccentGradient = index.onDarkPersonaOliveSurfaceAccentGradient;
354
328
  exports.onDarkPersonaOliveSurfaceAccentGradientActive = index.onDarkPersonaOliveSurfaceAccentGradientActive;
355
329
  exports.onDarkPersonaOliveSurfaceAccentGradientHover = index.onDarkPersonaOliveSurfaceAccentGradientHover;
356
330
  exports.onDarkPersonaOliveTextAccent = index.onDarkPersonaOliveTextAccent;
357
331
  exports.onDarkPersonaOliveTextAccentActive = index.onDarkPersonaOliveTextAccentActive;
358
- exports.onDarkPersonaOliveTextAccentBrightness = index.onDarkPersonaOliveTextAccentBrightness;
359
332
  exports.onDarkPersonaOliveTextAccentHover = index.onDarkPersonaOliveTextAccentHover;
360
333
  exports.onDarkPersonaPinkSurfaceAccentGradient = index.onDarkPersonaPinkSurfaceAccentGradient;
361
334
  exports.onDarkPersonaPinkSurfaceAccentGradientActive = index.onDarkPersonaPinkSurfaceAccentGradientActive;
362
335
  exports.onDarkPersonaPinkSurfaceAccentGradientHover = index.onDarkPersonaPinkSurfaceAccentGradientHover;
363
336
  exports.onDarkPersonaPinkTextAccent = index.onDarkPersonaPinkTextAccent;
364
337
  exports.onDarkPersonaPinkTextAccentActive = index.onDarkPersonaPinkTextAccentActive;
365
- exports.onDarkPersonaPinkTextAccentBrightness = index.onDarkPersonaPinkTextAccentBrightness;
366
338
  exports.onDarkPersonaPinkTextAccentHover = index.onDarkPersonaPinkTextAccentHover;
367
339
  exports.onDarkPersonaSeaBlueSurfaceAccentGradient = index.onDarkPersonaSeaBlueSurfaceAccentGradient;
368
340
  exports.onDarkPersonaSeaBlueSurfaceAccentGradientActive = index.onDarkPersonaSeaBlueSurfaceAccentGradientActive;
369
341
  exports.onDarkPersonaSeaBlueSurfaceAccentGradientHover = index.onDarkPersonaSeaBlueSurfaceAccentGradientHover;
370
342
  exports.onDarkPersonaSeaBlueTextAccent = index.onDarkPersonaSeaBlueTextAccent;
371
343
  exports.onDarkPersonaSeaBlueTextAccentActive = index.onDarkPersonaSeaBlueTextAccentActive;
372
- exports.onDarkPersonaSeaBlueTextAccentBrightness = index.onDarkPersonaSeaBlueTextAccentBrightness;
373
344
  exports.onDarkPersonaSeaBlueTextAccentHover = index.onDarkPersonaSeaBlueTextAccentHover;
374
345
  exports.onDarkPersonaVioletSurfaceAccentGradient = index.onDarkPersonaVioletSurfaceAccentGradient;
375
346
  exports.onDarkPersonaVioletSurfaceAccentGradientActive = index.onDarkPersonaVioletSurfaceAccentGradientActive;
376
347
  exports.onDarkPersonaVioletSurfaceAccentGradientHover = index.onDarkPersonaVioletSurfaceAccentGradientHover;
377
348
  exports.onDarkPersonaVioletTextAccent = index.onDarkPersonaVioletTextAccent;
378
349
  exports.onDarkPersonaVioletTextAccentActive = index.onDarkPersonaVioletTextAccentActive;
379
- exports.onDarkPersonaVioletTextAccentBrightness = index.onDarkPersonaVioletTextAccentBrightness;
380
350
  exports.onDarkPersonaVioletTextAccentHover = index.onDarkPersonaVioletTextAccentHover;
381
351
  exports.onDarkSurfaceAccentGradient = index.onDarkSurfaceAccentGradient;
382
352
  exports.onDarkSurfaceAccentGradientActive = index.onDarkSurfaceAccentGradientActive;
383
- exports.onDarkSurfaceAccentGradientBrightness = index.onDarkSurfaceAccentGradientBrightness;
384
353
  exports.onDarkSurfaceAccentGradientHover = index.onDarkSurfaceAccentGradientHover;
385
354
  exports.onDarkSurfaceAccentMinor = index.onDarkSurfaceAccentMinor;
386
355
  exports.onDarkSurfaceAccentMinorActive = index.onDarkSurfaceAccentMinorActive;
387
356
  exports.onDarkSurfaceAccentMinorHover = index.onDarkSurfaceAccentMinorHover;
388
357
  exports.onDarkSurfaceAccentPrimary = index.onDarkSurfaceAccentPrimary;
389
358
  exports.onDarkSurfaceAccentPrimaryActive = index.onDarkSurfaceAccentPrimaryActive;
390
- exports.onDarkSurfaceAccentPrimaryBrightness = index.onDarkSurfaceAccentPrimaryBrightness;
391
359
  exports.onDarkSurfaceAccentPrimaryHover = index.onDarkSurfaceAccentPrimaryHover;
392
360
  exports.onDarkSurfaceAccentSecondary = index.onDarkSurfaceAccentSecondary;
393
361
  exports.onDarkSurfaceAccentSecondaryActive = index.onDarkSurfaceAccentSecondaryActive;
394
- exports.onDarkSurfaceAccentSecondaryBrightness = index.onDarkSurfaceAccentSecondaryBrightness;
395
362
  exports.onDarkSurfaceAccentSecondaryHover = index.onDarkSurfaceAccentSecondaryHover;
396
363
  exports.onDarkSurfaceInfo = index.onDarkSurfaceInfo;
397
364
  exports.onDarkSurfaceInfoActive = index.onDarkSurfaceInfoActive;
@@ -430,7 +397,6 @@ exports.onDarkSurfaceTransparentAccentActive = index.onDarkSurfaceTransparentAcc
430
397
  exports.onDarkSurfaceTransparentAccentHover = index.onDarkSurfaceTransparentAccentHover;
431
398
  exports.onDarkSurfaceTransparentAccentMinor = index.onDarkSurfaceTransparentAccentMinor;
432
399
  exports.onDarkSurfaceTransparentAccentMinorActive = index.onDarkSurfaceTransparentAccentMinorActive;
433
- exports.onDarkSurfaceTransparentAccentMinorBrightness = index.onDarkSurfaceTransparentAccentMinorBrightness;
434
400
  exports.onDarkSurfaceTransparentAccentMinorHover = index.onDarkSurfaceTransparentAccentMinorHover;
435
401
  exports.onDarkSurfaceTransparentCard = index.onDarkSurfaceTransparentCard;
436
402
  exports.onDarkSurfaceTransparentCardActive = index.onDarkSurfaceTransparentCardActive;
@@ -455,7 +421,6 @@ exports.onDarkTextAccent = index.onDarkTextAccent;
455
421
  exports.onDarkTextAccentActive = index.onDarkTextAccentActive;
456
422
  exports.onDarkTextAccentGradientAi = index.onDarkTextAccentGradientAi;
457
423
  exports.onDarkTextAccentGradientAiActive = index.onDarkTextAccentGradientAiActive;
458
- exports.onDarkTextAccentGradientAiBrightness = index.onDarkTextAccentGradientAiBrightness;
459
424
  exports.onDarkTextAccentGradientAiHover = index.onDarkTextAccentGradientAiHover;
460
425
  exports.onDarkTextAccentHover = index.onDarkTextAccentHover;
461
426
  exports.onDarkTextAccentMinor = index.onDarkTextAccentMinor;
@@ -490,7 +455,6 @@ exports.onLightBackgroundPrimaryBrightness = index.onLightBackgroundPrimaryBrigh
490
455
  exports.onLightBackgroundPrimaryHover = index.onLightBackgroundPrimaryHover;
491
456
  exports.onLightBackgroundSecondary = index.onLightBackgroundSecondary;
492
457
  exports.onLightBackgroundSecondaryActive = index.onLightBackgroundSecondaryActive;
493
- exports.onLightBackgroundSecondaryBrightness = index.onLightBackgroundSecondaryBrightness;
494
458
  exports.onLightBackgroundSecondaryHover = index.onLightBackgroundSecondaryHover;
495
459
  exports.onLightDataYellow = index.onLightDataYellow;
496
460
  exports.onLightDataYellowActive = index.onLightDataYellowActive;
@@ -506,11 +470,9 @@ exports.onLightOutlineAccentGradientActive = index.onLightOutlineAccentGradientA
506
470
  exports.onLightOutlineAccentGradientHover = index.onLightOutlineAccentGradientHover;
507
471
  exports.onLightOutlineDefault = index.onLightOutlineDefault;
508
472
  exports.onLightOutlineDefaultActive = index.onLightOutlineDefaultActive;
509
- exports.onLightOutlineDefaultBrightness = index.onLightOutlineDefaultBrightness;
510
473
  exports.onLightOutlineDefaultHover = index.onLightOutlineDefaultHover;
511
474
  exports.onLightOutlineMinor = index.onLightOutlineMinor;
512
475
  exports.onLightOutlineMinorActive = index.onLightOutlineMinorActive;
513
- exports.onLightOutlineMinorBrightness = index.onLightOutlineMinorBrightness;
514
476
  exports.onLightOutlineMinorHover = index.onLightOutlineMinorHover;
515
477
  exports.onLightOutlineNegative = index.onLightOutlineNegative;
516
478
  exports.onLightOutlineNegativeActive = index.onLightOutlineNegativeActive;
@@ -526,14 +488,12 @@ exports.onLightOutlineTransparentPrimaryActive = index.onLightOutlineTransparent
526
488
  exports.onLightOutlineTransparentPrimaryHover = index.onLightOutlineTransparentPrimaryHover;
527
489
  exports.onLightOutlineTransparentSurface = index.onLightOutlineTransparentSurface;
528
490
  exports.onLightOutlineTransparentSurfaceActive = index.onLightOutlineTransparentSurfaceActive;
529
- exports.onLightOutlineTransparentSurfaceBrightness = index.onLightOutlineTransparentSurfaceBrightness;
530
491
  exports.onLightOutlineTransparentSurfaceHover = index.onLightOutlineTransparentSurfaceHover;
531
492
  exports.onLightOutlineWarning = index.onLightOutlineWarning;
532
493
  exports.onLightOutlineWarningActive = index.onLightOutlineWarningActive;
533
494
  exports.onLightOutlineWarningHover = index.onLightOutlineWarningHover;
534
495
  exports.onLightOverlayGradient = index.onLightOverlayGradient;
535
496
  exports.onLightOverlayGradientActive = index.onLightOverlayGradientActive;
536
- exports.onLightOverlayGradientBrightness = index.onLightOverlayGradientBrightness;
537
497
  exports.onLightOverlayGradientHover = index.onLightOverlayGradientHover;
538
498
  exports.onLightOverlayHard = index.onLightOverlayHard;
539
499
  exports.onLightOverlaySoft = index.onLightOverlaySoft;
@@ -542,71 +502,60 @@ exports.onLightPersonaBlueSurfaceAccentGradientActive = index.onLightPersonaBlue
542
502
  exports.onLightPersonaBlueSurfaceAccentGradientHover = index.onLightPersonaBlueSurfaceAccentGradientHover;
543
503
  exports.onLightPersonaBlueTextAccent = index.onLightPersonaBlueTextAccent;
544
504
  exports.onLightPersonaBlueTextAccentActive = index.onLightPersonaBlueTextAccentActive;
545
- exports.onLightPersonaBlueTextAccentBrightness = index.onLightPersonaBlueTextAccentBrightness;
546
505
  exports.onLightPersonaBlueTextAccentHover = index.onLightPersonaBlueTextAccentHover;
547
506
  exports.onLightPersonaGreenSurfaceAccentGradient = index.onLightPersonaGreenSurfaceAccentGradient;
548
507
  exports.onLightPersonaGreenSurfaceAccentGradientActive = index.onLightPersonaGreenSurfaceAccentGradientActive;
549
508
  exports.onLightPersonaGreenSurfaceAccentGradientHover = index.onLightPersonaGreenSurfaceAccentGradientHover;
550
509
  exports.onLightPersonaGreenTextAccent = index.onLightPersonaGreenTextAccent;
551
510
  exports.onLightPersonaGreenTextAccentActive = index.onLightPersonaGreenTextAccentActive;
552
- exports.onLightPersonaGreenTextAccentBrightness = index.onLightPersonaGreenTextAccentBrightness;
553
511
  exports.onLightPersonaGreenTextAccentHover = index.onLightPersonaGreenTextAccentHover;
554
512
  exports.onLightPersonaIndigoSurfaceAccentGradient = index.onLightPersonaIndigoSurfaceAccentGradient;
555
513
  exports.onLightPersonaIndigoSurfaceAccentGradientActive = index.onLightPersonaIndigoSurfaceAccentGradientActive;
556
514
  exports.onLightPersonaIndigoSurfaceAccentGradientHover = index.onLightPersonaIndigoSurfaceAccentGradientHover;
557
515
  exports.onLightPersonaIndigoTextAccent = index.onLightPersonaIndigoTextAccent;
558
516
  exports.onLightPersonaIndigoTextAccentActive = index.onLightPersonaIndigoTextAccentActive;
559
- exports.onLightPersonaIndigoTextAccentBrightness = index.onLightPersonaIndigoTextAccentBrightness;
560
517
  exports.onLightPersonaIndigoTextAccentHover = index.onLightPersonaIndigoTextAccentHover;
561
518
  exports.onLightPersonaOchreSurfaceAccentGradient = index.onLightPersonaOchreSurfaceAccentGradient;
562
519
  exports.onLightPersonaOchreSurfaceAccentGradientActive = index.onLightPersonaOchreSurfaceAccentGradientActive;
563
520
  exports.onLightPersonaOchreSurfaceAccentGradientHover = index.onLightPersonaOchreSurfaceAccentGradientHover;
564
521
  exports.onLightPersonaOchreTextAccent = index.onLightPersonaOchreTextAccent;
565
522
  exports.onLightPersonaOchreTextAccentActive = index.onLightPersonaOchreTextAccentActive;
566
- exports.onLightPersonaOchreTextAccentBrightness = index.onLightPersonaOchreTextAccentBrightness;
567
523
  exports.onLightPersonaOchreTextAccentHover = index.onLightPersonaOchreTextAccentHover;
568
524
  exports.onLightPersonaOliveSurfaceAccentGradient = index.onLightPersonaOliveSurfaceAccentGradient;
569
525
  exports.onLightPersonaOliveSurfaceAccentGradientActive = index.onLightPersonaOliveSurfaceAccentGradientActive;
570
526
  exports.onLightPersonaOliveSurfaceAccentGradientHover = index.onLightPersonaOliveSurfaceAccentGradientHover;
571
527
  exports.onLightPersonaOliveTextAccent = index.onLightPersonaOliveTextAccent;
572
528
  exports.onLightPersonaOliveTextAccentActive = index.onLightPersonaOliveTextAccentActive;
573
- exports.onLightPersonaOliveTextAccentBrightness = index.onLightPersonaOliveTextAccentBrightness;
574
529
  exports.onLightPersonaOliveTextAccentHover = index.onLightPersonaOliveTextAccentHover;
575
530
  exports.onLightPersonaPinkSurfaceAccentGradient = index.onLightPersonaPinkSurfaceAccentGradient;
576
531
  exports.onLightPersonaPinkSurfaceAccentGradientActive = index.onLightPersonaPinkSurfaceAccentGradientActive;
577
532
  exports.onLightPersonaPinkSurfaceAccentGradientHover = index.onLightPersonaPinkSurfaceAccentGradientHover;
578
533
  exports.onLightPersonaPinkTextAccent = index.onLightPersonaPinkTextAccent;
579
534
  exports.onLightPersonaPinkTextAccentActive = index.onLightPersonaPinkTextAccentActive;
580
- exports.onLightPersonaPinkTextAccentBrightness = index.onLightPersonaPinkTextAccentBrightness;
581
535
  exports.onLightPersonaPinkTextAccentHover = index.onLightPersonaPinkTextAccentHover;
582
536
  exports.onLightPersonaSeaBlueSurfaceAccentGradient = index.onLightPersonaSeaBlueSurfaceAccentGradient;
583
537
  exports.onLightPersonaSeaBlueSurfaceAccentGradientActive = index.onLightPersonaSeaBlueSurfaceAccentGradientActive;
584
538
  exports.onLightPersonaSeaBlueSurfaceAccentGradientHover = index.onLightPersonaSeaBlueSurfaceAccentGradientHover;
585
539
  exports.onLightPersonaSeaBlueTextAccent = index.onLightPersonaSeaBlueTextAccent;
586
540
  exports.onLightPersonaSeaBlueTextAccentActive = index.onLightPersonaSeaBlueTextAccentActive;
587
- exports.onLightPersonaSeaBlueTextAccentBrightness = index.onLightPersonaSeaBlueTextAccentBrightness;
588
541
  exports.onLightPersonaSeaBlueTextAccentHover = index.onLightPersonaSeaBlueTextAccentHover;
589
542
  exports.onLightPersonaVioletSurfaceAccentGradient = index.onLightPersonaVioletSurfaceAccentGradient;
590
543
  exports.onLightPersonaVioletSurfaceAccentGradientActive = index.onLightPersonaVioletSurfaceAccentGradientActive;
591
544
  exports.onLightPersonaVioletSurfaceAccentGradientHover = index.onLightPersonaVioletSurfaceAccentGradientHover;
592
545
  exports.onLightPersonaVioletTextAccent = index.onLightPersonaVioletTextAccent;
593
546
  exports.onLightPersonaVioletTextAccentActive = index.onLightPersonaVioletTextAccentActive;
594
- exports.onLightPersonaVioletTextAccentBrightness = index.onLightPersonaVioletTextAccentBrightness;
595
547
  exports.onLightPersonaVioletTextAccentHover = index.onLightPersonaVioletTextAccentHover;
596
548
  exports.onLightSurfaceAccentGradient = index.onLightSurfaceAccentGradient;
597
549
  exports.onLightSurfaceAccentGradientActive = index.onLightSurfaceAccentGradientActive;
598
- exports.onLightSurfaceAccentGradientBrightness = index.onLightSurfaceAccentGradientBrightness;
599
550
  exports.onLightSurfaceAccentGradientHover = index.onLightSurfaceAccentGradientHover;
600
551
  exports.onLightSurfaceAccentMinor = index.onLightSurfaceAccentMinor;
601
552
  exports.onLightSurfaceAccentMinorActive = index.onLightSurfaceAccentMinorActive;
602
553
  exports.onLightSurfaceAccentMinorHover = index.onLightSurfaceAccentMinorHover;
603
554
  exports.onLightSurfaceAccentPrimary = index.onLightSurfaceAccentPrimary;
604
555
  exports.onLightSurfaceAccentPrimaryActive = index.onLightSurfaceAccentPrimaryActive;
605
- exports.onLightSurfaceAccentPrimaryBrightness = index.onLightSurfaceAccentPrimaryBrightness;
606
556
  exports.onLightSurfaceAccentPrimaryHover = index.onLightSurfaceAccentPrimaryHover;
607
557
  exports.onLightSurfaceAccentSecondary = index.onLightSurfaceAccentSecondary;
608
558
  exports.onLightSurfaceAccentSecondaryActive = index.onLightSurfaceAccentSecondaryActive;
609
- exports.onLightSurfaceAccentSecondaryBrightness = index.onLightSurfaceAccentSecondaryBrightness;
610
559
  exports.onLightSurfaceAccentSecondaryHover = index.onLightSurfaceAccentSecondaryHover;
611
560
  exports.onLightSurfaceInfo = index.onLightSurfaceInfo;
612
561
  exports.onLightSurfaceInfoActive = index.onLightSurfaceInfoActive;
@@ -645,7 +594,6 @@ exports.onLightSurfaceTransparentAccentActive = index.onLightSurfaceTransparentA
645
594
  exports.onLightSurfaceTransparentAccentHover = index.onLightSurfaceTransparentAccentHover;
646
595
  exports.onLightSurfaceTransparentAccentMinor = index.onLightSurfaceTransparentAccentMinor;
647
596
  exports.onLightSurfaceTransparentAccentMinorActive = index.onLightSurfaceTransparentAccentMinorActive;
648
- exports.onLightSurfaceTransparentAccentMinorBrightness = index.onLightSurfaceTransparentAccentMinorBrightness;
649
597
  exports.onLightSurfaceTransparentAccentMinorHover = index.onLightSurfaceTransparentAccentMinorHover;
650
598
  exports.onLightSurfaceTransparentCard = index.onLightSurfaceTransparentCard;
651
599
  exports.onLightSurfaceTransparentCardActive = index.onLightSurfaceTransparentCardActive;
@@ -670,7 +618,6 @@ exports.onLightTextAccent = index.onLightTextAccent;
670
618
  exports.onLightTextAccentActive = index.onLightTextAccentActive;
671
619
  exports.onLightTextAccentGradientAi = index.onLightTextAccentGradientAi;
672
620
  exports.onLightTextAccentGradientAiActive = index.onLightTextAccentGradientAiActive;
673
- exports.onLightTextAccentGradientAiBrightness = index.onLightTextAccentGradientAiBrightness;
674
621
  exports.onLightTextAccentGradientAiHover = index.onLightTextAccentGradientAiHover;
675
622
  exports.onLightTextAccentHover = index.onLightTextAccentHover;
676
623
  exports.onLightTextAccentMinor = index.onLightTextAccentMinor;
@@ -706,11 +653,9 @@ exports.outlineAccentGradientActive = index.outlineAccentGradientActive;
706
653
  exports.outlineAccentGradientHover = index.outlineAccentGradientHover;
707
654
  exports.outlineDefault = index.outlineDefault;
708
655
  exports.outlineDefaultActive = index.outlineDefaultActive;
709
- exports.outlineDefaultBrightness = index.outlineDefaultBrightness;
710
656
  exports.outlineDefaultHover = index.outlineDefaultHover;
711
657
  exports.outlineMinor = index.outlineMinor;
712
658
  exports.outlineMinorActive = index.outlineMinorActive;
713
- exports.outlineMinorBrightness = index.outlineMinorBrightness;
714
659
  exports.outlineMinorHover = index.outlineMinorHover;
715
660
  exports.outlineNegative = index.outlineNegative;
716
661
  exports.outlineNegativeActive = index.outlineNegativeActive;
@@ -723,7 +668,6 @@ exports.outlineTextInfoActive = index.outlineTextInfoActive;
723
668
  exports.outlineTextInfoHover = index.outlineTextInfoHover;
724
669
  exports.outlineTransparentClear = index.outlineTransparentClear;
725
670
  exports.outlineTransparentClearActive = index.outlineTransparentClearActive;
726
- exports.outlineTransparentClearBrightness = index.outlineTransparentClearBrightness;
727
671
  exports.outlineTransparentClearHover = index.outlineTransparentClearHover;
728
672
  exports.outlineTransparentPrimary = index.outlineTransparentPrimary;
729
673
  exports.outlineTransparentPrimaryActive = index.outlineTransparentPrimaryActive;
@@ -738,56 +682,48 @@ exports.personaBlueSurfaceAccentGradientActive = index.personaBlueSurfaceAccentG
738
682
  exports.personaBlueSurfaceAccentGradientHover = index.personaBlueSurfaceAccentGradientHover;
739
683
  exports.personaBlueTextAccent = index.personaBlueTextAccent;
740
684
  exports.personaBlueTextAccentActive = index.personaBlueTextAccentActive;
741
- exports.personaBlueTextAccentBrightness = index.personaBlueTextAccentBrightness;
742
685
  exports.personaBlueTextAccentHover = index.personaBlueTextAccentHover;
743
686
  exports.personaGreenSurfaceAccentGradient = index.personaGreenSurfaceAccentGradient;
744
687
  exports.personaGreenSurfaceAccentGradientActive = index.personaGreenSurfaceAccentGradientActive;
745
688
  exports.personaGreenSurfaceAccentGradientHover = index.personaGreenSurfaceAccentGradientHover;
746
689
  exports.personaGreenTextAccent = index.personaGreenTextAccent;
747
690
  exports.personaGreenTextAccentActive = index.personaGreenTextAccentActive;
748
- exports.personaGreenTextAccentBrightness = index.personaGreenTextAccentBrightness;
749
691
  exports.personaGreenTextAccentHover = index.personaGreenTextAccentHover;
750
692
  exports.personaIndigoSurfaceAccentGradient = index.personaIndigoSurfaceAccentGradient;
751
693
  exports.personaIndigoSurfaceAccentGradientActive = index.personaIndigoSurfaceAccentGradientActive;
752
694
  exports.personaIndigoSurfaceAccentGradientHover = index.personaIndigoSurfaceAccentGradientHover;
753
695
  exports.personaIndigoTextAccent = index.personaIndigoTextAccent;
754
696
  exports.personaIndigoTextAccentActive = index.personaIndigoTextAccentActive;
755
- exports.personaIndigoTextAccentBrightness = index.personaIndigoTextAccentBrightness;
756
697
  exports.personaIndigoTextAccentHover = index.personaIndigoTextAccentHover;
757
698
  exports.personaOchreSurfaceAccentGradient = index.personaOchreSurfaceAccentGradient;
758
699
  exports.personaOchreSurfaceAccentGradientActive = index.personaOchreSurfaceAccentGradientActive;
759
700
  exports.personaOchreSurfaceAccentGradientHover = index.personaOchreSurfaceAccentGradientHover;
760
701
  exports.personaOchreTextAccent = index.personaOchreTextAccent;
761
702
  exports.personaOchreTextAccentActive = index.personaOchreTextAccentActive;
762
- exports.personaOchreTextAccentBrightness = index.personaOchreTextAccentBrightness;
763
703
  exports.personaOchreTextAccentHover = index.personaOchreTextAccentHover;
764
704
  exports.personaOliveSurfaceAccentGradient = index.personaOliveSurfaceAccentGradient;
765
705
  exports.personaOliveSurfaceAccentGradientActive = index.personaOliveSurfaceAccentGradientActive;
766
706
  exports.personaOliveSurfaceAccentGradientHover = index.personaOliveSurfaceAccentGradientHover;
767
707
  exports.personaOliveTextAccent = index.personaOliveTextAccent;
768
708
  exports.personaOliveTextAccentActive = index.personaOliveTextAccentActive;
769
- exports.personaOliveTextAccentBrightness = index.personaOliveTextAccentBrightness;
770
709
  exports.personaOliveTextAccentHover = index.personaOliveTextAccentHover;
771
710
  exports.personaPinkSurfaceAccentGradient = index.personaPinkSurfaceAccentGradient;
772
711
  exports.personaPinkSurfaceAccentGradientActive = index.personaPinkSurfaceAccentGradientActive;
773
712
  exports.personaPinkSurfaceAccentGradientHover = index.personaPinkSurfaceAccentGradientHover;
774
713
  exports.personaPinkTextAccent = index.personaPinkTextAccent;
775
714
  exports.personaPinkTextAccentActive = index.personaPinkTextAccentActive;
776
- exports.personaPinkTextAccentBrightness = index.personaPinkTextAccentBrightness;
777
715
  exports.personaPinkTextAccentHover = index.personaPinkTextAccentHover;
778
716
  exports.personaSeaBlueSurfaceAccentGradient = index.personaSeaBlueSurfaceAccentGradient;
779
717
  exports.personaSeaBlueSurfaceAccentGradientActive = index.personaSeaBlueSurfaceAccentGradientActive;
780
718
  exports.personaSeaBlueSurfaceAccentGradientHover = index.personaSeaBlueSurfaceAccentGradientHover;
781
719
  exports.personaSeaBlueTextAccent = index.personaSeaBlueTextAccent;
782
720
  exports.personaSeaBlueTextAccentActive = index.personaSeaBlueTextAccentActive;
783
- exports.personaSeaBlueTextAccentBrightness = index.personaSeaBlueTextAccentBrightness;
784
721
  exports.personaSeaBlueTextAccentHover = index.personaSeaBlueTextAccentHover;
785
722
  exports.personaVioletSurfaceAccentGradient = index.personaVioletSurfaceAccentGradient;
786
723
  exports.personaVioletSurfaceAccentGradientActive = index.personaVioletSurfaceAccentGradientActive;
787
724
  exports.personaVioletSurfaceAccentGradientHover = index.personaVioletSurfaceAccentGradientHover;
788
725
  exports.personaVioletTextAccent = index.personaVioletTextAccent;
789
726
  exports.personaVioletTextAccentActive = index.personaVioletTextAccentActive;
790
- exports.personaVioletTextAccentBrightness = index.personaVioletTextAccentBrightness;
791
727
  exports.personaVioletTextAccentHover = index.personaVioletTextAccentHover;
792
728
  exports.shadowDownHardL = index.shadowDownHardL;
793
729
  exports.shadowDownHardM = index.shadowDownHardM;
@@ -818,18 +754,15 @@ exports.spacing6x = index.spacing6x;
818
754
  exports.spacing8x = index.spacing8x;
819
755
  exports.surfaceAccentGradient = index.surfaceAccentGradient;
820
756
  exports.surfaceAccentGradientActive = index.surfaceAccentGradientActive;
821
- exports.surfaceAccentGradientBrightness = index.surfaceAccentGradientBrightness;
822
757
  exports.surfaceAccentGradientHover = index.surfaceAccentGradientHover;
823
758
  exports.surfaceAccentMinor = index.surfaceAccentMinor;
824
759
  exports.surfaceAccentMinorActive = index.surfaceAccentMinorActive;
825
760
  exports.surfaceAccentMinorHover = index.surfaceAccentMinorHover;
826
761
  exports.surfaceAccentPrimary = index.surfaceAccentPrimary;
827
762
  exports.surfaceAccentPrimaryActive = index.surfaceAccentPrimaryActive;
828
- exports.surfaceAccentPrimaryBrightness = index.surfaceAccentPrimaryBrightness;
829
763
  exports.surfaceAccentPrimaryHover = index.surfaceAccentPrimaryHover;
830
764
  exports.surfaceAccentSecondary = index.surfaceAccentSecondary;
831
765
  exports.surfaceAccentSecondaryActive = index.surfaceAccentSecondaryActive;
832
- exports.surfaceAccentSecondaryBrightness = index.surfaceAccentSecondaryBrightness;
833
766
  exports.surfaceAccentSecondaryHover = index.surfaceAccentSecondaryHover;
834
767
  exports.surfaceClear = index.surfaceClear;
835
768
  exports.surfaceClearActive = index.surfaceClearActive;
@@ -871,7 +804,6 @@ exports.surfaceTransparentAccentActive = index.surfaceTransparentAccentActive;
871
804
  exports.surfaceTransparentAccentHover = index.surfaceTransparentAccentHover;
872
805
  exports.surfaceTransparentAccentMinor = index.surfaceTransparentAccentMinor;
873
806
  exports.surfaceTransparentAccentMinorActive = index.surfaceTransparentAccentMinorActive;
874
- exports.surfaceTransparentAccentMinorBrightness = index.surfaceTransparentAccentMinorBrightness;
875
807
  exports.surfaceTransparentAccentMinorHover = index.surfaceTransparentAccentMinorHover;
876
808
  exports.surfaceTransparentCard = index.surfaceTransparentCard;
877
809
  exports.surfaceTransparentCardActive = index.surfaceTransparentCardActive;
@@ -896,7 +828,6 @@ exports.textAccent = index.textAccent;
896
828
  exports.textAccentActive = index.textAccentActive;
897
829
  exports.textAccentGradientAi = index.textAccentGradientAi;
898
830
  exports.textAccentGradientAiActive = index.textAccentGradientAiActive;
899
- exports.textAccentGradientAiBrightness = index.textAccentGradientAiBrightness;
900
831
  exports.textAccentGradientAiHover = index.textAccentGradientAiHover;
901
832
  exports.textAccentHover = index.textAccentHover;
902
833
  exports.textAccentMinor = index.textAccentMinor;
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs-ds/sdds_sbcom",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -15,15 +15,15 @@ var config = exports.config = {
15
15
  },
16
16
  variations: {
17
17
  view: {
18
- "default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--inverse-text-primary);\n ", ": var(--inverse-text-secondary);\n ", ": var(--surface-solid-default);\n ", ": var(--surface-solid-default-active);\n ", ": var(--surface-solid-default-hover);\n ", ": var(--surface-solid-default);\n ", ": var(--inverse-text-primary);\n "])), _styledComponents.buttonTokens.buttonColor, _styledComponents.buttonTokens.buttonValueColor, _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonSpinnerColor),
19
- clear: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--surface-clear);\n ", ": var(--surface-transparent-secondary-active);\n ", ": var(--surface-transparent-secondary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary);\n "])), _styledComponents.buttonTokens.buttonColor, _styledComponents.buttonTokens.buttonValueColor, _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonSpinnerColor),
20
- secondary: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-transparent-secondary-hover);\n ", ": var(--surface-transparent-secondary-active);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--text-primary);\n "])), _styledComponents.buttonTokens.buttonColor, _styledComponents.buttonTokens.buttonValueColor, _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonSpinnerColor),
21
- accent: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-accent);\n ", ": var(--surface-accent-hover);\n ", ": var(--surface-accent-active);\n ", ": var(--surface-accent);\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-text-secondary);\n "])), _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonSpinnerColor, _styledComponents.buttonTokens.buttonColor, _styledComponents.buttonTokens.buttonValueColor)
18
+ "default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-solid-default);\n ", ": var(--inverse-text-primary);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-solid-default);\n ", ": var(--surface-solid-default-active);\n ", ": var(--surface-solid-default-hover);\n ", ": var(--inverse-text-secondary);\n "])), _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonColor, _styledComponents.buttonTokens.buttonSpinnerColor, _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonValueColor),
19
+ accent: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-accent);\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-accent);\n ", ": var(--surface-accent-active);\n ", ": var(--surface-accent-hover);\n ", ": var(--on-dark-text-secondary);\n "])), _styledComponents.buttonTokens.buttonSpinnerColor, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonColor, _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonValueColor),
20
+ secondary: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-transparent-secondary-hover);\n ", ": var(--surface-transparent-secondary-active);\n ", ": var(--text-secondary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n "])), _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonValueColor, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonColor, _styledComponents.buttonTokens.buttonSpinnerColor),
21
+ clear: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-clear);\n ", ": var(--surface-transparent-secondary-hover);\n ", ": var(--surface-transparent-secondary-active);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--text-primary);\n "])), _styledComponents.buttonTokens.buttonBackgroundColor, _styledComponents.buttonTokens.buttonBackgroundColorHover, _styledComponents.buttonTokens.buttonBackgroundColorActive, _styledComponents.buttonTokens.buttonValueColor, _styledComponents.buttonTokens.buttonSpinnerColor, _styledComponents.buttonTokens.buttonLoadingBackgroundColor, _styledComponents.buttonTokens.buttonColor)
22
22
  },
23
23
  size: {
24
- m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 11.25rem;\n ", ": 3rem;\n ", ": 1.25rem;\n ", ": var(--plasma-typo-body-m-bold-font-family);\n ", ": var(--plasma-typo-body-m-bold-font-size);\n ", ": var(--plasma-typo-body-m-bold-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-bold-letter-spacing);\n ", ": var(--plasma-typo-body-m-bold-line-height);\n ", ": var(--border-radius-m);\n ", ": 1.375rem;\n ", ": 0.375rem;\n ", ": 0.375rem;\n ", ": 0.125rem;\n "])), _styledComponents.buttonTokens.buttonWidth, _styledComponents.buttonTokens.buttonHeight, _styledComponents.buttonTokens.buttonPadding, _styledComponents.buttonTokens.buttonFontFamily, _styledComponents.buttonTokens.buttonFontSize, _styledComponents.buttonTokens.buttonFontStyle, _styledComponents.buttonTokens.buttonFontWeight, _styledComponents.buttonTokens.buttonLetterSpacing, _styledComponents.buttonTokens.buttonLineHeight, _styledComponents.buttonTokens.buttonRadius, _styledComponents.buttonTokens.buttonSpinnerSize, _styledComponents.buttonTokens.buttonLeftContentMargin, _styledComponents.buttonTokens.buttonRightContentMargin, _styledComponents.buttonTokens.buttonValueMargin),
25
- xl: /*#__PURE__*/(0, _styledComponents.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--border-radius-l);\n ", ": 1.5rem;\n ", ": 0.625rem;\n ", ": 0.625rem;\n ", ": 0.125rem;\n ", ": 4rem;\n ", ": 1.75rem;\n ", ": var(--plasma-typo-body-l-bold-font-family);\n ", ": var(--plasma-typo-body-l-bold-font-size);\n ", ": var(--plasma-typo-body-l-bold-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-bold-letter-spacing);\n ", ": var(--plasma-typo-body-l-bold-line-height);\n ", ": 12.5rem;\n "])), _styledComponents.buttonTokens.buttonRadius, _styledComponents.buttonTokens.buttonSpinnerSize, _styledComponents.buttonTokens.buttonLeftContentMargin, _styledComponents.buttonTokens.buttonRightContentMargin, _styledComponents.buttonTokens.buttonValueMargin, _styledComponents.buttonTokens.buttonHeight, _styledComponents.buttonTokens.buttonPadding, _styledComponents.buttonTokens.buttonFontFamily, _styledComponents.buttonTokens.buttonFontSize, _styledComponents.buttonTokens.buttonFontStyle, _styledComponents.buttonTokens.buttonFontWeight, _styledComponents.buttonTokens.buttonLetterSpacing, _styledComponents.buttonTokens.buttonLineHeight, _styledComponents.buttonTokens.buttonWidth),
26
- l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--border-radius-l);\n ", ": 1.375rem;\n ", ": 0.5rem;\n ", ": 0.5rem;\n ", ": 12.5rem;\n ", ": 3.5rem;\n ", ": 1.5rem;\n ", ": var(--plasma-typo-body-l-bold-font-family);\n ", ": var(--plasma-typo-body-l-bold-font-size);\n ", ": var(--plasma-typo-body-l-bold-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-bold-letter-spacing);\n ", ": var(--plasma-typo-body-l-bold-line-height);\n ", ": 0.125rem;\n "])), _styledComponents.buttonTokens.buttonRadius, _styledComponents.buttonTokens.buttonSpinnerSize, _styledComponents.buttonTokens.buttonLeftContentMargin, _styledComponents.buttonTokens.buttonRightContentMargin, _styledComponents.buttonTokens.buttonWidth, _styledComponents.buttonTokens.buttonHeight, _styledComponents.buttonTokens.buttonPadding, _styledComponents.buttonTokens.buttonFontFamily, _styledComponents.buttonTokens.buttonFontSize, _styledComponents.buttonTokens.buttonFontStyle, _styledComponents.buttonTokens.buttonFontWeight, _styledComponents.buttonTokens.buttonLetterSpacing, _styledComponents.buttonTokens.buttonLineHeight, _styledComponents.buttonTokens.buttonValueMargin)
24
+ l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--border-radius-l);\n ", ": 1.5rem;\n ", ": 0.5rem;\n ", ": 0.5rem;\n ", ": 0.125rem;\n ", ": 3.5rem;\n ", ": 12.5rem;\n ", ": 1.375rem;\n ", ": var(--plasma-typo-body-l-bold-font-family);\n ", ": var(--plasma-typo-body-l-bold-font-size);\n ", ": var(--plasma-typo-body-l-bold-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-bold-letter-spacing);\n ", ": var(--plasma-typo-body-l-bold-line-height);\n "])), _styledComponents.buttonTokens.buttonRadius, _styledComponents.buttonTokens.buttonPadding, _styledComponents.buttonTokens.buttonLeftContentMargin, _styledComponents.buttonTokens.buttonRightContentMargin, _styledComponents.buttonTokens.buttonValueMargin, _styledComponents.buttonTokens.buttonHeight, _styledComponents.buttonTokens.buttonWidth, _styledComponents.buttonTokens.buttonSpinnerSize, _styledComponents.buttonTokens.buttonFontFamily, _styledComponents.buttonTokens.buttonFontSize, _styledComponents.buttonTokens.buttonFontStyle, _styledComponents.buttonTokens.buttonFontWeight, _styledComponents.buttonTokens.buttonLetterSpacing, _styledComponents.buttonTokens.buttonLineHeight),
25
+ xl: /*#__PURE__*/(0, _styledComponents.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--border-radius-l);\n ", ": 1.75rem;\n ", ": 0.625rem;\n ", ": 0.625rem;\n ", ": 0.125rem;\n ", ": 4rem;\n ", ": 12.5rem;\n ", ": 1.5rem;\n ", ": var(--plasma-typo-body-l-bold-font-family);\n ", ": var(--plasma-typo-body-l-bold-font-size);\n ", ": var(--plasma-typo-body-l-bold-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-bold-letter-spacing);\n ", ": var(--plasma-typo-body-l-bold-line-height);\n "])), _styledComponents.buttonTokens.buttonRadius, _styledComponents.buttonTokens.buttonPadding, _styledComponents.buttonTokens.buttonLeftContentMargin, _styledComponents.buttonTokens.buttonRightContentMargin, _styledComponents.buttonTokens.buttonValueMargin, _styledComponents.buttonTokens.buttonHeight, _styledComponents.buttonTokens.buttonWidth, _styledComponents.buttonTokens.buttonSpinnerSize, _styledComponents.buttonTokens.buttonFontFamily, _styledComponents.buttonTokens.buttonFontSize, _styledComponents.buttonTokens.buttonFontStyle, _styledComponents.buttonTokens.buttonFontWeight, _styledComponents.buttonTokens.buttonLetterSpacing, _styledComponents.buttonTokens.buttonLineHeight),
26
+ m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--border-radius-m);\n ", ": 1.25rem;\n ", ": 0.375rem;\n ", ": 0.375rem;\n ", ": 0.125rem;\n ", ": 3rem;\n ", ": 11.25rem;\n ", ": 1.375rem;\n ", ": var(--plasma-typo-body-m-bold-font-family);\n ", ": var(--plasma-typo-body-m-bold-font-size);\n ", ": var(--plasma-typo-body-m-bold-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-bold-letter-spacing);\n ", ": var(--plasma-typo-body-m-bold-line-height);\n "])), _styledComponents.buttonTokens.buttonRadius, _styledComponents.buttonTokens.buttonPadding, _styledComponents.buttonTokens.buttonLeftContentMargin, _styledComponents.buttonTokens.buttonRightContentMargin, _styledComponents.buttonTokens.buttonValueMargin, _styledComponents.buttonTokens.buttonHeight, _styledComponents.buttonTokens.buttonWidth, _styledComponents.buttonTokens.buttonSpinnerSize, _styledComponents.buttonTokens.buttonFontFamily, _styledComponents.buttonTokens.buttonFontSize, _styledComponents.buttonTokens.buttonFontStyle, _styledComponents.buttonTokens.buttonFontWeight, _styledComponents.buttonTokens.buttonLetterSpacing, _styledComponents.buttonTokens.buttonLineHeight)
27
27
  },
28
28
  shape: {
29
29
  rounded: /*#__PURE__*/(0, _styledComponents.css)(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteral([""]))),