@dynatrace/strato-components 1.9.1 → 1.10.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/README.md +11 -6
- package/buttons/button/Button.css +16 -16
- package/buttons/button/Button.sty.js +4 -4
- package/content/progress/ProgressBar.css +71 -71
- package/content/progress/ProgressBar.sty.js +5 -5
- package/content/progress/ProgressBarIcon.css +2 -2
- package/content/progress/ProgressBarIcon.sty.js +1 -1
- package/content/progress/ProgressBarLabel.css +3 -3
- package/content/progress/ProgressBarLabel.sty.js +1 -1
- package/content/progress/ProgressBarValue.css +5 -5
- package/content/progress/ProgressBarValue.sty.js +1 -1
- package/content/progress/ProgressCircle.css +40 -40
- package/content/progress/ProgressCircle.sty.js +5 -5
- package/content/skeleton/Skeleton.css +6 -6
- package/content/skeleton/Skeleton.sty.js +1 -1
- package/core/components/app-root/AppRoot.css +8 -104
- package/core/styles/focusRing.css +66 -66
- package/core/styles/focusRing.sty.js +2 -2
- package/core/styles/useFocusRing.js +2 -2
- package/core/utils/colorUtils.css +60 -60
- package/core/utils/colorUtils.sty.js +2 -2
- package/esm/buttons/button/Button.css +16 -16
- package/esm/buttons/button/Button.js.map +2 -2
- package/esm/buttons/button/Button.sty.js +4 -4
- package/esm/buttons/button/Button.sty.js.map +2 -2
- package/esm/content/progress/ProgressBar.css +71 -71
- package/esm/content/progress/ProgressBar.sty.js +5 -5
- package/esm/content/progress/ProgressBar.sty.js.map +2 -2
- package/esm/content/progress/ProgressBarIcon.css +2 -2
- package/esm/content/progress/ProgressBarIcon.sty.js +1 -1
- package/esm/content/progress/ProgressBarIcon.sty.js.map +1 -1
- package/esm/content/progress/ProgressBarLabel.css +3 -3
- package/esm/content/progress/ProgressBarLabel.sty.js +1 -1
- package/esm/content/progress/ProgressBarLabel.sty.js.map +2 -2
- package/esm/content/progress/ProgressBarValue.css +5 -5
- package/esm/content/progress/ProgressBarValue.sty.js +1 -1
- package/esm/content/progress/ProgressBarValue.sty.js.map +2 -2
- package/esm/content/progress/ProgressCircle.css +40 -40
- package/esm/content/progress/ProgressCircle.sty.js +5 -5
- package/esm/content/progress/ProgressCircle.sty.js.map +2 -2
- package/esm/content/skeleton/Skeleton.css +6 -6
- package/esm/content/skeleton/Skeleton.sty.js +1 -1
- package/esm/content/skeleton/Skeleton.sty.js.map +2 -2
- package/esm/core/components/app-root/AppRoot.css +8 -104
- package/esm/core/styles/focusRing.css +66 -66
- package/esm/core/styles/focusRing.sty.js +2 -2
- package/esm/core/styles/focusRing.sty.js.map +2 -2
- package/esm/core/styles/useFocusRing.js +2 -2
- package/esm/core/styles/useFocusRing.js.map +2 -2
- package/esm/core/utils/colorUtils.css +60 -60
- package/esm/core/utils/colorUtils.sty.js +2 -2
- package/esm/core/utils/colorUtils.sty.js.map +2 -2
- package/esm/layouts/container/Container.css +4 -4
- package/esm/layouts/container/Container.js +5 -3
- package/esm/layouts/container/Container.js.map +2 -2
- package/esm/layouts/container/Container.sty.js +1 -1
- package/esm/layouts/container/Container.sty.js.map +1 -1
- package/esm/layouts/divider/Divider.css +6 -6
- package/esm/layouts/divider/Divider.sty.js +1 -1
- package/esm/layouts/divider/Divider.sty.js.map +2 -2
- package/esm/layouts/surface/Surface.css +39 -39
- package/esm/layouts/surface/Surface.sty.js +2 -2
- package/esm/layouts/surface/Surface.sty.js.map +2 -2
- package/esm/layouts/surface/variables.sty.js +1 -1
- package/esm/layouts/surface/variables.sty.js.map +1 -1
- package/esm/styles/colorUtils.css +60 -60
- package/esm/styles/colorUtils.sty.js +2 -2
- package/esm/styles/colorUtils.sty.js.map +2 -2
- package/esm/styles/container.css +47 -47
- package/esm/styles/container.sty.js +2 -2
- package/esm/styles/container.sty.js.map +2 -2
- package/esm/styles/ellipsis.css +1 -1
- package/esm/styles/ellipsis.sty.js +1 -1
- package/esm/styles/ellipsis.sty.js.map +1 -1
- package/esm/styles/field.css +153 -153
- package/esm/styles/field.sty.js +2 -2
- package/esm/styles/field.sty.js.map +2 -2
- package/esm/styles/sprinkles.css +262 -262
- package/esm/styles/sprinkles.sty.js +1 -1
- package/esm/styles/sprinkles.sty.js.map +2 -2
- package/esm/styles/textStyle.css +8 -8
- package/esm/styles/textStyle.sty.js +1 -1
- package/esm/styles/textStyle.sty.js.map +2 -2
- package/esm/typography/block-quote/Blockquote.css +2 -2
- package/esm/typography/block-quote/Blockquote.js.map +2 -2
- package/esm/typography/block-quote/Blockquote.sty.js +1 -1
- package/esm/typography/block-quote/Blockquote.sty.js.map +1 -1
- package/esm/typography/code/Code.css +1 -1
- package/esm/typography/code/Code.js.map +2 -2
- package/esm/typography/code/Code.sty.js +1 -1
- package/esm/typography/code/Code.sty.js.map +1 -1
- package/esm/typography/emphasis/Emphasis.css +1 -1
- package/esm/typography/emphasis/Emphasis.js.map +2 -2
- package/esm/typography/emphasis/Emphasis.sty.js +1 -1
- package/esm/typography/emphasis/Emphasis.sty.js.map +1 -1
- package/esm/typography/external-link/ExternalLink.css +5 -5
- package/esm/typography/external-link/ExternalLink.js +2 -4
- package/esm/typography/external-link/ExternalLink.js.map +2 -2
- package/esm/typography/external-link/ExternalLink.sty.js +1 -1
- package/esm/typography/external-link/ExternalLink.sty.js.map +1 -1
- package/esm/typography/heading/Heading.css +7 -7
- package/esm/typography/heading/Heading.js.map +2 -2
- package/esm/typography/heading/Heading.sty.js +1 -1
- package/esm/typography/heading/Heading.sty.js.map +2 -2
- package/esm/typography/highlight/Highlight.css +2 -2
- package/esm/typography/highlight/Highlight.js.map +2 -2
- package/esm/typography/highlight/Highlight.sty.js +2 -2
- package/esm/typography/highlight/Highlight.sty.js.map +1 -1
- package/esm/typography/link/Link.css +4 -4
- package/esm/typography/link/Link.js +2 -4
- package/esm/typography/link/Link.js.map +2 -2
- package/esm/typography/link/Link.sty.js +1 -1
- package/esm/typography/link/Link.sty.js.map +1 -1
- package/esm/typography/list/List.css +4 -4
- package/esm/typography/list/List.sty.js +2 -2
- package/esm/typography/list/List.sty.js.map +1 -1
- package/esm/typography/paragraph/Paragraph.css +3 -3
- package/esm/typography/paragraph/Paragraph.js.map +2 -2
- package/esm/typography/paragraph/Paragraph.sty.js +1 -1
- package/esm/typography/paragraph/Paragraph.sty.js.map +2 -2
- package/esm/typography/strikethrough/Strikethrough.css +1 -1
- package/esm/typography/strikethrough/Strikethrough.js.map +2 -2
- package/esm/typography/strikethrough/Strikethrough.sty.js +1 -1
- package/esm/typography/strikethrough/Strikethrough.sty.js.map +1 -1
- package/esm/typography/strong/Strong.css +1 -1
- package/esm/typography/strong/Strong.js.map +2 -2
- package/esm/typography/strong/Strong.sty.js +1 -1
- package/esm/typography/strong/Strong.sty.js.map +1 -1
- package/esm/typography/text/Text.css +3 -3
- package/esm/typography/text/Text.sty.js +1 -1
- package/esm/typography/text/Text.sty.js.map +2 -2
- package/esm/typography/text-ellipsis/TextEllipsis.css +6 -6
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js.map +2 -2
- package/layouts/container/Container.css +4 -4
- package/layouts/container/Container.d.ts +2 -1
- package/layouts/container/Container.js +4 -3
- package/layouts/container/Container.sty.js +1 -1
- package/layouts/divider/Divider.css +6 -6
- package/layouts/divider/Divider.sty.js +1 -1
- package/layouts/surface/Surface.css +39 -39
- package/layouts/surface/Surface.sty.js +2 -2
- package/layouts/surface/variables.sty.js +1 -1
- package/package.json +3 -3
- package/styles/colorUtils.css +60 -60
- package/styles/colorUtils.sty.js +2 -2
- package/styles/container.css +47 -47
- package/styles/container.sty.js +2 -2
- package/styles/ellipsis.css +1 -1
- package/styles/ellipsis.sty.js +1 -1
- package/styles/field.css +153 -153
- package/styles/field.sty.js +2 -2
- package/styles/sprinkles.css +262 -262
- package/styles/sprinkles.sty.js +1 -1
- package/styles/textStyle.css +8 -8
- package/styles/textStyle.sty.js +1 -1
- package/typography/block-quote/Blockquote.css +2 -2
- package/typography/block-quote/Blockquote.d.ts +3 -1
- package/typography/block-quote/Blockquote.sty.js +1 -1
- package/typography/code/Code.css +1 -1
- package/typography/code/Code.d.ts +3 -1
- package/typography/code/Code.sty.js +1 -1
- package/typography/emphasis/Emphasis.css +1 -1
- package/typography/emphasis/Emphasis.d.ts +3 -1
- package/typography/emphasis/Emphasis.sty.js +1 -1
- package/typography/external-link/ExternalLink.css +5 -5
- package/typography/external-link/ExternalLink.d.ts +3 -1
- package/typography/external-link/ExternalLink.js +2 -2
- package/typography/external-link/ExternalLink.sty.js +1 -1
- package/typography/heading/Heading.css +7 -7
- package/typography/heading/Heading.d.ts +4 -1
- package/typography/heading/Heading.sty.js +1 -1
- package/typography/highlight/Highlight.css +2 -2
- package/typography/highlight/Highlight.d.ts +2 -1
- package/typography/highlight/Highlight.sty.js +2 -2
- package/typography/link/Link.css +4 -4
- package/typography/link/Link.d.ts +4 -1
- package/typography/link/Link.js +2 -2
- package/typography/link/Link.sty.js +1 -1
- package/typography/list/List.css +4 -4
- package/typography/list/List.sty.js +2 -2
- package/typography/paragraph/Paragraph.css +3 -3
- package/typography/paragraph/Paragraph.d.ts +3 -1
- package/typography/paragraph/Paragraph.sty.js +1 -1
- package/typography/strikethrough/Strikethrough.css +1 -1
- package/typography/strikethrough/Strikethrough.d.ts +3 -1
- package/typography/strikethrough/Strikethrough.sty.js +1 -1
- package/typography/strong/Strong.css +1 -1
- package/typography/strong/Strong.d.ts +3 -1
- package/typography/strong/Strong.sty.js +1 -1
- package/typography/text/Text.css +3 -3
- package/typography/text/Text.sty.js +1 -1
- package/typography/text-ellipsis/TextEllipsis.css +6 -6
- package/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
package/README.md
CHANGED
|
@@ -1,15 +1,20 @@
|
|
|
1
|
-
# Strato
|
|
1
|
+
# Strato components
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
These reusable React components are the building blocks for Dynatrace. Use them in line with Strato's design foundations and patterns to create great Dynatrace experiences. See [About Strato](https://developer.dynatrace.com/design/about-strato-design-system/) to learn more.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Documentation
|
|
6
|
+
|
|
7
|
+
Explore use cases with code, props, and usage guidelines for each component in [Strato components](https://developer.dynatrace.com/design/components/).
|
|
6
8
|
|
|
7
|
-
##
|
|
9
|
+
## Installation
|
|
8
10
|
|
|
9
11
|
```sh
|
|
10
12
|
npm install @dynatrace/strato-components
|
|
11
13
|
```
|
|
12
14
|
|
|
13
|
-
##
|
|
15
|
+
## Releases
|
|
16
|
+
|
|
17
|
+
Non-breaking changes are released every two weeks. Breaking changes are limited to twice per year.
|
|
14
18
|
|
|
15
|
-
|
|
19
|
+
- Learn about [Strato versioning](https://developer.dynatrace.com/design/strato-versioning/).
|
|
20
|
+
- Check the [release notes](https://developer.dynatrace.com/release-notes/design-system/components-changelog/).
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
._10kgnsa0-1-
|
|
1
|
+
._10kgnsa0-1-10-0 {
|
|
2
2
|
font-family: var(--dt-typography-text-base-default-family, DynatraceFlow,Roboto,Helvetica,sans-serif);
|
|
3
3
|
font-weight: var(--dt-typography-text-base-emphasized-weight, 500);
|
|
4
4
|
font-size: var(--dt-typography-text-base-default-size, 14px);
|
|
5
5
|
line-height: var(--dt-typography-text-base-default-line-height, 1.4285714286);
|
|
6
6
|
text-decoration: var(--dt-typography-text-base-default-text-decoration, none);
|
|
7
7
|
text-transform: none;
|
|
8
|
-
background: var(--_bx32h3-1-
|
|
9
|
-
color: var(--_bx32h0-1-
|
|
8
|
+
background: var(--_bx32h3-1-10-0);
|
|
9
|
+
color: var(--_bx32h0-1-10-0);
|
|
10
10
|
display: inline-flex;
|
|
11
11
|
position: relative;
|
|
12
12
|
align-items: center;
|
|
@@ -23,42 +23,42 @@
|
|
|
23
23
|
transition-duration: var(--dt-animations-hover-duration-base, 150ms);
|
|
24
24
|
transition-property: color, background-color, transform;
|
|
25
25
|
}
|
|
26
|
-
._10kgnsa1-1-
|
|
26
|
+
._10kgnsa1-1-10-0 {
|
|
27
27
|
text-align: start;
|
|
28
28
|
justify-content: space-between;
|
|
29
29
|
}
|
|
30
|
-
._10kgnsa2-1-
|
|
30
|
+
._10kgnsa2-1-10-0 {
|
|
31
31
|
text-align: center;
|
|
32
32
|
justify-content: center;
|
|
33
33
|
}
|
|
34
|
-
._10kgnsa3-1-
|
|
34
|
+
._10kgnsa3-1-10-0 {
|
|
35
35
|
padding-top: var(--dt-spacings-size-2, 2px);
|
|
36
36
|
padding-bottom: var(--dt-spacings-size-2, 2px);
|
|
37
37
|
padding-left: var(--dt-spacings-size-4, 4px);
|
|
38
38
|
padding-right: var(--dt-spacings-size-4, 4px);
|
|
39
39
|
gap: var(--dt-spacings-size-2, 2px);
|
|
40
40
|
}
|
|
41
|
-
._10kgnsa4-1-
|
|
41
|
+
._10kgnsa4-1-10-0 {
|
|
42
42
|
padding-top: var(--dt-spacings-size-6, 6px);
|
|
43
43
|
padding-bottom: var(--dt-spacings-size-6, 6px);
|
|
44
44
|
padding-left: var(--dt-spacings-size-8, 8px);
|
|
45
45
|
padding-right: var(--dt-spacings-size-8, 8px);
|
|
46
46
|
gap: var(--dt-spacings-size-4, 4px);
|
|
47
47
|
}
|
|
48
|
-
._10kgnsa5-1-
|
|
48
|
+
._10kgnsa5-1-10-0 {
|
|
49
49
|
cursor: not-allowed;
|
|
50
50
|
}
|
|
51
|
-
._10kgnsa6-1-
|
|
51
|
+
._10kgnsa6-1-10-0 {
|
|
52
52
|
cursor: not-allowed;
|
|
53
|
-
background: var(--_bx32h2-1-
|
|
53
|
+
background: var(--_bx32h2-1-10-0);
|
|
54
54
|
}
|
|
55
|
-
._10kgnsa7-1-
|
|
55
|
+
._10kgnsa7-1-10-0 {
|
|
56
56
|
width: 100%;
|
|
57
57
|
}
|
|
58
|
-
._10kgnsa8-1-
|
|
58
|
+
._10kgnsa8-1-10-0 {
|
|
59
59
|
width: fit-content;
|
|
60
60
|
}
|
|
61
|
-
._10kgnsa9-1-
|
|
61
|
+
._10kgnsa9-1-10-0 {
|
|
62
62
|
position: absolute;
|
|
63
63
|
top: 0;
|
|
64
64
|
left: 0;
|
|
@@ -70,19 +70,19 @@
|
|
|
70
70
|
align-items: center;
|
|
71
71
|
z-index: 1;
|
|
72
72
|
}
|
|
73
|
-
._10kgnsa3-1-
|
|
73
|
+
._10kgnsa3-1-10-0 ._10kgnsaa-1-10-0:not(:has(svg:only-child)) {
|
|
74
74
|
padding-top: 0;
|
|
75
75
|
padding-bottom: 0;
|
|
76
76
|
padding-left: 2px;
|
|
77
77
|
padding-right: 2px;
|
|
78
78
|
}
|
|
79
|
-
._10kgnsa4-1-
|
|
79
|
+
._10kgnsa4-1-10-0 ._10kgnsaa-1-10-0:not(:has(svg:only-child)) {
|
|
80
80
|
padding-top: 0;
|
|
81
81
|
padding-bottom: 0;
|
|
82
82
|
padding-left: 4px;
|
|
83
83
|
padding-right: 4px;
|
|
84
84
|
}
|
|
85
|
-
._10kgnsac-1-
|
|
85
|
+
._10kgnsac-1-10-0 {
|
|
86
86
|
display: inline-flex;
|
|
87
87
|
min-width: 0;
|
|
88
88
|
max-width: 100%;
|
|
@@ -28,7 +28,7 @@ var import_ellipsis_css_ts_vanilla = require("../../styles/ellipsis.css");
|
|
|
28
28
|
var import_field_css_ts_vanilla = require("../../styles/field.css");
|
|
29
29
|
var import_Button_css_ts_vanilla = require("./Button.css");
|
|
30
30
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
31
|
-
var buttonCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_10kgnsa0-1-
|
|
32
|
-
var buttonLabelCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_10kgnsaa-1-
|
|
33
|
-
var buttonLoadingCSS = "_10kgnsa9-1-
|
|
34
|
-
var buttonWidthsCSS = { full: "_10kgnsa7-1-
|
|
31
|
+
var buttonCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_10kgnsa0-1-10-0", variantClassNames: { textAlign: { start: "_10kgnsa1-1-10-0", center: "_10kgnsa2-1-10-0" }, size: { condensed: "_10kgnsa3-1-10-0", "default": "_10kgnsa4-1-10-0" }, disabled: { true: "_10kgnsa5-1-10-0" }, readOnly: { true: "_10kgnsa6-1-10-0" } }, defaultVariants: { size: "default", textAlign: "center", disabled: false }, compoundVariants: [] });
|
|
32
|
+
var buttonLabelCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_10kgnsaa-1-10-0", variantClassNames: { textual: { true: "_oqqp1n0-1-10-0", false: "_10kgnsac-1-10-0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
33
|
+
var buttonLoadingCSS = "_10kgnsa9-1-10-0";
|
|
34
|
+
var buttonWidthsCSS = { full: "_10kgnsa7-1-10-0", content: "_10kgnsa8-1-10-0" };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes _13n9uwh0-1-
|
|
1
|
+
@keyframes _13n9uwh0-1-10-0 {
|
|
2
2
|
0% {
|
|
3
3
|
transform: translateX(-100%) scaleX(0);
|
|
4
4
|
}
|
|
@@ -6,92 +6,92 @@
|
|
|
6
6
|
transform: translateX(100%) scaleX(1.5);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
._13n9uwh5-1-
|
|
10
|
-
color: var(--_13n9uwh1-1-
|
|
11
|
-
}
|
|
12
|
-
._13n9uwhd-1-
|
|
13
|
-
--_13n9uwh1-1-
|
|
14
|
-
--_13n9uwh4-1-
|
|
15
|
-
--_13n9uwh2-1-
|
|
16
|
-
--_13n9uwh3-1-
|
|
17
|
-
}
|
|
18
|
-
._13n9uwhe-1-
|
|
19
|
-
--_13n9uwh1-1-
|
|
20
|
-
--_13n9uwh4-1-
|
|
21
|
-
--_13n9uwh2-1-
|
|
22
|
-
--_13n9uwh3-1-
|
|
23
|
-
}
|
|
24
|
-
._13n9uwhf-1-
|
|
25
|
-
--_13n9uwh1-1-
|
|
26
|
-
--_13n9uwh4-1-
|
|
27
|
-
--_13n9uwh2-1-
|
|
28
|
-
--_13n9uwh3-1-
|
|
29
|
-
}
|
|
30
|
-
._13n9uwhg-1-
|
|
31
|
-
--_13n9uwh1-1-
|
|
32
|
-
--_13n9uwh4-1-
|
|
33
|
-
--_13n9uwh2-1-
|
|
34
|
-
--_13n9uwh3-1-
|
|
35
|
-
}
|
|
36
|
-
._13n9uwhh-1-
|
|
37
|
-
--_13n9uwh1-1-
|
|
38
|
-
--_13n9uwh4-1-
|
|
39
|
-
--_13n9uwh2-1-
|
|
40
|
-
--_13n9uwh3-1-
|
|
9
|
+
._13n9uwh5-1-10-0 {
|
|
10
|
+
color: var(--_13n9uwh1-1-10-0);
|
|
11
|
+
}
|
|
12
|
+
._13n9uwhd-1-10-0 {
|
|
13
|
+
--_13n9uwh1-1-10-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
14
|
+
--_13n9uwh4-1-10-0: var(--dt-colors-text-neutral-subdued, #595a7d);
|
|
15
|
+
--_13n9uwh2-1-10-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
16
|
+
--_13n9uwh3-1-10-0: var(--dt-colors-border-primary-accent, #464cce);
|
|
17
|
+
}
|
|
18
|
+
._13n9uwhe-1-10-0 {
|
|
19
|
+
--_13n9uwh1-1-10-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
20
|
+
--_13n9uwh4-1-10-0: var(--dt-colors-text-neutral-subdued, #595a7d);
|
|
21
|
+
--_13n9uwh2-1-10-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
22
|
+
--_13n9uwh3-1-10-0: var(--dt-colors-border-success-accent, #2d6761);
|
|
23
|
+
}
|
|
24
|
+
._13n9uwhf-1-10-0 {
|
|
25
|
+
--_13n9uwh1-1-10-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
26
|
+
--_13n9uwh4-1-10-0: var(--dt-colors-text-neutral-subdued, #595a7d);
|
|
27
|
+
--_13n9uwh2-1-10-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
28
|
+
--_13n9uwh3-1-10-0: var(--dt-colors-border-warning-accent, #855400);
|
|
29
|
+
}
|
|
30
|
+
._13n9uwhg-1-10-0 {
|
|
31
|
+
--_13n9uwh1-1-10-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
32
|
+
--_13n9uwh4-1-10-0: var(--dt-colors-text-neutral-subdued, #595a7d);
|
|
33
|
+
--_13n9uwh2-1-10-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
34
|
+
--_13n9uwh3-1-10-0: var(--dt-colors-border-critical-accent, #bb0731);
|
|
35
|
+
}
|
|
36
|
+
._13n9uwhh-1-10-0 {
|
|
37
|
+
--_13n9uwh1-1-10-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
38
|
+
--_13n9uwh4-1-10-0: var(--dt-colors-text-neutral-subdued, #595a7d);
|
|
39
|
+
--_13n9uwh2-1-10-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
40
|
+
--_13n9uwh3-1-10-0: var(--dt-colors-border-neutral-accent, #595a7d);
|
|
41
41
|
color: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
42
42
|
}
|
|
43
|
-
._13n9uwhi-1-
|
|
44
|
-
--_13n9uwh1-1-
|
|
45
|
-
--_13n9uwh4-1-
|
|
46
|
-
--_13n9uwh2-1-
|
|
47
|
-
--_13n9uwh3-1-
|
|
48
|
-
}
|
|
49
|
-
._13n9uwhj-1-
|
|
50
|
-
--_13n9uwh1-1-
|
|
51
|
-
--_13n9uwh4-1-
|
|
52
|
-
--_13n9uwh2-1-
|
|
53
|
-
--_13n9uwh3-1-
|
|
54
|
-
}
|
|
55
|
-
._13n9uwhk-1-
|
|
56
|
-
--_13n9uwh1-1-
|
|
57
|
-
--_13n9uwh4-1-
|
|
58
|
-
--_13n9uwh2-1-
|
|
59
|
-
--_13n9uwh3-1-
|
|
60
|
-
}
|
|
61
|
-
._13n9uwhl-1-
|
|
62
|
-
--_13n9uwh1-1-
|
|
63
|
-
--_13n9uwh4-1-
|
|
64
|
-
--_13n9uwh2-1-
|
|
65
|
-
--_13n9uwh3-1-
|
|
66
|
-
}
|
|
67
|
-
._13n9uwhm-1-
|
|
68
|
-
--_13n9uwh1-1-
|
|
69
|
-
--_13n9uwh4-1-
|
|
70
|
-
--_13n9uwh2-1-
|
|
71
|
-
--_13n9uwh3-1-
|
|
72
|
-
}
|
|
73
|
-
._13n9uwhn-1-
|
|
43
|
+
._13n9uwhi-1-10-0 {
|
|
44
|
+
--_13n9uwh1-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
45
|
+
--_13n9uwh4-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
46
|
+
--_13n9uwh2-1-10-0: var(--dt-colors-border-primary-on-accent-disabled, #f4f4fb33);
|
|
47
|
+
--_13n9uwh3-1-10-0: var(--dt-colors-border-primary-on-accent-default, #f4f4fb);
|
|
48
|
+
}
|
|
49
|
+
._13n9uwhj-1-10-0 {
|
|
50
|
+
--_13n9uwh1-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
51
|
+
--_13n9uwh4-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
52
|
+
--_13n9uwh2-1-10-0: var(--dt-colors-border-success-on-accent-disabled, #f1f4f433);
|
|
53
|
+
--_13n9uwh3-1-10-0: var(--dt-colors-border-success-on-accent-default, #f1f4f4);
|
|
54
|
+
}
|
|
55
|
+
._13n9uwhk-1-10-0 {
|
|
56
|
+
--_13n9uwh1-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
57
|
+
--_13n9uwh4-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
58
|
+
--_13n9uwh2-1-10-0: var(--dt-colors-border-warning-on-accent-disabled, #27202433);
|
|
59
|
+
--_13n9uwh3-1-10-0: var(--dt-colors-border-warning-on-accent-default, #272024);
|
|
60
|
+
}
|
|
61
|
+
._13n9uwhl-1-10-0 {
|
|
62
|
+
--_13n9uwh1-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
63
|
+
--_13n9uwh4-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
64
|
+
--_13n9uwh2-1-10-0: var(--dt-colors-border-critical-on-accent-disabled, #f9f1f333);
|
|
65
|
+
--_13n9uwh3-1-10-0: var(--dt-colors-border-critical-on-accent-default, #f9f1f3);
|
|
66
|
+
}
|
|
67
|
+
._13n9uwhm-1-10-0 {
|
|
68
|
+
--_13n9uwh1-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
69
|
+
--_13n9uwh4-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
70
|
+
--_13n9uwh2-1-10-0: var(--dt-colors-border-neutral-on-accent-disabled, #f3f3f633);
|
|
71
|
+
--_13n9uwh3-1-10-0: var(--dt-colors-border-neutral-on-accent-default, #f3f3f6);
|
|
72
|
+
}
|
|
73
|
+
._13n9uwhn-1-10-0 {
|
|
74
74
|
width: 100%;
|
|
75
75
|
border-radius: var(--dt-borders-radius-container-subdued, 8px);
|
|
76
76
|
overflow: hidden;
|
|
77
77
|
position: relative;
|
|
78
|
-
background: var(--_13n9uwh2-1-
|
|
78
|
+
background: var(--_13n9uwh2-1-10-0);
|
|
79
79
|
}
|
|
80
|
-
._13n9uwho-1-
|
|
80
|
+
._13n9uwho-1-10-0 {
|
|
81
81
|
height: 6px;
|
|
82
82
|
}
|
|
83
|
-
._13n9uwhp-1-
|
|
83
|
+
._13n9uwhp-1-10-0 {
|
|
84
84
|
height: 8px;
|
|
85
85
|
}
|
|
86
|
-
._13n9uwhq-1-
|
|
86
|
+
._13n9uwhq-1-10-0 {
|
|
87
87
|
height: 100%;
|
|
88
88
|
transition-duration: var(--dt-timings-fast-default, 170ms);
|
|
89
89
|
transition-timing-function: var(--dt-easings-fast-in-slow-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
90
|
-
background-color: var(--_13n9uwh3-1-
|
|
90
|
+
background-color: var(--_13n9uwh3-1-10-0);
|
|
91
91
|
}
|
|
92
|
-
._13n9uwhr-1-
|
|
92
|
+
._13n9uwhr-1-10-0 {
|
|
93
93
|
width: 100%;
|
|
94
|
-
animation-name: _13n9uwh0-1-
|
|
94
|
+
animation-name: _13n9uwh0-1-10-0;
|
|
95
95
|
animation-duration: var(--dt-timings-slow-gentle, 800ms);
|
|
96
96
|
animation-timing-function: var(--dt-easings-fast-in-slow-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
97
97
|
animation-iteration-count: infinite;
|
|
@@ -27,8 +27,8 @@ __export(ProgressBar_css_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(ProgressBar_css_exports);
|
|
28
28
|
var import_ProgressBar_css_ts_vanilla = require("./ProgressBar.css");
|
|
29
29
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
30
|
-
var progressBarFillCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwhq-1-
|
|
31
|
-
var progressCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwhn-1-
|
|
32
|
-
var progressIndicatorColorVar = "var(--_13n9uwh3-1-
|
|
33
|
-
var progressRoot = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwh5-1-
|
|
34
|
-
var progressValueColorVar = "var(--_13n9uwh4-1-
|
|
30
|
+
var progressBarFillCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwhq-1-10-0", variantClassNames: { indeterminate: { true: "_13n9uwhr-1-10-0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
31
|
+
var progressCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwhn-1-10-0", variantClassNames: { size: { condensed: "_13n9uwho-1-10-0", "default": "_13n9uwhp-1-10-0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
32
|
+
var progressIndicatorColorVar = "var(--_13n9uwh3-1-10-0)";
|
|
33
|
+
var progressRoot = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwh5-1-10-0", variantClassNames: { color: { primary: "_13n9uwh6-1-10-0", success: "_13n9uwh7-1-10-0", warning: "_13n9uwh8-1-10-0", critical: "_13n9uwh9-1-10-0", neutral: "_13n9uwha-1-10-0" }, onAccent: { true: "_13n9uwhb-1-10-0", false: "_13n9uwhc-1-10-0" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", onAccent: false }, "_13n9uwhd-1-10-0"], [{ color: "success", onAccent: false }, "_13n9uwhe-1-10-0"], [{ color: "warning", onAccent: false }, "_13n9uwhf-1-10-0"], [{ color: "critical", onAccent: false }, "_13n9uwhg-1-10-0"], [{ color: "neutral", onAccent: false }, "_13n9uwhh-1-10-0"], [{ color: "primary", onAccent: true }, "_13n9uwhi-1-10-0"], [{ color: "success", onAccent: true }, "_13n9uwhj-1-10-0"], [{ color: "warning", onAccent: true }, "_13n9uwhk-1-10-0"], [{ color: "critical", onAccent: true }, "_13n9uwhl-1-10-0"], [{ color: "neutral", onAccent: true }, "_13n9uwhm-1-10-0"]] });
|
|
34
|
+
var progressValueColorVar = "var(--_13n9uwh4-1-10-0)";
|
|
@@ -23,4 +23,4 @@ __export(ProgressBarIcon_css_exports, {
|
|
|
23
23
|
module.exports = __toCommonJS(ProgressBarIcon_css_exports);
|
|
24
24
|
var import_ProgressBar_css_ts_vanilla = require("./ProgressBar.css");
|
|
25
25
|
var import_ProgressBarIcon_css_ts_vanilla = require("./ProgressBarIcon.css");
|
|
26
|
-
var progressBarIconContainerCSS = "_szm9t40-1-
|
|
26
|
+
var progressBarIconContainerCSS = "_szm9t40-1-10-0";
|
|
@@ -23,4 +23,4 @@ __export(ProgressBarLabel_css_exports, {
|
|
|
23
23
|
module.exports = __toCommonJS(ProgressBarLabel_css_exports);
|
|
24
24
|
var import_ProgressBarLabel_css_ts_vanilla = require("./ProgressBarLabel.css");
|
|
25
25
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
26
|
-
var progressBarLabelCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_1ceb8vp0-1-
|
|
26
|
+
var progressBarLabelCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_1ceb8vp0-1-10-0", variantClassNames: { size: { condensed: "_1ceb8vp1-1-10-0", "default": "_1ceb8vp2-1-10-0" }, childIsText: { false: "_1ceb8vp3-1-10-0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
._1ri4i7o0-1-
|
|
2
|
-
color: var(--_13n9uwh4-1-
|
|
1
|
+
._1ri4i7o0-1-10-0 {
|
|
2
|
+
color: var(--_13n9uwh4-1-10-0);
|
|
3
3
|
}
|
|
4
|
-
._1ri4i7o2-1-
|
|
4
|
+
._1ri4i7o2-1-10-0 {
|
|
5
5
|
word-break: break-word;
|
|
6
6
|
}
|
|
7
|
-
._1ri4i7o4-1-
|
|
7
|
+
._1ri4i7o4-1-10-0 {
|
|
8
8
|
word-break: break-word;
|
|
9
9
|
}
|
|
10
|
-
._1ri4i7o5-1-
|
|
10
|
+
._1ri4i7o5-1-10-0 {
|
|
11
11
|
margin-left: auto;
|
|
12
12
|
align-self: center;
|
|
13
13
|
}
|
|
@@ -25,4 +25,4 @@ var import_ProgressBar_css_ts_vanilla = require("./ProgressBar.css");
|
|
|
25
25
|
var import_ellipsis_css_ts_vanilla = require("../../styles/ellipsis.css");
|
|
26
26
|
var import_ProgressBarValue_css_ts_vanilla = require("./ProgressBarValue.css");
|
|
27
27
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
28
|
-
var progressBarValueCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_1ri4i7o0-1-
|
|
28
|
+
var progressBarValueCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_1ri4i7o0-1-10-0", variantClassNames: { size: { condensed: "_1ri4i7o1-1-10-0", "default": "_1ri4i7o2-1-10-0" }, childIsText: { true: "_1ri4i7o3-1-10-0", false: "_1ri4i7o4-1-10-0" } }, defaultVariants: {}, compoundVariants: [[{ size: "condensed", childIsText: true }, "_1ri4i7o5-1-10-0 _oqqp1n0-1-10-0"]] });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes _kvldjh3-1-
|
|
1
|
+
@keyframes _kvldjh3-1-10-0 {
|
|
2
2
|
0% {
|
|
3
3
|
transform: rotate(0deg);
|
|
4
4
|
}
|
|
@@ -6,79 +6,79 @@
|
|
|
6
6
|
transform: rotate(360deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
._kvldjh4-1-
|
|
9
|
+
._kvldjh4-1-10-0 {
|
|
10
10
|
display: inline-block;
|
|
11
11
|
}
|
|
12
|
-
._kvldjh5-1-
|
|
12
|
+
._kvldjh5-1-10-0 {
|
|
13
13
|
display: block;
|
|
14
14
|
transform: rotate(-90deg);
|
|
15
15
|
}
|
|
16
|
-
._kvldjh6-1-
|
|
17
|
-
stroke: var(--_kvldjh2-1-
|
|
16
|
+
._kvldjh6-1-10-0 {
|
|
17
|
+
stroke: var(--_kvldjh2-1-10-0);
|
|
18
18
|
transform-origin: center;
|
|
19
19
|
}
|
|
20
|
-
._kvldjh7-1-
|
|
20
|
+
._kvldjh7-1-10-0 {
|
|
21
21
|
stroke-dasharray: 90 360;
|
|
22
22
|
transform-origin: 50% 50%;
|
|
23
|
-
animation-name: _kvldjh3-1-
|
|
23
|
+
animation-name: _kvldjh3-1-10-0;
|
|
24
24
|
animation-duration: var(--dt-timings-slow-gentle, 800ms);
|
|
25
25
|
animation-timing-function: cubic-bezier(0.5, 0.15, 0.5, 0.8);
|
|
26
26
|
animation-iteration-count: infinite;
|
|
27
27
|
}
|
|
28
|
-
._kvldjh8-1-
|
|
28
|
+
._kvldjh8-1-10-0 {
|
|
29
29
|
animation-duration: var(--dt-timings-fast-moderate, 200ms);
|
|
30
30
|
transition-property: stroke-dashoffset;
|
|
31
31
|
}
|
|
32
|
-
._kvldjh9-1-
|
|
33
|
-
stroke: var(--_kvldjh1-1-
|
|
32
|
+
._kvldjh9-1-10-0 {
|
|
33
|
+
stroke: var(--_kvldjh1-1-10-0);
|
|
34
34
|
}
|
|
35
|
-
._kvldjha-1-
|
|
35
|
+
._kvldjha-1-10-0 {
|
|
36
36
|
display: flex;
|
|
37
37
|
flex-direction: column;
|
|
38
38
|
align-items: center;
|
|
39
|
-
color: var(--_kvldjh0-1-
|
|
39
|
+
color: var(--_kvldjh0-1-10-0);
|
|
40
40
|
}
|
|
41
|
-
._kvldjhb-1-
|
|
41
|
+
._kvldjhb-1-10-0 {
|
|
42
42
|
gap: var(--dt-spacings-size-8, 8px);
|
|
43
43
|
}
|
|
44
|
-
._kvldjhc-1-
|
|
44
|
+
._kvldjhc-1-10-0 {
|
|
45
45
|
gap: var(--dt-spacings-size-12, 12px);
|
|
46
46
|
}
|
|
47
|
-
._kvldjhd-1-
|
|
48
|
-
--_kvldjh2-1-
|
|
47
|
+
._kvldjhd-1-10-0 {
|
|
48
|
+
--_kvldjh2-1-10-0: var(--dt-colors-border-critical-accent, #bb0731);
|
|
49
49
|
}
|
|
50
|
-
._kvldjhe-1-
|
|
51
|
-
--_kvldjh2-1-
|
|
50
|
+
._kvldjhe-1-10-0 {
|
|
51
|
+
--_kvldjh2-1-10-0: var(--dt-colors-border-neutral-accent, #595a7d);
|
|
52
52
|
}
|
|
53
|
-
._kvldjhf-1-
|
|
54
|
-
--_kvldjh2-1-
|
|
53
|
+
._kvldjhf-1-10-0 {
|
|
54
|
+
--_kvldjh2-1-10-0: var(--dt-colors-border-primary-accent, #464cce);
|
|
55
55
|
}
|
|
56
|
-
._kvldjhg-1-
|
|
57
|
-
--_kvldjh2-1-
|
|
56
|
+
._kvldjhg-1-10-0 {
|
|
57
|
+
--_kvldjh2-1-10-0: var(--dt-colors-border-success-accent, #2d6761);
|
|
58
58
|
}
|
|
59
|
-
._kvldjhh-1-
|
|
60
|
-
--_kvldjh2-1-
|
|
59
|
+
._kvldjhh-1-10-0 {
|
|
60
|
+
--_kvldjh2-1-10-0: var(--dt-colors-border-warning-accent, #855400);
|
|
61
61
|
}
|
|
62
|
-
._kvldjhi-1-
|
|
63
|
-
--_kvldjh0-1-
|
|
64
|
-
--_kvldjh1-1-
|
|
62
|
+
._kvldjhi-1-10-0 {
|
|
63
|
+
--_kvldjh0-1-10-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
64
|
+
--_kvldjh1-1-10-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
65
65
|
}
|
|
66
|
-
._kvldjhj-1-
|
|
67
|
-
--_kvldjh0-1-
|
|
68
|
-
--_kvldjh1-1-
|
|
66
|
+
._kvldjhj-1-10-0 {
|
|
67
|
+
--_kvldjh0-1-10-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
68
|
+
--_kvldjh1-1-10-0: var(--dt-colors-border-neutral-on-accent-disabled, #f3f3f633);
|
|
69
69
|
}
|
|
70
|
-
._kvldjhk-1-
|
|
71
|
-
--_kvldjh2-1-
|
|
70
|
+
._kvldjhk-1-10-0 {
|
|
71
|
+
--_kvldjh2-1-10-0: var(--dt-colors-border-primary-on-accent-default, #f4f4fb);
|
|
72
72
|
}
|
|
73
|
-
._kvldjhl-1-
|
|
74
|
-
--_kvldjh2-1-
|
|
73
|
+
._kvldjhl-1-10-0 {
|
|
74
|
+
--_kvldjh2-1-10-0: var(--dt-colors-border-success-on-accent-default, #f1f4f4);
|
|
75
75
|
}
|
|
76
|
-
._kvldjhm-1-
|
|
77
|
-
--_kvldjh2-1-
|
|
76
|
+
._kvldjhm-1-10-0 {
|
|
77
|
+
--_kvldjh2-1-10-0: var(--dt-colors-border-warning-on-accent-default, #272024);
|
|
78
78
|
}
|
|
79
|
-
._kvldjhn-1-
|
|
80
|
-
--_kvldjh2-1-
|
|
79
|
+
._kvldjhn-1-10-0 {
|
|
80
|
+
--_kvldjh2-1-10-0: var(--dt-colors-border-critical-on-accent-default, #f9f1f3);
|
|
81
81
|
}
|
|
82
|
-
._kvldjho-1-
|
|
83
|
-
--_kvldjh2-1-
|
|
82
|
+
._kvldjho-1-10-0 {
|
|
83
|
+
--_kvldjh2-1-10-0: var(--dt-colors-border-neutral-on-accent-default, #f3f3f6);
|
|
84
84
|
}
|
|
@@ -27,8 +27,8 @@ __export(ProgressCircle_css_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(ProgressCircle_css_exports);
|
|
28
28
|
var import_ProgressCircle_css_ts_vanilla = require("./ProgressCircle.css");
|
|
29
29
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
30
|
-
var progressCircleBackgroundCSS = "_kvldjh9-1-
|
|
31
|
-
var progressCircleCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_kvldjh6-1-
|
|
32
|
-
var progressCircleContainerCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_kvldjha-1-
|
|
33
|
-
var progressCircleRootCSS = "_kvldjh4-1-
|
|
34
|
-
var progressCircleSvgCss = "_kvldjh5-1-
|
|
30
|
+
var progressCircleBackgroundCSS = "_kvldjh9-1-10-0";
|
|
31
|
+
var progressCircleCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_kvldjh6-1-10-0", variantClassNames: { indeterminate: { true: "_kvldjh7-1-10-0", false: "_kvldjh8-1-10-0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
32
|
+
var progressCircleContainerCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_kvldjha-1-10-0", variantClassNames: { size: { small: "_kvldjhb-1-10-0", large: "_kvldjhc-1-10-0" }, color: { critical: "_kvldjhd-1-10-0", neutral: "_kvldjhe-1-10-0", primary: "_kvldjhf-1-10-0", success: "_kvldjhg-1-10-0", warning: "_kvldjhh-1-10-0" }, variant: { "default": "_kvldjhi-1-10-0", accent: "_kvldjhj-1-10-0" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", variant: "accent" }, "_kvldjhk-1-10-0"], [{ color: "success", variant: "accent" }, "_kvldjhl-1-10-0"], [{ color: "warning", variant: "accent" }, "_kvldjhm-1-10-0"], [{ color: "critical", variant: "accent" }, "_kvldjhn-1-10-0"], [{ color: "neutral", variant: "accent" }, "_kvldjho-1-10-0"]] });
|
|
33
|
+
var progressCircleRootCSS = "_kvldjh4-1-10-0";
|
|
34
|
+
var progressCircleSvgCss = "_kvldjh5-1-10-0";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes _1a1ozfd0-1-
|
|
1
|
+
@keyframes _1a1ozfd0-1-10-0 {
|
|
2
2
|
0% {
|
|
3
3
|
transform: translateX(-100%) scaleX(0);
|
|
4
4
|
}
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
transform: translateX(100%) scaleX(1.5);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
._1a1ozfd1-1-
|
|
9
|
+
._1a1ozfd1-1-10-0 {
|
|
10
10
|
position: relative;
|
|
11
11
|
overflow: hidden;
|
|
12
12
|
background-color: var(--dt-colors-background-field-neutral-disabled, #e4e5eb80);
|
|
13
13
|
}
|
|
14
|
-
._1a1ozfd1-1-
|
|
14
|
+
._1a1ozfd1-1-10-0:after {
|
|
15
15
|
content: "";
|
|
16
16
|
position: absolute;
|
|
17
17
|
top: 0;
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
background-color: var(--dt-colors-background-field-neutral-disabled, #e4e5eb80);
|
|
22
22
|
animation-iteration-count: infinite;
|
|
23
23
|
transform-origin: left center;
|
|
24
|
-
animation-name: _1a1ozfd0-1-
|
|
24
|
+
animation-name: _1a1ozfd0-1-10-0;
|
|
25
25
|
animation-duration: var(--dt-timings-slow-gentle, 800ms);
|
|
26
26
|
animation-timing-function: var(--dt-easings-fast-in-slow-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
27
27
|
}
|
|
28
|
-
._1a1ozfd2-1-
|
|
28
|
+
._1a1ozfd2-1-10-0 {
|
|
29
29
|
border-radius: var(--dt-borders-radius-container-subdued, 8px);
|
|
30
30
|
}
|
|
31
|
-
._1a1ozfd3-1-
|
|
31
|
+
._1a1ozfd3-1-10-0 {
|
|
32
32
|
border-radius: 9999px;
|
|
33
33
|
}
|
|
@@ -23,4 +23,4 @@ __export(Skeleton_css_exports, {
|
|
|
23
23
|
module.exports = __toCommonJS(Skeleton_css_exports);
|
|
24
24
|
var import_Skeleton_css_ts_vanilla = require("./Skeleton.css");
|
|
25
25
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
26
|
-
var skeletonPlaceholderCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_1a1ozfd1-1-
|
|
26
|
+
var skeletonPlaceholderCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_1a1ozfd1-1-10-0", variantClassNames: { variant: { "default": "_1a1ozfd2-1-10-0", rounded: "_1a1ozfd3-1-10-0" } }, defaultVariants: {}, compoundVariants: [] });
|