@salutejs-ds/sdds_sbcom 0.1.4 → 0.1.6

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