@dynatrace/strato-components 1.4.0 → 1.5.1
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 +18 -22
- package/buttons/button/Button.js +1 -0
- package/buttons/button/Button.sty.js +5 -4
- package/buttons/button/Label.js +1 -0
- package/buttons/button/Prefix.js +1 -0
- package/buttons/button/Suffix.js +1 -0
- package/buttons/button/types/button-aria.js +1 -0
- package/buttons/button/utils/focus-without-scrolling.js +1 -0
- package/buttons/button/utils/is-virtual-event.js +1 -0
- package/buttons/index.js +1 -0
- package/buttons/intent-button/IntentButton.js +1 -0
- package/buttons/intent-button/useIntentButton.js +1 -0
- package/content/index.js +1 -0
- package/content/progress/ProgressBar.css +71 -71
- package/content/progress/ProgressBar.js +1 -0
- package/content/progress/ProgressBar.sty.js +6 -5
- package/content/progress/ProgressBarIcon.css +2 -2
- package/content/progress/ProgressBarIcon.js +1 -0
- package/content/progress/ProgressBarIcon.sty.js +2 -1
- package/content/progress/ProgressBarLabel.css +3 -3
- package/content/progress/ProgressBarLabel.js +1 -0
- package/content/progress/ProgressBarLabel.sty.js +2 -1
- package/content/progress/ProgressBarValue.css +5 -5
- package/content/progress/ProgressBarValue.js +1 -0
- package/content/progress/ProgressBarValue.sty.js +2 -1
- package/content/progress/ProgressCircle.css +40 -40
- package/content/progress/ProgressCircle.js +1 -0
- package/content/progress/ProgressCircle.sty.js +6 -5
- package/content/progress/contexts/SharedProgressBarPropsContext.js +1 -0
- package/content/progress/hooks/useProgressAriaProps.js +1 -0
- package/content/progress/hooks/useProgressBarPropsContext.js +1 -0
- package/content/skeleton/Skeleton.css +6 -6
- package/content/skeleton/Skeleton.js +1 -0
- package/content/skeleton/Skeleton.sty.js +2 -1
- package/content/skeleton/SkeletonText.js +1 -0
- package/core/components/app-root/AppRoot.js +1 -0
- package/core/components/app-root/AppRoot.sty.js +1 -0
- package/core/components/focus-scope/FocusScope.js +1 -0
- package/core/contexts/FocusContext.js +1 -0
- package/core/hooks/useActiveElement.js +1 -0
- package/core/hooks/useAriaLabelingProps.js +1 -0
- package/core/hooks/useCurrentTheme.js +1 -0
- package/core/hooks/useFocusContext.js +1 -0
- package/core/hooks/useFontsUpdated.js +1 -0
- package/core/hooks/useId.js +1 -0
- package/core/hooks/useMergeRefs.js +1 -0
- package/core/hooks/useSafeForwardProps.js +1 -0
- package/core/index.js +1 -0
- package/core/providers/FocusProvider.js +1 -0
- package/core/styles/focusRing.css +66 -66
- package/core/styles/focusRing.sty.js +3 -2
- package/core/styles/useFocusRing.js +1 -0
- package/core/types/a11y-props.js +1 -0
- package/core/types/data-props.js +1 -0
- package/core/types/dom.js +1 -0
- package/core/types/heading.js +1 -0
- package/core/types/masking-props.js +1 -0
- package/core/types/polymorph.js +1 -0
- package/core/types/styling-props.js +1 -0
- package/core/types/with-children.js +1 -0
- package/core/utils/_is-string-children.js +1 -0
- package/core/utils/colorUtils.css +60 -60
- package/core/utils/colorUtils.sty.js +3 -2
- package/core/utils/focus-management/attempt-focus.js +1 -0
- package/core/utils/focus-management/focus-first-descendant.js +1 -0
- package/core/utils/focus-management/get-first-focusable-child.js +1 -0
- package/core/utils/focus-management/get-last-focusable-child.js +1 -0
- package/core/utils/focus-management/is-focusable.js +1 -0
- package/core/utils/isBrowser.js +1 -0
- package/core/utils/merge-props.js +1 -0
- package/core/utils/parse-boolean.js +1 -0
- package/core/utils/seed-random.js +1 -0
- package/core/utils/uuidv4.js +1 -0
- package/esm/buttons/button/Button.css +18 -22
- package/esm/buttons/button/Button.sty.js +4 -4
- package/esm/buttons/button/Button.sty.js.map +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/esm/styles/container.css +47 -47
- package/esm/styles/container.sty.js +2 -2
- package/esm/styles/container.sty.js.map +1 -1
- 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 +1 -1
- package/esm/styles/sprinkles.css +262 -262
- package/esm/styles/sprinkles.sty.js +1 -1
- package/esm/styles/sprinkles.sty.js.map +1 -1
- package/esm/styles/textStyle.css +8 -8
- package/esm/styles/textStyle.sty.js +1 -1
- package/esm/styles/textStyle.sty.js.map +1 -1
- 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 +7 -7
- package/esm/typography/heading/Heading.sty.js +1 -1
- package/esm/typography/heading/Heading.sty.js.map +1 -1
- package/esm/typography/highlight/Highlight.css +2 -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.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.sty.js +1 -1
- package/esm/typography/paragraph/Paragraph.sty.js.map +1 -1
- 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 +1 -1
- package/esm/typography/text-ellipsis/TextEllipsis.css +8 -5
- package/esm/typography/text-ellipsis/TextEllipsis.js +4 -4
- package/esm/typography/text-ellipsis/TextEllipsis.js.map +2 -2
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js +4 -4
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js.map +2 -2
- package/index.js +1 -0
- package/layouts/container/Container.css +4 -4
- package/layouts/container/Container.js +1 -0
- package/layouts/container/Container.sty.js +2 -1
- package/layouts/divider/Divider.css +6 -6
- package/layouts/divider/Divider.js +1 -0
- package/layouts/divider/Divider.sty.js +2 -1
- package/layouts/flex/Flex.js +1 -0
- package/layouts/grid/Grid.js +1 -0
- package/layouts/helpers/spacingToCss.js +1 -0
- package/layouts/hooks/useBreakpoint.js +1 -0
- package/layouts/hooks/useLayoutSizeProps.js +1 -0
- package/layouts/hooks/useLayoutStyles.js +1 -0
- package/layouts/hooks/useMarginProps.js +1 -0
- package/layouts/hooks/usePaddingProps.js +1 -0
- package/layouts/index.js +1 -0
- package/layouts/surface/Surface.css +39 -39
- package/layouts/surface/Surface.js +1 -0
- package/layouts/surface/Surface.sty.js +3 -2
- package/layouts/surface/variables.sty.js +2 -1
- package/layouts/types/layout.types.js +1 -0
- package/package.json +5 -5
- package/styles/colorUtils.css +60 -60
- package/styles/colorUtils.sty.js +3 -2
- package/styles/container.css +47 -47
- package/styles/container.sty.js +3 -2
- package/styles/ellipsis.css +1 -1
- package/styles/ellipsis.sty.js +2 -1
- package/styles/extract-util.js +1 -0
- package/styles/field.css +153 -153
- package/styles/field.sty.js +3 -2
- package/styles/getFlexStyles.js +1 -0
- package/styles/getGapSprinkles.js +1 -0
- package/styles/getGridFlexPositionSprinkles.js +1 -0
- package/styles/getGridStyles.js +1 -0
- package/styles/getLayoutSizeStyles.js +1 -0
- package/styles/getSpacingSprinkles.js +1 -0
- package/styles/index.js +1 -0
- package/styles/safe-sprinkles.js +1 -0
- package/styles/sprinkle-properties.js +1 -0
- package/styles/sprinkles.css +262 -262
- package/styles/sprinkles.sty.js +2 -1
- package/styles/textStyle.css +8 -8
- package/styles/textStyle.sty.js +2 -1
- package/typography/block-quote/Blockquote.css +2 -2
- package/typography/block-quote/Blockquote.js +1 -0
- package/typography/block-quote/Blockquote.sty.js +2 -1
- package/typography/code/Code.css +1 -1
- package/typography/code/Code.js +1 -0
- package/typography/code/Code.sty.js +2 -1
- package/typography/emphasis/Emphasis.css +1 -1
- package/typography/emphasis/Emphasis.js +1 -0
- package/typography/emphasis/Emphasis.sty.js +2 -1
- package/typography/external-link/ExternalLink.css +6 -6
- package/typography/external-link/ExternalLink.js +1 -0
- package/typography/external-link/ExternalLink.sty.js +2 -1
- package/typography/heading/Heading.css +7 -7
- package/typography/heading/Heading.js +1 -0
- package/typography/heading/Heading.sty.js +2 -1
- package/typography/highlight/Highlight.css +2 -1
- package/typography/highlight/Highlight.js +1 -0
- package/typography/highlight/Highlight.sty.js +2 -1
- package/typography/index.js +1 -0
- package/typography/link/Link.css +4 -4
- package/typography/link/Link.js +1 -0
- package/typography/link/Link.sty.js +2 -1
- package/typography/list/List.css +4 -4
- package/typography/list/List.js +1 -0
- package/typography/list/List.sty.js +3 -2
- package/typography/paragraph/Paragraph.css +3 -3
- package/typography/paragraph/Paragraph.js +1 -0
- package/typography/paragraph/Paragraph.sty.js +2 -1
- package/typography/strikethrough/Strikethrough.css +1 -1
- package/typography/strikethrough/Strikethrough.js +1 -0
- package/typography/strikethrough/Strikethrough.sty.js +2 -1
- package/typography/strong/Strong.css +1 -1
- package/typography/strong/Strong.js +1 -0
- package/typography/strong/Strong.sty.js +2 -1
- package/typography/text/Text.css +3 -3
- package/typography/text/Text.js +1 -0
- package/typography/text/Text.sty.js +2 -1
- package/typography/text-ellipsis/TextEllipsis.css +8 -5
- package/typography/text-ellipsis/TextEllipsis.js +5 -4
- package/typography/text-ellipsis/TextEllipsis.sty.d.ts +7 -2
- package/typography/text-ellipsis/TextEllipsis.sty.js +5 -4
- package/typography/utils.js +1 -0
package/styles/field.css
CHANGED
|
@@ -1,208 +1,208 @@
|
|
|
1
|
-
._bx32h6-1-
|
|
2
|
-
--_bx32h0-1-
|
|
3
|
-
--_bx32h1-1-
|
|
1
|
+
._bx32h6-1-5-1 {
|
|
2
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-primary-default, #454cc9);
|
|
3
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-primary-default, #454cc9);
|
|
4
4
|
}
|
|
5
|
-
._bx32h6-1-
|
|
6
|
-
--_bx32h3-1-
|
|
5
|
+
._bx32h6-1-5-1:hover {
|
|
6
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-primary-default-hover, #ccd3f3);
|
|
7
7
|
}
|
|
8
|
-
._bx32h6-1-
|
|
9
|
-
--_bx32h3-1-
|
|
8
|
+
._bx32h6-1-5-1:active {
|
|
9
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-primary-default-active, #c3cbf1);
|
|
10
10
|
}
|
|
11
|
-
._bx32h7-1-
|
|
12
|
-
--_bx32h0-1-
|
|
13
|
-
--_bx32h1-1-
|
|
11
|
+
._bx32h7-1-5-1 {
|
|
12
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-neutral-default, #2b2a58);
|
|
13
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-neutral-default, #2b2a58);
|
|
14
14
|
}
|
|
15
|
-
._bx32h7-1-
|
|
16
|
-
--_bx32h3-1-
|
|
15
|
+
._bx32h7-1-5-1:hover {
|
|
16
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-default-hover, #d2d3e1);
|
|
17
17
|
}
|
|
18
|
-
._bx32h7-1-
|
|
19
|
-
--_bx32h3-1-
|
|
18
|
+
._bx32h7-1-5-1:active {
|
|
19
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-default-active, #cacbdc);
|
|
20
20
|
}
|
|
21
|
-
._bx32h8-1-
|
|
22
|
-
--_bx32h0-1-
|
|
23
|
-
--_bx32h1-1-
|
|
21
|
+
._bx32h8-1-5-1 {
|
|
22
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-success-default, #2c6360);
|
|
23
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-success-default, #2c6360);
|
|
24
24
|
}
|
|
25
|
-
._bx32h8-1-
|
|
26
|
-
--_bx32h3-1-
|
|
25
|
+
._bx32h8-1-5-1:hover {
|
|
26
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-success-default-hover, #cad6d7);
|
|
27
27
|
}
|
|
28
|
-
._bx32h8-1-
|
|
29
|
-
--_bx32h3-1-
|
|
28
|
+
._bx32h8-1-5-1:active {
|
|
29
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-success-default-active, #c0cfcf);
|
|
30
30
|
}
|
|
31
|
-
._bx32h9-1-
|
|
32
|
-
--_bx32h0-1-
|
|
33
|
-
--_bx32h1-1-
|
|
31
|
+
._bx32h9-1-5-1 {
|
|
32
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-critical-default, #b80031);
|
|
33
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-critical-default, #b80031);
|
|
34
34
|
}
|
|
35
|
-
._bx32h9-1-
|
|
36
|
-
--_bx32h3-1-
|
|
35
|
+
._bx32h9-1-5-1:hover {
|
|
36
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-critical-default-hover, #f1cdcf);
|
|
37
37
|
}
|
|
38
|
-
._bx32h9-1-
|
|
39
|
-
--_bx32h3-1-
|
|
38
|
+
._bx32h9-1-5-1:active {
|
|
39
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-critical-default-active, #f0c4c5);
|
|
40
40
|
}
|
|
41
|
-
._bx32ha-1-
|
|
42
|
-
--_bx32h0-1-
|
|
43
|
-
--_bx32h1-1-
|
|
41
|
+
._bx32ha-1-5-1 {
|
|
42
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-warning-default, #805100);
|
|
43
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-warning-default, #805100);
|
|
44
44
|
}
|
|
45
|
-
._bx32ha-1-
|
|
46
|
-
--_bx32h3-1-
|
|
45
|
+
._bx32ha-1-5-1:hover {
|
|
46
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-warning-default-hover, #f4e5d5);
|
|
47
47
|
}
|
|
48
|
-
._bx32ha-1-
|
|
49
|
-
--_bx32h3-1-
|
|
48
|
+
._bx32ha-1-5-1:active {
|
|
49
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-warning-default-active, #f5e1cd);
|
|
50
50
|
}
|
|
51
|
-
._bx32hb-1-
|
|
52
|
-
--_bx32h3-1-
|
|
53
|
-
--_bx32h2-1-
|
|
51
|
+
._bx32hb-1-5-1 {
|
|
52
|
+
--_bx32h3-1-5-1: transparent;
|
|
53
|
+
--_bx32h2-1-5-1: transparent;
|
|
54
54
|
}
|
|
55
|
-
._bx32hd-1-
|
|
56
|
-
--_bx32h0-1-
|
|
57
|
-
--_bx32h1-1-
|
|
55
|
+
._bx32hd-1-5-1 {
|
|
56
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
57
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
|
|
58
58
|
}
|
|
59
|
-
._bx32he-1-
|
|
60
|
-
--_bx32h3-1-
|
|
61
|
-
--_bx32h2-1-
|
|
59
|
+
._bx32he-1-5-1 {
|
|
60
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-primary-emphasized, #d6dbf4);
|
|
61
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-primary-emphasized, #d6dbf4);
|
|
62
62
|
}
|
|
63
|
-
._bx32hf-1-
|
|
64
|
-
--_bx32h0-1-
|
|
65
|
-
--_bx32h1-1-
|
|
66
|
-
--_bx32h3-1-
|
|
67
|
-
--_bx32h2-1-
|
|
63
|
+
._bx32hf-1-5-1 {
|
|
64
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-primary-on-accent-default, #f4f4fb);
|
|
65
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-primary-on-accent-default, #f4f4fb);
|
|
66
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-primary-accent, #474ecf);
|
|
67
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-primary-accent, #474ecf);
|
|
68
68
|
}
|
|
69
|
-
._bx32hf-1-
|
|
70
|
-
--_bx32h3-1-
|
|
69
|
+
._bx32hf-1-5-1:hover {
|
|
70
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-primary-accent-hover, #3b3ebe);
|
|
71
71
|
}
|
|
72
|
-
._bx32hf-1-
|
|
73
|
-
--_bx32h3-1-
|
|
72
|
+
._bx32hf-1-5-1:active {
|
|
73
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-primary-accent-active, #312cad);
|
|
74
74
|
}
|
|
75
|
-
._bx32hg-1-
|
|
76
|
-
--_bx32h3-1-
|
|
77
|
-
--_bx32h2-1-
|
|
75
|
+
._bx32hg-1-5-1 {
|
|
76
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-emphasized, #dadbe7);
|
|
77
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-neutral-emphasized, #dadbe7);
|
|
78
78
|
}
|
|
79
|
-
._bx32hh-1-
|
|
80
|
-
--_bx32h0-1-
|
|
81
|
-
--_bx32h1-1-
|
|
82
|
-
--_bx32h3-1-
|
|
83
|
-
--_bx32h2-1-
|
|
79
|
+
._bx32hh-1-5-1 {
|
|
80
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
81
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
|
|
82
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-accent, #5a5b8c);
|
|
83
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-neutral-accent, #5a5b8c);
|
|
84
84
|
}
|
|
85
|
-
._bx32hh-1-
|
|
86
|
-
--_bx32h3-1-
|
|
85
|
+
._bx32hh-1-5-1:hover {
|
|
86
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-accent-hover, #4c4d7d);
|
|
87
87
|
}
|
|
88
|
-
._bx32hh-1-
|
|
89
|
-
--_bx32h3-1-
|
|
88
|
+
._bx32hh-1-5-1:active {
|
|
89
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-accent-active, #3f3f6e);
|
|
90
90
|
}
|
|
91
|
-
._bx32hi-1-
|
|
92
|
-
--_bx32h3-1-
|
|
93
|
-
--_bx32h2-1-
|
|
91
|
+
._bx32hi-1-5-1 {
|
|
92
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-success-emphasized, #d4dddf);
|
|
93
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-success-emphasized, #d4dddf);
|
|
94
94
|
}
|
|
95
|
-
._bx32hj-1-
|
|
96
|
-
--_bx32h3-1-
|
|
97
|
-
--_bx32h2-1-
|
|
95
|
+
._bx32hj-1-5-1 {
|
|
96
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-success-accent, #2f6863);
|
|
97
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-success-accent, #2f6863);
|
|
98
98
|
}
|
|
99
|
-
._bx32hj-1-
|
|
100
|
-
--_bx32h3-1-
|
|
99
|
+
._bx32hj-1-5-1:hover {
|
|
100
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-success-accent-hover, #1f5a55);
|
|
101
101
|
}
|
|
102
|
-
._bx32hj-1-
|
|
103
|
-
--_bx32h3-1-
|
|
102
|
+
._bx32hj-1-5-1:active {
|
|
103
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-success-accent-active, #0d4c47);
|
|
104
104
|
}
|
|
105
|
-
._bx32hk-1-
|
|
106
|
-
--_bx32h3-1-
|
|
107
|
-
--_bx32h2-1-
|
|
105
|
+
._bx32hk-1-5-1 {
|
|
106
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-critical-emphasized, #f2d7d9);
|
|
107
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-critical-emphasized, #f2d7d9);
|
|
108
108
|
}
|
|
109
|
-
._bx32hl-1-
|
|
110
|
-
--_bx32h3-1-
|
|
111
|
-
--_bx32h2-1-
|
|
112
|
-
--_bx32h0-1-
|
|
113
|
-
--_bx32h1-1-
|
|
109
|
+
._bx32hl-1-5-1 {
|
|
110
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-critical-accent, #c4233b);
|
|
111
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-critical-accent, #c4233b);
|
|
112
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-critical-on-accent-default, #f9f1f3);
|
|
113
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-critical-on-accent-default, #f9f1f3);
|
|
114
114
|
}
|
|
115
|
-
._bx32hl-1-
|
|
116
|
-
--_bx32h3-1-
|
|
115
|
+
._bx32hl-1-5-1:hover {
|
|
116
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-critical-accent-hover, #b2012d);
|
|
117
117
|
}
|
|
118
|
-
._bx32hl-1-
|
|
119
|
-
--_bx32h3-1-
|
|
118
|
+
._bx32hl-1-5-1:active {
|
|
119
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-critical-accent-active, #a0001f);
|
|
120
120
|
}
|
|
121
|
-
._bx32hm-1-
|
|
122
|
-
--_bx32h3-1-
|
|
123
|
-
--_bx32h2-1-
|
|
121
|
+
._bx32hm-1-5-1 {
|
|
122
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-warning-emphasized, #f4e8de);
|
|
123
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-warning-emphasized, #f4e8de);
|
|
124
124
|
}
|
|
125
|
-
._bx32hn-1-
|
|
126
|
-
--_bx32h0-1-
|
|
127
|
-
--_bx32h1-1-
|
|
128
|
-
--_bx32h3-1-
|
|
129
|
-
--_bx32h2-1-
|
|
125
|
+
._bx32hn-1-5-1 {
|
|
126
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-warning-on-accent-default, #272025);
|
|
127
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-warning-on-accent-default, #272025);
|
|
128
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-warning-accent, #eca440);
|
|
129
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-warning-accent, #eca440);
|
|
130
130
|
}
|
|
131
|
-
._bx32hn-1-
|
|
132
|
-
--_bx32h3-1-
|
|
131
|
+
._bx32hn-1-5-1:hover {
|
|
132
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-warning-accent-hover, #fdb452);
|
|
133
133
|
}
|
|
134
|
-
._bx32hn-1-
|
|
135
|
-
--_bx32h3-1-
|
|
134
|
+
._bx32hn-1-5-1:active {
|
|
135
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-warning-accent-active, #ffc56a);
|
|
136
136
|
}
|
|
137
|
-
._bx32ho-1-
|
|
138
|
-
--_bx32h0-1-
|
|
139
|
-
--_bx32h1-1-
|
|
140
|
-
--_bx32h3-1-
|
|
141
|
-
--_bx32h2-1-
|
|
137
|
+
._bx32ho-1-5-1 {
|
|
138
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-neutral-disabled, #54558780);
|
|
139
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-neutral-disabled, #54558780);
|
|
140
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
|
|
141
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
|
|
142
142
|
}
|
|
143
|
-
._bx32ho-1-
|
|
144
|
-
--_bx32h3-1-
|
|
143
|
+
._bx32ho-1-5-1:hover {
|
|
144
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
|
|
145
145
|
}
|
|
146
|
-
._bx32ho-1-
|
|
147
|
-
--_bx32h3-1-
|
|
146
|
+
._bx32ho-1-5-1:active {
|
|
147
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-neutral-disabled, #dadbe780);
|
|
148
148
|
}
|
|
149
|
-
._bx32hp-1-
|
|
150
|
-
--_bx32h0-1-
|
|
151
|
-
--_bx32h1-1-
|
|
152
|
-
--_bx32h3-1-
|
|
153
|
-
--_bx32h2-1-
|
|
149
|
+
._bx32hp-1-5-1 {
|
|
150
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-primary-disabled, #54558780);
|
|
151
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-primary-disabled, #54558780);
|
|
152
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-primary-disabled, #dadbe780);
|
|
153
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-primary-disabled, #dadbe780);
|
|
154
154
|
}
|
|
155
|
-
._bx32hp-1-
|
|
156
|
-
--_bx32h3-1-
|
|
155
|
+
._bx32hp-1-5-1:hover {
|
|
156
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-primary-disabled, #dadbe780);
|
|
157
157
|
}
|
|
158
|
-
._bx32hp-1-
|
|
159
|
-
--_bx32h3-1-
|
|
158
|
+
._bx32hp-1-5-1:active {
|
|
159
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-primary-disabled, #dadbe780);
|
|
160
160
|
}
|
|
161
|
-
._bx32hq-1-
|
|
162
|
-
--_bx32h0-1-
|
|
163
|
-
--_bx32h1-1-
|
|
164
|
-
--_bx32h3-1-
|
|
165
|
-
--_bx32h2-1-
|
|
161
|
+
._bx32hq-1-5-1 {
|
|
162
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-warning-disabled, #54558780);
|
|
163
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-warning-disabled, #54558780);
|
|
164
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-warning-disabled, #dadbe780);
|
|
165
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-warning-disabled, #dadbe780);
|
|
166
166
|
}
|
|
167
|
-
._bx32hq-1-
|
|
168
|
-
--_bx32h3-1-
|
|
167
|
+
._bx32hq-1-5-1:hover {
|
|
168
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-warning-disabled, #dadbe780);
|
|
169
169
|
}
|
|
170
|
-
._bx32hq-1-
|
|
171
|
-
--_bx32h3-1-
|
|
170
|
+
._bx32hq-1-5-1:active {
|
|
171
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-warning-disabled, #dadbe780);
|
|
172
172
|
}
|
|
173
|
-
._bx32hr-1-
|
|
174
|
-
--_bx32h0-1-
|
|
175
|
-
--_bx32h1-1-
|
|
176
|
-
--_bx32h3-1-
|
|
177
|
-
--_bx32h2-1-
|
|
173
|
+
._bx32hr-1-5-1 {
|
|
174
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-success-disabled, #54558780);
|
|
175
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-success-disabled, #54558780);
|
|
176
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-success-disabled, #dadbe780);
|
|
177
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-success-disabled, #dadbe780);
|
|
178
178
|
}
|
|
179
|
-
._bx32hr-1-
|
|
180
|
-
--_bx32h3-1-
|
|
179
|
+
._bx32hr-1-5-1:hover {
|
|
180
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-success-disabled, #dadbe780);
|
|
181
181
|
}
|
|
182
|
-
._bx32hr-1-
|
|
183
|
-
--_bx32h3-1-
|
|
182
|
+
._bx32hr-1-5-1:active {
|
|
183
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-success-disabled, #dadbe780);
|
|
184
184
|
}
|
|
185
|
-
._bx32hs-1-
|
|
186
|
-
--_bx32h0-1-
|
|
187
|
-
--_bx32h1-1-
|
|
188
|
-
--_bx32h3-1-
|
|
189
|
-
--_bx32h2-1-
|
|
185
|
+
._bx32hs-1-5-1 {
|
|
186
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-critical-disabled, #54558780);
|
|
187
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-critical-disabled, #54558780);
|
|
188
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-critical-disabled, #dadbe780);
|
|
189
|
+
--_bx32h2-1-5-1: var(--dt-colors-background-field-critical-disabled, #dadbe780);
|
|
190
190
|
}
|
|
191
|
-
._bx32hs-1-
|
|
192
|
-
--_bx32h3-1-
|
|
191
|
+
._bx32hs-1-5-1:hover {
|
|
192
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-critical-disabled, #dadbe780);
|
|
193
193
|
}
|
|
194
|
-
._bx32hs-1-
|
|
195
|
-
--_bx32h3-1-
|
|
194
|
+
._bx32hs-1-5-1:active {
|
|
195
|
+
--_bx32h3-1-5-1: var(--dt-colors-background-field-critical-disabled, #dadbe780);
|
|
196
196
|
}
|
|
197
|
-
._bx32ht-1-
|
|
198
|
-
--_bx32h0-1-
|
|
199
|
-
--_bx32h1-1-
|
|
200
|
-
--_bx32h3-1-
|
|
201
|
-
--_bx32h2-1-
|
|
197
|
+
._bx32ht-1-5-1 {
|
|
198
|
+
--_bx32h0-1-5-1: var(--dt-colors-text-neutral-disabled, #54558780);
|
|
199
|
+
--_bx32h1-1-5-1: var(--dt-colors-icon-neutral-disabled, #54558780);
|
|
200
|
+
--_bx32h3-1-5-1: transparent;
|
|
201
|
+
--_bx32h2-1-5-1: transparent;
|
|
202
202
|
}
|
|
203
|
-
._bx32ht-1-
|
|
204
|
-
--_bx32h3-1-
|
|
203
|
+
._bx32ht-1-5-1:hover {
|
|
204
|
+
--_bx32h3-1-5-1: transparent;
|
|
205
205
|
}
|
|
206
|
-
._bx32ht-1-
|
|
207
|
-
--_bx32h3-1-
|
|
206
|
+
._bx32ht-1-5-1:active {
|
|
207
|
+
--_bx32h3-1-5-1: transparent;
|
|
208
208
|
}
|
package/styles/field.sty.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var __defProp = Object.defineProperty;
|
|
2
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
@@ -23,5 +24,5 @@ __export(field_css_exports, {
|
|
|
23
24
|
module.exports = __toCommonJS(field_css_exports);
|
|
24
25
|
var import_field_css_ts_vanilla = require("./field.css");
|
|
25
26
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
26
|
-
var fieldColorVars = { text: "var(--_bx32h0-1-
|
|
27
|
-
var fieldColorsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_bx32h4-1-
|
|
27
|
+
var fieldColorVars = { text: "var(--_bx32h0-1-5-1)", icon: "var(--_bx32h1-1-5-1)", backgroundStatic: "var(--_bx32h2-1-5-1)", background: "var(--_bx32h3-1-5-1)" };
|
|
28
|
+
var fieldColorsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_bx32h4-1-5-1", variantClassNames: { disabled: { true: "_bx32h5-1-5-1" }, color: { primary: "_bx32h6-1-5-1", neutral: "_bx32h7-1-5-1", success: "_bx32h8-1-5-1", critical: "_bx32h9-1-5-1", warning: "_bx32ha-1-5-1" }, variant: { "default": "_bx32hb-1-5-1", emphasized: "_bx32hc-1-5-1", accent: "_bx32hd-1-5-1" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", variant: "emphasized" }, "_bx32he-1-5-1"], [{ color: "primary", variant: "accent" }, "_bx32hf-1-5-1"], [{ color: "neutral", variant: "emphasized" }, "_bx32hg-1-5-1"], [{ color: "neutral", variant: "accent" }, "_bx32hh-1-5-1"], [{ color: "success", variant: "emphasized" }, "_bx32hi-1-5-1"], [{ color: "success", variant: "accent" }, "_bx32hj-1-5-1"], [{ color: "critical", variant: "emphasized" }, "_bx32hk-1-5-1"], [{ color: "critical", variant: "accent" }, "_bx32hl-1-5-1"], [{ color: "warning", variant: "emphasized" }, "_bx32hm-1-5-1"], [{ color: "warning", variant: "accent" }, "_bx32hn-1-5-1"], [{ color: "neutral", disabled: true }, "_bx32ho-1-5-1"], [{ color: "primary", disabled: true }, "_bx32hp-1-5-1"], [{ color: "warning", disabled: true }, "_bx32hq-1-5-1"], [{ color: "success", disabled: true }, "_bx32hr-1-5-1"], [{ color: "critical", disabled: true }, "_bx32hs-1-5-1"], [{ variant: "default", disabled: true }, "_bx32ht-1-5-1"]] });
|
package/styles/getFlexStyles.js
CHANGED
package/styles/getGridStyles.js
CHANGED
package/styles/index.js
CHANGED
package/styles/safe-sprinkles.js
CHANGED