@salutejs/sdds-serv 0.323.0-canary.2238.17818313113.0 → 0.323.0-canary.2239.17794430722.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/Attach/Attach.config.js +1 -1
- package/components/Attach/Attach.config.js.map +1 -1
- package/components/Attach/{Attach.config_18v389v.css → Attach.config_ld8c4j.css} +4 -4
- package/components/Attach/Attach.css +16 -16
- package/components/Drawer/Drawer.d.ts +0 -1
- package/components/Skeleton/LineSkeleton.config.d.ts +0 -5
- package/components/Skeleton/LineSkeleton.config.js +19 -24
- package/components/Skeleton/LineSkeleton.config.js.map +1 -1
- package/components/Skeleton/LineSkeleton.config_10dcgps.css +17 -0
- package/components/Skeleton/Skeleton.css +17 -19
- package/components/Skeleton/Skeleton.d.ts +0 -8
- package/emotion/cjs/components/Attach/Attach.config.js +4 -8
- package/emotion/cjs/components/Skeleton/LineSkeleton.config.js +51 -76
- package/emotion/es/components/Attach/Attach.config.js +4 -8
- package/emotion/es/components/Skeleton/LineSkeleton.config.js +51 -76
- package/es/components/Attach/Attach.config.js +1 -1
- package/es/components/Attach/Attach.config.js.map +1 -1
- package/es/components/Attach/{Attach.config_18v389v.css → Attach.config_ld8c4j.css} +4 -4
- package/es/components/Attach/Attach.css +16 -16
- package/es/components/Skeleton/LineSkeleton.config.js +19 -24
- package/es/components/Skeleton/LineSkeleton.config.js.map +1 -1
- package/es/components/Skeleton/LineSkeleton.config_10dcgps.css +17 -0
- package/es/components/Skeleton/Skeleton.css +17 -19
- package/es/index.css +33 -35
- package/package.json +7 -7
- package/styled-components/cjs/components/Attach/Attach.config.js +4 -8
- package/styled-components/cjs/components/Skeleton/LineSkeleton.config.js +51 -76
- package/styled-components/es/components/Attach/Attach.config.js +4 -8
- package/styled-components/es/components/Skeleton/LineSkeleton.config.js +51 -76
- package/components/Skeleton/LineSkeleton.config_1sqmb2e.css +0 -19
- package/es/components/Skeleton/LineSkeleton.config_1sqmb2e.css +0 -19
@@ -1,36 +1,31 @@
|
|
1
|
-
require('./LineSkeleton.
|
1
|
+
require('./LineSkeleton.config_10dcgps.css');
|
2
2
|
'use strict';
|
3
3
|
|
4
4
|
Object.defineProperty(exports, '__esModule', { value: true });
|
5
5
|
|
6
6
|
var config = {
|
7
7
|
defaults: {
|
8
|
-
size: 'bodyM'
|
9
|
-
view: 'default'
|
8
|
+
size: 'bodyM'
|
10
9
|
},
|
11
10
|
variations: {
|
12
|
-
view: {
|
13
|
-
"default": "d19llrr0",
|
14
|
-
lighter: "lownd2t"
|
15
|
-
},
|
16
11
|
size: {
|
17
|
-
bodyL: "
|
18
|
-
bodyM: "
|
19
|
-
bodyS: "
|
20
|
-
bodyXS: "
|
21
|
-
bodyXXS: "
|
22
|
-
dsplL: "
|
23
|
-
dsplM: "
|
24
|
-
dsplS: "
|
25
|
-
h1: "
|
26
|
-
h2: "
|
27
|
-
h3: "
|
28
|
-
h4: "
|
29
|
-
h5: "
|
30
|
-
textL: "
|
31
|
-
textM: "
|
32
|
-
textS: "
|
33
|
-
textXS: "
|
12
|
+
bodyL: "b19llrr0",
|
13
|
+
bodyM: "bownd2t",
|
14
|
+
bodyS: "b1vlwnuz",
|
15
|
+
bodyXS: "b72vt9m",
|
16
|
+
bodyXXS: "b7xroe3",
|
17
|
+
dsplL: "d6j6lo5",
|
18
|
+
dsplM: "dvy7k5l",
|
19
|
+
dsplS: "d17f8ptj",
|
20
|
+
h1: "h2hkci6",
|
21
|
+
h2: "hytodi8",
|
22
|
+
h3: "hl0wrbi",
|
23
|
+
h4: "hzwkeo",
|
24
|
+
h5: "hwfajcs",
|
25
|
+
textL: "t1cqdap2",
|
26
|
+
textM: "t7a1pe3",
|
27
|
+
textS: "tcgpodh",
|
28
|
+
textXS: "t1f4baxc"
|
34
29
|
}
|
35
30
|
}
|
36
31
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"LineSkeleton.config.js","sources":["../../src-css/components/Skeleton/LineSkeleton.config.ts"],"sourcesContent":["import { css, skeletonTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n size: 'bodyM',\n
|
1
|
+
{"version":3,"file":"LineSkeleton.config.js","sources":["../../src-css/components/Skeleton/LineSkeleton.config.ts"],"sourcesContent":["import { css, skeletonTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n size: 'bodyM',\n },\n variations: {\n size: {\n bodyL: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-body-l-font-size);\n `,\n bodyM: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-body-m-font-size);\n `,\n bodyS: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-body-s-font-size);\n `,\n bodyXS: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-body-xs-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-body-xs-font-size);\n `,\n bodyXXS: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-body-xxs-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-body-xxs-font-size);\n `,\n dsplL: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-dspl-l-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-dspl-l-font-size);\n `,\n dsplM: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-dspl-m-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-dspl-m-font-size);\n `,\n dsplS: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-dspl-s-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-dspl-s-font-size);\n `,\n h1: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-h1-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-h1-font-size);\n `,\n h2: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-h2-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-h2-font-size);\n `,\n h3: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-h3-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-h3-font-size);\n `,\n h4: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-h4-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-h4-font-size);\n `,\n h5: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-h5-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-h5-font-size);\n `,\n textL: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-text-l-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-text-l-font-size);\n `,\n textM: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-text-m-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-text-m-font-size);\n `,\n textS: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-text-s-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-text-s-font-size);\n `,\n textXS: css`\n ${skeletonTokens.lineHeight}: var(--plasma-typo-text-xs-line-height);\n ${skeletonTokens.visibleLineHeight}: var(--plasma-typo-text-xs-font-size);\n `,\n },\n },\n};\n"],"names":["config","defaults","size","variations","bodyL","bodyM","bodyS","bodyXS","bodyXXS","dsplL","dsplM","dsplS","h1","h2","h3","h4","h5","textL","textM","textS","textXS"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,OAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;AACFE,MAAAA,KAAK,EAGJ,UAAA;AACDC,MAAAA,KAAK,EAGJ,SAAA;AACDC,MAAAA,KAAK,EAGJ,UAAA;AACDC,MAAAA,MAAM,EAGL,SAAA;AACDC,MAAAA,OAAO,EAGN,SAAA;AACDC,MAAAA,KAAK,EAGJ,SAAA;AACDC,MAAAA,KAAK,EAGJ,SAAA;AACDC,MAAAA,KAAK,EAGJ,UAAA;AACDC,MAAAA,EAAE,EAGD,SAAA;AACDC,MAAAA,EAAE,EAGD,SAAA;AACDC,MAAAA,EAAE,EAGD,SAAA;AACDC,MAAAA,EAAE,EAGD,QAAA;AACDC,MAAAA,EAAE,EAGD,SAAA;AACDC,MAAAA,KAAK,EAGJ,UAAA;AACDC,MAAAA,KAAK,EAGJ,SAAA;AACDC,MAAAA,KAAK,EAGJ,SAAA;AACDC,MAAAA,MAAM,EAAA,UAAA;AAIV,KAAA;AACJ,GAAA;AACJ;;;;"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
.b19llrr0{--plasma-skeleton-line-height:var(--plasma-typo-body-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-l-font-size);}
|
2
|
+
.bownd2t{--plasma-skeleton-line-height:var(--plasma-typo-body-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-m-font-size);}
|
3
|
+
.b1vlwnuz{--plasma-skeleton-line-height:var(--plasma-typo-body-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-s-font-size);}
|
4
|
+
.b72vt9m{--plasma-skeleton-line-height:var(--plasma-typo-body-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xs-font-size);}
|
5
|
+
.b7xroe3{--plasma-skeleton-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xxs-font-size);}
|
6
|
+
.d6j6lo5{--plasma-skeleton-line-height:var(--plasma-typo-dspl-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-l-font-size);}
|
7
|
+
.dvy7k5l{--plasma-skeleton-line-height:var(--plasma-typo-dspl-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-m-font-size);}
|
8
|
+
.d17f8ptj{--plasma-skeleton-line-height:var(--plasma-typo-dspl-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-s-font-size);}
|
9
|
+
.h2hkci6{--plasma-skeleton-line-height:var(--plasma-typo-h1-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h1-font-size);}
|
10
|
+
.hytodi8{--plasma-skeleton-line-height:var(--plasma-typo-h2-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h2-font-size);}
|
11
|
+
.hl0wrbi{--plasma-skeleton-line-height:var(--plasma-typo-h3-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h3-font-size);}
|
12
|
+
.hzwkeo{--plasma-skeleton-line-height:var(--plasma-typo-h4-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h4-font-size);}
|
13
|
+
.hwfajcs{--plasma-skeleton-line-height:var(--plasma-typo-h5-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h5-font-size);}
|
14
|
+
.t1cqdap2{--plasma-skeleton-line-height:var(--plasma-typo-text-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-l-font-size);}
|
15
|
+
.t7a1pe3{--plasma-skeleton-line-height:var(--plasma-typo-text-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-m-font-size);}
|
16
|
+
.tcgpodh{--plasma-skeleton-line-height:var(--plasma-typo-text-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-s-font-size);}
|
17
|
+
.t1f4baxc{--plasma-skeleton-line-height:var(--plasma-typo-text-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-xs-font-size);}
|
@@ -1,19 +1,17 @@
|
|
1
|
-
.
|
2
|
-
.
|
3
|
-
.
|
4
|
-
.
|
5
|
-
.
|
6
|
-
.
|
7
|
-
.
|
8
|
-
.
|
9
|
-
.
|
10
|
-
.
|
11
|
-
.
|
12
|
-
.
|
13
|
-
.
|
14
|
-
.
|
15
|
-
.
|
16
|
-
.
|
17
|
-
.
|
18
|
-
.LineSkeleton_config_1sqmb2e_tku2ojo__0382b704{--plasma-skeleton-line-height:var(--plasma-typo-text-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-s-font-size);}
|
19
|
-
.LineSkeleton_config_1sqmb2e_tfwhw7s__0382b704{--plasma-skeleton-line-height:var(--plasma-typo-text-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-xs-font-size);}
|
1
|
+
.LineSkeleton_config_10dcgps_b19llrr0__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-body-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-l-font-size);}
|
2
|
+
.LineSkeleton_config_10dcgps_bownd2t__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-body-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-m-font-size);}
|
3
|
+
.LineSkeleton_config_10dcgps_b1vlwnuz__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-body-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-s-font-size);}
|
4
|
+
.LineSkeleton_config_10dcgps_b72vt9m__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-body-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xs-font-size);}
|
5
|
+
.LineSkeleton_config_10dcgps_b7xroe3__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xxs-font-size);}
|
6
|
+
.LineSkeleton_config_10dcgps_d6j6lo5__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-dspl-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-l-font-size);}
|
7
|
+
.LineSkeleton_config_10dcgps_dvy7k5l__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-dspl-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-m-font-size);}
|
8
|
+
.LineSkeleton_config_10dcgps_d17f8ptj__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-dspl-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-s-font-size);}
|
9
|
+
.LineSkeleton_config_10dcgps_h2hkci6__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-h1-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h1-font-size);}
|
10
|
+
.LineSkeleton_config_10dcgps_hytodi8__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-h2-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h2-font-size);}
|
11
|
+
.LineSkeleton_config_10dcgps_hl0wrbi__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-h3-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h3-font-size);}
|
12
|
+
.LineSkeleton_config_10dcgps_hzwkeo__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-h4-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h4-font-size);}
|
13
|
+
.LineSkeleton_config_10dcgps_hwfajcs__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-h5-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h5-font-size);}
|
14
|
+
.LineSkeleton_config_10dcgps_t1cqdap2__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-text-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-l-font-size);}
|
15
|
+
.LineSkeleton_config_10dcgps_t7a1pe3__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-text-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-m-font-size);}
|
16
|
+
.LineSkeleton_config_10dcgps_tcgpodh__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-text-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-s-font-size);}
|
17
|
+
.LineSkeleton_config_10dcgps_t1f4baxc__bd43c228{--plasma-skeleton-line-height:var(--plasma-typo-text-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-xs-font-size);}
|
@@ -1,9 +1,5 @@
|
|
1
1
|
import { RectSkeleton, withSkeleton } from '@salutejs/plasma-new-hope/styled-components';
|
2
2
|
export declare const LineSkeleton: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
3
|
-
view: {
|
4
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
5
|
-
lighter: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
6
|
-
};
|
7
3
|
size: {
|
8
4
|
bodyL: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
9
5
|
bodyM: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -28,10 +24,6 @@ export declare const LineSkeleton: import("react").FunctionComponent<import("@sa
|
|
28
24
|
roundness?: import("@salutejs/plasma-new-hope/styled-components").Roundness;
|
29
25
|
} & import("@salutejs/plasma-new-hope/styled-components").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement>>;
|
30
26
|
export declare const TextSkeleton: import("react").FC<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
31
|
-
view: {
|
32
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
33
|
-
lighter: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
34
|
-
};
|
35
27
|
size: {
|
36
28
|
bodyL: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
37
29
|
bodyM: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -492,7 +492,6 @@ function _templateObject12() {
|
|
492
492
|
": 0.5rem;\n ",
|
493
493
|
": 1.625rem;\n\n ",
|
494
494
|
": 3.5rem;\n ",
|
495
|
-
": 3.5rem;\n ",
|
496
495
|
": 12.5rem;\n ",
|
497
496
|
": 1.5rem;\n ",
|
498
497
|
": 0.875rem;\n ",
|
@@ -569,7 +568,6 @@ function _templateObject13() {
|
|
569
568
|
": 0.5rem;\n ",
|
570
569
|
": 1.625rem;\n\n ",
|
571
570
|
": 3rem;\n ",
|
572
|
-
": 3rem;\n ",
|
573
571
|
": 11.25rem;\n ",
|
574
572
|
": 1.25rem;\n ",
|
575
573
|
": 0.75rem;\n ",
|
@@ -646,7 +644,6 @@ function _templateObject14() {
|
|
646
644
|
": 0.375rem;\n ",
|
647
645
|
": 1.5rem;\n\n ",
|
648
646
|
": 2.5rem;\n ",
|
649
|
-
": 2.5rem;\n ",
|
650
647
|
": 11.25rem;\n ",
|
651
648
|
": 1rem;\n ",
|
652
649
|
": 0.625rem;\n ",
|
@@ -723,7 +720,6 @@ function _templateObject15() {
|
|
723
720
|
": 0.25rem;\n ",
|
724
721
|
": 1.375rem;\n\n ",
|
725
722
|
": 2rem;\n ",
|
726
|
-
": 2rem;\n ",
|
727
723
|
": 10rem;\n ",
|
728
724
|
": 0.75rem;\n ",
|
729
725
|
": 0.5rem;\n ",
|
@@ -818,10 +814,10 @@ var config = {
|
|
818
814
|
negative: (0, _emotion.css)(_templateObject11(), _emotion.attachTokens.helperTextColor)
|
819
815
|
},
|
820
816
|
size: {
|
821
|
-
l: (0, _emotion.css)(_templateObject12(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.
|
822
|
-
m: (0, _emotion.css)(_templateObject13(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.
|
823
|
-
s: (0, _emotion.css)(_templateObject14(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.
|
824
|
-
xs: (0, _emotion.css)(_templateObject15(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.
|
817
|
+
l: (0, _emotion.css)(_templateObject12(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor),
|
818
|
+
m: (0, _emotion.css)(_templateObject13(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor),
|
819
|
+
s: (0, _emotion.css)(_templateObject14(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor),
|
820
|
+
xs: (0, _emotion.css)(_templateObject15(), _emotion.attachTokens.horizontalGap, _emotion.attachTokens.verticalGap, _emotion.attachTokens.verticalGapWithHelperText, _emotion.attachTokens.buttonHeight, _emotion.attachTokens.buttonWidth, _emotion.attachTokens.buttonPadding, _emotion.attachTokens.buttonRadius, _emotion.attachTokens.buttonFontFamily, _emotion.attachTokens.buttonFontSize, _emotion.attachTokens.buttonFontStyle, _emotion.attachTokens.buttonFontWeight, _emotion.attachTokens.buttonLetterSpacing, _emotion.attachTokens.buttonLineHeight, _emotion.attachTokens.buttonSpinnerSize, _emotion.attachTokens.buttonSpinnerColor, _emotion.attachTokens.buttonLeftContentMargin, _emotion.attachTokens.buttonRightContentMargin, _emotion.attachTokens.buttonValueMargin, _emotion.attachTokens.cellWidth, _emotion.attachTokens.cellPadding, _emotion.attachTokens.cellPaddingLeftContent, _emotion.attachTokens.cellPaddingContent, _emotion.attachTokens.cellPaddingRightContent, _emotion.attachTokens.cellTextboxGap, _emotion.attachTokens.cellGap, _emotion.attachTokens.cellLabelFontFamily, _emotion.attachTokens.cellLabelFontSize, _emotion.attachTokens.cellLabelFontStyle, _emotion.attachTokens.cellLabelFontWeight, _emotion.attachTokens.cellLabelLetterSpacing, _emotion.attachTokens.cellLabelLineHeight, _emotion.attachTokens.cellTitleFontFamily, _emotion.attachTokens.cellTitleFontSize, _emotion.attachTokens.cellTitleFontStyle, _emotion.attachTokens.cellTitleFontWeight, _emotion.attachTokens.cellTitleLetterSpacing, _emotion.attachTokens.cellTitleLineHeight, _emotion.attachTokens.cellSubtitleFontFamily, _emotion.attachTokens.cellSubtitleFontSize, _emotion.attachTokens.cellSubtitleFontStyle, _emotion.attachTokens.cellSubtitleFontWeight, _emotion.attachTokens.cellSubtitleLetterSpacing, _emotion.attachTokens.cellSubtitleLineHeight, _emotion.attachTokens.iconButtonHeight, _emotion.attachTokens.iconButtonWidth, _emotion.attachTokens.iconButtonPadding, _emotion.attachTokens.iconButtonRadius, _emotion.attachTokens.iconButtonFontFamily, _emotion.attachTokens.iconButtonFontSize, _emotion.attachTokens.iconButtonFontStyle, _emotion.attachTokens.iconButtonFontWeight, _emotion.attachTokens.iconButtonLetterSpacing, _emotion.attachTokens.iconButtonLineHeight, _emotion.attachTokens.iconButtonSpinnerSize, _emotion.attachTokens.iconButtonSpinnerColor, _emotion.attachTokens.iconButtonCancelHeight, _emotion.attachTokens.iconButtonCancelWidth, _emotion.attachTokens.iconButtonCancelPadding, _emotion.attachTokens.iconButtonCancelRadius, _emotion.attachTokens.iconButtonCancelFontFamily, _emotion.attachTokens.iconButtonCancelFontSize, _emotion.attachTokens.iconButtonCancelFontStyle, _emotion.attachTokens.iconButtonCancelFontWeight, _emotion.attachTokens.iconButtonCancelLetterSpacing, _emotion.attachTokens.iconButtonCancelLineHeight, _emotion.attachTokens.iconButtonCancelSpinnerSize, _emotion.attachTokens.iconButtonCancelSpinnerColor)
|
825
821
|
}
|
826
822
|
}
|
827
823
|
};
|
@@ -20,240 +20,215 @@ function _tagged_template_literal(strings, raw) {
|
|
20
20
|
}));
|
21
21
|
}
|
22
22
|
function _templateObject() {
|
23
|
-
var data = _tagged_template_literal([
|
24
|
-
"\n ",
|
25
|
-
": var(--plasma-colors-skeleton-gradient, var(--surface-skeleton-gradient));\n "
|
26
|
-
]);
|
27
|
-
_templateObject = function _templateObject() {
|
28
|
-
return data;
|
29
|
-
};
|
30
|
-
return data;
|
31
|
-
}
|
32
|
-
function _templateObject1() {
|
33
|
-
var data = _tagged_template_literal([
|
34
|
-
"\n ",
|
35
|
-
": var(--plasma-colors-skeleton-gradient-lighter, var(--surface-skeleton-deep-gradient));\n "
|
36
|
-
]);
|
37
|
-
_templateObject1 = function _templateObject() {
|
38
|
-
return data;
|
39
|
-
};
|
40
|
-
return data;
|
41
|
-
}
|
42
|
-
function _templateObject2() {
|
43
23
|
var data = _tagged_template_literal([
|
44
24
|
"\n ",
|
45
25
|
": var(--plasma-typo-body-l-line-height);\n ",
|
46
26
|
": var(--plasma-typo-body-l-font-size);\n "
|
47
27
|
]);
|
48
|
-
|
28
|
+
_templateObject = function _templateObject() {
|
49
29
|
return data;
|
50
30
|
};
|
51
31
|
return data;
|
52
32
|
}
|
53
|
-
function
|
33
|
+
function _templateObject1() {
|
54
34
|
var data = _tagged_template_literal([
|
55
35
|
"\n ",
|
56
36
|
": var(--plasma-typo-body-m-line-height);\n ",
|
57
37
|
": var(--plasma-typo-body-m-font-size);\n "
|
58
38
|
]);
|
59
|
-
|
39
|
+
_templateObject1 = function _templateObject() {
|
60
40
|
return data;
|
61
41
|
};
|
62
42
|
return data;
|
63
43
|
}
|
64
|
-
function
|
44
|
+
function _templateObject2() {
|
65
45
|
var data = _tagged_template_literal([
|
66
46
|
"\n ",
|
67
47
|
": var(--plasma-typo-body-s-line-height);\n ",
|
68
48
|
": var(--plasma-typo-body-s-font-size);\n "
|
69
49
|
]);
|
70
|
-
|
50
|
+
_templateObject2 = function _templateObject() {
|
71
51
|
return data;
|
72
52
|
};
|
73
53
|
return data;
|
74
54
|
}
|
75
|
-
function
|
55
|
+
function _templateObject3() {
|
76
56
|
var data = _tagged_template_literal([
|
77
57
|
"\n ",
|
78
58
|
": var(--plasma-typo-body-xs-line-height);\n ",
|
79
59
|
": var(--plasma-typo-body-xs-font-size);\n "
|
80
60
|
]);
|
81
|
-
|
61
|
+
_templateObject3 = function _templateObject() {
|
82
62
|
return data;
|
83
63
|
};
|
84
64
|
return data;
|
85
65
|
}
|
86
|
-
function
|
66
|
+
function _templateObject4() {
|
87
67
|
var data = _tagged_template_literal([
|
88
68
|
"\n ",
|
89
69
|
": var(--plasma-typo-body-xxs-line-height);\n ",
|
90
70
|
": var(--plasma-typo-body-xxs-font-size);\n "
|
91
71
|
]);
|
92
|
-
|
72
|
+
_templateObject4 = function _templateObject() {
|
93
73
|
return data;
|
94
74
|
};
|
95
75
|
return data;
|
96
76
|
}
|
97
|
-
function
|
77
|
+
function _templateObject5() {
|
98
78
|
var data = _tagged_template_literal([
|
99
79
|
"\n ",
|
100
80
|
": var(--plasma-typo-dspl-l-line-height);\n ",
|
101
81
|
": var(--plasma-typo-dspl-l-font-size);\n "
|
102
82
|
]);
|
103
|
-
|
83
|
+
_templateObject5 = function _templateObject() {
|
104
84
|
return data;
|
105
85
|
};
|
106
86
|
return data;
|
107
87
|
}
|
108
|
-
function
|
88
|
+
function _templateObject6() {
|
109
89
|
var data = _tagged_template_literal([
|
110
90
|
"\n ",
|
111
91
|
": var(--plasma-typo-dspl-m-line-height);\n ",
|
112
92
|
": var(--plasma-typo-dspl-m-font-size);\n "
|
113
93
|
]);
|
114
|
-
|
94
|
+
_templateObject6 = function _templateObject() {
|
115
95
|
return data;
|
116
96
|
};
|
117
97
|
return data;
|
118
98
|
}
|
119
|
-
function
|
99
|
+
function _templateObject7() {
|
120
100
|
var data = _tagged_template_literal([
|
121
101
|
"\n ",
|
122
102
|
": var(--plasma-typo-dspl-s-line-height);\n ",
|
123
103
|
": var(--plasma-typo-dspl-s-font-size);\n "
|
124
104
|
]);
|
125
|
-
|
105
|
+
_templateObject7 = function _templateObject() {
|
126
106
|
return data;
|
127
107
|
};
|
128
108
|
return data;
|
129
109
|
}
|
130
|
-
function
|
110
|
+
function _templateObject8() {
|
131
111
|
var data = _tagged_template_literal([
|
132
112
|
"\n ",
|
133
113
|
": var(--plasma-typo-h1-line-height);\n ",
|
134
114
|
": var(--plasma-typo-h1-font-size);\n "
|
135
115
|
]);
|
136
|
-
|
116
|
+
_templateObject8 = function _templateObject() {
|
137
117
|
return data;
|
138
118
|
};
|
139
119
|
return data;
|
140
120
|
}
|
141
|
-
function
|
121
|
+
function _templateObject9() {
|
142
122
|
var data = _tagged_template_literal([
|
143
123
|
"\n ",
|
144
124
|
": var(--plasma-typo-h2-line-height);\n ",
|
145
125
|
": var(--plasma-typo-h2-font-size);\n "
|
146
126
|
]);
|
147
|
-
|
127
|
+
_templateObject9 = function _templateObject() {
|
148
128
|
return data;
|
149
129
|
};
|
150
130
|
return data;
|
151
131
|
}
|
152
|
-
function
|
132
|
+
function _templateObject10() {
|
153
133
|
var data = _tagged_template_literal([
|
154
134
|
"\n ",
|
155
135
|
": var(--plasma-typo-h3-line-height);\n ",
|
156
136
|
": var(--plasma-typo-h3-font-size);\n "
|
157
137
|
]);
|
158
|
-
|
138
|
+
_templateObject10 = function _templateObject() {
|
159
139
|
return data;
|
160
140
|
};
|
161
141
|
return data;
|
162
142
|
}
|
163
|
-
function
|
143
|
+
function _templateObject11() {
|
164
144
|
var data = _tagged_template_literal([
|
165
145
|
"\n ",
|
166
146
|
": var(--plasma-typo-h4-line-height);\n ",
|
167
147
|
": var(--plasma-typo-h4-font-size);\n "
|
168
148
|
]);
|
169
|
-
|
149
|
+
_templateObject11 = function _templateObject() {
|
170
150
|
return data;
|
171
151
|
};
|
172
152
|
return data;
|
173
153
|
}
|
174
|
-
function
|
154
|
+
function _templateObject12() {
|
175
155
|
var data = _tagged_template_literal([
|
176
156
|
"\n ",
|
177
157
|
": var(--plasma-typo-h5-line-height);\n ",
|
178
158
|
": var(--plasma-typo-h5-font-size);\n "
|
179
159
|
]);
|
180
|
-
|
160
|
+
_templateObject12 = function _templateObject() {
|
181
161
|
return data;
|
182
162
|
};
|
183
163
|
return data;
|
184
164
|
}
|
185
|
-
function
|
165
|
+
function _templateObject13() {
|
186
166
|
var data = _tagged_template_literal([
|
187
167
|
"\n ",
|
188
168
|
": var(--plasma-typo-text-l-line-height);\n ",
|
189
169
|
": var(--plasma-typo-text-l-font-size);\n "
|
190
170
|
]);
|
191
|
-
|
171
|
+
_templateObject13 = function _templateObject() {
|
192
172
|
return data;
|
193
173
|
};
|
194
174
|
return data;
|
195
175
|
}
|
196
|
-
function
|
176
|
+
function _templateObject14() {
|
197
177
|
var data = _tagged_template_literal([
|
198
178
|
"\n ",
|
199
179
|
": var(--plasma-typo-text-m-line-height);\n ",
|
200
180
|
": var(--plasma-typo-text-m-font-size);\n "
|
201
181
|
]);
|
202
|
-
|
182
|
+
_templateObject14 = function _templateObject() {
|
203
183
|
return data;
|
204
184
|
};
|
205
185
|
return data;
|
206
186
|
}
|
207
|
-
function
|
187
|
+
function _templateObject15() {
|
208
188
|
var data = _tagged_template_literal([
|
209
189
|
"\n ",
|
210
190
|
": var(--plasma-typo-text-s-line-height);\n ",
|
211
191
|
": var(--plasma-typo-text-s-font-size);\n "
|
212
192
|
]);
|
213
|
-
|
193
|
+
_templateObject15 = function _templateObject() {
|
214
194
|
return data;
|
215
195
|
};
|
216
196
|
return data;
|
217
197
|
}
|
218
|
-
function
|
198
|
+
function _templateObject16() {
|
219
199
|
var data = _tagged_template_literal([
|
220
200
|
"\n ",
|
221
201
|
": var(--plasma-typo-text-xs-line-height);\n ",
|
222
202
|
": var(--plasma-typo-text-xs-font-size);\n "
|
223
203
|
]);
|
224
|
-
|
204
|
+
_templateObject16 = function _templateObject() {
|
225
205
|
return data;
|
226
206
|
};
|
227
207
|
return data;
|
228
208
|
}
|
229
209
|
var config = {
|
230
210
|
defaults: {
|
231
|
-
size: 'bodyM'
|
232
|
-
view: 'default'
|
211
|
+
size: 'bodyM'
|
233
212
|
},
|
234
213
|
variations: {
|
235
|
-
view: {
|
236
|
-
default: (0, _emotion.css)(_templateObject(), _emotion.skeletonTokens.gradientColor),
|
237
|
-
lighter: (0, _emotion.css)(_templateObject1(), _emotion.skeletonTokens.gradientColor)
|
238
|
-
},
|
239
214
|
size: {
|
240
|
-
bodyL: (0, _emotion.css)(
|
241
|
-
bodyM: (0, _emotion.css)(
|
242
|
-
bodyS: (0, _emotion.css)(
|
243
|
-
bodyXS: (0, _emotion.css)(
|
244
|
-
bodyXXS: (0, _emotion.css)(
|
245
|
-
dsplL: (0, _emotion.css)(
|
246
|
-
dsplM: (0, _emotion.css)(
|
247
|
-
dsplS: (0, _emotion.css)(
|
248
|
-
h1: (0, _emotion.css)(
|
249
|
-
h2: (0, _emotion.css)(
|
250
|
-
h3: (0, _emotion.css)(
|
251
|
-
h4: (0, _emotion.css)(
|
252
|
-
h5: (0, _emotion.css)(
|
253
|
-
textL: (0, _emotion.css)(
|
254
|
-
textM: (0, _emotion.css)(
|
255
|
-
textS: (0, _emotion.css)(
|
256
|
-
textXS: (0, _emotion.css)(
|
215
|
+
bodyL: (0, _emotion.css)(_templateObject(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
216
|
+
bodyM: (0, _emotion.css)(_templateObject1(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
217
|
+
bodyS: (0, _emotion.css)(_templateObject2(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
218
|
+
bodyXS: (0, _emotion.css)(_templateObject3(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
219
|
+
bodyXXS: (0, _emotion.css)(_templateObject4(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
220
|
+
dsplL: (0, _emotion.css)(_templateObject5(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
221
|
+
dsplM: (0, _emotion.css)(_templateObject6(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
222
|
+
dsplS: (0, _emotion.css)(_templateObject7(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
223
|
+
h1: (0, _emotion.css)(_templateObject8(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
224
|
+
h2: (0, _emotion.css)(_templateObject9(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
225
|
+
h3: (0, _emotion.css)(_templateObject10(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
226
|
+
h4: (0, _emotion.css)(_templateObject11(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
227
|
+
h5: (0, _emotion.css)(_templateObject12(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
228
|
+
textL: (0, _emotion.css)(_templateObject13(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
229
|
+
textM: (0, _emotion.css)(_templateObject14(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
230
|
+
textS: (0, _emotion.css)(_templateObject15(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight),
|
231
|
+
textXS: (0, _emotion.css)(_templateObject16(), _emotion.skeletonTokens.lineHeight, _emotion.skeletonTokens.visibleLineHeight)
|
257
232
|
}
|
258
233
|
}
|
259
234
|
};
|