@telia/teddy 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/components/accordion/accordion-root.cjs +17 -15
  2. package/dist/components/accordion/accordion-root.d.ts +2 -0
  3. package/dist/components/accordion/accordion-root.js +17 -15
  4. package/dist/components/avatar/avatar-root.cjs +34 -0
  5. package/dist/components/avatar/avatar-root.d.ts +17 -0
  6. package/dist/components/avatar/avatar-root.js +34 -0
  7. package/dist/components/avatar/index.cjs +6 -0
  8. package/dist/components/avatar/index.d.ts +9 -0
  9. package/dist/components/avatar/index.js +6 -0
  10. package/dist/components/avatar/utils.cjs +10 -0
  11. package/dist/components/avatar/utils.d.ts +1 -0
  12. package/dist/components/avatar/utils.js +10 -0
  13. package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
  14. package/dist/components/breadcrumbs/index.d.ts +1 -1
  15. package/dist/components/card/card-illustration.d.ts +1 -1
  16. package/dist/components/card/card-link.d.ts +1 -1
  17. package/dist/components/card/card.d.ts +1 -1
  18. package/dist/components/channel-button/channel-button-root.d.ts +6 -6
  19. package/dist/components/channel-button/index.d.ts +6 -6
  20. package/dist/components/checkbox/checkbox-group-list.d.ts +1 -1
  21. package/dist/components/checkbox/checkbox-group.d.ts +1 -1
  22. package/dist/components/checkbox/index.d.ts +2 -2
  23. package/dist/components/chip/chip-indicator.d.ts +2 -2
  24. package/dist/components/chip/index.d.ts +2 -2
  25. package/dist/components/expandable-card/expandable-card-button.d.ts +4 -4
  26. package/dist/components/expandable-card/index.d.ts +5 -5
  27. package/dist/components/flip-card/flip-card-trigger.d.ts +4 -4
  28. package/dist/components/icon/utils.d.ts +1 -1
  29. package/dist/components/index.cjs +4 -0
  30. package/dist/components/index.d.ts +2 -0
  31. package/dist/components/index.js +4 -0
  32. package/dist/components/modal/modal-close.cjs +2 -0
  33. package/dist/components/modal/modal-close.js +2 -0
  34. package/dist/components/modal/modal-title.d.ts +1 -1
  35. package/dist/components/navigation-menu/navigation-menu.cjs +2 -0
  36. package/dist/components/navigation-menu/navigation-menu.d.ts +1 -1
  37. package/dist/components/navigation-menu/navigation-menu.js +2 -0
  38. package/dist/components/notabene/notabene-icon.d.ts +2 -2
  39. package/dist/components/notification/index.d.ts +8 -8
  40. package/dist/components/notification/notification-icon.d.ts +2 -2
  41. package/dist/components/notification/notification-root.d.ts +8 -8
  42. package/dist/components/radio-card-group/radio-card-group-content.cjs +2 -0
  43. package/dist/components/radio-card-group/radio-card-group-content.js +2 -0
  44. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +2 -0
  45. package/dist/components/radio-card-group/radio-card-group-item-title.js +2 -0
  46. package/dist/components/radio-card-group/radio-card-group-item.cjs +2 -0
  47. package/dist/components/radio-card-group/radio-card-group-item.js +2 -0
  48. package/dist/components/scroll-area/index.d.ts +5 -5
  49. package/dist/components/scroll-area/scroll-area-button.d.ts +4 -4
  50. package/dist/components/subscription-card/index.cjs +18 -0
  51. package/dist/components/subscription-card/index.d.ts +74 -0
  52. package/dist/components/subscription-card/index.js +18 -0
  53. package/dist/components/subscription-card/subscription-card-avatar.cjs +25 -0
  54. package/dist/components/subscription-card/subscription-card-avatar.d.ts +10 -0
  55. package/dist/components/subscription-card/subscription-card-avatar.js +25 -0
  56. package/dist/components/subscription-card/subscription-card-content.cjs +13 -0
  57. package/dist/components/subscription-card/subscription-card-content.d.ts +4 -0
  58. package/dist/components/subscription-card/subscription-card-content.js +13 -0
  59. package/dist/components/subscription-card/subscription-card-heading.cjs +24 -0
  60. package/dist/components/subscription-card/subscription-card-heading.d.ts +5 -0
  61. package/dist/components/subscription-card/subscription-card-heading.js +24 -0
  62. package/dist/components/subscription-card/subscription-card-root.cjs +60 -0
  63. package/dist/components/subscription-card/subscription-card-root.d.ts +20 -0
  64. package/dist/components/subscription-card/subscription-card-root.js +60 -0
  65. package/dist/components/subscription-card/subscription-card-subtitle.cjs +15 -0
  66. package/dist/components/subscription-card/subscription-card-subtitle.d.ts +5 -0
  67. package/dist/components/subscription-card/subscription-card-subtitle.js +15 -0
  68. package/dist/components/tabs/index.d.ts +1 -1
  69. package/dist/components/tabs/tabs-root.d.ts +1 -1
  70. package/dist/components/tabs/tabs-scroll-button.d.ts +4 -4
  71. package/dist/components/tabs/tabs-scroll.d.ts +1 -1
  72. package/dist/components/text-field/index.d.ts +4 -4
  73. package/dist/components/text-field/text-field-button.d.ts +4 -4
  74. package/dist/components/toggle/toggle.d.ts +2 -2
  75. package/dist/components/tooltip/index.d.ts +1 -1
  76. package/dist/main.cjs +4 -0
  77. package/dist/main.js +4 -0
  78. package/dist/style.css +404 -252
  79. package/dist/utils/generate-styling/grid.d.ts +24 -24
  80. package/dist/utils/generate-styling/index.d.ts +16 -16
  81. package/dist/utils/generate-styling/util.d.ts +2 -2
  82. package/package.json +2 -1
