@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/esm/styles/field.css
CHANGED
|
@@ -1,208 +1,208 @@
|
|
|
1
|
-
.
|
|
2
|
-
--
|
|
3
|
-
--
|
|
1
|
+
.bx32h6 {
|
|
2
|
+
--bx32h0: var(--dt-colors-text-primary-default, #454cc9);
|
|
3
|
+
--bx32h1: var(--dt-colors-icon-primary-default, #454cc9);
|
|
4
4
|
}
|
|
5
|
-
.
|
|
6
|
-
--
|
|
5
|
+
.bx32h6:hover {
|
|
6
|
+
--bx32h3: var(--dt-colors-background-field-primary-default-hover, #ccd3f3);
|
|
7
7
|
}
|
|
8
|
-
.
|
|
9
|
-
--
|
|
8
|
+
.bx32h6:active {
|
|
9
|
+
--bx32h3: var(--dt-colors-background-field-primary-default-active, #c3cbf1);
|
|
10
10
|
}
|
|
11
|
-
.
|
|
12
|
-
--
|
|
13
|
-
--
|
|
11
|
+
.bx32h7 {
|
|
12
|
+
--bx32h0: var(--dt-colors-text-neutral-default, #2b2a58);
|
|
13
|
+
--bx32h1: var(--dt-colors-icon-neutral-default, #2b2a58);
|
|
14
14
|
}
|
|
15
|
-
.
|
|
16
|
-
--
|
|
15
|
+
.bx32h7:hover {
|
|
16
|
+
--bx32h3: var(--dt-colors-background-field-neutral-default-hover, #d2d3e1);
|
|
17
17
|
}
|
|
18
|
-
.
|
|
19
|
-
--
|
|
18
|
+
.bx32h7:active {
|
|
19
|
+
--bx32h3: var(--dt-colors-background-field-neutral-default-active, #cacbdc);
|
|
20
20
|
}
|
|
21
|
-
.
|
|
22
|
-
--
|
|
23
|
-
--
|
|
21
|
+
.bx32h8 {
|
|
22
|
+
--bx32h0: var(--dt-colors-text-success-default, #2c6360);
|
|
23
|
+
--bx32h1: var(--dt-colors-icon-success-default, #2c6360);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
26
|
-
--
|
|
25
|
+
.bx32h8:hover {
|
|
26
|
+
--bx32h3: var(--dt-colors-background-field-success-default-hover, #cad6d7);
|
|
27
27
|
}
|
|
28
|
-
.
|
|
29
|
-
--
|
|
28
|
+
.bx32h8:active {
|
|
29
|
+
--bx32h3: var(--dt-colors-background-field-success-default-active, #c0cfcf);
|
|
30
30
|
}
|
|
31
|
-
.
|
|
32
|
-
--
|
|
33
|
-
--
|
|
31
|
+
.bx32h9 {
|
|
32
|
+
--bx32h0: var(--dt-colors-text-critical-default, #b80031);
|
|
33
|
+
--bx32h1: var(--dt-colors-icon-critical-default, #b80031);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
36
|
-
--
|
|
35
|
+
.bx32h9:hover {
|
|
36
|
+
--bx32h3: var(--dt-colors-background-field-critical-default-hover, #f1cdcf);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
39
|
-
--
|
|
38
|
+
.bx32h9:active {
|
|
39
|
+
--bx32h3: var(--dt-colors-background-field-critical-default-active, #f0c4c5);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
42
|
-
--
|
|
43
|
-
--
|
|
41
|
+
.bx32ha {
|
|
42
|
+
--bx32h0: var(--dt-colors-text-warning-default, #805100);
|
|
43
|
+
--bx32h1: var(--dt-colors-icon-warning-default, #805100);
|
|
44
44
|
}
|
|
45
|
-
.
|
|
46
|
-
--
|
|
45
|
+
.bx32ha:hover {
|
|
46
|
+
--bx32h3: var(--dt-colors-background-field-warning-default-hover, #f4e5d5);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
49
|
-
--
|
|
48
|
+
.bx32ha:active {
|
|
49
|
+
--bx32h3: var(--dt-colors-background-field-warning-default-active, #f5e1cd);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
52
|
-
--
|
|
53
|
-
--
|
|
51
|
+
.bx32hb {
|
|
52
|
+
--bx32h3: transparent;
|
|
53
|
+
--bx32h2: transparent;
|
|
54
54
|
}
|
|
55
|
-
.
|
|
56
|
-
--
|
|
57
|
-
--
|
|
55
|
+
.bx32hd {
|
|
56
|
+
--bx32h0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
57
|
+
--bx32h1: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
60
|
-
--
|
|
61
|
-
--
|
|
59
|
+
.bx32he {
|
|
60
|
+
--bx32h3: var(--dt-colors-background-field-primary-emphasized, #d6dbf4);
|
|
61
|
+
--bx32h2: var(--dt-colors-background-field-primary-emphasized, #d6dbf4);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
64
|
-
--
|
|
65
|
-
--
|
|
66
|
-
--
|
|
67
|
-
--
|
|
63
|
+
.bx32hf {
|
|
64
|
+
--bx32h0: var(--dt-colors-text-primary-on-accent-default, #f4f4fb);
|
|
65
|
+
--bx32h1: var(--dt-colors-icon-primary-on-accent-default, #f4f4fb);
|
|
66
|
+
--bx32h3: var(--dt-colors-background-field-primary-accent, #474ecf);
|
|
67
|
+
--bx32h2: var(--dt-colors-background-field-primary-accent, #474ecf);
|
|
68
68
|
}
|
|
69
|
-
.
|
|
70
|
-
--
|
|
69
|
+
.bx32hf:hover {
|
|
70
|
+
--bx32h3: var(--dt-colors-background-field-primary-accent-hover, #3b3ebe);
|
|
71
71
|
}
|
|
72
|
-
.
|
|
73
|
-
--
|
|
72
|
+
.bx32hf:active {
|
|
73
|
+
--bx32h3: var(--dt-colors-background-field-primary-accent-active, #312cad);
|
|
74
74
|
}
|
|
75
|
-
.
|
|
76
|
-
--
|
|
77
|
-
--
|
|
75
|
+
.bx32hg {
|
|
76
|
+
--bx32h3: var(--dt-colors-background-field-neutral-emphasized, #dadbe7);
|
|
77
|
+
--bx32h2: var(--dt-colors-background-field-neutral-emphasized, #dadbe7);
|
|
78
78
|
}
|
|
79
|
-
.
|
|
80
|
-
--
|
|
81
|
-
--
|
|
82
|
-
--
|
|
83
|
-
--
|
|
79
|
+
.bx32hh {
|
|
80
|
+
--bx32h0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
81
|
+
--bx32h1: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
|
|
82
|
+
--bx32h3: var(--dt-colors-background-field-neutral-accent, #5a5b8c);
|
|
83
|
+
--bx32h2: var(--dt-colors-background-field-neutral-accent, #5a5b8c);
|
|
84
84
|
}
|
|
85
|
-
.
|
|
86
|
-
--
|
|
85
|
+
.bx32hh:hover {
|
|
86
|
+
--bx32h3: var(--dt-colors-background-field-neutral-accent-hover, #4c4d7d);
|
|
87
87
|
}
|
|
88
|
-
.
|
|
89
|
-
--
|
|
88
|
+
.bx32hh:active {
|
|
89
|
+
--bx32h3: var(--dt-colors-background-field-neutral-accent-active, #3f3f6e);
|
|
90
90
|
}
|
|
91
|
-
.
|
|
92
|
-
--
|
|
93
|
-
--
|
|
91
|
+
.bx32hi {
|
|
92
|
+
--bx32h3: var(--dt-colors-background-field-success-emphasized, #d4dddf);
|
|
93
|
+
--bx32h2: var(--dt-colors-background-field-success-emphasized, #d4dddf);
|
|
94
94
|
}
|
|
95
|
-
.
|
|
96
|
-
--
|
|
97
|
-
--
|
|
95
|
+
.bx32hj {
|
|
96
|
+
--bx32h3: var(--dt-colors-background-field-success-accent, #2f6863);
|
|
97
|
+
--bx32h2: var(--dt-colors-background-field-success-accent, #2f6863);
|
|
98
98
|
}
|
|
99
|
-
.
|
|
100
|
-
--
|
|
99
|
+
.bx32hj:hover {
|
|
100
|
+
--bx32h3: var(--dt-colors-background-field-success-accent-hover, #1f5a55);
|
|
101
101
|
}
|
|
102
|
-
.
|
|
103
|
-
--
|
|
102
|
+
.bx32hj:active {
|
|
103
|
+
--bx32h3: var(--dt-colors-background-field-success-accent-active, #0d4c47);
|
|
104
104
|
}
|
|
105
|
-
.
|
|
106
|
-
--
|
|
107
|
-
--
|
|
105
|
+
.bx32hk {
|
|
106
|
+
--bx32h3: var(--dt-colors-background-field-critical-emphasized, #f2d7d9);
|
|
107
|
+
--bx32h2: var(--dt-colors-background-field-critical-emphasized, #f2d7d9);
|
|
108
108
|
}
|
|
109
|
-
.
|
|
110
|
-
--
|
|
111
|
-
--
|
|
112
|
-
--
|
|
113
|
-
--
|
|
109
|
+
.bx32hl {
|
|
110
|
+
--bx32h3: var(--dt-colors-background-field-critical-accent, #c4233b);
|
|
111
|
+
--bx32h2: var(--dt-colors-background-field-critical-accent, #c4233b);
|
|
112
|
+
--bx32h0: var(--dt-colors-text-critical-on-accent-default, #f9f1f3);
|
|
113
|
+
--bx32h1: var(--dt-colors-icon-critical-on-accent-default, #f9f1f3);
|
|
114
114
|
}
|
|
115
|
-
.
|
|
116
|
-
--
|
|
115
|
+
.bx32hl:hover {
|
|
116
|
+
--bx32h3: var(--dt-colors-background-field-critical-accent-hover, #b2012d);
|
|
117
117
|
}
|
|
118
|
-
.
|
|
119
|
-
--
|
|
118
|
+
.bx32hl:active {
|
|
119
|
+
--bx32h3: var(--dt-colors-background-field-critical-accent-active, #a0001f);
|
|
120
120
|
}
|
|
121
|
-
.
|
|
122
|
-
--
|
|
123
|
-
--
|
|
121
|
+
.bx32hm {
|
|
122
|
+
--bx32h3: var(--dt-colors-background-field-warning-emphasized, #f4e8de);
|
|
123
|
+
--bx32h2: var(--dt-colors-background-field-warning-emphasized, #f4e8de);
|
|
124
124
|
}
|
|
125
|
-
.
|
|
126
|
-
--
|
|
127
|
-
--
|
|
128
|
-
--
|
|
129
|
-
--
|
|
125
|
+
.bx32hn {
|
|
126
|
+
--bx32h0: var(--dt-colors-text-warning-on-accent-default, #272025);
|
|
127
|
+
--bx32h1: var(--dt-colors-icon-warning-on-accent-default, #272025);
|
|
128
|
+
--bx32h3: var(--dt-colors-background-field-warning-accent, #eca440);
|
|
129
|
+
--bx32h2: var(--dt-colors-background-field-warning-accent, #eca440);
|
|
130
130
|
}
|
|
131
|
-
.
|
|
132
|
-
--
|
|
131
|
+
.bx32hn:hover {
|
|
132
|
+
--bx32h3: var(--dt-colors-background-field-warning-accent-hover, #fdb452);
|
|
133
133
|
}
|
|
134
|
-
.
|
|
135
|
-
--
|
|
134
|
+
.bx32hn:active {
|
|
135
|
+
--bx32h3: var(--dt-colors-background-field-warning-accent-active, #ffc56a);
|
|
136
136
|
}
|
|
137
|
-
.
|
|
138
|
-
--
|
|
139
|
-
--
|
|
140
|
-
--
|
|
141
|
-
--
|
|
137
|
+
.bx32ho {
|
|
138
|
+
--bx32h0: var(--dt-colors-text-neutral-disabled, #54558780);
|
|
139
|
+
--bx32h1: var(--dt-colors-icon-neutral-disabled, #54558780);
|
|
140
|
+
--bx32h3: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
|
|
141
|
+
--bx32h2: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
|
|
142
142
|
}
|
|
143
|
-
.
|
|
144
|
-
--
|
|
143
|
+
.bx32ho:hover {
|
|
144
|
+
--bx32h3: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
|
|
145
145
|
}
|
|
146
|
-
.
|
|
147
|
-
--
|
|
146
|
+
.bx32ho:active {
|
|
147
|
+
--bx32h3: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
|
|
148
148
|
}
|
|
149
|
-
.
|
|
150
|
-
--
|
|
151
|
-
--
|
|
152
|
-
--
|
|
153
|
-
--
|
|
149
|
+
.bx32hp {
|
|
150
|
+
--bx32h0: var(--dt-colors-text-primary-disabled, #54558780);
|
|
151
|
+
--bx32h1: var(--dt-colors-icon-primary-disabled, #54558780);
|
|
152
|
+
--bx32h3: var(--dt-colors-background-field-primary-disabled, #dadbe780);
|
|
153
|
+
--bx32h2: var(--dt-colors-background-field-primary-disabled, #dadbe780);
|
|
154
154
|
}
|
|
155
|
-
.
|
|
156
|
-
--
|
|
155
|
+
.bx32hp:hover {
|
|
156
|
+
--bx32h3: var(--dt-colors-background-field-primary-disabled, #dadbe780);
|
|
157
157
|
}
|
|
158
|
-
.
|
|
159
|
-
--
|
|
158
|
+
.bx32hp:active {
|
|
159
|
+
--bx32h3: var(--dt-colors-background-field-primary-disabled, #dadbe780);
|
|
160
160
|
}
|
|
161
|
-
.
|
|
162
|
-
--
|
|
163
|
-
--
|
|
164
|
-
--
|
|
165
|
-
--
|
|
161
|
+
.bx32hq {
|
|
162
|
+
--bx32h0: var(--dt-colors-text-warning-disabled, #54558780);
|
|
163
|
+
--bx32h1: var(--dt-colors-icon-warning-disabled, #54558780);
|
|
164
|
+
--bx32h3: var(--dt-colors-background-field-warning-disabled, #dadbe780);
|
|
165
|
+
--bx32h2: var(--dt-colors-background-field-warning-disabled, #dadbe780);
|
|
166
166
|
}
|
|
167
|
-
.
|
|
168
|
-
--
|
|
167
|
+
.bx32hq:hover {
|
|
168
|
+
--bx32h3: var(--dt-colors-background-field-warning-disabled, #dadbe780);
|
|
169
169
|
}
|
|
170
|
-
.
|
|
171
|
-
--
|
|
170
|
+
.bx32hq:active {
|
|
171
|
+
--bx32h3: var(--dt-colors-background-field-warning-disabled, #dadbe780);
|
|
172
172
|
}
|
|
173
|
-
.
|
|
174
|
-
--
|
|
175
|
-
--
|
|
176
|
-
--
|
|
177
|
-
--
|
|
173
|
+
.bx32hr {
|
|
174
|
+
--bx32h0: var(--dt-colors-text-success-disabled, #54558780);
|
|
175
|
+
--bx32h1: var(--dt-colors-icon-success-disabled, #54558780);
|
|
176
|
+
--bx32h3: var(--dt-colors-background-field-success-disabled, #dadbe780);
|
|
177
|
+
--bx32h2: var(--dt-colors-background-field-success-disabled, #dadbe780);
|
|
178
178
|
}
|
|
179
|
-
.
|
|
180
|
-
--
|
|
179
|
+
.bx32hr:hover {
|
|
180
|
+
--bx32h3: var(--dt-colors-background-field-success-disabled, #dadbe780);
|
|
181
181
|
}
|
|
182
|
-
.
|
|
183
|
-
--
|
|
182
|
+
.bx32hr:active {
|
|
183
|
+
--bx32h3: var(--dt-colors-background-field-success-disabled, #dadbe780);
|
|
184
184
|
}
|
|
185
|
-
.
|
|
186
|
-
--
|
|
187
|
-
--
|
|
188
|
-
--
|
|
189
|
-
--
|
|
185
|
+
.bx32hs {
|
|
186
|
+
--bx32h0: var(--dt-colors-text-critical-disabled, #54558780);
|
|
187
|
+
--bx32h1: var(--dt-colors-icon-critical-disabled, #54558780);
|
|
188
|
+
--bx32h3: var(--dt-colors-background-field-critical-disabled, #dadbe780);
|
|
189
|
+
--bx32h2: var(--dt-colors-background-field-critical-disabled, #dadbe780);
|
|
190
190
|
}
|
|
191
|
-
.
|
|
192
|
-
--
|
|
191
|
+
.bx32hs:hover {
|
|
192
|
+
--bx32h3: var(--dt-colors-background-field-critical-disabled, #dadbe780);
|
|
193
193
|
}
|
|
194
|
-
.
|
|
195
|
-
--
|
|
194
|
+
.bx32hs:active {
|
|
195
|
+
--bx32h3: var(--dt-colors-background-field-critical-disabled, #dadbe780);
|
|
196
196
|
}
|
|
197
|
-
.
|
|
198
|
-
--
|
|
199
|
-
--
|
|
200
|
-
--
|
|
201
|
-
--
|
|
197
|
+
.bx32ht {
|
|
198
|
+
--bx32h0: var(--dt-colors-text-neutral-disabled, #54558780);
|
|
199
|
+
--bx32h1: var(--dt-colors-icon-neutral-disabled, #54558780);
|
|
200
|
+
--bx32h3: transparent;
|
|
201
|
+
--bx32h2: transparent;
|
|
202
202
|
}
|
|
203
|
-
.
|
|
204
|
-
--
|
|
203
|
+
.bx32ht:hover {
|
|
204
|
+
--bx32h3: transparent;
|
|
205
205
|
}
|
|
206
|
-
.
|
|
207
|
-
--
|
|
206
|
+
.bx32ht:active {
|
|
207
|
+
--bx32h3: transparent;
|
|
208
208
|
}
|
package/esm/styles/field.sty.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./field.css";
|
|
2
2
|
import { createRuntimeFn as _7a468 } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
|
-
var fieldColorVars = { text: "var(--
|
|
4
|
-
var fieldColorsCSS = _7a468({ defaultClassName: "
|
|
3
|
+
var fieldColorVars = { text: "var(--bx32h0)", icon: "var(--bx32h1)", backgroundStatic: "var(--bx32h2)", background: "var(--bx32h3)" };
|
|
4
|
+
var fieldColorsCSS = _7a468({ defaultClassName: "bx32h4", variantClassNames: { disabled: { true: "bx32h5" }, color: { primary: "bx32h6", neutral: "bx32h7", success: "bx32h8", critical: "bx32h9", warning: "bx32ha" }, variant: { "default": "bx32hb", emphasized: "bx32hc", accent: "bx32hd" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", variant: "emphasized" }, "bx32he"], [{ color: "primary", variant: "accent" }, "bx32hf"], [{ color: "neutral", variant: "emphasized" }, "bx32hg"], [{ color: "neutral", variant: "accent" }, "bx32hh"], [{ color: "success", variant: "emphasized" }, "bx32hi"], [{ color: "success", variant: "accent" }, "bx32hj"], [{ color: "critical", variant: "emphasized" }, "bx32hk"], [{ color: "critical", variant: "accent" }, "bx32hl"], [{ color: "warning", variant: "emphasized" }, "bx32hm"], [{ color: "warning", variant: "accent" }, "bx32hn"], [{ color: "neutral", disabled: true }, "bx32ho"], [{ color: "primary", disabled: true }, "bx32hp"], [{ color: "warning", disabled: true }, "bx32hq"], [{ color: "success", disabled: true }, "bx32hr"], [{ color: "critical", disabled: true }, "bx32hs"], [{ variant: "default", disabled: true }, "bx32ht"]] });
|
|
5
5
|
export {
|
|
6
6
|
fieldColorVars,
|
|
7
7
|
fieldColorsCSS
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/styles/field.css.ts"],
|
|
4
|
-
"sourcesContent": ["import './field.css';\nimport { createRuntimeFn as _7a468 } from '@vanilla-extract/recipes/createRuntimeFn';\nexport var fieldColorVars = {text:'var(--
|
|
5
|
-
"mappings": "AAAA,OAAO;AACP,SAAS,mBAAmB,cAAc;AACnC,IAAI,iBAAiB,EAAC,MAAK,
|
|
4
|
+
"sourcesContent": ["import './field.css';\nimport { createRuntimeFn as _7a468 } from '@vanilla-extract/recipes/createRuntimeFn';\nexport var fieldColorVars = {text:'var(--bx32h0)',icon:'var(--bx32h1)',backgroundStatic:'var(--bx32h2)',background:'var(--bx32h3)'};\nexport var fieldColorsCSS = _7a468({defaultClassName:'bx32h4',variantClassNames:{disabled:{true:'bx32h5'},color:{primary:'bx32h6',neutral:'bx32h7',success:'bx32h8',critical:'bx32h9',warning:'bx32ha'},variant:{'default':'bx32hb',emphasized:'bx32hc',accent:'bx32hd'}},defaultVariants:{},compoundVariants:[[{color:'primary',variant:'emphasized'},'bx32he'],[{color:'primary',variant:'accent'},'bx32hf'],[{color:'neutral',variant:'emphasized'},'bx32hg'],[{color:'neutral',variant:'accent'},'bx32hh'],[{color:'success',variant:'emphasized'},'bx32hi'],[{color:'success',variant:'accent'},'bx32hj'],[{color:'critical',variant:'emphasized'},'bx32hk'],[{color:'critical',variant:'accent'},'bx32hl'],[{color:'warning',variant:'emphasized'},'bx32hm'],[{color:'warning',variant:'accent'},'bx32hn'],[{color:'neutral',disabled:true},'bx32ho'],[{color:'primary',disabled:true},'bx32hp'],[{color:'warning',disabled:true},'bx32hq'],[{color:'success',disabled:true},'bx32hr'],[{color:'critical',disabled:true},'bx32hs'],[{variant:'default',disabled:true},'bx32ht']]});"],
|
|
5
|
+
"mappings": "AAAA,OAAO;AACP,SAAS,mBAAmB,cAAc;AACnC,IAAI,iBAAiB,EAAC,MAAK,iBAAgB,MAAK,iBAAgB,kBAAiB,iBAAgB,YAAW,gBAAe;AAC3H,IAAI,iBAAiB,OAAO,EAAC,kBAAiB,UAAS,mBAAkB,EAAC,UAAS,EAAC,MAAK,SAAQ,GAAE,OAAM,EAAC,SAAQ,UAAS,SAAQ,UAAS,SAAQ,UAAS,UAAS,UAAS,SAAQ,SAAQ,GAAE,SAAQ,EAAC,WAAU,UAAS,YAAW,UAAS,QAAO,SAAQ,EAAC,GAAE,iBAAgB,CAAC,GAAE,kBAAiB,CAAC,CAAC,EAAC,OAAM,WAAU,SAAQ,aAAY,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,SAAQ,SAAQ,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,SAAQ,aAAY,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,SAAQ,SAAQ,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,SAAQ,aAAY,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,SAAQ,SAAQ,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,YAAW,SAAQ,aAAY,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,YAAW,SAAQ,SAAQ,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,SAAQ,aAAY,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,SAAQ,SAAQ,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,UAAS,KAAI,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,UAAS,KAAI,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,UAAS,KAAI,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,WAAU,UAAS,KAAI,GAAE,QAAQ,GAAE,CAAC,EAAC,OAAM,YAAW,UAAS,KAAI,GAAE,QAAQ,GAAE,CAAC,EAAC,SAAQ,WAAU,UAAS,KAAI,GAAE,QAAQ,CAAC,EAAC,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/esm/styles/index.js
CHANGED
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
import { extract } from "./extract-util.js";
|
|
27
27
|
import { globalSprinkles } from "./safe-sprinkles.js";
|
|
28
28
|
import { textStyleCSS } from "./textStyle.sty.js";
|
|
29
|
+
import { internalSprinkles } from "./sprinkles.sty.js";
|
|
29
30
|
export {
|
|
30
31
|
extract as _extract,
|
|
31
32
|
getGapSprinkles as _getGapSprinkles,
|
|
@@ -33,6 +34,7 @@ export {
|
|
|
33
34
|
getLayoutSizeStyles as _getLayoutSizeStyles,
|
|
34
35
|
getSpacingSprinkles as _getSpacingSprinkles,
|
|
35
36
|
globalSprinkles as _globalSprinkles,
|
|
37
|
+
internalSprinkles as _internalSprinkles,
|
|
36
38
|
textStyleCSS as _textStyleCSS,
|
|
37
39
|
alignContentPositionProps,
|
|
38
40
|
alignItemsPositionProps,
|
package/esm/styles/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/styles/index.ts"],
|
|
4
|
-
"sourcesContent": ["export type { FlexItemStyleProps, FlexStyleProps } from './getFlexStyles.js';\nexport type { GridItemStyleProps, GridStyleProps } from './getGridStyles.js';\nexport {\n type GridFlexPositionProps,\n getGridFlexPositionSprinkles as _getGridFlexPositionSprinkles,\n} from './getGridFlexPositionSprinkles.js';\nexport {\n type GapProps,\n getGapSprinkles as _getGapSprinkles,\n} from './getGapSprinkles.js';\nexport {\n type SpacingProps,\n type DefaultSpacingProps as _DefaultSpacingProps,\n getSpacingSprinkles as _getSpacingSprinkles,\n} from './getSpacingSprinkles.js';\nexport {\n type LayoutSizeProps,\n getLayoutSizeStyles as _getLayoutSizeStyles,\n} from './getLayoutSizeStyles.js';\nexport {\n alignContentPositionProps,\n alignItemsPositionProps,\n alignSelfPositionProps,\n justifyContentPositionProps,\n justifyItemsPositionProps,\n justifySelfPositionProps,\n marginProperties,\n placeContentPositionProps,\n placeItemsPositionProps,\n placeSelfPositionProps,\n spacingProperties,\n} from './sprinkle-properties.js';\nexport type {\n AlignContentPositionProps,\n AlignItemsPositionProps,\n AlignSelfPositionProps,\n JustifyContentPositionProps,\n JustifyItemsPositionProps,\n JustifySelfPositionProps,\n MarginProperties,\n PlaceContentPositionProps,\n PlaceItemsPositionProps,\n PlaceSelfPositionProps,\n SpacingProperties,\n} from './sprinkle-properties.js';\nexport { extract as _extract } from './extract-util.js';\nexport { globalSprinkles as _globalSprinkles } from './safe-sprinkles.js';\nexport { textStyleCSS as _textStyleCSS } from './textStyle.sty.js';\n"],
|
|
5
|
-
"mappings": "AAEA;AAAA,EAEkC;AAAA,OAC3B;AACP;AAAA,EAEqB;AAAA,OACd;AACP;AAAA,EAGyB;AAAA,OAClB;AACP;AAAA,EAEyB;AAAA,OAClB;AACP;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAcP,SAAoB,eAAgB;AACpC,SAA4B,uBAAwB;AACpD,SAAyB,oBAAqB;",
|
|
4
|
+
"sourcesContent": ["export type { FlexItemStyleProps, FlexStyleProps } from './getFlexStyles.js';\nexport type { GridItemStyleProps, GridStyleProps } from './getGridStyles.js';\nexport {\n type GridFlexPositionProps,\n getGridFlexPositionSprinkles as _getGridFlexPositionSprinkles,\n} from './getGridFlexPositionSprinkles.js';\nexport {\n type GapProps,\n getGapSprinkles as _getGapSprinkles,\n} from './getGapSprinkles.js';\nexport {\n type SpacingProps,\n type DefaultSpacingProps as _DefaultSpacingProps,\n getSpacingSprinkles as _getSpacingSprinkles,\n} from './getSpacingSprinkles.js';\nexport {\n type LayoutSizeProps,\n getLayoutSizeStyles as _getLayoutSizeStyles,\n} from './getLayoutSizeStyles.js';\nexport {\n alignContentPositionProps,\n alignItemsPositionProps,\n alignSelfPositionProps,\n justifyContentPositionProps,\n justifyItemsPositionProps,\n justifySelfPositionProps,\n marginProperties,\n placeContentPositionProps,\n placeItemsPositionProps,\n placeSelfPositionProps,\n spacingProperties,\n} from './sprinkle-properties.js';\nexport type {\n AlignContentPositionProps,\n AlignItemsPositionProps,\n AlignSelfPositionProps,\n JustifyContentPositionProps,\n JustifyItemsPositionProps,\n JustifySelfPositionProps,\n MarginProperties,\n PlaceContentPositionProps,\n PlaceItemsPositionProps,\n PlaceSelfPositionProps,\n SpacingProperties,\n} from './sprinkle-properties.js';\nexport { extract as _extract } from './extract-util.js';\nexport { globalSprinkles as _globalSprinkles } from './safe-sprinkles.js';\nexport { textStyleCSS as _textStyleCSS } from './textStyle.sty.js';\nexport { internalSprinkles as _internalSprinkles } from './sprinkles.sty.js';\n"],
|
|
5
|
+
"mappings": "AAEA;AAAA,EAEkC;AAAA,OAC3B;AACP;AAAA,EAEqB;AAAA,OACd;AACP;AAAA,EAGyB;AAAA,OAClB;AACP;AAAA,EAEyB;AAAA,OAClB;AACP;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAcP,SAAoB,eAAgB;AACpC,SAA4B,uBAAwB;AACpD,SAAyB,oBAAqB;AAC9C,SAA8B,yBAA0B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|