@telia/teddy 0.7.17 → 0.7.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/components/avatar/avatar-root.d.ts +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
- package/dist/components/breadcrumbs/index.d.ts +1 -1
- package/dist/components/card/card-illustration.d.ts +1 -1
- package/dist/components/card/card-link.d.ts +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-group.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +1 -1
- package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +65 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-content.d.ts +5 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-content.js +65 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1466 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.d.ts +12 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1447 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-body.cjs +15 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-body.d.ts +5 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-body.js +15 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +66 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.d.ts +14 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +66 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +67 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.d.ts +22 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.js +67 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-label.cjs +29 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-label.d.ts +65 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-label.js +29 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-root.cjs +42 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-root.d.ts +39 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-root.js +42 -0
- package/dist/components/checkbox-card-group/index.cjs +7 -0
- package/dist/components/checkbox-card-group/index.d.ts +76 -0
- package/dist/components/checkbox-card-group/index.js +7 -0
- package/dist/components/chip/chip-indicator.d.ts +3 -2
- package/dist/components/chip/index.d.ts +3 -2
- package/dist/components/color-dot/index.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
- package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
- package/dist/components/expandable-card/index.d.ts +3 -3
- package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
- package/dist/components/icon/icon.cjs +4 -1
- package/dist/components/icon/icon.d.ts +1 -0
- package/dist/components/icon/icon.js +4 -1
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +8 -5
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +4 -1
- package/dist/components/modal/index.cjs +2 -2
- package/dist/components/modal/index.js +1 -1
- package/dist/components/modal/modal-close.cjs +3 -2
- package/dist/components/modal/modal-close.js +3 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -2
- 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 +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +3 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.cjs +4 -4
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -4
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -2
- package/dist/components/navigation-menu/global-navigation/index.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/index.js +1 -1
- package/dist/components/navigation-menu/index.cjs +3 -3
- package/dist/components/navigation-menu/index.js +1 -1
- package/dist/components/navigation-menu/navigation-menu.cjs +5 -4
- package/dist/components/navigation-menu/navigation-menu.js +2 -1
- package/dist/components/notabene/notabene-icon.d.ts +3 -2
- package/dist/components/notification/index.d.ts +1 -1
- package/dist/components/notification/notification-icon.d.ts +3 -2
- package/dist/components/notification/notification-root.d.ts +1 -1
- package/dist/components/pagination/pagination-button.d.ts +1 -1
- package/dist/components/radio-card-group/index.cjs +2 -2
- package/dist/components/radio-card-group/index.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.cjs +3 -2
- package/dist/components/radio-card-group/radio-card-group-content.js +3 -2
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +22 -1328
- package/dist/components/radio-card-group/radio-card-group-item-title.js +22 -1309
- package/dist/components/radio-card-group/radio-card-group-item.cjs +4 -3
- package/dist/components/radio-card-group/radio-card-group-item.js +4 -3
- package/dist/components/scroll-area/index.d.ts +3 -3
- package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
- package/dist/components/select/index.cjs +4 -1
- package/dist/components/select/index.d.ts +5 -1
- package/dist/components/select/index.js +4 -1
- package/dist/components/select/select-group.cjs +6 -2
- package/dist/components/select/select-group.d.ts +4 -2
- package/dist/components/select/select-group.js +7 -3
- package/dist/components/select/select-root.cjs +12 -10
- package/dist/components/select/select-root.js +12 -10
- package/dist/components/select/select-separator.cjs +30 -0
- package/dist/components/select/select-separator.d.ts +5 -0
- package/dist/components/select/select-separator.js +13 -0
- package/dist/components/step-indicator/index.cjs +14 -0
- package/dist/components/step-indicator/index.d.ts +38 -0
- package/dist/components/step-indicator/index.js +14 -0
- package/dist/components/step-indicator/step-indicator-root.cjs +8 -0
- package/dist/components/step-indicator/step-indicator-root.d.ts +55 -0
- package/dist/components/step-indicator/step-indicator-root.js +8 -0
- package/dist/components/step-indicator/step-indicator-step-element.cjs +157 -0
- package/dist/components/step-indicator/step-indicator-step-element.d.ts +14 -0
- package/dist/components/step-indicator/step-indicator-step-element.js +157 -0
- package/dist/components/step-indicator/step-indicator-step-line.cjs +6 -0
- package/dist/components/step-indicator/step-indicator-step-line.d.ts +9 -0
- package/dist/components/step-indicator/step-indicator-step-line.js +6 -0
- package/dist/components/step-indicator/step-indicator-step.cjs +8 -0
- package/dist/components/step-indicator/step-indicator-step.d.ts +24 -0
- package/dist/components/step-indicator/step-indicator-step.js +8 -0
- package/dist/components/tabs/index.d.ts +1 -1
- package/dist/components/tabs/tabs-root.d.ts +1 -1
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
- package/dist/components/tabs/tabs-scroll.d.ts +1 -1
- 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/toggle/toggle.d.ts +3 -2
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/main.cjs +8 -5
- package/dist/main.js +4 -1
- package/dist/style.css +529 -113
- package/dist/tokens/color/variables.cjs +32 -32
- package/dist/tokens/color/variables.d.ts +32 -32
- package/dist/tokens/color/variables.js +32 -32
- 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 +5 -5
package/dist/style.css
CHANGED
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
@charset 'UTF-8'
|
|
2
|
-
box-sizing: border-box;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
@layer flex {
|
|
6
|
-
._teddy-flex_1ncy4_1 {
|
|
7
|
-
display: flex;
|
|
8
|
-
}
|
|
9
|
-
}@layer icon {
|
|
1
|
+
@charset 'UTF-8';@layer icon {
|
|
10
2
|
._teddy-icon_1ur3a_2 {
|
|
11
3
|
display: inline;
|
|
12
4
|
align-self: center;
|
|
@@ -47,6 +39,208 @@
|
|
|
47
39
|
font-family: var(--teddy-typography-family-default);
|
|
48
40
|
gap: var(--teddy-spacing-100);
|
|
49
41
|
}
|
|
42
|
+
}._teddy-step-indicator_m33yv_1 {
|
|
43
|
+
display: flex;
|
|
44
|
+
justify-content: center;
|
|
45
|
+
}
|
|
46
|
+
._teddy-step-indicator__element_m33yv_5 {
|
|
47
|
+
display: flex;
|
|
48
|
+
flex-direction: column;
|
|
49
|
+
align-items: center;
|
|
50
|
+
justify-content: flex-start;
|
|
51
|
+
border-style: none;
|
|
52
|
+
background: none;
|
|
53
|
+
outline-offset: 0px;
|
|
54
|
+
}
|
|
55
|
+
._teddy-step-indicator__element--clickable_m33yv_14 {
|
|
56
|
+
background: inherit;
|
|
57
|
+
text-decoration: none;
|
|
58
|
+
cursor: pointer;
|
|
59
|
+
}
|
|
60
|
+
._teddy-step-indicator__element--clickable_m33yv_14:focus, ._teddy-step-indicator__element--clickable_m33yv_14:focus-visible, ._teddy-step-indicator__element--clickable_m33yv_14:hover, ._teddy-step-indicator__element--clickable_m33yv_14:active {
|
|
61
|
+
outline: 5px solid var(--teddy-color-purple-500);
|
|
62
|
+
background: var(--teddy-color-purple-500);
|
|
63
|
+
z-index: 1;
|
|
64
|
+
}
|
|
65
|
+
._teddy-step-indicator__element--clickable_m33yv_14:focus ._teddy-step-indicator__label_m33yv_24, ._teddy-step-indicator__element--clickable_m33yv_14:focus-visible ._teddy-step-indicator__label_m33yv_24, ._teddy-step-indicator__element--clickable_m33yv_14:hover ._teddy-step-indicator__label_m33yv_24, ._teddy-step-indicator__element--clickable_m33yv_14:active ._teddy-step-indicator__label_m33yv_24 {
|
|
66
|
+
color: var(--teddy-color-functional-white);
|
|
67
|
+
}
|
|
68
|
+
._teddy-step-indicator__element--clickable_m33yv_14:focus ._teddy-step-indicator__step--passed-active_m33yv_27, ._teddy-step-indicator__element--clickable_m33yv_14:focus-visible ._teddy-step-indicator__step--passed-active_m33yv_27, ._teddy-step-indicator__element--clickable_m33yv_14:hover ._teddy-step-indicator__step--passed-active_m33yv_27, ._teddy-step-indicator__element--clickable_m33yv_14:active ._teddy-step-indicator__step--passed-active_m33yv_27 {
|
|
69
|
+
background-color: var(--teddy-color-functional-white);
|
|
70
|
+
border: 2px solid var(--teddy-color-purple-500);
|
|
71
|
+
}
|
|
72
|
+
._teddy-step-indicator__element--clickable_m33yv_14:focus ._teddy-step-indicator__step--passed-active_m33yv_27 ._teddy-step-indicator__icon_m33yv_31, ._teddy-step-indicator__element--clickable_m33yv_14:focus-visible ._teddy-step-indicator__step--passed-active_m33yv_27 ._teddy-step-indicator__icon_m33yv_31, ._teddy-step-indicator__element--clickable_m33yv_14:hover ._teddy-step-indicator__step--passed-active_m33yv_27 ._teddy-step-indicator__icon_m33yv_31, ._teddy-step-indicator__element--clickable_m33yv_14:active ._teddy-step-indicator__step--passed-active_m33yv_27 ._teddy-step-indicator__icon_m33yv_31 {
|
|
73
|
+
color: var(--teddy-color-purple-500);
|
|
74
|
+
}
|
|
75
|
+
._teddy-step-indicator__label_m33yv_24 {
|
|
76
|
+
font-size: 0.75rem;
|
|
77
|
+
color: var(--teddy-color-gray-400);
|
|
78
|
+
text-align: center;
|
|
79
|
+
font-weight: 500;
|
|
80
|
+
}
|
|
81
|
+
@media all and (min-width: 37.5em) {
|
|
82
|
+
._teddy-step-indicator__label_m33yv_24 {
|
|
83
|
+
margin-top: 0.5rem;
|
|
84
|
+
font-size: 1rem;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
._teddy-step-indicator__list_m33yv_46 {
|
|
88
|
+
display: flex;
|
|
89
|
+
list-style: none;
|
|
90
|
+
margin: 0 0 var(--teddy-spacing-400);
|
|
91
|
+
padding: 0;
|
|
92
|
+
}
|
|
93
|
+
._teddy-step-indicator__wrapper_m33yv_52 {
|
|
94
|
+
position: relative;
|
|
95
|
+
display: flex;
|
|
96
|
+
flex-direction: column;
|
|
97
|
+
justify-content: flex-start;
|
|
98
|
+
align-items: center;
|
|
99
|
+
width: 5rem;
|
|
100
|
+
}
|
|
101
|
+
@media all and (min-width: 37.5em) {
|
|
102
|
+
._teddy-step-indicator__wrapper_m33yv_52 {
|
|
103
|
+
width: 8rem;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
._teddy-step-indicator__line_m33yv_65 {
|
|
107
|
+
width: 3rem;
|
|
108
|
+
position: absolute;
|
|
109
|
+
top: 0.75rem;
|
|
110
|
+
height: 2px;
|
|
111
|
+
right: -1.5rem;
|
|
112
|
+
background-color: var(--teddy-color-gray-300);
|
|
113
|
+
content: "";
|
|
114
|
+
border-radius: 10px;
|
|
115
|
+
}
|
|
116
|
+
@media all and (min-width: 37.5em) {
|
|
117
|
+
._teddy-step-indicator__line_m33yv_65 {
|
|
118
|
+
height: 4px;
|
|
119
|
+
width: 4rem;
|
|
120
|
+
top: calc(1rem - 2px);
|
|
121
|
+
right: -2rem;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
._teddy-step-indicator__step_m33yv_27 {
|
|
125
|
+
display: flex;
|
|
126
|
+
justify-content: center;
|
|
127
|
+
align-items: center;
|
|
128
|
+
border: 2px solid var(--teddy-color-gray-400);
|
|
129
|
+
border-radius: 50%;
|
|
130
|
+
color: var(--teddy-color-gray-400);
|
|
131
|
+
font-size: 0.75rem;
|
|
132
|
+
font-weight: bold;
|
|
133
|
+
height: 1.5rem;
|
|
134
|
+
width: 1.5rem;
|
|
135
|
+
line-height: calc(1.5rem - 4px);
|
|
136
|
+
margin: 0 0.5rem;
|
|
137
|
+
position: relative;
|
|
138
|
+
text-align: center;
|
|
139
|
+
}
|
|
140
|
+
@media all and (min-width: 37.5em) {
|
|
141
|
+
._teddy-step-indicator__step_m33yv_27 {
|
|
142
|
+
font-size: 1rem;
|
|
143
|
+
border-width: 3px;
|
|
144
|
+
height: 2rem;
|
|
145
|
+
width: 2rem;
|
|
146
|
+
margin: 0 1rem;
|
|
147
|
+
line-height: calc(2rem - 3px);
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
._teddy-step-indicator__step_m33yv_27:first-of-type {
|
|
151
|
+
margin-left: 0;
|
|
152
|
+
}
|
|
153
|
+
._teddy-step-indicator__step_m33yv_27:last-of-type {
|
|
154
|
+
margin-right: 0;
|
|
155
|
+
}
|
|
156
|
+
._teddy-step-indicator__step--passed_m33yv_27 {
|
|
157
|
+
background-color: var(--teddy-color-functional-white);
|
|
158
|
+
border: 2px solid var(--teddy-color-purple-500);
|
|
159
|
+
color: var(--teddy-color-purple-500);
|
|
160
|
+
}
|
|
161
|
+
._teddy-step-indicator__step--active_m33yv_120 {
|
|
162
|
+
border: 2px solid var(--teddy-color-purple-500);
|
|
163
|
+
background-color: var(--teddy-color-purple-500);
|
|
164
|
+
color: var(--teddy-color-functional-white);
|
|
165
|
+
}
|
|
166
|
+
._teddy-step-indicator__step--passed-active_m33yv_27 {
|
|
167
|
+
color: var(--teddy-color-functional-white);
|
|
168
|
+
}
|
|
169
|
+
._teddy-step-indicator__step--passed-active_m33yv_27 ._teddy-step-indicator__icon_m33yv_31 {
|
|
170
|
+
color: var(--teddy-color-functional-white);
|
|
171
|
+
}
|
|
172
|
+
._teddy-step-indicator__icon-wrapper_m33yv_131 {
|
|
173
|
+
background-color: transparent;
|
|
174
|
+
border: none;
|
|
175
|
+
}
|
|
176
|
+
._teddy-step-indicator__icon_m33yv_31 {
|
|
177
|
+
display: block;
|
|
178
|
+
height: 1rem;
|
|
179
|
+
width: 1rem;
|
|
180
|
+
color: var(--teddy-color-purple-500);
|
|
181
|
+
}
|
|
182
|
+
._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__element--clickable_m33yv_14:focus, ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__element--clickable_m33yv_14:focus-visible, ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__element--clickable_m33yv_14:hover, ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__element--clickable_m33yv_14:active {
|
|
183
|
+
outline: 5px solid var(--teddy-color-purple-700);
|
|
184
|
+
background: var(--teddy-color-purple-700);
|
|
185
|
+
}
|
|
186
|
+
._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step_m33yv_27 {
|
|
187
|
+
font-family: "TeliaSans-Medium", Helvetica, Arial, sans-serif;
|
|
188
|
+
font-weight: normal;
|
|
189
|
+
border: 2px solid var(--teddy-color-gray-100);
|
|
190
|
+
color: var(--teddy-color-purple-700);
|
|
191
|
+
}
|
|
192
|
+
._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step--passed_m33yv_27 {
|
|
193
|
+
border: 2px solid var(--teddy-color-purple-700);
|
|
194
|
+
background-color: var(--teddy-color-purple-700);
|
|
195
|
+
color: var(--teddy-color-functional-white);
|
|
196
|
+
}
|
|
197
|
+
._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step--active_m33yv_120 {
|
|
198
|
+
border: 2px solid var(--teddy-color-purple-700);
|
|
199
|
+
background-color: var(--teddy-color-functional-white);
|
|
200
|
+
color: var(--teddy-color-purple-700);
|
|
201
|
+
}
|
|
202
|
+
._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step--disabled_m33yv_161 {
|
|
203
|
+
border: 2px solid var(--teddy-color-gray-100);
|
|
204
|
+
background-color: var(--teddy-color-functional-white);
|
|
205
|
+
color: var(--teddy-color-gray-100);
|
|
206
|
+
}
|
|
207
|
+
@media all and (min-width: 37.5em) {
|
|
208
|
+
._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step--passed_m33yv_27, ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step--active_m33yv_120 {
|
|
209
|
+
border-width: 3px;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__icon_m33yv_31 {
|
|
213
|
+
color: var(--teddy-color-functional-white);
|
|
214
|
+
}
|
|
215
|
+
._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__label_m33yv_24 {
|
|
216
|
+
color: var(--teddy-color-purple-700);
|
|
217
|
+
}
|
|
218
|
+
._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__label--disabled_m33yv_177 {
|
|
219
|
+
color: var(--teddy-color-gray-100);
|
|
220
|
+
}
|
|
221
|
+
._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__line_m33yv_65 {
|
|
222
|
+
background-color: var(--teddy-color-purple-700);
|
|
223
|
+
}
|
|
224
|
+
._teddy-step-indicator__sr-only_m33yv_183 {
|
|
225
|
+
width: 1px;
|
|
226
|
+
height: 1px;
|
|
227
|
+
padding: 0;
|
|
228
|
+
margin: -1px;
|
|
229
|
+
overflow: hidden;
|
|
230
|
+
clip: rect(0, 0, 0, 0);
|
|
231
|
+
white-space: nowrap;
|
|
232
|
+
border: 0;
|
|
233
|
+
}
|
|
234
|
+
._teddy-step-indicator__sr-only_m33yv_183:not(caption) {
|
|
235
|
+
position: absolute;
|
|
236
|
+
}._teddy-flex_1ncy4_1 {
|
|
237
|
+
box-sizing: border-box;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
@layer flex {
|
|
241
|
+
._teddy-flex_1ncy4_1 {
|
|
242
|
+
display: flex;
|
|
243
|
+
}
|
|
50
244
|
}@layer text {
|
|
51
245
|
._teddy-text_15w9u_2 {
|
|
52
246
|
color: inherit;
|
|
@@ -809,18 +1003,18 @@
|
|
|
809
1003
|
._teddy-field-error-text__indicator_1735t_12 {
|
|
810
1004
|
color: var(--teddy-color-text-status-error-medium);
|
|
811
1005
|
line-height: var(--teddy-typography-line-height-tight);
|
|
812
|
-
}._teddy-
|
|
1006
|
+
}._teddy-select_a7ezt_1 {
|
|
813
1007
|
box-sizing: border-box;
|
|
814
1008
|
display: block;
|
|
815
1009
|
width: 200px;
|
|
816
1010
|
}
|
|
817
|
-
._teddy-
|
|
1011
|
+
._teddy-select_a7ezt_1 label {
|
|
818
1012
|
display: flex;
|
|
819
1013
|
margin-bottom: 5px;
|
|
820
1014
|
padding: 0;
|
|
821
1015
|
font-size: 13px;
|
|
822
1016
|
}
|
|
823
|
-
._teddy-
|
|
1017
|
+
._teddy-select__trigger_a7ezt_12 {
|
|
824
1018
|
display: inline-flex;
|
|
825
1019
|
align-items: center;
|
|
826
1020
|
justify-content: space-between;
|
|
@@ -835,36 +1029,36 @@
|
|
|
835
1029
|
border: 1px solid #757579;
|
|
836
1030
|
color: #353537;
|
|
837
1031
|
}
|
|
838
|
-
._teddy-
|
|
1032
|
+
._teddy-select__trigger_a7ezt_12:hover {
|
|
839
1033
|
border: 2px solid #6d02a3;
|
|
840
1034
|
padding: 0 9px;
|
|
841
1035
|
}
|
|
842
|
-
._teddy-
|
|
1036
|
+
._teddy-select__trigger_a7ezt_12:focus, ._teddy-select__trigger_a7ezt_12:focus:hover {
|
|
843
1037
|
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-focus);
|
|
844
1038
|
outline-offset: calc(var(--teddy-spacing-10) * 2);
|
|
845
1039
|
border-width: var(--teddy-border-width-xs);
|
|
846
1040
|
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
847
1041
|
padding: 1px 10px;
|
|
848
1042
|
}
|
|
849
|
-
._teddy-select__trigger--
|
|
1043
|
+
._teddy-select__trigger--error_a7ezt_38 {
|
|
850
1044
|
border: 1px solid #e4175c;
|
|
851
1045
|
padding: 1px 10px;
|
|
852
1046
|
}
|
|
853
|
-
._teddy-select__trigger--
|
|
1047
|
+
._teddy-select__trigger--disabled_a7ezt_42, ._teddy-select__trigger--disabled_a7ezt_42:hover {
|
|
854
1048
|
color: #aaaab0;
|
|
855
1049
|
background-color: #e5e5eb;
|
|
856
1050
|
border: 1px solid #aaaab0;
|
|
857
1051
|
padding: 0 10px;
|
|
858
1052
|
}
|
|
859
|
-
._teddy-select__trigger--
|
|
1053
|
+
._teddy-select__trigger--readonly_a7ezt_48, ._teddy-select__trigger--readonly_a7ezt_48:hover {
|
|
860
1054
|
border: 1px solid #aaaab0;
|
|
861
1055
|
background-color: #f3f3f8;
|
|
862
1056
|
padding: 0 10px;
|
|
863
1057
|
}
|
|
864
|
-
._teddy-
|
|
1058
|
+
._teddy-select__icon_a7ezt_53 {
|
|
865
1059
|
color: #8d8d94;
|
|
866
1060
|
}
|
|
867
|
-
._teddy-
|
|
1061
|
+
._teddy-select__content_a7ezt_56 {
|
|
868
1062
|
overflow: hidden;
|
|
869
1063
|
background-color: white;
|
|
870
1064
|
border-radius: 6px;
|
|
@@ -873,11 +1067,11 @@
|
|
|
873
1067
|
min-width: var(--radix-select-trigger-width);
|
|
874
1068
|
max-height: var(--radix-select-content-available-height);
|
|
875
1069
|
}
|
|
876
|
-
._teddy-
|
|
1070
|
+
._teddy-select__viewport_a7ezt_65 {
|
|
877
1071
|
padding: 5px;
|
|
878
1072
|
overflow: scroll;
|
|
879
1073
|
}
|
|
880
|
-
._teddy-
|
|
1074
|
+
._teddy-select__item_a7ezt_69 {
|
|
881
1075
|
font-size: 13px;
|
|
882
1076
|
line-height: 1;
|
|
883
1077
|
border-radius: 3px;
|
|
@@ -889,21 +1083,34 @@
|
|
|
889
1083
|
user-select: none;
|
|
890
1084
|
cursor: pointer;
|
|
891
1085
|
}
|
|
892
|
-
._teddy-
|
|
1086
|
+
._teddy-select__item_a7ezt_69:disabled {
|
|
893
1087
|
color: #e5e5eb;
|
|
894
1088
|
pointer-events: none;
|
|
895
1089
|
}
|
|
896
|
-
._teddy-
|
|
1090
|
+
._teddy-select__item_a7ezt_69:hover {
|
|
897
1091
|
background-color: #e5e5eb;
|
|
898
1092
|
outline: none;
|
|
899
1093
|
}
|
|
900
|
-
._teddy-select__item-
|
|
1094
|
+
._teddy-select__item-indicator_a7ezt_89 {
|
|
901
1095
|
position: absolute;
|
|
902
1096
|
left: 0;
|
|
903
1097
|
width: 25px;
|
|
904
1098
|
display: inline-flex;
|
|
905
1099
|
align-items: center;
|
|
906
1100
|
justify-content: center;
|
|
1101
|
+
}
|
|
1102
|
+
._teddy-select__separator_a7ezt_97 {
|
|
1103
|
+
height: 1px;
|
|
1104
|
+
background-color: #e5e5eb;
|
|
1105
|
+
margin: 5px;
|
|
1106
|
+
}
|
|
1107
|
+
._teddy-select__label_a7ezt_102 {
|
|
1108
|
+
font-family: var(--teddy-typography-family-default);
|
|
1109
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
1110
|
+
font-size: var(--teddy-typography-scale-100);
|
|
1111
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
1112
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
1113
|
+
padding: 0 25px;
|
|
907
1114
|
}._teddy-avatar_e3370_1 {
|
|
908
1115
|
display: flex;
|
|
909
1116
|
align-items: center;
|
|
@@ -2462,53 +2669,53 @@
|
|
|
2462
2669
|
--teddy-color-border-strong: var(--teddy-color-transparent-black-500);
|
|
2463
2670
|
--teddy-color-border-medium-negative: var(--teddy-color-transparent-white-300);
|
|
2464
2671
|
--teddy-color-border-medium: var(--teddy-color-transparent-black-300);
|
|
2465
|
-
--teddy-color-background-card-teal-emphasis-active-negative: var(--teddy-color-teal-
|
|
2672
|
+
--teddy-color-background-card-teal-emphasis-active-negative: var(--teddy-color-teal-400);
|
|
2466
2673
|
--teddy-color-background-card-teal-emphasis-active: var(--teddy-color-teal-300);
|
|
2467
|
-
--teddy-color-background-card-teal-emphasis-hover-negative: var(--teddy-color-teal-
|
|
2674
|
+
--teddy-color-background-card-teal-emphasis-hover-negative: var(--teddy-color-teal-500);
|
|
2468
2675
|
--teddy-color-background-card-teal-emphasis-hover: var(--teddy-color-teal-200);
|
|
2469
|
-
--teddy-color-background-card-teal-emphasis-negative: var(--teddy-color-teal-
|
|
2676
|
+
--teddy-color-background-card-teal-emphasis-negative: var(--teddy-color-teal-600);
|
|
2470
2677
|
--teddy-color-background-card-teal-emphasis: var(--teddy-color-teal-100);
|
|
2471
|
-
--teddy-color-background-card-teal-active-negative: var(--teddy-color-teal-
|
|
2678
|
+
--teddy-color-background-card-teal-active-negative: var(--teddy-color-teal-400);
|
|
2472
2679
|
--teddy-color-background-card-teal-active: var(--teddy-color-teal-200);
|
|
2473
|
-
--teddy-color-background-card-teal-hover-negative: var(--teddy-color-teal-
|
|
2680
|
+
--teddy-color-background-card-teal-hover-negative: var(--teddy-color-teal-500);
|
|
2474
2681
|
--teddy-color-background-card-teal-hover: var(--teddy-color-teal-100);
|
|
2475
|
-
--teddy-color-background-card-teal-negative: var(--teddy-color-teal-
|
|
2682
|
+
--teddy-color-background-card-teal-negative: var(--teddy-color-teal-600);
|
|
2476
2683
|
--teddy-color-background-card-teal: var(--teddy-color-teal-50);
|
|
2477
|
-
--teddy-color-background-card-dark-purple-active-negative: var(--teddy-color-purple-
|
|
2478
|
-
--teddy-color-background-card-dark-purple-active: var(--teddy-color-purple-
|
|
2479
|
-
--teddy-color-background-card-dark-purple-hover-negative: var(--teddy-color-purple-
|
|
2480
|
-
--teddy-color-background-card-dark-purple-hover: var(--teddy-color-purple-
|
|
2481
|
-
--teddy-color-background-card-dark-purple-negative: var(--teddy-color-purple-
|
|
2482
|
-
--teddy-color-background-card-dark-purple: var(--teddy-color-purple-
|
|
2684
|
+
--teddy-color-background-card-dark-purple-active-negative: var(--teddy-color-purple-300);
|
|
2685
|
+
--teddy-color-background-card-dark-purple-active: var(--teddy-color-purple-700);
|
|
2686
|
+
--teddy-color-background-card-dark-purple-hover-negative: var(--teddy-color-purple-200);
|
|
2687
|
+
--teddy-color-background-card-dark-purple-hover: var(--teddy-color-purple-800);
|
|
2688
|
+
--teddy-color-background-card-dark-purple-negative: var(--teddy-color-purple-100);
|
|
2689
|
+
--teddy-color-background-card-dark-purple: var(--teddy-color-purple-900);
|
|
2483
2690
|
--teddy-color-background-card-light-purple-active-negative: var(--teddy-color-purple-700);
|
|
2484
2691
|
--teddy-color-background-card-light-purple-active: var(--teddy-color-purple-300);
|
|
2485
2692
|
--teddy-color-background-card-light-purple-hover-negative: var(--teddy-color-purple-800);
|
|
2486
2693
|
--teddy-color-background-card-light-purple-hover: var(--teddy-color-purple-200);
|
|
2487
2694
|
--teddy-color-background-card-light-purple-negative: var(--teddy-color-purple-900);
|
|
2488
2695
|
--teddy-color-background-card-light-purple: var(--teddy-color-purple-100);
|
|
2489
|
-
--teddy-color-background-card-beige-emphasis-active-negative: var(--teddy-color-
|
|
2490
|
-
--teddy-color-background-card-beige-emphasis-active: var(--teddy-color-beige-
|
|
2491
|
-
--teddy-color-background-card-beige-emphasis-hover-negative: var(--teddy-color-
|
|
2492
|
-
--teddy-color-background-card-beige-emphasis-hover: var(--teddy-color-beige-
|
|
2493
|
-
--teddy-color-background-card-beige-emphasis-negative: var(--teddy-color-gray-
|
|
2696
|
+
--teddy-color-background-card-beige-emphasis-active-negative: var(--teddy-color-gray-600);
|
|
2697
|
+
--teddy-color-background-card-beige-emphasis-active: var(--teddy-color-beige-300);
|
|
2698
|
+
--teddy-color-background-card-beige-emphasis-hover-negative: var(--teddy-color-gray-700);
|
|
2699
|
+
--teddy-color-background-card-beige-emphasis-hover: var(--teddy-color-beige-200);
|
|
2700
|
+
--teddy-color-background-card-beige-emphasis-negative: var(--teddy-color-gray-800);
|
|
2494
2701
|
--teddy-color-background-card-beige-emphasis: var(--teddy-color-beige-100);
|
|
2495
|
-
--teddy-color-background-card-beige-active-negative: var(--teddy-color-
|
|
2496
|
-
--teddy-color-background-card-beige-active: var(--teddy-color-beige-
|
|
2497
|
-
--teddy-color-background-card-beige-hover-negative: var(--teddy-color-
|
|
2702
|
+
--teddy-color-background-card-beige-active-negative: var(--teddy-color-gray-600);
|
|
2703
|
+
--teddy-color-background-card-beige-active: var(--teddy-color-beige-200);
|
|
2704
|
+
--teddy-color-background-card-beige-hover-negative: var(--teddy-color-gray-700);
|
|
2498
2705
|
--teddy-color-background-card-beige-hover: var(--teddy-color-beige-100);
|
|
2499
|
-
--teddy-color-background-card-beige-negative: var(--teddy-color-gray-
|
|
2500
|
-
--teddy-color-background-card-beige: var(--teddy-color-
|
|
2501
|
-
--teddy-color-background-card-gray-active-negative: var(--teddy-color-
|
|
2502
|
-
--teddy-color-background-card-gray-active: var(--teddy-color-
|
|
2503
|
-
--teddy-color-background-card-gray-hover-negative: var(--teddy-color-
|
|
2504
|
-
--teddy-color-background-card-gray-hover: var(--teddy-color-
|
|
2505
|
-
--teddy-color-background-card-gray-negative: var(--teddy-color-gray-
|
|
2506
|
-
--teddy-color-background-card-gray: var(--teddy-color-
|
|
2507
|
-
--teddy-color-background-card-default-active-negative: var(--teddy-color-
|
|
2706
|
+
--teddy-color-background-card-beige-negative: var(--teddy-color-gray-800);
|
|
2707
|
+
--teddy-color-background-card-beige: var(--teddy-color-beige-50);
|
|
2708
|
+
--teddy-color-background-card-gray-active-negative: var(--teddy-color-gray-600);
|
|
2709
|
+
--teddy-color-background-card-gray-active: var(--teddy-color-gray-200);
|
|
2710
|
+
--teddy-color-background-card-gray-hover-negative: var(--teddy-color-gray-700);
|
|
2711
|
+
--teddy-color-background-card-gray-hover: var(--teddy-color-gray-100);
|
|
2712
|
+
--teddy-color-background-card-gray-negative: var(--teddy-color-gray-800);
|
|
2713
|
+
--teddy-color-background-card-gray: var(--teddy-color-gray-50);
|
|
2714
|
+
--teddy-color-background-card-default-active-negative: var(--teddy-color-gray-600);
|
|
2508
2715
|
--teddy-color-background-card-default-active: var(--teddy-color-purple-100);
|
|
2509
|
-
--teddy-color-background-card-default-hover-negative: var(--teddy-color-
|
|
2510
|
-
--teddy-color-background-card-default-hover: var(--teddy-color-purple-
|
|
2511
|
-
--teddy-color-background-card-default-negative: var(--teddy-color-gray-
|
|
2716
|
+
--teddy-color-background-card-default-hover-negative: var(--teddy-color-gray-700);
|
|
2717
|
+
--teddy-color-background-card-default-hover: var(--teddy-color-purple-50);
|
|
2718
|
+
--teddy-color-background-card-default-negative: var(--teddy-color-gray-800);
|
|
2512
2719
|
--teddy-color-background-card-default: var(--teddy-color-functional-white);
|
|
2513
2720
|
--teddy-color-background-light-purple-negative: var(--teddy-color-gray-700);
|
|
2514
2721
|
--teddy-color-background-light-purple: var(--teddy-color-purple-50);
|
|
@@ -2974,6 +3181,240 @@
|
|
|
2974
3181
|
}
|
|
2975
3182
|
._teddy-checkbox--error_1tihh_89 ._teddy-checkbox__trigger_1tihh_12::before {
|
|
2976
3183
|
box-shadow: inset 0 0 0 1px var(--teddy-color-border-status-error);
|
|
3184
|
+
}._teddy-visually-hidden_15nus_1 {
|
|
3185
|
+
width: 1px;
|
|
3186
|
+
height: 1px;
|
|
3187
|
+
padding: 0;
|
|
3188
|
+
margin: -1px;
|
|
3189
|
+
overflow: hidden;
|
|
3190
|
+
clip: rect(0, 0, 0, 0);
|
|
3191
|
+
white-space: nowrap;
|
|
3192
|
+
border: 0;
|
|
3193
|
+
}
|
|
3194
|
+
._teddy-visually-hidden_15nus_1:not(caption) {
|
|
3195
|
+
position: absolute;
|
|
3196
|
+
}
|
|
3197
|
+
._teddy-visually-hidden--focusable_15nus_15:not(:focus):not(:focus-within) {
|
|
3198
|
+
width: 1px;
|
|
3199
|
+
height: 1px;
|
|
3200
|
+
padding: 0;
|
|
3201
|
+
margin: -1px;
|
|
3202
|
+
overflow: hidden;
|
|
3203
|
+
clip: rect(0, 0, 0, 0);
|
|
3204
|
+
white-space: nowrap;
|
|
3205
|
+
border: 0;
|
|
3206
|
+
}
|
|
3207
|
+
._teddy-visually-hidden--focusable_15nus_15:not(:focus):not(:focus-within):not(caption) {
|
|
3208
|
+
position: absolute;
|
|
3209
|
+
}._teddy-checkbox-card-group_1s01l_1 {
|
|
3210
|
+
display: flex;
|
|
3211
|
+
flex-direction: column;
|
|
3212
|
+
gap: var(--teddy-spacing-200);
|
|
3213
|
+
}
|
|
3214
|
+
._teddy-checkbox-card-group_1s01l_1[data-orientation=horizontal] {
|
|
3215
|
+
flex-direction: row;
|
|
3216
|
+
}
|
|
3217
|
+
._teddy-checkbox-card-group_1s01l_1[data-orientation=horizontal] ._teddy-checkbox-card-group__card-item_1s01l_9 {
|
|
3218
|
+
flex: 0 1 auto;
|
|
3219
|
+
min-width: 200px;
|
|
3220
|
+
max-width: 300px;
|
|
3221
|
+
}
|
|
3222
|
+
._teddy-checkbox-card-group_1s01l_1[data-direction=right] ._teddy-checkbox-card-group__card-group-label_1s01l_14, ._teddy-checkbox-card-group_1s01l_1[data-direction=right] ._teddy-checkbox-card-group__content-wrapper_1s01l_14 {
|
|
3223
|
+
text-align: start;
|
|
3224
|
+
}
|
|
3225
|
+
._teddy-checkbox-card-group_1s01l_1[data-direction=right] ._teddy-checkbox-card-group__title-wrapper_1s01l_17 {
|
|
3226
|
+
justify-content: start;
|
|
3227
|
+
}
|
|
3228
|
+
._teddy-checkbox-card-group_1s01l_1[data-direction=right] ._teddy-checkbox-card-group__content-wrapper_1s01l_14 {
|
|
3229
|
+
padding-right: calc(24px + var(--teddy-spacing-200));
|
|
3230
|
+
}
|
|
3231
|
+
._teddy-checkbox-card-group_1s01l_1[data-direction=right] ._teddy-checkbox-card-group__card-item_1s01l_9 {
|
|
3232
|
+
flex-direction: row;
|
|
3233
|
+
}
|
|
3234
|
+
._teddy-checkbox-card-group_1s01l_1[data-direction=right] ._teddy-checkbox-card-group__illustration_1s01l_26 {
|
|
3235
|
+
order: -1;
|
|
3236
|
+
}
|
|
3237
|
+
._teddy-checkbox-card-group_1s01l_1[data-direction=right] ._teddy-checkbox-card-group__checkbox-wrapper_1s01l_29 {
|
|
3238
|
+
right: 28px;
|
|
3239
|
+
left: auto;
|
|
3240
|
+
}
|
|
3241
|
+
._teddy-checkbox-card-group__card-item_1s01l_9 {
|
|
3242
|
+
padding: 0;
|
|
3243
|
+
display: flex;
|
|
3244
|
+
flex: 1;
|
|
3245
|
+
justify-content: space-between;
|
|
3246
|
+
align-items: stretch;
|
|
3247
|
+
cursor: pointer;
|
|
3248
|
+
position: relative;
|
|
3249
|
+
border: var(--teddy-border-width-xs) solid var(--teddy-color-border-interactive-subtle);
|
|
3250
|
+
border-radius: var(--teddy-border-radius-md);
|
|
3251
|
+
background-color: var(--teddy-color-brand-white);
|
|
3252
|
+
color: var(--teddy-color-text-default);
|
|
3253
|
+
}
|
|
3254
|
+
._teddy-checkbox-card-group__card-item_1s01l_9::before, ._teddy-checkbox-card-group__card-item_1s01l_9::after {
|
|
3255
|
+
position: absolute;
|
|
3256
|
+
inset: 0;
|
|
3257
|
+
content: "";
|
|
3258
|
+
display: block;
|
|
3259
|
+
border-radius: inherit;
|
|
3260
|
+
}
|
|
3261
|
+
._teddy-checkbox-card-group__card-item_1s01l_9:focus::after {
|
|
3262
|
+
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-focus);
|
|
3263
|
+
outline-offset: var(--teddy-spacing-50);
|
|
3264
|
+
opacity: 1;
|
|
3265
|
+
}
|
|
3266
|
+
._teddy-checkbox-card-group__card-item_1s01l_9:focus:not(:focus-visible)::after {
|
|
3267
|
+
opacity: 0;
|
|
3268
|
+
}
|
|
3269
|
+
._teddy-checkbox-card-group__card-item_1s01l_9:not([data-disabled])[aria-checked=true]::before {
|
|
3270
|
+
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-primary);
|
|
3271
|
+
}
|
|
3272
|
+
._teddy-checkbox-card-group__card-item_1s01l_9:not([data-disabled])[aria-checked=true] ._teddy-checkbox-card-group__trigger_1s01l_64::after, ._teddy-checkbox-card-group__card-item_1s01l_9:not([data-disabled])[aria-checked=true] ._teddy-checkbox-card-group__trigger_1s01l_64::before {
|
|
3273
|
+
opacity: 1;
|
|
3274
|
+
border-width: var(--teddy-border-width-xs);
|
|
3275
|
+
}
|
|
3276
|
+
._teddy-checkbox-card-group__card-item_1s01l_9:not([data-disabled]):hover:not(:active):not([data-state=checked])::before {
|
|
3277
|
+
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-primary);
|
|
3278
|
+
}
|
|
3279
|
+
._teddy-checkbox-card-group__card-item_1s01l_9:not([data-disabled]):hover:not(:active):not([data-state=checked]) ._teddy-checkbox-card-group__trigger_1s01l_64::after {
|
|
3280
|
+
opacity: 1;
|
|
3281
|
+
}
|
|
3282
|
+
._teddy-checkbox-card-group__card-item_1s01l_9:not([data-disabled]):active:not([aria-checked=true])::before {
|
|
3283
|
+
outline: var(--teddy-border-width-xs) solid var(--teddy-color-border-interactive-primary);
|
|
3284
|
+
}
|
|
3285
|
+
._teddy-checkbox-card-group__card-item_1s01l_9:not([data-disabled]):active:not([aria-checked=true]) ._teddy-checkbox-card-group__trigger_1s01l_64::after, ._teddy-checkbox-card-group__card-item_1s01l_9:not([data-disabled]):active:not([aria-checked=true]) ._teddy-checkbox-card-group__trigger_1s01l_64::before {
|
|
3286
|
+
opacity: 1;
|
|
3287
|
+
background-color: var(--teddy-color-brand-light-purple);
|
|
3288
|
+
}
|
|
3289
|
+
._teddy-checkbox-card-group__card-item_1s01l_9[data-disabled] {
|
|
3290
|
+
cursor: default;
|
|
3291
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
3292
|
+
}
|
|
3293
|
+
._teddy-checkbox-card-group__card-item_1s01l_9[data-disabled]:has([aria-checked=true]) {
|
|
3294
|
+
border-width: var(--teddy-border-width-sm);
|
|
3295
|
+
}
|
|
3296
|
+
._teddy-checkbox-card-group__card-item_1s01l_9[data-disabled] ._teddy-checkbox-card-group__content-wrapper_1s01l_14 * {
|
|
3297
|
+
color: var(--teddy-color-text-weak);
|
|
3298
|
+
}
|
|
3299
|
+
._teddy-checkbox-card-group__trigger_1s01l_64 {
|
|
3300
|
+
all: unset;
|
|
3301
|
+
flex-shrink: 0;
|
|
3302
|
+
cursor: pointer;
|
|
3303
|
+
display: flex;
|
|
3304
|
+
align-items: center;
|
|
3305
|
+
justify-content: center;
|
|
3306
|
+
width: var(--teddy-spacing-300);
|
|
3307
|
+
height: var(--teddy-spacing-300);
|
|
3308
|
+
position: relative;
|
|
3309
|
+
}
|
|
3310
|
+
._teddy-checkbox-card-group__trigger_1s01l_64::before, ._teddy-checkbox-card-group__trigger_1s01l_64::after {
|
|
3311
|
+
content: "";
|
|
3312
|
+
position: absolute;
|
|
3313
|
+
display: block;
|
|
3314
|
+
width: var(--teddy-spacing-300);
|
|
3315
|
+
height: var(--teddy-spacing-300);
|
|
3316
|
+
inset: 50% auto auto 50%;
|
|
3317
|
+
transform: translate(-50%, -50%);
|
|
3318
|
+
border-radius: var(--teddy-border-radius-sm);
|
|
3319
|
+
background-color: var(--teddy-color-background-primary);
|
|
3320
|
+
border: var(--teddy-border-width-xs) solid var(--teddy-color-border-interactive-subtle);
|
|
3321
|
+
}
|
|
3322
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
3323
|
+
._teddy-checkbox-card-group__trigger_1s01l_64::before, ._teddy-checkbox-card-group__trigger_1s01l_64::after {
|
|
3324
|
+
transition: border-color var(--teddy-motion-duration-150) ease;
|
|
3325
|
+
}
|
|
3326
|
+
}
|
|
3327
|
+
._teddy-checkbox-card-group__trigger_1s01l_64::after {
|
|
3328
|
+
opacity: 0;
|
|
3329
|
+
background-color: transparent;
|
|
3330
|
+
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
3331
|
+
border-width: var(--teddy-border-width-sm);
|
|
3332
|
+
}
|
|
3333
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
3334
|
+
._teddy-checkbox-card-group__trigger_1s01l_64::after {
|
|
3335
|
+
transition: opacity var(--teddy-motion-duration-150) ease;
|
|
3336
|
+
}
|
|
3337
|
+
}
|
|
3338
|
+
._teddy-checkbox-card-group__trigger_1s01l_64[data-state=checked]::before {
|
|
3339
|
+
border-color: var(--teddy-color-border-interactive-primary);
|
|
3340
|
+
}
|
|
3341
|
+
._teddy-checkbox-card-group__trigger_1s01l_64:hover:not(:active):not(._teddy-checkbox-card-group__trigger_1s01l_64[data-state=checked]):not(._teddy-checkbox-card-group__trigger_1s01l_64[data-disabled])::after {
|
|
3342
|
+
opacity: 1;
|
|
3343
|
+
}
|
|
3344
|
+
._teddy-checkbox-card-group__trigger_1s01l_64:active::before {
|
|
3345
|
+
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
3346
|
+
}
|
|
3347
|
+
._teddy-checkbox-card-group__trigger_1s01l_64[data-disabled] {
|
|
3348
|
+
cursor: default;
|
|
3349
|
+
}
|
|
3350
|
+
._teddy-checkbox-card-group__trigger_1s01l_64[data-disabled]::before {
|
|
3351
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
3352
|
+
border-color: var(--teddy-color-border-medium);
|
|
3353
|
+
}
|
|
3354
|
+
._teddy-checkbox-card-group__trigger_1s01l_64[data-disabled][data-state=checked]::before {
|
|
3355
|
+
background-color: var(--teddy-color-background-primary);
|
|
3356
|
+
}
|
|
3357
|
+
._teddy-checkbox-card-group__indicator_1s01l_149 {
|
|
3358
|
+
display: flex;
|
|
3359
|
+
align-items: center;
|
|
3360
|
+
justify-content: center;
|
|
3361
|
+
width: 100%;
|
|
3362
|
+
height: 100%;
|
|
3363
|
+
position: relative;
|
|
3364
|
+
}
|
|
3365
|
+
._teddy-checkbox-card-group__indicator_1s01l_149::after {
|
|
3366
|
+
content: "";
|
|
3367
|
+
display: block;
|
|
3368
|
+
inset: 0;
|
|
3369
|
+
width: var(--teddy-spacing-200);
|
|
3370
|
+
height: var(--teddy-spacing-200);
|
|
3371
|
+
border-radius: var(--teddy-border-radius-xs);
|
|
3372
|
+
background-color: var(--teddy-color-background-interactive-primary);
|
|
3373
|
+
}
|
|
3374
|
+
._teddy-checkbox-card-group__indicator_1s01l_149[data-disabled]::after {
|
|
3375
|
+
background-color: var(--teddy-color-text-weak);
|
|
3376
|
+
}
|
|
3377
|
+
._teddy-checkbox-card-group__content-wrapper_1s01l_14 {
|
|
3378
|
+
padding: var(--teddy-spacing-200);
|
|
3379
|
+
text-align: start;
|
|
3380
|
+
flex: 1;
|
|
3381
|
+
}
|
|
3382
|
+
._teddy-checkbox-card-group__title-wrapper_1s01l_17 {
|
|
3383
|
+
justify-content: space-between;
|
|
3384
|
+
}
|
|
3385
|
+
._teddy-checkbox-card-group__checkbox-wrapper_1s01l_29 {
|
|
3386
|
+
position: absolute;
|
|
3387
|
+
top: 14px;
|
|
3388
|
+
z-index: 1;
|
|
3389
|
+
}
|
|
3390
|
+
._teddy-checkbox-card-group_1s01l_1:not([data-direction=right]) ._teddy-checkbox-card-group__checkbox-wrapper_1s01l_29 {
|
|
3391
|
+
left: 28px;
|
|
3392
|
+
}
|
|
3393
|
+
._teddy-checkbox-card-group_1s01l_1:not([data-direction=right]) ._teddy-checkbox-card-group__card-item_1s01l_9 {
|
|
3394
|
+
flex-direction: row-reverse;
|
|
3395
|
+
}
|
|
3396
|
+
._teddy-checkbox-card-group_1s01l_1:not([data-direction=right]) ._teddy-checkbox-card-group__content-wrapper_1s01l_14 {
|
|
3397
|
+
padding-left: calc(40px + var(--teddy-spacing-200));
|
|
3398
|
+
}
|
|
3399
|
+
._teddy-checkbox-card-group__illustration_1s01l_26 {
|
|
3400
|
+
width: var(--teddy-spacing-1000);
|
|
3401
|
+
overflow: hidden;
|
|
3402
|
+
flex-shrink: 0;
|
|
3403
|
+
position: relative;
|
|
3404
|
+
}
|
|
3405
|
+
._teddy-checkbox-card-group__illustration_1s01l_26 img {
|
|
3406
|
+
width: 100%;
|
|
3407
|
+
height: 100%;
|
|
3408
|
+
object-fit: cover;
|
|
3409
|
+
}
|
|
3410
|
+
._teddy-checkbox-card-group__card-group-label_1s01l_14 {
|
|
3411
|
+
margin: 0 0 var(--teddy-spacing-150);
|
|
3412
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
3413
|
+
font-size: var(--teddy-typography-scale-100);
|
|
3414
|
+
position: relative;
|
|
3415
|
+
}
|
|
3416
|
+
._teddy-checkbox-card-group__card-group-label--required_1s01l_208::before {
|
|
3417
|
+
content: "* ";
|
|
2977
3418
|
}@keyframes _fadeInAnimation_5xbh5_1 {
|
|
2978
3419
|
0% {
|
|
2979
3420
|
opacity: 0;
|
|
@@ -3777,31 +4218,6 @@
|
|
|
3777
4218
|
._teddy-breadcrumbs__item_8irth_11:nth-last-child(3) ~ ._teddy-breadcrumbs__separator_8irth_44 {
|
|
3778
4219
|
display: inline-grid;
|
|
3779
4220
|
}
|
|
3780
|
-
}._teddy-visually-hidden_15nus_1 {
|
|
3781
|
-
width: 1px;
|
|
3782
|
-
height: 1px;
|
|
3783
|
-
padding: 0;
|
|
3784
|
-
margin: -1px;
|
|
3785
|
-
overflow: hidden;
|
|
3786
|
-
clip: rect(0, 0, 0, 0);
|
|
3787
|
-
white-space: nowrap;
|
|
3788
|
-
border: 0;
|
|
3789
|
-
}
|
|
3790
|
-
._teddy-visually-hidden_15nus_1:not(caption) {
|
|
3791
|
-
position: absolute;
|
|
3792
|
-
}
|
|
3793
|
-
._teddy-visually-hidden--focusable_15nus_15:not(:focus):not(:focus-within) {
|
|
3794
|
-
width: 1px;
|
|
3795
|
-
height: 1px;
|
|
3796
|
-
padding: 0;
|
|
3797
|
-
margin: -1px;
|
|
3798
|
-
overflow: hidden;
|
|
3799
|
-
clip: rect(0, 0, 0, 0);
|
|
3800
|
-
white-space: nowrap;
|
|
3801
|
-
border: 0;
|
|
3802
|
-
}
|
|
3803
|
-
._teddy-visually-hidden--focusable_15nus_15:not(:focus):not(:focus-within):not(caption) {
|
|
3804
|
-
position: absolute;
|
|
3805
4221
|
}._teddy-radio-card-group_upgkn_1 {
|
|
3806
4222
|
display: flex;
|
|
3807
4223
|
flex-direction: column;
|
|
@@ -6778,53 +7194,53 @@
|
|
|
6778
7194
|
--teddy-color-border-strong: var(--teddy-color-transparent-black-500);
|
|
6779
7195
|
--teddy-color-border-medium-negative: var(--teddy-color-transparent-white-300);
|
|
6780
7196
|
--teddy-color-border-medium: var(--teddy-color-transparent-black-300);
|
|
6781
|
-
--teddy-color-background-card-teal-emphasis-active-negative: var(--teddy-color-teal-
|
|
7197
|
+
--teddy-color-background-card-teal-emphasis-active-negative: var(--teddy-color-teal-400);
|
|
6782
7198
|
--teddy-color-background-card-teal-emphasis-active: var(--teddy-color-teal-300);
|
|
6783
|
-
--teddy-color-background-card-teal-emphasis-hover-negative: var(--teddy-color-teal-
|
|
7199
|
+
--teddy-color-background-card-teal-emphasis-hover-negative: var(--teddy-color-teal-500);
|
|
6784
7200
|
--teddy-color-background-card-teal-emphasis-hover: var(--teddy-color-teal-200);
|
|
6785
|
-
--teddy-color-background-card-teal-emphasis-negative: var(--teddy-color-teal-
|
|
7201
|
+
--teddy-color-background-card-teal-emphasis-negative: var(--teddy-color-teal-600);
|
|
6786
7202
|
--teddy-color-background-card-teal-emphasis: var(--teddy-color-teal-100);
|
|
6787
|
-
--teddy-color-background-card-teal-active-negative: var(--teddy-color-teal-
|
|
7203
|
+
--teddy-color-background-card-teal-active-negative: var(--teddy-color-teal-400);
|
|
6788
7204
|
--teddy-color-background-card-teal-active: var(--teddy-color-teal-200);
|
|
6789
|
-
--teddy-color-background-card-teal-hover-negative: var(--teddy-color-teal-
|
|
7205
|
+
--teddy-color-background-card-teal-hover-negative: var(--teddy-color-teal-500);
|
|
6790
7206
|
--teddy-color-background-card-teal-hover: var(--teddy-color-teal-100);
|
|
6791
|
-
--teddy-color-background-card-teal-negative: var(--teddy-color-teal-
|
|
7207
|
+
--teddy-color-background-card-teal-negative: var(--teddy-color-teal-600);
|
|
6792
7208
|
--teddy-color-background-card-teal: var(--teddy-color-teal-50);
|
|
6793
|
-
--teddy-color-background-card-dark-purple-active-negative: var(--teddy-color-purple-
|
|
6794
|
-
--teddy-color-background-card-dark-purple-active: var(--teddy-color-purple-
|
|
6795
|
-
--teddy-color-background-card-dark-purple-hover-negative: var(--teddy-color-purple-
|
|
6796
|
-
--teddy-color-background-card-dark-purple-hover: var(--teddy-color-purple-
|
|
6797
|
-
--teddy-color-background-card-dark-purple-negative: var(--teddy-color-purple-
|
|
6798
|
-
--teddy-color-background-card-dark-purple: var(--teddy-color-purple-
|
|
7209
|
+
--teddy-color-background-card-dark-purple-active-negative: var(--teddy-color-purple-300);
|
|
7210
|
+
--teddy-color-background-card-dark-purple-active: var(--teddy-color-purple-700);
|
|
7211
|
+
--teddy-color-background-card-dark-purple-hover-negative: var(--teddy-color-purple-200);
|
|
7212
|
+
--teddy-color-background-card-dark-purple-hover: var(--teddy-color-purple-800);
|
|
7213
|
+
--teddy-color-background-card-dark-purple-negative: var(--teddy-color-purple-100);
|
|
7214
|
+
--teddy-color-background-card-dark-purple: var(--teddy-color-purple-900);
|
|
6799
7215
|
--teddy-color-background-card-light-purple-active-negative: var(--teddy-color-purple-700);
|
|
6800
7216
|
--teddy-color-background-card-light-purple-active: var(--teddy-color-purple-300);
|
|
6801
7217
|
--teddy-color-background-card-light-purple-hover-negative: var(--teddy-color-purple-800);
|
|
6802
7218
|
--teddy-color-background-card-light-purple-hover: var(--teddy-color-purple-200);
|
|
6803
7219
|
--teddy-color-background-card-light-purple-negative: var(--teddy-color-purple-900);
|
|
6804
7220
|
--teddy-color-background-card-light-purple: var(--teddy-color-purple-100);
|
|
6805
|
-
--teddy-color-background-card-beige-emphasis-active-negative: var(--teddy-color-
|
|
6806
|
-
--teddy-color-background-card-beige-emphasis-active: var(--teddy-color-beige-
|
|
6807
|
-
--teddy-color-background-card-beige-emphasis-hover-negative: var(--teddy-color-
|
|
6808
|
-
--teddy-color-background-card-beige-emphasis-hover: var(--teddy-color-beige-
|
|
6809
|
-
--teddy-color-background-card-beige-emphasis-negative: var(--teddy-color-gray-
|
|
7221
|
+
--teddy-color-background-card-beige-emphasis-active-negative: var(--teddy-color-gray-600);
|
|
7222
|
+
--teddy-color-background-card-beige-emphasis-active: var(--teddy-color-beige-300);
|
|
7223
|
+
--teddy-color-background-card-beige-emphasis-hover-negative: var(--teddy-color-gray-700);
|
|
7224
|
+
--teddy-color-background-card-beige-emphasis-hover: var(--teddy-color-beige-200);
|
|
7225
|
+
--teddy-color-background-card-beige-emphasis-negative: var(--teddy-color-gray-800);
|
|
6810
7226
|
--teddy-color-background-card-beige-emphasis: var(--teddy-color-beige-100);
|
|
6811
|
-
--teddy-color-background-card-beige-active-negative: var(--teddy-color-
|
|
6812
|
-
--teddy-color-background-card-beige-active: var(--teddy-color-beige-
|
|
6813
|
-
--teddy-color-background-card-beige-hover-negative: var(--teddy-color-
|
|
7227
|
+
--teddy-color-background-card-beige-active-negative: var(--teddy-color-gray-600);
|
|
7228
|
+
--teddy-color-background-card-beige-active: var(--teddy-color-beige-200);
|
|
7229
|
+
--teddy-color-background-card-beige-hover-negative: var(--teddy-color-gray-700);
|
|
6814
7230
|
--teddy-color-background-card-beige-hover: var(--teddy-color-beige-100);
|
|
6815
|
-
--teddy-color-background-card-beige-negative: var(--teddy-color-gray-
|
|
6816
|
-
--teddy-color-background-card-beige: var(--teddy-color-
|
|
6817
|
-
--teddy-color-background-card-gray-active-negative: var(--teddy-color-
|
|
6818
|
-
--teddy-color-background-card-gray-active: var(--teddy-color-
|
|
6819
|
-
--teddy-color-background-card-gray-hover-negative: var(--teddy-color-
|
|
6820
|
-
--teddy-color-background-card-gray-hover: var(--teddy-color-
|
|
6821
|
-
--teddy-color-background-card-gray-negative: var(--teddy-color-gray-
|
|
6822
|
-
--teddy-color-background-card-gray: var(--teddy-color-
|
|
6823
|
-
--teddy-color-background-card-default-active-negative: var(--teddy-color-
|
|
7231
|
+
--teddy-color-background-card-beige-negative: var(--teddy-color-gray-800);
|
|
7232
|
+
--teddy-color-background-card-beige: var(--teddy-color-beige-50);
|
|
7233
|
+
--teddy-color-background-card-gray-active-negative: var(--teddy-color-gray-600);
|
|
7234
|
+
--teddy-color-background-card-gray-active: var(--teddy-color-gray-200);
|
|
7235
|
+
--teddy-color-background-card-gray-hover-negative: var(--teddy-color-gray-700);
|
|
7236
|
+
--teddy-color-background-card-gray-hover: var(--teddy-color-gray-100);
|
|
7237
|
+
--teddy-color-background-card-gray-negative: var(--teddy-color-gray-800);
|
|
7238
|
+
--teddy-color-background-card-gray: var(--teddy-color-gray-50);
|
|
7239
|
+
--teddy-color-background-card-default-active-negative: var(--teddy-color-gray-600);
|
|
6824
7240
|
--teddy-color-background-card-default-active: var(--teddy-color-purple-100);
|
|
6825
|
-
--teddy-color-background-card-default-hover-negative: var(--teddy-color-
|
|
6826
|
-
--teddy-color-background-card-default-hover: var(--teddy-color-purple-
|
|
6827
|
-
--teddy-color-background-card-default-negative: var(--teddy-color-gray-
|
|
7241
|
+
--teddy-color-background-card-default-hover-negative: var(--teddy-color-gray-700);
|
|
7242
|
+
--teddy-color-background-card-default-hover: var(--teddy-color-purple-50);
|
|
7243
|
+
--teddy-color-background-card-default-negative: var(--teddy-color-gray-800);
|
|
6828
7244
|
--teddy-color-background-card-default: var(--teddy-color-functional-white);
|
|
6829
7245
|
--teddy-color-background-light-purple-negative: var(--teddy-color-gray-700);
|
|
6830
7246
|
--teddy-color-background-light-purple: var(--teddy-color-purple-50);
|