@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynatrace/strato-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"lang": "lang/uncompiled",
|
|
@@ -78,14 +78,14 @@
|
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@dynatrace-sdk/app-environment": "^1.1.0",
|
|
80
80
|
"@dynatrace-sdk/error-handlers": "^1.3.1",
|
|
81
|
-
"@dynatrace-sdk/navigation": "^1.3.0",
|
|
81
|
+
"@dynatrace-sdk/navigation": "^1.3.0 || ^2.0.0",
|
|
82
82
|
"@dynatrace-sdk/user-preferences": "^1.1.1",
|
|
83
83
|
"react": "^18.0.0",
|
|
84
84
|
"react-dom": "^18.0.0",
|
|
85
|
-
"react-intl": "^6.0.8",
|
|
85
|
+
"react-intl": "^6.0.8 || ^7.0.0",
|
|
86
86
|
"react-is": "^18.0.0",
|
|
87
|
-
"@dynatrace/strato-design-tokens": "^1.0.
|
|
88
|
-
"@dynatrace/strato-icons": "^1.
|
|
87
|
+
"@dynatrace/strato-design-tokens": "^1.0.1",
|
|
88
|
+
"@dynatrace/strato-icons": "^1.4.0"
|
|
89
89
|
},
|
|
90
90
|
"sideEffects": [
|
|
91
91
|
"./core/components/app-root/AppRoot.css",
|
package/styles/colorUtils.css
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
._17bwkb04-1-
|
|
2
|
-
--_17bwkb00-1-
|
|
3
|
-
--_17bwkb01-1-
|
|
4
|
-
--_17bwkb02-1-
|
|
1
|
+
._17bwkb04-1-5-1 {
|
|
2
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-critical-default, #b80031);
|
|
3
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-critical-default, #b80031);
|
|
4
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-critical-default, #f1cdcf);
|
|
5
5
|
}
|
|
6
|
-
._17bwkb05-1-
|
|
7
|
-
--_17bwkb00-1-
|
|
8
|
-
--_17bwkb01-1-
|
|
9
|
-
--_17bwkb02-1-
|
|
6
|
+
._17bwkb05-1-5-1 {
|
|
7
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-neutral-default, #2b2a58);
|
|
8
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-neutral-default, #2b2a58);
|
|
9
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-neutral-default, #d2d3e1);
|
|
10
10
|
}
|
|
11
|
-
._17bwkb06-1-
|
|
12
|
-
--_17bwkb00-1-
|
|
13
|
-
--_17bwkb01-1-
|
|
14
|
-
--_17bwkb02-1-
|
|
11
|
+
._17bwkb06-1-5-1 {
|
|
12
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-primary-default, #454cc9);
|
|
13
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-primary-default, #454cc9);
|
|
14
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-primary-default, #ccd3f3);
|
|
15
15
|
}
|
|
16
|
-
._17bwkb07-1-
|
|
17
|
-
--_17bwkb00-1-
|
|
18
|
-
--_17bwkb01-1-
|
|
19
|
-
--_17bwkb02-1-
|
|
16
|
+
._17bwkb07-1-5-1 {
|
|
17
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-success-default, #2c6360);
|
|
18
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-success-default, #2c6360);
|
|
19
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-success-default, #cad6d7);
|
|
20
20
|
}
|
|
21
|
-
._17bwkb08-1-
|
|
22
|
-
--_17bwkb00-1-
|
|
23
|
-
--_17bwkb01-1-
|
|
24
|
-
--_17bwkb02-1-
|
|
21
|
+
._17bwkb08-1-5-1 {
|
|
22
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-warning-default, #805100);
|
|
23
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-warning-default, #805100);
|
|
24
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-warning-default, #f4e5d5);
|
|
25
25
|
}
|
|
26
|
-
._17bwkb0d-1-
|
|
27
|
-
--_17bwkb00-1-
|
|
28
|
-
--_17bwkb01-1-
|
|
29
|
-
--_17bwkb02-1-
|
|
26
|
+
._17bwkb0d-1-5-1 {
|
|
27
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-primary-on-accent-default, #f4f4fb);
|
|
28
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-primary-on-accent-default, #f4f4fb);
|
|
29
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-primary-accent, #454cc9);
|
|
30
30
|
}
|
|
31
|
-
._17bwkb0e-1-
|
|
32
|
-
--_17bwkb00-1-
|
|
33
|
-
--_17bwkb01-1-
|
|
34
|
-
--_17bwkb02-1-
|
|
31
|
+
._17bwkb0e-1-5-1 {
|
|
32
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-success-on-accent-default, #f1f4f4);
|
|
33
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-success-on-accent-default, #f1f4f4);
|
|
34
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-success-accent, #2c6360);
|
|
35
35
|
}
|
|
36
|
-
._17bwkb0f-1-
|
|
37
|
-
--_17bwkb00-1-
|
|
38
|
-
--_17bwkb01-1-
|
|
39
|
-
--_17bwkb02-1-
|
|
36
|
+
._17bwkb0f-1-5-1 {
|
|
37
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-warning-on-accent-default, #272025);
|
|
38
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-warning-on-accent-default, #272025);
|
|
39
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-warning-accent, #805100);
|
|
40
40
|
}
|
|
41
|
-
._17bwkb0g-1-
|
|
42
|
-
--_17bwkb00-1-
|
|
43
|
-
--_17bwkb01-1-
|
|
44
|
-
--_17bwkb02-1-
|
|
41
|
+
._17bwkb0g-1-5-1 {
|
|
42
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-critical-on-accent-default, #f9f1f3);
|
|
43
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-critical-on-accent-default, #f9f1f3);
|
|
44
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-critical-accent, #b80031);
|
|
45
45
|
}
|
|
46
|
-
._17bwkb0h-1-
|
|
47
|
-
--_17bwkb00-1-
|
|
48
|
-
--_17bwkb01-1-
|
|
49
|
-
--_17bwkb02-1-
|
|
46
|
+
._17bwkb0h-1-5-1 {
|
|
47
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
48
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-neutral-on-accent-default, #f3f3f6);
|
|
49
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-neutral-accent, #545587);
|
|
50
50
|
}
|
|
51
|
-
._17bwkb0i-1-
|
|
52
|
-
--_17bwkb00-1-
|
|
53
|
-
--_17bwkb01-1-
|
|
54
|
-
--_17bwkb02-1-
|
|
51
|
+
._17bwkb0i-1-5-1 {
|
|
52
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-primary-disabled, #54558780);
|
|
53
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-primary-disabled, #54558780);
|
|
54
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-primary-disabled, #d2d3e180);
|
|
55
55
|
}
|
|
56
|
-
._17bwkb0j-1-
|
|
57
|
-
--_17bwkb00-1-
|
|
58
|
-
--_17bwkb01-1-
|
|
59
|
-
--_17bwkb02-1-
|
|
56
|
+
._17bwkb0j-1-5-1 {
|
|
57
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-success-disabled, #54558780);
|
|
58
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-success-disabled, #54558780);
|
|
59
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-success-disabled, #d2d3e180);
|
|
60
60
|
}
|
|
61
|
-
._17bwkb0k-1-
|
|
62
|
-
--_17bwkb00-1-
|
|
63
|
-
--_17bwkb01-1-
|
|
64
|
-
--_17bwkb02-1-
|
|
61
|
+
._17bwkb0k-1-5-1 {
|
|
62
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-warning-disabled, #54558780);
|
|
63
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-warning-disabled, #54558780);
|
|
64
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-warning-disabled, #d2d3e180);
|
|
65
65
|
}
|
|
66
|
-
._17bwkb0l-1-
|
|
67
|
-
--_17bwkb00-1-
|
|
68
|
-
--_17bwkb01-1-
|
|
69
|
-
--_17bwkb02-1-
|
|
66
|
+
._17bwkb0l-1-5-1 {
|
|
67
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-critical-disabled, #54558780);
|
|
68
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-critical-disabled, #54558780);
|
|
69
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-critical-disabled, #d2d3e180);
|
|
70
70
|
}
|
|
71
|
-
._17bwkb0m-1-
|
|
72
|
-
--_17bwkb00-1-
|
|
73
|
-
--_17bwkb01-1-
|
|
74
|
-
--_17bwkb02-1-
|
|
71
|
+
._17bwkb0m-1-5-1 {
|
|
72
|
+
--_17bwkb00-1-5-1: var(--dt-colors-text-neutral-disabled, #54558780);
|
|
73
|
+
--_17bwkb01-1-5-1: var(--dt-colors-icon-neutral-disabled, #54558780);
|
|
74
|
+
--_17bwkb02-1-5-1: var(--dt-colors-border-neutral-disabled, #d2d3e180);
|
|
75
75
|
}
|
package/styles/colorUtils.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(colorUtils_css_exports, {
|
|
|
23
24
|
module.exports = __toCommonJS(colorUtils_css_exports);
|
|
24
25
|
var import_colorUtils_css_ts_vanilla = require("./colorUtils.css");
|
|
25
26
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
26
|
-
var colorUtilsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_17bwkb03-1-
|
|
27
|
-
var colorUtilsVars = { text: "var(--_17bwkb00-1-
|
|
27
|
+
var colorUtilsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_17bwkb03-1-5-1", variantClassNames: { color: { critical: "_17bwkb04-1-5-1", neutral: "_17bwkb05-1-5-1", primary: "_17bwkb06-1-5-1", success: "_17bwkb07-1-5-1", warning: "_17bwkb08-1-5-1" }, variant: { "default": "_17bwkb09-1-5-1", accent: "_17bwkb0a-1-5-1" }, disabled: { true: "_17bwkb0b-1-5-1", false: "_17bwkb0c-1-5-1" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", variant: "accent" }, "_17bwkb0d-1-5-1"], [{ color: "success", variant: "accent" }, "_17bwkb0e-1-5-1"], [{ color: "warning", variant: "accent" }, "_17bwkb0f-1-5-1"], [{ color: "critical", variant: "accent" }, "_17bwkb0g-1-5-1"], [{ color: "neutral", variant: "accent" }, "_17bwkb0h-1-5-1"], [{ color: "primary", disabled: true }, "_17bwkb0i-1-5-1"], [{ color: "success", disabled: true }, "_17bwkb0j-1-5-1"], [{ color: "warning", disabled: true }, "_17bwkb0k-1-5-1"], [{ color: "critical", disabled: true }, "_17bwkb0l-1-5-1"], [{ color: "neutral", disabled: true }, "_17bwkb0m-1-5-1"]] });
|
|
28
|
+
var colorUtilsVars = { text: "var(--_17bwkb00-1-5-1)", icon: "var(--_17bwkb01-1-5-1)", borderColor: "var(--_17bwkb02-1-5-1)" };
|
package/styles/container.css
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
._6levse4-1-
|
|
2
|
-
--_6levse0-1-
|
|
3
|
-
--_6levse1-1-
|
|
4
|
-
--_6levse2-1-
|
|
1
|
+
._6levse4-1-5-1 {
|
|
2
|
+
--_6levse0-1-5-1: var(--dt-colors-text-critical-default, #b80031);
|
|
3
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-critical-default, #f3eaed);
|
|
4
|
+
--_6levse2-1-5-1: var(--dt-colors-border-critical-default, #f1cdcf);
|
|
5
5
|
}
|
|
6
|
-
._6levse5-1-
|
|
7
|
-
--_6levse0-1-
|
|
8
|
-
--_6levse1-1-
|
|
9
|
-
--_6levse2-1-
|
|
6
|
+
._6levse5-1-5-1 {
|
|
7
|
+
--_6levse0-1-5-1: var(--dt-colors-text-neutral-default, #2b2a58);
|
|
8
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-neutral-default, #ebebf2);
|
|
9
|
+
--_6levse2-1-5-1: var(--dt-colors-border-neutral-default, #d2d3e1);
|
|
10
10
|
}
|
|
11
|
-
._6levse6-1-
|
|
12
|
-
--_6levse0-1-
|
|
13
|
-
--_6levse1-1-
|
|
14
|
-
--_6levse2-1-
|
|
11
|
+
._6levse6-1-5-1 {
|
|
12
|
+
--_6levse0-1-5-1: var(--dt-colors-text-primary-default, #454cc9);
|
|
13
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-primary-default, #e9ebf6);
|
|
14
|
+
--_6levse2-1-5-1: var(--dt-colors-border-primary-default, #ccd3f3);
|
|
15
15
|
}
|
|
16
|
-
._6levse7-1-
|
|
17
|
-
--_6levse0-1-
|
|
18
|
-
--_6levse1-1-
|
|
19
|
-
--_6levse2-1-
|
|
16
|
+
._6levse7-1-5-1 {
|
|
17
|
+
--_6levse0-1-5-1: var(--dt-colors-text-success-default, #2c6360);
|
|
18
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-success-default, #e9ecef);
|
|
19
|
+
--_6levse2-1-5-1: var(--dt-colors-border-success-default, #cad6d7);
|
|
20
20
|
}
|
|
21
|
-
._6levse8-1-
|
|
22
|
-
--_6levse0-1-
|
|
23
|
-
--_6levse1-1-
|
|
24
|
-
--_6levse2-1-
|
|
21
|
+
._6levse8-1-5-1 {
|
|
22
|
+
--_6levse0-1-5-1: var(--dt-colors-text-warning-default, #805100);
|
|
23
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-warning-default, #f3efef);
|
|
24
|
+
--_6levse2-1-5-1: var(--dt-colors-border-warning-default, #f4e5d5);
|
|
25
25
|
}
|
|
26
|
-
._6levse9-1-
|
|
27
|
-
--_6levse1-1-
|
|
26
|
+
._6levse9-1-5-1 {
|
|
27
|
+
--_6levse1-1-5-1: transparent;
|
|
28
28
|
background-color: unset;
|
|
29
29
|
}
|
|
30
|
-
._6levsed-1-
|
|
31
|
-
--_6levse0-1-
|
|
32
|
-
--_6levse1-1-
|
|
30
|
+
._6levsed-1-5-1 {
|
|
31
|
+
--_6levse0-1-5-1: var(--dt-colors-text-primary-on-accent-default, #f4f4fb);
|
|
32
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-primary-accent, #474ecf);
|
|
33
33
|
}
|
|
34
|
-
._6levsee-1-
|
|
35
|
-
--_6levse0-1-
|
|
36
|
-
--_6levse1-1-
|
|
34
|
+
._6levsee-1-5-1 {
|
|
35
|
+
--_6levse0-1-5-1: var(--dt-colors-text-success-on-accent-default, #f1f4f4);
|
|
36
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-success-accent, #2f6863);
|
|
37
37
|
}
|
|
38
|
-
._6levsef-1-
|
|
39
|
-
--_6levse0-1-
|
|
40
|
-
--_6levse1-1-
|
|
38
|
+
._6levsef-1-5-1 {
|
|
39
|
+
--_6levse0-1-5-1: var(--dt-colors-text-warning-on-accent-default, #272025);
|
|
40
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-warning-accent, #eca440);
|
|
41
41
|
}
|
|
42
|
-
._6levseg-1-
|
|
43
|
-
--_6levse0-1-
|
|
44
|
-
--_6levse1-1-
|
|
42
|
+
._6levseg-1-5-1 {
|
|
43
|
+
--_6levse0-1-5-1: var(--dt-colors-text-critical-on-accent-default, #f9f1f3);
|
|
44
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-critical-accent, #c4233b);
|
|
45
45
|
}
|
|
46
|
-
._6levseh-1-
|
|
47
|
-
--_6levse0-1-
|
|
48
|
-
--_6levse1-1-
|
|
46
|
+
._6levseh-1-5-1 {
|
|
47
|
+
--_6levse0-1-5-1: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
48
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-neutral-accent, #5a5b8c);
|
|
49
49
|
}
|
|
50
|
-
._6levsei-1-
|
|
51
|
-
--_6levse1-1-
|
|
50
|
+
._6levsei-1-5-1 {
|
|
51
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-primary-emphasized, #dfe3f5);
|
|
52
52
|
}
|
|
53
|
-
._6levsej-1-
|
|
54
|
-
--_6levse1-1-
|
|
53
|
+
._6levsej-1-5-1 {
|
|
54
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-success-emphasized, #dfe4e7);
|
|
55
55
|
}
|
|
56
|
-
._6levsek-1-
|
|
57
|
-
--_6levse1-1-
|
|
56
|
+
._6levsek-1-5-1 {
|
|
57
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-warning-emphasized, #f4ece6);
|
|
58
58
|
}
|
|
59
|
-
._6levsel-1-
|
|
60
|
-
--_6levse1-1-
|
|
59
|
+
._6levsel-1-5-1 {
|
|
60
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-critical-emphasized, #f3e0e3);
|
|
61
61
|
}
|
|
62
|
-
._6levsem-1-
|
|
63
|
-
--_6levse1-1-
|
|
62
|
+
._6levsem-1-5-1 {
|
|
63
|
+
--_6levse1-1-5-1: var(--dt-colors-background-container-neutral-emphasized, #e2e3ec);
|
|
64
64
|
}
|
package/styles/container.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(container_css_exports, {
|
|
|
23
24
|
module.exports = __toCommonJS(container_css_exports);
|
|
24
25
|
var import_container_css_ts_vanilla = require("./container.css");
|
|
25
26
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
26
|
-
var containerColorVars = { text: "var(--_6levse0-1-
|
|
27
|
-
var containerColorsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_6levse3-1-
|
|
27
|
+
var containerColorVars = { text: "var(--_6levse0-1-5-1)", background: "var(--_6levse1-1-5-1)", borderColor: "var(--_6levse2-1-5-1)" };
|
|
28
|
+
var containerColorsCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_6levse3-1-5-1", variantClassNames: { color: { critical: "_6levse4-1-5-1", neutral: "_6levse5-1-5-1", primary: "_6levse6-1-5-1", success: "_6levse7-1-5-1", warning: "_6levse8-1-5-1" }, variant: { minimal: "_6levse9-1-5-1", "default": "_6levsea-1-5-1", emphasized: "_6levseb-1-5-1", accent: "_6levsec-1-5-1" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", variant: "accent" }, "_6levsed-1-5-1"], [{ color: "success", variant: "accent" }, "_6levsee-1-5-1"], [{ color: "warning", variant: "accent" }, "_6levsef-1-5-1"], [{ color: "critical", variant: "accent" }, "_6levseg-1-5-1"], [{ color: "neutral", variant: "accent" }, "_6levseh-1-5-1"], [{ color: "primary", variant: "emphasized" }, "_6levsei-1-5-1"], [{ color: "success", variant: "emphasized" }, "_6levsej-1-5-1"], [{ color: "warning", variant: "emphasized" }, "_6levsek-1-5-1"], [{ color: "critical", variant: "emphasized" }, "_6levsel-1-5-1"], [{ color: "neutral", variant: "emphasized" }, "_6levsem-1-5-1"]] });
|
package/styles/ellipsis.css
CHANGED
package/styles/ellipsis.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;
|
|
@@ -21,4 +22,4 @@ __export(ellipsis_css_exports, {
|
|
|
21
22
|
});
|
|
22
23
|
module.exports = __toCommonJS(ellipsis_css_exports);
|
|
23
24
|
var import_ellipsis_css_ts_vanilla = require("./ellipsis.css");
|
|
24
|
-
var ellipsisCSS = "_oqqp1n0-1-
|
|
25
|
+
var ellipsisCSS = "_oqqp1n0-1-5-1";
|
package/styles/extract-util.js
CHANGED