package/dist/style.css CHANGED
@@ -1,4 +1,352 @@
1
- @charset 'UTF-8';._teddy-spinner--xxs_ywden_1 {
1
+ @charset 'UTF-8';@layer icon {
2
+ ._teddy-icon_1ur3a_2 {
3
+ display: inline;
4
+ align-self: center;
5
+ fill: currentColor;
6
+ flex-shrink: 0;
7
+ }
8
+ ._teddy-icon--font_1ur3a_8 {
9
+ width: 1em;
10
+ height: 1em;
11
+ }
12
+ ._teddy-icon--xxs_1ur3a_12 {
13
+ width: var(--teddy-spacing-150);
14
+ height: var(--teddy-spacing-150);
15
+ }
16
+ ._teddy-icon--xs_1ur3a_16 {
17
+ width: var(--teddy-spacing-200);
18
+ height: var(--teddy-spacing-200);
19
+ }
20
+ ._teddy-icon--sm_1ur3a_20 {
21
+ width: var(--teddy-spacing-250);
22
+ height: var(--teddy-spacing-250);
23
+ }
24
+ ._teddy-icon--md_1ur3a_24 {
25
+ width: var(--teddy-spacing-300);
26
+ height: var(--teddy-spacing-300);
27
+ }
28
+ ._teddy-icon--lg_1ur3a_28 {
29
+ width: var(--teddy-spacing-400);
30
+ height: var(--teddy-spacing-400);
31
+ }
32
+ ._teddy-icon--xl_1ur3a_32 {
33
+ width: var(--teddy-spacing-600);
34
+ height: var(--teddy-spacing-600);
35
+ }
36
+ ._teddy-icon-with-children_1ur3a_36 {
37
+ display: inline-flex;
38
+ align-items: center;
39
+ font-family: var(--teddy-typography-family-default);
40
+ gap: var(--teddy-spacing-100);
41
+ }
42
+ }@layer text {
43
+ ._teddy-text_15w9u_2 {
44
+ color: inherit;
45
+ display: block;
46
+ margin: 0;
47
+ hyphens: none;
48
+ }
49
+ ._teddy-text--disabled_15w9u_8 {
50
+ color: var(--teddy-color-text-weak);
51
+ }
52
+ ._teddy-text--hyphens_15w9u_11 {
53
+ hyphens: auto;
54
+ }
55
+ ._teddy-text--paragraph-100_15w9u_14 {
56
+ font-family: var(--teddy-typography-family-default);
57
+ font-weight: var(--teddy-typography-weight-normal);
58
+ font-size: var(--teddy-typography-scale-100);
59
+ line-height: var(--teddy-typography-line-height-loose);
60
+ }
61
+ ._teddy-text--paragraph-100-medium_15w9u_20 {
62
+ font-family: var(--teddy-typography-family-default);
63
+ font-weight: var(--teddy-typography-weight-normal);
64
+ font-size: var(--teddy-typography-scale-100);
65
+ line-height: var(--teddy-typography-line-height-loose);
66
+ font-weight: var(--teddy-typography-weight-medium);
67
+ }
68
+ ._teddy-text--paragraph-100-bold_15w9u_27 {
69
+ font-family: var(--teddy-typography-family-default);
70
+ font-weight: var(--teddy-typography-weight-normal);
71
+ font-size: var(--teddy-typography-scale-100);
72
+ line-height: var(--teddy-typography-line-height-loose);
73
+ font-weight: var(--teddy-typography-weight-bold);
74
+ }
75
+ ._teddy-text--paragraph-200_15w9u_34 {
76
+ font-family: var(--teddy-typography-family-default);
77
+ font-weight: var(--teddy-typography-weight-normal);
78
+ font-size: var(--teddy-typography-scale-100);
79
+ line-height: var(--teddy-typography-line-height-looser);
80
+ }
81
+ ._teddy-text--preamble-100_15w9u_40 {
82
+ font-family: var(--teddy-typography-family-default);
83
+ font-weight: var(--teddy-typography-weight-normal);
84
+ font-size: var(--teddy-typography-scale-200);
85
+ line-height: var(--teddy-typography-line-height-loose);
86
+ }
87
+ ._teddy-text--preamble-200_15w9u_46 {
88
+ font-family: var(--teddy-typography-family-default);
89
+ font-weight: var(--teddy-typography-weight-normal);
90
+ font-size: clamp(var(--teddy-typography-scale-150), 3vw, var(--teddy-typography-scale-400));
91
+ line-height: var(--teddy-typography-line-height-loose);
92
+ }
93
+ ._teddy-text--additional-100_15w9u_52 {
94
+ font-family: var(--teddy-typography-family-default);
95
+ font-weight: var(--teddy-typography-weight-normal);
96
+ font-size: var(--teddy-typography-scale-75);
97
+ line-height: var(--teddy-typography-line-height-loose);
98
+ }
99
+ ._teddy-text--additional-100-medium_15w9u_58 {
100
+ font-family: var(--teddy-typography-family-default);
101
+ font-weight: var(--teddy-typography-weight-normal);
102
+ font-size: var(--teddy-typography-scale-75);
103
+ line-height: var(--teddy-typography-line-height-loose);
104
+ font-weight: var(--teddy-typography-weight-medium);
105
+ }
106
+ ._teddy-text--overline-100_15w9u_65 {
107
+ font-family: var(--teddy-typography-family-default);
108
+ font-size: var(--teddy-typography-scale-75);
109
+ letter-spacing: var(--teddy-spacing-10);
110
+ line-height: var(--teddy-typography-line-height-tight);
111
+ text-transform: uppercase;
112
+ }
113
+ ._teddy-text--overline-200_15w9u_72 {
114
+ font-family: var(--teddy-typography-family-default);
115
+ font-size: clamp(var(--teddy-typography-scale-75), 3vw, var(--teddy-typography-scale-100));
116
+ letter-spacing: var(--teddy-spacing-10);
117
+ line-height: var(--teddy-typography-line-height-tight);
118
+ text-transform: uppercase;
119
+ }
120
+ }._teddy-avatar_e3370_1 {
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ width: 40px;
125
+ height: 40px;
126
+ border-radius: 50%;
127
+ overflow: hidden;
128
+ background-color: var(--teddy-color-brand-white);
129
+ color: var(--teddy-color-text-medium);
130
+ }
131
+ ._teddy-avatar--beige_e3370_12 {
132
+ background-color: var(--teddy-color-brand-light-beige);
133
+ }
134
+ ._teddy-avatar--grey_e3370_15 {
135
+ background-color: var(--teddy-color-gray-50);
136
+ }
137
+ ._teddy-avatar--purple-light_e3370_18 {
138
+ background-color: var(--teddy-color-purple-50);
139
+ }
140
+ ._teddy-avatar--white_e3370_21 {
141
+ background-color: var(--teddy-color-brand-white);
142
+ }
143
+ ._teddy-avatar--orange_e3370_24 {
144
+ background-color: var(--teddy-color-orange-50);
145
+ }
146
+ ._teddy-avatar--blue_e3370_27 {
147
+ background-color: var(--teddy-color-blue-50);
148
+ }
149
+ ._teddy-avatar--green_e3370_30 {
150
+ background-color: var(--teddy-color-green-50);
151
+ }@layer heading, badge, flex, grid, subscription-card;
152
+ @layer subscription-card {
153
+ ._teddy-subscription-card_77suf_3 {
154
+ outline: none;
155
+ background: none;
156
+ border: none;
157
+ padding: 0;
158
+ margin: 0;
159
+ text-align: inherit;
160
+ font: inherit;
161
+ color: inherit;
162
+ text-decoration: none;
163
+ box-sizing: border-box;
164
+ padding: var(--teddy-spacing-250);
165
+ border: var(--teddy-border-width-xs) solid transparent;
166
+ border-radius: var(--teddy-border-radius-md);
167
+ }
168
+ ._teddy-subscription-card_77suf_3 ._teddy-subscription-card__content_77suf_18 {
169
+ margin-top: var(--teddy-spacing-150);
170
+ }
171
+ ._teddy-subscription-card--white_77suf_21 {
172
+ background-color: var(--teddy-color-brand-white);
173
+ color: var(--teddy-color-text-default);
174
+ }
175
+ ._teddy-subscription-card--white_77suf_21._teddy-subscription-card--disabled_77suf_25 {
176
+ background-color: var(--teddy-color-background-interactive-disabled);
177
+ }
178
+ ._teddy-subscription-card--white_77suf_21:hover:not(:has(._teddy-subscription-card--disabled_77suf_25)) {
179
+ background-color: var(--teddy-color-purple-50);
180
+ }
181
+ ._teddy-subscription-card--white_77suf_21:active:not(:has(._teddy-subscription-card--disabled_77suf_25)) {
182
+ background-color: var(--teddy-color-purple-100);
183
+ }
184
+ ._teddy-subscription-card--white_77suf_21._teddy-subscription-card--border_77suf_34 {
185
+ border-color: var(--teddy-color-transparent-black-300);
186
+ }
187
+ ._teddy-subscription-card--white_77suf_21._teddy-subscription-card--border_77suf_34._teddy-subscription-card--disabled_77suf_25 {
188
+ border-color: var(--teddy-color-transparent-black-300);
189
+ }
190
+ ._teddy-subscription-card--white_77suf_21._teddy-subscription-card--border_77suf_34:hover:not(:has(._teddy-subscription-card--disabled_77suf_25)) {
191
+ border-color: var(--teddy-color-transparent-black-300);
192
+ }
193
+ ._teddy-subscription-card--white_77suf_21._teddy-subscription-card--border_77suf_34:active:not(:has(._teddy-subscription-card--disabled_77suf_25)) {
194
+ border-color: var(--teddy-color-transparent-black-300);
195
+ }
196
+ ._teddy-subscription-card--grey_77suf_46 {
197
+ background-color: #f5f5fa;
198
+ color: var(--teddy-color-text-default);
199
+ }
200
+ ._teddy-subscription-card--grey_77suf_46._teddy-subscription-card--disabled_77suf_25 {
201
+ background-color: var(--teddy-color-background-interactive-disabled);
202
+ }
203
+ ._teddy-subscription-card--grey_77suf_46:hover:not(:has(._teddy-subscription-card--disabled_77suf_25)) {
204
+ background-color: var(--teddy-color-gray-100);
205
+ }
206
+ ._teddy-subscription-card--grey_77suf_46:active:not(:has(._teddy-subscription-card--disabled_77suf_25)) {
207
+ background-color: var(--teddy-color-gray-200);
208
+ }
209
+ ._teddy-subscription-card--purple-light_77suf_59 {
210
+ background-color: var(--teddy-color-purple-50);
211
+ color: var(--teddy-color-text-default);
212
+ }
213
+ ._teddy-subscription-card--purple-light_77suf_59._teddy-subscription-card--disabled_77suf_25 {
214
+ background-color: var(--teddy-color-background-interactive-disabled);
215
+ }
216
+ ._teddy-subscription-card--purple-light_77suf_59:hover:not(:has(._teddy-subscription-card--disabled_77suf_25)) {
217
+ background-color: var(--teddy-color-purple-100);
218
+ }
219
+ ._teddy-subscription-card--purple-light_77suf_59:active:not(:has(._teddy-subscription-card--disabled_77suf_25)) {
220
+ background-color: var(--teddy-color-purple-200);
221
+ }
222
+ ._teddy-subscription-card--beige-light_77suf_72 {
223
+ background-color: var(--teddy-color-beige-50);
224
+ color: var(--teddy-color-text-default);
225
+ }
226
+ ._teddy-subscription-card--beige-light_77suf_72._teddy-subscription-card--disabled_77suf_25 {
227
+ background-color: var(--teddy-color-background-interactive-disabled);
228
+ }
229
+ ._teddy-subscription-card--beige-light_77suf_72:hover:not(:has(._teddy-subscription-card--disabled_77suf_25)) {
230
+ background-color: var(--teddy-color-beige-100);
231
+ }
232
+ ._teddy-subscription-card--beige-light_77suf_72:active:not(:has(._teddy-subscription-card--disabled_77suf_25)) {
233
+ background-color: var(--teddy-color-beige-200);
234
+ }
235
+ ._teddy-subscription-card__layout_77suf_85 {
236
+ display: grid;
237
+ gap: 0 var(--teddy-spacing-150);
238
+ grid-template-columns: auto 1fr auto;
239
+ justify-items: start;
240
+ justify-content: stretch;
241
+ align-items: center;
242
+ grid-template-areas: "avatar heading chevron" "avatar subtitle chevron" "content content content";
243
+ }
244
+ ._teddy-subscription-card__layout_77suf_85 ._teddy-subscription-card__avatar_77suf_94 {
245
+ grid-area: avatar;
246
+ }
247
+ ._teddy-subscription-card__layout_77suf_85 ._teddy-subscription-card__heading_77suf_97 {
248
+ grid-area: heading;
249
+ }
250
+ ._teddy-subscription-card__layout_77suf_85 ._teddy-subscription-card__subtitle_77suf_100 {
251
+ grid-area: subtitle;
252
+ }
253
+ ._teddy-subscription-card__layout_77suf_85 ._teddy-subscription-card__chevron_77suf_103 {
254
+ grid-area: chevron;
255
+ }
256
+ ._teddy-subscription-card__layout_77suf_85 ._teddy-subscription-card__content_77suf_18 {
257
+ grid-area: content;
258
+ }
259
+ ._teddy-subscription-card_77suf_3:focus-visible {
260
+ outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
261
+ outline-offset: var(--teddy-spacing-25);
262
+ }
263
+ ._teddy-subscription-card--disabled_77suf_25 {
264
+ pointer-events: none;
265
+ }
266
+ }@layer heading {
267
+ ._teddy-heading_r8os0_2 {
268
+ color: var(--teddy-color-text-default);
269
+ display: block;
270
+ hyphens: none;
271
+ margin: 0;
272
+ max-width: 60ch;
273
+ }
274
+ ._teddy-heading--hyphens_r8os0_9 {
275
+ hyphens: auto;
276
+ }
277
+ ._teddy-heading--subsection-100_r8os0_12 {
278
+ font-family: var(--teddy-typography-family-default);
279
+ font-weight: var(--teddy-typography-weight-medium);
280
+ font-size: var(--teddy-typography-scale-100);
281
+ line-height: var(--teddy-typography-line-height-default);
282
+ }
283
+ ._teddy-heading--title-100_r8os0_18 {
284
+ font-family: var(--teddy-typography-family-default);
285
+ font-weight: var(--teddy-typography-weight-bold);
286
+ font-size: clamp(var(--teddy-typography-scale-100), 3cqw, var(--teddy-typography-scale-200));
287
+ line-height: var(--teddy-typography-line-height-default);
288
+ }
289
+ ._teddy-heading--title-200_r8os0_24 {
290
+ font-family: var(--teddy-typography-family-default);
291
+ font-weight: var(--teddy-typography-weight-bold);
292
+ font-size: clamp(var(--teddy-typography-scale-200), 3cqw, var(--teddy-typography-scale-400));
293
+ line-height: var(--teddy-typography-line-height-default);
294
+ }
295
+ ._teddy-heading--title-300_r8os0_30 {
296
+ font-family: var(--teddy-typography-family-default);
297
+ font-weight: var(--teddy-typography-weight-bold);
298
+ font-size: clamp(var(--teddy-typography-scale-400), 3cqw, var(--teddy-typography-scale-600));
299
+ line-height: var(--teddy-typography-line-height-default);
300
+ }
301
+ ._teddy-heading--title-400_r8os0_36 {
302
+ font-family: var(--teddy-typography-family-default);
303
+ font-weight: var(--teddy-typography-weight-bold);
304
+ font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-700));
305
+ line-height: var(--teddy-typography-line-height-default);
306
+ }
307
+ ._teddy-heading--title-500_r8os0_42 {
308
+ font-family: var(--teddy-typography-family-default);
309
+ font-weight: var(--teddy-typography-weight-bold);
310
+ font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-800));
311
+ line-height: var(--teddy-typography-line-height-tight);
312
+ }
313
+ ._teddy-heading--title-600_r8os0_48 {
314
+ font-family: var(--teddy-typography-family-default);
315
+ font-weight: var(--teddy-typography-weight-bold);
316
+ font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
317
+ line-height: var(--teddy-typography-line-height-tight);
318
+ }
319
+ ._teddy-heading--title-700_r8os0_54 {
320
+ font-family: var(--teddy-typography-family-default);
321
+ font-weight: var(--teddy-typography-weight-bold);
322
+ font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
323
+ line-height: var(--teddy-typography-line-height-tight);
324
+ }
325
+ ._teddy-heading--display-25_r8os0_60 {
326
+ font-family: var(--teddy-typography-family-display);
327
+ font-weight: var(--teddy-typography-weight-medium);
328
+ font-size: clamp(var(--teddy-typography-scale-600), 3cqw, var(--teddy-typography-scale-800));
329
+ line-height: var(--teddy-typography-line-height-tight);
330
+ }
331
+ ._teddy-heading--display-50_r8os0_66 {
332
+ font-family: var(--teddy-typography-family-display);
333
+ font-weight: var(--teddy-typography-weight-medium);
334
+ font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
335
+ line-height: var(--teddy-typography-line-height-tight);
336
+ }
337
+ ._teddy-heading--display-100_r8os0_72 {
338
+ font-family: var(--teddy-typography-family-display);
339
+ font-weight: var(--teddy-typography-weight-medium);
340
+ font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
341
+ line-height: var(--teddy-typography-line-height-tight);
342
+ }
343
+ ._teddy-heading--display-200_r8os0_78 {
344
+ font-family: var(--teddy-typography-family-display);
345
+ font-weight: var(--teddy-typography-weight-medium);
346
+ font-size: clamp(var(--teddy-typography-scale-800), 3cqw, var(--teddy-typography-scale-1000));
347
+ line-height: var(--teddy-typography-line-height-tight);
348
+ }
349
+ }._teddy-spinner--xxs_ywden_1 {
2
350
  height: var(--teddy-spacing-250);
3
351
  width: var(--teddy-spacing-250);
4
352
  }
