@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
|
@@ -3,9 +3,6 @@ export var classes = {
|
|
|
3
3
|
header: 'drawer-header',
|
|
4
4
|
footer: 'drawer-footer',
|
|
5
5
|
overlay: 'drawer-overlay',
|
|
6
|
-
panel: 'drawer-panel',
|
|
7
|
-
enterCustomAnimation: 'drawer-enter-custom-animation',
|
|
8
|
-
exitCustomAnimation: 'drawer-exit-custom-animation',
|
|
9
6
|
horizontal: 'drawer-horizontal',
|
|
10
7
|
hasHeader: 'drawer-has-header',
|
|
11
8
|
isRightClose: 'drawer-right-close-button',
|
|
@@ -14,12 +11,6 @@ export var classes = {
|
|
|
14
11
|
rightPlacement: 'drawer-right-placement',
|
|
15
12
|
leftPlacement: 'drawer-left-placement'
|
|
16
13
|
};
|
|
17
|
-
export var privateTokens = {
|
|
18
|
-
enterAnimation: '--plasma__private-drawer-enter-animation',
|
|
19
|
-
exitAnimation: '--plasma__private-drawer-exit-animation',
|
|
20
|
-
customEnterAnimation: '--plasma__private-drawer-custom-enter-animation',
|
|
21
|
-
customExitAnimation: '--plasma__private-drawer-custom-exit-animation'
|
|
22
|
-
};
|
|
23
14
|
export var tokens = {
|
|
24
15
|
drawerOverlayWithBlurColor: '--plasma-drawer-overlay-with-blur-color',
|
|
25
16
|
drawerOverlayColor: '--plasma-drawer-overlay-color',
|
|
@@ -56,30 +56,27 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
56
56
|
import React, { forwardRef } from "react";
|
|
57
57
|
import { getRoundness, getSkeletonColor } from "../../../mixins";
|
|
58
58
|
import { base as sizeCSS } from "./variations/_size/base";
|
|
59
|
-
import { base as viewCSS } from "./variations/_view/base";
|
|
60
59
|
import { StyledVisibleLine, base } from "./LineSkeleton.styles";
|
|
61
60
|
/**
|
|
62
61
|
* Копонент-составляющая Скелетона
|
|
63
62
|
*/ export var lineSkeletonRoot = function(Root) {
|
|
64
63
|
return /*#__PURE__*/ forwardRef(function(_param, outerRootRef) {
|
|
65
|
-
var size = _param.size, lighter = _param.lighter, customGradientColor = _param.customGradientColor, _param_roundness = _param.roundness, roundness = _param_roundness === void 0 ? '16' : _param_roundness,
|
|
64
|
+
var size = _param.size, lighter = _param.lighter, customGradientColor = _param.customGradientColor, _param_roundness = _param.roundness, roundness = _param_roundness === void 0 ? '16' : _param_roundness, rest = _object_without_properties(_param, [
|
|
66
65
|
"size",
|
|
67
66
|
"lighter",
|
|
68
67
|
"customGradientColor",
|
|
69
|
-
"roundness"
|
|
70
|
-
"view"
|
|
68
|
+
"roundness"
|
|
71
69
|
]);
|
|
72
70
|
var roundnessValue = getRoundness({
|
|
73
71
|
roundness: roundness
|
|
74
72
|
});
|
|
75
|
-
var skeletonGradientColor =
|
|
73
|
+
var skeletonGradientColor = getSkeletonColor({
|
|
76
74
|
lighter: lighter,
|
|
77
75
|
customGradientColor: customGradientColor
|
|
78
|
-
})
|
|
76
|
+
});
|
|
79
77
|
return /*#__PURE__*/ React.createElement(Root, _object_spread({
|
|
80
78
|
ref: outerRootRef,
|
|
81
|
-
size: size
|
|
82
|
-
view: view
|
|
79
|
+
size: size
|
|
83
80
|
}, rest), /*#__PURE__*/ React.createElement(StyledVisibleLine, {
|
|
84
81
|
roundness: roundnessValue,
|
|
85
82
|
gradientColor: skeletonGradientColor
|
|
@@ -94,9 +91,6 @@ export var lineSkeletonConfig = {
|
|
|
94
91
|
variations: {
|
|
95
92
|
size: {
|
|
96
93
|
css: sizeCSS
|
|
97
|
-
},
|
|
98
|
-
view: {
|
|
99
|
-
css: viewCSS
|
|
100
94
|
}
|
|
101
95
|
},
|
|
102
96
|
defaults: {}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { css } from "styled-components";
|
|
2
2
|
import styled from "styled-components";
|
|
3
3
|
import { applyRoundness, applySkeletonGradient } from "../../../mixins";
|
|
4
|
-
import { tokens } from "../tokens";
|
|
5
4
|
export var base = css([
|
|
6
5
|
"display:flex;align-items:center;width:100%;"
|
|
7
6
|
]);
|
|
8
7
|
export var StyledVisibleLine = styled.div.withConfig({
|
|
9
8
|
displayName: "LineSkeleton.styles__StyledVisibleLine",
|
|
10
|
-
componentId: "sc-
|
|
9
|
+
componentId: "sc-7d32d69d-0"
|
|
11
10
|
})([
|
|
12
11
|
"position:relative;overflow:hidden;width:100%;--plasma_private-line-skeleton-roundness:",
|
|
13
12
|
";",
|
|
@@ -19,5 +18,5 @@ export var StyledVisibleLine = styled.div.withConfig({
|
|
|
19
18
|
return roundness;
|
|
20
19
|
}, applyRoundness('var(--plasma_private-line-skeleton-roundness)'), function(param) {
|
|
21
20
|
var gradientColor = param.gradientColor;
|
|
22
|
-
return gradientColor
|
|
21
|
+
return gradientColor;
|
|
23
22
|
}, applySkeletonGradient('var(--plasma_private-line-skeleton-gradient)'));
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { css } from "styled-components";
|
|
2
|
+
import { StyledVisibleLine } from "../../LineSkeleton.styles";
|
|
3
|
+
import { tokens } from "../../../tokens";
|
|
2
4
|
export var base = css([
|
|
3
|
-
""
|
|
4
|
-
|
|
5
|
+
"height:var(",
|
|
6
|
+
");& ",
|
|
7
|
+
"{height:var(",
|
|
8
|
+
");}"
|
|
9
|
+
], tokens.lineHeight, StyledVisibleLine, tokens.visibleLineHeight);
|
|
@@ -147,14 +147,13 @@ var variousWidth = [
|
|
|
147
147
|
* Размеры компонента задаются с помощью констант и соответствуют размерам [типографических элементов](/?path=/docs/).
|
|
148
148
|
*/ export var textSkeleton = function(Component) {
|
|
149
149
|
return function(_param) {
|
|
150
|
-
var lines = _param.lines, width = _param.width, roundness = _param.roundness, customGradientColor = _param.customGradientColor, lighter = _param.lighter, _param_size = _param.size, size = _param_size === void 0 ? 'bodyM' : _param_size,
|
|
150
|
+
var lines = _param.lines, width = _param.width, roundness = _param.roundness, customGradientColor = _param.customGradientColor, lighter = _param.lighter, _param_size = _param.size, size = _param_size === void 0 ? 'bodyM' : _param_size, props = _object_without_properties(_param, [
|
|
151
151
|
"lines",
|
|
152
152
|
"width",
|
|
153
153
|
"roundness",
|
|
154
154
|
"customGradientColor",
|
|
155
155
|
"lighter",
|
|
156
|
-
"size"
|
|
157
|
-
"view"
|
|
156
|
+
"size"
|
|
158
157
|
]);
|
|
159
158
|
var _useState = _sliced_to_array(useState(null), 2), fixedWidth = _useState[0], setFixedWidth = _useState[1];
|
|
160
159
|
var _useState1 = _sliced_to_array(useState([]), 2), linesWidth = _useState1[0], setLinesWidth = _useState1[1];
|
|
@@ -192,7 +191,6 @@ var variousWidth = [
|
|
|
192
191
|
return /*#__PURE__*/ React.createElement(ComponentSkeleton, {
|
|
193
192
|
key: "line:".concat(i),
|
|
194
193
|
size: size,
|
|
195
|
-
view: view,
|
|
196
194
|
roundness: roundness,
|
|
197
195
|
customGradientColor: customGradientColor,
|
|
198
196
|
lighter: lighter,
|
|
@@ -453,7 +453,6 @@ export var config = {
|
|
|
453
453
|
":0.5rem;",
|
|
454
454
|
":1.625rem;",
|
|
455
455
|
":3.5rem;",
|
|
456
|
-
":3.5rem;",
|
|
457
456
|
":12.5rem;",
|
|
458
457
|
":1.5rem;",
|
|
459
458
|
":0.875rem;",
|
|
@@ -517,14 +516,13 @@ export var config = {
|
|
|
517
516
|
":var(--plasma-typo-body-xs-line-height);",
|
|
518
517
|
":1rem;",
|
|
519
518
|
":inherit;"
|
|
520
|
-
], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.
|
|
519
|
+
], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor),
|
|
521
520
|
m: css([
|
|
522
521
|
"",
|
|
523
522
|
":1.25rem;",
|
|
524
523
|
":0.5rem;",
|
|
525
524
|
":1.625rem;",
|
|
526
525
|
":3rem;",
|
|
527
|
-
":3rem;",
|
|
528
526
|
":11.25rem;",
|
|
529
527
|
":1.25rem;",
|
|
530
528
|
":0.75rem;",
|
|
@@ -588,14 +586,13 @@ export var config = {
|
|
|
588
586
|
":var(--plasma-typo-body-xs-line-height);",
|
|
589
587
|
":1rem;",
|
|
590
588
|
":inherit;"
|
|
591
|
-
], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.
|
|
589
|
+
], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor),
|
|
592
590
|
s: css([
|
|
593
591
|
"",
|
|
594
592
|
":1rem;",
|
|
595
593
|
":0.375rem;",
|
|
596
594
|
":1.5rem;",
|
|
597
595
|
":2.5rem;",
|
|
598
|
-
":2.5rem;",
|
|
599
596
|
":11.25rem;",
|
|
600
597
|
":1rem;",
|
|
601
598
|
":0.625rem;",
|
|
@@ -659,14 +656,13 @@ export var config = {
|
|
|
659
656
|
":var(--plasma-typo-body-xs-line-height);",
|
|
660
657
|
":1rem;",
|
|
661
658
|
":inherit;"
|
|
662
|
-
], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.
|
|
659
|
+
], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor),
|
|
663
660
|
xs: css([
|
|
664
661
|
"",
|
|
665
662
|
":0.75rem;",
|
|
666
663
|
":0.25rem;",
|
|
667
664
|
":1.375rem;",
|
|
668
665
|
":2rem;",
|
|
669
|
-
":2rem;",
|
|
670
666
|
":10rem;",
|
|
671
667
|
":0.75rem;",
|
|
672
668
|
":0.5rem;",
|
|
@@ -730,7 +726,7 @@ export var config = {
|
|
|
730
726
|
":var(--plasma-typo-body-xs-line-height);",
|
|
731
727
|
":1rem;",
|
|
732
728
|
":inherit;"
|
|
733
|
-
], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.
|
|
729
|
+
], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor)
|
|
734
730
|
}
|
|
735
731
|
}
|
|
736
732
|
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { component, mergeConfig } from "../../../engines";
|
|
2
|
-
import { comboboxNewConfig } from "../../..";
|
|
3
|
-
import { config } from "./Combobox.config";
|
|
4
|
-
var mergedConfig = mergeConfig(comboboxNewConfig, config);
|
|
5
|
-
var ComboboxComponent = component(mergedConfig);
|
|
6
|
-
var Combobox = ComboboxComponent;
|
|
7
|
-
export { Combobox };
|
|
@@ -2,20 +2,9 @@ import { css } from "styled-components";
|
|
|
2
2
|
import { skeletonTokens } from "../../../components/Skeleton";
|
|
3
3
|
export var config = {
|
|
4
4
|
defaults: {
|
|
5
|
-
size: 'bodyM'
|
|
6
|
-
view: 'default'
|
|
5
|
+
size: 'bodyM'
|
|
7
6
|
},
|
|
8
7
|
variations: {
|
|
9
|
-
view: {
|
|
10
|
-
default: css([
|
|
11
|
-
"",
|
|
12
|
-
":var(--plasma-colors-skeleton-gradient,var(--surface-skeleton-gradient));"
|
|
13
|
-
], skeletonTokens.gradientColor),
|
|
14
|
-
lighter: css([
|
|
15
|
-
"",
|
|
16
|
-
":var(--plasma-colors-skeleton-gradient-lighter,var(--surface-skeleton-deep-gradient));"
|
|
17
|
-
], skeletonTokens.gradientColor)
|
|
18
|
-
},
|
|
19
8
|
size: {
|
|
20
9
|
bodyL: css([
|
|
21
10
|
"",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attach.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Attach.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAIvE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAiB7C,eAAO,MAAM,UAAU,SAAU,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC,uFAuLjE,CAAC;AAEP,eAAO,MAAM,YAAY;;;mBAzLQ,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC;;;;;;;;;;;;;;;;;;CA8MtE,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
export declare const base: import("@linaria/core").LinariaClassName;
|
|
2
2
|
export declare const StyledHiddenInput: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & Record<never, unknown>>;
|
|
3
|
+
export declare const StyledHiddenInputHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
3
4
|
export declare const StyledAttachButtonWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
4
5
|
export declare const StyledHelperText: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
5
|
-
export declare const FilenameWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
6
|
-
export declare const TruncatedFilenamePart: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
7
|
-
export declare const FilenameExtensionPart: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
|
|
8
6
|
//# sourceMappingURL=Attach.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attach.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Attach.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,iBAAiB,8KAE7B,CAAC;AAEF,eAAO,MAAM,uBAAuB,qKAInC,CAAC;AAEF,eAAO,MAAM,yBAAyB,qKAErC,CAAC;AAEF,eAAO,MAAM,gBAAgB,qKAG5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attach.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;CAMnB,CAAC;AAEF,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Attach.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;CAMnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6IlB,CAAC"}
|
|
@@ -6,15 +6,8 @@ export type BaseAttachProps = {
|
|
|
6
6
|
* Массив форматов файлов, которые могут быть прикреплены (см. HTML-атрибут 'accept' для 'input').
|
|
7
7
|
*/
|
|
8
8
|
acceptedFileFormats?: string[];
|
|
9
|
-
/**
|
|
10
|
-
* Скрыть кнопку после выбора файла
|
|
11
|
-
* @default false
|
|
12
|
-
*/
|
|
13
|
-
hideButtonOnAttach?: boolean;
|
|
14
9
|
/**
|
|
15
10
|
* Отображать прикрепленный файл
|
|
16
|
-
* @description Если `hideButtonOnAttach` установлен как `false`,
|
|
17
|
-
* данное свойство будет всегда иметь значение `true`
|
|
18
11
|
* @default true
|
|
19
12
|
*/
|
|
20
13
|
hasAttachment?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attach.types.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,eAAe,GAAG;IAC1B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B;;;OAGG;IACH,
|
|
1
|
+
{"version":3,"file":"Attach.types.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,eAAe,GAAG;IAC1B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,YAAY,GAAG,UAAU,GAAG,MAAM,CAAC;IAC1C;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAC1B;IACI;;;OAGG;IACH,UAAU,CAAC,EAAE,QAAQ,CAAC;CACzB,GACD;IACI,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B,CACN,GACG,WAAW,CAAC;AAEhB,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG,WAAW,GAAG,eAAe,GAAG,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"addSeparator.d.ts","sourceRoot":"","sources":["../../../../src/components/Attach/utils/addSeparator.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,aAAc,MAAM,aAAa,MAAM,WAW/D,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const getFileicon: (extension?: string, size?: string) => JSX.Element;
|
|
2
2
|
//# sourceMappingURL=getFileicon.d.ts.map
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export { extractExtension } from './extractExtension';
|
|
2
|
-
export {
|
|
2
|
+
export { getFileicon } from './getFileicon';
|
|
3
|
+
export { addSeparator } from './addSeparator';
|
|
4
|
+
export declare const separator = "...";
|
|
3
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Attach/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Attach/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,eAAO,MAAM,SAAS,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/variations/_size/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/variations/_size/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAoChB,CAAC"}
|
|
@@ -2,7 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import type { RootProps } from '../../engines';
|
|
3
3
|
import type { DrawerProps } from './Drawer.types';
|
|
4
4
|
export declare const drawerRoot: (Root: RootProps<HTMLDivElement, DrawerProps>) => React.ForwardRefExoticComponent<Omit<import("../Popup").PopupProps, "draggable" | "resizable"> & import("../Panel").PanelProps & {
|
|
5
|
-
animationInfo?: import("./Drawer.types").DrawerAnimationInfo;
|
|
6
5
|
placement?: import("./Drawer.types").DrawerPlacement;
|
|
7
6
|
asModal?: boolean;
|
|
8
7
|
customBackgroundColor?: string;
|
|
@@ -20,7 +19,6 @@ export declare const drawerConfig: {
|
|
|
20
19
|
name: string;
|
|
21
20
|
tag: string;
|
|
22
21
|
layout: (Root: RootProps<HTMLDivElement, DrawerProps>) => React.ForwardRefExoticComponent<Omit<import("../Popup").PopupProps, "draggable" | "resizable"> & import("../Panel").PanelProps & {
|
|
23
|
-
animationInfo?: import("./Drawer.types").DrawerAnimationInfo;
|
|
24
22
|
placement?: import("./Drawer.types").DrawerPlacement;
|
|
25
23
|
asModal?: boolean;
|
|
26
24
|
customBackgroundColor?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQ7C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAUlD,eAAO,MAAM,UAAU,SAAU,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC;;;;;;;;;6BAmC3D,MAAA,UAAQ;sBAGF,MAAM,SAAS;oBAMZ,MAAO,SAAS;;wCAmFhC,CAAC;AAEN,eAAO,MAAM,YAAY;;;mBAjIQ,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC;;;;;;;;;iCAmC3D,MAAA,UAAQ;0BAGF,MAAM,SAAS;wBAMZ,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;CA0GpC,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { DrawerPlacement } from './Drawer.types';
|
|
2
2
|
export declare const StyledPanel: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Panel").PanelProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
3
3
|
export declare const StyledPopup: import("@linaria/react").StyledComponent<{
|
|
4
4
|
placement: DrawerPlacement;
|
|
5
5
|
width?: number | string;
|
|
6
6
|
height?: number | string;
|
|
7
|
-
drawerAnimationInfo?: DrawerAnimationInfo;
|
|
8
7
|
} & import("../Popup").PopupProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
8
|
//# sourceMappingURL=Drawer.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.styles.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Drawer.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.styles.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AA8FtD,eAAO,MAAM,WAAW,0OAEvB,CAAC;AAEF,eAAO,MAAM,WAAW;eACT,eAAe;YAClB,MAAM,GAAG,MAAM;aACd,MAAM,GAAG,MAAM;kFAqC3B,CAAC"}
|
|
@@ -3,9 +3,6 @@ export declare const classes: {
|
|
|
3
3
|
header: string;
|
|
4
4
|
footer: string;
|
|
5
5
|
overlay: string;
|
|
6
|
-
panel: string;
|
|
7
|
-
enterCustomAnimation: string;
|
|
8
|
-
exitCustomAnimation: string;
|
|
9
6
|
horizontal: string;
|
|
10
7
|
hasHeader: string;
|
|
11
8
|
isRightClose: string;
|
|
@@ -14,12 +11,6 @@ export declare const classes: {
|
|
|
14
11
|
rightPlacement: string;
|
|
15
12
|
leftPlacement: string;
|
|
16
13
|
};
|
|
17
|
-
export declare const privateTokens: {
|
|
18
|
-
enterAnimation: string;
|
|
19
|
-
exitAnimation: string;
|
|
20
|
-
customEnterAnimation: string;
|
|
21
|
-
customExitAnimation: string;
|
|
22
|
-
};
|
|
23
14
|
export declare const tokens: {
|
|
24
15
|
drawerOverlayWithBlurColor: string;
|
|
25
16
|
drawerOverlayColor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Drawer.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;CAYnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;CASlB,CAAC"}
|
|
@@ -8,23 +8,7 @@ export declare const drawerPlacements: {
|
|
|
8
8
|
left: string;
|
|
9
9
|
};
|
|
10
10
|
export type DrawerPlacement = keyof typeof drawerPlacements;
|
|
11
|
-
export type DrawerAnimationInfo = {
|
|
12
|
-
enter?: string;
|
|
13
|
-
exit?: string;
|
|
14
|
-
};
|
|
15
11
|
export type DrawerProps = Omit<PopupProps, 'draggable' | 'resizable'> & PanelProps & {
|
|
16
|
-
/**
|
|
17
|
-
* Информация об анимации.
|
|
18
|
-
* Свойство может содержать поля `enter` и `exit`
|
|
19
|
-
* @example
|
|
20
|
-
* ```
|
|
21
|
-
* {
|
|
22
|
-
* enter: 'animatinName 0.2s forwards',
|
|
23
|
-
* exit: 'exitAnimationName 0.2s forwards',
|
|
24
|
-
* }
|
|
25
|
-
* ```
|
|
26
|
-
*/
|
|
27
|
-
animationInfo?: DrawerAnimationInfo;
|
|
28
12
|
/**
|
|
29
13
|
* Расположение Drawer.
|
|
30
14
|
* @default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.types.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,eAAO,MAAM,gBAAgB;;;;;CAK5B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,gBAAgB,CAAC;AAE5D,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Drawer.types.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,eAAO,MAAM,gBAAgB;;;;;CAK5B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,gBAAgB,CAAC;AAE5D,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,UAAU,EAAE,WAAW,GAAG,WAAW,CAAC,GACjE,UAAU,GAAG;IACT;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;OAEG;IACH,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC9C;;;OAGG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IACnE;;OAEG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAC/C;;;OAGG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IAC7C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEN,MAAM,WAAW,cACb,SAAQ,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,WAAW,GAAG,QAAQ,CAAC,EACtD,IAAI,CAAC,WAAW,EAAE,YAAY,GAAG,cAAc,GAAG,SAAS,CAAC;IAChE,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/LineSkeleton/LineSkeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"LineSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/LineSkeleton/LineSkeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAKlD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D;;GAEG;AACH,eAAO,MAAM,gBAAgB,SAAU,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC;;;0FAY9E,CAAC;AAEN,eAAO,MAAM,kBAAkB;;;mBAdQ,SAAS,CAAC,cAAc,EAAE,iBAAiB,CAAC;;;;;;;;;;;CAyBlF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/LineSkeleton/LineSkeleton.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LineSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/LineSkeleton/LineSkeleton.styles.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAEnE,eAAO,MAAM,IAAI,0CAKhB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAW7B,CAAC"}
|
|
@@ -13,7 +13,7 @@ type CustomSkeletonLineProps = {
|
|
|
13
13
|
};
|
|
14
14
|
export type StyledVisibleLineProps = {
|
|
15
15
|
roundness: string;
|
|
16
|
-
gradientColor
|
|
16
|
+
gradientColor: string;
|
|
17
17
|
};
|
|
18
18
|
export type LineSkeletonProps = HTMLAttributes<HTMLDivElement> & SkeletonSizeProps & CustomSkeletonLineProps & SkeletonGradientProps;
|
|
19
19
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineSkeleton.types.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/LineSkeleton/LineSkeleton.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,KAAK,uBAAuB,GAAG;IAC3B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,
|
|
1
|
+
{"version":3,"file":"LineSkeleton.types.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/LineSkeleton/LineSkeleton.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,KAAK,uBAAuB,GAAG;IAC3B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC,cAAc,CAAC,GAC1D,iBAAiB,GACjB,uBAAuB,GACvB,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/LineSkeleton/variations/_size/base.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/LineSkeleton/variations/_size/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAMhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Skeleton.types.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"Skeleton.types.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/TextSkeleton/TextSkeleton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAKlE;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,iBAAiB,aACzC,EAAE,CAAC,CAAC,CAAC,KACjB,EAAE,CAAC,CAAC,GAAG,qBAAqB,GAAG,cAAc,CAAC,cAAc,CAAC,
|
|
1
|
+
{"version":3,"file":"TextSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeleton/TextSkeleton/TextSkeleton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAKlE;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,iBAAiB,aACzC,EAAE,CAAC,CAAC,CAAC,KACjB,EAAE,CAAC,CAAC,GAAG,qBAAqB,GAAG,cAAc,CAAC,cAAc,CAAC,CA8D/D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;CAGlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attach.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Attach/Attach.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Attach.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Attach/Attach.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2xBlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attach.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Attach/Attach.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Attach.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Attach/Attach.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAC2nC,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;iBAAT,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAT,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAT,SAAS;oDADjnC,CAAC"}
|
|
@@ -10,7 +10,6 @@ export declare const Drawer: import("react").FunctionComponent<import("../../../
|
|
|
10
10
|
default: import("@linaria/core").LinariaClassName;
|
|
11
11
|
};
|
|
12
12
|
}> & Omit<import("../../..").PopupProps, "draggable" | "resizable"> & import("../../../components/Panel").PanelProps & {
|
|
13
|
-
animationInfo?: import("../../../components/Drawer/Drawer.types").DrawerAnimationInfo;
|
|
14
13
|
placement?: import("../../../components/Drawer/Drawer.types").DrawerPlacement;
|
|
15
14
|
asModal?: boolean;
|
|
16
15
|
customBackgroundColor?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Drawer/Drawer.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Drawer/Drawer.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;6BAU4kC,MAAO,UAAU;sBAAyI,MAAO,SAAS;oBAA2M,MAAO,SAAS;;kDAVv7C,CAAC;AAG9C,eAAO,MAAM,aAAa;;mGAAiC,CAAC;AAG5D,eAAO,MAAM,YAAY;;;;;;mGAAgC,CAAC;AAG1D,eAAO,MAAM,YAAY;;mGAAgC,CAAC"}
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
export declare const config: {
|
|
2
2
|
defaults: {
|
|
3
3
|
size: string;
|
|
4
|
-
view: string;
|
|
5
4
|
};
|
|
6
5
|
variations: {
|
|
7
|
-
view: {
|
|
8
|
-
default: import("@linaria/core").LinariaClassName;
|
|
9
|
-
lighter: import("@linaria/core").LinariaClassName;
|
|
10
|
-
};
|
|
11
6
|
size: {
|
|
12
7
|
bodyL: import("@linaria/core").LinariaClassName;
|
|
13
8
|
bodyM: import("@linaria/core").LinariaClassName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineSkeleton.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Skeleton/LineSkeleton.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"LineSkeleton.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Skeleton/LineSkeleton.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CA4ElB,CAAC"}
|