@telia/teddy 0.0.32 → 0.0.34
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/dist/components/box/box.cjs +2 -2
- package/dist/components/box/box.js +2 -2
- package/dist/components/chip/chip-indicator.d.ts +2 -2
- package/dist/components/chip/chip.cjs +3 -3
- package/dist/components/chip/chip.js +3 -3
- package/dist/components/chip/index.d.ts +2 -2
- package/dist/components/color-dot/color-dot-root.cjs +29 -0
- package/dist/components/color-dot/color-dot-root.d.ts +20 -0
- package/dist/components/color-dot/color-dot-root.js +29 -0
- package/dist/components/color-dot/index.cjs +5 -0
- package/dist/components/color-dot/index.d.ts +12 -0
- package/dist/components/color-dot/index.js +5 -0
- package/dist/components/expandable-card/expandable-card-button.cjs +29 -0
- package/dist/components/expandable-card/expandable-card-button.d.ts +33 -0
- package/dist/components/expandable-card/expandable-card-button.js +29 -0
- package/dist/components/expandable-card/expandable-card-content.cjs +32 -0
- package/dist/components/expandable-card/expandable-card-content.d.ts +5 -0
- package/dist/components/expandable-card/expandable-card-content.js +15 -0
- package/dist/components/expandable-card/expandable-card-description.cjs +14 -0
- package/dist/components/expandable-card/expandable-card-description.d.ts +5 -0
- package/dist/components/expandable-card/expandable-card-description.js +14 -0
- package/dist/components/expandable-card/expandable-card-header.cjs +13 -0
- package/dist/components/expandable-card/expandable-card-header.d.ts +4 -0
- package/dist/components/expandable-card/expandable-card-header.js +13 -0
- package/dist/components/expandable-card/expandable-card-hidden.cjs +13 -0
- package/dist/components/expandable-card/expandable-card-hidden.d.ts +4 -0
- package/dist/components/expandable-card/expandable-card-hidden.js +13 -0
- package/dist/components/expandable-card/expandable-card-indicator.cjs +16 -0
- package/dist/components/expandable-card/expandable-card-indicator.d.ts +7 -0
- package/dist/components/expandable-card/expandable-card-indicator.js +16 -0
- package/dist/components/expandable-card/expandable-card-item.cjs +36 -0
- package/dist/components/expandable-card/expandable-card-item.d.ts +5 -0
- package/dist/components/expandable-card/expandable-card-item.js +19 -0
- package/dist/components/expandable-card/expandable-card-line.cjs +16 -0
- package/dist/components/expandable-card/expandable-card-line.d.ts +8 -0
- package/dist/components/expandable-card/expandable-card-line.js +16 -0
- package/dist/components/expandable-card/expandable-card-price.cjs +13 -0
- package/dist/components/expandable-card/expandable-card-price.d.ts +4 -0
- package/dist/components/expandable-card/expandable-card-price.js +13 -0
- package/dist/components/expandable-card/expandable-card-root.cjs +51 -0
- package/dist/components/expandable-card/expandable-card-root.d.ts +6 -0
- package/dist/components/expandable-card/expandable-card-root.js +34 -0
- package/dist/components/expandable-card/expandable-card-slot.cjs +33 -0
- package/dist/components/expandable-card/expandable-card-slot.d.ts +8 -0
- package/dist/components/expandable-card/expandable-card-slot.js +33 -0
- package/dist/components/expandable-card/expandable-card-trigger.cjs +35 -0
- package/dist/components/expandable-card/expandable-card-trigger.d.ts +8 -0
- package/dist/components/expandable-card/expandable-card-trigger.js +18 -0
- package/dist/components/expandable-card/index.cjs +37 -0
- package/dist/components/expandable-card/index.d.ts +61 -0
- package/dist/components/expandable-card/index.js +37 -0
- package/dist/components/flex/flex.cjs +2 -2
- package/dist/components/flex/flex.js +2 -2
- package/dist/components/grid/grid.cjs +2 -2
- package/dist/components/grid/grid.js +2 -2
- package/dist/components/index.cjs +10 -4
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.js +8 -2
- package/dist/components/list/index.d.ts +3 -0
- package/dist/components/list/list.cjs +15 -15
- package/dist/components/list/list.d.ts +6 -1
- package/dist/components/list/list.js +15 -15
- package/dist/components/modal/modal.cjs +5 -2
- package/dist/components/modal/modal.js +5 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +0 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.d.ts +4 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +0 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +45 -8
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +46 -9
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.d.ts +3 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +7 -34
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +7 -34
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +0 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -2
- package/dist/components/navigation-menu/navigation-menu.d.ts +1 -1
- package/dist/components/notabene/index.cjs +14 -2
- package/dist/components/notabene/index.d.ts +16 -1
- package/dist/components/notabene/index.js +13 -1
- package/dist/components/notabene/notabene-heading.cjs +25 -0
- package/dist/components/notabene/notabene-heading.d.ts +5 -0
- package/dist/components/notabene/notabene-heading.js +25 -0
- package/dist/components/notabene/notabene-icon.cjs +18 -0
- package/dist/components/notabene/notabene-icon.d.ts +9 -0
- package/dist/components/notabene/notabene-icon.js +18 -0
- package/dist/components/notabene/notabene-root.cjs +22 -0
- package/dist/components/notabene/notabene-root.d.ts +6 -0
- package/dist/components/notabene/notabene-root.js +22 -0
- package/dist/components/notabene/notabene.content.cjs +15 -0
- package/dist/components/notabene/notabene.content.d.ts +5 -0
- package/dist/components/notabene/notabene.content.js +15 -0
- package/dist/components/notification/notification.d.ts +2 -2
- package/dist/components/progress-bar/progress-bar.d.ts +1 -1
- package/dist/components/radio-group/index.cjs +20 -2
- package/dist/components/radio-group/index.d.ts +70 -2
- package/dist/components/radio-group/index.js +19 -1
- package/dist/components/radio-group/radio-group-indicator.cjs +32 -0
- package/dist/components/radio-group/radio-group-indicator.d.ts +5 -0
- package/dist/components/radio-group/radio-group-indicator.js +15 -0
- package/dist/components/radio-group/radio-group-item-label.cjs +18 -0
- package/dist/components/radio-group/radio-group-item-label.d.ts +15 -0
- package/dist/components/radio-group/radio-group-item-label.js +18 -0
- package/dist/components/radio-group/radio-group-item.cjs +16 -0
- package/dist/components/radio-group/radio-group-item.d.ts +9 -0
- package/dist/components/radio-group/radio-group-item.js +16 -0
- package/dist/components/radio-group/radio-group-label.cjs +29 -0
- package/dist/components/radio-group/radio-group-label.d.ts +66 -0
- package/dist/components/radio-group/radio-group-label.js +29 -0
- package/dist/components/radio-group/radio-group-root.cjs +46 -0
- package/dist/components/radio-group/radio-group-root.d.ts +52 -0
- package/dist/components/radio-group/radio-group-root.js +29 -0
- package/dist/components/radio-group/radio-group-trigger.cjs +38 -0
- package/dist/components/radio-group/radio-group-trigger.d.ts +14 -0
- package/dist/components/radio-group/radio-group-trigger.js +21 -0
- package/dist/components/ribbon/index.cjs +6 -0
- package/dist/components/ribbon/index.d.ts +6 -0
- package/dist/components/ribbon/index.js +6 -0
- package/dist/components/ribbon/ribbon-root.cjs +32 -0
- package/dist/components/ribbon/ribbon-root.d.ts +13 -0
- package/dist/components/ribbon/ribbon-root.js +32 -0
- package/dist/components/tabs/index.d.ts +2 -2
- package/dist/components/tabs/tabs-list.cjs +11 -0
- package/dist/components/tabs/tabs-list.js +11 -0
- package/dist/components/tabs/tabs-root.d.ts +1 -1
- package/dist/components/tabs/tabs-trigger.cjs +2 -2
- package/dist/components/tabs/tabs-trigger.d.ts +1 -1
- package/dist/components/tabs/tabs-trigger.js +2 -2
- package/dist/components/toggle/toggle.d.ts +2 -2
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/main.cjs +10 -4
- package/dist/main.js +8 -2
- package/dist/style.css +725 -534
- package/dist/utils/generate-styling/grid.d.ts +24 -24
- package/dist/utils/generate-styling/index.d.ts +16 -16
- package/dist/utils/generate-styling/util.d.ts +2 -2
- package/package.json +1 -1
- package/dist/components/notabene/notabene.cjs +0 -35
- package/dist/components/notabene/notabene.d.ts +0 -15
- package/dist/components/notabene/notabene.js +0 -35
- package/dist/components/radio-group/radio-group.cjs +0 -110
- package/dist/components/radio-group/radio-group.d.ts +0 -161
- package/dist/components/radio-group/radio-group.js +0 -93
package/dist/style.css
CHANGED
|
@@ -1,326 +1,151 @@
|
|
|
1
|
-
._teddy-
|
|
2
|
-
|
|
3
|
-
overflow: hidden;
|
|
4
|
-
border-radius: 99999px;
|
|
5
|
-
height: 6px;
|
|
6
|
-
/* Fix overflow clipping in Safari */
|
|
7
|
-
/* https://gist.github.com/domske/b66047671c780a238b51c51ffde8d3a0 */
|
|
8
|
-
transform: translateZ(0);
|
|
9
|
-
}
|
|
10
|
-
._teddy-progress-bar_1lq9i_1 ._teddy-progress-bar__indicator_1lq9i_10 {
|
|
11
|
-
background-color: var(--teddy-color-purple-800);
|
|
12
|
-
width: 100%;
|
|
13
|
-
height: 100%;
|
|
14
|
-
animation: _slideInFromLeft_1lq9i_1 1s cubic-bezier(0.65, 0, 0.35, 1);
|
|
15
|
-
}
|
|
16
|
-
._teddy-progress-bar--dark_1lq9i_16 {
|
|
17
|
-
background: var(--teddy-color-transparent-white-100);
|
|
18
|
-
}
|
|
19
|
-
._teddy-progress-bar--dark_1lq9i_16 ._teddy-progress-bar__indicator_1lq9i_10 {
|
|
20
|
-
background-color: var(--teddy-color-purple-300);
|
|
1
|
+
._teddy-flex_1ncy4_1 {
|
|
2
|
+
box-sizing: border-box;
|
|
21
3
|
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}@layer icon {
|
|
27
|
-
._teddy-icon_1rwgf_2 {
|
|
28
|
-
display: inline;
|
|
29
|
-
align-self: center;
|
|
30
|
-
fill: currentColor;
|
|
31
|
-
}
|
|
32
|
-
._teddy-icon--font_1rwgf_7 {
|
|
33
|
-
width: 1em;
|
|
34
|
-
height: 1em;
|
|
35
|
-
}
|
|
36
|
-
._teddy-icon--xxs_1rwgf_11 {
|
|
37
|
-
width: var(--teddy-spacing-150);
|
|
38
|
-
height: var(--teddy-spacing-150);
|
|
39
|
-
}
|
|
40
|
-
._teddy-icon--xs_1rwgf_15 {
|
|
41
|
-
width: var(--teddy-spacing-200);
|
|
42
|
-
height: var(--teddy-spacing-200);
|
|
43
|
-
}
|
|
44
|
-
._teddy-icon--sm_1rwgf_19 {
|
|
45
|
-
width: var(--teddy-spacing-250);
|
|
46
|
-
height: var(--teddy-spacing-250);
|
|
47
|
-
}
|
|
48
|
-
._teddy-icon--md_1rwgf_23 {
|
|
49
|
-
width: var(--teddy-spacing-300);
|
|
50
|
-
height: var(--teddy-spacing-300);
|
|
51
|
-
}
|
|
52
|
-
._teddy-icon--lg_1rwgf_27 {
|
|
53
|
-
width: var(--teddy-spacing-400);
|
|
54
|
-
height: var(--teddy-spacing-400);
|
|
55
|
-
}
|
|
56
|
-
._teddy-icon--xl_1rwgf_31 {
|
|
57
|
-
width: var(--teddy-spacing-600);
|
|
58
|
-
height: var(--teddy-spacing-600);
|
|
59
|
-
}
|
|
60
|
-
._teddy-icon-with-children_1rwgf_35 {
|
|
61
|
-
display: inline-flex;
|
|
62
|
-
align-items: center;
|
|
63
|
-
font-family: var(--teddy-typography-family-default);
|
|
64
|
-
gap: var(--teddy-spacing-100);
|
|
65
|
-
}
|
|
66
|
-
}@layer text {
|
|
67
|
-
._teddy-text_15w9u_2 {
|
|
68
|
-
color: inherit;
|
|
69
|
-
display: block;
|
|
70
|
-
margin: 0;
|
|
71
|
-
hyphens: none;
|
|
72
|
-
}
|
|
73
|
-
._teddy-text--disabled_15w9u_8 {
|
|
74
|
-
color: var(--teddy-color-text-weak);
|
|
75
|
-
}
|
|
76
|
-
._teddy-text--hyphens_15w9u_11 {
|
|
77
|
-
hyphens: auto;
|
|
78
|
-
}
|
|
79
|
-
._teddy-text--paragraph-100_15w9u_14 {
|
|
80
|
-
font-family: var(--teddy-typography-family-default);
|
|
81
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
82
|
-
font-size: var(--teddy-typography-scale-100);
|
|
83
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
84
|
-
}
|
|
85
|
-
._teddy-text--paragraph-100-medium_15w9u_20 {
|
|
86
|
-
font-family: var(--teddy-typography-family-default);
|
|
87
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
88
|
-
font-size: var(--teddy-typography-scale-100);
|
|
89
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
90
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
91
|
-
}
|
|
92
|
-
._teddy-text--paragraph-100-bold_15w9u_27 {
|
|
93
|
-
font-family: var(--teddy-typography-family-default);
|
|
94
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
95
|
-
font-size: var(--teddy-typography-scale-100);
|
|
96
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
97
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
98
|
-
}
|
|
99
|
-
._teddy-text--paragraph-200_15w9u_34 {
|
|
100
|
-
font-family: var(--teddy-typography-family-default);
|
|
101
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
102
|
-
font-size: var(--teddy-typography-scale-100);
|
|
103
|
-
line-height: var(--teddy-typography-line-height-looser);
|
|
104
|
-
}
|
|
105
|
-
._teddy-text--preamble-100_15w9u_40 {
|
|
106
|
-
font-family: var(--teddy-typography-family-default);
|
|
107
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
108
|
-
font-size: var(--teddy-typography-scale-200);
|
|
109
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
110
|
-
}
|
|
111
|
-
._teddy-text--preamble-200_15w9u_46 {
|
|
112
|
-
font-family: var(--teddy-typography-family-default);
|
|
113
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
114
|
-
font-size: clamp(var(--teddy-typography-scale-150), 3vw, var(--teddy-typography-scale-400));
|
|
115
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
116
|
-
}
|
|
117
|
-
._teddy-text--additional-100_15w9u_52 {
|
|
118
|
-
font-family: var(--teddy-typography-family-default);
|
|
119
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
120
|
-
font-size: var(--teddy-typography-scale-75);
|
|
121
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
122
|
-
}
|
|
123
|
-
._teddy-text--additional-100-medium_15w9u_58 {
|
|
124
|
-
font-family: var(--teddy-typography-family-default);
|
|
125
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
126
|
-
font-size: var(--teddy-typography-scale-75);
|
|
127
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
128
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
129
|
-
}
|
|
130
|
-
._teddy-text--overline-100_15w9u_65 {
|
|
131
|
-
font-family: var(--teddy-typography-family-default);
|
|
132
|
-
font-size: var(--teddy-typography-scale-75);
|
|
133
|
-
letter-spacing: var(--teddy-spacing-10);
|
|
134
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
135
|
-
text-transform: uppercase;
|
|
136
|
-
}
|
|
137
|
-
._teddy-text--overline-200_15w9u_72 {
|
|
138
|
-
font-family: var(--teddy-typography-family-default);
|
|
139
|
-
font-size: clamp(var(--teddy-typography-scale-75), 3vw, var(--teddy-typography-scale-100));
|
|
140
|
-
letter-spacing: var(--teddy-spacing-10);
|
|
141
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
142
|
-
text-transform: uppercase;
|
|
143
|
-
}
|
|
144
|
-
}@layer heading {
|
|
145
|
-
._teddy-heading_r8os0_2 {
|
|
146
|
-
color: var(--teddy-color-text-default);
|
|
147
|
-
display: block;
|
|
148
|
-
hyphens: none;
|
|
149
|
-
margin: 0;
|
|
150
|
-
max-width: 60ch;
|
|
151
|
-
}
|
|
152
|
-
._teddy-heading--hyphens_r8os0_9 {
|
|
153
|
-
hyphens: auto;
|
|
154
|
-
}
|
|
155
|
-
._teddy-heading--subsection-100_r8os0_12 {
|
|
156
|
-
font-family: var(--teddy-typography-family-default);
|
|
157
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
158
|
-
font-size: var(--teddy-typography-scale-100);
|
|
159
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
160
|
-
}
|
|
161
|
-
._teddy-heading--title-100_r8os0_18 {
|
|
162
|
-
font-family: var(--teddy-typography-family-default);
|
|
163
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
164
|
-
font-size: clamp(var(--teddy-typography-scale-100), 3cqw, var(--teddy-typography-scale-200));
|
|
165
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
4
|
+
|
|
5
|
+
@layer flex {
|
|
6
|
+
._teddy-flex_1ncy4_1 {
|
|
7
|
+
display: flex;
|
|
166
8
|
}
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
9
|
+
}@layer ribbon {
|
|
10
|
+
._teddy-ribbon_14u2k_2 {
|
|
11
|
+
padding: var(--teddy-spacing-150);
|
|
12
|
+
width: 100%;
|
|
172
13
|
}
|
|
173
|
-
._teddy-
|
|
174
|
-
|
|
175
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
176
|
-
font-size: clamp(var(--teddy-typography-scale-400), 3cqw, var(--teddy-typography-scale-600));
|
|
177
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
14
|
+
._teddy-ribbon--rounded_14u2k_6 {
|
|
15
|
+
border-radius: var(--teddy-border-radius-md);
|
|
178
16
|
}
|
|
179
|
-
._teddy-
|
|
180
|
-
|
|
181
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
182
|
-
font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-700));
|
|
183
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
17
|
+
._teddy-ribbon--backgroundColor-orange-100_14u2k_9 {
|
|
18
|
+
background-color: var(--teddy-color-orange-100);
|
|
184
19
|
}
|
|
185
|
-
._teddy-
|
|
186
|
-
|
|
187
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
188
|
-
font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-800));
|
|
189
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
20
|
+
._teddy-ribbon--backgroundColor-green-50_14u2k_12 {
|
|
21
|
+
background-color: var(--teddy-color-green-50);
|
|
190
22
|
}
|
|
191
|
-
._teddy-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
195
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
196
|
-
}
|
|
197
|
-
._teddy-heading--title-700_r8os0_54 {
|
|
198
|
-
font-family: var(--teddy-typography-family-default);
|
|
199
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
200
|
-
font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
|
|
201
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
23
|
+
._teddy-ribbon_14u2k_2 svg {
|
|
24
|
+
flex-shrink: 0;
|
|
25
|
+
margin-right: var(--teddy-spacing-100);
|
|
202
26
|
}
|
|
203
|
-
._teddy-
|
|
204
|
-
|
|
205
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
206
|
-
font-size: clamp(var(--teddy-typography-scale-600), 3cqw, var(--teddy-typography-scale-800));
|
|
207
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
27
|
+
._teddy-ribbon--iconPlacement-top_14u2k_19 svg {
|
|
28
|
+
align-self: flex-start;
|
|
208
29
|
}
|
|
209
|
-
._teddy-
|
|
210
|
-
|
|
211
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
212
|
-
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
213
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
30
|
+
._teddy-ribbon--iconPlacement-center_14u2k_22 svg {
|
|
31
|
+
align-self: center;
|
|
214
32
|
}
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
33
|
+
}._teddy-expandable-card_12yyw_1 {
|
|
34
|
+
display: flex;
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
gap: var(--teddy-spacing-400);
|
|
37
|
+
}
|
|
38
|
+
._teddy-expandable-card__item_12yyw_6 {
|
|
39
|
+
width: 100%;
|
|
40
|
+
display: flex;
|
|
41
|
+
flex-direction: column;
|
|
42
|
+
border-radius: var(--teddy-border-radius-md);
|
|
43
|
+
border: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
44
|
+
box-shadow: var(--teddy-shadow-sm);
|
|
45
|
+
}
|
|
46
|
+
._teddy-expandable-card__trigger_12yyw_14 {
|
|
47
|
+
border: unset;
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-direction: column;
|
|
50
|
+
padding: var(--teddy-spacing-300);
|
|
51
|
+
font-family: inherit;
|
|
52
|
+
background-color: transparent;
|
|
53
|
+
width: 100%;
|
|
54
|
+
min-width: 2rem;
|
|
55
|
+
justify-content: space-between;
|
|
56
|
+
cursor: pointer;
|
|
57
|
+
transition-duration: var(--teddy-motion-duration-100);
|
|
58
|
+
transition-timing-function: var(--teddy-motion-easing-ease-in-out);
|
|
59
|
+
transition-property: background-color, color;
|
|
60
|
+
text-align: start;
|
|
61
|
+
}
|
|
62
|
+
._teddy-expandable-card__trigger_12yyw_14:hover {
|
|
63
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
64
|
+
}
|
|
65
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
66
|
+
._teddy-expandable-card__trigger_12yyw_14:active {
|
|
67
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
220
68
|
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
69
|
+
}
|
|
70
|
+
._teddy-expandable-card__trigger_12yyw_14 ._teddy-expandable-card__indicator_12yyw_38 {
|
|
71
|
+
flex-shrink: 0;
|
|
72
|
+
transform: rotate(0);
|
|
73
|
+
margin-left: var(--teddy-spacing-100);
|
|
74
|
+
min-width: var(--teddy-spacing-300);
|
|
75
|
+
min-height: var(--teddy-spacing-300);
|
|
76
|
+
}
|
|
77
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
78
|
+
._teddy-expandable-card__trigger_12yyw_14 ._teddy-expandable-card__indicator_12yyw_38 {
|
|
79
|
+
transition: transform var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
|
|
226
80
|
}
|
|
227
|
-
}
|
|
228
|
-
|
|
81
|
+
}
|
|
82
|
+
._teddy-expandable-card__trigger_12yyw_14 ._teddy-expandable-card__hidden_12yyw_50 {
|
|
83
|
+
width: 100%;
|
|
84
|
+
}
|
|
85
|
+
._teddy-expandable-card__trigger_12yyw_14[data-state=open] {
|
|
86
|
+
padding-bottom: var(--teddy-spacing-0);
|
|
87
|
+
}
|
|
88
|
+
._teddy-expandable-card__trigger_12yyw_14[data-state=open] ._teddy-expandable-card__line_12yyw_56 {
|
|
89
|
+
margin-bottom: var(--teddy-spacing-0);
|
|
90
|
+
}
|
|
91
|
+
._teddy-expandable-card__trigger_12yyw_14[data-state=open] ._teddy-expandable-card__content_12yyw_59 {
|
|
92
|
+
padding-top: var(--teddy-spacing-200);
|
|
93
|
+
}
|
|
94
|
+
._teddy-expandable-card__trigger_12yyw_14[data-state=open] ._teddy-expandable-card__indicator_12yyw_38 {
|
|
95
|
+
transform: rotate(180deg);
|
|
96
|
+
}
|
|
97
|
+
._teddy-expandable-card__trigger_12yyw_14[data-state=open] ._teddy-expandable-card__hidden_12yyw_50 {
|
|
98
|
+
display: none;
|
|
99
|
+
}
|
|
100
|
+
._teddy-expandable-card__description_12yyw_68 {
|
|
229
101
|
display: flex;
|
|
102
|
+
justify-content: space-between;
|
|
103
|
+
flex-grow: 1;
|
|
230
104
|
flex-direction: column;
|
|
231
|
-
gap: var(--teddy-spacing-150);
|
|
232
|
-
background-color: var(--teddy-color-background-status-warning);
|
|
233
|
-
color: var(--teddy-color-text-default);
|
|
234
|
-
}
|
|
235
|
-
._teddy-notabene__icon_waflr_9, ._teddy-notabene__heading_waflr_9 {
|
|
236
|
-
color: var(--teddy-color-orange-600);
|
|
237
105
|
}
|
|
238
106
|
@media (min-width: 600px) {
|
|
239
|
-
._teddy-
|
|
240
|
-
padding: var(--teddy-spacing-400);
|
|
107
|
+
._teddy-expandable-card__description_12yyw_68 {
|
|
241
108
|
flex-direction: row;
|
|
242
|
-
gap: var(--teddy-spacing-300);
|
|
243
109
|
}
|
|
244
|
-
}._teddy-tooltip__content_14d9w_1 {
|
|
245
|
-
box-sizing: border-box;
|
|
246
|
-
max-width: calc(17rem * var(--teddy-rescale));
|
|
247
|
-
border-radius: var(--teddy-border-radius-md);
|
|
248
|
-
padding: var(--teddy-spacing-150);
|
|
249
|
-
user-select: none;
|
|
250
|
-
animation-duration: var(--teddy-motion-duration-400);
|
|
251
|
-
animation-timing-function: var(--teddy-motion-easing-ease-out);
|
|
252
|
-
will-change: transform, opacity;
|
|
253
|
-
background-color: var(--teddy-color-background-tone-on-tone-primary);
|
|
254
|
-
color: var(--teddy-color-text-tone-on-tone-primary);
|
|
255
110
|
}
|
|
256
|
-
._teddy-
|
|
257
|
-
|
|
258
|
-
|
|
111
|
+
._teddy-expandable-card__price_12yyw_79 {
|
|
112
|
+
display: flex;
|
|
113
|
+
align-items: center;
|
|
259
114
|
}
|
|
260
|
-
._teddy-
|
|
261
|
-
|
|
115
|
+
._teddy-expandable-card__header_12yyw_83 {
|
|
116
|
+
display: flex;
|
|
117
|
+
width: 100%;
|
|
262
118
|
}
|
|
263
|
-
._teddy-
|
|
264
|
-
|
|
119
|
+
._teddy-expandable-card__line_12yyw_56 {
|
|
120
|
+
border: 0;
|
|
121
|
+
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
265
122
|
}
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
._teddy-tooltip__content_14d9w_1[data-state=delayed-open][data-side=left] {
|
|
277
|
-
animation-name: _slideRightAndFade_14d9w_1;
|
|
278
|
-
}
|
|
123
|
+
._teddy-expandable-card__slot_12yyw_91 {
|
|
124
|
+
display: flex;
|
|
125
|
+
gap: var(--teddy-spacing-150);
|
|
126
|
+
transform: translateY(0%);
|
|
127
|
+
}
|
|
128
|
+
._teddy-expandable-card__slot--center_12yyw_96 {
|
|
129
|
+
transform: translate(-50%, -10%);
|
|
130
|
+
}
|
|
131
|
+
._teddy-expandable-card__slot--bottom_12yyw_99._teddy-expandable-card__slot--center_12yyw_96 {
|
|
132
|
+
transform: translate(-50%, 10%);
|
|
279
133
|
}
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
opacity: 0;
|
|
284
|
-
transform: translateY(2px);
|
|
285
|
-
scale: 0.9;
|
|
286
|
-
}
|
|
287
|
-
to {
|
|
288
|
-
opacity: 1;
|
|
289
|
-
transform: translateY(0);
|
|
290
|
-
}
|
|
134
|
+
._teddy-expandable-card__content_12yyw_59 {
|
|
135
|
+
overflow: hidden;
|
|
136
|
+
padding: var(--teddy-spacing-300);
|
|
291
137
|
}
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
opacity: 0;
|
|
295
|
-
scale: 0.9;
|
|
296
|
-
transform: translateX(-2px);
|
|
297
|
-
}
|
|
298
|
-
to {
|
|
299
|
-
opacity: 1;
|
|
300
|
-
transform: translateX(0);
|
|
301
|
-
}
|
|
138
|
+
._teddy-expandable-card__content_12yyw_59[data-state=open] {
|
|
139
|
+
padding-top: var(--teddy-spacing-200);
|
|
302
140
|
}
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
opacity: 0;
|
|
306
|
-
scale: 0.9;
|
|
307
|
-
transform: translateY(-2px);
|
|
308
|
-
}
|
|
309
|
-
to {
|
|
310
|
-
opacity: 1;
|
|
311
|
-
transform: translateY(0);
|
|
312
|
-
}
|
|
141
|
+
._teddy-expandable-card__content_12yyw_59 > *:not(:first-child) {
|
|
142
|
+
margin-top: var(--teddy-spacing-200);
|
|
313
143
|
}
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
}
|
|
320
|
-
to {
|
|
321
|
-
opacity: 1;
|
|
322
|
-
transform: translateX(0);
|
|
323
|
-
}
|
|
144
|
+
._teddy-expandable-card__button--right_12yyw_112 {
|
|
145
|
+
float: right;
|
|
146
|
+
}
|
|
147
|
+
._teddy-expandable-card__button--left_12yyw_115 {
|
|
148
|
+
float: left;
|
|
324
149
|
}._teddy-spinner--xxs_ywden_1 {
|
|
325
150
|
height: var(--teddy-spacing-250);
|
|
326
151
|
width: var(--teddy-spacing-250);
|
|
@@ -458,260 +283,547 @@
|
|
|
458
283
|
background-color: var(--teddy-color-background-interactive-primary);
|
|
459
284
|
color: var(--teddy-color-text-interactive-on-primary);
|
|
460
285
|
}
|
|
461
|
-
._teddy-button--primary_aswkh_74:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
462
|
-
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
286
|
+
._teddy-button--primary_aswkh_74:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
287
|
+
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
288
|
+
}
|
|
289
|
+
._teddy-button--primary_aswkh_74:active:not(._teddy-button--disabled_aswkh_78) {
|
|
290
|
+
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
291
|
+
}
|
|
292
|
+
._teddy-button--primary-negative_aswkh_84 {
|
|
293
|
+
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
294
|
+
color: var(--teddy-color-text-interactive-on-primary-negative);
|
|
295
|
+
}
|
|
296
|
+
._teddy-button--primary-negative_aswkh_84:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
297
|
+
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
298
|
+
border-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
299
|
+
}
|
|
300
|
+
._teddy-button--primary-negative_aswkh_84:active:not(._teddy-button--disabled_aswkh_78) {
|
|
301
|
+
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
302
|
+
border-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
303
|
+
}
|
|
304
|
+
._teddy-button--secondary_aswkh_96 {
|
|
305
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
306
|
+
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary);
|
|
307
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
308
|
+
}
|
|
309
|
+
._teddy-button--secondary_aswkh_96:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
310
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
311
|
+
}
|
|
312
|
+
._teddy-button--secondary_aswkh_96:active:not(._teddy-button--disabled_aswkh_78) {
|
|
313
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
314
|
+
}
|
|
315
|
+
._teddy-button--secondary-negative_aswkh_107 {
|
|
316
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
317
|
+
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary-negative);
|
|
318
|
+
color: var(--teddy-color-text-interactive-primary-negative);
|
|
319
|
+
}
|
|
320
|
+
._teddy-button--secondary-negative_aswkh_107:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
321
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
322
|
+
}
|
|
323
|
+
._teddy-button--secondary-negative_aswkh_107:active:not(._teddy-button--disabled_aswkh_78) {
|
|
324
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
325
|
+
}
|
|
326
|
+
._teddy-button--expressive_aswkh_118 {
|
|
327
|
+
background-color: var(--teddy-color-background-interactive-expressive);
|
|
328
|
+
color: var(--teddy-color-text-interactive-on-expressive);
|
|
329
|
+
}
|
|
330
|
+
._teddy-button--expressive_aswkh_118:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
331
|
+
background-color: var(--teddy-color-background-interactive-expressive-hover);
|
|
332
|
+
}
|
|
333
|
+
._teddy-button--expressive_aswkh_118:active:not(._teddy-button--disabled_aswkh_78) {
|
|
334
|
+
background-color: var(--teddy-color-background-interactive-expressive-active);
|
|
335
|
+
}
|
|
336
|
+
._teddy-button--expressive-negative_aswkh_128 {
|
|
337
|
+
background-color: var(--teddy-color-background-interactive-expressive-negative);
|
|
338
|
+
color: var(--teddy-color-text-interactive-on-expressive-negative);
|
|
339
|
+
}
|
|
340
|
+
._teddy-button--expressive-negative_aswkh_128:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
341
|
+
background-color: var(--teddy-color-background-interactive-expressive-negative-hover);
|
|
342
|
+
color: var(--teddy-color-text-interactive-on-expressive-negative-hover);
|
|
343
|
+
}
|
|
344
|
+
._teddy-button--expressive-negative_aswkh_128:active:not(._teddy-button--disabled_aswkh_78) {
|
|
345
|
+
background-color: var(--teddy-color-background-interactive-expressive-negative-active);
|
|
346
|
+
color: var(--teddy-color-text-interactive-on-expressive-negative-active);
|
|
347
|
+
}
|
|
348
|
+
._teddy-button--negative_aswkh_140._teddy-button--disabled_aswkh_78 {
|
|
349
|
+
background-color: var(--teddy-color-background-interactive-disabled-negative);
|
|
350
|
+
color: var(--teddy-color-text-weak-negative);
|
|
351
|
+
}
|
|
352
|
+
._teddy-button--secondary_aswkh_96._teddy-button--disabled_aswkh_78, ._teddy-button--secondary-negative_aswkh_107._teddy-button--disabled_aswkh_78 {
|
|
353
|
+
box-shadow: none;
|
|
354
|
+
}
|
|
355
|
+
._teddy-button--destructive_aswkh_147 {
|
|
356
|
+
background-color: var(--teddy-color-background-interactive-destructive);
|
|
357
|
+
color: var(--teddy-color-text-interactive-on-destructive);
|
|
358
|
+
}
|
|
359
|
+
._teddy-button--destructive_aswkh_147:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
360
|
+
background-color: var(--teddy-color-background-interactive-destructive-hover);
|
|
361
|
+
}
|
|
362
|
+
._teddy-button--destructive_aswkh_147:active:not(._teddy-button--disabled_aswkh_78) {
|
|
363
|
+
background-color: var(--teddy-color-background-interactive-destructive-active);
|
|
364
|
+
}
|
|
365
|
+
._teddy-button--destructive-negative_aswkh_157 {
|
|
366
|
+
background-color: var(--teddy-color-background-interactive-destructive);
|
|
367
|
+
color: var(--teddy-color-text-interactive-on-destructive);
|
|
368
|
+
}
|
|
369
|
+
._teddy-button--destructive-negative_aswkh_157:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
370
|
+
background-color: var(--teddy-color-background-interactive-destructive-hover);
|
|
371
|
+
}
|
|
372
|
+
._teddy-button--destructive-negative_aswkh_157:active:not(._teddy-button--disabled_aswkh_78) {
|
|
373
|
+
background-color: var(--teddy-color-background-interactive-destructive-active);
|
|
374
|
+
}
|
|
375
|
+
._teddy-button--tertiary-purple_aswkh_167 {
|
|
376
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
377
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
378
|
+
}
|
|
379
|
+
._teddy-button--tertiary-purple_aswkh_167._teddy-button--disabled_aswkh_78 {
|
|
380
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
381
|
+
}
|
|
382
|
+
._teddy-button--tertiary-purple_aswkh_167:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
383
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
384
|
+
}
|
|
385
|
+
._teddy-button--tertiary-purple_aswkh_167:active:not(._teddy-button--disabled_aswkh_78) {
|
|
386
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
387
|
+
}
|
|
388
|
+
._teddy-button--tertiary-purple-negative_aswkh_180 {
|
|
389
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
390
|
+
color: var(--teddy-color-text-interactive-primary-negative);
|
|
391
|
+
}
|
|
392
|
+
._teddy-button--tertiary-purple-negative_aswkh_180._teddy-button--disabled_aswkh_78 {
|
|
393
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
394
|
+
}
|
|
395
|
+
._teddy-button--tertiary-purple-negative_aswkh_180:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
396
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
397
|
+
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
398
|
+
}
|
|
399
|
+
._teddy-button--tertiary-purple-negative_aswkh_180:active:not(._teddy-button--disabled_aswkh_78) {
|
|
400
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
401
|
+
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
402
|
+
}
|
|
403
|
+
._teddy-button--list-item_aswkh_195 {
|
|
404
|
+
border-radius: var(--teddy-border-radius-md);
|
|
405
|
+
padding: var(--teddy-spacing-250) var(--teddy-spacing-150);
|
|
406
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
407
|
+
color: var(--teddy-color-text-default);
|
|
408
|
+
font-weight: 400;
|
|
409
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
410
|
+
justify-content: flex-start;
|
|
411
|
+
}
|
|
412
|
+
._teddy-button--list-item_aswkh_195._teddy-button--disabled_aswkh_78 {
|
|
413
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
414
|
+
color: var(--teddy-color-text-weak);
|
|
415
|
+
}
|
|
416
|
+
._teddy-button--list-item_aswkh_195:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
417
|
+
background-color: var(--teddy-color-background-secondary);
|
|
418
|
+
}
|
|
419
|
+
._teddy-button--list-item_aswkh_195:active:not(._teddy-button--disabled_aswkh_78) {
|
|
420
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
421
|
+
}
|
|
422
|
+
._teddy-button--text-negative_aswkh_214 {
|
|
423
|
+
border-radius: 0;
|
|
424
|
+
padding-left: 0;
|
|
425
|
+
padding-right: 0;
|
|
426
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
427
|
+
color: var(--teddy-color-text-interactive-primary-negative);
|
|
428
|
+
}
|
|
429
|
+
._teddy-button--text-negative_aswkh_214:focus-visible::before {
|
|
430
|
+
border-radius: 0;
|
|
431
|
+
}
|
|
432
|
+
._teddy-button--text-negative_aswkh_214._teddy-button--disabled_aswkh_78 {
|
|
433
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
434
|
+
}
|
|
435
|
+
._teddy-button--text-negative_aswkh_214:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
436
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
437
|
+
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
438
|
+
}
|
|
439
|
+
._teddy-button--text-negative_aswkh_214:active:not(._teddy-button--disabled_aswkh_78) {
|
|
440
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
441
|
+
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
442
|
+
}
|
|
443
|
+
._teddy-button--text_aswkh_214 {
|
|
444
|
+
border-radius: 0;
|
|
445
|
+
padding-left: 0;
|
|
446
|
+
padding-right: 0;
|
|
447
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
448
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
449
|
+
}
|
|
450
|
+
._teddy-button--text_aswkh_214:focus-visible::before {
|
|
451
|
+
border-radius: 0;
|
|
452
|
+
}
|
|
453
|
+
._teddy-button--text_aswkh_214._teddy-button--disabled_aswkh_78 {
|
|
454
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
455
|
+
color: var(--teddy-color-text-weak);
|
|
456
|
+
}
|
|
457
|
+
._teddy-button--text_aswkh_214:hover:not(._teddy-button--disabled_aswkh_78) {
|
|
458
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
459
|
+
}
|
|
460
|
+
._teddy-button--text_aswkh_214:active:not(._teddy-button--disabled_aswkh_78) {
|
|
461
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
462
|
+
}
|
|
463
|
+
._teddy-button--disabled_aswkh_78 {
|
|
464
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
465
|
+
color: var(--teddy-color-text-weak);
|
|
466
|
+
cursor: not-allowed;
|
|
467
|
+
transition-duration: var(--teddy-motion-duration-400);
|
|
468
|
+
}
|
|
469
|
+
._teddy-button__loading_aswkh_261 {
|
|
470
|
+
position: absolute;
|
|
471
|
+
inset: 0;
|
|
472
|
+
display: grid;
|
|
473
|
+
place-items: center;
|
|
474
|
+
border-radius: inherit;
|
|
475
|
+
background-color: var(--teddy-color-transparent-white-500);
|
|
476
|
+
animation: _fadeInAnimation_aswkh_1 ease var(--teddy-motion-duration-500);
|
|
477
|
+
animation-iteration-count: 1;
|
|
478
|
+
animation-fill-mode: forwards;
|
|
479
|
+
}
|
|
480
|
+
._teddy-button__loading_aswkh_261 ._teddy-button__spinner_aswkh_272 circle {
|
|
481
|
+
stroke: var(--teddy-color-transparent-black-700);
|
|
482
|
+
}
|
|
483
|
+
._teddy-button--icon-only_aswkh_56 ._teddy-button__loading_aswkh_261 {
|
|
484
|
+
background-color: var(--teddy-color-gray-100);
|
|
485
|
+
}
|
|
486
|
+
}._teddy-color-dot_cywb7_1 {
|
|
487
|
+
border-radius: var(--teddy-border-radius-full);
|
|
488
|
+
height: var(--size);
|
|
489
|
+
width: var(--size);
|
|
490
|
+
display: block;
|
|
491
|
+
}
|
|
492
|
+
._teddy-color-dot--xs_cywb7_7 {
|
|
493
|
+
--size: var(--teddy-spacing-150);
|
|
494
|
+
}
|
|
495
|
+
._teddy-color-dot--sm_cywb7_10 {
|
|
496
|
+
--size: var(--teddy-spacing-300);
|
|
497
|
+
}
|
|
498
|
+
._teddy-color-dot--md_cywb7_13 {
|
|
499
|
+
--size: var(--teddy-spacing-400);
|
|
500
|
+
}
|
|
501
|
+
._teddy-color-dot--lg_cywb7_16 {
|
|
502
|
+
--size: var(--teddy-spacing-600);
|
|
503
|
+
}
|
|
504
|
+
._teddy-color-dot--bordered_cywb7_19 {
|
|
505
|
+
--border-width: var(--teddy-border-width-xs);
|
|
506
|
+
box-shadow: 0 0 0 var(--border-width) var(--teddy-color-border-medium);
|
|
507
|
+
height: calc(var(--size) - var(--border-width) * 2);
|
|
508
|
+
margin: var(--border-width);
|
|
509
|
+
width: calc(var(--size) - var(--border-width) * 2);
|
|
510
|
+
}._teddy-progress-bar_1lq9i_1 {
|
|
511
|
+
background: var(--teddy-color-transparent-black-100);
|
|
512
|
+
overflow: hidden;
|
|
513
|
+
border-radius: 99999px;
|
|
514
|
+
height: 6px;
|
|
515
|
+
/* Fix overflow clipping in Safari */
|
|
516
|
+
/* https://gist.github.com/domske/b66047671c780a238b51c51ffde8d3a0 */
|
|
517
|
+
transform: translateZ(0);
|
|
518
|
+
}
|
|
519
|
+
._teddy-progress-bar_1lq9i_1 ._teddy-progress-bar__indicator_1lq9i_10 {
|
|
520
|
+
background-color: var(--teddy-color-purple-800);
|
|
521
|
+
width: 100%;
|
|
522
|
+
height: 100%;
|
|
523
|
+
animation: _slideInFromLeft_1lq9i_1 1s cubic-bezier(0.65, 0, 0.35, 1);
|
|
524
|
+
}
|
|
525
|
+
._teddy-progress-bar--dark_1lq9i_16 {
|
|
526
|
+
background: var(--teddy-color-transparent-white-100);
|
|
527
|
+
}
|
|
528
|
+
._teddy-progress-bar--dark_1lq9i_16 ._teddy-progress-bar__indicator_1lq9i_10 {
|
|
529
|
+
background-color: var(--teddy-color-purple-300);
|
|
530
|
+
}
|
|
531
|
+
@keyframes _slideInFromLeft_1lq9i_1 {
|
|
532
|
+
0% {
|
|
533
|
+
transform: translateX(-100%);
|
|
534
|
+
}
|
|
535
|
+
}._teddy-notabene_1dybk_1 {
|
|
536
|
+
padding: var(--teddy-spacing-300);
|
|
537
|
+
display: flex;
|
|
538
|
+
flex-direction: column;
|
|
539
|
+
gap: var(--teddy-spacing-150);
|
|
540
|
+
background-color: var(--teddy-color-background-status-warning);
|
|
541
|
+
color: var(--teddy-color-text-default);
|
|
542
|
+
}
|
|
543
|
+
._teddy-notabene__icon_1dybk_9, ._teddy-notabene__heading_1dybk_9 {
|
|
544
|
+
color: var(--teddy-color-orange-600);
|
|
545
|
+
align-self: flex-start;
|
|
546
|
+
}
|
|
547
|
+
@media (min-width: 600px) {
|
|
548
|
+
._teddy-notabene_1dybk_1 {
|
|
549
|
+
padding: var(--teddy-spacing-400);
|
|
550
|
+
flex-direction: row;
|
|
551
|
+
gap: var(--teddy-spacing-300);
|
|
463
552
|
}
|
|
464
|
-
|
|
465
|
-
|
|
553
|
+
}@layer heading {
|
|
554
|
+
._teddy-heading_r8os0_2 {
|
|
555
|
+
color: var(--teddy-color-text-default);
|
|
556
|
+
display: block;
|
|
557
|
+
hyphens: none;
|
|
558
|
+
margin: 0;
|
|
559
|
+
max-width: 60ch;
|
|
466
560
|
}
|
|
467
|
-
._teddy-
|
|
468
|
-
|
|
469
|
-
color: var(--teddy-color-text-interactive-on-primary-negative);
|
|
561
|
+
._teddy-heading--hyphens_r8os0_9 {
|
|
562
|
+
hyphens: auto;
|
|
470
563
|
}
|
|
471
|
-
._teddy-
|
|
472
|
-
|
|
473
|
-
|
|
564
|
+
._teddy-heading--subsection-100_r8os0_12 {
|
|
565
|
+
font-family: var(--teddy-typography-family-default);
|
|
566
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
567
|
+
font-size: var(--teddy-typography-scale-100);
|
|
568
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
474
569
|
}
|
|
475
|
-
._teddy-
|
|
476
|
-
|
|
477
|
-
|
|
570
|
+
._teddy-heading--title-100_r8os0_18 {
|
|
571
|
+
font-family: var(--teddy-typography-family-default);
|
|
572
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
573
|
+
font-size: clamp(var(--teddy-typography-scale-100), 3cqw, var(--teddy-typography-scale-200));
|
|
574
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
478
575
|
}
|
|
479
|
-
._teddy-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
576
|
+
._teddy-heading--title-200_r8os0_24 {
|
|
577
|
+
font-family: var(--teddy-typography-family-default);
|
|
578
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
579
|
+
font-size: clamp(var(--teddy-typography-scale-200), 3cqw, var(--teddy-typography-scale-400));
|
|
580
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
483
581
|
}
|
|
484
|
-
._teddy-
|
|
485
|
-
|
|
582
|
+
._teddy-heading--title-300_r8os0_30 {
|
|
583
|
+
font-family: var(--teddy-typography-family-default);
|
|
584
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
585
|
+
font-size: clamp(var(--teddy-typography-scale-400), 3cqw, var(--teddy-typography-scale-600));
|
|
586
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
486
587
|
}
|
|
487
|
-
._teddy-
|
|
488
|
-
|
|
588
|
+
._teddy-heading--title-400_r8os0_36 {
|
|
589
|
+
font-family: var(--teddy-typography-family-default);
|
|
590
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
591
|
+
font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-700));
|
|
592
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
489
593
|
}
|
|
490
|
-
._teddy-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
594
|
+
._teddy-heading--title-500_r8os0_42 {
|
|
595
|
+
font-family: var(--teddy-typography-family-default);
|
|
596
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
597
|
+
font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-800));
|
|
598
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
494
599
|
}
|
|
495
|
-
._teddy-
|
|
496
|
-
|
|
600
|
+
._teddy-heading--title-600_r8os0_48 {
|
|
601
|
+
font-family: var(--teddy-typography-family-default);
|
|
602
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
603
|
+
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
604
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
497
605
|
}
|
|
498
|
-
._teddy-
|
|
499
|
-
|
|
606
|
+
._teddy-heading--title-700_r8os0_54 {
|
|
607
|
+
font-family: var(--teddy-typography-family-default);
|
|
608
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
609
|
+
font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
|
|
610
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
500
611
|
}
|
|
501
|
-
._teddy-
|
|
502
|
-
|
|
503
|
-
|
|
612
|
+
._teddy-heading--display-25_r8os0_60 {
|
|
613
|
+
font-family: var(--teddy-typography-family-display);
|
|
614
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
615
|
+
font-size: clamp(var(--teddy-typography-scale-600), 3cqw, var(--teddy-typography-scale-800));
|
|
616
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
504
617
|
}
|
|
505
|
-
._teddy-
|
|
506
|
-
|
|
618
|
+
._teddy-heading--display-50_r8os0_66 {
|
|
619
|
+
font-family: var(--teddy-typography-family-display);
|
|
620
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
621
|
+
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
622
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
507
623
|
}
|
|
508
|
-
._teddy-
|
|
509
|
-
|
|
624
|
+
._teddy-heading--display-100_r8os0_72 {
|
|
625
|
+
font-family: var(--teddy-typography-family-display);
|
|
626
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
627
|
+
font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
|
|
628
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
510
629
|
}
|
|
511
|
-
._teddy-
|
|
512
|
-
|
|
513
|
-
|
|
630
|
+
._teddy-heading--display-200_r8os0_78 {
|
|
631
|
+
font-family: var(--teddy-typography-family-display);
|
|
632
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
633
|
+
font-size: clamp(var(--teddy-typography-scale-800), 3cqw, var(--teddy-typography-scale-1000));
|
|
634
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
514
635
|
}
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
636
|
+
}@layer icon {
|
|
637
|
+
._teddy-icon_1rwgf_2 {
|
|
638
|
+
display: inline;
|
|
639
|
+
align-self: center;
|
|
640
|
+
fill: currentColor;
|
|
518
641
|
}
|
|
519
|
-
._teddy-
|
|
520
|
-
|
|
521
|
-
|
|
642
|
+
._teddy-icon--font_1rwgf_7 {
|
|
643
|
+
width: 1em;
|
|
644
|
+
height: 1em;
|
|
522
645
|
}
|
|
523
|
-
._teddy-
|
|
524
|
-
|
|
525
|
-
|
|
646
|
+
._teddy-icon--xxs_1rwgf_11 {
|
|
647
|
+
width: var(--teddy-spacing-150);
|
|
648
|
+
height: var(--teddy-spacing-150);
|
|
526
649
|
}
|
|
527
|
-
._teddy-
|
|
528
|
-
|
|
650
|
+
._teddy-icon--xs_1rwgf_15 {
|
|
651
|
+
width: var(--teddy-spacing-200);
|
|
652
|
+
height: var(--teddy-spacing-200);
|
|
529
653
|
}
|
|
530
|
-
._teddy-
|
|
531
|
-
|
|
532
|
-
|
|
654
|
+
._teddy-icon--sm_1rwgf_19 {
|
|
655
|
+
width: var(--teddy-spacing-250);
|
|
656
|
+
height: var(--teddy-spacing-250);
|
|
533
657
|
}
|
|
534
|
-
._teddy-
|
|
535
|
-
|
|
658
|
+
._teddy-icon--md_1rwgf_23 {
|
|
659
|
+
width: var(--teddy-spacing-300);
|
|
660
|
+
height: var(--teddy-spacing-300);
|
|
536
661
|
}
|
|
537
|
-
._teddy-
|
|
538
|
-
|
|
662
|
+
._teddy-icon--lg_1rwgf_27 {
|
|
663
|
+
width: var(--teddy-spacing-400);
|
|
664
|
+
height: var(--teddy-spacing-400);
|
|
539
665
|
}
|
|
540
|
-
._teddy-
|
|
541
|
-
|
|
542
|
-
|
|
666
|
+
._teddy-icon--xl_1rwgf_31 {
|
|
667
|
+
width: var(--teddy-spacing-600);
|
|
668
|
+
height: var(--teddy-spacing-600);
|
|
543
669
|
}
|
|
544
|
-
._teddy-
|
|
545
|
-
|
|
670
|
+
._teddy-icon-with-children_1rwgf_35 {
|
|
671
|
+
display: inline-flex;
|
|
672
|
+
align-items: center;
|
|
673
|
+
font-family: var(--teddy-typography-family-default);
|
|
674
|
+
gap: var(--teddy-spacing-100);
|
|
546
675
|
}
|
|
547
|
-
|
|
548
|
-
|
|
676
|
+
}._teddy-tooltip__content_14d9w_1 {
|
|
677
|
+
box-sizing: border-box;
|
|
678
|
+
max-width: calc(17rem * var(--teddy-rescale));
|
|
679
|
+
border-radius: var(--teddy-border-radius-md);
|
|
680
|
+
padding: var(--teddy-spacing-150);
|
|
681
|
+
user-select: none;
|
|
682
|
+
animation-duration: var(--teddy-motion-duration-400);
|
|
683
|
+
animation-timing-function: var(--teddy-motion-easing-ease-out);
|
|
684
|
+
will-change: transform, opacity;
|
|
685
|
+
background-color: var(--teddy-color-background-tone-on-tone-primary);
|
|
686
|
+
color: var(--teddy-color-text-tone-on-tone-primary);
|
|
687
|
+
}
|
|
688
|
+
._teddy-tooltip__content_14d9w_1._teddy-tooltip--negative_14d9w_13 {
|
|
689
|
+
background-color: var(--teddy-color-background-tone-on-tone-secondary);
|
|
690
|
+
color: var(--teddy-color-text-tone-on-tone-secondary);
|
|
691
|
+
}
|
|
692
|
+
._teddy-tooltip__arrow_14d9w_17 {
|
|
693
|
+
fill: var(--teddy-color-background-tone-on-tone-primary);
|
|
694
|
+
}
|
|
695
|
+
._teddy-tooltip--negative_14d9w_13 ._teddy-tooltip__arrow_14d9w_17 {
|
|
696
|
+
fill: var(--teddy-color-background-tone-on-tone-secondary);
|
|
697
|
+
}
|
|
698
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
699
|
+
._teddy-tooltip__content_14d9w_1[data-state=delayed-open][data-side=top] {
|
|
700
|
+
animation-name: _slideDownAndFade_14d9w_1;
|
|
549
701
|
}
|
|
550
|
-
._teddy-
|
|
551
|
-
|
|
552
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
702
|
+
._teddy-tooltip__content_14d9w_1[data-state=delayed-open][data-side=right] {
|
|
703
|
+
animation-name: _slideLeftAndFade_14d9w_1;
|
|
553
704
|
}
|
|
554
|
-
._teddy-
|
|
555
|
-
|
|
705
|
+
._teddy-tooltip__content_14d9w_1[data-state=delayed-open][data-side=bottom] {
|
|
706
|
+
animation-name: _slideUpAndFade_14d9w_1;
|
|
556
707
|
}
|
|
557
|
-
._teddy-
|
|
558
|
-
|
|
708
|
+
._teddy-tooltip__content_14d9w_1[data-state=delayed-open][data-side=left] {
|
|
709
|
+
animation-name: _slideRightAndFade_14d9w_1;
|
|
559
710
|
}
|
|
560
|
-
|
|
561
|
-
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
@keyframes _slideUpAndFade_14d9w_1 {
|
|
714
|
+
from {
|
|
715
|
+
opacity: 0;
|
|
716
|
+
transform: translateY(2px);
|
|
717
|
+
scale: 0.9;
|
|
562
718
|
}
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
719
|
+
to {
|
|
720
|
+
opacity: 1;
|
|
721
|
+
transform: translateY(0);
|
|
566
722
|
}
|
|
567
|
-
|
|
568
|
-
|
|
723
|
+
}
|
|
724
|
+
@keyframes _slideRightAndFade_14d9w_1 {
|
|
725
|
+
from {
|
|
726
|
+
opacity: 0;
|
|
727
|
+
scale: 0.9;
|
|
728
|
+
transform: translateX(-2px);
|
|
569
729
|
}
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
730
|
+
to {
|
|
731
|
+
opacity: 1;
|
|
732
|
+
transform: translateX(0);
|
|
573
733
|
}
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
734
|
+
}
|
|
735
|
+
@keyframes _slideDownAndFade_14d9w_1 {
|
|
736
|
+
from {
|
|
737
|
+
opacity: 0;
|
|
738
|
+
scale: 0.9;
|
|
739
|
+
transform: translateY(-2px);
|
|
577
740
|
}
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
background-color: var(--teddy-color-background-interactive-transparent);
|
|
582
|
-
color: var(--teddy-color-text-default);
|
|
583
|
-
font-weight: 400;
|
|
584
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
585
|
-
justify-content: flex-start;
|
|
741
|
+
to {
|
|
742
|
+
opacity: 1;
|
|
743
|
+
transform: translateY(0);
|
|
586
744
|
}
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
745
|
+
}
|
|
746
|
+
@keyframes _slideLeftAndFade_14d9w_1 {
|
|
747
|
+
from {
|
|
748
|
+
opacity: 0;
|
|
749
|
+
scale: 0.9;
|
|
750
|
+
transform: translateX(2px);
|
|
590
751
|
}
|
|
591
|
-
|
|
592
|
-
|
|
752
|
+
to {
|
|
753
|
+
opacity: 1;
|
|
754
|
+
transform: translateX(0);
|
|
593
755
|
}
|
|
594
|
-
|
|
595
|
-
|
|
756
|
+
}@layer list {
|
|
757
|
+
._teddy-list_1fpoz_2 {
|
|
758
|
+
padding: 0;
|
|
759
|
+
margin: 0;
|
|
760
|
+
gap: var(--teddy-spacing-300);
|
|
761
|
+
flex-wrap: wrap;
|
|
596
762
|
}
|
|
597
|
-
._teddy-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
padding-right: 0;
|
|
601
|
-
background-color: var(--teddy-color-background-interactive-transparent);
|
|
602
|
-
color: var(--teddy-color-text-interactive-primary-negative);
|
|
763
|
+
._teddy-list__illustration_1fpoz_8 {
|
|
764
|
+
flex: 0 0 auto;
|
|
765
|
+
width: fit-content;
|
|
603
766
|
}
|
|
604
|
-
._teddy-
|
|
605
|
-
|
|
767
|
+
._teddy-list__illustration--icon_1fpoz_12 {
|
|
768
|
+
padding: var(--teddy-spacing-200);
|
|
769
|
+
display: grid;
|
|
770
|
+
place-items: center;
|
|
771
|
+
border-radius: var(--teddy-border-radius-full);
|
|
606
772
|
}
|
|
607
|
-
._teddy-
|
|
608
|
-
background-color: var(--teddy-color-background-
|
|
773
|
+
._teddy-list__illustration--icon-white_1fpoz_18 {
|
|
774
|
+
background-color: var(--teddy-color-background-primary);
|
|
609
775
|
}
|
|
610
|
-
._teddy-
|
|
611
|
-
background-color: var(--teddy-color-
|
|
612
|
-
color: var(--teddy-color-text-
|
|
776
|
+
._teddy-list__illustration--icon-purple_1fpoz_21 {
|
|
777
|
+
background-color: var(--teddy-color-brand-deep-purple);
|
|
778
|
+
color: var(--teddy-color-text-default-negative);
|
|
613
779
|
}
|
|
614
|
-
._teddy-
|
|
615
|
-
background-color: var(--teddy-color-background-
|
|
616
|
-
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
780
|
+
._teddy-list__illustration--icon-gray_1fpoz_25 {
|
|
781
|
+
background-color: var(--teddy-color-background-secondary);
|
|
617
782
|
}
|
|
618
|
-
._teddy-
|
|
619
|
-
|
|
620
|
-
padding-left: 0;
|
|
621
|
-
padding-right: 0;
|
|
622
|
-
background-color: var(--teddy-color-background-interactive-transparent);
|
|
623
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
783
|
+
._teddy-list__illustration--icon-beige_1fpoz_28 {
|
|
784
|
+
background-color: var(--teddy-color-brand-beige);
|
|
624
785
|
}
|
|
625
|
-
._teddy-
|
|
626
|
-
|
|
786
|
+
._teddy-list--vertical_1fpoz_31 {
|
|
787
|
+
flex-direction: column;
|
|
627
788
|
}
|
|
628
|
-
._teddy-
|
|
629
|
-
|
|
630
|
-
|
|
789
|
+
._teddy-list--vertical_1fpoz_31 ._teddy-list__item_1fpoz_34 {
|
|
790
|
+
align-items: center;
|
|
791
|
+
gap: var(--teddy-spacing-150);
|
|
631
792
|
}
|
|
632
|
-
._teddy-
|
|
633
|
-
|
|
793
|
+
._teddy-list--vertical_1fpoz_31._teddy-list--subcomponent_1fpoz_38 {
|
|
794
|
+
gap: var(--teddy-spacing-200);
|
|
634
795
|
}
|
|
635
|
-
._teddy-
|
|
636
|
-
|
|
796
|
+
._teddy-list--horizontal_1fpoz_41 {
|
|
797
|
+
flex-direction: column;
|
|
637
798
|
}
|
|
638
|
-
._teddy-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
cursor: not-allowed;
|
|
642
|
-
transition-duration: var(--teddy-motion-duration-400);
|
|
799
|
+
._teddy-list--horizontal_1fpoz_41 ._teddy-list__item_1fpoz_34 {
|
|
800
|
+
flex-direction: row;
|
|
801
|
+
gap: var(--teddy-spacing-100);
|
|
643
802
|
}
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
animation-iteration-count: 1;
|
|
653
|
-
animation-fill-mode: forwards;
|
|
803
|
+
@media (min-width: 600px) {
|
|
804
|
+
._teddy-list--horizontal_1fpoz_41 {
|
|
805
|
+
flex-direction: row;
|
|
806
|
+
}
|
|
807
|
+
._teddy-list--horizontal_1fpoz_41 ._teddy-list__item_1fpoz_34 {
|
|
808
|
+
flex: 1;
|
|
809
|
+
flex-direction: column;
|
|
810
|
+
}
|
|
654
811
|
}
|
|
655
|
-
._teddy-
|
|
656
|
-
|
|
812
|
+
._teddy-list--horizontal_1fpoz_41._teddy-list--subcomponent_1fpoz_38 {
|
|
813
|
+
flex-direction: row;
|
|
814
|
+
gap: var(--teddy-spacing-100);
|
|
657
815
|
}
|
|
658
|
-
._teddy-
|
|
659
|
-
|
|
816
|
+
._teddy-list--horizontal_1fpoz_41._teddy-list--subcomponent_1fpoz_38 ._teddy-list__item_1fpoz_34 {
|
|
817
|
+
flex: 0;
|
|
818
|
+
flex-direction: column;
|
|
660
819
|
}
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
@layer flex {
|
|
666
|
-
._teddy-flex_1ncy4_1 {
|
|
820
|
+
._teddy-list__item_1fpoz_34 {
|
|
821
|
+
list-style-type: none;
|
|
667
822
|
display: flex;
|
|
668
823
|
}
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
width: fit-content;
|
|
672
|
-
}
|
|
673
|
-
._teddy-list__illustration--icon_7z0zv_5 {
|
|
674
|
-
padding: var(--teddy-spacing-200);
|
|
675
|
-
display: grid;
|
|
676
|
-
place-items: center;
|
|
677
|
-
border-radius: var(--teddy-border-radius-full);
|
|
678
|
-
}
|
|
679
|
-
._teddy-list__illustration--icon-white_7z0zv_11 {
|
|
680
|
-
background-color: var(--teddy-color-background-primary);
|
|
681
|
-
}
|
|
682
|
-
._teddy-list__illustration--icon-purple_7z0zv_14 {
|
|
683
|
-
background-color: var(--teddy-color-brand-deep-purple);
|
|
684
|
-
color: var(--teddy-color-text-default-negative);
|
|
685
|
-
}
|
|
686
|
-
._teddy-list__illustration--icon-gray_7z0zv_18 {
|
|
687
|
-
background-color: var(--teddy-color-background-secondary);
|
|
688
|
-
}
|
|
689
|
-
._teddy-list__illustration--icon-beige_7z0zv_21 {
|
|
690
|
-
background-color: var(--teddy-color-brand-beige);
|
|
691
|
-
}
|
|
692
|
-
._teddy-list--vertical_7z0zv_24 ._teddy-list__item_7z0zv_24 {
|
|
693
|
-
align-items: center;
|
|
694
|
-
}
|
|
695
|
-
._teddy-list--horizontal_7z0zv_27 ._teddy-list__item_7z0zv_24 {
|
|
696
|
-
flex-direction: row;
|
|
697
|
-
}
|
|
698
|
-
@media (min-width: 600px) {
|
|
699
|
-
._teddy-list--horizontal_7z0zv_27 ._teddy-list__item_7z0zv_24 {
|
|
700
|
-
flex: 1;
|
|
701
|
-
flex-direction: column;
|
|
702
|
-
margin-bottom: 0;
|
|
703
|
-
}
|
|
704
|
-
._teddy-list--horizontal_7z0zv_27 ._teddy-list__illustration_7z0zv_1 {
|
|
705
|
-
margin-right: 0;
|
|
706
|
-
margin-bottom: var(--teddy-spacing-150);
|
|
824
|
+
._teddy-list__illustration_1fpoz_8 {
|
|
825
|
+
align-self: flex-start;
|
|
707
826
|
}
|
|
708
|
-
}
|
|
709
|
-
._teddy-list__item_7z0zv_24 {
|
|
710
|
-
list-style-type: none;
|
|
711
|
-
display: flex;
|
|
712
|
-
}
|
|
713
|
-
._teddy-list__illustration_7z0zv_1 {
|
|
714
|
-
margin-right: var(--teddy-spacing-150);
|
|
715
827
|
}@layer button, scroll-area;
|
|
716
828
|
@layer scroll-area {
|
|
717
829
|
._teddy-scroll-area_1y01l_3 {
|
|
@@ -1007,6 +1119,84 @@
|
|
|
1007
1119
|
to {
|
|
1008
1120
|
transform: translateX(100%);
|
|
1009
1121
|
}
|
|
1122
|
+
}@layer text {
|
|
1123
|
+
._teddy-text_15w9u_2 {
|
|
1124
|
+
color: inherit;
|
|
1125
|
+
display: block;
|
|
1126
|
+
margin: 0;
|
|
1127
|
+
hyphens: none;
|
|
1128
|
+
}
|
|
1129
|
+
._teddy-text--disabled_15w9u_8 {
|
|
1130
|
+
color: var(--teddy-color-text-weak);
|
|
1131
|
+
}
|
|
1132
|
+
._teddy-text--hyphens_15w9u_11 {
|
|
1133
|
+
hyphens: auto;
|
|
1134
|
+
}
|
|
1135
|
+
._teddy-text--paragraph-100_15w9u_14 {
|
|
1136
|
+
font-family: var(--teddy-typography-family-default);
|
|
1137
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
1138
|
+
font-size: var(--teddy-typography-scale-100);
|
|
1139
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
1140
|
+
}
|
|
1141
|
+
._teddy-text--paragraph-100-medium_15w9u_20 {
|
|
1142
|
+
font-family: var(--teddy-typography-family-default);
|
|
1143
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
1144
|
+
font-size: var(--teddy-typography-scale-100);
|
|
1145
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
1146
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
1147
|
+
}
|
|
1148
|
+
._teddy-text--paragraph-100-bold_15w9u_27 {
|
|
1149
|
+
font-family: var(--teddy-typography-family-default);
|
|
1150
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
1151
|
+
font-size: var(--teddy-typography-scale-100);
|
|
1152
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
1153
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
1154
|
+
}
|
|
1155
|
+
._teddy-text--paragraph-200_15w9u_34 {
|
|
1156
|
+
font-family: var(--teddy-typography-family-default);
|
|
1157
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
1158
|
+
font-size: var(--teddy-typography-scale-100);
|
|
1159
|
+
line-height: var(--teddy-typography-line-height-looser);
|
|
1160
|
+
}
|
|
1161
|
+
._teddy-text--preamble-100_15w9u_40 {
|
|
1162
|
+
font-family: var(--teddy-typography-family-default);
|
|
1163
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
1164
|
+
font-size: var(--teddy-typography-scale-200);
|
|
1165
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
1166
|
+
}
|
|
1167
|
+
._teddy-text--preamble-200_15w9u_46 {
|
|
1168
|
+
font-family: var(--teddy-typography-family-default);
|
|
1169
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
1170
|
+
font-size: clamp(var(--teddy-typography-scale-150), 3vw, var(--teddy-typography-scale-400));
|
|
1171
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
1172
|
+
}
|
|
1173
|
+
._teddy-text--additional-100_15w9u_52 {
|
|
1174
|
+
font-family: var(--teddy-typography-family-default);
|
|
1175
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
1176
|
+
font-size: var(--teddy-typography-scale-75);
|
|
1177
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
1178
|
+
}
|
|
1179
|
+
._teddy-text--additional-100-medium_15w9u_58 {
|
|
1180
|
+
font-family: var(--teddy-typography-family-default);
|
|
1181
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
1182
|
+
font-size: var(--teddy-typography-scale-75);
|
|
1183
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
1184
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
1185
|
+
}
|
|
1186
|
+
._teddy-text--overline-100_15w9u_65 {
|
|
1187
|
+
font-family: var(--teddy-typography-family-default);
|
|
1188
|
+
font-size: var(--teddy-typography-scale-75);
|
|
1189
|
+
letter-spacing: var(--teddy-spacing-10);
|
|
1190
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
1191
|
+
text-transform: uppercase;
|
|
1192
|
+
}
|
|
1193
|
+
._teddy-text--overline-200_15w9u_72 {
|
|
1194
|
+
font-family: var(--teddy-typography-family-default);
|
|
1195
|
+
font-size: clamp(var(--teddy-typography-scale-75), 3vw, var(--teddy-typography-scale-100));
|
|
1196
|
+
letter-spacing: var(--teddy-spacing-10);
|
|
1197
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
1198
|
+
text-transform: uppercase;
|
|
1199
|
+
}
|
|
1010
1200
|
}._teddy-image_oyxp8_1 {
|
|
1011
1201
|
width: 100%;
|
|
1012
1202
|
max-width: 100%;
|
|
@@ -1014,7 +1204,7 @@
|
|
|
1014
1204
|
display: block;
|
|
1015
1205
|
font-style: italic;
|
|
1016
1206
|
background-repeat: no-repeat;
|
|
1017
|
-
}._teddy-
|
|
1207
|
+
}._teddy-chip__item_69tae_1 {
|
|
1018
1208
|
font: inherit;
|
|
1019
1209
|
cursor: pointer;
|
|
1020
1210
|
outline: inherit;
|
|
@@ -1033,20 +1223,20 @@
|
|
|
1033
1223
|
position: relative;
|
|
1034
1224
|
overflow: hidden;
|
|
1035
1225
|
}
|
|
1036
|
-
._teddy-
|
|
1037
|
-
outline: var(--teddy-
|
|
1226
|
+
._teddy-chip__item_69tae_1:focus {
|
|
1227
|
+
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-focus);
|
|
1038
1228
|
outline-offset: var(--teddy-spacing-50);
|
|
1039
1229
|
}
|
|
1040
|
-
._teddy-
|
|
1230
|
+
._teddy-chip__item_69tae_1:focus:not(:focus-visible) {
|
|
1041
1231
|
outline: none;
|
|
1042
1232
|
}
|
|
1043
|
-
._teddy-
|
|
1233
|
+
._teddy-chip__item_69tae_1::before, ._teddy-chip__item_69tae_1::after {
|
|
1044
1234
|
content: "";
|
|
1045
1235
|
display: block;
|
|
1046
1236
|
inset: 0;
|
|
1047
1237
|
position: absolute;
|
|
1048
1238
|
}
|
|
1049
|
-
._teddy-chip__item--
|
|
1239
|
+
._teddy-chip__item--unavailable_69tae_33::after {
|
|
1050
1240
|
opacity: 1;
|
|
1051
1241
|
left: calc(50% - var(--teddy-border-width-xs) / 2);
|
|
1052
1242
|
top: -50%;
|
|
@@ -1056,56 +1246,57 @@
|
|
|
1056
1246
|
transform: rotate(-60deg);
|
|
1057
1247
|
transform-origin: center;
|
|
1058
1248
|
}
|
|
1059
|
-
._teddy-chip__item--
|
|
1249
|
+
._teddy-chip__item--unavailable_69tae_33[data-state=on]::after {
|
|
1060
1250
|
background: var(--teddy-color-text-interactive-on-primary);
|
|
1061
1251
|
}
|
|
1062
|
-
._teddy-
|
|
1252
|
+
._teddy-chip__item_69tae_1::before {
|
|
1063
1253
|
border-radius: inherit;
|
|
1064
1254
|
opacity: 1;
|
|
1065
|
-
outline: var(--teddy-color-border-interactive-primary) auto var(--teddy-border-width-xs);
|
|
1066
|
-
}
|
|
1067
|
-
._teddy-chip__item_1er2j_1:hover::before:not(:disabled) {
|
|
1068
|
-
outline-width: var(--teddy-border-width-sm);
|
|
1069
1255
|
outline-offset: calc(var(--teddy-border-width-xs) * -1);
|
|
1256
|
+
outline: var(--teddy-border-width-xs) solid var(--teddy-color-border-interactive-primary);
|
|
1257
|
+
}
|
|
1258
|
+
._teddy-chip__item_69tae_1:hover:not(:disabled):before {
|
|
1259
|
+
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-primary);
|
|
1260
|
+
outline-offset: calc(var(--teddy-border-width-sm) * -1);
|
|
1070
1261
|
}
|
|
1071
|
-
._teddy-
|
|
1262
|
+
._teddy-chip__item_69tae_1[data-state=off]:hover {
|
|
1072
1263
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
1073
1264
|
color: var(--teddy-color-text-interactive-primary-hover);
|
|
1074
1265
|
}
|
|
1075
|
-
._teddy-
|
|
1266
|
+
._teddy-chip__item_69tae_1[data-state=off]:active {
|
|
1076
1267
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1077
1268
|
color: var(--teddy-color-text-interactive-primary-active);
|
|
1078
1269
|
}
|
|
1079
|
-
._teddy-
|
|
1270
|
+
._teddy-chip__item_69tae_1[data-state=off]:disabled {
|
|
1080
1271
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
1081
1272
|
color: var(--teddy-color-text-weak);
|
|
1082
1273
|
}
|
|
1083
|
-
._teddy-
|
|
1274
|
+
._teddy-chip__item_69tae_1[data-state=on] {
|
|
1084
1275
|
background-color: var(--teddy-color-background-interactive-primary);
|
|
1085
1276
|
color: var(--teddy-color-text-interactive-on-primary);
|
|
1086
1277
|
font-weight: var(--teddy-typography-weight-medium);
|
|
1087
1278
|
}
|
|
1088
|
-
._teddy-
|
|
1279
|
+
._teddy-chip__item_69tae_1[data-state=on]:hover {
|
|
1089
1280
|
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
1090
1281
|
}
|
|
1091
|
-
._teddy-
|
|
1282
|
+
._teddy-chip__item_69tae_1[data-state=on]:active {
|
|
1092
1283
|
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
1093
1284
|
}
|
|
1094
|
-
._teddy-
|
|
1285
|
+
._teddy-chip__item_69tae_1[data-state=on]:disabled {
|
|
1095
1286
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
1096
1287
|
color: var(--teddy-color-text-weak);
|
|
1097
1288
|
}
|
|
1098
|
-
._teddy-
|
|
1289
|
+
._teddy-chip__item_69tae_1[data-state=on] ._teddy-chip__indicator_69tae_83 {
|
|
1099
1290
|
display: unset;
|
|
1100
1291
|
}
|
|
1101
|
-
._teddy-
|
|
1292
|
+
._teddy-chip__item_69tae_1:disabled {
|
|
1102
1293
|
cursor: not-allowed;
|
|
1103
1294
|
color: var(--teddy-color-text-weak);
|
|
1104
1295
|
}
|
|
1105
|
-
._teddy-
|
|
1296
|
+
._teddy-chip__item_69tae_1:disabled::before {
|
|
1106
1297
|
outline-color: var(--teddy-color-border-medium);
|
|
1107
1298
|
}
|
|
1108
|
-
._teddy-
|
|
1299
|
+
._teddy-chip__indicator_69tae_83 {
|
|
1109
1300
|
display: none;
|
|
1110
1301
|
}@layer link {
|
|
1111
1302
|
._teddy-link_azi31_2 {
|
|
@@ -1480,19 +1671,6 @@
|
|
|
1480
1671
|
._teddy-notification__icon_1ref8_41 {
|
|
1481
1672
|
color: var(--status-icon-color);
|
|
1482
1673
|
}
|
|
1483
|
-
}._teddy-label_1hc8e_1 {
|
|
1484
|
-
color: var(--teddy-color-text-default);
|
|
1485
|
-
font-family: var(--teddy-typography-family-default);
|
|
1486
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
1487
|
-
font-size: var(--teddy-typography-scale-100);
|
|
1488
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
1489
|
-
}
|
|
1490
|
-
._teddy-label--disabled_1hc8e_8 {
|
|
1491
|
-
color: var(--teddy-color-text-weak);
|
|
1492
|
-
cursor: default;
|
|
1493
|
-
}
|
|
1494
|
-
._teddy-label--required_1hc8e_12::before {
|
|
1495
|
-
content: "* ";
|
|
1496
1674
|
}._teddy-radio-group_1flae_1 {
|
|
1497
1675
|
display: flex;
|
|
1498
1676
|
flex-direction: column;
|
|
@@ -1622,6 +1800,19 @@
|
|
|
1622
1800
|
}
|
|
1623
1801
|
._teddy-radio-group__indicator_1flae_111[data-disabled]::after {
|
|
1624
1802
|
background-color: var(--teddy-color-text-weak);
|
|
1803
|
+
}._teddy-label_1hc8e_1 {
|
|
1804
|
+
color: var(--teddy-color-text-default);
|
|
1805
|
+
font-family: var(--teddy-typography-family-default);
|
|
1806
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
1807
|
+
font-size: var(--teddy-typography-scale-100);
|
|
1808
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
1809
|
+
}
|
|
1810
|
+
._teddy-label--disabled_1hc8e_8 {
|
|
1811
|
+
color: var(--teddy-color-text-weak);
|
|
1812
|
+
cursor: default;
|
|
1813
|
+
}
|
|
1814
|
+
._teddy-label--required_1hc8e_12::before {
|
|
1815
|
+
content: "* ";
|
|
1625
1816
|
}._teddy-visually-hidden_15nus_1 {
|
|
1626
1817
|
width: 1px;
|
|
1627
1818
|
height: 1px;
|