@@ -339,47 +687,6 @@
339
687
  ._teddy-button--icon-only_1k5uy_56 ._teddy-button__loading_1k5uy_265 {
340
688
  background-color: var(--teddy-color-gray-100);
341
689
  }
342
- }@layer icon {
343
- ._teddy-icon_1ur3a_2 {
344
- display: inline;
345
- align-self: center;
346
- fill: currentColor;
347
- flex-shrink: 0;
348
- }
349
- ._teddy-icon--font_1ur3a_8 {
350
- width: 1em;
351
- height: 1em;
352
- }
353
- ._teddy-icon--xxs_1ur3a_12 {
354
- width: var(--teddy-spacing-150);
355
- height: var(--teddy-spacing-150);
356
- }
357
- ._teddy-icon--xs_1ur3a_16 {
358
- width: var(--teddy-spacing-200);
359
- height: var(--teddy-spacing-200);
360
- }
361
- ._teddy-icon--sm_1ur3a_20 {
362
- width: var(--teddy-spacing-250);
363
- height: var(--teddy-spacing-250);
364
- }
365
- ._teddy-icon--md_1ur3a_24 {
366
- width: var(--teddy-spacing-300);
367
- height: var(--teddy-spacing-300);
368
- }
369
- ._teddy-icon--lg_1ur3a_28 {
370
- width: var(--teddy-spacing-400);
371
- height: var(--teddy-spacing-400);
372
- }
373
- ._teddy-icon--xl_1ur3a_32 {
374
- width: var(--teddy-spacing-600);
375
- height: var(--teddy-spacing-600);
376
- }
377
- ._teddy-icon-with-children_1ur3a_36 {
378
- display: inline-flex;
379
- align-items: center;
380
- font-family: var(--teddy-typography-family-default);
381
- gap: var(--teddy-spacing-100);
382
- }
383
690
  }._teddy-scroll-area_1r6mf_1 {
384
691
  position: relative;
385
692
  overflow: hidden;
@@ -572,89 +879,6 @@
572
879
  }
