@telia/teddy 0.7.0 → 0.7.6
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/accordion/accordion-indicator.cjs +1 -1
- package/dist/components/accordion/accordion-indicator.js +1 -1
- package/dist/components/avatar/avatar-root.cjs +1 -1
- package/dist/components/avatar/avatar-root.d.ts +1 -1
- package/dist/components/avatar/avatar-root.js +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/badge/badge.cjs +1 -1
- package/dist/components/badge/badge.js +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.cjs +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.js +1 -1
- package/dist/components/card/card.cjs +52 -52
- package/dist/components/card/card.js +52 -52
- package/dist/components/carousel/carousel-root.cjs +1 -1
- package/dist/components/carousel/carousel-root.js +1 -1
- package/dist/components/channel-button/channel-button-root.d.ts +3 -3
- package/dist/components/channel-button/index.d.ts +3 -3
- package/dist/components/checkbox/checkbox-indicator.cjs +1 -1
- package/dist/components/checkbox/checkbox-indicator.js +1 -1
- package/dist/components/chip/chip-indicator.cjs +1 -1
- package/dist/components/chip/chip-indicator.d.ts +2 -2
- package/dist/components/chip/chip-indicator.js +1 -1
- package/dist/components/chip/index.d.ts +2 -2
- package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-root.cjs +1 -1
- package/dist/components/dashboard-card/dashboard-card-root.js +1 -1
- package/dist/components/date-picker/date-picker-input.cjs +1 -1
- package/dist/components/date-picker/date-picker-input.js +1 -1
- package/dist/components/date-picker/date-picker.cjs +1 -1
- package/dist/components/date-picker/date-picker.js +1 -1
- package/dist/components/drawer/drawer-close.cjs +1 -1
- package/dist/components/drawer/drawer-close.js +1 -1
- package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
- package/dist/components/expandable-card/expandable-card-indicator.cjs +1 -1
- package/dist/components/expandable-card/expandable-card-indicator.js +1 -1
- package/dist/components/expandable-card/index.d.ts +3 -3
- package/dist/components/field-error-text/field-error-text.cjs +1 -1
- package/dist/components/field-error-text/field-error-text.js +1 -1
- package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
- package/dist/components/icon/icon.cjs +1 -1
- package/dist/components/icon/icon.js +1 -1
- package/dist/components/icon/index.cjs +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +3 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +3 -1
- package/dist/components/input/input-clear-button.cjs +1 -1
- package/dist/components/input/input-clear-button.js +1 -1
- package/dist/components/input/input-group.cjs +1 -1
- package/dist/components/input/input-group.js +1 -1
- package/dist/components/input/input-indicator.cjs +1 -1
- package/dist/components/input/input-indicator.js +1 -1
- package/dist/components/modal/modal-close.cjs +2 -1
- package/dist/components/modal/modal-close.js +2 -1
- package/dist/components/modal/modal-title.d.ts +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +1 -1
- package/dist/components/navigation-menu/navigation-menu.cjs +2 -1
- package/dist/components/navigation-menu/navigation-menu.js +2 -1
- package/dist/components/notabene/notabene-icon.cjs +1 -1
- package/dist/components/notabene/notabene-icon.d.ts +2 -2
- package/dist/components/notabene/notabene-icon.js +1 -1
- package/dist/components/notification/index.d.ts +2 -2
- package/dist/components/notification/notification-dismiss.cjs +1 -1
- package/dist/components/notification/notification-dismiss.js +1 -1
- package/dist/components/notification/notification-icon.cjs +1 -1
- package/dist/components/notification/notification-icon.d.ts +2 -2
- package/dist/components/notification/notification-icon.js +1 -1
- package/dist/components/notification/notification-root.d.ts +2 -2
- package/dist/components/pagination/index.cjs +27 -0
- package/dist/components/pagination/index.d.ts +114 -0
- package/dist/components/pagination/index.js +27 -0
- package/dist/components/pagination/pagination-button.cjs +116 -0
- package/dist/components/pagination/pagination-button.d.ts +56 -0
- package/dist/components/pagination/pagination-button.js +116 -0
- package/dist/components/pagination/pagination-items-per-page.cjs +66 -0
- package/dist/components/pagination/pagination-items-per-page.d.ts +35 -0
- package/dist/components/pagination/pagination-items-per-page.js +66 -0
- package/dist/components/pagination/pagination-navigation.cjs +51 -0
- package/dist/components/pagination/pagination-navigation.d.ts +25 -0
- package/dist/components/pagination/pagination-navigation.js +51 -0
- package/dist/components/pagination/pagination-page-numbers.cjs +94 -0
- package/dist/components/pagination/pagination-page-numbers.d.ts +26 -0
- package/dist/components/pagination/pagination-page-numbers.js +94 -0
- package/dist/components/pagination/pagination-page-selector.cjs +68 -0
- package/dist/components/pagination/pagination-page-selector.d.ts +22 -0
- package/dist/components/pagination/pagination-page-selector.js +68 -0
- package/dist/components/pagination/pagination-root.cjs +29 -0
- package/dist/components/pagination/pagination-root.d.ts +24 -0
- package/dist/components/pagination/pagination-root.js +29 -0
- package/dist/components/radio-card-group/radio-card-group-content.cjs +2 -1
- package/dist/components/radio-card-group/radio-card-group-content.js +2 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +2 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.js +2 -1
- package/dist/components/radio-card-group/radio-card-group-item.cjs +2 -1
- package/dist/components/radio-card-group/radio-card-group-item.js +2 -1
- package/dist/components/scroll-area/index.d.ts +2 -2
- package/dist/components/scroll-area/scroll-area-button.cjs +1 -1
- package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
- package/dist/components/scroll-area/scroll-area-button.js +1 -1
- package/dist/components/scroll-area/scroll-area-thumb.cjs +1 -1
- package/dist/components/scroll-area/scroll-area-thumb.js +1 -1
- package/dist/components/select/select-indicator.cjs +1 -1
- package/dist/components/select/select-indicator.js +1 -1
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
- package/dist/components/text-field/index.d.ts +2 -2
- package/dist/components/text-field/text-field-button.d.ts +2 -2
- package/dist/components/toast/toast-root.cjs +1 -1
- package/dist/components/toast/toast-root.js +1 -1
- package/dist/components/toggle/toggle.cjs +1 -1
- package/dist/components/toggle/toggle.d.ts +2 -2
- package/dist/components/toggle/toggle.js +1 -1
- package/dist/components/toggletip/toggletip-close.cjs +1 -1
- package/dist/components/toggletip/toggletip-close.js +1 -1
- package/dist/components/tooltip/tooltip-trigger.cjs +1 -1
- package/dist/components/tooltip/tooltip-trigger.js +1 -1
- package/dist/main.cjs +3 -1
- package/dist/main.js +3 -1
- package/dist/pagination.module-BZYtfhKG.js +14 -0
- package/dist/pagination.module-cJw-49kO.cjs +13 -0
- package/dist/style.css +881 -811
- 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/assets/{sprite.c7653d19-teddy.svg → sprite.6511e521-teddy.svg} +9 -9
package/dist/style.css
CHANGED
|
@@ -1,850 +1,909 @@
|
|
|
1
|
-
@charset 'UTF-8';._teddy-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
5
|
-
font-size: var(--teddy-typography-scale-100);
|
|
6
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
1
|
+
@charset 'UTF-8';._teddy-pagination_14dmj_1 {
|
|
2
|
+
display: flex;
|
|
3
|
+
gap: var(--teddy-spacing-50);
|
|
7
4
|
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
|
|
6
|
+
._teddy-pagination-button_14dmj_6 {
|
|
7
|
+
gap: var(--teddy-spacing-50);
|
|
8
|
+
padding: var(--teddy-spacing-100);
|
|
11
9
|
}
|
|
12
|
-
._teddy-
|
|
13
|
-
|
|
14
|
-
}._teddy-helper-text_6xdzb_1 {
|
|
15
|
-
font-family: var(--teddy-typography-family-default);
|
|
16
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
17
|
-
font-size: var(--teddy-typography-scale-75);
|
|
18
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
19
|
-
color: var(--teddy-color-text-medium);
|
|
20
|
-
display: block;
|
|
10
|
+
._teddy-pagination-button--page_14dmj_10 {
|
|
11
|
+
padding: var(--teddy-spacing-100) var(--teddy-spacing-150);
|
|
21
12
|
}
|
|
22
|
-
._teddy-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
13
|
+
._teddy-pagination-button--ellipsis_14dmj_13 {
|
|
14
|
+
border: none !important;
|
|
15
|
+
background: transparent !important;
|
|
16
|
+
color: var(--teddy-color-text-weak) !important;
|
|
17
|
+
cursor: default !important;
|
|
18
|
+
font-weight: var(--teddy-typography-weight-regular);
|
|
19
|
+
}
|
|
20
|
+
._teddy-pagination-button--ellipsis_14dmj_13:hover, ._teddy-pagination-button--ellipsis_14dmj_13:focus, ._teddy-pagination-button--ellipsis_14dmj_13:active {
|
|
21
|
+
background: transparent !important;
|
|
22
|
+
border: none !important;
|
|
23
|
+
color: var(--teddy-color-text-weak) !important;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
._teddy-pagination-page-selector_14dmj_26 {
|
|
27
|
+
display: flex;
|
|
28
|
+
align-items: center;
|
|
29
|
+
gap: var(--teddy-spacing-100);
|
|
30
|
+
margin-left: var(--teddy-spacing-150);
|
|
31
|
+
margin-right: var(--teddy-spacing-150);
|
|
32
|
+
}
|
|
33
|
+
._teddy-pagination-page-selector__select_14dmj_33 {
|
|
34
|
+
width: 60px !important;
|
|
35
|
+
}
|
|
36
|
+
._teddy-pagination-page-selector__select_14dmj_33 button {
|
|
37
|
+
width: 100% !important;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
._teddy-pagination-page-numbers_14dmj_40 {
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
gap: var(--teddy-spacing-50);
|
|
44
|
+
margin-left: var(--teddy-spacing-150);
|
|
45
|
+
margin-right: var(--teddy-spacing-150);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
._teddy-pagination-items-per-page_14dmj_48 {
|
|
49
|
+
display: flex;
|
|
50
|
+
align-items: center;
|
|
51
|
+
gap: var(--teddy-spacing-100);
|
|
52
|
+
margin-left: var(--teddy-spacing-150);
|
|
53
|
+
margin-right: var(--teddy-spacing-150);
|
|
54
|
+
}
|
|
55
|
+
._teddy-pagination-items-per-page__select_14dmj_55 {
|
|
56
|
+
width: 70px !important;
|
|
57
|
+
}
|
|
58
|
+
._teddy-pagination-items-per-page__select_14dmj_55 button {
|
|
59
|
+
width: 100% !important;
|
|
60
|
+
}._teddy-spinner--xxs_ywden_1 {
|
|
61
|
+
height: var(--teddy-spacing-250);
|
|
62
|
+
width: var(--teddy-spacing-250);
|
|
63
|
+
}
|
|
64
|
+
._teddy-spinner--xs_ywden_5 {
|
|
65
|
+
height: var(--teddy-spacing-300);
|
|
66
|
+
width: var(--teddy-spacing-300);
|
|
67
|
+
}
|
|
68
|
+
._teddy-spinner--sm_ywden_9 {
|
|
69
|
+
height: var(--teddy-spacing-400);
|
|
70
|
+
width: var(--teddy-spacing-400);
|
|
71
|
+
}
|
|
72
|
+
._teddy-spinner--md_ywden_13 {
|
|
73
|
+
height: var(--teddy-spacing-600);
|
|
74
|
+
width: var(--teddy-spacing-600);
|
|
75
|
+
stroke-width: 3.5;
|
|
76
|
+
}
|
|
77
|
+
._teddy-spinner--lg_ywden_18 {
|
|
78
|
+
height: var(--teddy-spacing-800);
|
|
79
|
+
width: var(--teddy-spacing-800);
|
|
80
|
+
stroke-width: 3;
|
|
81
|
+
}
|
|
82
|
+
._teddy-spinner__circle_ywden_23 {
|
|
83
|
+
--stroke-color: var(--teddy-color-border-interactive-primary);
|
|
84
|
+
stroke-dasharray: 150;
|
|
85
|
+
animation: _dash_ywden_1 2s ease-in-out infinite, _rotate_ywden_1 1s linear infinite;
|
|
86
|
+
transform-origin: center;
|
|
87
|
+
stroke-width: 4;
|
|
88
|
+
stroke-linecap: round;
|
|
89
|
+
fill: transparent;
|
|
90
|
+
stroke: var(--stroke-color);
|
|
91
|
+
}
|
|
92
|
+
._teddy-spinner__circle--disabled_ywden_33 {
|
|
93
|
+
--stroke-color: var(--teddy-color-border-weak);
|
|
94
|
+
}
|
|
95
|
+
._teddy-spinner__circle--negative_ywden_36 {
|
|
96
|
+
--stroke-color: var(--teddy-color-border-interactive-primary-negative);
|
|
97
|
+
}
|
|
98
|
+
._teddy-spinner__circle--negative-disabled_ywden_39 {
|
|
99
|
+
--stroke-color: var(--teddy-color-border-weak-negative);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
@keyframes _rotate_ywden_1 {
|
|
103
|
+
from {
|
|
104
|
+
transform: rotate(0deg);
|
|
30
105
|
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
height: 1em;
|
|
106
|
+
to {
|
|
107
|
+
transform: rotate(360deg);
|
|
34
108
|
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
109
|
+
}
|
|
110
|
+
@keyframes _dash_ywden_1 {
|
|
111
|
+
0% {
|
|
112
|
+
stroke-dashoffset: 125;
|
|
38
113
|
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
height: var(--teddy-spacing-200);
|
|
114
|
+
50% {
|
|
115
|
+
stroke-dashoffset: 62.5;
|
|
42
116
|
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
height: var(--teddy-spacing-250);
|
|
117
|
+
100% {
|
|
118
|
+
stroke-dashoffset: 125;
|
|
46
119
|
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
120
|
+
}@keyframes _fadeInAnimation_1k5uy_1 {
|
|
121
|
+
0% {
|
|
122
|
+
opacity: 0;
|
|
50
123
|
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
height: var(--teddy-spacing-400);
|
|
124
|
+
100% {
|
|
125
|
+
opacity: 1;
|
|
54
126
|
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
127
|
+
}
|
|
128
|
+
@keyframes _scaleInAnimation_1k5uy_1 {
|
|
129
|
+
0% {
|
|
130
|
+
scale: 0;
|
|
58
131
|
}
|
|
59
|
-
|
|
60
|
-
|
|
132
|
+
100% {
|
|
133
|
+
scale: 100%;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
@layer button {
|
|
137
|
+
._teddy-button_1k5uy_18 {
|
|
61
138
|
align-items: center;
|
|
139
|
+
border-radius: var(--teddy-border-radius-full);
|
|
140
|
+
border-width: 0;
|
|
141
|
+
cursor: pointer;
|
|
142
|
+
display: inline-flex;
|
|
143
|
+
font-size: var(--teddy-typography-scale-100);
|
|
62
144
|
font-family: var(--teddy-typography-family-default);
|
|
145
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
63
146
|
gap: var(--teddy-spacing-100);
|
|
147
|
+
justify-content: center;
|
|
148
|
+
line-height: var(--teddy-spacing-200);
|
|
149
|
+
outline: 0;
|
|
150
|
+
position: relative;
|
|
151
|
+
text-decoration: none;
|
|
152
|
+
transition-duration: var(--teddy-motion-duration-100);
|
|
153
|
+
transition-timing-function: var(--teddy-motion-easing-ease-in-out);
|
|
154
|
+
transition-property: background-color, color;
|
|
155
|
+
width: auto;
|
|
64
156
|
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
157
|
+
._teddy-button_1k5uy_18:focus::before {
|
|
158
|
+
border-radius: inherit;
|
|
159
|
+
box-shadow: 0 0 0 var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
160
|
+
content: "";
|
|
161
|
+
opacity: 1;
|
|
68
162
|
display: block;
|
|
69
|
-
|
|
70
|
-
|
|
163
|
+
inset: calc(var(--teddy-spacing-25) * -1);
|
|
164
|
+
position: absolute;
|
|
71
165
|
}
|
|
72
|
-
._teddy-
|
|
73
|
-
|
|
166
|
+
._teddy-button_1k5uy_18:focus:not(:focus-visible)::before {
|
|
167
|
+
opacity: 0;
|
|
74
168
|
}
|
|
75
|
-
._teddy-
|
|
76
|
-
|
|
169
|
+
._teddy-button_1k5uy_18 svg {
|
|
170
|
+
display: block;
|
|
77
171
|
}
|
|
78
|
-
._teddy-
|
|
79
|
-
|
|
80
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
81
|
-
font-size: var(--teddy-typography-scale-100);
|
|
82
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
172
|
+
._teddy-button--sm_1k5uy_53 {
|
|
173
|
+
padding: var(--teddy-spacing-150) var(--teddy-spacing-250);
|
|
83
174
|
}
|
|
84
|
-
._teddy-
|
|
85
|
-
|
|
86
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
87
|
-
font-size: var(--teddy-typography-scale-100);
|
|
88
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
89
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
175
|
+
._teddy-button--sm_1k5uy_53._teddy-button--icon-only_1k5uy_56 {
|
|
176
|
+
padding: var(--teddy-spacing-150);
|
|
90
177
|
}
|
|
91
|
-
._teddy-
|
|
92
|
-
|
|
93
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
94
|
-
font-size: var(--teddy-typography-scale-100);
|
|
95
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
96
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
178
|
+
._teddy-button--md_1k5uy_59 {
|
|
179
|
+
padding: var(--teddy-spacing-200) var(--teddy-spacing-300);
|
|
97
180
|
}
|
|
98
|
-
._teddy-
|
|
99
|
-
|
|
100
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
101
|
-
font-size: var(--teddy-typography-scale-100);
|
|
102
|
-
line-height: var(--teddy-typography-line-height-looser);
|
|
181
|
+
._teddy-button--md_1k5uy_59._teddy-button--icon-only_1k5uy_56 {
|
|
182
|
+
padding: var(--teddy-spacing-200);
|
|
103
183
|
}
|
|
104
|
-
._teddy-
|
|
105
|
-
|
|
106
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
107
|
-
font-size: var(--teddy-typography-scale-200);
|
|
108
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
184
|
+
._teddy-button--lg_1k5uy_65 {
|
|
185
|
+
padding: var(--teddy-spacing-250) var(--teddy-spacing-400);
|
|
109
186
|
}
|
|
110
|
-
._teddy-
|
|
111
|
-
|
|
112
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
113
|
-
font-size: clamp(var(--teddy-typography-scale-150), 3vw, var(--teddy-typography-scale-400));
|
|
114
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
187
|
+
._teddy-button--lg_1k5uy_65._teddy-button--icon-only_1k5uy_56 {
|
|
188
|
+
padding: var(--teddy-spacing-250);
|
|
115
189
|
}
|
|
116
|
-
._teddy-
|
|
117
|
-
|
|
118
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
119
|
-
font-size: var(--teddy-typography-scale-75);
|
|
120
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
190
|
+
._teddy-button--full-width_1k5uy_71 {
|
|
191
|
+
width: 100%;
|
|
121
192
|
}
|
|
122
|
-
._teddy-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
font-size: var(--teddy-typography-scale-75);
|
|
126
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
127
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
193
|
+
._teddy-button--primary_1k5uy_74 {
|
|
194
|
+
background-color: var(--teddy-color-background-interactive-primary);
|
|
195
|
+
color: var(--teddy-color-text-interactive-on-primary);
|
|
128
196
|
}
|
|
129
|
-
._teddy-
|
|
130
|
-
|
|
131
|
-
font-size: var(--teddy-typography-scale-75);
|
|
132
|
-
letter-spacing: var(--teddy-spacing-10);
|
|
133
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
134
|
-
text-transform: uppercase;
|
|
197
|
+
._teddy-button--primary_1k5uy_74:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
198
|
+
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
135
199
|
}
|
|
136
|
-
._teddy-
|
|
137
|
-
|
|
138
|
-
font-size: clamp(var(--teddy-typography-scale-75), 3vw, var(--teddy-typography-scale-100));
|
|
139
|
-
letter-spacing: var(--teddy-spacing-10);
|
|
140
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
141
|
-
text-transform: uppercase;
|
|
200
|
+
._teddy-button--primary_1k5uy_74:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
201
|
+
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
142
202
|
}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
font-size: var(--teddy-typography-scale-100);
|
|
147
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
148
|
-
color: var(--teddy-color-text-status-error-strong);
|
|
149
|
-
display: flex;
|
|
150
|
-
flex-direction: row;
|
|
151
|
-
gap: var(--teddy-spacing-50);
|
|
152
|
-
align-items: center;
|
|
153
|
-
}
|
|
154
|
-
._teddy-field-error-text__indicator_1735t_12 {
|
|
155
|
-
color: var(--teddy-color-text-status-error-medium);
|
|
156
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
157
|
-
}._teddy-select_1i9a7_1 {
|
|
158
|
-
box-sizing: border-box;
|
|
159
|
-
display: block;
|
|
160
|
-
width: 200px;
|
|
161
|
-
}
|
|
162
|
-
._teddy-select_1i9a7_1 label {
|
|
163
|
-
display: flex;
|
|
164
|
-
margin-bottom: 5px;
|
|
165
|
-
padding: 0;
|
|
166
|
-
font-size: 13px;
|
|
167
|
-
}
|
|
168
|
-
._teddy-select__trigger_1i9a7_12 {
|
|
169
|
-
display: inline-flex;
|
|
170
|
-
align-items: center;
|
|
171
|
-
justify-content: space-between;
|
|
172
|
-
border-radius: 4px;
|
|
173
|
-
padding: 1px 10px;
|
|
174
|
-
font-size: 13px;
|
|
175
|
-
line-height: 1;
|
|
176
|
-
height: 35px;
|
|
177
|
-
width: calc(100% - 25px);
|
|
178
|
-
gap: 5px;
|
|
179
|
-
background-color: white;
|
|
180
|
-
border: 1px solid #757579;
|
|
181
|
-
color: #353537;
|
|
182
|
-
}
|
|
183
|
-
._teddy-select__trigger_1i9a7_12:hover {
|
|
184
|
-
border: 2px solid #6d02a3;
|
|
185
|
-
padding: 0 9px;
|
|
186
|
-
}
|
|
187
|
-
._teddy-select__trigger_1i9a7_12:focus, ._teddy-select__trigger_1i9a7_12 :focus:hover {
|
|
188
|
-
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-focus);
|
|
189
|
-
outline-offset: calc(var(--teddy-spacing-10) * 2);
|
|
190
|
-
border-width: var(--teddy-border-width-xs);
|
|
191
|
-
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
192
|
-
padding: 1px 10px;
|
|
193
|
-
}
|
|
194
|
-
._teddy-select__trigger--error_1i9a7_38 {
|
|
195
|
-
border: 1px solid #e4175c;
|
|
196
|
-
padding: 1px 10px;
|
|
197
|
-
}
|
|
198
|
-
._teddy-select__trigger--disabled_1i9a7_42, ._teddy-select__trigger--disabled_1i9a7_42:hover {
|
|
199
|
-
color: #aaaab0;
|
|
200
|
-
background-color: #e5e5eb;
|
|
201
|
-
border: 1px solid #aaaab0;
|
|
202
|
-
padding: 0 10px;
|
|
203
|
-
}
|
|
204
|
-
._teddy-select__trigger--readonly_1i9a7_48, ._teddy-select__trigger--readonly_1i9a7_48:hover {
|
|
205
|
-
border: 1px solid #aaaab0;
|
|
206
|
-
background-color: #f3f3f8;
|
|
207
|
-
padding: 0 10px;
|
|
208
|
-
}
|
|
209
|
-
._teddy-select__icon_1i9a7_53 {
|
|
210
|
-
color: #8d8d94;
|
|
211
|
-
}
|
|
212
|
-
._teddy-select__content_1i9a7_56 {
|
|
213
|
-
overflow: hidden;
|
|
214
|
-
background-color: white;
|
|
215
|
-
border-radius: 6px;
|
|
216
|
-
box-shadow: 0 10px 20px -15px rgba(22, 23, 24, 0.35), 0px 10px 20px -15px rgba(22, 23, 24, 0.2);
|
|
217
|
-
border: 1px solid black;
|
|
218
|
-
min-width: var(--radix-select-trigger-width);
|
|
219
|
-
max-height: var(--radix-select-content-available-height);
|
|
220
|
-
}
|
|
221
|
-
._teddy-select__viewport_1i9a7_65 {
|
|
222
|
-
padding: 5px;
|
|
223
|
-
overflow: scroll;
|
|
224
|
-
}
|
|
225
|
-
._teddy-select__item_1i9a7_69 {
|
|
226
|
-
font-size: 13px;
|
|
227
|
-
line-height: 1;
|
|
228
|
-
border-radius: 3px;
|
|
229
|
-
display: flex;
|
|
230
|
-
align-items: center;
|
|
231
|
-
height: 35px;
|
|
232
|
-
padding: 0 35px 0 25px;
|
|
233
|
-
position: relative;
|
|
234
|
-
user-select: none;
|
|
235
|
-
cursor: pointer;
|
|
236
|
-
}
|
|
237
|
-
._teddy-select__item_1i9a7_69:disabled {
|
|
238
|
-
color: #e5e5eb;
|
|
239
|
-
pointer-events: none;
|
|
240
|
-
}
|
|
241
|
-
._teddy-select__item_1i9a7_69:hover {
|
|
242
|
-
background-color: #e5e5eb;
|
|
243
|
-
outline: none;
|
|
244
|
-
}
|
|
245
|
-
._teddy-select__item-indicator_1i9a7_89 {
|
|
246
|
-
position: absolute;
|
|
247
|
-
left: 0;
|
|
248
|
-
width: 25px;
|
|
249
|
-
display: inline-flex;
|
|
250
|
-
align-items: center;
|
|
251
|
-
justify-content: center;
|
|
252
|
-
}._teddy-avatar_e3370_1 {
|
|
253
|
-
display: flex;
|
|
254
|
-
align-items: center;
|
|
255
|
-
justify-content: center;
|
|
256
|
-
width: 40px;
|
|
257
|
-
height: 40px;
|
|
258
|
-
border-radius: 50%;
|
|
259
|
-
overflow: hidden;
|
|
260
|
-
background-color: var(--teddy-color-brand-white);
|
|
261
|
-
color: var(--teddy-color-text-medium);
|
|
262
|
-
}
|
|
263
|
-
._teddy-avatar--beige_e3370_12 {
|
|
264
|
-
background-color: var(--teddy-color-brand-light-beige);
|
|
265
|
-
}
|
|
266
|
-
._teddy-avatar--grey_e3370_15 {
|
|
267
|
-
background-color: var(--teddy-color-gray-50);
|
|
268
|
-
}
|
|
269
|
-
._teddy-avatar--purple-light_e3370_18 {
|
|
270
|
-
background-color: var(--teddy-color-purple-50);
|
|
271
|
-
}
|
|
272
|
-
._teddy-avatar--white_e3370_21 {
|
|
273
|
-
background-color: var(--teddy-color-brand-white);
|
|
274
|
-
}
|
|
275
|
-
._teddy-avatar--orange_e3370_24 {
|
|
276
|
-
background-color: var(--teddy-color-orange-50);
|
|
277
|
-
}
|
|
278
|
-
._teddy-avatar--blue_e3370_27 {
|
|
279
|
-
background-color: var(--teddy-color-blue-50);
|
|
280
|
-
}
|
|
281
|
-
._teddy-avatar--green_e3370_30 {
|
|
282
|
-
background-color: var(--teddy-color-green-50);
|
|
283
|
-
}@layer heading, badge, flex, grid, dashboard-card;
|
|
284
|
-
@layer dashboard-card {
|
|
285
|
-
._teddy-dashboard-card_5b7hf_3 {
|
|
286
|
-
outline: none;
|
|
287
|
-
background: none;
|
|
288
|
-
border: none;
|
|
289
|
-
padding: 0;
|
|
290
|
-
margin: 0;
|
|
291
|
-
text-align: inherit;
|
|
292
|
-
font: inherit;
|
|
293
|
-
color: inherit;
|
|
294
|
-
text-decoration: none;
|
|
295
|
-
box-sizing: border-box;
|
|
296
|
-
padding: var(--teddy-spacing-250);
|
|
297
|
-
border: var(--teddy-border-width-xs) solid transparent;
|
|
298
|
-
border-radius: var(--teddy-border-radius-md);
|
|
299
|
-
width: 100%;
|
|
300
|
-
cursor: pointer;
|
|
203
|
+
._teddy-button--primary-negative_1k5uy_84 {
|
|
204
|
+
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
205
|
+
color: var(--teddy-color-text-interactive-on-primary-negative);
|
|
301
206
|
}
|
|
302
|
-
._teddy-
|
|
303
|
-
|
|
304
|
-
|
|
207
|
+
._teddy-button--primary-negative_1k5uy_84:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
208
|
+
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
209
|
+
border-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
305
210
|
}
|
|
306
|
-
._teddy-
|
|
307
|
-
background-color: var(--teddy-color-
|
|
308
|
-
color: var(--teddy-color-
|
|
211
|
+
._teddy-button--primary-negative_1k5uy_84:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
212
|
+
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
213
|
+
border-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
309
214
|
}
|
|
310
|
-
._teddy-
|
|
311
|
-
background-color: var(--teddy-color-background-interactive-
|
|
215
|
+
._teddy-button--secondary_1k5uy_96 {
|
|
216
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
217
|
+
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary);
|
|
218
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
312
219
|
}
|
|
313
|
-
._teddy-
|
|
314
|
-
background-color: var(--teddy-color-
|
|
220
|
+
._teddy-button--secondary_1k5uy_96:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
221
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
315
222
|
}
|
|
316
|
-
._teddy-
|
|
317
|
-
background-color: var(--teddy-color-
|
|
223
|
+
._teddy-button--secondary_1k5uy_96:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
224
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
318
225
|
}
|
|
319
|
-
._teddy-
|
|
320
|
-
|
|
226
|
+
._teddy-button--secondary-negative_1k5uy_107 {
|
|
227
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
228
|
+
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary-negative);
|
|
229
|
+
color: var(--teddy-color-text-interactive-primary-negative);
|
|
321
230
|
}
|
|
322
|
-
._teddy-
|
|
323
|
-
|
|
231
|
+
._teddy-button--secondary-negative_1k5uy_107:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
232
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
324
233
|
}
|
|
325
|
-
._teddy-
|
|
326
|
-
|
|
234
|
+
._teddy-button--secondary-negative_1k5uy_107:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
235
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
327
236
|
}
|
|
328
|
-
._teddy-
|
|
329
|
-
|
|
237
|
+
._teddy-button--expressive_1k5uy_118 {
|
|
238
|
+
background-color: var(--teddy-color-background-interactive-expressive);
|
|
239
|
+
color: var(--teddy-color-text-interactive-on-expressive);
|
|
330
240
|
}
|
|
331
|
-
._teddy-
|
|
332
|
-
background-color:
|
|
333
|
-
color: var(--teddy-color-text-default);
|
|
241
|
+
._teddy-button--expressive_1k5uy_118:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
242
|
+
background-color: var(--teddy-color-background-interactive-expressive-hover);
|
|
334
243
|
}
|
|
335
|
-
._teddy-
|
|
336
|
-
background-color: var(--teddy-color-background-interactive-
|
|
244
|
+
._teddy-button--expressive_1k5uy_118:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
245
|
+
background-color: var(--teddy-color-background-interactive-expressive-active);
|
|
337
246
|
}
|
|
338
|
-
._teddy-
|
|
339
|
-
background-color: var(--teddy-color-
|
|
247
|
+
._teddy-button--expressive-negative_1k5uy_128 {
|
|
248
|
+
background-color: var(--teddy-color-background-interactive-expressive-negative);
|
|
249
|
+
color: var(--teddy-color-text-interactive-on-expressive-negative);
|
|
340
250
|
}
|
|
341
|
-
._teddy-
|
|
342
|
-
background-color: var(--teddy-color-
|
|
251
|
+
._teddy-button--expressive-negative_1k5uy_128:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
252
|
+
background-color: var(--teddy-color-background-interactive-expressive-negative-hover);
|
|
253
|
+
color: var(--teddy-color-text-interactive-on-expressive-negative-hover);
|
|
343
254
|
}
|
|
344
|
-
._teddy-
|
|
345
|
-
background-color: var(--teddy-color-
|
|
346
|
-
color: var(--teddy-color-text-
|
|
255
|
+
._teddy-button--expressive-negative_1k5uy_128:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
256
|
+
background-color: var(--teddy-color-background-interactive-expressive-negative-active);
|
|
257
|
+
color: var(--teddy-color-text-interactive-on-expressive-negative-active);
|
|
347
258
|
}
|
|
348
|
-
._teddy-
|
|
349
|
-
background-color: var(--teddy-color-background-interactive-disabled);
|
|
259
|
+
._teddy-button--negative_1k5uy_140._teddy-button--disabled_1k5uy_78 {
|
|
260
|
+
background-color: var(--teddy-color-background-interactive-disabled-negative);
|
|
261
|
+
color: var(--teddy-color-text-weak-negative);
|
|
350
262
|
}
|
|
351
|
-
._teddy-
|
|
352
|
-
|
|
263
|
+
._teddy-button--secondary_1k5uy_96._teddy-button--disabled_1k5uy_78, ._teddy-button--secondary-negative_1k5uy_107._teddy-button--disabled_1k5uy_78 {
|
|
264
|
+
box-shadow: none;
|
|
353
265
|
}
|
|
354
|
-
._teddy-
|
|
355
|
-
background-color: var(--teddy-color-
|
|
266
|
+
._teddy-button--destructive_1k5uy_147 {
|
|
267
|
+
background-color: var(--teddy-color-background-interactive-destructive);
|
|
268
|
+
color: var(--teddy-color-text-interactive-on-destructive);
|
|
356
269
|
}
|
|
357
|
-
._teddy-
|
|
358
|
-
background-color: var(--teddy-color-
|
|
270
|
+
._teddy-button--destructive_1k5uy_147:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
271
|
+
background-color: var(--teddy-color-background-interactive-destructive-hover);
|
|
272
|
+
}
|
|
273
|
+
._teddy-button--destructive_1k5uy_147:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
274
|
+
background-color: var(--teddy-color-background-interactive-destructive-active);
|
|
275
|
+
}
|
|
276
|
+
._teddy-button--destructive-negative_1k5uy_157 {
|
|
277
|
+
background-color: var(--teddy-color-background-interactive-destructive);
|
|
278
|
+
color: var(--teddy-color-text-interactive-on-destructive);
|
|
279
|
+
}
|
|
280
|
+
._teddy-button--destructive-negative_1k5uy_157:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
281
|
+
background-color: var(--teddy-color-background-interactive-destructive-hover);
|
|
282
|
+
}
|
|
283
|
+
._teddy-button--destructive-negative_1k5uy_157:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
284
|
+
background-color: var(--teddy-color-background-interactive-destructive-active);
|
|
285
|
+
}
|
|
286
|
+
._teddy-button--tertiary-purple_1k5uy_167 {
|
|
287
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
288
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
289
|
+
}
|
|
290
|
+
._teddy-button--tertiary-purple_1k5uy_167._teddy-button--disabled_1k5uy_78 {
|
|
291
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
292
|
+
}
|
|
293
|
+
._teddy-button--tertiary-purple_1k5uy_167:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
294
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
295
|
+
}
|
|
296
|
+
._teddy-button--tertiary-purple_1k5uy_167:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
297
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
298
|
+
}
|
|
299
|
+
._teddy-button--tertiary-purple-negative_1k5uy_180 {
|
|
300
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
301
|
+
color: var(--teddy-color-text-interactive-primary-negative);
|
|
302
|
+
}
|
|
303
|
+
._teddy-button--tertiary-purple-negative_1k5uy_180._teddy-button--disabled_1k5uy_78 {
|
|
304
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
305
|
+
}
|
|
306
|
+
._teddy-button--tertiary-purple-negative_1k5uy_180:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
307
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
308
|
+
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
309
|
+
}
|
|
310
|
+
._teddy-button--tertiary-purple-negative_1k5uy_180:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
311
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
312
|
+
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
313
|
+
}
|
|
314
|
+
._teddy-button--list-item_1k5uy_195 {
|
|
315
|
+
border-radius: var(--teddy-border-radius-md);
|
|
316
|
+
padding: var(--teddy-spacing-250) var(--teddy-spacing-150);
|
|
317
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
359
318
|
color: var(--teddy-color-text-default);
|
|
319
|
+
font-weight: 400;
|
|
320
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
321
|
+
justify-content: flex-start;
|
|
360
322
|
}
|
|
361
|
-
._teddy-
|
|
362
|
-
background-color: var(--teddy-color-background-interactive-
|
|
323
|
+
._teddy-button--list-item_1k5uy_195._teddy-button--disabled_1k5uy_78 {
|
|
324
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
325
|
+
color: var(--teddy-color-text-weak);
|
|
363
326
|
}
|
|
364
|
-
._teddy-
|
|
365
|
-
background-color: var(--teddy-color-
|
|
327
|
+
._teddy-button--list-item_1k5uy_195:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
328
|
+
background-color: var(--teddy-color-background-secondary);
|
|
366
329
|
}
|
|
367
|
-
._teddy-
|
|
368
|
-
background-color: var(--teddy-color-
|
|
330
|
+
._teddy-button--list-item_1k5uy_195:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
331
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
369
332
|
}
|
|
370
|
-
._teddy-
|
|
333
|
+
._teddy-button--text-negative_1k5uy_214 {
|
|
334
|
+
border-radius: 0;
|
|
335
|
+
padding-left: 0;
|
|
336
|
+
padding-right: 0;
|
|
337
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
338
|
+
color: var(--teddy-color-text-interactive-primary-negative);
|
|
339
|
+
}
|
|
340
|
+
._teddy-button--text-negative_1k5uy_214:focus-visible::before {
|
|
341
|
+
border-radius: 0;
|
|
342
|
+
}
|
|
343
|
+
._teddy-button--text-negative_1k5uy_214._teddy-button--disabled_1k5uy_78 {
|
|
344
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
345
|
+
}
|
|
346
|
+
._teddy-button--text-negative_1k5uy_214:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
347
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
348
|
+
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
349
|
+
}
|
|
350
|
+
._teddy-button--text-negative_1k5uy_214:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
351
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
352
|
+
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
353
|
+
}
|
|
354
|
+
._teddy-button--text_1k5uy_214 {
|
|
355
|
+
border-radius: 0;
|
|
356
|
+
padding-left: 0;
|
|
357
|
+
padding-right: 0;
|
|
358
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
359
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
360
|
+
}
|
|
361
|
+
._teddy-button--text_1k5uy_214:focus-visible::before {
|
|
362
|
+
border-radius: 0;
|
|
363
|
+
}
|
|
364
|
+
._teddy-button--text_1k5uy_214._teddy-button--disabled_1k5uy_78 {
|
|
365
|
+
background-color: var(--teddy-color-background-interactive-transparent);
|
|
366
|
+
color: var(--teddy-color-text-weak);
|
|
367
|
+
}
|
|
368
|
+
._teddy-button--text_1k5uy_214:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
369
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
370
|
+
}
|
|
371
|
+
._teddy-button--text_1k5uy_214:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
372
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
373
|
+
}
|
|
374
|
+
._teddy-button--disabled_1k5uy_78 {
|
|
375
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
376
|
+
color: var(--teddy-color-text-weak);
|
|
377
|
+
cursor: not-allowed;
|
|
378
|
+
transition-duration: var(--teddy-motion-duration-400);
|
|
379
|
+
}
|
|
380
|
+
._teddy-button--dashed-border_1k5uy_261 {
|
|
381
|
+
border: 1px dashed;
|
|
382
|
+
box-shadow: none;
|
|
383
|
+
}
|
|
384
|
+
._teddy-button__loading_1k5uy_265 {
|
|
385
|
+
position: absolute;
|
|
386
|
+
inset: 0;
|
|
371
387
|
display: grid;
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
grid-template-areas: "media heading chevron" "media subtitle chevron" "content content content" "footer footer footer";
|
|
388
|
+
place-items: center;
|
|
389
|
+
border-radius: inherit;
|
|
390
|
+
background-color: var(--teddy-color-transparent-white-500);
|
|
391
|
+
animation: _fadeInAnimation_1k5uy_1 ease var(--teddy-motion-duration-500);
|
|
392
|
+
animation-iteration-count: 1;
|
|
393
|
+
animation-fill-mode: forwards;
|
|
379
394
|
}
|
|
380
|
-
._teddy-
|
|
381
|
-
|
|
395
|
+
._teddy-button__loading_1k5uy_265 ._teddy-button__spinner_1k5uy_276 circle {
|
|
396
|
+
stroke: var(--teddy-color-transparent-black-700);
|
|
382
397
|
}
|
|
383
|
-
._teddy-
|
|
384
|
-
|
|
398
|
+
._teddy-button--icon-only_1k5uy_56 ._teddy-button__loading_1k5uy_265 {
|
|
399
|
+
background-color: var(--teddy-color-gray-100);
|
|
400
|
+
}
|
|
401
|
+
}@layer icon {
|
|
402
|
+
._teddy-icon_1ur3a_2 {
|
|
403
|
+
display: inline;
|
|
404
|
+
align-self: center;
|
|
405
|
+
fill: currentColor;
|
|
406
|
+
flex-shrink: 0;
|
|
385
407
|
}
|
|
386
|
-
._teddy-
|
|
387
|
-
|
|
388
|
-
|
|
408
|
+
._teddy-icon--font_1ur3a_8 {
|
|
409
|
+
width: 1em;
|
|
410
|
+
height: 1em;
|
|
389
411
|
}
|
|
390
|
-
._teddy-
|
|
391
|
-
|
|
392
|
-
|
|
412
|
+
._teddy-icon--xxs_1ur3a_12 {
|
|
413
|
+
width: var(--teddy-spacing-150);
|
|
414
|
+
height: var(--teddy-spacing-150);
|
|
393
415
|
}
|
|
394
|
-
._teddy-
|
|
395
|
-
|
|
416
|
+
._teddy-icon--xs_1ur3a_16 {
|
|
417
|
+
width: var(--teddy-spacing-200);
|
|
418
|
+
height: var(--teddy-spacing-200);
|
|
396
419
|
}
|
|
397
|
-
._teddy-
|
|
398
|
-
|
|
399
|
-
|
|
420
|
+
._teddy-icon--sm_1ur3a_20 {
|
|
421
|
+
width: var(--teddy-spacing-250);
|
|
422
|
+
height: var(--teddy-spacing-250);
|
|
400
423
|
}
|
|
401
|
-
._teddy-
|
|
402
|
-
|
|
403
|
-
|
|
424
|
+
._teddy-icon--md_1ur3a_24 {
|
|
425
|
+
width: var(--teddy-spacing-300);
|
|
426
|
+
height: var(--teddy-spacing-300);
|
|
404
427
|
}
|
|
405
|
-
._teddy-
|
|
406
|
-
|
|
428
|
+
._teddy-icon--lg_1ur3a_28 {
|
|
429
|
+
width: var(--teddy-spacing-400);
|
|
430
|
+
height: var(--teddy-spacing-400);
|
|
407
431
|
}
|
|
408
|
-
._teddy-
|
|
409
|
-
|
|
432
|
+
._teddy-icon--xl_1ur3a_32 {
|
|
433
|
+
width: var(--teddy-spacing-600);
|
|
434
|
+
height: var(--teddy-spacing-600);
|
|
410
435
|
}
|
|
411
|
-
._teddy-
|
|
412
|
-
display: flex;
|
|
436
|
+
._teddy-icon-with-children_1ur3a_36 {
|
|
437
|
+
display: inline-flex;
|
|
413
438
|
align-items: center;
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
}
|
|
417
|
-
._teddy-dashboard-card_5b7hf_3:focus-visible {
|
|
418
|
-
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
419
|
-
outline-offset: var(--teddy-spacing-25);
|
|
420
|
-
}
|
|
421
|
-
._teddy-dashboard-card--disabled_5b7hf_28 {
|
|
422
|
-
pointer-events: none;
|
|
423
|
-
cursor: not-allowed;
|
|
439
|
+
font-family: var(--teddy-typography-family-default);
|
|
440
|
+
gap: var(--teddy-spacing-100);
|
|
424
441
|
}
|
|
425
|
-
}@layer
|
|
426
|
-
._teddy-
|
|
427
|
-
color:
|
|
442
|
+
}@layer text {
|
|
443
|
+
._teddy-text_15w9u_2 {
|
|
444
|
+
color: inherit;
|
|
428
445
|
display: block;
|
|
429
|
-
hyphens: none;
|
|
430
446
|
margin: 0;
|
|
431
|
-
|
|
447
|
+
hyphens: none;
|
|
432
448
|
}
|
|
433
|
-
._teddy-
|
|
449
|
+
._teddy-text--disabled_15w9u_8 {
|
|
450
|
+
color: var(--teddy-color-text-weak);
|
|
451
|
+
}
|
|
452
|
+
._teddy-text--hyphens_15w9u_11 {
|
|
434
453
|
hyphens: auto;
|
|
435
454
|
}
|
|
436
|
-
._teddy-
|
|
455
|
+
._teddy-text--paragraph-100_15w9u_14 {
|
|
437
456
|
font-family: var(--teddy-typography-family-default);
|
|
438
|
-
font-weight: var(--teddy-typography-weight-
|
|
457
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
439
458
|
font-size: var(--teddy-typography-scale-100);
|
|
440
|
-
line-height: var(--teddy-typography-line-height-
|
|
459
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
441
460
|
}
|
|
442
|
-
._teddy-
|
|
461
|
+
._teddy-text--paragraph-100-medium_15w9u_20 {
|
|
443
462
|
font-family: var(--teddy-typography-family-default);
|
|
444
|
-
font-weight: var(--teddy-typography-weight-
|
|
445
|
-
font-size:
|
|
446
|
-
line-height: var(--teddy-typography-line-height-
|
|
463
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
464
|
+
font-size: var(--teddy-typography-scale-100);
|
|
465
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
466
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
447
467
|
}
|
|
448
|
-
._teddy-
|
|
468
|
+
._teddy-text--paragraph-100-bold_15w9u_27 {
|
|
449
469
|
font-family: var(--teddy-typography-family-default);
|
|
470
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
471
|
+
font-size: var(--teddy-typography-scale-100);
|
|
472
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
450
473
|
font-weight: var(--teddy-typography-weight-bold);
|
|
451
|
-
font-size: clamp(var(--teddy-typography-scale-200), 3cqw, var(--teddy-typography-scale-400));
|
|
452
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
453
474
|
}
|
|
454
|
-
._teddy-
|
|
475
|
+
._teddy-text--paragraph-200_15w9u_34 {
|
|
455
476
|
font-family: var(--teddy-typography-family-default);
|
|
456
|
-
font-weight: var(--teddy-typography-weight-
|
|
457
|
-
font-size:
|
|
458
|
-
line-height: var(--teddy-typography-line-height-
|
|
477
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
478
|
+
font-size: var(--teddy-typography-scale-100);
|
|
479
|
+
line-height: var(--teddy-typography-line-height-looser);
|
|
459
480
|
}
|
|
460
|
-
._teddy-
|
|
481
|
+
._teddy-text--preamble-100_15w9u_40 {
|
|
461
482
|
font-family: var(--teddy-typography-family-default);
|
|
462
|
-
font-weight: var(--teddy-typography-weight-
|
|
463
|
-
font-size:
|
|
464
|
-
line-height: var(--teddy-typography-line-height-
|
|
483
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
484
|
+
font-size: var(--teddy-typography-scale-200);
|
|
485
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
465
486
|
}
|
|
466
|
-
._teddy-
|
|
487
|
+
._teddy-text--preamble-200_15w9u_46 {
|
|
467
488
|
font-family: var(--teddy-typography-family-default);
|
|
468
|
-
font-weight: var(--teddy-typography-weight-
|
|
469
|
-
font-size: clamp(var(--teddy-typography-scale-
|
|
470
|
-
line-height: var(--teddy-typography-line-height-
|
|
489
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
490
|
+
font-size: clamp(var(--teddy-typography-scale-150), 3vw, var(--teddy-typography-scale-400));
|
|
491
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
471
492
|
}
|
|
472
|
-
._teddy-
|
|
493
|
+
._teddy-text--additional-100_15w9u_52 {
|
|
473
494
|
font-family: var(--teddy-typography-family-default);
|
|
474
|
-
font-weight: var(--teddy-typography-weight-
|
|
475
|
-
font-size:
|
|
476
|
-
line-height: var(--teddy-typography-line-height-
|
|
495
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
496
|
+
font-size: var(--teddy-typography-scale-75);
|
|
497
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
477
498
|
}
|
|
478
|
-
._teddy-
|
|
499
|
+
._teddy-text--additional-100-medium_15w9u_58 {
|
|
479
500
|
font-family: var(--teddy-typography-family-default);
|
|
480
|
-
font-weight: var(--teddy-typography-weight-
|
|
481
|
-
font-size:
|
|
482
|
-
line-height: var(--teddy-typography-line-height-
|
|
483
|
-
}
|
|
484
|
-
._teddy-heading--display-25_r8os0_60 {
|
|
485
|
-
font-family: var(--teddy-typography-family-display);
|
|
486
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
487
|
-
font-size: clamp(var(--teddy-typography-scale-600), 3cqw, var(--teddy-typography-scale-800));
|
|
488
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
489
|
-
}
|
|
490
|
-
._teddy-heading--display-50_r8os0_66 {
|
|
491
|
-
font-family: var(--teddy-typography-family-display);
|
|
501
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
502
|
+
font-size: var(--teddy-typography-scale-75);
|
|
503
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
492
504
|
font-weight: var(--teddy-typography-weight-medium);
|
|
493
|
-
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
494
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
495
505
|
}
|
|
496
|
-
._teddy-
|
|
497
|
-
font-family: var(--teddy-typography-family-
|
|
498
|
-
font-
|
|
499
|
-
|
|
506
|
+
._teddy-text--overline-100_15w9u_65 {
|
|
507
|
+
font-family: var(--teddy-typography-family-default);
|
|
508
|
+
font-size: var(--teddy-typography-scale-75);
|
|
509
|
+
letter-spacing: var(--teddy-spacing-10);
|
|
500
510
|
line-height: var(--teddy-typography-line-height-tight);
|
|
511
|
+
text-transform: uppercase;
|
|
501
512
|
}
|
|
502
|
-
._teddy-
|
|
503
|
-
font-family: var(--teddy-typography-family-
|
|
504
|
-
font-
|
|
505
|
-
|
|
513
|
+
._teddy-text--overline-200_15w9u_72 {
|
|
514
|
+
font-family: var(--teddy-typography-family-default);
|
|
515
|
+
font-size: clamp(var(--teddy-typography-scale-75), 3vw, var(--teddy-typography-scale-100));
|
|
516
|
+
letter-spacing: var(--teddy-spacing-10);
|
|
506
517
|
line-height: var(--teddy-typography-line-height-tight);
|
|
518
|
+
text-transform: uppercase;
|
|
507
519
|
}
|
|
508
|
-
}._teddy-
|
|
509
|
-
|
|
510
|
-
|
|
520
|
+
}._teddy-label_1hc8e_1 {
|
|
521
|
+
color: var(--teddy-color-text-default);
|
|
522
|
+
font-family: var(--teddy-typography-family-default);
|
|
523
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
524
|
+
font-size: var(--teddy-typography-scale-100);
|
|
525
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
526
|
+
}
|
|
527
|
+
._teddy-label--disabled_1hc8e_8 {
|
|
528
|
+
color: var(--teddy-color-text-weak);
|
|
529
|
+
cursor: default;
|
|
530
|
+
}
|
|
531
|
+
._teddy-label--required_1hc8e_12::before {
|
|
532
|
+
content: "* ";
|
|
533
|
+
}._teddy-helper-text_6xdzb_1 {
|
|
534
|
+
font-family: var(--teddy-typography-family-default);
|
|
535
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
536
|
+
font-size: var(--teddy-typography-scale-75);
|
|
537
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
538
|
+
color: var(--teddy-color-text-medium);
|
|
539
|
+
display: block;
|
|
540
|
+
}
|
|
541
|
+
._teddy-helper-text--disabled_6xdzb_9 {
|
|
542
|
+
color: var(--teddy-color-text-weak);
|
|
543
|
+
}._teddy-field-error-text_1735t_1 {
|
|
544
|
+
font-family: var(--teddy-typography-family-default);
|
|
545
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
546
|
+
font-size: var(--teddy-typography-scale-100);
|
|
547
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
548
|
+
color: var(--teddy-color-text-status-error-strong);
|
|
549
|
+
display: flex;
|
|
550
|
+
flex-direction: row;
|
|
551
|
+
gap: var(--teddy-spacing-50);
|
|
552
|
+
align-items: center;
|
|
553
|
+
}
|
|
554
|
+
._teddy-field-error-text__indicator_1735t_12 {
|
|
555
|
+
color: var(--teddy-color-text-status-error-medium);
|
|
556
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
557
|
+
}._teddy-select_1i9a7_1 {
|
|
558
|
+
box-sizing: border-box;
|
|
559
|
+
display: block;
|
|
560
|
+
width: 200px;
|
|
561
|
+
}
|
|
562
|
+
._teddy-select_1i9a7_1 label {
|
|
563
|
+
display: flex;
|
|
564
|
+
margin-bottom: 5px;
|
|
565
|
+
padding: 0;
|
|
566
|
+
font-size: 13px;
|
|
567
|
+
}
|
|
568
|
+
._teddy-select__trigger_1i9a7_12 {
|
|
569
|
+
display: inline-flex;
|
|
570
|
+
align-items: center;
|
|
571
|
+
justify-content: space-between;
|
|
572
|
+
border-radius: 4px;
|
|
573
|
+
padding: 1px 10px;
|
|
574
|
+
font-size: 13px;
|
|
575
|
+
line-height: 1;
|
|
576
|
+
height: 35px;
|
|
577
|
+
width: calc(100% - 25px);
|
|
578
|
+
gap: 5px;
|
|
579
|
+
background-color: white;
|
|
580
|
+
border: 1px solid #757579;
|
|
581
|
+
color: #353537;
|
|
582
|
+
}
|
|
583
|
+
._teddy-select__trigger_1i9a7_12:hover {
|
|
584
|
+
border: 2px solid #6d02a3;
|
|
585
|
+
padding: 0 9px;
|
|
586
|
+
}
|
|
587
|
+
._teddy-select__trigger_1i9a7_12:focus, ._teddy-select__trigger_1i9a7_12 :focus:hover {
|
|
588
|
+
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-focus);
|
|
589
|
+
outline-offset: calc(var(--teddy-spacing-10) * 2);
|
|
590
|
+
border-width: var(--teddy-border-width-xs);
|
|
591
|
+
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
592
|
+
padding: 1px 10px;
|
|
593
|
+
}
|
|
594
|
+
._teddy-select__trigger--error_1i9a7_38 {
|
|
595
|
+
border: 1px solid #e4175c;
|
|
596
|
+
padding: 1px 10px;
|
|
597
|
+
}
|
|
598
|
+
._teddy-select__trigger--disabled_1i9a7_42, ._teddy-select__trigger--disabled_1i9a7_42:hover {
|
|
599
|
+
color: #aaaab0;
|
|
600
|
+
background-color: #e5e5eb;
|
|
601
|
+
border: 1px solid #aaaab0;
|
|
602
|
+
padding: 0 10px;
|
|
603
|
+
}
|
|
604
|
+
._teddy-select__trigger--readonly_1i9a7_48, ._teddy-select__trigger--readonly_1i9a7_48:hover {
|
|
605
|
+
border: 1px solid #aaaab0;
|
|
606
|
+
background-color: #f3f3f8;
|
|
607
|
+
padding: 0 10px;
|
|
608
|
+
}
|
|
609
|
+
._teddy-select__icon_1i9a7_53 {
|
|
610
|
+
color: #8d8d94;
|
|
611
|
+
}
|
|
612
|
+
._teddy-select__content_1i9a7_56 {
|
|
613
|
+
overflow: hidden;
|
|
614
|
+
background-color: white;
|
|
615
|
+
border-radius: 6px;
|
|
616
|
+
box-shadow: 0 10px 20px -15px rgba(22, 23, 24, 0.35), 0px 10px 20px -15px rgba(22, 23, 24, 0.2);
|
|
617
|
+
border: 1px solid black;
|
|
618
|
+
min-width: var(--radix-select-trigger-width);
|
|
619
|
+
max-height: var(--radix-select-content-available-height);
|
|
511
620
|
}
|
|
512
|
-
._teddy-
|
|
513
|
-
|
|
514
|
-
|
|
621
|
+
._teddy-select__viewport_1i9a7_65 {
|
|
622
|
+
padding: 5px;
|
|
623
|
+
overflow: scroll;
|
|
515
624
|
}
|
|
516
|
-
._teddy-
|
|
517
|
-
|
|
518
|
-
|
|
625
|
+
._teddy-select__item_1i9a7_69 {
|
|
626
|
+
font-size: 13px;
|
|
627
|
+
line-height: 1;
|
|
628
|
+
border-radius: 3px;
|
|
629
|
+
display: flex;
|
|
630
|
+
align-items: center;
|
|
631
|
+
height: 35px;
|
|
632
|
+
padding: 0 35px 0 25px;
|
|
633
|
+
position: relative;
|
|
634
|
+
user-select: none;
|
|
635
|
+
cursor: pointer;
|
|
519
636
|
}
|
|
520
|
-
._teddy-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
stroke-width: 3.5;
|
|
637
|
+
._teddy-select__item_1i9a7_69:disabled {
|
|
638
|
+
color: #e5e5eb;
|
|
639
|
+
pointer-events: none;
|
|
524
640
|
}
|
|
525
|
-
._teddy-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
stroke-width: 3;
|
|
641
|
+
._teddy-select__item_1i9a7_69:hover {
|
|
642
|
+
background-color: #e5e5eb;
|
|
643
|
+
outline: none;
|
|
529
644
|
}
|
|
530
|
-
._teddy-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
645
|
+
._teddy-select__item-indicator_1i9a7_89 {
|
|
646
|
+
position: absolute;
|
|
647
|
+
left: 0;
|
|
648
|
+
width: 25px;
|
|
649
|
+
display: inline-flex;
|
|
650
|
+
align-items: center;
|
|
651
|
+
justify-content: center;
|
|
652
|
+
}._teddy-avatar_e3370_1 {
|
|
653
|
+
display: flex;
|
|
654
|
+
align-items: center;
|
|
655
|
+
justify-content: center;
|
|
656
|
+
width: 40px;
|
|
657
|
+
height: 40px;
|
|
658
|
+
border-radius: 50%;
|
|
659
|
+
overflow: hidden;
|
|
660
|
+
background-color: var(--teddy-color-brand-white);
|
|
661
|
+
color: var(--teddy-color-text-medium);
|
|
539
662
|
}
|
|
540
|
-
._teddy-
|
|
541
|
-
|
|
663
|
+
._teddy-avatar--beige_e3370_12 {
|
|
664
|
+
background-color: var(--teddy-color-brand-light-beige);
|
|
542
665
|
}
|
|
543
|
-
._teddy-
|
|
544
|
-
|
|
666
|
+
._teddy-avatar--grey_e3370_15 {
|
|
667
|
+
background-color: var(--teddy-color-gray-50);
|
|
545
668
|
}
|
|
546
|
-
._teddy-
|
|
547
|
-
|
|
669
|
+
._teddy-avatar--purple-light_e3370_18 {
|
|
670
|
+
background-color: var(--teddy-color-purple-50);
|
|
548
671
|
}
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
from {
|
|
552
|
-
transform: rotate(0deg);
|
|
553
|
-
}
|
|
554
|
-
to {
|
|
555
|
-
transform: rotate(360deg);
|
|
556
|
-
}
|
|
672
|
+
._teddy-avatar--white_e3370_21 {
|
|
673
|
+
background-color: var(--teddy-color-brand-white);
|
|
557
674
|
}
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
stroke-dashoffset: 125;
|
|
561
|
-
}
|
|
562
|
-
50% {
|
|
563
|
-
stroke-dashoffset: 62.5;
|
|
564
|
-
}
|
|
565
|
-
100% {
|
|
566
|
-
stroke-dashoffset: 125;
|
|
567
|
-
}
|
|
568
|
-
}@keyframes _fadeInAnimation_1k5uy_1 {
|
|
569
|
-
0% {
|
|
570
|
-
opacity: 0;
|
|
571
|
-
}
|
|
572
|
-
100% {
|
|
573
|
-
opacity: 1;
|
|
574
|
-
}
|
|
675
|
+
._teddy-avatar--orange_e3370_24 {
|
|
676
|
+
background-color: var(--teddy-color-orange-50);
|
|
575
677
|
}
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
scale: 0;
|
|
579
|
-
}
|
|
580
|
-
100% {
|
|
581
|
-
scale: 100%;
|
|
582
|
-
}
|
|
678
|
+
._teddy-avatar--blue_e3370_27 {
|
|
679
|
+
background-color: var(--teddy-color-blue-50);
|
|
583
680
|
}
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
outline: 0;
|
|
598
|
-
position: relative;
|
|
681
|
+
._teddy-avatar--green_e3370_30 {
|
|
682
|
+
background-color: var(--teddy-color-green-50);
|
|
683
|
+
}@layer heading, badge, flex, grid, dashboard-card;
|
|
684
|
+
@layer dashboard-card {
|
|
685
|
+
._teddy-dashboard-card_5b7hf_3 {
|
|
686
|
+
outline: none;
|
|
687
|
+
background: none;
|
|
688
|
+
border: none;
|
|
689
|
+
padding: 0;
|
|
690
|
+
margin: 0;
|
|
691
|
+
text-align: inherit;
|
|
692
|
+
font: inherit;
|
|
693
|
+
color: inherit;
|
|
599
694
|
text-decoration: none;
|
|
600
|
-
|
|
601
|
-
transition-timing-function: var(--teddy-motion-easing-ease-in-out);
|
|
602
|
-
transition-property: background-color, color;
|
|
603
|
-
width: auto;
|
|
604
|
-
}
|
|
605
|
-
._teddy-button_1k5uy_18:focus::before {
|
|
606
|
-
border-radius: inherit;
|
|
607
|
-
box-shadow: 0 0 0 var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
608
|
-
content: "";
|
|
609
|
-
opacity: 1;
|
|
610
|
-
display: block;
|
|
611
|
-
inset: calc(var(--teddy-spacing-25) * -1);
|
|
612
|
-
position: absolute;
|
|
613
|
-
}
|
|
614
|
-
._teddy-button_1k5uy_18:focus:not(:focus-visible)::before {
|
|
615
|
-
opacity: 0;
|
|
616
|
-
}
|
|
617
|
-
._teddy-button_1k5uy_18 svg {
|
|
618
|
-
display: block;
|
|
619
|
-
}
|
|
620
|
-
._teddy-button--sm_1k5uy_53 {
|
|
621
|
-
padding: var(--teddy-spacing-150) var(--teddy-spacing-250);
|
|
622
|
-
}
|
|
623
|
-
._teddy-button--sm_1k5uy_53._teddy-button--icon-only_1k5uy_56 {
|
|
624
|
-
padding: var(--teddy-spacing-150);
|
|
625
|
-
}
|
|
626
|
-
._teddy-button--md_1k5uy_59 {
|
|
627
|
-
padding: var(--teddy-spacing-200) var(--teddy-spacing-300);
|
|
628
|
-
}
|
|
629
|
-
._teddy-button--md_1k5uy_59._teddy-button--icon-only_1k5uy_56 {
|
|
630
|
-
padding: var(--teddy-spacing-200);
|
|
631
|
-
}
|
|
632
|
-
._teddy-button--lg_1k5uy_65 {
|
|
633
|
-
padding: var(--teddy-spacing-250) var(--teddy-spacing-400);
|
|
634
|
-
}
|
|
635
|
-
._teddy-button--lg_1k5uy_65._teddy-button--icon-only_1k5uy_56 {
|
|
695
|
+
box-sizing: border-box;
|
|
636
696
|
padding: var(--teddy-spacing-250);
|
|
637
|
-
|
|
638
|
-
|
|
697
|
+
border: var(--teddy-border-width-xs) solid transparent;
|
|
698
|
+
border-radius: var(--teddy-border-radius-md);
|
|
639
699
|
width: 100%;
|
|
700
|
+
cursor: pointer;
|
|
640
701
|
}
|
|
641
|
-
._teddy-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
}
|
|
645
|
-
._teddy-button--primary_1k5uy_74:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
646
|
-
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
647
|
-
}
|
|
648
|
-
._teddy-button--primary_1k5uy_74:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
649
|
-
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
650
|
-
}
|
|
651
|
-
._teddy-button--primary-negative_1k5uy_84 {
|
|
652
|
-
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
653
|
-
color: var(--teddy-color-text-interactive-on-primary-negative);
|
|
654
|
-
}
|
|
655
|
-
._teddy-button--primary-negative_1k5uy_84:hover:not(._teddy-button--disabled_1k5uy_78) {
|
|
656
|
-
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
657
|
-
border-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
658
|
-
}
|
|
659
|
-
._teddy-button--primary-negative_1k5uy_84:active:not(._teddy-button--disabled_1k5uy_78) {
|
|
660
|
-
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
661
|
-
border-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
662
|
-
}
|
|
663
|
-
._teddy-button--secondary_1k5uy_96 {
|
|
664
|
-
background-color: var(--teddy-color-background-interactive-transparent);
|
|
665
|
-
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary);
|
|
666
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
702
|
+
._teddy-dashboard-card_5b7hf_3 ._teddy-dashboard-card__content_5b7hf_20,
|
|
703
|
+
._teddy-dashboard-card_5b7hf_3 ._teddy-dashboard-card__footer_5b7hf_21 {
|
|
704
|
+
margin-top: var(--teddy-spacing-150);
|
|
667
705
|
}
|
|
668
|
-
._teddy-
|
|
669
|
-
background-color: var(--teddy-color-
|
|
706
|
+
._teddy-dashboard-card--white_5b7hf_24 {
|
|
707
|
+
background-color: var(--teddy-color-brand-white);
|
|
708
|
+
color: var(--teddy-color-text-default);
|
|
670
709
|
}
|
|
671
|
-
._teddy-
|
|
672
|
-
background-color: var(--teddy-color-background-interactive-
|
|
710
|
+
._teddy-dashboard-card--white_5b7hf_24._teddy-dashboard-card--disabled_5b7hf_28 {
|
|
711
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
673
712
|
}
|
|
674
|
-
._teddy-
|
|
675
|
-
background-color: var(--teddy-color-
|
|
676
|
-
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary-negative);
|
|
677
|
-
color: var(--teddy-color-text-interactive-primary-negative);
|
|
713
|
+
._teddy-dashboard-card--white_5b7hf_24:hover:not(:has(._teddy-dashboard-card--disabled_5b7hf_28)) {
|
|
714
|
+
background-color: var(--teddy-color-purple-50);
|
|
678
715
|
}
|
|
679
|
-
._teddy-
|
|
680
|
-
background-color: var(--teddy-color-
|
|
716
|
+
._teddy-dashboard-card--white_5b7hf_24:active:not(:has(._teddy-dashboard-card--disabled_5b7hf_28)) {
|
|
717
|
+
background-color: var(--teddy-color-purple-100);
|
|
681
718
|
}
|
|
682
|
-
._teddy-
|
|
683
|
-
|
|
719
|
+
._teddy-dashboard-card--white_5b7hf_24._teddy-dashboard-card--border_5b7hf_37 {
|
|
720
|
+
border-color: var(--teddy-color-transparent-black-300);
|
|
684
721
|
}
|
|
685
|
-
._teddy-
|
|
686
|
-
|
|
687
|
-
color: var(--teddy-color-text-interactive-on-expressive);
|
|
722
|
+
._teddy-dashboard-card--white_5b7hf_24._teddy-dashboard-card--border_5b7hf_37._teddy-dashboard-card--disabled_5b7hf_28 {
|
|
723
|
+
border-color: var(--teddy-color-transparent-black-300);
|
|
688
724
|
}
|
|
689
|
-
._teddy-
|
|
690
|
-
|
|
725
|
+
._teddy-dashboard-card--white_5b7hf_24._teddy-dashboard-card--border_5b7hf_37:hover:not(:has(._teddy-dashboard-card--disabled_5b7hf_28)) {
|
|
726
|
+
border-color: var(--teddy-color-transparent-black-300);
|
|
691
727
|
}
|
|
692
|
-
._teddy-
|
|
693
|
-
|
|
728
|
+
._teddy-dashboard-card--white_5b7hf_24._teddy-dashboard-card--border_5b7hf_37:active:not(:has(._teddy-dashboard-card--disabled_5b7hf_28)) {
|
|
729
|
+
border-color: var(--teddy-color-transparent-black-300);
|
|
694
730
|
}
|
|
695
|
-
._teddy-
|
|
696
|
-
background-color:
|
|
697
|
-
color: var(--teddy-color-text-
|
|
731
|
+
._teddy-dashboard-card--grey_5b7hf_49 {
|
|
732
|
+
background-color: #f5f5fa;
|
|
733
|
+
color: var(--teddy-color-text-default);
|
|
698
734
|
}
|
|
699
|
-
._teddy-
|
|
700
|
-
background-color: var(--teddy-color-background-interactive-
|
|
701
|
-
color: var(--teddy-color-text-interactive-on-expressive-negative-hover);
|
|
735
|
+
._teddy-dashboard-card--grey_5b7hf_49._teddy-dashboard-card--disabled_5b7hf_28 {
|
|
736
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
702
737
|
}
|
|
703
|
-
._teddy-
|
|
704
|
-
background-color: var(--teddy-color-
|
|
705
|
-
color: var(--teddy-color-text-interactive-on-expressive-negative-active);
|
|
738
|
+
._teddy-dashboard-card--grey_5b7hf_49:hover:not(:has(._teddy-dashboard-card--disabled_5b7hf_28)) {
|
|
739
|
+
background-color: var(--teddy-color-gray-100);
|
|
706
740
|
}
|
|
707
|
-
._teddy-
|
|
708
|
-
background-color: var(--teddy-color-
|
|
709
|
-
color: var(--teddy-color-text-weak-negative);
|
|
741
|
+
._teddy-dashboard-card--grey_5b7hf_49:active:not(:has(._teddy-dashboard-card--disabled_5b7hf_28)) {
|
|
742
|
+
background-color: var(--teddy-color-gray-200);
|
|
710
743
|
}
|
|
711
|
-
._teddy-
|
|
712
|
-
|
|
744
|
+
._teddy-dashboard-card--purple-light_5b7hf_62 {
|
|
745
|
+
background-color: var(--teddy-color-purple-50);
|
|
746
|
+
color: var(--teddy-color-text-default);
|
|
713
747
|
}
|
|
714
|
-
._teddy-
|
|
715
|
-
background-color: var(--teddy-color-background-interactive-
|
|
716
|
-
color: var(--teddy-color-text-interactive-on-destructive);
|
|
748
|
+
._teddy-dashboard-card--purple-light_5b7hf_62._teddy-dashboard-card--disabled_5b7hf_28 {
|
|
749
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
717
750
|
}
|
|
718
|
-
._teddy-
|
|
719
|
-
background-color: var(--teddy-color-
|
|
751
|
+
._teddy-dashboard-card--purple-light_5b7hf_62:hover:not(:has(._teddy-dashboard-card--disabled_5b7hf_28)) {
|
|
752
|
+
background-color: var(--teddy-color-purple-100);
|
|
720
753
|
}
|
|
721
|
-
._teddy-
|
|
722
|
-
background-color: var(--teddy-color-
|
|
754
|
+
._teddy-dashboard-card--purple-light_5b7hf_62:active:not(:has(._teddy-dashboard-card--disabled_5b7hf_28)) {
|
|
755
|
+
background-color: var(--teddy-color-purple-200);
|
|
723
756
|
}
|
|
724
|
-
._teddy-
|
|
725
|
-
background-color: var(--teddy-color-
|
|
726
|
-
color: var(--teddy-color-text-
|
|
757
|
+
._teddy-dashboard-card--beige-light_5b7hf_75 {
|
|
758
|
+
background-color: var(--teddy-color-beige-50);
|
|
759
|
+
color: var(--teddy-color-text-default);
|
|
727
760
|
}
|
|
728
|
-
._teddy-
|
|
729
|
-
background-color: var(--teddy-color-background-interactive-
|
|
761
|
+
._teddy-dashboard-card--beige-light_5b7hf_75._teddy-dashboard-card--disabled_5b7hf_28 {
|
|
762
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
730
763
|
}
|
|
731
|
-
._teddy-
|
|
732
|
-
background-color: var(--teddy-color-
|
|
764
|
+
._teddy-dashboard-card--beige-light_5b7hf_75:hover:not(:has(._teddy-dashboard-card--disabled_5b7hf_28)) {
|
|
765
|
+
background-color: var(--teddy-color-beige-100);
|
|
733
766
|
}
|
|
734
|
-
._teddy-
|
|
735
|
-
background-color: var(--teddy-color-
|
|
736
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
767
|
+
._teddy-dashboard-card--beige-light_5b7hf_75:active:not(:has(._teddy-dashboard-card--disabled_5b7hf_28)) {
|
|
768
|
+
background-color: var(--teddy-color-beige-200);
|
|
737
769
|
}
|
|
738
|
-
._teddy-
|
|
739
|
-
|
|
770
|
+
._teddy-dashboard-card__layout_5b7hf_88 {
|
|
771
|
+
display: grid;
|
|
772
|
+
gap: 0 var(--teddy-spacing-150);
|
|
773
|
+
grid-template-columns: auto 1fr auto;
|
|
774
|
+
grid-template-rows: auto auto 1fr auto;
|
|
775
|
+
justify-items: start;
|
|
776
|
+
justify-content: stretch;
|
|
777
|
+
align-items: center;
|
|
778
|
+
grid-template-areas: "media heading chevron" "media subtitle chevron" "content content content" "footer footer footer";
|
|
740
779
|
}
|
|
741
|
-
._teddy-
|
|
742
|
-
|
|
780
|
+
._teddy-dashboard-card__layout_5b7hf_88 ._teddy-dashboard-card__avatar_5b7hf_98 {
|
|
781
|
+
grid-area: media;
|
|
743
782
|
}
|
|
744
|
-
._teddy-
|
|
745
|
-
|
|
783
|
+
._teddy-dashboard-card__layout_5b7hf_88 ._teddy-dashboard-card__illustration_5b7hf_101 {
|
|
784
|
+
grid-area: media;
|
|
746
785
|
}
|
|
747
|
-
._teddy-
|
|
748
|
-
|
|
749
|
-
|
|
786
|
+
._teddy-dashboard-card__layout_5b7hf_88 ._teddy-dashboard-card__heading_5b7hf_104 {
|
|
787
|
+
grid-area: heading;
|
|
788
|
+
align-self: end;
|
|
750
789
|
}
|
|
751
|
-
._teddy-
|
|
752
|
-
|
|
790
|
+
._teddy-dashboard-card__layout_5b7hf_88 ._teddy-dashboard-card__subtitle_5b7hf_108 {
|
|
791
|
+
grid-area: subtitle;
|
|
792
|
+
align-self: start;
|
|
753
793
|
}
|
|
754
|
-
._teddy-
|
|
755
|
-
|
|
756
|
-
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
794
|
+
._teddy-dashboard-card__layout_5b7hf_88 ._teddy-dashboard-card__chevron_5b7hf_112 {
|
|
795
|
+
grid-area: chevron;
|
|
757
796
|
}
|
|
758
|
-
._teddy-
|
|
759
|
-
|
|
760
|
-
|
|
797
|
+
._teddy-dashboard-card__layout_5b7hf_88 ._teddy-dashboard-card__content_5b7hf_20 {
|
|
798
|
+
grid-area: content;
|
|
799
|
+
align-self: start;
|
|
761
800
|
}
|
|
762
|
-
._teddy-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
background-color: var(--teddy-color-background-interactive-transparent);
|
|
766
|
-
color: var(--teddy-color-text-default);
|
|
767
|
-
font-weight: 400;
|
|
768
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
769
|
-
justify-content: flex-start;
|
|
801
|
+
._teddy-dashboard-card__layout_5b7hf_88 ._teddy-dashboard-card__footer_5b7hf_21 {
|
|
802
|
+
grid-area: footer;
|
|
803
|
+
align-self: end;
|
|
770
804
|
}
|
|
771
|
-
._teddy-
|
|
772
|
-
|
|
773
|
-
color: var(--teddy-color-text-weak);
|
|
805
|
+
._teddy-dashboard-card__layout_5b7hf_88:not(:has(._teddy-dashboard-card__subtitle_5b7hf_108)) {
|
|
806
|
+
grid-template-areas: "media heading chevron" "media heading chevron" "content content content" "footer footer footer";
|
|
774
807
|
}
|
|
775
|
-
._teddy-
|
|
776
|
-
|
|
808
|
+
._teddy-dashboard-card__layout_5b7hf_88:not(:has(._teddy-dashboard-card__subtitle_5b7hf_108)) ._teddy-dashboard-card__heading_5b7hf_104 {
|
|
809
|
+
align-self: center;
|
|
777
810
|
}
|
|
778
|
-
._teddy-
|
|
779
|
-
|
|
811
|
+
._teddy-dashboard-card__illustration_5b7hf_101 {
|
|
812
|
+
display: flex;
|
|
813
|
+
align-items: center;
|
|
814
|
+
justify-content: center;
|
|
815
|
+
width: 40px;
|
|
780
816
|
}
|
|
781
|
-
._teddy-
|
|
782
|
-
border-
|
|
783
|
-
|
|
784
|
-
padding-right: 0;
|
|
785
|
-
background-color: var(--teddy-color-background-interactive-transparent);
|
|
786
|
-
color: var(--teddy-color-text-interactive-primary-negative);
|
|
817
|
+
._teddy-dashboard-card_5b7hf_3:focus-visible {
|
|
818
|
+
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
819
|
+
outline-offset: var(--teddy-spacing-25);
|
|
787
820
|
}
|
|
788
|
-
._teddy-
|
|
789
|
-
|
|
821
|
+
._teddy-dashboard-card--disabled_5b7hf_28 {
|
|
822
|
+
pointer-events: none;
|
|
823
|
+
cursor: not-allowed;
|
|
790
824
|
}
|
|
791
|
-
|
|
792
|
-
|
|
825
|
+
}@layer heading {
|
|
826
|
+
._teddy-heading_r8os0_2 {
|
|
827
|
+
color: var(--teddy-color-text-default);
|
|
828
|
+
display: block;
|
|
829
|
+
hyphens: none;
|
|
830
|
+
margin: 0;
|
|
831
|
+
max-width: 60ch;
|
|
793
832
|
}
|
|
794
|
-
._teddy-
|
|
795
|
-
|
|
796
|
-
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
833
|
+
._teddy-heading--hyphens_r8os0_9 {
|
|
834
|
+
hyphens: auto;
|
|
797
835
|
}
|
|
798
|
-
._teddy-
|
|
799
|
-
|
|
800
|
-
|
|
836
|
+
._teddy-heading--subsection-100_r8os0_12 {
|
|
837
|
+
font-family: var(--teddy-typography-family-default);
|
|
838
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
839
|
+
font-size: var(--teddy-typography-scale-100);
|
|
840
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
801
841
|
}
|
|
802
|
-
._teddy-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
842
|
+
._teddy-heading--title-100_r8os0_18 {
|
|
843
|
+
font-family: var(--teddy-typography-family-default);
|
|
844
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
845
|
+
font-size: clamp(var(--teddy-typography-scale-100), 3cqw, var(--teddy-typography-scale-200));
|
|
846
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
808
847
|
}
|
|
809
|
-
._teddy-
|
|
810
|
-
|
|
848
|
+
._teddy-heading--title-200_r8os0_24 {
|
|
849
|
+
font-family: var(--teddy-typography-family-default);
|
|
850
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
851
|
+
font-size: clamp(var(--teddy-typography-scale-200), 3cqw, var(--teddy-typography-scale-400));
|
|
852
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
811
853
|
}
|
|
812
|
-
._teddy-
|
|
813
|
-
|
|
814
|
-
|
|
854
|
+
._teddy-heading--title-300_r8os0_30 {
|
|
855
|
+
font-family: var(--teddy-typography-family-default);
|
|
856
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
857
|
+
font-size: clamp(var(--teddy-typography-scale-400), 3cqw, var(--teddy-typography-scale-600));
|
|
858
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
815
859
|
}
|
|
816
|
-
._teddy-
|
|
817
|
-
|
|
860
|
+
._teddy-heading--title-400_r8os0_36 {
|
|
861
|
+
font-family: var(--teddy-typography-family-default);
|
|
862
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
863
|
+
font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-700));
|
|
864
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
818
865
|
}
|
|
819
|
-
._teddy-
|
|
820
|
-
|
|
866
|
+
._teddy-heading--title-500_r8os0_42 {
|
|
867
|
+
font-family: var(--teddy-typography-family-default);
|
|
868
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
869
|
+
font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-800));
|
|
870
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
821
871
|
}
|
|
822
|
-
._teddy-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
872
|
+
._teddy-heading--title-600_r8os0_48 {
|
|
873
|
+
font-family: var(--teddy-typography-family-default);
|
|
874
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
875
|
+
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
876
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
827
877
|
}
|
|
828
|
-
._teddy-
|
|
829
|
-
|
|
830
|
-
|
|
878
|
+
._teddy-heading--title-700_r8os0_54 {
|
|
879
|
+
font-family: var(--teddy-typography-family-default);
|
|
880
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
881
|
+
font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
|
|
882
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
831
883
|
}
|
|
832
|
-
._teddy-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
border-radius: inherit;
|
|
838
|
-
background-color: var(--teddy-color-transparent-white-500);
|
|
839
|
-
animation: _fadeInAnimation_1k5uy_1 ease var(--teddy-motion-duration-500);
|
|
840
|
-
animation-iteration-count: 1;
|
|
841
|
-
animation-fill-mode: forwards;
|
|
884
|
+
._teddy-heading--display-25_r8os0_60 {
|
|
885
|
+
font-family: var(--teddy-typography-family-display);
|
|
886
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
887
|
+
font-size: clamp(var(--teddy-typography-scale-600), 3cqw, var(--teddy-typography-scale-800));
|
|
888
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
842
889
|
}
|
|
843
|
-
._teddy-
|
|
844
|
-
|
|
890
|
+
._teddy-heading--display-50_r8os0_66 {
|
|
891
|
+
font-family: var(--teddy-typography-family-display);
|
|
892
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
893
|
+
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
894
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
845
895
|
}
|
|
846
|
-
._teddy-
|
|
847
|
-
|
|
896
|
+
._teddy-heading--display-100_r8os0_72 {
|
|
897
|
+
font-family: var(--teddy-typography-family-display);
|
|
898
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
899
|
+
font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
|
|
900
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
901
|
+
}
|
|
902
|
+
._teddy-heading--display-200_r8os0_78 {
|
|
903
|
+
font-family: var(--teddy-typography-family-display);
|
|
904
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
905
|
+
font-size: clamp(var(--teddy-typography-scale-800), 3cqw, var(--teddy-typography-scale-1000));
|
|
906
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
848
907
|
}
|
|
849
908
|
}._teddy-scroll-area_1r6mf_1 {
|
|
850
909
|
position: relative;
|
|
@@ -1115,36 +1174,36 @@
|
|
|
1115
1174
|
}
|
|
1116
1175
|
}@layer heading, flex, grid, button, card;
|
|
1117
1176
|
@layer card {
|
|
1118
|
-
._teddy-
|
|
1177
|
+
._teddy-card_1hzu6_3:focus-visible {
|
|
1119
1178
|
outline: var(--teddy-border-width-sm) solid var(--teddy-color-blue-600);
|
|
1120
1179
|
outline-offset: 2px;
|
|
1121
1180
|
}
|
|
1122
|
-
._teddy-
|
|
1181
|
+
._teddy-card_1hzu6_3 {
|
|
1123
1182
|
border-radius: var(--teddy-border-radius-md);
|
|
1124
1183
|
padding: var(--teddy-spacing-250);
|
|
1125
1184
|
position: relative;
|
|
1126
1185
|
}
|
|
1127
1186
|
@media (prefers-reduced-motion: no-preference) {
|
|
1128
|
-
._teddy-
|
|
1187
|
+
._teddy-card_1hzu6_3 {
|
|
1129
1188
|
transition: background-color var(--teddy-motion-duration-100) ease;
|
|
1130
1189
|
}
|
|
1131
1190
|
}
|
|
1132
|
-
._teddy-
|
|
1191
|
+
._teddy-card__slot_1hzu6_17 {
|
|
1133
1192
|
transform: translateY(-50%);
|
|
1134
1193
|
}
|
|
1135
|
-
._teddy-card__slot--
|
|
1194
|
+
._teddy-card__slot--bottom_1hzu6_20 {
|
|
1136
1195
|
transform: translateY(50%);
|
|
1137
1196
|
}
|
|
1138
|
-
._teddy-card__slot--
|
|
1197
|
+
._teddy-card__slot--center_1hzu6_23 {
|
|
1139
1198
|
transform: translate(-50%, -50%);
|
|
1140
1199
|
}
|
|
1141
|
-
._teddy-card__slot--
|
|
1200
|
+
._teddy-card__slot--bottom_1hzu6_20._teddy-card__slot--center_1hzu6_23 {
|
|
1142
1201
|
transform: translate(-50%, 50%);
|
|
1143
1202
|
}
|
|
1144
|
-
._teddy-card__slot--no-
|
|
1203
|
+
._teddy-card__slot--no-translate_1hzu6_29 {
|
|
1145
1204
|
transform: initial;
|
|
1146
1205
|
}
|
|
1147
|
-
._teddy-
|
|
1206
|
+
._teddy-card_1hzu6_3::before {
|
|
1148
1207
|
content: "";
|
|
1149
1208
|
display: block;
|
|
1150
1209
|
position: absolute;
|
|
@@ -1155,95 +1214,95 @@
|
|
|
1155
1214
|
box-shadow: var(--teddy-shadow-sm);
|
|
1156
1215
|
}
|
|
1157
1216
|
@media (prefers-reduced-motion: no-preference) {
|
|
1158
|
-
._teddy-
|
|
1217
|
+
._teddy-card_1hzu6_3::before {
|
|
1159
1218
|
transition: var(--teddy-motion-duration-300) ease;
|
|
1160
1219
|
transition-property: opacity, box-shadow;
|
|
1161
1220
|
}
|
|
1162
1221
|
}
|
|
1163
|
-
._teddy-card--
|
|
1222
|
+
._teddy-card--shadow_1hzu6_48::before {
|
|
1164
1223
|
opacity: 1;
|
|
1165
1224
|
}
|
|
1166
|
-
._teddy-
|
|
1225
|
+
._teddy-card_1hzu6_3:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1167
1226
|
cursor: pointer;
|
|
1168
1227
|
}
|
|
1169
|
-
._teddy-
|
|
1228
|
+
._teddy-card_1hzu6_3:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)):hover:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51))::before {
|
|
1170
1229
|
opacity: 1;
|
|
1171
1230
|
box-shadow: var(--teddy-shadow-md);
|
|
1172
1231
|
}
|
|
1173
|
-
._teddy-card--
|
|
1232
|
+
._teddy-card--border_1hzu6_58 {
|
|
1174
1233
|
border: var(--teddy-border-width-xs) solid transparent;
|
|
1175
1234
|
}
|
|
1176
|
-
._teddy-card--
|
|
1235
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__illustration_1hzu6_61 {
|
|
1177
1236
|
grid-area: illustration;
|
|
1178
1237
|
}
|
|
1179
|
-
._teddy-card--
|
|
1238
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__carousel_1hzu6_64 {
|
|
1180
1239
|
grid-area: carousel;
|
|
1181
1240
|
}
|
|
1182
|
-
._teddy-card--
|
|
1241
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__content_1hzu6_67 {
|
|
1183
1242
|
grid-area: content;
|
|
1184
1243
|
}
|
|
1185
|
-
._teddy-card--
|
|
1244
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__heading_1hzu6_70 {
|
|
1186
1245
|
grid-area: heading;
|
|
1187
1246
|
}
|
|
1188
|
-
._teddy-card--
|
|
1247
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__action-wrapper_1hzu6_73 {
|
|
1189
1248
|
grid-area: action;
|
|
1190
1249
|
}
|
|
1191
|
-
._teddy-card--
|
|
1250
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__footer_1hzu6_76 {
|
|
1192
1251
|
grid-area: footer;
|
|
1193
1252
|
}
|
|
1194
|
-
._teddy-card--
|
|
1253
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__overline_1hzu6_79 {
|
|
1195
1254
|
grid-area: overline;
|
|
1196
1255
|
}
|
|
1197
|
-
._teddy-card--
|
|
1256
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__description_1hzu6_82 {
|
|
1198
1257
|
grid-area: description;
|
|
1199
1258
|
}
|
|
1200
|
-
._teddy-card--
|
|
1259
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__color-dots_1hzu6_85 {
|
|
1201
1260
|
grid-area: colors;
|
|
1202
1261
|
}
|
|
1203
|
-
._teddy-card--
|
|
1262
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__availability_1hzu6_88 {
|
|
1204
1263
|
grid-area: availability;
|
|
1205
1264
|
}
|
|
1206
|
-
._teddy-card--
|
|
1265
|
+
._teddy-card--layout_1hzu6_61 ._teddy-card__price_1hzu6_91 {
|
|
1207
1266
|
grid-area: price;
|
|
1208
1267
|
}
|
|
1209
|
-
._teddy-card--
|
|
1268
|
+
._teddy-card--default_1hzu6_94 {
|
|
1210
1269
|
display: flex;
|
|
1211
1270
|
flex-direction: column;
|
|
1212
1271
|
gap: var(--teddy-spacing-200);
|
|
1213
1272
|
}
|
|
1214
|
-
._teddy-card--navigation-
|
|
1273
|
+
._teddy-card--navigation-vertical_1hzu6_99 {
|
|
1215
1274
|
grid-template-rows: auto auto 1fr auto;
|
|
1216
1275
|
justify-items: start;
|
|
1217
1276
|
justify-content: stretch;
|
|
1218
1277
|
align-items: baseline;
|
|
1219
1278
|
grid-template-areas: "illustration" "heading" "content" "action";
|
|
1220
1279
|
}
|
|
1221
|
-
._teddy-card--navigation-
|
|
1280
|
+
._teddy-card--navigation-vertical_1hzu6_99 ._teddy-card__illustration_1hzu6_61 {
|
|
1222
1281
|
margin-bottom: var(--teddy-spacing-200);
|
|
1223
1282
|
}
|
|
1224
|
-
._teddy-card--navigation-
|
|
1283
|
+
._teddy-card--navigation-vertical_1hzu6_99 ._teddy-card__content_1hzu6_67 {
|
|
1225
1284
|
margin-bottom: var(--teddy-spacing-200);
|
|
1226
1285
|
}
|
|
1227
|
-
._teddy-card--navigation-
|
|
1286
|
+
._teddy-card--navigation-vertical_1hzu6_99 ._teddy-card__heading_1hzu6_70 {
|
|
1228
1287
|
margin-bottom: var(--teddy-spacing-100);
|
|
1229
1288
|
}
|
|
1230
|
-
._teddy-card--navigation-
|
|
1289
|
+
._teddy-card--navigation-vertical_1hzu6_99 ._teddy-card__action-wrapper_1hzu6_73 {
|
|
1231
1290
|
margin-top: auto;
|
|
1232
1291
|
justify-self: end;
|
|
1233
1292
|
}
|
|
1234
|
-
._teddy-card--navigation-horizontal-
|
|
1293
|
+
._teddy-card--navigation-horizontal-small_1hzu6_119 {
|
|
1235
1294
|
grid-template-columns: auto 1fr auto;
|
|
1236
1295
|
grid-template-rows: auto 1fr;
|
|
1237
1296
|
grid-template-areas: "illustration heading action" "illustration content action";
|
|
1238
1297
|
column-gap: var(--teddy-spacing-200);
|
|
1239
1298
|
}
|
|
1240
|
-
._teddy-card--navigation-horizontal-
|
|
1299
|
+
._teddy-card--navigation-horizontal-small_1hzu6_119 ._teddy-card__heading_1hzu6_70 {
|
|
1241
1300
|
margin-bottom: var(--teddy-spacing-100);
|
|
1242
1301
|
}
|
|
1243
|
-
._teddy-card--navigation-horizontal-
|
|
1302
|
+
._teddy-card--navigation-horizontal-small_1hzu6_119 ._teddy-card__action-wrapper_1hzu6_73 {
|
|
1244
1303
|
margin-top: auto;
|
|
1245
1304
|
}
|
|
1246
|
-
._teddy-card--navigation-horizontal-small-
|
|
1305
|
+
._teddy-card--navigation-horizontal-small-centered_1hzu6_131 {
|
|
1247
1306
|
width: 100%;
|
|
1248
1307
|
max-width: 26rem;
|
|
1249
1308
|
grid-template-columns: auto 1fr auto;
|
|
@@ -1252,176 +1311,187 @@
|
|
|
1252
1311
|
align-items: center;
|
|
1253
1312
|
column-gap: var(--teddy-spacing-200);
|
|
1254
1313
|
}
|
|
1255
|
-
._teddy-card--navigation-horizontal-small-
|
|
1314
|
+
._teddy-card--navigation-horizontal-small-centered_1hzu6_131 ._teddy-card__content_1hzu6_67 {
|
|
1256
1315
|
margin-top: var(--teddy-spacing-200);
|
|
1257
1316
|
}
|
|
1258
|
-
._teddy-card--navigation-horizontal-small-
|
|
1317
|
+
._teddy-card--navigation-horizontal-small-centered_1hzu6_131 ._teddy-card__action-wrapper_1hzu6_73 {
|
|
1259
1318
|
margin: 0;
|
|
1260
1319
|
}
|
|
1261
|
-
._teddy-card--navigation-horizontal-small-
|
|
1320
|
+
._teddy-card--navigation-horizontal-small-centered_1hzu6_131 ._teddy-card__illustration_1hzu6_61 {
|
|
1262
1321
|
max-height: 80px;
|
|
1263
1322
|
max-width: 100px;
|
|
1264
1323
|
}
|
|
1265
|
-
._teddy-card--navigation-horizontal-small-
|
|
1324
|
+
._teddy-card--navigation-horizontal-small-centered_1hzu6_131 ._teddy-card__illustration_1hzu6_61 img {
|
|
1266
1325
|
object-fit: contain;
|
|
1267
1326
|
}
|
|
1268
|
-
._teddy-card--navigation-horizontal-
|
|
1327
|
+
._teddy-card--navigation-horizontal-large_1hzu6_153 {
|
|
1269
1328
|
grid-template-columns: 1fr auto;
|
|
1270
1329
|
grid-template-rows: auto auto 1fr;
|
|
1271
1330
|
grid-template-areas: "illustration action" "heading action" "content action";
|
|
1272
1331
|
column-gap: var(--teddy-spacing-200);
|
|
1273
1332
|
}
|
|
1274
|
-
._teddy-card--navigation-horizontal-
|
|
1333
|
+
._teddy-card--navigation-horizontal-large_1hzu6_153 ._teddy-card__heading_1hzu6_70 {
|
|
1275
1334
|
margin-bottom: var(--teddy-spacing-100);
|
|
1276
1335
|
}
|
|
1277
|
-
._teddy-card--navigation-horizontal-
|
|
1336
|
+
._teddy-card--navigation-horizontal-large_1hzu6_153 ._teddy-card__action-wrapper_1hzu6_73 {
|
|
1278
1337
|
margin-top: auto;
|
|
1279
1338
|
}
|
|
1280
|
-
._teddy-card--rich-
|
|
1339
|
+
._teddy-card--rich-card_1hzu6_165 {
|
|
1281
1340
|
justify-items: start;
|
|
1282
1341
|
align-items: baseline;
|
|
1283
1342
|
grid-template-rows: auto auto 1fr auto;
|
|
1284
1343
|
grid-template-areas: "illustration" "heading" "content" "action";
|
|
1285
1344
|
}
|
|
1286
|
-
._teddy-card--rich-
|
|
1345
|
+
._teddy-card--rich-card_1hzu6_165 ._teddy-card__illustration_1hzu6_61 {
|
|
1287
1346
|
margin-bottom: var(--teddy-spacing-200);
|
|
1288
1347
|
}
|
|
1289
|
-
._teddy-card--rich-
|
|
1348
|
+
._teddy-card--rich-card_1hzu6_165 ._teddy-card__content_1hzu6_67 {
|
|
1290
1349
|
margin-bottom: var(--teddy-spacing-200);
|
|
1291
1350
|
}
|
|
1292
|
-
._teddy-card--rich-
|
|
1351
|
+
._teddy-card--rich-card_1hzu6_165 ._teddy-card__heading_1hzu6_70 {
|
|
1293
1352
|
margin-bottom: var(--teddy-spacing-100);
|
|
1294
1353
|
}
|
|
1295
|
-
._teddy-card--rich-
|
|
1354
|
+
._teddy-card--rich-card_1hzu6_165 ._teddy-card__action-wrapper_1hzu6_73 {
|
|
1296
1355
|
margin-top: auto;
|
|
1297
1356
|
}
|
|
1357
|
+
@media (min-width: 801px) {
|
|
1358
|
+
._teddy-card--rich-card-large_1hzu6_184 {
|
|
1359
|
+
grid-template-columns: min(45%, 650px) 1fr;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1298
1362
|
@media (max-width: 800px) {
|
|
1299
|
-
._teddy-card--rich-card-
|
|
1363
|
+
._teddy-card--rich-card-large_1hzu6_184 {
|
|
1300
1364
|
align-items: baseline;
|
|
1301
1365
|
grid-template-rows: auto auto 1fr auto;
|
|
1302
1366
|
grid-template-areas: "illustration" "heading" "content" "action";
|
|
1303
1367
|
}
|
|
1304
1368
|
}
|
|
1305
|
-
._teddy-card--rich-card-
|
|
1369
|
+
._teddy-card--rich-card-large_1hzu6_184 ._teddy-card__illustration_1hzu6_61 img {
|
|
1306
1370
|
object-fit: cover;
|
|
1307
1371
|
}
|
|
1308
1372
|
@media (min-width: 801px) {
|
|
1309
|
-
._teddy-card--rich-card-
|
|
1373
|
+
._teddy-card--rich-card-large_1hzu6_184 ._teddy-card__illustration_1hzu6_61 {
|
|
1310
1374
|
grid-column-start: 1;
|
|
1311
1375
|
margin-right: var(--teddy-spacing-600);
|
|
1312
1376
|
}
|
|
1313
1377
|
}
|
|
1314
|
-
._teddy-card--rich-card-
|
|
1378
|
+
._teddy-card--rich-card-large_1hzu6_184 ._teddy-card__content_1hzu6_67 {
|
|
1315
1379
|
margin-top: 2rem;
|
|
1316
1380
|
}
|
|
1317
1381
|
@media (min-width: 801px) {
|
|
1318
|
-
._teddy-card--rich-card-
|
|
1382
|
+
._teddy-card--rich-card-large_1hzu6_184 ._teddy-card__content_1hzu6_67 {
|
|
1319
1383
|
grid-column-start: 2;
|
|
1320
1384
|
margin-top: 0;
|
|
1321
1385
|
align-content: center;
|
|
1322
1386
|
}
|
|
1323
1387
|
}
|
|
1324
|
-
._teddy-card--rich-card-
|
|
1388
|
+
._teddy-card--rich-card-large_1hzu6_184 ._teddy-card__action_1hzu6_51 {
|
|
1325
1389
|
margin-top: var(--teddy-spacing-200);
|
|
1326
1390
|
}
|
|
1327
|
-
._teddy-card--rich-card-
|
|
1391
|
+
._teddy-card--rich-card-large_1hzu6_184 ._teddy-card__heading_1hzu6_70 {
|
|
1328
1392
|
margin-top: var(--teddy-spacing-100);
|
|
1329
1393
|
margin-bottom: var(--teddy-spacing-100);
|
|
1330
1394
|
}
|
|
1331
|
-
|
|
1395
|
+
@media (min-width: 801px) {
|
|
1396
|
+
._teddy-card--rich-card-large_1hzu6_184 ._teddy-card__illustration_1hzu6_61,
|
|
1397
|
+
._teddy-card--rich-card-large_1hzu6_184 ._teddy-card__content_1hzu6_67 {
|
|
1398
|
+
grid-area: auto;
|
|
1399
|
+
}
|
|
1400
|
+
}
|
|
1401
|
+
._teddy-card__line_1hzu6_227 {
|
|
1332
1402
|
border: 0;
|
|
1333
1403
|
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
1334
1404
|
}
|
|
1335
|
-
._teddy-card--purple-
|
|
1405
|
+
._teddy-card--purple-light_1hzu6_231 {
|
|
1336
1406
|
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
1337
1407
|
color: var(--teddy-color-text-default);
|
|
1338
1408
|
border-color: var(--teddy-color-background-interactive-primary-negative);
|
|
1339
1409
|
}
|
|
1340
|
-
._teddy-card--purple-
|
|
1410
|
+
._teddy-card--purple-light_1hzu6_231:hover:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1341
1411
|
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
1342
1412
|
}
|
|
1343
|
-
._teddy-card--purple-
|
|
1413
|
+
._teddy-card--purple-light_1hzu6_231:active:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1344
1414
|
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
1345
1415
|
}
|
|
1346
|
-
._teddy-card--purple-
|
|
1416
|
+
._teddy-card--purple-light_1hzu6_231:has(._teddy-card__action--disabled_1hzu6_51) {
|
|
1347
1417
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
1348
1418
|
}
|
|
1349
|
-
._teddy-card--purple-
|
|
1419
|
+
._teddy-card--purple-dark_1hzu6_245 {
|
|
1350
1420
|
background-color: var(--teddy-color-brand-deep-purple);
|
|
1351
1421
|
color: var(--teddy-color-text-default-negative);
|
|
1352
1422
|
border-color: var(--teddy-color-brand-deep-purple);
|
|
1353
1423
|
}
|
|
1354
|
-
._teddy-card--purple-
|
|
1424
|
+
._teddy-card--purple-dark_1hzu6_245:hover:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1355
1425
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
1356
1426
|
}
|
|
1357
|
-
._teddy-card--purple-
|
|
1427
|
+
._teddy-card--purple-dark_1hzu6_245:active:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1358
1428
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
1359
1429
|
}
|
|
1360
|
-
._teddy-card--purple-
|
|
1430
|
+
._teddy-card--purple-dark_1hzu6_245:has(._teddy-card__action--disabled_1hzu6_51) {
|
|
1361
1431
|
color: var(--teddy-color-text-default);
|
|
1362
1432
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
1363
1433
|
}
|
|
1364
|
-
._teddy-card--purple-
|
|
1434
|
+
._teddy-card--purple-dark_1hzu6_245:has(._teddy-card__action--disabled_1hzu6_51) ._teddy-card__action_1hzu6_51 {
|
|
1365
1435
|
color: var(--teddy-color-text-weak);
|
|
1366
1436
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
1367
1437
|
}
|
|
1368
|
-
._teddy-card--
|
|
1438
|
+
._teddy-card--white_1hzu6_264 {
|
|
1369
1439
|
background-color: var(--teddy-color-brand-white);
|
|
1370
1440
|
color: var(--teddy-color-text-default);
|
|
1371
1441
|
border-color: var(--teddy-color-border-weak);
|
|
1372
1442
|
}
|
|
1373
|
-
._teddy-card--
|
|
1443
|
+
._teddy-card--white_1hzu6_264:hover:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1374
1444
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
1375
1445
|
}
|
|
1376
|
-
._teddy-card--
|
|
1446
|
+
._teddy-card--white_1hzu6_264:active:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1377
1447
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1378
1448
|
}
|
|
1379
|
-
._teddy-card--
|
|
1449
|
+
._teddy-card--white_1hzu6_264:has(._teddy-card__action--disabled_1hzu6_51) {
|
|
1380
1450
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
1381
1451
|
}
|
|
1382
|
-
._teddy-card--
|
|
1452
|
+
._teddy-card--gray_1hzu6_278 {
|
|
1383
1453
|
background-color: var(--teddy-color-background-secondary);
|
|
1384
1454
|
color: var(--teddy-color-text-default);
|
|
1385
1455
|
border-color: var(--teddy-color-border-interactive-subtle);
|
|
1386
1456
|
}
|
|
1387
|
-
._teddy-card--
|
|
1457
|
+
._teddy-card--gray_1hzu6_278:hover:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1388
1458
|
background-color: var(--teddy-color-gray-100);
|
|
1389
1459
|
}
|
|
1390
|
-
._teddy-card--
|
|
1460
|
+
._teddy-card--gray_1hzu6_278:active:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1391
1461
|
background-color: var(--teddy-color-gray-200);
|
|
1392
1462
|
}
|
|
1393
|
-
._teddy-card--
|
|
1463
|
+
._teddy-card--gray_1hzu6_278:has(._teddy-card__action--disabled_1hzu6_51) {
|
|
1394
1464
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
1395
1465
|
}
|
|
1396
|
-
._teddy-card--
|
|
1466
|
+
._teddy-card--beige_1hzu6_292 {
|
|
1397
1467
|
background-color: var(--teddy-color-beige-100);
|
|
1398
1468
|
color: var(--teddy-color-text-default);
|
|
1399
1469
|
border-color: var(--teddy-color-beige-300);
|
|
1400
1470
|
}
|
|
1401
|
-
._teddy-card--
|
|
1471
|
+
._teddy-card--beige_1hzu6_292:hover:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1402
1472
|
background-color: var(--teddy-color-beige-200);
|
|
1403
1473
|
}
|
|
1404
|
-
._teddy-card--
|
|
1474
|
+
._teddy-card--beige_1hzu6_292:active:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1405
1475
|
background-color: var(--teddy-color-beige-300);
|
|
1406
1476
|
}
|
|
1407
|
-
._teddy-card--
|
|
1477
|
+
._teddy-card--beige_1hzu6_292:has(._teddy-card__action--disabled_1hzu6_51) {
|
|
1408
1478
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
1409
1479
|
}
|
|
1410
|
-
._teddy-card--beige-
|
|
1480
|
+
._teddy-card--beige-light_1hzu6_306 {
|
|
1411
1481
|
background-color: var(--teddy-color-beige-50);
|
|
1412
1482
|
color: var(--teddy-color-text-default);
|
|
1413
1483
|
border-color: var(--teddy-color-beige-200);
|
|
1414
1484
|
}
|
|
1415
|
-
._teddy-card--beige-
|
|
1485
|
+
._teddy-card--beige-light_1hzu6_306:hover:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1416
1486
|
background-color: var(--teddy-color-beige-100);
|
|
1417
1487
|
}
|
|
1418
|
-
._teddy-card--beige-
|
|
1488
|
+
._teddy-card--beige-light_1hzu6_306:active:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1419
1489
|
background-color: var(--teddy-color-beige-100);
|
|
1420
1490
|
}
|
|
1421
|
-
._teddy-card--beige-
|
|
1491
|
+
._teddy-card--beige-light_1hzu6_306:has(._teddy-card__action--disabled_1hzu6_51) {
|
|
1422
1492
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
1423
1493
|
}
|
|
1424
|
-
._teddy-card--
|
|
1494
|
+
._teddy-card--product_1hzu6_320 {
|
|
1425
1495
|
grid-template-columns: minmax(0, 100%);
|
|
1426
1496
|
grid-template-rows: auto auto auto auto auto auto auto 1fr auto auto;
|
|
1427
1497
|
grid-template-areas: "illustration" "carousel" "overline" "heading" "colors" "description" "content" "price" "action" "availability";
|
|
@@ -1431,134 +1501,134 @@
|
|
|
1431
1501
|
padding-bottom: var(--teddy-spacing-100);
|
|
1432
1502
|
width: 100%;
|
|
1433
1503
|
}
|
|
1434
|
-
._teddy-card--
|
|
1504
|
+
._teddy-card--product_1hzu6_320:hover:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1435
1505
|
background-color: var(--teddy-color-brand-white);
|
|
1436
1506
|
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-primary);
|
|
1437
1507
|
outline-offset: calc(var(--teddy-border-width-sm) * -1);
|
|
1438
1508
|
}
|
|
1439
|
-
._teddy-card--
|
|
1509
|
+
._teddy-card--product_1hzu6_320:hover:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) ._teddy-card__carousel_1hzu6_64 .slick-slider .slick-arrow {
|
|
1440
1510
|
display: block !important;
|
|
1441
1511
|
}
|
|
1442
|
-
._teddy-card--
|
|
1512
|
+
._teddy-card--product_1hzu6_320:active:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)) {
|
|
1443
1513
|
-webkit-tap-highlight-color: transparent;
|
|
1444
1514
|
}
|
|
1445
|
-
._teddy-card--
|
|
1515
|
+
._teddy-card--product_1hzu6_320:active:has(._teddy-card__action_1hzu6_51:not(._teddy-card__action--disabled_1hzu6_51)):not(:has(._teddy-card__carousel_1hzu6_64:active)) {
|
|
1446
1516
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1447
1517
|
}
|
|
1448
|
-
._teddy-card--
|
|
1518
|
+
._teddy-card--product_1hzu6_320:has(._teddy-card__action--disabled_1hzu6_51) {
|
|
1449
1519
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
1450
1520
|
}
|
|
1451
|
-
._teddy-card--
|
|
1521
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__action-wrapper_1hzu6_73 {
|
|
1452
1522
|
margin-bottom: var(--teddy-spacing-200);
|
|
1453
1523
|
}
|
|
1454
|
-
._teddy-card--
|
|
1524
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__illustration_1hzu6_61 {
|
|
1455
1525
|
height: 180px;
|
|
1456
1526
|
display: grid;
|
|
1457
1527
|
place-items: center;
|
|
1458
1528
|
place-self: center;
|
|
1459
1529
|
margin-bottom: var(--teddy-spacing-400);
|
|
1460
1530
|
}
|
|
1461
|
-
._teddy-card--
|
|
1531
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__illustration_1hzu6_61 img {
|
|
1462
1532
|
max-width: 200px;
|
|
1463
1533
|
max-height: 180px;
|
|
1464
1534
|
object-fit: contain;
|
|
1465
1535
|
}
|
|
1466
|
-
._teddy-card--
|
|
1536
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__carousel_1hzu6_64 .slick-slider .slick-arrow {
|
|
1467
1537
|
display: none !important;
|
|
1468
1538
|
}
|
|
1469
|
-
._teddy-card--
|
|
1539
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__carousel_1hzu6_64 .slick-dots li {
|
|
1470
1540
|
min-width: 12px;
|
|
1471
1541
|
width: initial !important;
|
|
1472
1542
|
margin: 0 0.25rem !important;
|
|
1473
1543
|
}
|
|
1474
|
-
._teddy-card--
|
|
1544
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__carousel_1hzu6_64 .slick-dots .slick-active {
|
|
1475
1545
|
min-width: 24px;
|
|
1476
1546
|
width: initial !important;
|
|
1477
1547
|
}
|
|
1478
|
-
._teddy-card--
|
|
1548
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__overline_1hzu6_79 {
|
|
1479
1549
|
margin-bottom: var(--teddy-spacing-50);
|
|
1480
1550
|
}
|
|
1481
|
-
._teddy-card--
|
|
1551
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__heading_1hzu6_70 {
|
|
1482
1552
|
margin-bottom: var(--teddy-spacing-200);
|
|
1483
1553
|
}
|
|
1484
|
-
._teddy-card--
|
|
1554
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__description_1hzu6_82 {
|
|
1485
1555
|
margin-bottom: var(--teddy-spacing-200);
|
|
1486
1556
|
}
|
|
1487
|
-
._teddy-card--
|
|
1557
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__content_1hzu6_67 {
|
|
1488
1558
|
margin-bottom: var(--teddy-spacing-200);
|
|
1489
1559
|
}
|
|
1490
|
-
._teddy-card--
|
|
1560
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__action_1hzu6_51 {
|
|
1491
1561
|
margin-top: auto;
|
|
1492
1562
|
margin-left: auto;
|
|
1493
1563
|
justify-self: end;
|
|
1494
1564
|
}
|
|
1495
|
-
._teddy-card--
|
|
1565
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__price_1hzu6_91 {
|
|
1496
1566
|
display: flex;
|
|
1497
1567
|
}
|
|
1498
|
-
._teddy-card--
|
|
1568
|
+
._teddy-card--product_1hzu6_320 ._teddy-card__price--big_1hzu6_394 {
|
|
1499
1569
|
font-size: var(--teddy-typography-scale-200);
|
|
1500
1570
|
}
|
|
1501
|
-
._teddy-
|
|
1571
|
+
._teddy-card_1hzu6_3:has(._teddy-card__image--as-background_1hzu6_397) {
|
|
1502
1572
|
background-color: transparent;
|
|
1503
1573
|
}
|
|
1504
|
-
._teddy-
|
|
1574
|
+
._teddy-card__heading_1hzu6_70 {
|
|
1505
1575
|
color: inherit;
|
|
1506
1576
|
}
|
|
1507
|
-
._teddy-card--background-
|
|
1577
|
+
._teddy-card--background-image_1hzu6_403 {
|
|
1508
1578
|
background-repeat: no-repeat;
|
|
1509
1579
|
background-size: cover;
|
|
1510
1580
|
background-position: center;
|
|
1511
1581
|
}
|
|
1512
|
-
._teddy-card__illustration--
|
|
1582
|
+
._teddy-card__illustration--rounded_1hzu6_408 {
|
|
1513
1583
|
border-radius: inherit;
|
|
1514
1584
|
overflow: hidden;
|
|
1515
1585
|
}
|
|
1516
|
-
._teddy-
|
|
1586
|
+
._teddy-card__inset_1hzu6_412 {
|
|
1517
1587
|
overflow: hidden;
|
|
1518
1588
|
}
|
|
1519
|
-
._teddy-card__inset--
|
|
1589
|
+
._teddy-card__inset--top_1hzu6_415 {
|
|
1520
1590
|
margin-top: calc(var(--teddy-spacing-250) * -1);
|
|
1521
1591
|
}
|
|
1522
|
-
._teddy-card__inset--
|
|
1592
|
+
._teddy-card__inset--top_1hzu6_415._teddy-card__inset--left_1hzu6_418 {
|
|
1523
1593
|
border-top-left-radius: inherit;
|
|
1524
1594
|
}
|
|
1525
|
-
._teddy-card__inset--
|
|
1595
|
+
._teddy-card__inset--top_1hzu6_415._teddy-card__inset--right_1hzu6_421 {
|
|
1526
1596
|
border-top-right-radius: inherit;
|
|
1527
1597
|
}
|
|
1528
|
-
._teddy-card__inset--
|
|
1598
|
+
._teddy-card__inset--bottom_1hzu6_424 {
|
|
1529
1599
|
margin-bottom: calc(var(--teddy-spacing-250) * -1);
|
|
1530
1600
|
}
|
|
1531
|
-
._teddy-card__inset--
|
|
1601
|
+
._teddy-card__inset--bottom_1hzu6_424._teddy-card__inset--left_1hzu6_418 {
|
|
1532
1602
|
border-bottom-left-radius: inherit;
|
|
1533
1603
|
}
|
|
1534
|
-
._teddy-card__inset--
|
|
1604
|
+
._teddy-card__inset--bottom_1hzu6_424._teddy-card__inset--right_1hzu6_421 {
|
|
1535
1605
|
border-bottom-right-radius: inherit;
|
|
1536
1606
|
}
|
|
1537
|
-
._teddy-card__inset--
|
|
1607
|
+
._teddy-card__inset--left_1hzu6_418 {
|
|
1538
1608
|
margin-left: calc(var(--teddy-spacing-250) * -1);
|
|
1539
1609
|
}
|
|
1540
|
-
._teddy-card__inset--
|
|
1610
|
+
._teddy-card__inset--right_1hzu6_421 {
|
|
1541
1611
|
margin-right: calc(var(--teddy-spacing-250) * -1);
|
|
1542
1612
|
}
|
|
1543
|
-
._teddy-card__availability--
|
|
1613
|
+
._teddy-card__availability--badge_1hzu6_439 {
|
|
1544
1614
|
margin-right: var(--teddy-spacing-150);
|
|
1545
1615
|
}
|
|
1546
|
-
._teddy-card__availability--
|
|
1616
|
+
._teddy-card__availability--success_1hzu6_442 {
|
|
1547
1617
|
color: var(--teddy-color-text-status-success-strong);
|
|
1548
1618
|
}
|
|
1549
|
-
._teddy-card__availability--
|
|
1619
|
+
._teddy-card__availability--warning_1hzu6_445 {
|
|
1550
1620
|
color: var(--teddy-color-text-status-warning-strong);
|
|
1551
1621
|
}
|
|
1552
|
-
._teddy-card__availability--
|
|
1622
|
+
._teddy-card__availability--error_1hzu6_448 {
|
|
1553
1623
|
color: var(--teddy-color-text-status-error-strong);
|
|
1554
1624
|
}
|
|
1555
|
-
._teddy-card__availability--
|
|
1625
|
+
._teddy-card__availability--special_1hzu6_451 {
|
|
1556
1626
|
color: var(--teddy-color-text-status-special);
|
|
1557
1627
|
}
|
|
1558
|
-
._teddy-card__availability--
|
|
1628
|
+
._teddy-card__availability--neutral_1hzu6_454 {
|
|
1559
1629
|
color: var(--teddy-color-text-status-neutral);
|
|
1560
1630
|
}
|
|
1561
|
-
._teddy-card__availability--
|
|
1631
|
+
._teddy-card__availability--information_1hzu6_457 {
|
|
1562
1632
|
color: var(--teddy-color-text-status-info-strong);
|
|
1563
1633
|
}
|
|
1564
1634
|
}._teddy-flex_1ncy4_1 {
|