@salutejs/sdds-serv 0.316.1-canary.2078.16193701703.0 → 0.316.1-canary.2079.16288006677.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Button/Button.config.d.ts +0 -5
- package/components/Button/Button.config.js +11 -16
- package/components/Button/Button.config.js.map +1 -1
- package/components/Button/{Button.config_on7zvi.css → Button.config_1pqzykz.css} +7 -12
- package/components/Button/Button.css +18 -23
- package/components/Button/Button.d.ts +0 -10
- package/components/ButtonGroup/ButtonGroup.config.d.ts +0 -5
- package/components/ButtonGroup/ButtonGroup.config.js +15 -20
- package/components/ButtonGroup/ButtonGroup.config.js.map +1 -1
- package/components/ButtonGroup/{ButtonGroup.config_107oyqt.css → ButtonGroup.config_ge3vo5.css} +10 -15
- package/components/ButtonGroup/ButtonGroup.css +21 -26
- package/components/ButtonGroup/ButtonGroup.d.ts +0 -5
- package/components/IconButton/IconButton.config.d.ts +0 -5
- package/components/IconButton/IconButton.config.js +7 -12
- package/components/IconButton/IconButton.config.js.map +1 -1
- package/components/IconButton/IconButton.config_hkswin.css +17 -0
- package/components/IconButton/IconButton.css +17 -22
- package/components/IconButton/IconButton.d.ts +0 -5
- package/emotion/cjs/components/Button/Button.config.js +29 -144
- package/emotion/cjs/components/ButtonGroup/ButtonGroup.config.js +41 -142
- package/emotion/cjs/components/IconButton/IconButton.config.js +17 -117
- package/emotion/es/components/Button/Button.config.js +29 -144
- package/emotion/es/components/ButtonGroup/ButtonGroup.config.js +42 -143
- package/emotion/es/components/IconButton/IconButton.config.js +17 -117
- package/es/components/Button/Button.config.js +11 -16
- package/es/components/Button/Button.config.js.map +1 -1
- package/es/components/Button/{Button.config_on7zvi.css → Button.config_1pqzykz.css} +7 -12
- package/es/components/Button/Button.css +18 -23
- package/es/components/ButtonGroup/ButtonGroup.config.js +15 -20
- package/es/components/ButtonGroup/ButtonGroup.config.js.map +1 -1
- package/es/components/ButtonGroup/{ButtonGroup.config_107oyqt.css → ButtonGroup.config_ge3vo5.css} +10 -15
- package/es/components/ButtonGroup/ButtonGroup.css +21 -26
- package/es/components/IconButton/IconButton.config.js +7 -12
- package/es/components/IconButton/IconButton.config.js.map +1 -1
- package/es/components/IconButton/IconButton.config_hkswin.css +17 -0
- package/es/components/IconButton/IconButton.css +17 -22
- package/es/index.css +60 -75
- package/package.json +4 -4
- package/styled-components/cjs/components/Button/Button.config.js +29 -144
- package/styled-components/cjs/components/ButtonGroup/ButtonGroup.config.js +41 -142
- package/styled-components/cjs/components/IconButton/IconButton.config.js +17 -117
- package/styled-components/es/components/Button/Button.config.js +29 -144
- package/styled-components/es/components/ButtonGroup/ButtonGroup.config.js +42 -143
- package/styled-components/es/components/IconButton/IconButton.config.js +17 -117
- package/components/IconButton/IconButton.config_1uz2ft1.css +0 -22
- package/es/components/IconButton/IconButton.config_1uz2ft1.css +0 -22
@@ -191,25 +191,6 @@ function _templateObject10() {
|
|
191
191
|
return data;
|
192
192
|
}
|
193
193
|
function _templateObject11() {
|
194
|
-
var data = _tagged_template_literal([
|
195
|
-
"\n ",
|
196
|
-
": 4rem;\n ",
|
197
|
-
": 4rem;\n ",
|
198
|
-
": var(--plasma-typo-body-l-font-family);\n ",
|
199
|
-
": var(--plasma-typo-body-l-font-size);\n ",
|
200
|
-
": var(--plasma-typo-body-l-font-style);\n ",
|
201
|
-
": var(--plasma-typo-body-l-bold-font-weight);\n ",
|
202
|
-
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
203
|
-
": var(--plasma-typo-body-l-line-height);\n\n ",
|
204
|
-
": 1.5rem;\n ",
|
205
|
-
": inherit;\n "
|
206
|
-
]);
|
207
|
-
_templateObject11 = function _templateObject() {
|
208
|
-
return data;
|
209
|
-
};
|
210
|
-
return data;
|
211
|
-
}
|
212
|
-
function _templateObject12() {
|
213
194
|
var data = _tagged_template_literal([
|
214
195
|
"\n ",
|
215
196
|
": 3.5rem;\n ",
|
@@ -225,31 +206,12 @@ function _templateObject12() {
|
|
225
206
|
": 1.375rem;\n ",
|
226
207
|
": inherit;\n "
|
227
208
|
]);
|
228
|
-
|
229
|
-
return data;
|
230
|
-
};
|
231
|
-
return data;
|
232
|
-
}
|
233
|
-
function _templateObject13() {
|
234
|
-
var data = _tagged_template_literal([
|
235
|
-
"\n ",
|
236
|
-
": 3.5rem;\n ",
|
237
|
-
": 3.5rem;\n ",
|
238
|
-
": var(--plasma-typo-body-l-font-family);\n ",
|
239
|
-
": var(--plasma-typo-body-l-font-size);\n ",
|
240
|
-
": var(--plasma-typo-body-l-font-style);\n ",
|
241
|
-
": var(--plasma-typo-body-l-bold-font-weight);\n ",
|
242
|
-
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
243
|
-
": var(--plasma-typo-body-l-line-height);\n\n ",
|
244
|
-
": 1.375rem;\n ",
|
245
|
-
": inherit;\n "
|
246
|
-
]);
|
247
|
-
_templateObject13 = function _templateObject() {
|
209
|
+
_templateObject11 = function _templateObject() {
|
248
210
|
return data;
|
249
211
|
};
|
250
212
|
return data;
|
251
213
|
}
|
252
|
-
function
|
214
|
+
function _templateObject12() {
|
253
215
|
var data = _tagged_template_literal([
|
254
216
|
"\n ",
|
255
217
|
": 3rem;\n ",
|
@@ -265,31 +227,12 @@ function _templateObject14() {
|
|
265
227
|
": 1.375rem;\n ",
|
266
228
|
": inherit;\n "
|
267
229
|
]);
|
268
|
-
|
269
|
-
return data;
|
270
|
-
};
|
271
|
-
return data;
|
272
|
-
}
|
273
|
-
function _templateObject15() {
|
274
|
-
var data = _tagged_template_literal([
|
275
|
-
"\n ",
|
276
|
-
": 3rem;\n ",
|
277
|
-
": 3rem;\n ",
|
278
|
-
": var(--plasma-typo-body-m-font-family);\n ",
|
279
|
-
": var(--plasma-typo-body-m-font-size);\n ",
|
280
|
-
": var(--plasma-typo-body-m-font-style);\n ",
|
281
|
-
": var(--plasma-typo-body-m-bold-font-weight);\n ",
|
282
|
-
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
283
|
-
": var(--plasma-typo-body-m-line-height);\n\n ",
|
284
|
-
": 1.375rem;\n ",
|
285
|
-
": inherit;\n "
|
286
|
-
]);
|
287
|
-
_templateObject15 = function _templateObject() {
|
230
|
+
_templateObject12 = function _templateObject() {
|
288
231
|
return data;
|
289
232
|
};
|
290
233
|
return data;
|
291
234
|
}
|
292
|
-
function
|
235
|
+
function _templateObject13() {
|
293
236
|
var data = _tagged_template_literal([
|
294
237
|
"\n ",
|
295
238
|
": 2.5rem;\n ",
|
@@ -305,31 +248,12 @@ function _templateObject16() {
|
|
305
248
|
": 1.375rem;\n ",
|
306
249
|
": inherit;\n "
|
307
250
|
]);
|
308
|
-
|
309
|
-
return data;
|
310
|
-
};
|
311
|
-
return data;
|
312
|
-
}
|
313
|
-
function _templateObject17() {
|
314
|
-
var data = _tagged_template_literal([
|
315
|
-
"\n ",
|
316
|
-
": 2.5rem;\n ",
|
317
|
-
": 2.5rem;\n ",
|
318
|
-
": var(--plasma-typo-body-s-font-family);\n ",
|
319
|
-
": var(--plasma-typo-body-s-font-size);\n ",
|
320
|
-
": var(--plasma-typo-body-s-font-style);\n ",
|
321
|
-
": var(--plasma-typo-body-s-bold-font-weight);\n ",
|
322
|
-
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
323
|
-
": var(--plasma-typo-body-s-line-height);\n\n ",
|
324
|
-
": 1.375rem;\n ",
|
325
|
-
": inherit;\n "
|
326
|
-
]);
|
327
|
-
_templateObject17 = function _templateObject() {
|
251
|
+
_templateObject13 = function _templateObject() {
|
328
252
|
return data;
|
329
253
|
};
|
330
254
|
return data;
|
331
255
|
}
|
332
|
-
function
|
256
|
+
function _templateObject14() {
|
333
257
|
var data = _tagged_template_literal([
|
334
258
|
"\n ",
|
335
259
|
": 2rem;\n ",
|
@@ -345,46 +269,27 @@ function _templateObject18() {
|
|
345
269
|
": 1rem;\n ",
|
346
270
|
": inherit;\n "
|
347
271
|
]);
|
348
|
-
|
349
|
-
return data;
|
350
|
-
};
|
351
|
-
return data;
|
352
|
-
}
|
353
|
-
function _templateObject19() {
|
354
|
-
var data = _tagged_template_literal([
|
355
|
-
"\n ",
|
356
|
-
": 2rem;\n ",
|
357
|
-
": 2rem;\n ",
|
358
|
-
": var(--plasma-typo-body-xs-font-family);\n ",
|
359
|
-
": var(--plasma-typo-body-xs-font-size);\n ",
|
360
|
-
": var(--plasma-typo-body-xs-font-style);\n ",
|
361
|
-
": var(--plasma-typo-body-xs-bold-font-weight);\n ",
|
362
|
-
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
363
|
-
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
364
|
-
": 1rem;\n ",
|
365
|
-
": inherit;\n "
|
366
|
-
]);
|
367
|
-
_templateObject19 = function _templateObject() {
|
272
|
+
_templateObject14 = function _templateObject() {
|
368
273
|
return data;
|
369
274
|
};
|
370
275
|
return data;
|
371
276
|
}
|
372
|
-
function
|
277
|
+
function _templateObject15() {
|
373
278
|
var data = _tagged_template_literal([
|
374
279
|
"\n ",
|
375
280
|
": 0.4;\n "
|
376
281
|
]);
|
377
|
-
|
282
|
+
_templateObject15 = function _templateObject() {
|
378
283
|
return data;
|
379
284
|
};
|
380
285
|
return data;
|
381
286
|
}
|
382
|
-
function
|
287
|
+
function _templateObject16() {
|
383
288
|
var data = _tagged_template_literal([
|
384
289
|
"\n ",
|
385
290
|
": var(--surface-accent);\n "
|
386
291
|
]);
|
387
|
-
|
292
|
+
_templateObject16 = function _templateObject() {
|
388
293
|
return data;
|
389
294
|
};
|
390
295
|
return data;
|
@@ -410,21 +315,16 @@ var config = {
|
|
410
315
|
},
|
411
316
|
size: {
|
412
317
|
xl: (0, _emotion.css)(_templateObject10(), _emotion.iconButtonTokens.iconButtonHeight, _emotion.iconButtonTokens.iconButtonWidth, _emotion.iconButtonTokens.iconButtonPadding, _emotion.iconButtonTokens.iconButtonRadius, _emotion.iconButtonTokens.iconButtonFontFamily, _emotion.iconButtonTokens.iconButtonFontSize, _emotion.iconButtonTokens.iconButtonFontStyle, _emotion.iconButtonTokens.iconButtonFontWeight, _emotion.iconButtonTokens.iconButtonLetterSpacing, _emotion.iconButtonTokens.iconButtonLineHeight, _emotion.iconButtonTokens.iconButtonSpinnerSize, _emotion.iconButtonTokens.iconButtonSpinnerColor),
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
mr: (0, _emotion.css)(_templateObject15(), _emotion.iconButtonTokens.iconButtonHeight, _emotion.iconButtonTokens.iconButtonWidth, _emotion.iconButtonTokens.iconButtonFontFamily, _emotion.iconButtonTokens.iconButtonFontSize, _emotion.iconButtonTokens.iconButtonFontStyle, _emotion.iconButtonTokens.iconButtonFontWeight, _emotion.iconButtonTokens.iconButtonLetterSpacing, _emotion.iconButtonTokens.iconButtonLineHeight, _emotion.iconButtonTokens.iconButtonSpinnerSize, _emotion.iconButtonTokens.iconButtonSpinnerColor),
|
418
|
-
s: (0, _emotion.css)(_templateObject16(), _emotion.iconButtonTokens.iconButtonHeight, _emotion.iconButtonTokens.iconButtonWidth, _emotion.iconButtonTokens.iconButtonPadding, _emotion.iconButtonTokens.iconButtonRadius, _emotion.iconButtonTokens.iconButtonFontFamily, _emotion.iconButtonTokens.iconButtonFontSize, _emotion.iconButtonTokens.iconButtonFontStyle, _emotion.iconButtonTokens.iconButtonFontWeight, _emotion.iconButtonTokens.iconButtonLetterSpacing, _emotion.iconButtonTokens.iconButtonLineHeight, _emotion.iconButtonTokens.iconButtonSpinnerSize, _emotion.iconButtonTokens.iconButtonSpinnerColor),
|
419
|
-
sr: (0, _emotion.css)(_templateObject17(), _emotion.iconButtonTokens.iconButtonHeight, _emotion.iconButtonTokens.iconButtonWidth, _emotion.iconButtonTokens.iconButtonFontFamily, _emotion.iconButtonTokens.iconButtonFontSize, _emotion.iconButtonTokens.iconButtonFontStyle, _emotion.iconButtonTokens.iconButtonFontWeight, _emotion.iconButtonTokens.iconButtonLetterSpacing, _emotion.iconButtonTokens.iconButtonLineHeight, _emotion.iconButtonTokens.iconButtonSpinnerSize, _emotion.iconButtonTokens.iconButtonSpinnerColor),
|
420
|
-
xs: (0, _emotion.css)(_templateObject18(), _emotion.iconButtonTokens.iconButtonHeight, _emotion.iconButtonTokens.iconButtonWidth, _emotion.iconButtonTokens.iconButtonPadding, _emotion.iconButtonTokens.iconButtonRadius, _emotion.iconButtonTokens.iconButtonFontFamily, _emotion.iconButtonTokens.iconButtonFontSize, _emotion.iconButtonTokens.iconButtonFontStyle, _emotion.iconButtonTokens.iconButtonFontWeight, _emotion.iconButtonTokens.iconButtonLetterSpacing, _emotion.iconButtonTokens.iconButtonLineHeight, _emotion.iconButtonTokens.iconButtonSpinnerSize, _emotion.iconButtonTokens.iconButtonSpinnerColor),
|
421
|
-
xsr: (0, _emotion.css)(_templateObject19(), _emotion.iconButtonTokens.iconButtonHeight, _emotion.iconButtonTokens.iconButtonWidth, _emotion.iconButtonTokens.iconButtonFontFamily, _emotion.iconButtonTokens.iconButtonFontSize, _emotion.iconButtonTokens.iconButtonFontStyle, _emotion.iconButtonTokens.iconButtonFontWeight, _emotion.iconButtonTokens.iconButtonLetterSpacing, _emotion.iconButtonTokens.iconButtonLineHeight, _emotion.iconButtonTokens.iconButtonSpinnerSize, _emotion.iconButtonTokens.iconButtonSpinnerColor)
|
318
|
+
l: (0, _emotion.css)(_templateObject11(), _emotion.iconButtonTokens.iconButtonHeight, _emotion.iconButtonTokens.iconButtonWidth, _emotion.iconButtonTokens.iconButtonPadding, _emotion.iconButtonTokens.iconButtonRadius, _emotion.iconButtonTokens.iconButtonFontFamily, _emotion.iconButtonTokens.iconButtonFontSize, _emotion.iconButtonTokens.iconButtonFontStyle, _emotion.iconButtonTokens.iconButtonFontWeight, _emotion.iconButtonTokens.iconButtonLetterSpacing, _emotion.iconButtonTokens.iconButtonLineHeight, _emotion.iconButtonTokens.iconButtonSpinnerSize, _emotion.iconButtonTokens.iconButtonSpinnerColor),
|
319
|
+
m: (0, _emotion.css)(_templateObject12(), _emotion.iconButtonTokens.iconButtonHeight, _emotion.iconButtonTokens.iconButtonWidth, _emotion.iconButtonTokens.iconButtonPadding, _emotion.iconButtonTokens.iconButtonRadius, _emotion.iconButtonTokens.iconButtonFontFamily, _emotion.iconButtonTokens.iconButtonFontSize, _emotion.iconButtonTokens.iconButtonFontStyle, _emotion.iconButtonTokens.iconButtonFontWeight, _emotion.iconButtonTokens.iconButtonLetterSpacing, _emotion.iconButtonTokens.iconButtonLineHeight, _emotion.iconButtonTokens.iconButtonSpinnerSize, _emotion.iconButtonTokens.iconButtonSpinnerColor),
|
320
|
+
s: (0, _emotion.css)(_templateObject13(), _emotion.iconButtonTokens.iconButtonHeight, _emotion.iconButtonTokens.iconButtonWidth, _emotion.iconButtonTokens.iconButtonPadding, _emotion.iconButtonTokens.iconButtonRadius, _emotion.iconButtonTokens.iconButtonFontFamily, _emotion.iconButtonTokens.iconButtonFontSize, _emotion.iconButtonTokens.iconButtonFontStyle, _emotion.iconButtonTokens.iconButtonFontWeight, _emotion.iconButtonTokens.iconButtonLetterSpacing, _emotion.iconButtonTokens.iconButtonLineHeight, _emotion.iconButtonTokens.iconButtonSpinnerSize, _emotion.iconButtonTokens.iconButtonSpinnerColor),
|
321
|
+
xs: (0, _emotion.css)(_templateObject14(), _emotion.iconButtonTokens.iconButtonHeight, _emotion.iconButtonTokens.iconButtonWidth, _emotion.iconButtonTokens.iconButtonPadding, _emotion.iconButtonTokens.iconButtonRadius, _emotion.iconButtonTokens.iconButtonFontFamily, _emotion.iconButtonTokens.iconButtonFontSize, _emotion.iconButtonTokens.iconButtonFontStyle, _emotion.iconButtonTokens.iconButtonFontWeight, _emotion.iconButtonTokens.iconButtonLetterSpacing, _emotion.iconButtonTokens.iconButtonLineHeight, _emotion.iconButtonTokens.iconButtonSpinnerSize, _emotion.iconButtonTokens.iconButtonSpinnerColor)
|
422
322
|
},
|
423
323
|
disabled: {
|
424
|
-
true: (0, _emotion.css)(
|
324
|
+
true: (0, _emotion.css)(_templateObject15(), _emotion.iconButtonTokens.iconButtonDisabledOpacity)
|
425
325
|
},
|
426
326
|
focused: {
|
427
|
-
true: (0, _emotion.css)(
|
327
|
+
true: (0, _emotion.css)(_templateObject16(), _emotion.iconButtonTokens.iconButtonFocusColor)
|
428
328
|
}
|
429
329
|
}
|
430
330
|
};
|
@@ -193,28 +193,6 @@ function _templateObject10() {
|
|
193
193
|
return data;
|
194
194
|
}
|
195
195
|
function _templateObject11() {
|
196
|
-
var data = _tagged_template_literal([
|
197
|
-
"\n ",
|
198
|
-
": 4rem;\n ",
|
199
|
-
": 12.5rem;\n ",
|
200
|
-
": var(--plasma-typo-body-l-font-family);\n ",
|
201
|
-
": var(--plasma-typo-body-l-font-size);\n ",
|
202
|
-
": var(--plasma-typo-body-l-font-style);\n ",
|
203
|
-
": var(--plasma-typo-body-l-bold-font-weight);\n ",
|
204
|
-
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
205
|
-
": var(--plasma-typo-body-l-line-height);\n\n ",
|
206
|
-
": 1.5rem;\n ",
|
207
|
-
": inherit;\n\n ",
|
208
|
-
": 0 0.625rem 0 0;\n ",
|
209
|
-
": 0 0 0 0.625rem;\n ",
|
210
|
-
": 0 0 0 0.25rem;\n "
|
211
|
-
]);
|
212
|
-
_templateObject11 = function _templateObject() {
|
213
|
-
return data;
|
214
|
-
};
|
215
|
-
return data;
|
216
|
-
}
|
217
|
-
function _templateObject12() {
|
218
196
|
var data = _tagged_template_literal([
|
219
197
|
"\n ",
|
220
198
|
": 3.5rem;\n ",
|
@@ -233,34 +211,12 @@ function _templateObject12() {
|
|
233
211
|
": 0 -0.125rem 0 0.5rem;\n ",
|
234
212
|
": 0 0 0 0.25rem;\n "
|
235
213
|
]);
|
236
|
-
|
237
|
-
return data;
|
238
|
-
};
|
239
|
-
return data;
|
240
|
-
}
|
241
|
-
function _templateObject13() {
|
242
|
-
var data = _tagged_template_literal([
|
243
|
-
"\n ",
|
244
|
-
": 3.5rem;\n ",
|
245
|
-
": 12.5rem;\n ",
|
246
|
-
": var(--plasma-typo-body-l-font-family);\n ",
|
247
|
-
": var(--plasma-typo-body-l-font-size);\n ",
|
248
|
-
": var(--plasma-typo-body-l-font-style);\n ",
|
249
|
-
": var(--plasma-typo-body-l-bold-font-weight);\n ",
|
250
|
-
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
251
|
-
": var(--plasma-typo-body-l-line-height);\n\n ",
|
252
|
-
": 1.375rem;\n ",
|
253
|
-
": inherit;\n\n ",
|
254
|
-
": 0 0.5rem 0 0;\n ",
|
255
|
-
": 0 0 0 0.5rem;\n ",
|
256
|
-
": 0 0 0 0.25rem;\n "
|
257
|
-
]);
|
258
|
-
_templateObject13 = function _templateObject() {
|
214
|
+
_templateObject11 = function _templateObject() {
|
259
215
|
return data;
|
260
216
|
};
|
261
217
|
return data;
|
262
218
|
}
|
263
|
-
function
|
219
|
+
function _templateObject12() {
|
264
220
|
var data = _tagged_template_literal([
|
265
221
|
"\n ",
|
266
222
|
": 3rem;\n ",
|
@@ -279,34 +235,12 @@ function _templateObject14() {
|
|
279
235
|
": 0 -0.125rem 0 0.375rem;\n ",
|
280
236
|
": 0 0 0 0.25rem;\n "
|
281
237
|
]);
|
282
|
-
|
283
|
-
return data;
|
284
|
-
};
|
285
|
-
return data;
|
286
|
-
}
|
287
|
-
function _templateObject15() {
|
288
|
-
var data = _tagged_template_literal([
|
289
|
-
"\n ",
|
290
|
-
": 3rem;\n ",
|
291
|
-
": 11.25rem;\n ",
|
292
|
-
": var(--plasma-typo-body-m-font-family);\n ",
|
293
|
-
": var(--plasma-typo-body-m-font-size);\n ",
|
294
|
-
": var(--plasma-typo-body-m-font-style);\n ",
|
295
|
-
": var(--plasma-typo-body-m-bold-font-weight);\n ",
|
296
|
-
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
297
|
-
": var(--plasma-typo-body-m-line-height);\n\n ",
|
298
|
-
": 1.375rem;\n ",
|
299
|
-
": inherit;\n\n ",
|
300
|
-
": 0 0.375rem 0 0;\n ",
|
301
|
-
": 0 0 0 0.375rem;\n ",
|
302
|
-
": 0 0 0 0.25rem;\n "
|
303
|
-
]);
|
304
|
-
_templateObject15 = function _templateObject() {
|
238
|
+
_templateObject12 = function _templateObject() {
|
305
239
|
return data;
|
306
240
|
};
|
307
241
|
return data;
|
308
242
|
}
|
309
|
-
function
|
243
|
+
function _templateObject13() {
|
310
244
|
var data = _tagged_template_literal([
|
311
245
|
"\n ",
|
312
246
|
": 2.5rem;\n ",
|
@@ -325,34 +259,12 @@ function _templateObject16() {
|
|
325
259
|
": 0 -0.125rem 0 0.25rem;\n ",
|
326
260
|
": 0 0 0 0.25rem;\n "
|
327
261
|
]);
|
328
|
-
|
329
|
-
return data;
|
330
|
-
};
|
331
|
-
return data;
|
332
|
-
}
|
333
|
-
function _templateObject17() {
|
334
|
-
var data = _tagged_template_literal([
|
335
|
-
"\n ",
|
336
|
-
": 2.5rem;\n ",
|
337
|
-
": 11.25rem;\n ",
|
338
|
-
": var(--plasma-typo-body-s-font-family);\n ",
|
339
|
-
": var(--plasma-typo-body-s-font-size);\n ",
|
340
|
-
": var(--plasma-typo-body-s-font-style);\n ",
|
341
|
-
": var(--plasma-typo-body-s-bold-font-weight);\n ",
|
342
|
-
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
343
|
-
": var(--plasma-typo-body-s-line-height);\n\n ",
|
344
|
-
": 1.375rem;\n ",
|
345
|
-
": inherit;\n\n ",
|
346
|
-
": 0 0.25rem 0 0;\n ",
|
347
|
-
": 0 0 0 0.25rem;\n ",
|
348
|
-
": 0 0 0 0.25rem;\n "
|
349
|
-
]);
|
350
|
-
_templateObject17 = function _templateObject() {
|
262
|
+
_templateObject13 = function _templateObject() {
|
351
263
|
return data;
|
352
264
|
};
|
353
265
|
return data;
|
354
266
|
}
|
355
|
-
function
|
267
|
+
function _templateObject14() {
|
356
268
|
var data = _tagged_template_literal([
|
357
269
|
"\n ",
|
358
270
|
": 2rem;\n ",
|
@@ -371,34 +283,12 @@ function _templateObject18() {
|
|
371
283
|
": 0 -0.125rem 0 0.25rem;\n ",
|
372
284
|
": 0 0 0 0.25rem;\n "
|
373
285
|
]);
|
374
|
-
|
375
|
-
return data;
|
376
|
-
};
|
377
|
-
return data;
|
378
|
-
}
|
379
|
-
function _templateObject19() {
|
380
|
-
var data = _tagged_template_literal([
|
381
|
-
"\n ",
|
382
|
-
": 2rem;\n ",
|
383
|
-
": 10rem;\n ",
|
384
|
-
": var(--plasma-typo-body-xs-font-family);\n ",
|
385
|
-
": var(--plasma-typo-body-xs-font-size);\n ",
|
386
|
-
": var(--plasma-typo-body-xs-font-style);\n ",
|
387
|
-
": var(--plasma-typo-body-xs-bold-font-weight);\n ",
|
388
|
-
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
389
|
-
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
390
|
-
": 1rem;\n ",
|
391
|
-
": inherit;\n\n ",
|
392
|
-
": 0 0.25rem 0 0;\n ",
|
393
|
-
": 0 0 0 0.25rem;\n ",
|
394
|
-
": 0 0 0 0.25rem;\n "
|
395
|
-
]);
|
396
|
-
_templateObject19 = function _templateObject() {
|
286
|
+
_templateObject14 = function _templateObject() {
|
397
287
|
return data;
|
398
288
|
};
|
399
289
|
return data;
|
400
290
|
}
|
401
|
-
function
|
291
|
+
function _templateObject15() {
|
402
292
|
var data = _tagged_template_literal([
|
403
293
|
"\n ",
|
404
294
|
": 1.5rem;\n ",
|
@@ -417,54 +307,54 @@ function _templateObject20() {
|
|
417
307
|
": 0 -0.125rem 0 0.25rem;\n ",
|
418
308
|
": 0 0 0 0.25rem;\n "
|
419
309
|
]);
|
420
|
-
|
310
|
+
_templateObject15 = function _templateObject() {
|
421
311
|
return data;
|
422
312
|
};
|
423
313
|
return data;
|
424
314
|
}
|
425
|
-
function
|
315
|
+
function _templateObject16() {
|
426
316
|
var data = _tagged_template_literal([
|
427
317
|
"\n ",
|
428
318
|
": 0.4;\n "
|
429
319
|
]);
|
430
|
-
|
320
|
+
_templateObject16 = function _templateObject() {
|
431
321
|
return data;
|
432
322
|
};
|
433
323
|
return data;
|
434
324
|
}
|
435
|
-
function
|
325
|
+
function _templateObject17() {
|
436
326
|
var data = _tagged_template_literal([
|
437
327
|
"\n ",
|
438
328
|
": var(--surface-accent);\n "
|
439
329
|
]);
|
440
|
-
|
330
|
+
_templateObject17 = function _templateObject() {
|
441
331
|
return data;
|
442
332
|
};
|
443
333
|
return data;
|
444
334
|
}
|
445
|
-
function
|
335
|
+
function _templateObject18() {
|
446
336
|
var data = _tagged_template_literal([
|
447
337
|
""
|
448
338
|
]);
|
449
|
-
|
339
|
+
_templateObject18 = function _templateObject() {
|
450
340
|
return data;
|
451
341
|
};
|
452
342
|
return data;
|
453
343
|
}
|
454
|
-
function
|
344
|
+
function _templateObject19() {
|
455
345
|
var data = _tagged_template_literal([
|
456
346
|
""
|
457
347
|
]);
|
458
|
-
|
348
|
+
_templateObject19 = function _templateObject() {
|
459
349
|
return data;
|
460
350
|
};
|
461
351
|
return data;
|
462
352
|
}
|
463
|
-
function
|
353
|
+
function _templateObject20() {
|
464
354
|
var data = _tagged_template_literal([
|
465
355
|
""
|
466
356
|
]);
|
467
|
-
|
357
|
+
_templateObject20 = function _templateObject() {
|
468
358
|
return data;
|
469
359
|
};
|
470
360
|
return data;
|
@@ -491,27 +381,22 @@ export var config = {
|
|
491
381
|
},
|
492
382
|
size: {
|
493
383
|
xl: css(_templateObject10(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
s: css(_templateObject16(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
500
|
-
sr: css(_templateObject17(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
501
|
-
xs: css(_templateObject18(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
502
|
-
xsr: css(_templateObject19(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
503
|
-
xxs: css(_templateObject20(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin)
|
384
|
+
l: css(_templateObject11(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
385
|
+
m: css(_templateObject12(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
386
|
+
s: css(_templateObject13(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
387
|
+
xs: css(_templateObject14(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin),
|
388
|
+
xxs: css(_templateObject15(), buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor, buttonTokens.buttonLeftContentMargin, buttonTokens.buttonRightContentMargin, buttonTokens.buttonValueMargin)
|
504
389
|
},
|
505
390
|
disabled: {
|
506
|
-
true: css(
|
391
|
+
true: css(_templateObject16(), buttonTokens.buttonDisabledOpacity)
|
507
392
|
},
|
508
393
|
focused: {
|
509
|
-
true: css(
|
394
|
+
true: css(_templateObject17(), buttonTokens.buttonFocusColor)
|
510
395
|
},
|
511
396
|
stretching: {
|
512
|
-
auto: css(
|
513
|
-
filled: css(
|
514
|
-
fixed: css(
|
397
|
+
auto: css(_templateObject18()),
|
398
|
+
filled: css(_templateObject19()),
|
399
|
+
fixed: css(_templateObject20())
|
515
400
|
}
|
516
401
|
}
|
517
402
|
};
|