573
880
  ._teddy-table__cell--sticky-bottom_uodq1_85 {
574
881
  bottom: 0;
575
- }@layer heading {
576
- ._teddy-heading_r8os0_2 {
577
- color: var(--teddy-color-text-default);
578
- display: block;
579
- hyphens: none;
580
- margin: 0;
581
- max-width: 60ch;
582
- }
583
- ._teddy-heading--hyphens_r8os0_9 {
584
- hyphens: auto;
585
- }
586
- ._teddy-heading--subsection-100_r8os0_12 {
587
- font-family: var(--teddy-typography-family-default);
588
- font-weight: var(--teddy-typography-weight-medium);
589
- font-size: var(--teddy-typography-scale-100);
590
- line-height: var(--teddy-typography-line-height-default);
591
- }
592
- ._teddy-heading--title-100_r8os0_18 {
593
- font-family: var(--teddy-typography-family-default);
594
- font-weight: var(--teddy-typography-weight-bold);
595
- font-size: clamp(var(--teddy-typography-scale-100), 3cqw, var(--teddy-typography-scale-200));
596
- line-height: var(--teddy-typography-line-height-default);
597
- }
598
- ._teddy-heading--title-200_r8os0_24 {
599
- font-family: var(--teddy-typography-family-default);
600
- font-weight: var(--teddy-typography-weight-bold);
601
- font-size: clamp(var(--teddy-typography-scale-200), 3cqw, var(--teddy-typography-scale-400));
602
- line-height: var(--teddy-typography-line-height-default);
603
- }
604
- ._teddy-heading--title-300_r8os0_30 {
605
- font-family: var(--teddy-typography-family-default);
606
- font-weight: var(--teddy-typography-weight-bold);
607
- font-size: clamp(var(--teddy-typography-scale-400), 3cqw, var(--teddy-typography-scale-600));
608
- line-height: var(--teddy-typography-line-height-default);
609
- }
610
- ._teddy-heading--title-400_r8os0_36 {
611
- font-family: var(--teddy-typography-family-default);
612
- font-weight: var(--teddy-typography-weight-bold);
613
- font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-700));
614
- line-height: var(--teddy-typography-line-height-default);
615
- }
616
- ._teddy-heading--title-500_r8os0_42 {
617
- font-family: var(--teddy-typography-family-default);
618
- font-weight: var(--teddy-typography-weight-bold);
619
- font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-800));
620
- line-height: var(--teddy-typography-line-height-tight);
621
- }
622
- ._teddy-heading--title-600_r8os0_48 {
623
- font-family: var(--teddy-typography-family-default);
624
- font-weight: var(--teddy-typography-weight-bold);
625
- font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
626
- line-height: var(--teddy-typography-line-height-tight);
627
- }
628
- ._teddy-heading--title-700_r8os0_54 {
629
- font-family: var(--teddy-typography-family-default);
630
- font-weight: var(--teddy-typography-weight-bold);
631
- font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
632
- line-height: var(--teddy-typography-line-height-tight);
633
- }
634
- ._teddy-heading--display-25_r8os0_60 {
635
- font-family: var(--teddy-typography-family-display);
636
- font-weight: var(--teddy-typography-weight-medium);
637
- font-size: clamp(var(--teddy-typography-scale-600), 3cqw, var(--teddy-typography-scale-800));
638
- line-height: var(--teddy-typography-line-height-tight);
639
- }
640
- ._teddy-heading--display-50_r8os0_66 {
641
- font-family: var(--teddy-typography-family-display);
642
- font-weight: var(--teddy-typography-weight-medium);
643
- font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
644
- line-height: var(--teddy-typography-line-height-tight);
645
- }
646
- ._teddy-heading--display-100_r8os0_72 {
647
- font-family: var(--teddy-typography-family-display);
648
- font-weight: var(--teddy-typography-weight-medium);
649
- font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
650
- line-height: var(--teddy-typography-line-height-tight);
651
- }
652
- ._teddy-heading--display-200_r8os0_78 {
653
- font-family: var(--teddy-typography-family-display);
654
- font-weight: var(--teddy-typography-weight-medium);
655
- font-size: clamp(var(--teddy-typography-scale-800), 3cqw, var(--teddy-typography-scale-1000));
656
- line-height: var(--teddy-typography-line-height-tight);
657
- }
658
882
  }._teddy-flip-card_onxd6_1 {
659
883
  position: relative;
660
884
  perspective: 1000px;
@@ -1182,84 +1406,6 @@
1182
1406
  ._teddy-flex_1ncy4_1 {
1183
1407
  display: flex;
1184
1408
  }
1185
- }@layer text {
1186
- ._teddy-text_15w9u_2 {
1187
- color: inherit;
1188
- display: block;
1189
- margin: 0;
1190
- hyphens: none;
1191
- }
1192
- ._teddy-text--disabled_15w9u_8 {
1193
- color: var(--teddy-color-text-weak);
1194
- }
1195
- ._teddy-text--hyphens_15w9u_11 {
1196
- hyphens: auto;
1197
- }
1198
- ._teddy-text--paragraph-100_15w9u_14 {
1199
- font-family: var(--teddy-typography-family-default);
1200
- font-weight: var(--teddy-typography-weight-normal);
1201
- font-size: var(--teddy-typography-scale-100);
1202
- line-height: var(--teddy-typography-line-height-loose);
1203
- }
1204
- ._teddy-text--paragraph-100-medium_15w9u_20 {
1205
- font-family: var(--teddy-typography-family-default);
1206
- font-weight: var(--teddy-typography-weight-normal);
1207
- font-size: var(--teddy-typography-scale-100);
1208
- line-height: var(--teddy-typography-line-height-loose);
1209
- font-weight: var(--teddy-typography-weight-medium);
1210
- }
1211
- ._teddy-text--paragraph-100-bold_15w9u_27 {
1212
- font-family: var(--teddy-typography-family-default);
1213
- font-weight: var(--teddy-typography-weight-normal);
1214
- font-size: var(--teddy-typography-scale-100);
1215
- line-height: var(--teddy-typography-line-height-loose);
1216
- font-weight: var(--teddy-typography-weight-bold);
1217
- }
1218
- ._teddy-text--paragraph-200_15w9u_34 {
1219
- font-family: var(--teddy-typography-family-default);
1220
- font-weight: var(--teddy-typography-weight-normal);
1221
- font-size: var(--teddy-typography-scale-100);
1222
- line-height: var(--teddy-typography-line-height-looser);
1223
- }
1224
- ._teddy-text--preamble-100_15w9u_40 {
1225
- font-family: var(--teddy-typography-family-default);
1226
- font-weight: var(--teddy-typography-weight-normal);
1227
- font-size: var(--teddy-typography-scale-200);
1228
- line-height: var(--teddy-typography-line-height-loose);
1229
- }
1230
- ._teddy-text--preamble-200_15w9u_46 {
1231
- font-family: var(--teddy-typography-family-default);
1232
- font-weight: var(--teddy-typography-weight-normal);
1233
- font-size: clamp(var(--teddy-typography-scale-150), 3vw, var(--teddy-typography-scale-400));
1234
- line-height: var(--teddy-typography-line-height-loose);
1235
- }
1236
- ._teddy-text--additional-100_15w9u_52 {
1237
- font-family: var(--teddy-typography-family-default);
1238
- font-weight: var(--teddy-typography-weight-normal);
1239
- font-size: var(--teddy-typography-scale-75);
1240
- line-height: var(--teddy-typography-line-height-loose);
1241
- }
1242
- ._teddy-text--additional-100-medium_15w9u_58 {
1243
- font-family: var(--teddy-typography-family-default);
1244
- font-weight: var(--teddy-typography-weight-normal);
1245
- font-size: var(--teddy-typography-scale-75);
1246
- line-height: var(--teddy-typography-line-height-loose);
1247
- font-weight: var(--teddy-typography-weight-medium);
1248
- }
1249
- ._teddy-text--overline-100_15w9u_65 {
1250
- font-family: var(--teddy-typography-family-default);
1251
- font-size: var(--teddy-typography-scale-75);
1252
- letter-spacing: var(--teddy-spacing-10);
1253
- line-height: var(--teddy-typography-line-height-tight);
1254
- text-transform: uppercase;
1255
- }
1256
- ._teddy-text--overline-200_15w9u_72 {
1257
- font-family: var(--teddy-typography-family-default);
1258
- font-size: clamp(var(--teddy-typography-scale-75), 3vw, var(--teddy-typography-scale-100));
1259
- letter-spacing: var(--teddy-spacing-10);
1260
- line-height: var(--teddy-typography-line-height-tight);
1261
- text-transform: uppercase;
1262
- }
1263
1409
  }@layer link {
1264
1410
  ._teddy-link_1vpvx_2 {
1265
1411
  align-items: center;
@@ -4475,62 +4621,68 @@
4475
4621
  }
4476
4622
  }@layer heading, link, accordion;
