@salutejs/plasma-new-hope 0.336.0-canary.2238.17818313113.0 → 0.336.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/cjs/components/Attach/Attach.css +7 -9
- package/cjs/components/Attach/Attach.js +59 -13
- package/cjs/components/Attach/Attach.js.map +1 -1
- package/cjs/components/Attach/Attach.styles.js +9 -21
- package/cjs/components/Attach/Attach.styles.js.map +1 -1
- package/cjs/components/Attach/Attach.styles_1w3ga58.css +5 -0
- package/cjs/components/Attach/Attach.tokens.js +0 -1
- package/cjs/components/Attach/Attach.tokens.js.map +1 -1
- package/cjs/components/Attach/utils/addSeparator.js +18 -0
- package/cjs/components/Attach/utils/addSeparator.js.map +1 -0
- package/cjs/components/Attach/utils/getFileicon.js +2 -2
- package/cjs/components/Attach/utils/getFileicon.js.map +1 -1
- package/cjs/components/Attach/utils/index.js +8 -0
- package/cjs/components/Attach/utils/index.js.map +1 -0
- package/cjs/components/Attach/variations/_helperTextView/base.js +1 -1
- package/cjs/components/Attach/variations/_helperTextView/base_1vgke1p.css +1 -0
- package/cjs/components/Attach/variations/_size/base.js +1 -1
- package/cjs/components/Attach/variations/_size/base.js.map +1 -1
- package/{es/components/Attach/variations/_size/base_kpo9at.css → cjs/components/Attach/variations/_size/base_a4eelx.css} +1 -1
- package/cjs/components/Drawer/Drawer.css +2 -2
- package/cjs/components/Drawer/Drawer.js +7 -10
- package/cjs/components/Drawer/Drawer.js.map +1 -1
- package/cjs/components/Drawer/Drawer.styles.js +2 -17
- package/cjs/components/Drawer/Drawer.styles.js.map +1 -1
- package/{es/components/Drawer/Drawer.styles_1gcp61n.css → cjs/components/Drawer/Drawer.styles_h5od79.css} +1 -1
- package/cjs/components/Drawer/Drawer.tokens.js +0 -10
- package/cjs/components/Drawer/Drawer.tokens.js.map +1 -1
- package/cjs/components/Skeleton/LineSkeleton/LineSkeleton.css +1 -1
- package/cjs/components/Skeleton/LineSkeleton/LineSkeleton.js +4 -10
- package/cjs/components/Skeleton/LineSkeleton/LineSkeleton.js.map +1 -1
- package/cjs/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +1 -2
- package/cjs/components/Skeleton/LineSkeleton/LineSkeleton.styles.js.map +1 -1
- package/cjs/components/Skeleton/LineSkeleton/variations/_size/base.js +1 -1
- package/cjs/components/Skeleton/LineSkeleton/variations/_size/base.js.map +1 -1
- package/cjs/components/Skeleton/LineSkeleton/variations/_size/base_1wf7n5i.css +1 -0
- package/cjs/components/Skeleton/TextSkeleton/TextSkeleton.js +1 -4
- package/cjs/components/Skeleton/TextSkeleton/TextSkeleton.js.map +1 -1
- package/cjs/components/Skeleton/tokens.js +1 -2
- package/cjs/components/Skeleton/tokens.js.map +1 -1
- package/cjs/index.css +10 -12
- package/emotion/cjs/components/Attach/Attach.js +51 -12
- package/emotion/cjs/components/Attach/Attach.styles.js +13 -28
- package/emotion/cjs/components/Attach/Attach.tokens.js +0 -1
- package/emotion/cjs/components/Attach/utils/addSeparator.js +20 -0
- package/emotion/cjs/components/Attach/utils/getFileicon.js +3 -3
- package/emotion/cjs/components/Attach/utils/index.js +10 -2
- package/emotion/cjs/components/Attach/variations/_size/base.js +1 -1
- package/emotion/cjs/components/Drawer/Drawer.js +4 -13
- package/emotion/cjs/components/Drawer/Drawer.styles.js +4 -10
- package/emotion/cjs/components/Drawer/Drawer.tokens.js +0 -12
- package/emotion/cjs/components/Skeleton/LineSkeleton/LineSkeleton.js +5 -11
- package/emotion/cjs/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +4 -5
- package/emotion/cjs/components/Skeleton/LineSkeleton/variations/_size/base.js +3 -1
- package/emotion/cjs/components/Skeleton/TextSkeleton/TextSkeleton.js +2 -4
- package/emotion/cjs/components/Skeleton/tokens.js +1 -2
- package/emotion/cjs/examples/components/Attach/Attach.config.js +18 -18
- package/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
- package/emotion/cjs/examples/components/Skeleton/LineSkeleton.config.js +18 -23
- package/emotion/es/components/Attach/Attach.js +55 -16
- package/emotion/es/components/Attach/Attach.styles.js +11 -20
- package/emotion/es/components/Attach/Attach.tokens.js +0 -1
- package/emotion/es/components/Attach/utils/addSeparator.js +10 -0
- package/emotion/es/components/Attach/utils/getFileicon.js +1 -1
- package/emotion/es/components/Attach/utils/index.js +3 -1
- package/emotion/es/components/Attach/variations/_size/base.js +2 -2
- package/emotion/es/components/Drawer/Drawer.js +5 -9
- package/emotion/es/components/Drawer/Drawer.styles.js +5 -11
- package/emotion/es/components/Drawer/Drawer.tokens.js +0 -9
- package/emotion/es/components/Skeleton/LineSkeleton/LineSkeleton.js +5 -11
- package/emotion/es/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +4 -5
- package/emotion/es/components/Skeleton/LineSkeleton/variations/_size/base.js +3 -1
- package/emotion/es/components/Skeleton/TextSkeleton/TextSkeleton.js +2 -4
- package/emotion/es/components/Skeleton/tokens.js +1 -2
- package/emotion/es/examples/components/Attach/Attach.config.js +18 -18
- package/emotion/es/examples/components/Skeleton/LineSkeleton.config.js +18 -23
- package/es/components/Attach/Attach.css +7 -9
- package/es/components/Attach/Attach.js +63 -17
- package/es/components/Attach/Attach.js.map +1 -1
- package/es/components/Attach/Attach.styles.js +9 -19
- package/es/components/Attach/Attach.styles.js.map +1 -1
- package/es/components/Attach/Attach.styles_1w3ga58.css +5 -0
- package/es/components/Attach/Attach.tokens.js +0 -1
- package/es/components/Attach/Attach.tokens.js.map +1 -1
- package/es/components/Attach/utils/addSeparator.js +14 -0
- package/es/components/Attach/utils/addSeparator.js.map +1 -0
- package/es/components/Attach/utils/getFileicon.js +2 -2
- package/es/components/Attach/utils/getFileicon.js.map +1 -1
- package/es/components/Attach/utils/index.js +4 -0
- package/es/components/Attach/utils/index.js.map +1 -0
- package/es/components/Attach/variations/_helperTextView/base.js +1 -1
- package/es/components/Attach/variations/_helperTextView/base_1vgke1p.css +1 -0
- package/es/components/Attach/variations/_size/base.js +1 -1
- package/es/components/Attach/variations/_size/base.js.map +1 -1
- package/{cjs/components/Attach/variations/_size/base_kpo9at.css → es/components/Attach/variations/_size/base_a4eelx.css} +1 -1
- package/es/components/Drawer/Drawer.css +2 -2
- package/es/components/Drawer/Drawer.js +6 -8
- package/es/components/Drawer/Drawer.js.map +1 -1
- package/es/components/Drawer/Drawer.styles.js +2 -17
- package/es/components/Drawer/Drawer.styles.js.map +1 -1
- package/{cjs/components/Drawer/Drawer.styles_1gcp61n.css → es/components/Drawer/Drawer.styles_h5od79.css} +1 -1
- package/es/components/Drawer/Drawer.tokens.js +1 -10
- package/es/components/Drawer/Drawer.tokens.js.map +1 -1
- package/es/components/Skeleton/LineSkeleton/LineSkeleton.css +1 -1
- package/es/components/Skeleton/LineSkeleton/LineSkeleton.js +4 -10
- package/es/components/Skeleton/LineSkeleton/LineSkeleton.js.map +1 -1
- package/es/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +1 -2
- package/es/components/Skeleton/LineSkeleton/LineSkeleton.styles.js.map +1 -1
- package/es/components/Skeleton/LineSkeleton/variations/_size/base.js +1 -1
- package/es/components/Skeleton/LineSkeleton/variations/_size/base.js.map +1 -1
- package/es/components/Skeleton/LineSkeleton/variations/_size/base_1wf7n5i.css +1 -0
- package/es/components/Skeleton/TextSkeleton/TextSkeleton.js +1 -4
- package/es/components/Skeleton/TextSkeleton/TextSkeleton.js.map +1 -1
- package/es/components/Skeleton/tokens.js +1 -2
- package/es/components/Skeleton/tokens.js.map +1 -1
- package/es/index.css +10 -12
- package/package.json +5 -5
- package/styled-components/cjs/components/Attach/Attach.js +51 -12
- package/styled-components/cjs/components/Attach/Attach.styles.js +11 -31
- package/styled-components/cjs/components/Attach/Attach.tokens.js +0 -1
- package/styled-components/cjs/components/Attach/utils/addSeparator.js +20 -0
- package/styled-components/cjs/components/Attach/utils/getFileicon.js +3 -3
- package/styled-components/cjs/components/Attach/utils/index.js +10 -2
- package/styled-components/cjs/components/Attach/variations/_size/base.js +1 -2
- package/styled-components/cjs/components/Drawer/Drawer.js +4 -13
- package/styled-components/cjs/components/Drawer/Drawer.styles.js +4 -17
- package/styled-components/cjs/components/Drawer/Drawer.tokens.js +0 -12
- package/styled-components/cjs/components/Skeleton/LineSkeleton/LineSkeleton.js +5 -11
- package/styled-components/cjs/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +2 -3
- package/styled-components/cjs/components/Skeleton/LineSkeleton/variations/_size/base.js +7 -2
- package/styled-components/cjs/components/Skeleton/TextSkeleton/TextSkeleton.js +2 -4
- package/styled-components/cjs/components/Skeleton/tokens.js +1 -2
- package/styled-components/cjs/examples/components/Attach/Attach.config.js +4 -8
- package/styled-components/cjs/examples/components/Skeleton/LineSkeleton.config.js +1 -12
- package/styled-components/es/components/Attach/Attach.js +55 -16
- package/styled-components/es/components/Attach/Attach.styles.js +9 -23
- package/styled-components/es/components/Attach/Attach.tokens.js +0 -1
- package/styled-components/es/components/Attach/utils/addSeparator.js +10 -0
- package/styled-components/es/components/Attach/utils/getFileicon.js +1 -1
- package/styled-components/es/components/Attach/utils/index.js +3 -1
- package/styled-components/es/components/Attach/variations/_size/base.js +2 -3
- package/styled-components/es/components/Drawer/Drawer.js +5 -9
- package/styled-components/es/components/Drawer/Drawer.styles.js +5 -18
- package/styled-components/es/components/Drawer/Drawer.tokens.js +0 -9
- package/styled-components/es/components/Skeleton/LineSkeleton/LineSkeleton.js +5 -11
- package/styled-components/es/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +2 -3
- package/styled-components/es/components/Skeleton/LineSkeleton/variations/_size/base.js +7 -2
- package/styled-components/es/components/Skeleton/TextSkeleton/TextSkeleton.js +2 -4
- package/styled-components/es/components/Skeleton/tokens.js +1 -2
- package/styled-components/es/examples/components/Attach/Attach.config.js +4 -8
- package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
- package/styled-components/es/examples/components/Skeleton/LineSkeleton.config.js +1 -12
- package/types/components/Attach/Attach.d.ts.map +1 -1
- package/types/components/Attach/Attach.styles.d.ts +1 -3
- package/types/components/Attach/Attach.styles.d.ts.map +1 -1
- package/types/components/Attach/Attach.tokens.d.ts +0 -1
- package/types/components/Attach/Attach.tokens.d.ts.map +1 -1
- package/types/components/Attach/Attach.types.d.ts +0 -7
- package/types/components/Attach/Attach.types.d.ts.map +1 -1
- package/types/components/Attach/utils/addSeparator.d.ts +2 -0
- package/types/components/Attach/utils/addSeparator.d.ts.map +1 -0
- package/types/components/Attach/utils/getFileicon.d.ts +1 -1
- package/types/components/Attach/utils/index.d.ts +3 -1
- package/types/components/Attach/utils/index.d.ts.map +1 -1
- package/types/components/Attach/variations/_size/base.d.ts.map +1 -1
- package/types/components/Drawer/Drawer.d.ts +0 -2
- package/types/components/Drawer/Drawer.d.ts.map +1 -1
- package/types/components/Drawer/Drawer.styles.d.ts +1 -2
- package/types/components/Drawer/Drawer.styles.d.ts.map +1 -1
- package/types/components/Drawer/Drawer.tokens.d.ts +0 -9
- package/types/components/Drawer/Drawer.tokens.d.ts.map +1 -1
- package/types/components/Drawer/Drawer.types.d.ts +0 -16
- package/types/components/Drawer/Drawer.types.d.ts.map +1 -1
- package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts +0 -3
- package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts.map +1 -1
- package/types/components/Skeleton/LineSkeleton/LineSkeleton.styles.d.ts.map +1 -1
- package/types/components/Skeleton/LineSkeleton/LineSkeleton.types.d.ts +1 -1
- package/types/components/Skeleton/LineSkeleton/LineSkeleton.types.d.ts.map +1 -1
- package/types/components/Skeleton/LineSkeleton/variations/_size/base.d.ts.map +1 -1
- package/types/components/Skeleton/Skeleton.types.d.ts +0 -1
- package/types/components/Skeleton/Skeleton.types.d.ts.map +1 -1
- package/types/components/Skeleton/TextSkeleton/TextSkeleton.d.ts.map +1 -1
- package/types/components/Skeleton/tokens.d.ts +0 -1
- package/types/components/Skeleton/tokens.d.ts.map +1 -1
- package/types/examples/components/Attach/Attach.config.d.ts.map +1 -1
- package/types/examples/components/Attach/Attach.d.ts.map +1 -1
- package/types/examples/components/Drawer/Drawer.d.ts +0 -1
- package/types/examples/components/Drawer/Drawer.d.ts.map +1 -1
- package/types/examples/components/Skeleton/LineSkeleton.config.d.ts +0 -5
- package/types/examples/components/Skeleton/LineSkeleton.config.d.ts.map +1 -1
- package/types/examples/components/Skeleton/Skeleton.d.ts +0 -8
- package/types/examples/components/Skeleton/Skeleton.d.ts.map +1 -1
- package/cjs/components/Attach/Attach.styles_pso18d.css +0 -7
- package/cjs/components/Attach/variations/_helperTextView/base_1tgnvl9.css +0 -1
- package/cjs/components/Skeleton/LineSkeleton/variations/_size/base_x642ct.css +0 -1
- package/cjs/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -9
- package/cjs/components/Skeleton/LineSkeleton/variations/_view/base.js.map +0 -1
- package/cjs/components/Skeleton/LineSkeleton/variations/_view/base_1it9pjr.css +0 -1
- package/emotion/cjs/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -14
- package/emotion/es/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -4
- package/es/components/Attach/Attach.styles_pso18d.css +0 -7
- package/es/components/Attach/variations/_helperTextView/base_1tgnvl9.css +0 -1
- package/es/components/Skeleton/LineSkeleton/variations/_size/base_x642ct.css +0 -1
- package/es/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -5
- package/es/components/Skeleton/LineSkeleton/variations/_view/base.js.map +0 -1
- package/es/components/Skeleton/LineSkeleton/variations/_view/base_1it9pjr.css +0 -1
- package/styled-components/cjs/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -19
- package/styled-components/es/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -9
- package/types/components/Skeleton/LineSkeleton/variations/_view/base.d.ts +0 -2
- package/types/components/Skeleton/LineSkeleton/variations/_view/base.d.ts.map +0 -1
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
export { RectSkeleton, withSkeleton } from '../../../components/Skeleton';
|
|
2
2
|
export declare const LineSkeleton: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
|
|
3
|
-
view: {
|
|
4
|
-
default: import("@linaria/core").LinariaClassName;
|
|
5
|
-
lighter: import("@linaria/core").LinariaClassName;
|
|
6
|
-
};
|
|
7
3
|
size: {
|
|
8
4
|
bodyL: import("@linaria/core").LinariaClassName;
|
|
9
5
|
bodyM: import("@linaria/core").LinariaClassName;
|
|
@@ -28,10 +24,6 @@ export declare const LineSkeleton: import("react").FunctionComponent<import("../
|
|
|
28
24
|
roundness?: import("../../..").Roundness;
|
|
29
25
|
} & import("../../..").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
30
26
|
export declare const TextSkeleton: import("react").FC<import("../../../engines/types").PropsType<{
|
|
31
|
-
view: {
|
|
32
|
-
default: import("@linaria/core").LinariaClassName;
|
|
33
|
-
lighter: import("@linaria/core").LinariaClassName;
|
|
34
|
-
};
|
|
35
27
|
size: {
|
|
36
28
|
bodyL: import("@linaria/core").LinariaClassName;
|
|
37
29
|
bodyM: import("@linaria/core").LinariaClassName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Skeleton/Skeleton.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAI1E,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Skeleton/Skeleton.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAI1E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;6FAAsC,CAAC;AAEhE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;4LAA6B,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
.by826kf{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
|
|
2
|
-
.sw7vb9c{display:none;}
|
|
3
|
-
.suojwhg{position:relative;}
|
|
4
|
-
.sjp429d{position:absolute;margin-top:0.25rem;}
|
|
5
|
-
.fssye98{display:inline-grid;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:auto 1fr;min-width:8ch;}
|
|
6
|
-
.t1531dv{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
|
|
7
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.b1psfq3i .sjp429d{color:var(--plasma-attach-helper-text-color);}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base.js","sources":["../../../../../../src/components/Skeleton/LineSkeleton/variations/_view/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport { StyledVisibleLine } from '../../LineSkeleton.styles';\nimport { tokens } from '../../../tokens';\n\nexport const base = css`\n height: var(${tokens.lineHeight});\n\n & ${StyledVisibleLine} {\n height: var(${tokens.visibleLineHeight});\n }\n`;\n"],"names":["base"],"mappings":";;;;AAKO,IAAMA,IAAI,GAMhB;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.b160f301{height:var(--plasma-skeleton-line-height);}.b160f301 .sn3du7u{height:var(--plasma-skeleton-visible-line-height);}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "base", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return base;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
var _react = require("@emotion/react");
|
|
12
|
-
var _LineSkeletonstyles = require("../../LineSkeleton.styles");
|
|
13
|
-
var _tokens = require("../../../tokens");
|
|
14
|
-
var base = (0, /*#__PURE__*/ _react.css)("height:var(", _tokens.tokens.lineHeight, ");& ", _LineSkeletonstyles.StyledVisibleLine, "{height:var(", _tokens.tokens.visibleLineHeight, ");}", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9Ta2VsZXRvbi9MaW5lU2tlbGV0b24vdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1NrZWxldG9uL0xpbmVTa2VsZXRvbi92YXJpYXRpb25zL192aWV3L2Jhc2UudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBTdHlsZWRWaXNpYmxlTGluZSB9IGZyb20gJy4uLy4uL0xpbmVTa2VsZXRvbi5zdHlsZXMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuXG4gICAgJiAke1N0eWxlZFZpc2libGVMaW5lfSB7XG4gICAgICAgIGhlaWdodDogdmFyKCR7dG9rZW5zLnZpc2libGVMaW5lSGVpZ2h0fSk7XG4gICAgfVxuYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLb0IifQ== */");
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { css } from "@emotion/react";
|
|
2
|
-
import { StyledVisibleLine } from "../../LineSkeleton.styles";
|
|
3
|
-
import { tokens } from "../../../tokens";
|
|
4
|
-
export var base = /*#__PURE__*/ css("height:var(", tokens.lineHeight, ");& ", StyledVisibleLine, "{height:var(", tokens.visibleLineHeight, ");}", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9Ta2VsZXRvbi9MaW5lU2tlbGV0b24vdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1NrZWxldG9uL0xpbmVTa2VsZXRvbi92YXJpYXRpb25zL192aWV3L2Jhc2UudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBTdHlsZWRWaXNpYmxlTGluZSB9IGZyb20gJy4uLy4uL0xpbmVTa2VsZXRvbi5zdHlsZXMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuXG4gICAgJiAke1N0eWxlZFZpc2libGVMaW5lfSB7XG4gICAgICAgIGhlaWdodDogdmFyKCR7dG9rZW5zLnZpc2libGVMaW5lSGVpZ2h0fSk7XG4gICAgfVxuYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLb0IifQ== */");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
.by826kf{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
|
|
2
|
-
.sw7vb9c{display:none;}
|
|
3
|
-
.suojwhg{position:relative;}
|
|
4
|
-
.sjp429d{position:absolute;margin-top:0.25rem;}
|
|
5
|
-
.fssye98{display:inline-grid;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:auto 1fr;min-width:8ch;}
|
|
6
|
-
.t1531dv{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
|
|
7
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.b1psfq3i .sjp429d{color:var(--plasma-attach-helper-text-color);}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base.js","sources":["../../../../../../src/components/Skeleton/LineSkeleton/variations/_view/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport { StyledVisibleLine } from '../../LineSkeleton.styles';\nimport { tokens } from '../../../tokens';\n\nexport const base = css`\n height: var(${tokens.lineHeight});\n\n & ${StyledVisibleLine} {\n height: var(${tokens.visibleLineHeight});\n }\n`;\n"],"names":["base"],"mappings":"AAKO,IAAMA,IAAI,GAMhB;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.b160f301{height:var(--plasma-skeleton-line-height);}.b160f301 .sn3du7u{height:var(--plasma-skeleton-visible-line-height);}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "base", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return base;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
var _styledcomponents = require("styled-components");
|
|
12
|
-
var _LineSkeletonstyles = require("../../LineSkeleton.styles");
|
|
13
|
-
var _tokens = require("../../../tokens");
|
|
14
|
-
var base = (0, _styledcomponents.css)([
|
|
15
|
-
"height:var(",
|
|
16
|
-
");& ",
|
|
17
|
-
"{height:var(",
|
|
18
|
-
");}"
|
|
19
|
-
], _tokens.tokens.lineHeight, _LineSkeletonstyles.StyledVisibleLine, _tokens.tokens.visibleLineHeight);
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { css } from "styled-components";
|
|
2
|
-
import { StyledVisibleLine } from "../../LineSkeleton.styles";
|
|
3
|
-
import { tokens } from "../../../tokens";
|
|
4
|
-
export var base = css([
|
|
5
|
-
"height:var(",
|
|
6
|
-
");& ",
|
|
7
|
-
"{height:var(",
|
|
8
|
-
");}"
|
|
9
|
-
], tokens.lineHeight, StyledVisibleLine, tokens.visibleLineHeight);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/LineSkeleton/variations/_view/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAMhB,CAAC"}
|