@dynatrace/strato-components 0.85.32 → 0.85.50
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/buttons/button/Button.css +17 -17
- package/buttons/button/Button.js +7 -3
- package/buttons/button/Button.sty.js +4 -4
- package/buttons/button/utils/focus-without-scrolling.js +1 -1
- package/content/progress/ProgressBar.css +14 -14
- package/content/progress/ProgressBar.sty.js +2 -2
- package/content/progress/ProgressBarIcon.css +2 -2
- package/content/progress/ProgressBarIcon.sty.js +1 -1
- package/content/progress/ProgressBarLabel.css +4 -4
- package/content/progress/ProgressBarLabel.sty.js +1 -1
- package/content/progress/ProgressBarValue.css +9 -9
- package/content/progress/ProgressBarValue.sty.js +1 -1
- package/content/progress/ProgressCircle.css +15 -15
- package/content/progress/ProgressCircle.sty.js +6 -6
- package/content/skeleton/Skeleton.css +6 -6
- package/content/skeleton/Skeleton.sty.js +1 -1
- package/core/components/app-root/AppRoot.d.ts +1 -1
- package/core/components/app-root/AppRoot.js +1 -1
- package/core/index.d.ts +1 -0
- package/core/index.js +2 -0
- package/core/styles/focusRing.css +76 -76
- package/core/styles/focusRing.sty.js +2 -2
- package/core/utils/_is-string-children.d.ts +1 -1
- package/core/utils/colorUtils.css +64 -64
- package/core/utils/colorUtils.sty.js +2 -2
- package/core/utils/focus-management/attempt-focus.js +1 -1
- package/core/utils/parse-boolean.d.ts +9 -0
- package/core/utils/parse-boolean.js +31 -0
- package/esm/buttons/button/Button.css +17 -17
- package/esm/buttons/button/Button.js +7 -3
- 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/buttons/button/utils/focus-without-scrolling.js +1 -1
- package/esm/buttons/button/utils/focus-without-scrolling.js.map +2 -2
- package/esm/content/progress/ProgressBar.css +14 -14
- package/esm/content/progress/ProgressBar.sty.js +2 -2
- 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 +4 -4
- 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 +9 -9
- 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 +15 -15
- package/esm/content/progress/ProgressCircle.sty.js +6 -6
- 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.js +1 -1
- package/esm/core/components/app-root/AppRoot.js.map +2 -2
- package/esm/core/index.js +2 -0
- package/esm/core/index.js.map +2 -2
- package/esm/core/styles/focusRing.css +76 -76
- package/esm/core/styles/focusRing.sty.js +2 -2
- package/esm/core/styles/focusRing.sty.js.map +2 -2
- package/esm/core/utils/_is-string-children.js.map +2 -2
- package/esm/core/utils/colorUtils.css +64 -64
- package/esm/core/utils/colorUtils.sty.js +2 -2
- package/esm/core/utils/colorUtils.sty.js.map +2 -2
- package/esm/core/utils/focus-management/attempt-focus.js +1 -1
- package/esm/core/utils/focus-management/attempt-focus.js.map +2 -2
- package/esm/core/utils/merge-props.js.map +1 -1
- package/esm/core/utils/parse-boolean.js +13 -0
- package/esm/core/utils/parse-boolean.js.map +7 -0
- package/esm/layouts/container/Container.css +4 -4
- 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/index.js +6 -0
- package/esm/layouts/index.js.map +2 -2
- package/esm/layouts/input-group/InputGroup.css +12 -0
- package/esm/layouts/input-group/InputGroup.sty.js +8 -0
- package/esm/layouts/input-group/InputGroup.sty.js.map +7 -0
- 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 +64 -64
- 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/index.js +2 -0
- package/esm/styles/index.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.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.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.sty.js +1 -1
- package/esm/typography/emphasis/Emphasis.sty.js.map +1 -1
- package/esm/typography/external-link/ExternalLink.css +6 -6
- 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 +8 -8
- 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 +1 -1
- package/esm/typography/highlight/Highlight.sty.js +1 -1
- package/esm/typography/highlight/Highlight.sty.js.map +1 -1
- package/esm/typography/link/Link.css +4 -4
- 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.js +1 -1
- package/esm/typography/list/List.js.map +1 -1
- 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 +4 -4
- 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.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.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 +4 -4
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js +1 -1
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js.map +2 -2
- package/layouts/container/Container.css +4 -4
- 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/index.d.ts +2 -1
- package/layouts/index.js +3 -0
- package/layouts/input-group/InputGroup.css +12 -0
- package/layouts/input-group/InputGroup.sty.d.ts +4 -0
- package/layouts/input-group/InputGroup.sty.js +26 -0
- package/layouts/surface/Surface.css +39 -39
- package/layouts/surface/Surface.sty.js +2 -2
- package/layouts/surface/variables.sty.d.ts +1 -0
- package/layouts/surface/variables.sty.js +1 -1
- package/package.json +3 -3
- package/styles/colorUtils.css +64 -64
- 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/index.d.ts +2 -1
- package/styles/index.js +2 -0
- package/styles/safe-sprinkles.d.ts +1 -1
- 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/testing/mocks/table-virtualization-mock.js +6 -3
- package/typography/block-quote/Blockquote.css +2 -2
- package/typography/block-quote/Blockquote.sty.js +1 -1
- package/typography/code/Code.css +1 -1
- package/typography/code/Code.sty.js +1 -1
- package/typography/emphasis/Emphasis.css +1 -1
- package/typography/emphasis/Emphasis.sty.js +1 -1
- package/typography/external-link/ExternalLink.css +6 -6
- package/typography/external-link/ExternalLink.sty.js +1 -1
- package/typography/heading/Heading.css +8 -8
- package/typography/heading/Heading.sty.js +1 -1
- package/typography/highlight/Highlight.css +1 -1
- package/typography/highlight/Highlight.sty.js +1 -1
- package/typography/link/Link.css +4 -4
- package/typography/link/Link.sty.js +1 -1
- package/typography/list/List.css +4 -4
- package/typography/list/List.js +1 -1
- package/typography/list/List.sty.js +2 -2
- package/typography/paragraph/Paragraph.css +4 -4
- package/typography/paragraph/Paragraph.sty.js +1 -1
- package/typography/strikethrough/Strikethrough.css +1 -1
- package/typography/strikethrough/Strikethrough.sty.js +1 -1
- package/typography/strong/Strong.css +1 -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 +4 -4
- package/typography/text-ellipsis/TextEllipsis.sty.js +1 -1
package/styles/colorUtils.css
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
.
|
|
2
|
-
--
|
|
3
|
-
--
|
|
4
|
-
--
|
|
1
|
+
._17bwkb04 {
|
|
2
|
+
--_17bwkb00: var(--dt-colors-text-critical-default, #b80031);
|
|
3
|
+
--_17bwkb01: var(--dt-colors-icon-critical-default, #b80031);
|
|
4
|
+
--_17bwkb02: var(--dt-colors-border-critical-default, #f1cdcf);
|
|
5
5
|
}
|
|
6
|
-
.
|
|
7
|
-
--
|
|
8
|
-
--
|
|
9
|
-
--
|
|
6
|
+
._17bwkb05 {
|
|
7
|
+
--_17bwkb00: var(--dt-colors-text-neutral-default, #2b2a58);
|
|
8
|
+
--_17bwkb01: var(--dt-colors-icon-neutral-default, #2b2a58);
|
|
9
|
+
--_17bwkb02: var(--dt-colors-border-neutral-default, #d2d3e1);
|
|
10
10
|
}
|
|
11
|
-
.
|
|
12
|
-
--
|
|
13
|
-
--
|
|
14
|
-
--
|
|
11
|
+
._17bwkb06 {
|
|
12
|
+
--_17bwkb00: var(--dt-colors-text-primary-default, #454cc9);
|
|
13
|
+
--_17bwkb01: var(--dt-colors-icon-primary-default, #454cc9);
|
|
14
|
+
--_17bwkb02: var(--dt-colors-border-primary-default, #ccd3f3);
|
|
15
15
|
}
|
|
16
|
-
.
|
|
17
|
-
--
|
|
18
|
-
--
|
|
19
|
-
--
|
|
16
|
+
._17bwkb07 {
|
|
17
|
+
--_17bwkb00: var(--dt-colors-text-success-default, #2c6360);
|
|
18
|
+
--_17bwkb01: var(--dt-colors-icon-success-default, #2c6360);
|
|
19
|
+
--_17bwkb02: var(--dt-colors-border-success-default, #cad6d7);
|
|
20
20
|
}
|
|
21
|
-
.
|
|
22
|
-
--
|
|
23
|
-
--
|
|
24
|
-
--
|
|
21
|
+
._17bwkb08 {
|
|
22
|
+
--_17bwkb00: var(--dt-colors-text-warning-default, #805100);
|
|
23
|
+
--_17bwkb01: var(--dt-colors-icon-warning-default, #805100);
|
|
24
|
+
--_17bwkb02: var(--dt-colors-border-warning-default, #f4e5d5);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
27
|
-
--
|
|
28
|
-
--
|
|
29
|
-
--
|
|
26
|
+
._17bwkb09 {
|
|
27
|
+
--_17bwkb00: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
28
|
+
--_17bwkb01: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
|
|
29
|
+
--_17bwkb02: var(--dt-colors-border-neutral-on-accent-default, #f3f3f6);
|
|
30
30
|
}
|
|
31
|
-
.
|
|
32
|
-
--
|
|
33
|
-
--
|
|
34
|
-
--
|
|
31
|
+
._17bwkb0e {
|
|
32
|
+
--_17bwkb00: var(--dt-colors-text-primary-on-accent-default, #f4f4fb);
|
|
33
|
+
--_17bwkb01: var(--dt-colors-icon-primary-on-accent-default, #f4f4fb);
|
|
34
|
+
--_17bwkb02: var(--dt-colors-border-primary-accent, #454cc9);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
37
|
-
--
|
|
38
|
-
--
|
|
39
|
-
--
|
|
36
|
+
._17bwkb0f {
|
|
37
|
+
--_17bwkb00: var(--dt-colors-text-success-on-accent-default, #f1f4f4);
|
|
38
|
+
--_17bwkb01: var(--dt-colors-icon-success-on-accent-default, #f1f4f4);
|
|
39
|
+
--_17bwkb02: var(--dt-colors-border-success-accent, #2c6360);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
42
|
-
--
|
|
43
|
-
--
|
|
44
|
-
--
|
|
41
|
+
._17bwkb0g {
|
|
42
|
+
--_17bwkb00: var(--dt-colors-text-warning-on-accent-default, #272025);
|
|
43
|
+
--_17bwkb01: var(--dt-colors-icon-warning-on-accent-default, #272025);
|
|
44
|
+
--_17bwkb02: var(--dt-colors-border-warning-accent, #805100);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
47
|
-
--
|
|
48
|
-
--
|
|
49
|
-
--
|
|
46
|
+
._17bwkb0h {
|
|
47
|
+
--_17bwkb00: var(--dt-colors-text-critical-on-accent-default, #f9f1f3);
|
|
48
|
+
--_17bwkb01: var(--dt-colors-icon-critical-on-accent-default, #f9f1f3);
|
|
49
|
+
--_17bwkb02: var(--dt-colors-border-critical-accent, #b80031);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
52
|
-
--
|
|
53
|
-
--
|
|
54
|
-
--
|
|
51
|
+
._17bwkb0i {
|
|
52
|
+
--_17bwkb00: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
53
|
+
--_17bwkb01: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
|
|
54
|
+
--_17bwkb02: var(--dt-colors-border-neutral-accent, #545587);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
57
|
-
--
|
|
58
|
-
--
|
|
59
|
-
--
|
|
56
|
+
._17bwkb0j {
|
|
57
|
+
--_17bwkb00: var(--dt-colors-text-primary-disabled, #54558780);
|
|
58
|
+
--_17bwkb01: var(--dt-colors-icon-primary-disabled, #54558780);
|
|
59
|
+
--_17bwkb02: var(--dt-colors-border-primary-disabled, #d2d3e180);
|
|
60
60
|
}
|
|
61
|
-
.
|
|
62
|
-
--
|
|
63
|
-
--
|
|
64
|
-
--
|
|
61
|
+
._17bwkb0k {
|
|
62
|
+
--_17bwkb00: var(--dt-colors-text-success-disabled, #54558780);
|
|
63
|
+
--_17bwkb01: var(--dt-colors-icon-success-disabled, #54558780);
|
|
64
|
+
--_17bwkb02: var(--dt-colors-border-success-disabled, #d2d3e180);
|
|
65
65
|
}
|
|
66
|
-
.
|
|
67
|
-
--
|
|
68
|
-
--
|
|
69
|
-
--
|
|
66
|
+
._17bwkb0l {
|
|
67
|
+
--_17bwkb00: var(--dt-colors-text-warning-disabled, #54558780);
|
|
68
|
+
--_17bwkb01: var(--dt-colors-icon-warning-disabled, #54558780);
|
|
69
|
+
--_17bwkb02: var(--dt-colors-border-warning-disabled, #d2d3e180);
|
|
70
70
|
}
|
|
71
|
-
.
|
|
72
|
-
--
|
|
73
|
-
--
|
|
74
|
-
--
|
|
71
|
+
._17bwkb0m {
|
|
72
|
+
--_17bwkb00: var(--dt-colors-text-critical-disabled, #54558780);
|
|
73
|
+
--_17bwkb01: var(--dt-colors-icon-critical-disabled, #54558780);
|
|
74
|
+
--_17bwkb02: var(--dt-colors-border-critical-disabled, #d2d3e180);
|
|
75
75
|
}
|
|
76
|
-
.
|
|
77
|
-
--
|
|
78
|
-
--
|
|
79
|
-
--
|
|
76
|
+
._17bwkb0n {
|
|
77
|
+
--_17bwkb00: var(--dt-colors-text-neutral-disabled, #54558780);
|
|
78
|
+
--_17bwkb01: var(--dt-colors-icon-neutral-disabled, #54558780);
|
|
79
|
+
--_17bwkb02: var(--dt-colors-border-neutral-disabled, #d2d3e180);
|
|
80
80
|
}
|
package/styles/colorUtils.sty.js
CHANGED
|
@@ -23,5 +23,5 @@ __export(colorUtils_css_exports, {
|
|
|
23
23
|
module.exports = __toCommonJS(colorUtils_css_exports);
|
|
24
24
|
var import_colorUtils_css_ts_vanilla = require("./colorUtils.css");
|
|
25
25
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
26
|
-
var colorUtilsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "
|
|
27
|
-
var colorUtilsVars = { text: "var(--
|
|
26
|
+
var colorUtilsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_17bwkb03", variantClassNames: { color: { critical: "_17bwkb04", neutral: "_17bwkb05", primary: "_17bwkb06", success: "_17bwkb07", warning: "_17bwkb08", onAccent: "_17bwkb09" }, variant: { "default": "_17bwkb0a", accent: "_17bwkb0b" }, disabled: { true: "_17bwkb0c", false: "_17bwkb0d" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", variant: "accent" }, "_17bwkb0e"], [{ color: "success", variant: "accent" }, "_17bwkb0f"], [{ color: "warning", variant: "accent" }, "_17bwkb0g"], [{ color: "critical", variant: "accent" }, "_17bwkb0h"], [{ color: "neutral", variant: "accent" }, "_17bwkb0i"], [{ color: "primary", disabled: true }, "_17bwkb0j"], [{ color: "success", disabled: true }, "_17bwkb0k"], [{ color: "warning", disabled: true }, "_17bwkb0l"], [{ color: "critical", disabled: true }, "_17bwkb0m"], [{ color: "neutral", disabled: true }, "_17bwkb0n"]] });
|
|
27
|
+
var colorUtilsVars = { text: "var(--_17bwkb00)", icon: "var(--_17bwkb01)", borderColor: "var(--_17bwkb02)" };
|
package/styles/container.css
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
.
|
|
2
|
-
--
|
|
3
|
-
--
|
|
4
|
-
--
|
|
1
|
+
._6levse4 {
|
|
2
|
+
--_6levse0: var(--dt-colors-text-critical-default, #b80031);
|
|
3
|
+
--_6levse1: var(--dt-colors-background-container-critical-default, #f3eaed);
|
|
4
|
+
--_6levse2: var(--dt-colors-border-critical-default, #f1cdcf);
|
|
5
5
|
}
|
|
6
|
-
.
|
|
7
|
-
--
|
|
8
|
-
--
|
|
9
|
-
--
|
|
6
|
+
._6levse5 {
|
|
7
|
+
--_6levse0: var(--dt-colors-text-neutral-default, #2b2a58);
|
|
8
|
+
--_6levse1: var(--dt-colors-background-container-neutral-default, #ebebf2);
|
|
9
|
+
--_6levse2: var(--dt-colors-border-neutral-default, #d2d3e1);
|
|
10
10
|
}
|
|
11
|
-
.
|
|
12
|
-
--
|
|
13
|
-
--
|
|
14
|
-
--
|
|
11
|
+
._6levse6 {
|
|
12
|
+
--_6levse0: var(--dt-colors-text-primary-default, #454cc9);
|
|
13
|
+
--_6levse1: var(--dt-colors-background-container-primary-default, #e9ebf6);
|
|
14
|
+
--_6levse2: var(--dt-colors-border-primary-default, #ccd3f3);
|
|
15
15
|
}
|
|
16
|
-
.
|
|
17
|
-
--
|
|
18
|
-
--
|
|
19
|
-
--
|
|
16
|
+
._6levse7 {
|
|
17
|
+
--_6levse0: var(--dt-colors-text-success-default, #2c6360);
|
|
18
|
+
--_6levse1: var(--dt-colors-background-container-success-default, #e9ecef);
|
|
19
|
+
--_6levse2: var(--dt-colors-border-success-default, #cad6d7);
|
|
20
20
|
}
|
|
21
|
-
.
|
|
22
|
-
--
|
|
23
|
-
--
|
|
24
|
-
--
|
|
21
|
+
._6levse8 {
|
|
22
|
+
--_6levse0: var(--dt-colors-text-warning-default, #805100);
|
|
23
|
+
--_6levse1: var(--dt-colors-background-container-warning-default, #f3efef);
|
|
24
|
+
--_6levse2: var(--dt-colors-border-warning-default, #f4e5d5);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
27
|
-
--
|
|
26
|
+
._6levse9 {
|
|
27
|
+
--_6levse1: transparent;
|
|
28
28
|
background-color: none;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
31
|
-
--
|
|
32
|
-
--
|
|
30
|
+
._6levsed {
|
|
31
|
+
--_6levse0: var(--dt-colors-text-primary-on-accent-default, #f4f4fb);
|
|
32
|
+
--_6levse1: var(--dt-colors-background-container-primary-accent, #474ecf);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
35
|
-
--
|
|
36
|
-
--
|
|
34
|
+
._6levsee {
|
|
35
|
+
--_6levse0: var(--dt-colors-text-success-on-accent-default, #f1f4f4);
|
|
36
|
+
--_6levse1: var(--dt-colors-background-container-success-accent, #2f6863);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
39
|
-
--
|
|
40
|
-
--
|
|
38
|
+
._6levsef {
|
|
39
|
+
--_6levse0: var(--dt-colors-text-warning-on-accent-default, #272025);
|
|
40
|
+
--_6levse1: var(--dt-colors-background-container-warning-accent, #eca440);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
43
|
-
--
|
|
44
|
-
--
|
|
42
|
+
._6levseg {
|
|
43
|
+
--_6levse0: var(--dt-colors-text-critical-on-accent-default, #f9f1f3);
|
|
44
|
+
--_6levse1: var(--dt-colors-background-container-critical-accent, #c4233b);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
47
|
-
--
|
|
48
|
-
--
|
|
46
|
+
._6levseh {
|
|
47
|
+
--_6levse0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
48
|
+
--_6levse1: var(--dt-colors-background-container-neutral-accent, #5a5b8c);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
51
|
-
--
|
|
50
|
+
._6levsei {
|
|
51
|
+
--_6levse1: var(--dt-colors-background-container-primary-emphasized, #dfe3f5);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
54
|
-
--
|
|
53
|
+
._6levsej {
|
|
54
|
+
--_6levse1: var(--dt-colors-background-container-success-emphasized, #dfe4e7);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
57
|
-
--
|
|
56
|
+
._6levsek {
|
|
57
|
+
--_6levse1: var(--dt-colors-background-container-warning-emphasized, #f4ece6);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
60
|
-
--
|
|
59
|
+
._6levsel {
|
|
60
|
+
--_6levse1: var(--dt-colors-background-container-critical-emphasized, #f3e0e3);
|
|
61
61
|
}
|
|
62
|
-
.
|
|
63
|
-
--
|
|
62
|
+
._6levsem {
|
|
63
|
+
--_6levse1: var(--dt-colors-background-container-neutral-emphasized, #e2e3ec);
|
|
64
64
|
}
|
package/styles/container.sty.js
CHANGED
|
@@ -23,5 +23,5 @@ __export(container_css_exports, {
|
|
|
23
23
|
module.exports = __toCommonJS(container_css_exports);
|
|
24
24
|
var import_container_css_ts_vanilla = require("./container.css");
|
|
25
25
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
26
|
-
var containerColorVars = { text: "var(--
|
|
27
|
-
var containerColorsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "
|
|
26
|
+
var containerColorVars = { text: "var(--_6levse0)", background: "var(--_6levse1)", borderColor: "var(--_6levse2)" };
|
|
27
|
+
var containerColorsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_6levse3", variantClassNames: { color: { critical: "_6levse4", neutral: "_6levse5", primary: "_6levse6", success: "_6levse7", warning: "_6levse8" }, variant: { minimal: "_6levse9", "default": "_6levsea", emphasized: "_6levseb", accent: "_6levsec" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", variant: "accent" }, "_6levsed"], [{ color: "success", variant: "accent" }, "_6levsee"], [{ color: "warning", variant: "accent" }, "_6levsef"], [{ color: "critical", variant: "accent" }, "_6levseg"], [{ color: "neutral", variant: "accent" }, "_6levseh"], [{ color: "primary", variant: "emphasized" }, "_6levsei"], [{ color: "success", variant: "emphasized" }, "_6levsej"], [{ color: "warning", variant: "emphasized" }, "_6levsek"], [{ color: "critical", variant: "emphasized" }, "_6levsel"], [{ color: "neutral", variant: "emphasized" }, "_6levsem"]] });
|
package/styles/ellipsis.css
CHANGED
package/styles/ellipsis.sty.js
CHANGED