4477
4623
  @layer accordion {
4478
- ._teddy-accordion_nueyr_3 {
4624
+ ._teddy-accordion_1hyar_3 {
4479
4625
  --indented-spacing: var(--teddy-spacing-200);
4480
4626
  }
4481
4627
  @media (min-width: 600px) {
4482
- ._teddy-accordion_nueyr_3 {
4628
+ ._teddy-accordion_1hyar_3 {
4483
4629
  --indented-spacing: var(--teddy-spacing-300);
4484
4630
  }
4485
4631
  }
4486
- ._teddy-accordion--indented_nueyr_11 ._teddy-accordion__header_nueyr_11 > *:first-child {
4632
+ ._teddy-accordion--indented_1hyar_11 ._teddy-accordion__header_1hyar_11 > *:first-child {
4487
4633
  padding-left: var(--indented-spacing);
4488
4634
  }
4489
- ._teddy-accordion--indented_nueyr_11 ._teddy-accordion__content_nueyr_14 {
4635
+ ._teddy-accordion--indented_1hyar_11 ._teddy-accordion__content_1hyar_14 {
4490
4636
  padding-inline: var(--indented-spacing);
4491
4637
  }
4492
- ._teddy-accordion--negative_nueyr_17 ._teddy-accordion__header_nueyr_11 {
4638
+ ._teddy-accordion--no-border_1hyar_17 ._teddy-accordion__item_1hyar_17 {
4639
+ border-top: none;
4640
+ }
4641
+ ._teddy-accordion--no-border_1hyar_17 ._teddy-accordion__item_1hyar_17:last-child {
4642
+ border-bottom: none;
4643
+ }
4644
+ ._teddy-accordion--negative_1hyar_23 ._teddy-accordion__header_1hyar_11 {
4493
4645
  color: var(--teddy-color-text-interactive-primary-negative);
4494
4646
  }
4495
- ._teddy-accordion--negative_nueyr_17 ._teddy-accordion__content_nueyr_14,
4496
- ._teddy-accordion--negative_nueyr_17 ._teddy-accordion__title_nueyr_21 {
4647
+ ._teddy-accordion--negative_1hyar_23 ._teddy-accordion__content_1hyar_14,
4648
+ ._teddy-accordion--negative_1hyar_23 ._teddy-accordion__title_1hyar_27 {
4497
4649
  color: var(--teddy-color-text-default-negative);
4498
4650
  }
4499
- ._teddy-accordion--negative_nueyr_17 ._teddy-accordion__trigger_nueyr_24:hover {
4651
+ ._teddy-accordion--negative_1hyar_23 ._teddy-accordion__trigger_1hyar_30:hover {
4500
4652
  background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
4501
4653
  }
4502
4654
  @media (prefers-reduced-motion: no-preference) {
4503
- ._teddy-accordion--negative_nueyr_17 ._teddy-accordion__trigger_nueyr_24:active {
4655
+ ._teddy-accordion--negative_1hyar_23 ._teddy-accordion__trigger_1hyar_30:active {
4504
4656
  background-color: var(--teddy-color-background-interactive-transparent-negative-active);
4505
4657
  }
4506
4658
  }
4507
- ._teddy-accordion--negative_nueyr_17 ._teddy-accordion__item_nueyr_32 {
4659
+ ._teddy-accordion--negative_1hyar_23 ._teddy-accordion__item_1hyar_17 {
4508
4660
  border-color: var(--teddy-color-border-medium-negative);
4509
4661
  }
4510
- ._teddy-accordion--negative_nueyr_17 ._teddy-accordion__item_nueyr_32:last-child {
4662
+ ._teddy-accordion--negative_1hyar_23 ._teddy-accordion__item_1hyar_17:last-child {
4511
4663
  border-color: var(--teddy-color-border-medium-negative);
4512
4664
  }
4513
- ._teddy-accordion_nueyr_3:disabled {
4665
+ ._teddy-accordion_1hyar_3:disabled {
4514
4666
  background-color: var(--teddy-color-background-interactive-transparent);
4515
4667
  }
4516
- ._teddy-accordion__title_nueyr_21 {
4668
+ ._teddy-accordion__title_1hyar_27 {
4517
4669
  margin-bottom: var(--teddy-spacing-300);
4518
4670
  }
4519
4671
  @media (min-width: 600px) {
4520
- ._teddy-accordion__title_nueyr_21 {
4672
+ ._teddy-accordion__title_1hyar_27 {
4521
4673
  margin-bottom: var(--teddy-spacing-400);
4522
4674
  }
4523
4675
  }
4524
- ._teddy-accordion__item_nueyr_32 {
4676
+ ._teddy-accordion__item_1hyar_17 {
4525
4677
  border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
4526
4678
  }
4527
- ._teddy-accordion__item_nueyr_32:first-child {
4679
+ ._teddy-accordion__item_1hyar_17:first-child {
4528
4680
  margin-top: 0;
4529
4681
  }
4530
- ._teddy-accordion__item_nueyr_32:last-child {
4682
+ ._teddy-accordion__item_1hyar_17:last-child {
4531
4683
  border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
4532
4684
  }
4533
- ._teddy-accordion__header_nueyr_11 {
4685
+ ._teddy-accordion__header_1hyar_11 {
4534
4686
  background-color: var(--teddy-color-background-interactive-transparent);
4535
4687
  display: grid;
4536
4688
  grid-template-columns: minmax(0, 1fr) auto;
@@ -4539,7 +4691,7 @@
4539
4691
  color: var(--teddy-color-text-interactive-primary);
4540
4692
  font-weight: var(--teddy-typography-weight-bold);
4541
4693
  }
4542
- ._teddy-accordion__trigger_nueyr_24 {
4694
+ ._teddy-accordion__trigger_1hyar_30 {
4543
4695
  all: unset;
4544
4696
  font-family: inherit;
4545
4697
  background-color: transparent;
@@ -4553,92 +4705,92 @@
4553
4705
  transition-timing-function: var(--teddy-motion-easing-ease-in-out);
4554
4706
  transition-property: background-color, color;
4555
4707
  }
4556
- ._teddy-accordion__trigger_nueyr_24:hover {
4708
+ ._teddy-accordion__trigger_1hyar_30:hover {
4557
4709
  background-color: var(--teddy-color-background-interactive-transparent-hover);
4558
4710
  }
4559
4711
  @media (prefers-reduced-motion: no-preference) {
4560
- ._teddy-accordion__trigger_nueyr_24:active {
4712
+ ._teddy-accordion__trigger_1hyar_30:active {
4561
4713
  background-color: var(--teddy-color-background-interactive-transparent-active);
4562
4714
  }
4563
4715
  }
4564
- ._teddy-accordion__trigger_nueyr_24:focus-within {
4716
+ ._teddy-accordion__trigger_1hyar_30:focus-within {
4565
4717
  outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
4566
4718
  outline-offset: var(--teddy-spacing-25);
4567
4719
  z-index: 1;
4568
4720
  }
4569
- ._teddy-accordion__trigger_nueyr_24:focus-within:not(:focus-visible) {
4721
+ ._teddy-accordion__trigger_1hyar_30:focus-within:not(:focus-visible) {
4570
4722
  outline: 0;
4571
4723
  }
4572
- ._teddy-accordion__trigger_nueyr_24:disabled {
4724
+ ._teddy-accordion__trigger_1hyar_30:disabled {
4573
4725
  cursor: not-allowed;
4574
4726
  background-color: var(--teddy-color-background-interactive-disabled);
4575
4727
  }
4576
- ._teddy-accordion__trigger_nueyr_24 ._teddy-accordion__indicator_nueyr_101 {
4728
+ ._teddy-accordion__trigger_1hyar_30 ._teddy-accordion__indicator_1hyar_107 {
4577
4729
  flex-shrink: 0;
4578
4730
  transform: rotate(0);
4579
4731
  margin: var(--indented-spacing);
4580
4732
  }
4581
4733
  @media (min-width: 1024px) {
4582
- ._teddy-accordion__trigger_nueyr_24 ._teddy-accordion__indicator_nueyr_101 {
4734
+ ._teddy-accordion__trigger_1hyar_30 ._teddy-accordion__indicator_1hyar_107 {
4583
4735
  margin-block: var(--teddy-spacing-400);
4584
4736
  }
4585
4737
  }
4586
4738
  @media (prefers-reduced-motion: no-preference) {
4587
- ._teddy-accordion__trigger_nueyr_24 ._teddy-accordion__indicator--rotate_nueyr_112 {
4739
+ ._teddy-accordion__trigger_1hyar_30 ._teddy-accordion__indicator--rotate_1hyar_118 {
4588
4740
  transition: transform var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
4589
4741
  }
4590
4742
  }
4591
- ._teddy-accordion__trigger_nueyr_24[data-state=open] ._teddy-accordion__indicator_nueyr_101 {
4743
+ ._teddy-accordion__trigger_1hyar_30[data-state=open] ._teddy-accordion__indicator_1hyar_107 {
4592
4744
  transform: rotate(180deg);
4593
4745
  }
4594
- ._teddy-accordion__content_nueyr_14 {
4746
+ ._teddy-accordion__content_1hyar_14 {
4595
4747
  overflow: hidden;
4596
4748
  color: var(--teddy-color-text-default);
4597
4749
  padding: 0 var(--teddy-spacing-300) 0 0;
4598
4750
  }
4599
4751
  @media (prefers-reduced-motion: no-preference) {
4600
- ._teddy-accordion__content_nueyr_14[data-state=open] {
4601
- animation: _slideDown_nueyr_1 var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
4752
+ ._teddy-accordion__content_1hyar_14[data-state=open] {
4753
+ animation: _slideDown_1hyar_1 var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
4602
4754
  height: auto;
4603
4755
  visibility: visible;
4604
4756
  }
4605
- ._teddy-accordion__content_nueyr_14[data-state=closed] {
4757
+ ._teddy-accordion__content_1hyar_14[data-state=closed] {
4606
4758
  visibility: hidden;
4607
4759
  height: 0;
4608
- animation: _slideUp_nueyr_1 var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
4760
+ animation: _slideUp_1hyar_1 var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
4609
4761
  }
4610
4762
  }
4611
- ._teddy-accordion__content_nueyr_14::after {
4763
+ ._teddy-accordion__content_1hyar_14::after {
4612
4764
  content: "";
4613
4765
  display: block;
4614
4766
  height: var(--teddy-spacing-400);
4615
4767
  width: 100%;
4616
4768
  }
4617
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__header_nueyr_11 {
4769
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__header_1hyar_11 {
4618
4770
  color: var(--teddy-color-text-default);
4619
4771
  font-size: var(--teddy-typography-scale-100);
4620
4772
  }
4621
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__content_nueyr_14::after {
4773
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__content_1hyar_14::after {
4622
4774
  height: var(--teddy-spacing-200);
4623
4775
  }
4624
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__indicator_nueyr_101 {
4776
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__indicator_1hyar_107 {
4625
4777
  margin-block: var(--teddy-spacing-200);
4626
4778
  }
4627
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__content_nueyr_14,
4628
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__title_nueyr_21 {
4779
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__content_1hyar_14,
4780
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__title_1hyar_27 {
4629
4781
  color: var(--teddy-color-text-default);
4630
4782
  }
4631
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__item_nueyr_32 {
4783
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__item_1hyar_17 {
4632
4784
  background-color: var(--teddy-color-background-interactive-inactive);
4633
4785
  border: none;
4634
4786
  }
4635
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__item_nueyr_32:last-child {
4787
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__item_1hyar_17:last-child {
4636
4788
  border: none;
4637
4789
  }
4638
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__item_nueyr_32:not(:last-child) {
4790
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__item_1hyar_17:not(:last-child) {
4639
4791
  position: relative;
4640
4792
  }
4641
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__item_nueyr_32:not(:last-child)::after {
4793
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__item_1hyar_17:not(:last-child)::after {
4642
4794
  content: "";
4643
4795
  display: block;
4644
4796
  position: absolute;
@@ -4647,21 +4799,21 @@
4647
4799
  transform: translateY(50%);
4648
4800
  background-color: var(--teddy-color-border-weak);
4649
4801
  }
4650
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__item_nueyr_32:first-of-type {
4802
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__item_1hyar_17:first-of-type {
4651
4803
  border-radius: var(--teddy-border-radius-md) var(--teddy-border-radius-md) 0 0;
4652
4804
  }
4653
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__item_nueyr_32:last-of-type {
4805
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__item_1hyar_17:last-of-type {
4654
4806
  border-radius: 0 0 var(--teddy-border-radius-md) var(--teddy-border-radius-md);
4655
4807
  }
4656
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__trigger_nueyr_24:hover {
4808
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__trigger_1hyar_30:hover {
4657
4809
  background-color: var(--teddy-color-background-interactive-inactive);
4658
4810
  }
4659
4811
  @media (prefers-reduced-motion: no-preference) {
4660
- ._teddy-accordion--info-area_nueyr_142 ._teddy-accordion__trigger_nueyr_24:active {
4812
+ ._teddy-accordion--info-area_1hyar_148 ._teddy-accordion__trigger_1hyar_30:active {
4661
4813
  background-color: var(--teddy-color-background-interactive-disabled);
4662
4814
  }
4663
4815
  }
4664
- @keyframes _slideDown_nueyr_1 {
4816
+ @keyframes _slideDown_1hyar_1 {
4665
4817
  from {
4666
4818
  height: 0;
4667
4819
  }
@@ -4669,7 +4821,7 @@
4669
4821
  height: var(--radix-accordion-content-height);
4670
4822
  }
4671
4823
  }
4672
- @keyframes _slideUp_nueyr_1 {
4824
+ @keyframes _slideUp_1hyar_1 {
4673
4825
  from {
4674
4826
  height: var(--radix-accordion-content-height);
4675
4827
  }