@telia/teddy 0.0.17 → 0.0.19
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/README.md +0 -3
- package/dist/assets/{4bbd022cee9b0f06.svg → 5636ec8e4de58d64.svg} +3 -0
- package/dist/components/accordion/accordion.d.ts +2 -2
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/badge/badge.js +1 -1
- package/dist/components/box/box.d.ts +1 -1
- package/dist/components/box/box.js +1 -1
- package/dist/components/button/button.d.ts +1 -1
- package/dist/components/button/button.js +1 -1
- package/dist/components/card/card.d.ts +10 -9
- package/dist/components/card/card.js +37 -39
- package/dist/components/chip/chip-indicator.d.ts +9 -0
- package/dist/components/chip/chip-indicator.js +16 -0
- package/dist/components/chip/chip-item.d.ts +9 -0
- package/dist/components/chip/chip-item.js +28 -0
- package/dist/components/chip/chip.d.ts +20 -0
- package/dist/components/chip/chip.js +31 -0
- package/dist/components/chip/index.d.ts +17 -0
- package/dist/components/chip/index.js +10 -0
- package/dist/components/field-error-text/field-error-text.d.ts +2 -2
- package/dist/components/field-error-text/field-error-text.js +1 -1
- package/dist/components/flex/flex.d.ts +1 -1
- package/dist/components/flex/flex.js +1 -1
- package/dist/components/grid/grid.d.ts +1 -1
- package/dist/components/grid/grid.js +1 -1
- package/dist/components/heading/heading.d.ts +1 -1
- package/dist/components/heading/heading.js +1 -1
- package/dist/components/icon/icon.js +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +3 -1
- package/dist/components/input/input.js +1 -1
- package/dist/components/modal/modal.d.ts +3 -3
- package/dist/components/modal/modal.js +2 -1
- package/dist/components/navigation-menu/navigation-menu.d.ts +1 -1
- package/dist/components/notification/notification.d.ts +21 -18
- package/dist/components/notification/notification.js +1 -1
- package/dist/components/radio-group/radio-group.d.ts +1 -1
- package/dist/components/text/text.d.ts +3 -1
- package/dist/components/text/text.js +38 -27
- package/dist/components/text-field/text-field.d.ts +4 -4
- package/dist/components/toggle/toggle.d.ts +2 -2
- package/dist/components/toggle/toggle.js +1 -1
- package/dist/icons/category.d.ts +3 -0
- package/dist/icons/category.js +1 -0
- package/dist/icons/name.d.ts +1 -1
- package/dist/icons/name.js +1 -0
- package/dist/main.js +3 -1
- package/dist/style.css +350 -221
- package/dist/utils/generate-styling/color.d.ts +15 -0
- package/dist/utils/generate-styling/color.js +12 -0
- package/dist/utils/{layout → generate-styling}/index.d.ts +18 -13
- package/dist/utils/{layout → generate-styling}/index.js +2 -0
- package/package.json +1 -1
- /package/dist/utils/{layout → generate-styling}/align.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/align.js +0 -0
- /package/dist/utils/{layout → generate-styling}/flex.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/flex.js +0 -0
- /package/dist/utils/{layout → generate-styling}/gap.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/gap.js +0 -0
- /package/dist/utils/{layout → generate-styling}/grid.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/grid.js +0 -0
- /package/dist/utils/{layout → generate-styling}/height.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/height.js +0 -0
- /package/dist/utils/{layout → generate-styling}/inset.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/inset.js +0 -0
- /package/dist/utils/{layout → generate-styling}/justify.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/justify.js +0 -0
- /package/dist/utils/{layout → generate-styling}/margin.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/margin.js +0 -0
- /package/dist/utils/{layout → generate-styling}/padding.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/padding.js +0 -0
- /package/dist/utils/{layout → generate-styling}/position.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/position.js +0 -0
- /package/dist/utils/{layout → generate-styling}/util.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/util.js +0 -0
- /package/dist/utils/{layout → generate-styling}/width.d.ts +0 -0
- /package/dist/utils/{layout → generate-styling}/width.js +0 -0
package/dist/style.css
CHANGED
|
@@ -1,79 +1,220 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
@layer flex {
|
|
2
|
+
._teddy-flex_19teo_2 {
|
|
3
|
+
box-sizing: border-box;
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: flex-start;
|
|
6
|
+
}
|
|
7
|
+
}._teddy-chip__item_1er2j_1 {
|
|
8
|
+
font: inherit;
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
outline: inherit;
|
|
11
|
+
border-radius: var(--teddy-border-radius-md);
|
|
12
|
+
border: none;
|
|
13
|
+
background: var(--teddy-color-background-interactive-transparent);
|
|
14
|
+
padding: 0.625rem var(--teddy-spacing-200);
|
|
15
|
+
display: inline-flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
19
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
20
|
+
text-align: center;
|
|
21
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
22
|
+
box-sizing: border-box;
|
|
23
|
+
position: relative;
|
|
24
|
+
overflow: hidden;
|
|
6
25
|
}
|
|
7
|
-
._teddy-
|
|
8
|
-
|
|
26
|
+
._teddy-chip__item_1er2j_1:focus {
|
|
27
|
+
outline: var(--teddy-color-border-interactive-focus) auto var(--teddy-border-width-sm);
|
|
28
|
+
outline-offset: var(--teddy-spacing-50);
|
|
9
29
|
}
|
|
10
|
-
._teddy-
|
|
11
|
-
|
|
30
|
+
._teddy-chip__item_1er2j_1:focus:not(:focus-visible) {
|
|
31
|
+
outline: none;
|
|
12
32
|
}
|
|
13
|
-
._teddy-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
33
|
+
._teddy-chip__item_1er2j_1::before, ._teddy-chip__item_1er2j_1::after {
|
|
34
|
+
content: "";
|
|
35
|
+
display: block;
|
|
36
|
+
inset: 0;
|
|
37
|
+
position: absolute;
|
|
18
38
|
}
|
|
19
|
-
._teddy-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
39
|
+
._teddy-chip__item--unavailable_1er2j_33::after {
|
|
40
|
+
opacity: 1;
|
|
41
|
+
left: calc(50% - var(--teddy-border-width-xs) / 2);
|
|
42
|
+
top: -50%;
|
|
43
|
+
background: var(--teddy-color-text-interactive-primary);
|
|
44
|
+
width: var(--teddy-border-width-xs);
|
|
45
|
+
height: 200%;
|
|
46
|
+
transform: rotate(-60deg);
|
|
47
|
+
transform-origin: center;
|
|
25
48
|
}
|
|
26
|
-
._teddy-
|
|
27
|
-
|
|
28
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
29
|
-
font-size: var(--teddy-typography-scale-100);
|
|
30
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
31
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
49
|
+
._teddy-chip__item--unavailable_1er2j_33[data-state=on]::after {
|
|
50
|
+
background: var(--teddy-color-text-interactive-on-primary);
|
|
32
51
|
}
|
|
33
|
-
._teddy-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
line-height: var(--teddy-typography-line-height-looser);
|
|
52
|
+
._teddy-chip__item_1er2j_1::before {
|
|
53
|
+
border-radius: inherit;
|
|
54
|
+
opacity: 1;
|
|
55
|
+
outline: var(--teddy-color-border-interactive-primary) auto var(--teddy-border-width-xs);
|
|
38
56
|
}
|
|
39
|
-
._teddy-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
font-size: var(--teddy-typography-scale-200);
|
|
43
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
57
|
+
._teddy-chip__item_1er2j_1:hover::before:not(:disabled) {
|
|
58
|
+
outline-width: var(--teddy-border-width-sm);
|
|
59
|
+
outline-offset: calc(var(--teddy-border-width-xs) * -1);
|
|
44
60
|
}
|
|
45
|
-
._teddy-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
font-size: clamp(var(--teddy-typography-scale-150), 3vw, var(--teddy-typography-scale-400));
|
|
49
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
61
|
+
._teddy-chip__item_1er2j_1[data-state=off]:hover {
|
|
62
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
63
|
+
color: var(--teddy-color-text-interactive-primary-hover);
|
|
50
64
|
}
|
|
51
|
-
._teddy-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
font-size: var(--teddy-typography-scale-75);
|
|
55
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
65
|
+
._teddy-chip__item_1er2j_1[data-state=off]:active {
|
|
66
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
67
|
+
color: var(--teddy-color-text-interactive-primary-active);
|
|
56
68
|
}
|
|
57
|
-
._teddy-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
69
|
+
._teddy-chip__item_1er2j_1[data-state=off]:disabled {
|
|
70
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
71
|
+
color: var(--teddy-color-text-weak);
|
|
72
|
+
}
|
|
73
|
+
._teddy-chip__item_1er2j_1[data-state=on] {
|
|
74
|
+
background-color: var(--teddy-color-background-interactive-primary);
|
|
75
|
+
color: var(--teddy-color-text-interactive-on-primary);
|
|
62
76
|
font-weight: var(--teddy-typography-weight-medium);
|
|
63
77
|
}
|
|
64
|
-
._teddy-
|
|
65
|
-
|
|
66
|
-
font-size: var(--teddy-typography-scale-75);
|
|
67
|
-
letter-spacing: var(--teddy-spacing-10);
|
|
68
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
69
|
-
text-transform: uppercase;
|
|
78
|
+
._teddy-chip__item_1er2j_1[data-state=on]:hover {
|
|
79
|
+
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
70
80
|
}
|
|
71
|
-
._teddy-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
text-
|
|
81
|
+
._teddy-chip__item_1er2j_1[data-state=on]:active {
|
|
82
|
+
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
83
|
+
}
|
|
84
|
+
._teddy-chip__item_1er2j_1[data-state=on]:disabled {
|
|
85
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
86
|
+
color: var(--teddy-color-text-weak);
|
|
87
|
+
}
|
|
88
|
+
._teddy-chip__item_1er2j_1[data-state=on] ._teddy-chip__indicator_1er2j_82 {
|
|
89
|
+
display: unset;
|
|
90
|
+
}
|
|
91
|
+
._teddy-chip__item_1er2j_1:disabled {
|
|
92
|
+
cursor: not-allowed;
|
|
93
|
+
color: var(--teddy-color-text-weak);
|
|
94
|
+
}
|
|
95
|
+
._teddy-chip__item_1er2j_1:disabled::before {
|
|
96
|
+
outline-color: var(--teddy-color-border-medium);
|
|
97
|
+
}
|
|
98
|
+
._teddy-chip__indicator_1er2j_82 {
|
|
99
|
+
display: none;
|
|
100
|
+
}@layer icon {
|
|
101
|
+
._teddy-icon_1rwgf_2 {
|
|
102
|
+
display: inline;
|
|
103
|
+
align-self: center;
|
|
104
|
+
fill: currentColor;
|
|
105
|
+
}
|
|
106
|
+
._teddy-icon--font_1rwgf_7 {
|
|
107
|
+
width: 1em;
|
|
108
|
+
height: 1em;
|
|
109
|
+
}
|
|
110
|
+
._teddy-icon--xxs_1rwgf_11 {
|
|
111
|
+
width: var(--teddy-spacing-150);
|
|
112
|
+
height: var(--teddy-spacing-150);
|
|
113
|
+
}
|
|
114
|
+
._teddy-icon--xs_1rwgf_15 {
|
|
115
|
+
width: var(--teddy-spacing-200);
|
|
116
|
+
height: var(--teddy-spacing-200);
|
|
117
|
+
}
|
|
118
|
+
._teddy-icon--sm_1rwgf_19 {
|
|
119
|
+
width: var(--teddy-spacing-250);
|
|
120
|
+
height: var(--teddy-spacing-250);
|
|
121
|
+
}
|
|
122
|
+
._teddy-icon--md_1rwgf_23 {
|
|
123
|
+
width: var(--teddy-spacing-300);
|
|
124
|
+
height: var(--teddy-spacing-300);
|
|
125
|
+
}
|
|
126
|
+
._teddy-icon--lg_1rwgf_27 {
|
|
127
|
+
width: var(--teddy-spacing-400);
|
|
128
|
+
height: var(--teddy-spacing-400);
|
|
129
|
+
}
|
|
130
|
+
._teddy-icon--xl_1rwgf_31 {
|
|
131
|
+
width: var(--teddy-spacing-600);
|
|
132
|
+
height: var(--teddy-spacing-600);
|
|
133
|
+
}
|
|
134
|
+
._teddy-icon-with-children_1rwgf_35 {
|
|
135
|
+
display: inline-flex;
|
|
136
|
+
align-items: center;
|
|
137
|
+
font-family: var(--teddy-typography-family-default);
|
|
138
|
+
gap: var(--teddy-spacing-100);
|
|
139
|
+
}
|
|
140
|
+
}@layer text {
|
|
141
|
+
._teddy-text_15w9u_2 {
|
|
142
|
+
color: inherit;
|
|
143
|
+
display: block;
|
|
144
|
+
margin: 0;
|
|
145
|
+
hyphens: none;
|
|
146
|
+
}
|
|
147
|
+
._teddy-text--disabled_15w9u_8 {
|
|
148
|
+
color: var(--teddy-color-text-weak);
|
|
149
|
+
}
|
|
150
|
+
._teddy-text--hyphens_15w9u_11 {
|
|
151
|
+
hyphens: auto;
|
|
152
|
+
}
|
|
153
|
+
._teddy-text--paragraph-100_15w9u_14 {
|
|
154
|
+
font-family: var(--teddy-typography-family-default);
|
|
155
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
156
|
+
font-size: var(--teddy-typography-scale-100);
|
|
157
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
158
|
+
}
|
|
159
|
+
._teddy-text--paragraph-100-medium_15w9u_20 {
|
|
160
|
+
font-family: var(--teddy-typography-family-default);
|
|
161
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
162
|
+
font-size: var(--teddy-typography-scale-100);
|
|
163
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
164
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
165
|
+
}
|
|
166
|
+
._teddy-text--paragraph-100-bold_15w9u_27 {
|
|
167
|
+
font-family: var(--teddy-typography-family-default);
|
|
168
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
169
|
+
font-size: var(--teddy-typography-scale-100);
|
|
170
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
171
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
172
|
+
}
|
|
173
|
+
._teddy-text--paragraph-200_15w9u_34 {
|
|
174
|
+
font-family: var(--teddy-typography-family-default);
|
|
175
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
176
|
+
font-size: var(--teddy-typography-scale-100);
|
|
177
|
+
line-height: var(--teddy-typography-line-height-looser);
|
|
178
|
+
}
|
|
179
|
+
._teddy-text--preamble-100_15w9u_40 {
|
|
180
|
+
font-family: var(--teddy-typography-family-default);
|
|
181
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
182
|
+
font-size: var(--teddy-typography-scale-200);
|
|
183
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
184
|
+
}
|
|
185
|
+
._teddy-text--preamble-200_15w9u_46 {
|
|
186
|
+
font-family: var(--teddy-typography-family-default);
|
|
187
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
188
|
+
font-size: clamp(var(--teddy-typography-scale-150), 3vw, var(--teddy-typography-scale-400));
|
|
189
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
190
|
+
}
|
|
191
|
+
._teddy-text--additional-100_15w9u_52 {
|
|
192
|
+
font-family: var(--teddy-typography-family-default);
|
|
193
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
194
|
+
font-size: var(--teddy-typography-scale-75);
|
|
195
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
196
|
+
}
|
|
197
|
+
._teddy-text--additional-100-medium_15w9u_58 {
|
|
198
|
+
font-family: var(--teddy-typography-family-default);
|
|
199
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
200
|
+
font-size: var(--teddy-typography-scale-75);
|
|
201
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
202
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
203
|
+
}
|
|
204
|
+
._teddy-text--overline-100_15w9u_65 {
|
|
205
|
+
font-family: var(--teddy-typography-family-default);
|
|
206
|
+
font-size: var(--teddy-typography-scale-75);
|
|
207
|
+
letter-spacing: var(--teddy-spacing-10);
|
|
208
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
209
|
+
text-transform: uppercase;
|
|
210
|
+
}
|
|
211
|
+
._teddy-text--overline-200_15w9u_72 {
|
|
212
|
+
font-family: var(--teddy-typography-family-default);
|
|
213
|
+
font-size: clamp(var(--teddy-typography-scale-75), 3vw, var(--teddy-typography-scale-100));
|
|
214
|
+
letter-spacing: var(--teddy-spacing-10);
|
|
215
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
216
|
+
text-transform: uppercase;
|
|
217
|
+
}
|
|
77
218
|
}._teddy-spinner--xxs_ywden_1 {
|
|
78
219
|
height: var(--teddy-spacing-250);
|
|
79
220
|
width: var(--teddy-spacing-250);
|
|
@@ -392,46 +533,6 @@
|
|
|
392
533
|
._teddy-button--icon-only_1biph_56 ._teddy-button__loading_1biph_242 {
|
|
393
534
|
background-color: var(--teddy-color-gray-100);
|
|
394
535
|
}
|
|
395
|
-
}@layer icon {
|
|
396
|
-
._teddy-icon_1rwgf_2 {
|
|
397
|
-
display: inline;
|
|
398
|
-
align-self: center;
|
|
399
|
-
fill: currentColor;
|
|
400
|
-
}
|
|
401
|
-
._teddy-icon--font_1rwgf_7 {
|
|
402
|
-
width: 1em;
|
|
403
|
-
height: 1em;
|
|
404
|
-
}
|
|
405
|
-
._teddy-icon--xxs_1rwgf_11 {
|
|
406
|
-
width: var(--teddy-spacing-150);
|
|
407
|
-
height: var(--teddy-spacing-150);
|
|
408
|
-
}
|
|
409
|
-
._teddy-icon--xs_1rwgf_15 {
|
|
410
|
-
width: var(--teddy-spacing-200);
|
|
411
|
-
height: var(--teddy-spacing-200);
|
|
412
|
-
}
|
|
413
|
-
._teddy-icon--sm_1rwgf_19 {
|
|
414
|
-
width: var(--teddy-spacing-250);
|
|
415
|
-
height: var(--teddy-spacing-250);
|
|
416
|
-
}
|
|
417
|
-
._teddy-icon--md_1rwgf_23 {
|
|
418
|
-
width: var(--teddy-spacing-300);
|
|
419
|
-
height: var(--teddy-spacing-300);
|
|
420
|
-
}
|
|
421
|
-
._teddy-icon--lg_1rwgf_27 {
|
|
422
|
-
width: var(--teddy-spacing-400);
|
|
423
|
-
height: var(--teddy-spacing-400);
|
|
424
|
-
}
|
|
425
|
-
._teddy-icon--xl_1rwgf_31 {
|
|
426
|
-
width: var(--teddy-spacing-600);
|
|
427
|
-
height: var(--teddy-spacing-600);
|
|
428
|
-
}
|
|
429
|
-
._teddy-icon-with-children_1rwgf_35 {
|
|
430
|
-
display: inline-flex;
|
|
431
|
-
align-items: center;
|
|
432
|
-
font-family: var(--teddy-typography-family-default);
|
|
433
|
-
gap: var(--teddy-spacing-100);
|
|
434
|
-
}
|
|
435
536
|
}@layer heading {
|
|
436
537
|
._teddy-heading_r8os0_2 {
|
|
437
538
|
color: var(--teddy-color-text-default);
|
|
@@ -515,12 +616,6 @@
|
|
|
515
616
|
font-size: clamp(var(--teddy-typography-scale-800), 3cqw, var(--teddy-typography-scale-1000));
|
|
516
617
|
line-height: var(--teddy-typography-line-height-tight);
|
|
517
618
|
}
|
|
518
|
-
}@layer flex {
|
|
519
|
-
._teddy-flex_19teo_2 {
|
|
520
|
-
box-sizing: border-box;
|
|
521
|
-
display: flex;
|
|
522
|
-
justify-content: flex-start;
|
|
523
|
-
}
|
|
524
619
|
}._teddy-link_1jza5_1 {
|
|
525
620
|
align-items: center;
|
|
526
621
|
cursor: pointer;
|
|
@@ -597,90 +692,39 @@
|
|
|
597
692
|
}
|
|
598
693
|
._teddy-link--silent_1jza5_62:is(._teddy-link--disable-visited_1jza5_25):visited {
|
|
599
694
|
color: inherit;
|
|
600
|
-
}
|
|
601
|
-
._teddy-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-300_] {
|
|
609
|
-
margin-bottom: var(--teddy-spacing-100);
|
|
610
|
-
}
|
|
611
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--overline-200_] {
|
|
612
|
-
margin-bottom: var(--teddy-spacing-150);
|
|
613
|
-
}
|
|
614
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_],
|
|
615
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] {
|
|
616
|
-
margin-bottom: var(--teddy-spacing-200);
|
|
617
|
-
}
|
|
618
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-100_],
|
|
619
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-100_] {
|
|
620
|
-
margin-top: var(--teddy-spacing-300);
|
|
621
|
-
}
|
|
622
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-200_],
|
|
623
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-200_] {
|
|
624
|
-
margin-top: var(--teddy-spacing-400);
|
|
625
|
-
}
|
|
626
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-300_],
|
|
627
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-400_],
|
|
628
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-500_],
|
|
629
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-600_],
|
|
630
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-700_],
|
|
631
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-300_],
|
|
632
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-400_],
|
|
633
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-500_],
|
|
634
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-600_],
|
|
635
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-700_] {
|
|
636
|
-
margin-top: var(--teddy-spacing-600);
|
|
637
|
-
}
|
|
638
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-400_],
|
|
639
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-500_] {
|
|
640
|
-
margin-bottom: var(--teddy-spacing-250);
|
|
641
|
-
}
|
|
642
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-600_],
|
|
643
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-700_],
|
|
644
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-25_],
|
|
645
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-50_],
|
|
646
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-100_],
|
|
647
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-200_] {
|
|
648
|
-
margin-bottom: var(--teddy-spacing-300);
|
|
649
|
-
}
|
|
650
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--preamble-100_] {
|
|
651
|
-
margin-bottom: var(--teddy-spacing-400);
|
|
652
|
-
}
|
|
653
|
-
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--preamble-200_] {
|
|
654
|
-
margin-bottom: var(--teddy-spacing-600);
|
|
655
|
-
}
|
|
656
|
-
._teddy-text-spacing_dwbo8_1 * > :last-child,
|
|
657
|
-
._teddy-text-spacing_dwbo8_1 > :last-child {
|
|
658
|
-
margin-bottom: 0;
|
|
695
|
+
}@layer grid {
|
|
696
|
+
._teddy-grid_1dv1t_2 {
|
|
697
|
+
box-sizing: border-box;
|
|
698
|
+
display: grid;
|
|
699
|
+
align-items: stretch;
|
|
700
|
+
justify-content: start;
|
|
701
|
+
grid-template-rows: none;
|
|
702
|
+
}
|
|
659
703
|
}@layer heading, button, card;
|
|
660
704
|
@layer card {
|
|
661
|
-
._teddy-
|
|
705
|
+
._teddy-card_1occu_3 {
|
|
662
706
|
border-radius: var(--teddy-border-radius-md);
|
|
663
707
|
padding: var(--teddy-spacing-250);
|
|
664
708
|
position: relative;
|
|
665
709
|
}
|
|
666
710
|
@media (prefers-reduced-motion: no-preference) {
|
|
667
|
-
._teddy-
|
|
711
|
+
._teddy-card_1occu_3 {
|
|
668
712
|
transition: background-color var(--teddy-motion-duration-300) ease;
|
|
669
713
|
}
|
|
670
714
|
}
|
|
671
|
-
._teddy-
|
|
715
|
+
._teddy-card__slot_1occu_13 {
|
|
672
716
|
transform: translateY(-50%);
|
|
673
717
|
}
|
|
674
|
-
._teddy-card__slot--
|
|
718
|
+
._teddy-card__slot--bottom_1occu_16 {
|
|
675
719
|
transform: translateY(50%);
|
|
676
720
|
}
|
|
677
|
-
._teddy-card__slot--
|
|
721
|
+
._teddy-card__slot--center_1occu_19 {
|
|
678
722
|
transform: translate(-50%, -50%);
|
|
679
723
|
}
|
|
680
|
-
._teddy-card__slot--
|
|
724
|
+
._teddy-card__slot--bottom_1occu_16._teddy-card__slot--center_1occu_19 {
|
|
681
725
|
transform: translate(-50%, 50%);
|
|
682
726
|
}
|
|
683
|
-
._teddy-
|
|
727
|
+
._teddy-card_1occu_3::before {
|
|
684
728
|
content: "";
|
|
685
729
|
display: block;
|
|
686
730
|
position: absolute;
|
|
@@ -691,110 +735,116 @@
|
|
|
691
735
|
box-shadow: var(--teddy-shadow-md);
|
|
692
736
|
}
|
|
693
737
|
@media (prefers-reduced-motion: no-preference) {
|
|
694
|
-
._teddy-
|
|
695
|
-
transition:
|
|
738
|
+
._teddy-card_1occu_3::before {
|
|
739
|
+
transition: var(--teddy-motion-duration-300) ease;
|
|
740
|
+
transition-property: opacity, box-shadow;
|
|
696
741
|
}
|
|
697
742
|
}
|
|
698
|
-
._teddy-
|
|
743
|
+
._teddy-card--shadow_1occu_41::before {
|
|
744
|
+
opacity: 1;
|
|
745
|
+
box-shadow: var(--teddy-shadow-sm-2);
|
|
746
|
+
}
|
|
747
|
+
._teddy-card_1occu_3:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
699
748
|
cursor: pointer;
|
|
700
749
|
}
|
|
701
|
-
._teddy-
|
|
750
|
+
._teddy-card_1occu_3:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)):hover:not(:has(button:hover), :has(a:hover)):has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45))::before {
|
|
702
751
|
opacity: 1;
|
|
752
|
+
box-shadow: var(--teddy-shadow-md);
|
|
703
753
|
}
|
|
704
|
-
._teddy-card--
|
|
754
|
+
._teddy-card--border_1occu_52 {
|
|
705
755
|
border: var(--teddy-border-width-xs) solid transparent;
|
|
706
756
|
}
|
|
707
|
-
._teddy-
|
|
757
|
+
._teddy-card__line_1occu_55 {
|
|
708
758
|
border: 0;
|
|
709
759
|
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
710
760
|
}
|
|
711
|
-
._teddy-card--purple-
|
|
761
|
+
._teddy-card--purple-light_1occu_59 {
|
|
712
762
|
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
713
763
|
color: var(--teddy-color-text-default);
|
|
714
764
|
border-color: var(--teddy-color-background-interactive-primary-negative);
|
|
715
765
|
}
|
|
716
|
-
._teddy-card--purple-
|
|
766
|
+
._teddy-card--purple-light_1occu_59:hover:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
717
767
|
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
718
768
|
}
|
|
719
|
-
._teddy-card--purple-
|
|
769
|
+
._teddy-card--purple-light_1occu_59:active:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
720
770
|
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
721
771
|
}
|
|
722
|
-
._teddy-card--purple-
|
|
772
|
+
._teddy-card--purple-light_1occu_59:has(._teddy-card__action--disabled_1occu_45) {
|
|
723
773
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
724
774
|
}
|
|
725
|
-
._teddy-card--purple-
|
|
775
|
+
._teddy-card--purple-dark_1occu_73 {
|
|
726
776
|
background-color: var(--teddy-color-brand-deep-purple);
|
|
727
777
|
color: var(--teddy-color-text-default-negative);
|
|
728
778
|
border-color: var(--teddy-color-brand-deep-purple);
|
|
729
779
|
}
|
|
730
|
-
._teddy-card--purple-
|
|
780
|
+
._teddy-card--purple-dark_1occu_73:hover:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
731
781
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
732
782
|
}
|
|
733
|
-
._teddy-card--purple-
|
|
783
|
+
._teddy-card--purple-dark_1occu_73:active:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
734
784
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
735
785
|
}
|
|
736
|
-
._teddy-card--purple-
|
|
786
|
+
._teddy-card--purple-dark_1occu_73:has(._teddy-card__action--disabled_1occu_45) {
|
|
737
787
|
color: var(--teddy-color-text-default);
|
|
738
788
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
739
789
|
}
|
|
740
|
-
._teddy-card--purple-
|
|
790
|
+
._teddy-card--purple-dark_1occu_73:has(._teddy-card__action--disabled_1occu_45) ._teddy-card__action_1occu_45 {
|
|
741
791
|
color: var(--teddy-color-text-weak);
|
|
742
792
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
743
793
|
}
|
|
744
|
-
._teddy-card--
|
|
794
|
+
._teddy-card--white_1occu_92 {
|
|
745
795
|
background-color: var(--teddy-color-brand-white);
|
|
746
796
|
color: var(--teddy-color-text-default);
|
|
747
797
|
border-color: var(--teddy-color-border-interactive-subtle);
|
|
748
798
|
}
|
|
749
|
-
._teddy-card--
|
|
799
|
+
._teddy-card--white_1occu_92:hover:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
750
800
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
751
801
|
}
|
|
752
|
-
._teddy-card--
|
|
802
|
+
._teddy-card--white_1occu_92:active:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
753
803
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
754
804
|
}
|
|
755
|
-
._teddy-card--
|
|
805
|
+
._teddy-card--white_1occu_92:has(._teddy-card__action--disabled_1occu_45) {
|
|
756
806
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
757
807
|
}
|
|
758
|
-
._teddy-card--
|
|
808
|
+
._teddy-card--gray_1occu_106 {
|
|
759
809
|
background-color: var(--teddy-color-background-secondary);
|
|
760
810
|
color: var(--teddy-color-text-default);
|
|
761
811
|
border-color: var(--teddy-color-border-interactive-subtle);
|
|
762
812
|
}
|
|
763
|
-
._teddy-card--
|
|
813
|
+
._teddy-card--gray_1occu_106:hover:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
764
814
|
background-color: var(--teddy-color-gray-100);
|
|
765
815
|
}
|
|
766
|
-
._teddy-card--
|
|
816
|
+
._teddy-card--gray_1occu_106:active:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
767
817
|
background-color: var(--teddy-color-gray-200);
|
|
768
818
|
}
|
|
769
|
-
._teddy-card--
|
|
819
|
+
._teddy-card--gray_1occu_106:has(._teddy-card__action--disabled_1occu_45) {
|
|
770
820
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
771
821
|
}
|
|
772
|
-
._teddy-card--
|
|
822
|
+
._teddy-card--beige_1occu_120 {
|
|
773
823
|
background-color: var(--teddy-color-beige-100);
|
|
774
824
|
color: var(--teddy-color-text-default);
|
|
775
825
|
border-color: var(--teddy-color-beige-300);
|
|
776
826
|
}
|
|
777
|
-
._teddy-card--
|
|
827
|
+
._teddy-card--beige_1occu_120:hover:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
778
828
|
background-color: var(--teddy-color-beige-200);
|
|
779
829
|
}
|
|
780
|
-
._teddy-card--
|
|
830
|
+
._teddy-card--beige_1occu_120:active:has(._teddy-card__action_1occu_45:not(._teddy-card__action--disabled_1occu_45)) {
|
|
781
831
|
background-color: var(--teddy-color-beige-300);
|
|
782
832
|
}
|
|
783
|
-
._teddy-card--
|
|
833
|
+
._teddy-card--beige_1occu_120:has(._teddy-card__action--disabled_1occu_45) {
|
|
784
834
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
785
835
|
}
|
|
786
|
-
._teddy-
|
|
836
|
+
._teddy-card_1occu_3:has(._teddy-card__image--as-background_1occu_134) {
|
|
787
837
|
background-color: transparent;
|
|
788
838
|
}
|
|
789
|
-
._teddy-
|
|
839
|
+
._teddy-card__heading_1occu_137 {
|
|
790
840
|
color: inherit;
|
|
791
841
|
}
|
|
792
|
-
._teddy-card--background-
|
|
842
|
+
._teddy-card--background-image_1occu_140 {
|
|
793
843
|
background-repeat: no-repeat;
|
|
794
844
|
background-size: cover;
|
|
795
845
|
background-position: center;
|
|
796
846
|
}
|
|
797
|
-
._teddy-
|
|
847
|
+
._teddy-card__image_1occu_134 {
|
|
798
848
|
height: auto;
|
|
799
849
|
vertical-align: middle;
|
|
800
850
|
font-style: italic;
|
|
@@ -802,23 +852,26 @@
|
|
|
802
852
|
background-size: cover;
|
|
803
853
|
shape-margin: 0.75rem;
|
|
804
854
|
border-radius: inherit;
|
|
855
|
+
overflow: hidden;
|
|
805
856
|
padding-bottom: var(--teddy-spacing-200);
|
|
857
|
+
width: 100%;
|
|
858
|
+
}
|
|
859
|
+
._teddy-card__inset_1occu_157 {
|
|
860
|
+
border-radius: inherit;
|
|
861
|
+
overflow: hidden;
|
|
806
862
|
}
|
|
807
|
-
._teddy-
|
|
863
|
+
._teddy-card__inset--top_1occu_161 {
|
|
808
864
|
margin-top: calc(var(--teddy-spacing-250) * -1);
|
|
809
865
|
}
|
|
810
|
-
._teddy-
|
|
866
|
+
._teddy-card__inset--bottom_1occu_164 {
|
|
811
867
|
margin-bottom: calc(var(--teddy-spacing-250) * -1);
|
|
812
868
|
}
|
|
813
|
-
._teddy-
|
|
869
|
+
._teddy-card__inset--left_1occu_167 {
|
|
814
870
|
margin-left: calc(var(--teddy-spacing-250) * -1);
|
|
815
871
|
}
|
|
816
|
-
._teddy-
|
|
872
|
+
._teddy-card__inset--right_1occu_170 {
|
|
817
873
|
margin-right: calc(var(--teddy-spacing-250) * -1);
|
|
818
874
|
}
|
|
819
|
-
._teddy-card__image--inset-left_1h4hf_155 ._teddy-card__image--inset-right_1h4hf_158 {
|
|
820
|
-
width: calc(100% + var(--teddy-spacing-250) * 2);
|
|
821
|
-
}
|
|
822
875
|
}@layer heading, button, card, notification;
|
|
823
876
|
@layer notification {
|
|
824
877
|
._teddy-notification_q80ka_3 {
|
|
@@ -1006,14 +1059,6 @@
|
|
|
1006
1059
|
}
|
|
1007
1060
|
._teddy-radio-group__indicator_1flae_111[data-disabled]::after {
|
|
1008
1061
|
background-color: var(--teddy-color-text-weak);
|
|
1009
|
-
}@layer grid {
|
|
1010
|
-
._teddy-grid_1dv1t_2 {
|
|
1011
|
-
box-sizing: border-box;
|
|
1012
|
-
display: grid;
|
|
1013
|
-
align-items: stretch;
|
|
1014
|
-
justify-content: start;
|
|
1015
|
-
grid-template-rows: none;
|
|
1016
|
-
}
|
|
1017
1062
|
}._teddy-visually-hidden_15nus_1 {
|
|
1018
1063
|
width: 1px;
|
|
1019
1064
|
height: 1px;
|
|
@@ -1954,6 +1999,65 @@
|
|
|
1954
1999
|
}
|
|
1955
2000
|
._teddy-text-field__error-list_1i091_23 > * + * {
|
|
1956
2001
|
margin-top: var(--teddy-spacing-50);
|
|
2002
|
+
}._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--subsection_],
|
|
2003
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--subsection-100_] {
|
|
2004
|
+
margin-bottom: var(--teddy-spacing-50);
|
|
2005
|
+
}
|
|
2006
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--overline-100_],
|
|
2007
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--additional-100_],
|
|
2008
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-100_],
|
|
2009
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-200_],
|
|
2010
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-300_] {
|
|
2011
|
+
margin-bottom: var(--teddy-spacing-100);
|
|
2012
|
+
}
|
|
2013
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--overline-200_] {
|
|
2014
|
+
margin-bottom: var(--teddy-spacing-150);
|
|
2015
|
+
}
|
|
2016
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_],
|
|
2017
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] {
|
|
2018
|
+
margin-bottom: var(--teddy-spacing-200);
|
|
2019
|
+
}
|
|
2020
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-100_],
|
|
2021
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-100_] {
|
|
2022
|
+
margin-top: var(--teddy-spacing-300);
|
|
2023
|
+
}
|
|
2024
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-200_],
|
|
2025
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-200_] {
|
|
2026
|
+
margin-top: var(--teddy-spacing-400);
|
|
2027
|
+
}
|
|
2028
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-300_],
|
|
2029
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-400_],
|
|
2030
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-500_],
|
|
2031
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-600_],
|
|
2032
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-100_] + [class*=_teddy-heading--title-700_],
|
|
2033
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-300_],
|
|
2034
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-400_],
|
|
2035
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-500_],
|
|
2036
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-600_],
|
|
2037
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--paragraph-200_] + [class*=_teddy-heading--title-700_] {
|
|
2038
|
+
margin-top: var(--teddy-spacing-600);
|
|
2039
|
+
}
|
|
2040
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-400_],
|
|
2041
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-500_] {
|
|
2042
|
+
margin-bottom: var(--teddy-spacing-250);
|
|
2043
|
+
}
|
|
2044
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-600_],
|
|
2045
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--title-700_],
|
|
2046
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-25_],
|
|
2047
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-50_],
|
|
2048
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-100_],
|
|
2049
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--display-200_] {
|
|
2050
|
+
margin-bottom: var(--teddy-spacing-300);
|
|
2051
|
+
}
|
|
2052
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--preamble-100_] {
|
|
2053
|
+
margin-bottom: var(--teddy-spacing-400);
|
|
2054
|
+
}
|
|
2055
|
+
._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--preamble-200_] {
|
|
2056
|
+
margin-bottom: var(--teddy-spacing-600);
|
|
2057
|
+
}
|
|
2058
|
+
._teddy-text-spacing_dwbo8_1 * > :last-child,
|
|
2059
|
+
._teddy-text-spacing_dwbo8_1 > :last-child {
|
|
2060
|
+
margin-bottom: 0;
|
|
1957
2061
|
}@keyframes _teddy-fade-in_vfo5b_1 {
|
|
1958
2062
|
from {
|
|
1959
2063
|
opacity: 0;
|
|
@@ -2367,6 +2471,8 @@
|
|
|
2367
2471
|
calc(0.75rem * var(--teddy-scale)) calc(0rem * var(--teddy-scale)) rgba(0, 0, 0, 0.1);
|
|
2368
2472
|
--teddy-shadow-lg: calc(0rem * var(--teddy-scale)) calc(0.75rem * var(--teddy-scale))
|
|
2369
2473
|
calc(1.5rem * var(--teddy-scale)) calc(0rem * var(--teddy-scale)) rgba(0, 0, 0, 0.1);
|
|
2474
|
+
--teddy-shadow-sm-2: calc(0rem * var(--teddy-scale)) calc(0.0625rem * var(--teddy-scale))
|
|
2475
|
+
calc(0.25rem * var(--teddy-scale)) calc(0rem * var(--teddy-scale)) rgba(0, 0, 0, 0.2);
|
|
2370
2476
|
}
|
|
2371
2477
|
:root {
|
|
2372
2478
|
--teddy-spacing-1600: calc(8rem * var(--teddy-scale));
|
|
@@ -3063,6 +3169,29 @@
|
|
|
3063
3169
|
right: var(--teddy-right-xl);
|
|
3064
3170
|
}
|
|
3065
3171
|
}
|
|
3172
|
+
.teddy-color {
|
|
3173
|
+
color: var(--teddy-color);
|
|
3174
|
+
}
|
|
3175
|
+
@media (min-width: 0px) {
|
|
3176
|
+
.sm\:teddy-color {
|
|
3177
|
+
color: var(--teddy-color-sm);
|
|
3178
|
+
}
|
|
3179
|
+
}
|
|
3180
|
+
@media (min-width: 600px) {
|
|
3181
|
+
.md\:teddy-color {
|
|
3182
|
+
color: var(--teddy-color-md);
|
|
3183
|
+
}
|
|
3184
|
+
}
|
|
3185
|
+
@media (min-width: 1024px) {
|
|
3186
|
+
.lg\:teddy-color {
|
|
3187
|
+
color: var(--teddy-color-lg);
|
|
3188
|
+
}
|
|
3189
|
+
}
|
|
3190
|
+
@media (min-width: 1440px) {
|
|
3191
|
+
.xl\:teddy-color {
|
|
3192
|
+
color: var(--teddy-color-xl);
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3066
3195
|
.teddy-gtr {
|
|
3067
3196
|
grid-template-rows: var(--teddy-gtr);
|
|
3068
3197
|
}
|