@dynatrace/strato-components 1.14.0 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/buttons/button/Button.css +16 -16
- package/buttons/button/Button.js +10 -10
- package/buttons/button/Button.sty.d.ts +4 -4
- package/buttons/button/Button.sty.js +8 -8
- package/buttons/button/Label.js +1 -1
- package/buttons/intent-button/IntentButton.d.ts +1 -0
- package/content/progress/ProgressBar.css +71 -71
- package/content/progress/ProgressBar.sty.js +5 -5
- package/content/progress/ProgressBarIcon.css +2 -2
- package/content/progress/ProgressBarIcon.sty.js +1 -1
- package/content/progress/ProgressBarLabel.css +3 -3
- package/content/progress/ProgressBarLabel.js +3 -3
- package/content/progress/ProgressBarLabel.sty.d.ts +1 -1
- package/content/progress/ProgressBarLabel.sty.js +2 -2
- package/content/progress/ProgressBarValue.css +5 -5
- package/content/progress/ProgressBarValue.js +2 -2
- package/content/progress/ProgressBarValue.sty.d.ts +1 -1
- package/content/progress/ProgressBarValue.sty.js +2 -2
- package/content/progress/ProgressCircle.css +40 -40
- package/content/progress/ProgressCircle.js +1 -1
- package/content/progress/ProgressCircle.sty.d.ts +13 -7
- package/content/progress/ProgressCircle.sty.js +5 -5
- package/content/skeleton/Skeleton.css +7 -7
- package/content/skeleton/Skeleton.js +2 -2
- package/content/skeleton/Skeleton.sty.js +5 -5
- package/content/skeleton/SkeletonText.js +3 -3
- package/core/styles/focusRing.css +66 -66
- package/core/styles/focusRing.sty.d.ts +34 -10
- package/core/styles/focusRing.sty.js +2 -2
- package/core/utils/colorUtils.css +60 -60
- package/core/utils/colorUtils.sty.d.ts +15 -5
- package/core/utils/colorUtils.sty.js +2 -2
- package/core/utils/is-node-environment.d.ts +15 -0
- package/core/utils/is-node-environment.js +34 -0
- package/core/utils/logging.d.ts +8 -0
- package/core/utils/logging.js +33 -0
- package/esm/buttons/button/Button.css +16 -16
- package/esm/buttons/button/Button.js +11 -11
- package/esm/buttons/button/Button.js.map +2 -2
- package/esm/buttons/button/Button.sty.js +8 -8
- package/esm/buttons/button/Button.sty.js.map +2 -2
- package/esm/buttons/button/Label.js +2 -2
- package/esm/buttons/button/Label.js.map +2 -2
- package/esm/buttons/index.js.map +2 -2
- package/esm/buttons/intent-button/IntentButton.js.map +2 -2
- package/esm/content/progress/ProgressBar.css +71 -71
- package/esm/content/progress/ProgressBar.sty.js +5 -5
- package/esm/content/progress/ProgressBar.sty.js.map +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.js +6 -6
- package/esm/content/progress/ProgressBarLabel.js.map +2 -2
- package/esm/content/progress/ProgressBarLabel.sty.js +2 -2
- package/esm/content/progress/ProgressBarLabel.sty.js.map +2 -2
- package/esm/content/progress/ProgressBarValue.css +5 -5
- package/esm/content/progress/ProgressBarValue.js +4 -4
- package/esm/content/progress/ProgressBarValue.js.map +2 -2
- package/esm/content/progress/ProgressBarValue.sty.js +2 -2
- package/esm/content/progress/ProgressBarValue.sty.js.map +2 -2
- package/esm/content/progress/ProgressCircle.css +40 -40
- package/esm/content/progress/ProgressCircle.js +2 -2
- package/esm/content/progress/ProgressCircle.js.map +2 -2
- 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 +7 -7
- package/esm/content/skeleton/Skeleton.js +1 -1
- package/esm/content/skeleton/Skeleton.js.map +1 -1
- package/esm/content/skeleton/Skeleton.sty.js +5 -5
- package/esm/content/skeleton/Skeleton.sty.js.map +1 -1
- package/esm/content/skeleton/SkeletonText.js +1 -1
- package/esm/content/skeleton/SkeletonText.js.map +1 -1
- package/esm/core/hooks/useId.js.map +2 -2
- 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/core/utils/is-node-environment.js +15 -0
- package/esm/core/utils/is-node-environment.js.map +7 -0
- package/esm/core/utils/logging.js +14 -0
- package/esm/core/utils/logging.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 +1 -1
- package/esm/layouts/surface/Surface.css +39 -39
- package/esm/layouts/surface/Surface.js +4 -4
- package/esm/layouts/surface/Surface.js.map +2 -2
- 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 +3 -3
- 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 +1 -1
- package/esm/styles/ellipsis.css +1 -1
- package/esm/styles/ellipsis.sty.js +2 -2
- package/esm/styles/ellipsis.sty.js.map +2 -2
- package/esm/styles/field.css +153 -153
- package/esm/styles/field.sty.js +3 -3
- package/esm/styles/field.sty.js.map +2 -2
- package/esm/styles/index.js +2 -2
- 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 +1 -1
- package/esm/styles/textStyle.css +8 -8
- package/esm/styles/textStyle.sty.js +2 -2
- 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 -8
- package/esm/typography/external-link/ExternalLink.js +1 -1
- package/esm/typography/external-link/ExternalLink.js.map +2 -2
- package/esm/typography/external-link/ExternalLink.sty.js +1 -1
- package/esm/typography/external-link/ExternalLink.sty.js.map +1 -1
- package/esm/typography/heading/Heading.css +7 -7
- package/esm/typography/heading/Heading.sty.js +1 -1
- package/esm/typography/heading/Heading.sty.js.map +1 -1
- package/esm/typography/highlight/Highlight.css +5 -6
- package/esm/typography/highlight/Highlight.js +45 -138
- package/esm/typography/highlight/Highlight.js.map +3 -3
- package/esm/typography/highlight/Highlight.sty.js +2 -4
- package/esm/typography/highlight/Highlight.sty.js.map +2 -2
- package/esm/typography/highlight/utils/create-ranged-highlights.js +51 -0
- package/esm/typography/highlight/utils/create-ranged-highlights.js.map +7 -0
- package/esm/typography/highlight/utils/get-or-create-shared-highlight.js +25 -0
- package/esm/typography/highlight/utils/get-or-create-shared-highlight.js.map +7 -0
- package/esm/typography/link/Link.css +3 -3
- package/esm/typography/link/Link.sty.js +1 -1
- package/esm/typography/link/Link.sty.js.map +1 -1
- package/esm/typography/list/List.css +4 -4
- package/esm/typography/list/List.sty.js +2 -2
- package/esm/typography/list/List.sty.js.map +1 -1
- package/esm/typography/paragraph/Paragraph.css +3 -3
- package/esm/typography/paragraph/Paragraph.js +3 -7
- package/esm/typography/paragraph/Paragraph.js.map +2 -2
- package/esm/typography/paragraph/Paragraph.sty.js +2 -2
- 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.js +5 -5
- package/esm/typography/text/Text.js.map +2 -2
- package/esm/typography/text/Text.sty.js +2 -2
- package/esm/typography/text/Text.sty.js.map +2 -2
- package/esm/typography/text-ellipsis/TextEllipsis.css +6 -6
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js.map +1 -1
- package/esm/typography/utils.js +17 -9
- package/esm/typography/utils.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/surface/Surface.css +39 -39
- package/layouts/surface/Surface.js +2 -2
- package/layouts/surface/Surface.sty.d.ts +19 -6
- package/layouts/surface/Surface.sty.js +2 -2
- package/layouts/surface/variables.sty.js +1 -1
- package/package.json +3 -3
- package/styles/colorUtils.css +60 -60
- package/styles/colorUtils.sty.d.ts +16 -6
- package/styles/colorUtils.sty.js +3 -3
- package/styles/container.css +47 -47
- package/styles/container.sty.d.ts +16 -6
- package/styles/container.sty.js +2 -2
- package/styles/ellipsis.css +1 -1
- package/styles/ellipsis.sty.d.ts +1 -1
- package/styles/ellipsis.sty.js +2 -2
- package/styles/field.css +153 -153
- package/styles/field.sty.d.ts +25 -18
- package/styles/field.sty.js +3 -3
- package/styles/index.d.ts +1 -1
- package/styles/index.js +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.d.ts +1 -1
- package/styles/textStyle.sty.js +2 -2
- 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 -8
- package/typography/external-link/ExternalLink.js +1 -1
- package/typography/external-link/ExternalLink.sty.js +1 -1
- package/typography/heading/Heading.css +7 -7
- package/typography/heading/Heading.sty.js +1 -1
- package/typography/highlight/Highlight.css +5 -6
- package/typography/highlight/Highlight.d.ts +1 -1
- package/typography/highlight/Highlight.js +43 -127
- package/typography/highlight/Highlight.sty.d.ts +1 -2
- package/typography/highlight/Highlight.sty.js +2 -4
- package/typography/highlight/utils/create-ranged-highlights.d.ts +10 -0
- package/typography/highlight/utils/create-ranged-highlights.js +70 -0
- package/typography/highlight/utils/get-or-create-shared-highlight.d.ts +7 -0
- package/typography/highlight/utils/get-or-create-shared-highlight.js +44 -0
- package/typography/link/Link.css +3 -3
- package/typography/link/Link.sty.js +1 -1
- package/typography/list/List.css +4 -4
- package/typography/list/List.sty.js +2 -2
- package/typography/paragraph/Paragraph.css +3 -3
- package/typography/paragraph/Paragraph.js +1 -5
- package/typography/paragraph/Paragraph.sty.d.ts +1 -1
- package/typography/paragraph/Paragraph.sty.js +2 -2
- 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.js +3 -3
- package/typography/text/Text.sty.d.ts +1 -1
- package/typography/text/Text.sty.js +2 -2
- package/typography/text-ellipsis/TextEllipsis.css +6 -6
- package/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
- package/typography/utils.js +17 -9
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
._10kgnsa0-1-
|
|
1
|
+
._10kgnsa0-1-16-0 {
|
|
2
2
|
font-family: var(--dt-typography-text-base-default-family, DynatraceFlow,Roboto,Helvetica,sans-serif);
|
|
3
3
|
font-weight: var(--dt-typography-text-base-emphasized-weight, 500);
|
|
4
4
|
font-size: var(--dt-typography-text-base-default-size, 14px);
|
|
5
5
|
line-height: var(--dt-typography-text-base-default-line-height, 1.4285714286);
|
|
6
6
|
text-decoration: var(--dt-typography-text-base-default-text-decoration, none);
|
|
7
7
|
text-transform: none;
|
|
8
|
-
background: var(--_bx32h3-1-
|
|
9
|
-
color: var(--_bx32h0-1-
|
|
8
|
+
background: var(--_bx32h3-1-16-0);
|
|
9
|
+
color: var(--_bx32h0-1-16-0);
|
|
10
10
|
display: inline-flex;
|
|
11
11
|
position: relative;
|
|
12
12
|
align-items: center;
|
|
@@ -23,42 +23,42 @@
|
|
|
23
23
|
transition-duration: var(--dt-animations-hover-duration-base, 150ms);
|
|
24
24
|
transition-property: color, background-color, transform;
|
|
25
25
|
}
|
|
26
|
-
._10kgnsa1-1-
|
|
26
|
+
._10kgnsa1-1-16-0 {
|
|
27
27
|
text-align: start;
|
|
28
28
|
justify-content: space-between;
|
|
29
29
|
}
|
|
30
|
-
._10kgnsa2-1-
|
|
30
|
+
._10kgnsa2-1-16-0 {
|
|
31
31
|
text-align: center;
|
|
32
32
|
justify-content: center;
|
|
33
33
|
}
|
|
34
|
-
._10kgnsa3-1-
|
|
34
|
+
._10kgnsa3-1-16-0 {
|
|
35
35
|
padding-top: var(--dt-spacings-size-2, 2px);
|
|
36
36
|
padding-bottom: var(--dt-spacings-size-2, 2px);
|
|
37
37
|
padding-left: var(--dt-spacings-size-4, 4px);
|
|
38
38
|
padding-right: var(--dt-spacings-size-4, 4px);
|
|
39
39
|
gap: var(--dt-spacings-size-2, 2px);
|
|
40
40
|
}
|
|
41
|
-
._10kgnsa4-1-
|
|
41
|
+
._10kgnsa4-1-16-0 {
|
|
42
42
|
padding-top: var(--dt-spacings-size-6, 6px);
|
|
43
43
|
padding-bottom: var(--dt-spacings-size-6, 6px);
|
|
44
44
|
padding-left: var(--dt-spacings-size-8, 8px);
|
|
45
45
|
padding-right: var(--dt-spacings-size-8, 8px);
|
|
46
46
|
gap: var(--dt-spacings-size-4, 4px);
|
|
47
47
|
}
|
|
48
|
-
._10kgnsa5-1-
|
|
48
|
+
._10kgnsa5-1-16-0 {
|
|
49
49
|
cursor: not-allowed;
|
|
50
50
|
}
|
|
51
|
-
._10kgnsa6-1-
|
|
51
|
+
._10kgnsa6-1-16-0 {
|
|
52
52
|
cursor: not-allowed;
|
|
53
|
-
background: var(--_bx32h2-1-
|
|
53
|
+
background: var(--_bx32h2-1-16-0);
|
|
54
54
|
}
|
|
55
|
-
._10kgnsa7-1-
|
|
55
|
+
._10kgnsa7-1-16-0 {
|
|
56
56
|
width: 100%;
|
|
57
57
|
}
|
|
58
|
-
._10kgnsa8-1-
|
|
58
|
+
._10kgnsa8-1-16-0 {
|
|
59
59
|
width: fit-content;
|
|
60
60
|
}
|
|
61
|
-
._10kgnsa9-1-
|
|
61
|
+
._10kgnsa9-1-16-0 {
|
|
62
62
|
position: absolute;
|
|
63
63
|
top: 0;
|
|
64
64
|
left: 0;
|
|
@@ -70,19 +70,19 @@
|
|
|
70
70
|
align-items: center;
|
|
71
71
|
z-index: 1;
|
|
72
72
|
}
|
|
73
|
-
._10kgnsa3-1-
|
|
73
|
+
._10kgnsa3-1-16-0 ._10kgnsaa-1-16-0:not(:has(svg:only-child)) {
|
|
74
74
|
padding-top: 0;
|
|
75
75
|
padding-bottom: 0;
|
|
76
76
|
padding-left: 2px;
|
|
77
77
|
padding-right: 2px;
|
|
78
78
|
}
|
|
79
|
-
._10kgnsa4-1-
|
|
79
|
+
._10kgnsa4-1-16-0 ._10kgnsaa-1-16-0:not(:has(svg:only-child)) {
|
|
80
80
|
padding-top: 0;
|
|
81
81
|
padding-bottom: 0;
|
|
82
82
|
padding-left: 4px;
|
|
83
83
|
padding-right: 4px;
|
|
84
84
|
}
|
|
85
|
-
._10kgnsac-1-
|
|
85
|
+
._10kgnsac-1-16-0 {
|
|
86
86
|
display: inline-flex;
|
|
87
87
|
min-width: 0;
|
|
88
88
|
max-width: 100%;
|
package/buttons/button/Button.js
CHANGED
|
@@ -37,7 +37,7 @@ var import_clsx = __toESM(require("clsx"));
|
|
|
37
37
|
var import_react = require("react");
|
|
38
38
|
var import_react_intl = require("react-intl");
|
|
39
39
|
var import_react_is = require("react-is");
|
|
40
|
-
var
|
|
40
|
+
var styles = __toESM(require("./Button.sty.js"));
|
|
41
41
|
var import_Label = require("./Label.js");
|
|
42
42
|
var import_Prefix = require("./Prefix.js");
|
|
43
43
|
var import_Suffix = require("./Suffix.js");
|
|
@@ -176,8 +176,8 @@ const _Button = /* @__PURE__ */ (0, import_react.forwardRef)(
|
|
|
176
176
|
className: (0, import_clsx.default)(
|
|
177
177
|
consumerClassName,
|
|
178
178
|
"strato-inputgroup",
|
|
179
|
-
(0, import_field_css.
|
|
180
|
-
|
|
179
|
+
(0, import_field_css.fieldColors)({ variant, color, disabled: disabledOrLoading }),
|
|
180
|
+
styles.button({
|
|
181
181
|
disabled: disabledOrLoading,
|
|
182
182
|
textAlign,
|
|
183
183
|
size,
|
|
@@ -185,8 +185,8 @@ const _Button = /* @__PURE__ */ (0, import_react.forwardRef)(
|
|
|
185
185
|
}),
|
|
186
186
|
focusClassName,
|
|
187
187
|
{
|
|
188
|
-
[`${
|
|
189
|
-
[`${
|
|
188
|
+
[`${styles.widths.content}`]: width === "content",
|
|
189
|
+
[`${styles.widths.full}`]: width === "full"
|
|
190
190
|
}
|
|
191
191
|
),
|
|
192
192
|
style: {
|
|
@@ -201,20 +201,20 @@ const _Button = /* @__PURE__ */ (0, import_react.forwardRef)(
|
|
|
201
201
|
className: (0, import_clsx.default)(
|
|
202
202
|
consumerClassName,
|
|
203
203
|
"strato-inputgroup",
|
|
204
|
-
(0, import_field_css.
|
|
204
|
+
(0, import_field_css.fieldColors)({
|
|
205
205
|
variant,
|
|
206
206
|
color,
|
|
207
207
|
disabled: disabledOrLoading || ariaDisabled
|
|
208
208
|
}),
|
|
209
|
-
|
|
209
|
+
styles.button({
|
|
210
210
|
disabled: disabledOrLoading || ariaDisabled,
|
|
211
211
|
textAlign,
|
|
212
212
|
size,
|
|
213
213
|
readOnly
|
|
214
214
|
}),
|
|
215
215
|
{
|
|
216
|
-
[`${
|
|
217
|
-
[`${
|
|
216
|
+
[`${styles.widths.content}`]: width === "content",
|
|
217
|
+
[`${styles.widths.full}`]: width === "full"
|
|
218
218
|
},
|
|
219
219
|
focusClassName
|
|
220
220
|
),
|
|
@@ -224,7 +224,7 @@ const _Button = /* @__PURE__ */ (0, import_react.forwardRef)(
|
|
|
224
224
|
},
|
|
225
225
|
...buttonMergedProps,
|
|
226
226
|
children: [
|
|
227
|
-
loading && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className:
|
|
227
|
+
loading && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: styles.loading, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
228
228
|
import_ProgressCircle.ProgressCircle,
|
|
229
229
|
{
|
|
230
230
|
size: "small",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const button: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
2
2
|
textAlign: {
|
|
3
3
|
start: {
|
|
4
4
|
textAlign: "start";
|
|
@@ -37,9 +37,9 @@ export declare const buttonCSS: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
}>;
|
|
40
|
-
export declare const
|
|
41
|
-
export declare const
|
|
42
|
-
export declare const
|
|
40
|
+
export declare const widths: Record<"content" | "full", string>;
|
|
41
|
+
export declare const loading: string;
|
|
42
|
+
export declare const label: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
43
43
|
textual: {
|
|
44
44
|
true: string[];
|
|
45
45
|
false: {
|
|
@@ -18,17 +18,17 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var Button_css_exports = {};
|
|
20
20
|
__export(Button_css_exports, {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
button: () => button,
|
|
22
|
+
label: () => label,
|
|
23
|
+
loading: () => loading,
|
|
24
|
+
widths: () => widths
|
|
25
25
|
});
|
|
26
26
|
module.exports = __toCommonJS(Button_css_exports);
|
|
27
27
|
var import_ellipsis_css_ts_vanilla = require("../../styles/ellipsis.css");
|
|
28
28
|
var import_field_css_ts_vanilla = require("../../styles/field.css");
|
|
29
29
|
var import_Button_css_ts_vanilla = require("./Button.css");
|
|
30
30
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
31
|
-
var
|
|
32
|
-
var
|
|
33
|
-
var
|
|
34
|
-
var
|
|
31
|
+
var button = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_10kgnsa0-1-16-0", variantClassNames: { textAlign: { start: "_10kgnsa1-1-16-0", center: "_10kgnsa2-1-16-0" }, size: { condensed: "_10kgnsa3-1-16-0", "default": "_10kgnsa4-1-16-0" }, disabled: { true: "_10kgnsa5-1-16-0" }, readOnly: { true: "_10kgnsa6-1-16-0" } }, defaultVariants: { size: "default", textAlign: "center", disabled: false }, compoundVariants: [] });
|
|
32
|
+
var label = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_10kgnsaa-1-16-0", variantClassNames: { textual: { true: "_oqqp1n0-1-16-0", false: "_10kgnsac-1-16-0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
33
|
+
var loading = "_10kgnsa9-1-16-0";
|
|
34
|
+
var widths = { full: "_10kgnsa7-1-16-0", content: "_10kgnsa8-1-16-0" };
|
package/buttons/button/Label.js
CHANGED
|
@@ -51,7 +51,7 @@ const Label = /* @__PURE__ */ (0, import_react.forwardRef)((props, forwardedRef)
|
|
|
51
51
|
"data-testid": dataTestId,
|
|
52
52
|
className: (0, import_clsx.default)(
|
|
53
53
|
"strato-button-label",
|
|
54
|
-
(0, import_Button_css.
|
|
54
|
+
(0, import_Button_css.label)({ textual }),
|
|
55
55
|
consumerClassName
|
|
56
56
|
),
|
|
57
57
|
style: consumerStyle,
|
|
@@ -39,6 +39,7 @@ export type IntentButtonProps = IntentButtonPropsBase & ({
|
|
|
39
39
|
* {@link https://developer.dynatrace.com/develop/intents/ | intents}.
|
|
40
40
|
* It takes care of opening the intent dialog. An `IntentButton` only works
|
|
41
41
|
* in the AppShell context.
|
|
42
|
+
* @deprecated Will be removed, use `IntentButton` from preview instead.
|
|
42
43
|
* @public
|
|
43
44
|
*/
|
|
44
45
|
export declare const IntentButton: (props: IntentButtonProps & import("react").RefAttributes<HTMLAnchorElement>) => React.ReactElement | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes _13n9uwh0-1-
|
|
1
|
+
@keyframes _13n9uwh0-1-16-0 {
|
|
2
2
|
0% {
|
|
3
3
|
transform: translateX(-100%) scaleX(0);
|
|
4
4
|
}
|
|
@@ -6,92 +6,92 @@
|
|
|
6
6
|
transform: translateX(100%) scaleX(1.5);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
._13n9uwh5-1-
|
|
10
|
-
color: var(--_13n9uwh1-1-
|
|
11
|
-
}
|
|
12
|
-
._13n9uwhd-1-
|
|
13
|
-
--_13n9uwh1-1-
|
|
14
|
-
--_13n9uwh4-1-
|
|
15
|
-
--_13n9uwh2-1-
|
|
16
|
-
--_13n9uwh3-1-
|
|
17
|
-
}
|
|
18
|
-
._13n9uwhe-1-
|
|
19
|
-
--_13n9uwh1-1-
|
|
20
|
-
--_13n9uwh4-1-
|
|
21
|
-
--_13n9uwh2-1-
|
|
22
|
-
--_13n9uwh3-1-
|
|
23
|
-
}
|
|
24
|
-
._13n9uwhf-1-
|
|
25
|
-
--_13n9uwh1-1-
|
|
26
|
-
--_13n9uwh4-1-
|
|
27
|
-
--_13n9uwh2-1-
|
|
28
|
-
--_13n9uwh3-1-
|
|
29
|
-
}
|
|
30
|
-
._13n9uwhg-1-
|
|
31
|
-
--_13n9uwh1-1-
|
|
32
|
-
--_13n9uwh4-1-
|
|
33
|
-
--_13n9uwh2-1-
|
|
34
|
-
--_13n9uwh3-1-
|
|
35
|
-
}
|
|
36
|
-
._13n9uwhh-1-
|
|
37
|
-
--_13n9uwh1-1-
|
|
38
|
-
--_13n9uwh4-1-
|
|
39
|
-
--_13n9uwh2-1-
|
|
40
|
-
--_13n9uwh3-1-
|
|
9
|
+
._13n9uwh5-1-16-0 {
|
|
10
|
+
color: var(--_13n9uwh1-1-16-0);
|
|
11
|
+
}
|
|
12
|
+
._13n9uwhd-1-16-0 {
|
|
13
|
+
--_13n9uwh1-1-16-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
14
|
+
--_13n9uwh4-1-16-0: var(--dt-colors-text-neutral-subdued, #595a7d);
|
|
15
|
+
--_13n9uwh2-1-16-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
16
|
+
--_13n9uwh3-1-16-0: var(--dt-colors-border-primary-accent, #464cce);
|
|
17
|
+
}
|
|
18
|
+
._13n9uwhe-1-16-0 {
|
|
19
|
+
--_13n9uwh1-1-16-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
20
|
+
--_13n9uwh4-1-16-0: var(--dt-colors-text-neutral-subdued, #595a7d);
|
|
21
|
+
--_13n9uwh2-1-16-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
22
|
+
--_13n9uwh3-1-16-0: var(--dt-colors-border-success-accent, #2d6761);
|
|
23
|
+
}
|
|
24
|
+
._13n9uwhf-1-16-0 {
|
|
25
|
+
--_13n9uwh1-1-16-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
26
|
+
--_13n9uwh4-1-16-0: var(--dt-colors-text-neutral-subdued, #595a7d);
|
|
27
|
+
--_13n9uwh2-1-16-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
28
|
+
--_13n9uwh3-1-16-0: var(--dt-colors-border-warning-accent, #855400);
|
|
29
|
+
}
|
|
30
|
+
._13n9uwhg-1-16-0 {
|
|
31
|
+
--_13n9uwh1-1-16-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
32
|
+
--_13n9uwh4-1-16-0: var(--dt-colors-text-neutral-subdued, #595a7d);
|
|
33
|
+
--_13n9uwh2-1-16-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
34
|
+
--_13n9uwh3-1-16-0: var(--dt-colors-border-critical-accent, #bb0731);
|
|
35
|
+
}
|
|
36
|
+
._13n9uwhh-1-16-0 {
|
|
37
|
+
--_13n9uwh1-1-16-0: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
38
|
+
--_13n9uwh4-1-16-0: var(--dt-colors-text-neutral-subdued, #595a7d);
|
|
39
|
+
--_13n9uwh2-1-16-0: var(--dt-colors-border-neutral-default, #dadbe4);
|
|
40
|
+
--_13n9uwh3-1-16-0: var(--dt-colors-border-neutral-accent, #595a7d);
|
|
41
41
|
color: var(--dt-colors-text-neutral-default, #2f2f4f);
|
|
42
42
|
}
|
|
43
|
-
._13n9uwhi-1-
|
|
44
|
-
--_13n9uwh1-1-
|
|
45
|
-
--_13n9uwh4-1-
|
|
46
|
-
--_13n9uwh2-1-
|
|
47
|
-
--_13n9uwh3-1-
|
|
48
|
-
}
|
|
49
|
-
._13n9uwhj-1-
|
|
50
|
-
--_13n9uwh1-1-
|
|
51
|
-
--_13n9uwh4-1-
|
|
52
|
-
--_13n9uwh2-1-
|
|
53
|
-
--_13n9uwh3-1-
|
|
54
|
-
}
|
|
55
|
-
._13n9uwhk-1-
|
|
56
|
-
--_13n9uwh1-1-
|
|
57
|
-
--_13n9uwh4-1-
|
|
58
|
-
--_13n9uwh2-1-
|
|
59
|
-
--_13n9uwh3-1-
|
|
60
|
-
}
|
|
61
|
-
._13n9uwhl-1-
|
|
62
|
-
--_13n9uwh1-1-
|
|
63
|
-
--_13n9uwh4-1-
|
|
64
|
-
--_13n9uwh2-1-
|
|
65
|
-
--_13n9uwh3-1-
|
|
66
|
-
}
|
|
67
|
-
._13n9uwhm-1-
|
|
68
|
-
--_13n9uwh1-1-
|
|
69
|
-
--_13n9uwh4-1-
|
|
70
|
-
--_13n9uwh2-1-
|
|
71
|
-
--_13n9uwh3-1-
|
|
72
|
-
}
|
|
73
|
-
._13n9uwhn-1-
|
|
43
|
+
._13n9uwhi-1-16-0 {
|
|
44
|
+
--_13n9uwh1-1-16-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
45
|
+
--_13n9uwh4-1-16-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
46
|
+
--_13n9uwh2-1-16-0: var(--dt-colors-border-primary-on-accent-disabled, #f4f4fb33);
|
|
47
|
+
--_13n9uwh3-1-16-0: var(--dt-colors-border-primary-on-accent-default, #f4f4fb);
|
|
48
|
+
}
|
|
49
|
+
._13n9uwhj-1-16-0 {
|
|
50
|
+
--_13n9uwh1-1-16-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
51
|
+
--_13n9uwh4-1-16-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
52
|
+
--_13n9uwh2-1-16-0: var(--dt-colors-border-success-on-accent-disabled, #f1f4f433);
|
|
53
|
+
--_13n9uwh3-1-16-0: var(--dt-colors-border-success-on-accent-default, #f1f4f4);
|
|
54
|
+
}
|
|
55
|
+
._13n9uwhk-1-16-0 {
|
|
56
|
+
--_13n9uwh1-1-16-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
57
|
+
--_13n9uwh4-1-16-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
58
|
+
--_13n9uwh2-1-16-0: var(--dt-colors-border-warning-on-accent-disabled, #27202433);
|
|
59
|
+
--_13n9uwh3-1-16-0: var(--dt-colors-border-warning-on-accent-default, #272024);
|
|
60
|
+
}
|
|
61
|
+
._13n9uwhl-1-16-0 {
|
|
62
|
+
--_13n9uwh1-1-16-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
63
|
+
--_13n9uwh4-1-16-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
64
|
+
--_13n9uwh2-1-16-0: var(--dt-colors-border-critical-on-accent-disabled, #f9f1f333);
|
|
65
|
+
--_13n9uwh3-1-16-0: var(--dt-colors-border-critical-on-accent-default, #f9f1f3);
|
|
66
|
+
}
|
|
67
|
+
._13n9uwhm-1-16-0 {
|
|
68
|
+
--_13n9uwh1-1-16-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
69
|
+
--_13n9uwh4-1-16-0: var(--dt-colors-text-neutral-on-accent-default, #f3f3f6);
|
|
70
|
+
--_13n9uwh2-1-16-0: var(--dt-colors-border-neutral-on-accent-disabled, #f3f3f633);
|
|
71
|
+
--_13n9uwh3-1-16-0: var(--dt-colors-border-neutral-on-accent-default, #f3f3f6);
|
|
72
|
+
}
|
|
73
|
+
._13n9uwhn-1-16-0 {
|
|
74
74
|
width: 100%;
|
|
75
75
|
border-radius: var(--dt-borders-radius-container-subdued, 6px);
|
|
76
76
|
overflow: hidden;
|
|
77
77
|
position: relative;
|
|
78
|
-
background: var(--_13n9uwh2-1-
|
|
78
|
+
background: var(--_13n9uwh2-1-16-0);
|
|
79
79
|
}
|
|
80
|
-
._13n9uwho-1-
|
|
80
|
+
._13n9uwho-1-16-0 {
|
|
81
81
|
height: 6px;
|
|
82
82
|
}
|
|
83
|
-
._13n9uwhp-1-
|
|
83
|
+
._13n9uwhp-1-16-0 {
|
|
84
84
|
height: 8px;
|
|
85
85
|
}
|
|
86
|
-
._13n9uwhq-1-
|
|
86
|
+
._13n9uwhq-1-16-0 {
|
|
87
87
|
height: 100%;
|
|
88
88
|
transition-duration: var(--dt-timings-fast-default, 170ms);
|
|
89
89
|
transition-timing-function: var(--dt-easings-fast-in-slow-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
90
|
-
background-color: var(--_13n9uwh3-1-
|
|
90
|
+
background-color: var(--_13n9uwh3-1-16-0);
|
|
91
91
|
}
|
|
92
|
-
._13n9uwhr-1-
|
|
92
|
+
._13n9uwhr-1-16-0 {
|
|
93
93
|
width: 100%;
|
|
94
|
-
animation-name: _13n9uwh0-1-
|
|
94
|
+
animation-name: _13n9uwh0-1-16-0;
|
|
95
95
|
animation-duration: var(--dt-timings-slowest-gentle, 1500ms);
|
|
96
96
|
animation-timing-function: var(--dt-easings-fast-in-slow-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
97
97
|
animation-iteration-count: infinite;
|
|
@@ -27,8 +27,8 @@ __export(ProgressBar_css_exports, {
|
|
|
27
27
|
module.exports = __toCommonJS(ProgressBar_css_exports);
|
|
28
28
|
var import_ProgressBar_css_ts_vanilla = require("./ProgressBar.css");
|
|
29
29
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
30
|
-
var progressBarFillCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwhq-1-
|
|
31
|
-
var progressCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwhn-1-
|
|
32
|
-
var progressIndicatorColorVar = "var(--_13n9uwh3-1-
|
|
33
|
-
var progressRoot = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwh5-1-
|
|
34
|
-
var progressValueColorVar = "var(--_13n9uwh4-1-
|
|
30
|
+
var progressBarFillCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwhq-1-16-0", variantClassNames: { indeterminate: { true: "_13n9uwhr-1-16-0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
31
|
+
var progressCSS = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwhn-1-16-0", variantClassNames: { size: { condensed: "_13n9uwho-1-16-0", "default": "_13n9uwhp-1-16-0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
32
|
+
var progressIndicatorColorVar = "var(--_13n9uwh3-1-16-0)";
|
|
33
|
+
var progressRoot = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_13n9uwh5-1-16-0", variantClassNames: { color: { primary: "_13n9uwh6-1-16-0", success: "_13n9uwh7-1-16-0", warning: "_13n9uwh8-1-16-0", critical: "_13n9uwh9-1-16-0", neutral: "_13n9uwha-1-16-0" }, onAccent: { true: "_13n9uwhb-1-16-0", false: "_13n9uwhc-1-16-0" } }, defaultVariants: {}, compoundVariants: [[{ color: "primary", onAccent: false }, "_13n9uwhd-1-16-0"], [{ color: "success", onAccent: false }, "_13n9uwhe-1-16-0"], [{ color: "warning", onAccent: false }, "_13n9uwhf-1-16-0"], [{ color: "critical", onAccent: false }, "_13n9uwhg-1-16-0"], [{ color: "neutral", onAccent: false }, "_13n9uwhh-1-16-0"], [{ color: "primary", onAccent: true }, "_13n9uwhi-1-16-0"], [{ color: "success", onAccent: true }, "_13n9uwhj-1-16-0"], [{ color: "warning", onAccent: true }, "_13n9uwhk-1-16-0"], [{ color: "critical", onAccent: true }, "_13n9uwhl-1-16-0"], [{ color: "neutral", onAccent: true }, "_13n9uwhm-1-16-0"]] });
|
|
34
|
+
var progressValueColorVar = "var(--_13n9uwh4-1-16-0)";
|
|
@@ -23,4 +23,4 @@ __export(ProgressBarIcon_css_exports, {
|
|
|
23
23
|
module.exports = __toCommonJS(ProgressBarIcon_css_exports);
|
|
24
24
|
var import_ProgressBar_css_ts_vanilla = require("./ProgressBar.css");
|
|
25
25
|
var import_ProgressBarIcon_css_ts_vanilla = require("./ProgressBarIcon.css");
|
|
26
|
-
var progressBarIconContainerCSS = "_szm9t40-1-
|
|
26
|
+
var progressBarIconContainerCSS = "_szm9t40-1-16-0";
|
|
@@ -57,11 +57,11 @@ const ProgressBarLabel = (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
|
57
57
|
htmlFor: id,
|
|
58
58
|
className: (0, import_clsx.default)(
|
|
59
59
|
{
|
|
60
|
-
[import_ellipsis_css.
|
|
60
|
+
[import_ellipsis_css.ellipsis]: density === "condensed" && childIsText
|
|
61
61
|
},
|
|
62
62
|
consumerClassName,
|
|
63
|
-
(0, import_ProgressBarLabel_css.
|
|
64
|
-
(0, import_textStyle_css.
|
|
63
|
+
(0, import_ProgressBarLabel_css.label)({ size: density, childIsText }),
|
|
64
|
+
(0, import_textStyle_css.textStyle)({ textStyle: "base" })
|
|
65
65
|
),
|
|
66
66
|
style: consumerStyle,
|
|
67
67
|
...remainingProps,
|
|
@@ -18,9 +18,9 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var ProgressBarLabel_css_exports = {};
|
|
20
20
|
__export(ProgressBarLabel_css_exports, {
|
|
21
|
-
|
|
21
|
+
label: () => label
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(ProgressBarLabel_css_exports);
|
|
24
24
|
var import_ProgressBarLabel_css_ts_vanilla = require("./ProgressBarLabel.css");
|
|
25
25
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
26
|
-
var
|
|
26
|
+
var label = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_1ceb8vp0-1-16-0", variantClassNames: { size: { condensed: "_1ceb8vp1-1-16-0", "default": "_1ceb8vp2-1-16-0" }, childIsText: { false: "_1ceb8vp3-1-16-0" } }, defaultVariants: {}, compoundVariants: [] });
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
._1ri4i7o0-1-
|
|
2
|
-
color: var(--_13n9uwh4-1-
|
|
1
|
+
._1ri4i7o0-1-16-0 {
|
|
2
|
+
color: var(--_13n9uwh4-1-16-0);
|
|
3
3
|
}
|
|
4
|
-
._1ri4i7o2-1-
|
|
4
|
+
._1ri4i7o2-1-16-0 {
|
|
5
5
|
word-break: break-word;
|
|
6
6
|
}
|
|
7
|
-
._1ri4i7o4-1-
|
|
7
|
+
._1ri4i7o4-1-16-0 {
|
|
8
8
|
word-break: break-word;
|
|
9
9
|
}
|
|
10
|
-
._1ri4i7o5-1-
|
|
10
|
+
._1ri4i7o5-1-16-0 {
|
|
11
11
|
margin-left: auto;
|
|
12
12
|
align-self: center;
|
|
13
13
|
}
|
|
@@ -62,8 +62,8 @@ const ProgressBarValue = (0, import_react.forwardRef)((props, forwardedRef) => {
|
|
|
62
62
|
ref: forwardedRef,
|
|
63
63
|
className: (0, import_clsx.default)(
|
|
64
64
|
consumerClassName,
|
|
65
|
-
(0, import_ProgressBarValue_css.
|
|
66
|
-
(0, import_textStyle_css.
|
|
65
|
+
(0, import_ProgressBarValue_css.value)({ size: density, childIsText }),
|
|
66
|
+
(0, import_textStyle_css.textStyle)({ textStyle: "small" })
|
|
67
67
|
),
|
|
68
68
|
style: consumerStyle,
|
|
69
69
|
...remainingProps,
|
|
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var ProgressBarValue_css_exports = {};
|
|
20
20
|
__export(ProgressBarValue_css_exports, {
|
|
21
|
-
|
|
21
|
+
value: () => value
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(ProgressBarValue_css_exports);
|
|
24
24
|
var import_ProgressBar_css_ts_vanilla = require("./ProgressBar.css");
|
|
25
25
|
var import_ellipsis_css_ts_vanilla = require("../../styles/ellipsis.css");
|
|
26
26
|
var import_ProgressBarValue_css_ts_vanilla = require("./ProgressBarValue.css");
|
|
27
27
|
var import_createRuntimeFn = require("@vanilla-extract/recipes/createRuntimeFn");
|
|
28
|
-
var
|
|
28
|
+
var value = (0, import_createRuntimeFn.createRuntimeFn)({ defaultClassName: "_1ri4i7o0-1-16-0", variantClassNames: { size: { condensed: "_1ri4i7o1-1-16-0", "default": "_1ri4i7o2-1-16-0" }, childIsText: { true: "_1ri4i7o3-1-16-0", false: "_1ri4i7o4-1-16-0" } }, defaultVariants: {}, compoundVariants: [[{ size: "condensed", childIsText: true }, "_1ri4i7o5-1-16-0 _oqqp1n0-1-16-0"]] });
|