@salutejs/plasma-web 1.602.0-canary.2403.20455152253.0 → 1.602.0-dev.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/dist/css/cjs/components/Accordion/Accordion.config.js +4 -5
- package/dist/css/cjs/components/Accordion/Accordion.config.js.map +1 -1
- package/dist/css/cjs/components/Accordion/{Accordion.config_1y108un.css → Accordion.config_1q5dqwc.css} +0 -1
- package/dist/css/cjs/components/Accordion/Accordion.css +12 -13
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.config_lb9dvj.css +9 -0
- package/dist/css/cjs/components/DatePicker/DatePicker.css +9 -9
- package/dist/css/cjs/components/Editable/Editable.css +5 -6
- package/dist/css/cjs/components/Range/Range.clear.config.js +41 -0
- package/dist/css/cjs/components/Range/Range.clear.config.js.map +1 -0
- package/dist/css/cjs/components/Range/Range.clear.config_1f7lv9g.css +11 -0
- package/dist/css/cjs/components/Range/Range.config.js +10 -3
- package/dist/css/cjs/components/Range/Range.config.js.map +1 -1
- package/dist/css/cjs/components/Range/Range.config_cx3c66.css +11 -0
- package/dist/css/cjs/components/Range/Range.css +23 -8
- package/dist/css/cjs/components/Range/Range.js +14 -6
- package/dist/css/cjs/components/Range/Range.js.map +1 -1
- package/dist/css/cjs/components/Rating/Rating.config.js +4 -5
- package/dist/css/cjs/components/Rating/Rating.config.js.map +1 -1
- package/dist/css/{es/components/Rating/Rating.config_1qubep9.css → cjs/components/Rating/Rating.config_m8j095.css} +3 -4
- package/dist/css/cjs/components/Rating/Rating.css +15 -16
- package/dist/css/cjs/components/Skeleton/LineSkeleton.config.js +5 -6
- package/dist/css/cjs/components/Skeleton/LineSkeleton.config.js.map +1 -1
- package/dist/css/cjs/components/Skeleton/{LineSkeleton.config_15725ee.css → LineSkeleton.config_1jqs752.css} +4 -5
- package/dist/css/cjs/components/Skeleton/Skeleton.css +37 -38
- package/dist/css/cjs/components/Tabs/TabItem.css +29 -31
- package/dist/css/cjs/components/Tabs/Tabs.css +15 -16
- package/dist/css/cjs/components/Tabs/TabsController.css +30 -32
- package/dist/css/cjs/components/Tabs/horizontal/HorizontalIconTabItem.config.js +7 -8
- package/dist/css/cjs/components/Tabs/horizontal/HorizontalIconTabItem.config.js.map +1 -1
- package/dist/css/cjs/components/Tabs/horizontal/{HorizontalIconTabItem.config_1ekd7vy.css → HorizontalIconTabItem.config_1qvee8h.css} +4 -5
- package/dist/css/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +9 -10
- package/dist/css/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js.map +1 -1
- package/dist/css/{es/components/Tabs/horizontal/HorizontalTabItem.config_lg66b1.css → cjs/components/Tabs/horizontal/HorizontalTabItem.config_kpsefl.css} +7 -8
- package/dist/css/cjs/components/Tabs/horizontal/HorizontalTabs.config.js +9 -10
- package/dist/css/cjs/components/Tabs/horizontal/HorizontalTabs.config.js.map +1 -1
- package/dist/css/cjs/components/Tabs/horizontal/{HorizontalTabs.config_1uv9iuz.css → HorizontalTabs.config_udb25v.css} +6 -7
- package/dist/css/cjs/components/TimePicker/TimePicker.config.js +1 -1
- package/dist/css/cjs/components/TimePicker/TimePicker.config.js.map +1 -1
- package/dist/css/cjs/components/TimePicker/{TimePicker.config_1444eoe.css → TimePicker.config_1w7xt3m.css} +1 -1
- package/dist/css/cjs/components/TimePicker/TimePicker.css +7 -7
- package/dist/css/cjs/components/Typography/Heading.config.js +1 -12
- package/dist/css/cjs/components/Typography/Heading.config.js.map +1 -1
- package/dist/css/cjs/components/Typography/{Heading.config_1s9pe02.css → Heading.config_74jx4e.css} +0 -1
- package/dist/css/cjs/components/Typography/Typography.css +5 -6
- package/dist/css/cjs/components/Typography/Typography.js +0 -4
- package/dist/css/cjs/components/Typography/Typography.js.map +1 -1
- package/dist/css/cjs/components/Typography/index.css +5 -6
- package/dist/css/cjs/components/Typography/index.js +0 -1
- package/dist/css/cjs/components/Typography/index.js.map +1 -1
- package/dist/css/cjs/index.css +154 -146
- package/dist/css/cjs/index.js +0 -1
- package/dist/css/cjs/index.js.map +1 -1
- package/dist/css/es/components/Accordion/Accordion.config.js +4 -5
- package/dist/css/es/components/Accordion/Accordion.config.js.map +1 -1
- package/dist/css/es/components/Accordion/{Accordion.config_1y108un.css → Accordion.config_1q5dqwc.css} +0 -1
- package/dist/css/es/components/Accordion/Accordion.css +12 -13
- package/dist/css/es/components/DatePicker/DatePicker.config.js +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/dist/css/es/components/DatePicker/DatePicker.config_lb9dvj.css +9 -0
- package/dist/css/es/components/DatePicker/DatePicker.css +9 -9
- package/dist/css/es/components/Editable/Editable.css +5 -6
- package/dist/css/es/components/Range/Range.clear.config.js +37 -0
- package/dist/css/es/components/Range/Range.clear.config.js.map +1 -0
- package/dist/css/es/components/Range/Range.clear.config_1f7lv9g.css +11 -0
- package/dist/css/es/components/Range/Range.config.js +10 -3
- package/dist/css/es/components/Range/Range.config.js.map +1 -1
- package/dist/css/es/components/Range/Range.config_cx3c66.css +11 -0
- package/dist/css/es/components/Range/Range.css +23 -8
- package/dist/css/es/components/Range/Range.js +14 -8
- package/dist/css/es/components/Range/Range.js.map +1 -1
- package/dist/css/es/components/Rating/Rating.config.js +4 -5
- package/dist/css/es/components/Rating/Rating.config.js.map +1 -1
- package/dist/css/{cjs/components/Rating/Rating.config_1qubep9.css → es/components/Rating/Rating.config_m8j095.css} +3 -4
- package/dist/css/es/components/Rating/Rating.css +15 -16
- package/dist/css/es/components/Skeleton/LineSkeleton.config.js +5 -6
- package/dist/css/es/components/Skeleton/LineSkeleton.config.js.map +1 -1
- package/dist/css/es/components/Skeleton/{LineSkeleton.config_15725ee.css → LineSkeleton.config_1jqs752.css} +4 -5
- package/dist/css/es/components/Skeleton/Skeleton.css +37 -38
- package/dist/css/es/components/Tabs/TabItem.css +29 -31
- package/dist/css/es/components/Tabs/Tabs.css +15 -16
- package/dist/css/es/components/Tabs/TabsController.css +30 -32
- package/dist/css/es/components/Tabs/horizontal/HorizontalIconTabItem.config.js +7 -8
- package/dist/css/es/components/Tabs/horizontal/HorizontalIconTabItem.config.js.map +1 -1
- package/dist/css/es/components/Tabs/horizontal/{HorizontalIconTabItem.config_1ekd7vy.css → HorizontalIconTabItem.config_1qvee8h.css} +4 -5
- package/dist/css/es/components/Tabs/horizontal/HorizontalTabItem.config.js +9 -10
- package/dist/css/es/components/Tabs/horizontal/HorizontalTabItem.config.js.map +1 -1
- package/dist/css/{cjs/components/Tabs/horizontal/HorizontalTabItem.config_lg66b1.css → es/components/Tabs/horizontal/HorizontalTabItem.config_kpsefl.css} +7 -8
- package/dist/css/es/components/Tabs/horizontal/HorizontalTabs.config.js +9 -10
- package/dist/css/es/components/Tabs/horizontal/HorizontalTabs.config.js.map +1 -1
- package/dist/css/es/components/Tabs/horizontal/{HorizontalTabs.config_1uv9iuz.css → HorizontalTabs.config_udb25v.css} +6 -7
- package/dist/css/es/components/TimePicker/TimePicker.config.js +1 -1
- package/dist/css/es/components/TimePicker/TimePicker.config.js.map +1 -1
- package/dist/css/es/components/TimePicker/{TimePicker.config_1444eoe.css → TimePicker.config_1w7xt3m.css} +1 -1
- package/dist/css/es/components/TimePicker/TimePicker.css +7 -7
- package/dist/css/es/components/Typography/Heading.config.js +2 -12
- package/dist/css/es/components/Typography/Heading.config.js.map +1 -1
- package/dist/css/es/components/Typography/{Heading.config_1s9pe02.css → Heading.config_74jx4e.css} +0 -1
- package/dist/css/es/components/Typography/Typography.css +5 -6
- package/dist/css/es/components/Typography/Typography.js +2 -5
- package/dist/css/es/components/Typography/Typography.js.map +1 -1
- package/dist/css/es/components/Typography/index.css +5 -6
- package/dist/css/es/components/Typography/index.js +1 -1
- package/dist/css/es/index.css +154 -146
- package/dist/css/es/index.js +1 -1
- package/dist/styled-components/cjs/components/Accordion/Accordion.config.js +4 -30
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +34 -14
- package/dist/styled-components/cjs/components/Range/Range.clear.config.js +543 -0
- package/dist/styled-components/cjs/components/Range/Range.config.js +251 -100
- package/dist/styled-components/cjs/components/Range/Range.js +28 -5
- package/dist/styled-components/cjs/components/Rating/Rating.config.js +8 -42
- package/dist/styled-components/cjs/components/Skeleton/LineSkeleton.config.js +11 -23
- package/dist/styled-components/cjs/components/Tabs/horizontal/HorizontalIconTabItem.config.js +13 -27
- package/dist/styled-components/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +23 -46
- package/dist/styled-components/cjs/components/Tabs/horizontal/HorizontalTabs.config.js +16 -31
- package/dist/styled-components/cjs/components/TimePicker/TimePicker.config.js +2 -1
- package/dist/styled-components/cjs/components/Typography/Heading.config.js +0 -30
- package/dist/styled-components/cjs/components/Typography/Typography.js +0 -6
- package/dist/styled-components/cjs/components/Typography/index.js +0 -3
- package/dist/styled-components/cjs/tokens/typography.js +0 -6
- package/dist/styled-components/es/components/Accordion/Accordion.config.js +4 -30
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +34 -14
- package/dist/styled-components/es/components/Range/Range.clear.config.js +533 -0
- package/dist/styled-components/es/components/Range/Range.config.js +251 -100
- package/dist/styled-components/es/components/Range/Range.js +16 -6
- package/dist/styled-components/es/components/Rating/Rating.config.js +8 -42
- package/dist/styled-components/es/components/Skeleton/LineSkeleton.config.js +11 -23
- package/dist/styled-components/es/components/Tabs/horizontal/HorizontalIconTabItem.config.js +13 -27
- package/dist/styled-components/es/components/Tabs/horizontal/HorizontalTabItem.config.js +23 -46
- package/dist/styled-components/es/components/Tabs/horizontal/HorizontalTabs.config.js +16 -31
- package/dist/styled-components/es/components/TimePicker/TimePicker.config.js +2 -1
- package/dist/styled-components/es/components/Typography/Heading.config.js +0 -27
- package/dist/styled-components/es/components/Typography/Typography.js +1 -4
- package/dist/styled-components/es/components/Typography/index.js +1 -1
- package/dist/styled-components/es/tokens/typography.js +1 -1
- package/package.json +7 -7
- package/types/components/Accordion/Accordion.config.d.ts +0 -1
- package/types/components/Accordion/Accordion.d.ts +0 -1
- package/types/components/DatePicker/DatePicker.d.ts +19 -5
- package/types/components/InformationWrapper/InformationWrapper.d.ts +2 -0
- package/types/components/Range/Range.clear.config.d.ts +33 -0
- package/types/components/Range/Range.config.d.ts +7 -0
- package/types/components/Range/Range.d.ts +2222 -8
- package/types/components/Rating/Rating.config.d.ts +0 -1
- package/types/components/Rating/Rating.d.ts +0 -1
- package/types/components/Skeleton/LineSkeleton.config.d.ts +0 -1
- package/types/components/Skeleton/Skeleton.d.ts +0 -2
- package/types/components/Tabs/TabItem.d.ts +1 -3
- package/types/components/Tabs/horizontal/HorizontalIconTabItem.config.d.ts +0 -1
- package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +0 -1
- package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +0 -1
- package/types/components/Typography/Heading.config.d.ts +0 -10
- package/types/components/Typography/Typography.d.ts +0 -17
- package/types/components/Typography/index.d.ts +1 -1
- package/types/tokens/typography.d.ts +1 -1
- package/dist/css/cjs/components/DatePicker/DatePicker.config_4328ph.css +0 -9
- package/dist/css/cjs/components/Range/Range.config_1lmzauz.css +0 -8
- package/dist/css/es/components/DatePicker/DatePicker.config_4328ph.css +0 -9
- package/dist/css/es/components/Range/Range.config_1lmzauz.css +0 -8
|
@@ -336,39 +336,6 @@ function _templateObject11() {
|
|
|
336
336
|
return data;
|
|
337
337
|
}
|
|
338
338
|
function _templateObject12() {
|
|
339
|
-
var data = _tagged_template_literal([
|
|
340
|
-
"\n ",
|
|
341
|
-
": 0.25rem;\n\n ",
|
|
342
|
-
": var(--plasma-typo-h6-font-family);\n ",
|
|
343
|
-
": var(--plasma-typo-h6-font-size);\n ",
|
|
344
|
-
": var(--plasma-typo-h6-font-style);\n ",
|
|
345
|
-
": var(--plasma-typo-h6-bold-font-weight);\n ",
|
|
346
|
-
": var(--plasma-typo-h6-letter-spacing);\n ",
|
|
347
|
-
": var(--plasma-typo-h6-line-height);\n\n ",
|
|
348
|
-
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
349
|
-
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
350
|
-
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
351
|
-
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
352
|
-
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
353
|
-
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
354
|
-
": 0.625rem;\n ",
|
|
355
|
-
": 0.25rem;\n ",
|
|
356
|
-
": 0.125rem;\n\n ",
|
|
357
|
-
": 0.125rem;\n ",
|
|
358
|
-
": 1.25rem;\n ",
|
|
359
|
-
": 1.25rem;\n ",
|
|
360
|
-
": 1rem;\n\n ",
|
|
361
|
-
": 0.125rem;\n ",
|
|
362
|
-
": 1.25rem;\n ",
|
|
363
|
-
": 1.25rem;\n ",
|
|
364
|
-
": 1rem;\n "
|
|
365
|
-
]);
|
|
366
|
-
_templateObject12 = function _templateObject() {
|
|
367
|
-
return data;
|
|
368
|
-
};
|
|
369
|
-
return data;
|
|
370
|
-
}
|
|
371
|
-
function _templateObject13() {
|
|
372
339
|
var data = _tagged_template_literal([
|
|
373
340
|
"\n ",
|
|
374
341
|
": 0.375rem;\n\n ",
|
|
@@ -396,12 +363,12 @@ function _templateObject13() {
|
|
|
396
363
|
": 7rem;\n ",
|
|
397
364
|
": 5.5rem;\n "
|
|
398
365
|
]);
|
|
399
|
-
|
|
366
|
+
_templateObject12 = function _templateObject() {
|
|
400
367
|
return data;
|
|
401
368
|
};
|
|
402
369
|
return data;
|
|
403
370
|
}
|
|
404
|
-
function
|
|
371
|
+
function _templateObject13() {
|
|
405
372
|
var data = _tagged_template_literal([
|
|
406
373
|
"\n ",
|
|
407
374
|
": 0.375rem;\n\n ",
|
|
@@ -429,12 +396,12 @@ function _templateObject14() {
|
|
|
429
396
|
": 4.5rem;\n ",
|
|
430
397
|
": 4rem;\n "
|
|
431
398
|
]);
|
|
432
|
-
|
|
399
|
+
_templateObject13 = function _templateObject() {
|
|
433
400
|
return data;
|
|
434
401
|
};
|
|
435
402
|
return data;
|
|
436
403
|
}
|
|
437
|
-
function
|
|
404
|
+
function _templateObject14() {
|
|
438
405
|
var data = _tagged_template_literal([
|
|
439
406
|
"\n ",
|
|
440
407
|
": 0.375rem;\n\n ",
|
|
@@ -462,7 +429,7 @@ function _templateObject15() {
|
|
|
462
429
|
": 3.5rem;\n ",
|
|
463
430
|
": 2.75rem;\n "
|
|
464
431
|
]);
|
|
465
|
-
|
|
432
|
+
_templateObject14 = function _templateObject() {
|
|
466
433
|
return data;
|
|
467
434
|
};
|
|
468
435
|
return data;
|
|
@@ -489,10 +456,9 @@ export var config = {
|
|
|
489
456
|
h3: css(_templateObject9(), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconMarginBottom, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
|
|
490
457
|
h4: css(_templateObject10(), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconMarginBottom, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
|
|
491
458
|
h5: css(_templateObject11(), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconMarginBottom, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
displayS: css(_templateObject15(), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.wrapperGap, tokens.starsWrapperGap, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall)
|
|
459
|
+
displayL: css(_templateObject12(), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.wrapperGap, tokens.starsWrapperGap, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
|
|
460
|
+
displayM: css(_templateObject13(), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.wrapperGap, tokens.starsWrapperGap, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
|
|
461
|
+
displayS: css(_templateObject14(), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.wrapperGap, tokens.starsWrapperGap, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall)
|
|
496
462
|
}
|
|
497
463
|
}
|
|
498
464
|
};
|
|
@@ -370,56 +370,45 @@ function _templateObject32() {
|
|
|
370
370
|
return data;
|
|
371
371
|
}
|
|
372
372
|
function _templateObject33() {
|
|
373
|
-
var data = _tagged_template_literal([
|
|
374
|
-
"\n ",
|
|
375
|
-
": var(--plasma-typo-h6-line-height);\n ",
|
|
376
|
-
": var(--plasma-typo-h6-font-size);\n "
|
|
377
|
-
]);
|
|
378
|
-
_templateObject33 = function _templateObject() {
|
|
379
|
-
return data;
|
|
380
|
-
};
|
|
381
|
-
return data;
|
|
382
|
-
}
|
|
383
|
-
function _templateObject34() {
|
|
384
373
|
var data = _tagged_template_literal([
|
|
385
374
|
"\n ",
|
|
386
375
|
": var(--plasma-typo-text-l-line-height);\n ",
|
|
387
376
|
": var(--plasma-typo-text-l-font-size);\n "
|
|
388
377
|
]);
|
|
389
|
-
|
|
378
|
+
_templateObject33 = function _templateObject() {
|
|
390
379
|
return data;
|
|
391
380
|
};
|
|
392
381
|
return data;
|
|
393
382
|
}
|
|
394
|
-
function
|
|
383
|
+
function _templateObject34() {
|
|
395
384
|
var data = _tagged_template_literal([
|
|
396
385
|
"\n ",
|
|
397
386
|
": var(--plasma-typo-text-m-line-height);\n ",
|
|
398
387
|
": var(--plasma-typo-text-m-font-size);\n "
|
|
399
388
|
]);
|
|
400
|
-
|
|
389
|
+
_templateObject34 = function _templateObject() {
|
|
401
390
|
return data;
|
|
402
391
|
};
|
|
403
392
|
return data;
|
|
404
393
|
}
|
|
405
|
-
function
|
|
394
|
+
function _templateObject35() {
|
|
406
395
|
var data = _tagged_template_literal([
|
|
407
396
|
"\n ",
|
|
408
397
|
": var(--plasma-typo-text-s-line-height);\n ",
|
|
409
398
|
": var(--plasma-typo-text-s-font-size);\n "
|
|
410
399
|
]);
|
|
411
|
-
|
|
400
|
+
_templateObject35 = function _templateObject() {
|
|
412
401
|
return data;
|
|
413
402
|
};
|
|
414
403
|
return data;
|
|
415
404
|
}
|
|
416
|
-
function
|
|
405
|
+
function _templateObject36() {
|
|
417
406
|
var data = _tagged_template_literal([
|
|
418
407
|
"\n ",
|
|
419
408
|
": var(--plasma-typo-text-xs-line-height);\n ",
|
|
420
409
|
": var(--plasma-typo-text-xs-font-size);\n "
|
|
421
410
|
]);
|
|
422
|
-
|
|
411
|
+
_templateObject36 = function _templateObject() {
|
|
423
412
|
return data;
|
|
424
413
|
};
|
|
425
414
|
return data;
|
|
@@ -467,11 +456,10 @@ export var config = {
|
|
|
467
456
|
h3: css(_templateObject30(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
|
468
457
|
h4: css(_templateObject31(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
|
469
458
|
h5: css(_templateObject32(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
textXS: css(_templateObject37(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight)
|
|
459
|
+
textL: css(_templateObject33(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
|
460
|
+
textM: css(_templateObject34(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
|
461
|
+
textS: css(_templateObject35(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight),
|
|
462
|
+
textXS: css(_templateObject36(), skeletonTokens.lineHeight, skeletonTokens.visibleLineHeight)
|
|
475
463
|
}
|
|
476
464
|
}
|
|
477
465
|
};
|
package/dist/styled-components/es/components/Tabs/horizontal/HorizontalIconTabItem.config.js
CHANGED
|
@@ -179,19 +179,6 @@ function _templateObject9() {
|
|
|
179
179
|
return data;
|
|
180
180
|
}
|
|
181
181
|
function _templateObject10() {
|
|
182
|
-
var data = _tagged_template_literal([
|
|
183
|
-
"\n ",
|
|
184
|
-
": 0.375rem;\n ",
|
|
185
|
-
": 0rem;\n ",
|
|
186
|
-
": 0.625rem;\n\n ",
|
|
187
|
-
": -0.125rem;\n "
|
|
188
|
-
]);
|
|
189
|
-
_templateObject10 = function _templateObject() {
|
|
190
|
-
return data;
|
|
191
|
-
};
|
|
192
|
-
return data;
|
|
193
|
-
}
|
|
194
|
-
function _templateObject11() {
|
|
195
182
|
var data = _tagged_template_literal([
|
|
196
183
|
"\n ",
|
|
197
184
|
": 0.5rem;\n ",
|
|
@@ -199,12 +186,12 @@ function _templateObject11() {
|
|
|
199
186
|
": 0.75rem;\n\n ",
|
|
200
187
|
": -0.125rem;\n "
|
|
201
188
|
]);
|
|
202
|
-
|
|
189
|
+
_templateObject10 = function _templateObject() {
|
|
203
190
|
return data;
|
|
204
191
|
};
|
|
205
192
|
return data;
|
|
206
193
|
}
|
|
207
|
-
function
|
|
194
|
+
function _templateObject11() {
|
|
208
195
|
var data = _tagged_template_literal([
|
|
209
196
|
"\n ",
|
|
210
197
|
": 0.625rem;\n ",
|
|
@@ -212,12 +199,12 @@ function _templateObject12() {
|
|
|
212
199
|
": 0.875rem;\n\n ",
|
|
213
200
|
": -0.125rem;\n "
|
|
214
201
|
]);
|
|
215
|
-
|
|
202
|
+
_templateObject11 = function _templateObject() {
|
|
216
203
|
return data;
|
|
217
204
|
};
|
|
218
205
|
return data;
|
|
219
206
|
}
|
|
220
|
-
function
|
|
207
|
+
function _templateObject12() {
|
|
221
208
|
var data = _tagged_template_literal([
|
|
222
209
|
"\n ",
|
|
223
210
|
": 0.75rem;\n ",
|
|
@@ -225,17 +212,17 @@ function _templateObject13() {
|
|
|
225
212
|
": 1rem;\n\n ",
|
|
226
213
|
": 0;\n "
|
|
227
214
|
]);
|
|
228
|
-
|
|
215
|
+
_templateObject12 = function _templateObject() {
|
|
229
216
|
return data;
|
|
230
217
|
};
|
|
231
218
|
return data;
|
|
232
219
|
}
|
|
233
|
-
function
|
|
220
|
+
function _templateObject13() {
|
|
234
221
|
var data = _tagged_template_literal([
|
|
235
222
|
"\n ",
|
|
236
223
|
": 0.4;\n "
|
|
237
224
|
]);
|
|
238
|
-
|
|
225
|
+
_templateObject13 = function _templateObject() {
|
|
239
226
|
return data;
|
|
240
227
|
};
|
|
241
228
|
return data;
|
|
@@ -258,15 +245,14 @@ export var config = {
|
|
|
258
245
|
s: css(_templateObject5(), tabsTokens.itemBorderRadius, tabsTokens.itemPadding, tabsTokens.itemContentGap, tabsTokens.actionContentMarginLeft),
|
|
259
246
|
m: css(_templateObject6(), tabsTokens.itemBorderRadius, tabsTokens.itemPadding, tabsTokens.itemContentGap, tabsTokens.actionContentMarginLeft),
|
|
260
247
|
l: css(_templateObject7(), tabsTokens.itemBorderRadius, tabsTokens.itemPadding, tabsTokens.itemContentGap, tabsTokens.actionContentMarginLeft),
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
h1: css(_templateObject13(), tabsTokens.itemBorderRadius, tabsTokens.itemPadding, tabsTokens.itemContentGap, tabsTokens.actionContentMarginLeft)
|
|
248
|
+
h5: css(_templateObject8(), tabsTokens.itemBorderRadius, tabsTokens.itemPadding, tabsTokens.itemContentGap, tabsTokens.actionContentMarginLeft),
|
|
249
|
+
h4: css(_templateObject9(), tabsTokens.itemBorderRadius, tabsTokens.itemPadding, tabsTokens.itemContentGap, tabsTokens.actionContentMarginLeft),
|
|
250
|
+
h3: css(_templateObject10(), tabsTokens.itemBorderRadius, tabsTokens.itemPadding, tabsTokens.itemContentGap, tabsTokens.actionContentMarginLeft),
|
|
251
|
+
h2: css(_templateObject11(), tabsTokens.itemBorderRadius, tabsTokens.itemPadding, tabsTokens.itemContentGap, tabsTokens.actionContentMarginLeft),
|
|
252
|
+
h1: css(_templateObject12(), tabsTokens.itemBorderRadius, tabsTokens.itemPadding, tabsTokens.itemContentGap, tabsTokens.actionContentMarginLeft)
|
|
267
253
|
},
|
|
268
254
|
disabled: {
|
|
269
|
-
true: css(
|
|
255
|
+
true: css(_templateObject13(), tabsTokens.disabledOpacity)
|
|
270
256
|
}
|
|
271
257
|
}
|
|
272
258
|
};
|
|
@@ -223,28 +223,6 @@ function _templateObject7() {
|
|
|
223
223
|
return data;
|
|
224
224
|
}
|
|
225
225
|
function _templateObject8() {
|
|
226
|
-
var data = _tagged_template_literal([
|
|
227
|
-
"\n ",
|
|
228
|
-
": 0.375rem;\n ",
|
|
229
|
-
": auto;\n ",
|
|
230
|
-
": 3rem;\n ",
|
|
231
|
-
": 0 0.125rem;\n ",
|
|
232
|
-
": 1.5rem;\n ",
|
|
233
|
-
": 0.625rem;\n\n ",
|
|
234
|
-
": var(--plasma-typo-h6-font-family);\n ",
|
|
235
|
-
": var(--plasma-typo-h6-font-size);\n ",
|
|
236
|
-
": var(--plasma-typo-h6-font-style);\n ",
|
|
237
|
-
": var(--plasma-typo-h6-font-weight);\n ",
|
|
238
|
-
": var(--plasma-typo-h6-letter-spacing);\n ",
|
|
239
|
-
": var(--plasma-typo-h6-line-height);\n\n ",
|
|
240
|
-
": -0.125rem;\n "
|
|
241
|
-
]);
|
|
242
|
-
_templateObject8 = function _templateObject() {
|
|
243
|
-
return data;
|
|
244
|
-
};
|
|
245
|
-
return data;
|
|
246
|
-
}
|
|
247
|
-
function _templateObject9() {
|
|
248
226
|
var data = _tagged_template_literal([
|
|
249
227
|
"\n ",
|
|
250
228
|
": 0.375rem;\n ",
|
|
@@ -261,12 +239,12 @@ function _templateObject9() {
|
|
|
261
239
|
": var(--plasma-typo-h5-line-height);\n\n ",
|
|
262
240
|
": -0.125rem;\n "
|
|
263
241
|
]);
|
|
264
|
-
|
|
242
|
+
_templateObject8 = function _templateObject() {
|
|
265
243
|
return data;
|
|
266
244
|
};
|
|
267
245
|
return data;
|
|
268
246
|
}
|
|
269
|
-
function
|
|
247
|
+
function _templateObject9() {
|
|
270
248
|
var data = _tagged_template_literal([
|
|
271
249
|
"\n ",
|
|
272
250
|
": 0.375rem;\n ",
|
|
@@ -283,12 +261,12 @@ function _templateObject10() {
|
|
|
283
261
|
": var(--plasma-typo-h4-line-height);\n\n ",
|
|
284
262
|
": -0.125rem;\n "
|
|
285
263
|
]);
|
|
286
|
-
|
|
264
|
+
_templateObject9 = function _templateObject() {
|
|
287
265
|
return data;
|
|
288
266
|
};
|
|
289
267
|
return data;
|
|
290
268
|
}
|
|
291
|
-
function
|
|
269
|
+
function _templateObject10() {
|
|
292
270
|
var data = _tagged_template_literal([
|
|
293
271
|
"\n ",
|
|
294
272
|
": 0.5rem;\n ",
|
|
@@ -305,12 +283,12 @@ function _templateObject11() {
|
|
|
305
283
|
": var(--plasma-typo-h3-line-height);\n\n ",
|
|
306
284
|
": -0.125rem;\n "
|
|
307
285
|
]);
|
|
308
|
-
|
|
286
|
+
_templateObject10 = function _templateObject() {
|
|
309
287
|
return data;
|
|
310
288
|
};
|
|
311
289
|
return data;
|
|
312
290
|
}
|
|
313
|
-
function
|
|
291
|
+
function _templateObject11() {
|
|
314
292
|
var data = _tagged_template_literal([
|
|
315
293
|
"\n ",
|
|
316
294
|
": 0.625rem;\n ",
|
|
@@ -327,12 +305,12 @@ function _templateObject12() {
|
|
|
327
305
|
": var(--plasma-typo-h2-line-height);\n\n ",
|
|
328
306
|
": -0.125rem;\n "
|
|
329
307
|
]);
|
|
330
|
-
|
|
308
|
+
_templateObject11 = function _templateObject() {
|
|
331
309
|
return data;
|
|
332
310
|
};
|
|
333
311
|
return data;
|
|
334
312
|
}
|
|
335
|
-
function
|
|
313
|
+
function _templateObject12() {
|
|
336
314
|
var data = _tagged_template_literal([
|
|
337
315
|
"\n ",
|
|
338
316
|
": 0.75rem;\n ",
|
|
@@ -349,36 +327,36 @@ function _templateObject13() {
|
|
|
349
327
|
": var(--plasma-typo-h1-line-height);\n\n ",
|
|
350
328
|
": 0;\n "
|
|
351
329
|
]);
|
|
352
|
-
|
|
330
|
+
_templateObject12 = function _templateObject() {
|
|
353
331
|
return data;
|
|
354
332
|
};
|
|
355
333
|
return data;
|
|
356
334
|
}
|
|
357
|
-
function
|
|
335
|
+
function _templateObject13() {
|
|
358
336
|
var data = _tagged_template_literal([
|
|
359
337
|
"\n ",
|
|
360
338
|
": 0.4;\n "
|
|
361
339
|
]);
|
|
362
|
-
|
|
340
|
+
_templateObject13 = function _templateObject() {
|
|
363
341
|
return data;
|
|
364
342
|
};
|
|
365
343
|
return data;
|
|
366
344
|
}
|
|
367
|
-
function
|
|
345
|
+
function _templateObject14() {
|
|
368
346
|
var data = _tagged_template_literal([
|
|
369
347
|
"\n ",
|
|
370
348
|
": 1.5rem;\n "
|
|
371
349
|
]);
|
|
372
|
-
|
|
350
|
+
_templateObject14 = function _templateObject() {
|
|
373
351
|
return data;
|
|
374
352
|
};
|
|
375
353
|
return data;
|
|
376
354
|
}
|
|
377
|
-
function
|
|
355
|
+
function _templateObject15() {
|
|
378
356
|
var data = _tagged_template_literal([
|
|
379
357
|
""
|
|
380
358
|
]);
|
|
381
|
-
|
|
359
|
+
_templateObject15 = function _templateObject() {
|
|
382
360
|
return data;
|
|
383
361
|
};
|
|
384
362
|
return data;
|
|
@@ -401,21 +379,20 @@ export var config = {
|
|
|
401
379
|
s: css(_templateObject5(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.actionContentMarginLeft),
|
|
402
380
|
m: css(_templateObject6(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.actionContentMarginLeft),
|
|
403
381
|
l: css(_templateObject7(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.actionContentMarginLeft),
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
h1: css(_templateObject13(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.actionContentMarginLeft)
|
|
382
|
+
h5: css(_templateObject8(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.actionContentMarginLeft),
|
|
383
|
+
h4: css(_templateObject9(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.actionContentMarginLeft),
|
|
384
|
+
h3: css(_templateObject10(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.actionContentMarginLeft),
|
|
385
|
+
h2: css(_templateObject11(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.actionContentMarginLeft),
|
|
386
|
+
h1: css(_templateObject12(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.actionContentMarginLeft)
|
|
410
387
|
},
|
|
411
388
|
disabled: {
|
|
412
|
-
true: css(
|
|
389
|
+
true: css(_templateObject13(), tabsTokens.disabledOpacity)
|
|
413
390
|
},
|
|
414
391
|
pilled: {
|
|
415
|
-
true: css(
|
|
392
|
+
true: css(_templateObject14(), tabsTokens.itemPilledBorderRadius)
|
|
416
393
|
},
|
|
417
394
|
truncate: {
|
|
418
|
-
true: css(
|
|
395
|
+
true: css(_templateObject15())
|
|
419
396
|
}
|
|
420
397
|
}
|
|
421
398
|
};
|
|
@@ -146,10 +146,10 @@ function _templateObject8() {
|
|
|
146
146
|
function _templateObject9() {
|
|
147
147
|
var data = _tagged_template_literal([
|
|
148
148
|
"\n ",
|
|
149
|
-
": 0.
|
|
149
|
+
": 0.625rem;\n ",
|
|
150
150
|
": fit-content;\n ",
|
|
151
151
|
": auto;\n ",
|
|
152
|
-
": 0.
|
|
152
|
+
": 0.375rem;\n ",
|
|
153
153
|
": 0rem;\n "
|
|
154
154
|
]);
|
|
155
155
|
_templateObject9 = function _templateObject() {
|
|
@@ -160,10 +160,10 @@ function _templateObject9() {
|
|
|
160
160
|
function _templateObject10() {
|
|
161
161
|
var data = _tagged_template_literal([
|
|
162
162
|
"\n ",
|
|
163
|
-
": 0.
|
|
163
|
+
": 0.75rem;\n ",
|
|
164
164
|
": fit-content;\n ",
|
|
165
165
|
": auto;\n ",
|
|
166
|
-
": 0.
|
|
166
|
+
": 0.5rem;\n ",
|
|
167
167
|
": 0rem;\n "
|
|
168
168
|
]);
|
|
169
169
|
_templateObject10 = function _templateObject() {
|
|
@@ -177,7 +177,7 @@ function _templateObject11() {
|
|
|
177
177
|
": 0.75rem;\n ",
|
|
178
178
|
": fit-content;\n ",
|
|
179
179
|
": auto;\n ",
|
|
180
|
-
":
|
|
180
|
+
": 1rem;\n ",
|
|
181
181
|
": 0rem;\n "
|
|
182
182
|
]);
|
|
183
183
|
_templateObject11 = function _templateObject() {
|
|
@@ -188,11 +188,7 @@ function _templateObject11() {
|
|
|
188
188
|
function _templateObject12() {
|
|
189
189
|
var data = _tagged_template_literal([
|
|
190
190
|
"\n ",
|
|
191
|
-
":
|
|
192
|
-
": fit-content;\n ",
|
|
193
|
-
": auto;\n ",
|
|
194
|
-
": 1rem;\n ",
|
|
195
|
-
": 0rem;\n "
|
|
191
|
+
": 100%;\n "
|
|
196
192
|
]);
|
|
197
193
|
_templateObject12 = function _templateObject() {
|
|
198
194
|
return data;
|
|
@@ -202,7 +198,7 @@ function _templateObject12() {
|
|
|
202
198
|
function _templateObject13() {
|
|
203
199
|
var data = _tagged_template_literal([
|
|
204
200
|
"\n ",
|
|
205
|
-
":
|
|
201
|
+
": 0.4;\n "
|
|
206
202
|
]);
|
|
207
203
|
_templateObject13 = function _templateObject() {
|
|
208
204
|
return data;
|
|
@@ -210,21 +206,11 @@ function _templateObject13() {
|
|
|
210
206
|
return data;
|
|
211
207
|
}
|
|
212
208
|
function _templateObject14() {
|
|
213
|
-
var data = _tagged_template_literal([
|
|
214
|
-
"\n ",
|
|
215
|
-
": 0.4;\n "
|
|
216
|
-
]);
|
|
217
|
-
_templateObject14 = function _templateObject() {
|
|
218
|
-
return data;
|
|
219
|
-
};
|
|
220
|
-
return data;
|
|
221
|
-
}
|
|
222
|
-
function _templateObject15() {
|
|
223
209
|
var data = _tagged_template_literal([
|
|
224
210
|
"\n ",
|
|
225
211
|
": 1.625rem;\n "
|
|
226
212
|
]);
|
|
227
|
-
|
|
213
|
+
_templateObject14 = function _templateObject() {
|
|
228
214
|
return data;
|
|
229
215
|
};
|
|
230
216
|
return data;
|
|
@@ -246,21 +232,20 @@ export var config = {
|
|
|
246
232
|
s: css(_templateObject4(), tabsTokens.tabsBorderRadius, tabsTokens.tabsWidth, tabsTokens.tabsHeight, tabsTokens.arrowInnerPadding, tabsTokens.arrowOuterPadding),
|
|
247
233
|
m: css(_templateObject5(), tabsTokens.tabsBorderRadius, tabsTokens.tabsWidth, tabsTokens.tabsHeight, tabsTokens.arrowInnerPadding, tabsTokens.arrowOuterPadding),
|
|
248
234
|
l: css(_templateObject6(), tabsTokens.tabsBorderRadius, tabsTokens.tabsWidth, tabsTokens.tabsHeight, tabsTokens.arrowInnerPadding, tabsTokens.arrowOuterPadding),
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
h1: css(_templateObject12(), tabsTokens.tabsBorderRadius, tabsTokens.tabsWidth, tabsTokens.tabsHeight, tabsTokens.arrowInnerPadding, tabsTokens.arrowOuterPadding)
|
|
235
|
+
h5: css(_templateObject7(), tabsTokens.tabsBorderRadius, tabsTokens.tabsWidth, tabsTokens.tabsHeight, tabsTokens.arrowInnerPadding, tabsTokens.arrowOuterPadding),
|
|
236
|
+
h4: css(_templateObject8(), tabsTokens.tabsBorderRadius, tabsTokens.tabsWidth, tabsTokens.tabsHeight, tabsTokens.arrowInnerPadding, tabsTokens.arrowOuterPadding),
|
|
237
|
+
h3: css(_templateObject9(), tabsTokens.tabsBorderRadius, tabsTokens.tabsWidth, tabsTokens.tabsHeight, tabsTokens.arrowInnerPadding, tabsTokens.arrowOuterPadding),
|
|
238
|
+
h2: css(_templateObject10(), tabsTokens.tabsBorderRadius, tabsTokens.tabsWidth, tabsTokens.tabsHeight, tabsTokens.arrowInnerPadding, tabsTokens.arrowOuterPadding),
|
|
239
|
+
h1: css(_templateObject11(), tabsTokens.tabsBorderRadius, tabsTokens.tabsWidth, tabsTokens.tabsHeight, tabsTokens.arrowInnerPadding, tabsTokens.arrowOuterPadding)
|
|
255
240
|
},
|
|
256
241
|
stretch: {
|
|
257
|
-
true: css(
|
|
242
|
+
true: css(_templateObject12(), tabsTokens.containerWidth)
|
|
258
243
|
},
|
|
259
244
|
disabled: {
|
|
260
|
-
true: css(
|
|
245
|
+
true: css(_templateObject13(), tabsTokens.disabledOpacity)
|
|
261
246
|
},
|
|
262
247
|
pilled: {
|
|
263
|
-
true: css(
|
|
248
|
+
true: css(_templateObject14(), tabsTokens.tabsPilledBorderRadius)
|
|
264
249
|
}
|
|
265
250
|
}
|
|
266
251
|
};
|
|
@@ -19,6 +19,7 @@ function _templateObject() {
|
|
|
19
19
|
": var(--text-secondary);\n ",
|
|
20
20
|
": var(--text-accent);\n\n ",
|
|
21
21
|
": var(--surface-negative);\n\n ",
|
|
22
|
+
": var(--shadow-down-soft-s);\n\n ",
|
|
22
23
|
": var(--surface-transparent-primary);\n ",
|
|
23
24
|
": var(--surface-transparent-secondary);\n ",
|
|
24
25
|
": var(--surface-transparent-negative);\n ",
|
|
@@ -319,7 +320,7 @@ export var config = {
|
|
|
319
320
|
},
|
|
320
321
|
variations: {
|
|
321
322
|
view: {
|
|
322
|
-
default: css(_templateObject(), tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.labelColor, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.indicatorColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldPlaceholderColorFocus, tokens.timePickerBackground, tokens.itemBackgroundHover, tokens.itemBackgroundActive, tokens.scrollbarColor, tokens.scrollbarTrackColor)
|
|
323
|
+
default: css(_templateObject(), tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.labelColor, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.indicatorColor, tokens.timePickerShadow, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldPlaceholderColorFocus, tokens.timePickerBackground, tokens.itemBackgroundHover, tokens.itemBackgroundActive, tokens.scrollbarColor, tokens.scrollbarTrackColor)
|
|
323
324
|
},
|
|
324
325
|
size: {
|
|
325
326
|
l: css(_templateObject1(), tokens.width, tokens.borderRadius, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.timePickerBorderRadius, tokens.timePickerWidth, tokens.timePickerPadding, tokens.columnHeight, tokens.itemFontFamily, tokens.itemFontSize, tokens.itemFontStyle, tokens.itemFontWeight, tokens.itemLetterSpacing, tokens.itemLineHeight, tokens.itemHeight, tokens.itemBorderRadius, tokens.itemPadding, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.scrollbarWidth, tokens.scrollbarMargin),
|
|
@@ -93,23 +93,6 @@ function _templateObject4() {
|
|
|
93
93
|
};
|
|
94
94
|
return data;
|
|
95
95
|
}
|
|
96
|
-
function _templateObject5() {
|
|
97
|
-
var data = _tagged_template_literal([
|
|
98
|
-
"\n ",
|
|
99
|
-
": var(--plasma-typo-h6-font-family);\n ",
|
|
100
|
-
": var(--plasma-typo-h6-font-size);\n ",
|
|
101
|
-
": var(--plasma-typo-h6-font-style);\n ",
|
|
102
|
-
": var(--plasma-typo-h6-font-weight);\n ",
|
|
103
|
-
": var(--plasma-typo-h6-bold-font-weight);\n ",
|
|
104
|
-
": var(--plasma-typo-h6-medium-font-weight);\n ",
|
|
105
|
-
": var(--plasma-typo-h6-letter-spacing);\n ",
|
|
106
|
-
": var(--plasma-typo-h6-line-height);\n "
|
|
107
|
-
]);
|
|
108
|
-
_templateObject5 = function _templateObject() {
|
|
109
|
-
return data;
|
|
110
|
-
};
|
|
111
|
-
return data;
|
|
112
|
-
}
|
|
113
96
|
import { css, typographyTokens } from '@salutejs/plasma-new-hope/styled-components';
|
|
114
97
|
export var configH1 = {
|
|
115
98
|
defaults: {
|
|
@@ -161,13 +144,3 @@ export var configH5 = {
|
|
|
161
144
|
}
|
|
162
145
|
}
|
|
163
146
|
};
|
|
164
|
-
export var configH6 = {
|
|
165
|
-
defaults: {
|
|
166
|
-
size: 'h6'
|
|
167
|
-
},
|
|
168
|
-
variations: {
|
|
169
|
-
size: {
|
|
170
|
-
h6: css(_templateObject5(), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { bodyConfig, dsplConfig, headingConfig, textConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
|
|
2
2
|
import { configL as bodyConfigLCustom, configM as bodyConfigMCustom, configS as bodyConfigSCustom, configXS as bodyConfigXSCustom, configXXS as bodyConfigXXSCustom } from './Body.config';
|
|
3
3
|
import { configL as dsplConfigLCustom, configM as dsplConfigMCustom, configS as dsplConfigSCustom } from './Dspl.config';
|
|
4
|
-
import { configH1 as headingConfigH1Custom, configH2 as headingConfigH2Custom, configH3 as headingConfigH3Custom, configH4 as headingConfigH4Custom, configH5 as headingConfigH5Custom
|
|
4
|
+
import { configH1 as headingConfigH1Custom, configH2 as headingConfigH2Custom, configH3 as headingConfigH3Custom, configH4 as headingConfigH4Custom, configH5 as headingConfigH5Custom } from './Heading.config';
|
|
5
5
|
import { configL as textConfigLCustom, configM as textConfigMCustom, configS as textConfigSCustom, configXS as textConfigXSCustom } from './Text.config';
|
|
6
6
|
var bodyMConfig = mergeConfig(bodyConfig, bodyConfigMCustom);
|
|
7
7
|
var BodyMComponent = component(bodyMConfig);
|
|
@@ -29,8 +29,6 @@ var heading4Config = mergeConfig(headingConfig, headingConfigH4Custom);
|
|
|
29
29
|
var Heading4Component = component(heading4Config);
|
|
30
30
|
var heading5Config = mergeConfig(headingConfig, headingConfigH5Custom);
|
|
31
31
|
var Heading5Component = component(heading5Config);
|
|
32
|
-
var heading6Config = mergeConfig(headingConfig, headingConfigH6Custom);
|
|
33
|
-
var Heading6Component = component(heading6Config);
|
|
34
32
|
var textMConfig = mergeConfig(textConfig, textConfigMCustom);
|
|
35
33
|
var TextMComponent = component(textMConfig);
|
|
36
34
|
var textLConfig = mergeConfig(textConfig, textConfigLCustom);
|
|
@@ -52,7 +50,6 @@ export var H2 = Heading2Component;
|
|
|
52
50
|
export var H3 = Heading3Component;
|
|
53
51
|
export var H4 = Heading4Component;
|
|
54
52
|
export var H5 = Heading5Component;
|
|
55
|
-
export var H6 = Heading6Component;
|
|
56
53
|
export var TextM = TextMComponent;
|
|
57
54
|
export var TextL = TextLComponent;
|
|
58
55
|
export var TextS = TextSComponent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { BodyL, BodyM, BodyS, BodyXS, BodyXXS, DsplL, DsplM, DsplS, H1, H2, H3, H4, H5,
|
|
1
|
+
export { BodyL, BodyM, BodyS, BodyXS, BodyXXS, DsplL, DsplM, DsplS, H1, H2, H3, H4, H5, TextL, TextM, TextS, TextXS } from './Typography';
|
|
2
2
|
export { Body1, Body2, Button1, Button2, Caption, Footnote1, Footnote2, Headline1, Headline2, Headline3, Headline4, Headline5, P1, P2, ParagraphText1, ParagraphText2, Subtitle, Underline } from './Old';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { dsplL, dsplLBold, dsplM, dsplMBold, dsplS, dsplSBold, h1, h1Bold, h2, h2Bold, h3, h3Bold, h4, h4Bold, h5, h5Bold,
|
|
1
|
+
export { dsplL, dsplLBold, dsplM, dsplMBold, dsplS, dsplSBold, h1, h1Bold, h2, h2Bold, h3, h3Bold, h4, h4Bold, h5, h5Bold, bodyL, bodyLBold, bodyM, bodyMBold, bodyS, bodySBold, bodyXS, bodyXSBold, bodyXXS, bodyXXSBold, textL, textLBold, textM, textMBold, textS, textSBold, textXS, textXSBold, body1, body2, body3, button1, button2, caption, display1, display2, display3, footnote1, footnote2, headline1, headline2, headline3, headline4, paragraph1, paragraph2, underline } from '@salutejs/plasma-new-hope/styled-components';
|
|
2
2
|
export var fieldTypo = {
|
|
3
3
|
fontFamily: 'var(--plasma-field-font-family)',
|
|
4
4
|
fontSize: 'var(--plasma-field-font-size)',
|