@telia/teddy 0.0.24 → 0.0.26
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-content.cjs +32 -0
- package/dist/components/accordion/accordion-header.cjs +33 -0
- package/dist/components/accordion/accordion-indicator.cjs +16 -0
- package/dist/components/accordion/accordion-item.cjs +32 -0
- package/dist/components/accordion/accordion-root.cjs +56 -0
- package/dist/components/accordion/accordion-root.js +11 -11
- package/dist/components/accordion/accordion-title.cjs +15 -0
- package/dist/components/accordion/accordion-trigger.cjs +37 -0
- package/dist/components/accordion/index.cjs +25 -0
- package/dist/components/accordion/index.js +7 -0
- package/dist/components/badge/badge.cjs +43 -0
- package/dist/components/badge/index.cjs +4 -0
- package/dist/components/box/box.cjs +17 -0
- package/dist/components/box/index.cjs +4 -0
- package/dist/components/button/button.cjs +130 -0
- package/dist/components/button/button.js +24 -24
- package/dist/components/button/index.cjs +4 -0
- package/dist/components/card/card.cjs +219 -0
- package/dist/components/card/index.cjs +4 -0
- package/dist/components/chip/chip-indicator.cjs +16 -0
- package/dist/components/chip/chip-item.cjs +45 -0
- package/dist/components/chip/chip.cjs +48 -0
- package/dist/components/chip/index.cjs +10 -0
- package/dist/components/drawer/drawer-close.cjs +39 -0
- package/dist/components/drawer/drawer-close.d.ts +0 -3
- package/dist/components/drawer/drawer-close.js +1 -1
- package/dist/components/drawer/drawer-content.cjs +42 -0
- package/dist/components/drawer/drawer-content.d.ts +0 -3
- package/dist/components/drawer/drawer-content.js +1 -1
- package/dist/components/drawer/drawer-description.cjs +36 -0
- package/dist/components/drawer/drawer-description.d.ts +0 -3
- package/dist/components/drawer/drawer-description.js +1 -1
- package/dist/components/drawer/drawer-footer.cjs +16 -0
- package/dist/components/drawer/drawer-footer.d.ts +0 -3
- package/dist/components/drawer/drawer-footer.js +1 -1
- package/dist/components/drawer/drawer-overlay.cjs +43 -0
- package/dist/components/drawer/drawer-overlay.d.ts +0 -3
- package/dist/components/drawer/drawer-overlay.js +1 -1
- package/dist/components/drawer/drawer-root.cjs +28 -0
- package/dist/components/drawer/drawer-root.d.ts +1 -1
- package/dist/components/drawer/drawer-title.cjs +34 -0
- package/dist/components/drawer/drawer-title.d.ts +4 -3
- package/dist/components/drawer/drawer-title.js +1 -1
- package/dist/components/drawer/drawer-trigger.cjs +27 -0
- package/dist/components/drawer/drawer-trigger.d.ts +5 -3
- package/dist/components/drawer/index.cjs +28 -0
- package/dist/components/drawer/index.d.ts +28 -0
- package/dist/components/drawer/index.js +8 -0
- package/dist/components/field-error-text/field-error-text.cjs +30 -0
- package/dist/components/field-error-text/index.cjs +4 -0
- package/dist/components/flex/flex.cjs +19 -0
- package/dist/components/flex/index.cjs +4 -0
- package/dist/components/grid/grid.cjs +19 -0
- package/dist/components/grid/index.cjs +4 -0
- package/dist/components/heading/heading.cjs +55 -0
- package/dist/components/heading/index.cjs +4 -0
- package/dist/components/helper-text/helper-text.cjs +21 -0
- package/dist/components/helper-text/helper-text.d.ts +2 -4
- package/dist/components/helper-text/index.cjs +4 -0
- package/dist/components/icon/AllIcons.cjs +1091 -0
- package/dist/components/icon/AllIcons.d.ts +2 -0
- package/dist/components/icon/AllIcons.js +1092 -0
- package/dist/components/icon/icon.cjs +29 -0
- package/dist/components/icon/index.cjs +8 -0
- package/dist/components/icon/index.d.ts +1 -0
- package/dist/components/icon/index.js +2 -0
- package/dist/components/image/image.cjs +17 -0
- package/dist/components/image/index.cjs +4 -0
- package/dist/components/index.cjs +66 -0
- package/dist/components/index.js +6 -3
- package/dist/components/input/index.cjs +14 -0
- package/dist/components/input/index.d.ts +27 -2
- package/dist/components/input/index.js +10 -1
- package/dist/components/input/input-clear-button.cjs +43 -0
- package/dist/components/input/input-clear-button.d.ts +6 -0
- package/dist/components/input/input-clear-button.js +43 -0
- package/dist/components/input/input-group.cjs +132 -0
- package/dist/components/input/input-group.d.ts +16 -0
- package/dist/components/input/input-group.js +132 -0
- package/dist/components/input/input-indicator.cjs +10 -0
- package/dist/components/input/input-indicator.d.ts +23 -0
- package/dist/components/input/input-indicator.js +10 -0
- package/dist/components/input/input.cjs +9 -0
- package/dist/components/input/input.d.ts +4 -28
- package/dist/components/input/input.js +7 -114
- package/dist/components/label/index.cjs +4 -0
- package/dist/components/label/label.cjs +44 -0
- package/dist/components/link/index.cjs +4 -0
- package/dist/components/link/link.cjs +37 -0
- package/dist/components/link/link.js +10 -10
- package/dist/components/modal/index.cjs +4 -0
- package/dist/components/modal/modal.cjs +210 -0
- package/dist/components/modal/modal.js +17 -16
- package/dist/components/navigation-menu/index.cjs +4 -0
- package/dist/components/navigation-menu/navigation-menu.cjs +412 -0
- package/dist/components/navigation-menu/navigation-menu.d.ts +2 -0
- package/dist/components/navigation-menu/navigation-menu.js +24 -22
- package/dist/components/notification/index.cjs +4 -0
- package/dist/components/notification/notification.cjs +116 -0
- package/dist/components/notification/notification.js +8 -8
- package/dist/components/radio-group/index.cjs +4 -0
- package/dist/components/radio-group/radio-group.cjs +110 -0
- package/dist/components/scroll-area/index.cjs +9 -0
- package/dist/components/scroll-area/scroll-area-bar.cjs +175 -0
- package/dist/components/scroll-area/scroll-area-bar.js +8 -8
- package/dist/components/scroll-area/scroll-area-button.cjs +11 -0
- package/dist/components/scroll-area/scroll-area-corner.cjs +8 -0
- package/dist/components/scroll-area/scroll-area-item.cjs +42 -0
- package/dist/components/scroll-area/scroll-area-item.js +2 -1
- package/dist/components/scroll-area/scroll-area-root.cjs +11 -0
- package/dist/components/scroll-area/scroll-area-thumb.cjs +8 -0
- package/dist/components/spinner/index.cjs +4 -0
- package/dist/components/spinner/spinner.cjs +57 -0
- package/dist/components/tabs/index.cjs +16 -0
- package/dist/components/tabs/tabs-content.cjs +32 -0
- package/dist/components/tabs/tabs-list.cjs +39 -0
- package/dist/components/tabs/tabs-list.js +6 -4
- package/dist/components/tabs/tabs-root.cjs +75 -0
- package/dist/components/tabs/tabs-root.d.ts +4 -7
- package/dist/components/tabs/tabs-root.js +25 -8
- package/dist/components/tabs/tabs-scroll-button.cjs +15 -0
- package/dist/components/tabs/tabs-scroll.cjs +22 -0
- package/dist/components/tabs/tabs-trigger.cjs +55 -0
- package/dist/components/tabs/tabs-trigger.js +19 -9
- package/dist/components/text/index.cjs +4 -0
- package/dist/components/text/text.cjs +49 -0
- package/dist/components/text-field/index.cjs +31 -0
- package/dist/components/text-field/index.d.ts +63 -2
- package/dist/components/text-field/index.js +28 -1
- package/dist/components/text-field/text-field-button.cjs +31 -0
- package/dist/components/text-field/text-field-button.d.ts +27 -0
- package/dist/components/text-field/text-field-button.js +31 -0
- package/dist/components/text-field/text-field-clear-button.cjs +12 -0
- package/dist/components/text-field/text-field-clear-button.d.ts +6 -0
- package/dist/components/text-field/text-field-clear-button.js +12 -0
- package/dist/components/text-field/text-field-error-list.cjs +28 -0
- package/dist/components/text-field/text-field-error-list.d.ts +9 -0
- package/dist/components/text-field/text-field-error-list.js +28 -0
- package/dist/components/text-field/text-field-helper-text.cjs +19 -0
- package/dist/components/text-field/text-field-helper-text.d.ts +5 -0
- package/dist/components/text-field/text-field-helper-text.js +19 -0
- package/dist/components/text-field/text-field-indicator.cjs +14 -0
- package/dist/components/text-field/text-field-indicator.d.ts +6 -0
- package/dist/components/text-field/text-field-indicator.js +14 -0
- package/dist/components/text-field/text-field-input-group.cjs +11 -0
- package/dist/components/text-field/text-field-input-group.d.ts +7 -0
- package/dist/components/text-field/text-field-input-group.js +11 -0
- package/dist/components/text-field/text-field-input.cjs +27 -0
- package/dist/components/text-field/text-field-input.d.ts +5 -0
- package/dist/components/text-field/text-field-input.js +27 -0
- package/dist/components/text-field/text-field-label.cjs +27 -0
- package/dist/components/text-field/text-field-label.d.ts +8 -0
- package/dist/components/text-field/text-field-label.js +27 -0
- package/dist/components/text-field/text-field.cjs +54 -0
- package/dist/components/text-field/text-field.d.ts +12 -58
- package/dist/components/text-field/text-field.js +17 -101
- package/dist/components/text-field/util.cjs +4 -0
- package/dist/components/text-field/util.d.ts +1 -0
- package/dist/components/text-field/util.js +4 -0
- package/dist/components/text-spacing/index.cjs +4 -0
- package/dist/components/text-spacing/text-spacing.cjs +19 -0
- package/dist/components/toggle/index.cjs +4 -0
- package/dist/components/toggle/toggle.cjs +104 -0
- package/dist/components/visually-hidden/index.cjs +4 -0
- package/dist/components/visually-hidden/visually-hidden.cjs +26 -0
- package/dist/drawer.module-BxsrDZFu.js +14 -0
- package/dist/drawer.module-CWDhohQm.cjs +13 -0
- package/dist/icons/category.cjs +335 -0
- package/dist/icons/name.cjs +335 -0
- package/dist/icons/name.d.cjs +1 -0
- package/dist/main.cjs +374 -0
- package/dist/main.js +6 -3
- package/dist/style.css +573 -492
- package/dist/tokens/border/variables.cjs +20 -0
- package/dist/tokens/breakpoint/variables.cjs +10 -0
- package/dist/tokens/color/variables.cjs +454 -0
- package/dist/tokens/index.cjs +310 -0
- package/dist/tokens/motion/variables.cjs +24 -0
- package/dist/tokens/shadow/variables.cjs +10 -0
- package/dist/tokens/spacing/variables.cjs +48 -0
- package/dist/tokens/typography/variables.cjs +50 -0
- package/dist/utils/action.cjs +21 -0
- package/dist/utils/component-props-as.cjs +1 -0
- package/dist/utils/composeEventHandlers.cjs +11 -0
- package/dist/utils/composeRefs.cjs +18 -0
- package/dist/utils/generate-styling/align.cjs +32 -0
- package/dist/utils/generate-styling/color.cjs +12 -0
- package/dist/utils/generate-styling/flex.cjs +67 -0
- package/dist/utils/generate-styling/gap.cjs +22 -0
- package/dist/utils/generate-styling/grid.cjs +123 -0
- package/dist/utils/generate-styling/height.cjs +51 -0
- package/dist/utils/generate-styling/index.cjs +97 -0
- package/dist/utils/generate-styling/inset.cjs +33 -0
- package/dist/utils/generate-styling/justify.cjs +18 -0
- package/dist/utils/generate-styling/margin.cjs +33 -0
- package/dist/utils/generate-styling/object-fit.cjs +18 -0
- package/dist/utils/generate-styling/padding.cjs +33 -0
- package/dist/utils/generate-styling/position.cjs +21 -0
- package/dist/utils/generate-styling/util.cjs +33 -0
- package/dist/utils/generate-styling/width.cjs +26 -0
- package/dist/vite-env.d.cjs +1 -0
- package/package.json +6 -4
- package/dist/components/text-field/tex-field-label.d.ts +0 -0
- package/dist/components/text-field/tex-field-label.js +0 -1
- package/dist/drawer.module-B3QhrxH1.js +0 -14
package/dist/style.css
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
100% {
|
|
59
59
|
stroke-dashoffset: 125;
|
|
60
60
|
}
|
|
61
|
-
}@keyframes
|
|
61
|
+
}@keyframes _fadeInAnimation_124k8_1 {
|
|
62
62
|
0% {
|
|
63
63
|
opacity: 0;
|
|
64
64
|
}
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
opacity: 1;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
@keyframes
|
|
69
|
+
@keyframes _scaleInAnimation_124k8_1 {
|
|
70
70
|
0% {
|
|
71
71
|
scale: 0;
|
|
72
72
|
}
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
@layer button {
|
|
78
|
-
._teddy-
|
|
78
|
+
._teddy-button_124k8_18 {
|
|
79
79
|
align-items: center;
|
|
80
80
|
border-radius: var(--teddy-border-radius-full);
|
|
81
81
|
border-width: 0;
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
font-weight: var(--teddy-typography-weight-medium);
|
|
87
87
|
gap: var(--teddy-spacing-100);
|
|
88
88
|
justify-content: center;
|
|
89
|
-
line-height: var(--teddy-spacing-
|
|
89
|
+
line-height: var(--teddy-spacing-200);
|
|
90
90
|
outline: 0;
|
|
91
91
|
position: relative;
|
|
92
92
|
text-decoration: none;
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
transition-property: background-color, color;
|
|
96
96
|
width: auto;
|
|
97
97
|
}
|
|
98
|
-
._teddy-
|
|
99
|
-
border-radius:
|
|
98
|
+
._teddy-button_124k8_18:focus::before {
|
|
99
|
+
border-radius: inherit;
|
|
100
100
|
box-shadow: 0 0 0 var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
101
101
|
content: "";
|
|
102
102
|
opacity: 1;
|
|
@@ -104,216 +104,216 @@
|
|
|
104
104
|
inset: calc(var(--teddy-spacing-25) * -1);
|
|
105
105
|
position: absolute;
|
|
106
106
|
}
|
|
107
|
-
._teddy-
|
|
107
|
+
._teddy-button_124k8_18:focus:not(:focus-visible)::before {
|
|
108
108
|
opacity: 0;
|
|
109
109
|
}
|
|
110
|
-
._teddy-
|
|
110
|
+
._teddy-button_124k8_18 svg {
|
|
111
111
|
display: block;
|
|
112
112
|
}
|
|
113
|
-
._teddy-button--
|
|
114
|
-
padding: var(--teddy-spacing-
|
|
115
|
-
}
|
|
116
|
-
._teddy-button--sm_1biph_53._teddy-button--icon-only_1biph_56 {
|
|
117
|
-
padding: var(--teddy-spacing-100);
|
|
113
|
+
._teddy-button--sm_124k8_53 {
|
|
114
|
+
padding: var(--teddy-spacing-150) var(--teddy-spacing-250);
|
|
118
115
|
}
|
|
119
|
-
._teddy-button--
|
|
120
|
-
padding: var(--teddy-spacing-150) var(--teddy-spacing-300);
|
|
121
|
-
}
|
|
122
|
-
._teddy-button--md_1biph_59._teddy-button--icon-only_1biph_56 {
|
|
116
|
+
._teddy-button--sm_124k8_53._teddy-button--icon-only_124k8_56 {
|
|
123
117
|
padding: var(--teddy-spacing-150);
|
|
124
118
|
}
|
|
125
|
-
._teddy-button--
|
|
126
|
-
padding: var(--teddy-spacing-200) var(--teddy-spacing-
|
|
119
|
+
._teddy-button--md_124k8_59 {
|
|
120
|
+
padding: var(--teddy-spacing-200) var(--teddy-spacing-300);
|
|
127
121
|
}
|
|
128
|
-
._teddy-button--
|
|
122
|
+
._teddy-button--md_124k8_59._teddy-button--icon-only_124k8_56 {
|
|
129
123
|
padding: var(--teddy-spacing-200);
|
|
130
124
|
}
|
|
131
|
-
._teddy-button--
|
|
125
|
+
._teddy-button--lg_124k8_65 {
|
|
126
|
+
padding: var(--teddy-spacing-250) var(--teddy-spacing-400);
|
|
127
|
+
}
|
|
128
|
+
._teddy-button--lg_124k8_65._teddy-button--icon-only_124k8_56 {
|
|
129
|
+
padding: var(--teddy-spacing-250);
|
|
130
|
+
}
|
|
131
|
+
._teddy-button--full-width_124k8_71 {
|
|
132
132
|
width: 100%;
|
|
133
133
|
}
|
|
134
|
-
._teddy-button--
|
|
134
|
+
._teddy-button--primary_124k8_74 {
|
|
135
135
|
background-color: var(--teddy-color-background-interactive-primary);
|
|
136
136
|
color: var(--teddy-color-text-interactive-on-primary);
|
|
137
137
|
}
|
|
138
|
-
._teddy-button--
|
|
138
|
+
._teddy-button--primary_124k8_74:hover:not(._teddy-button--disabled_124k8_78) {
|
|
139
139
|
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
140
140
|
}
|
|
141
|
-
._teddy-button--
|
|
141
|
+
._teddy-button--primary_124k8_74:active:not(._teddy-button--disabled_124k8_78) {
|
|
142
142
|
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
143
143
|
}
|
|
144
|
-
._teddy-button--primary-
|
|
144
|
+
._teddy-button--primary-negative_124k8_84 {
|
|
145
145
|
background-color: var(--teddy-color-background-interactive-primary-negative);
|
|
146
146
|
color: var(--teddy-color-text-interactive-on-primary-negative);
|
|
147
147
|
}
|
|
148
|
-
._teddy-button--primary-
|
|
148
|
+
._teddy-button--primary-negative_124k8_84:hover:not(._teddy-button--disabled_124k8_78) {
|
|
149
149
|
background-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
150
150
|
border-color: var(--teddy-color-background-interactive-primary-negative-hover);
|
|
151
151
|
}
|
|
152
|
-
._teddy-button--primary-
|
|
152
|
+
._teddy-button--primary-negative_124k8_84:active:not(._teddy-button--disabled_124k8_78) {
|
|
153
153
|
background-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
154
154
|
border-color: var(--teddy-color-background-interactive-primary-negative-active);
|
|
155
155
|
}
|
|
156
|
-
._teddy-button--
|
|
156
|
+
._teddy-button--secondary_124k8_96 {
|
|
157
157
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
158
158
|
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary);
|
|
159
159
|
color: var(--teddy-color-text-interactive-primary);
|
|
160
160
|
}
|
|
161
|
-
._teddy-button--
|
|
161
|
+
._teddy-button--secondary_124k8_96:hover:not(._teddy-button--disabled_124k8_78) {
|
|
162
162
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
163
163
|
}
|
|
164
|
-
._teddy-button--
|
|
164
|
+
._teddy-button--secondary_124k8_96:active:not(._teddy-button--disabled_124k8_78) {
|
|
165
165
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
166
166
|
}
|
|
167
|
-
._teddy-button--secondary-
|
|
167
|
+
._teddy-button--secondary-negative_124k8_107 {
|
|
168
168
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
169
169
|
box-shadow: inset 0 0 0 var(--teddy-border-width-xs) var(--teddy-color-border-interactive-primary-negative);
|
|
170
170
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
171
171
|
}
|
|
172
|
-
._teddy-button--secondary-
|
|
172
|
+
._teddy-button--secondary-negative_124k8_107:hover:not(._teddy-button--disabled_124k8_78) {
|
|
173
173
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
174
174
|
}
|
|
175
|
-
._teddy-button--secondary-
|
|
175
|
+
._teddy-button--secondary-negative_124k8_107:active:not(._teddy-button--disabled_124k8_78) {
|
|
176
176
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
177
177
|
}
|
|
178
|
-
._teddy-button--
|
|
178
|
+
._teddy-button--expressive_124k8_118 {
|
|
179
179
|
background-color: var(--teddy-color-background-interactive-expressive);
|
|
180
180
|
color: var(--teddy-color-text-interactive-on-expressive);
|
|
181
181
|
}
|
|
182
|
-
._teddy-button--
|
|
182
|
+
._teddy-button--expressive_124k8_118:hover:not(._teddy-button--disabled_124k8_78) {
|
|
183
183
|
background-color: var(--teddy-color-background-interactive-expressive-hover);
|
|
184
184
|
}
|
|
185
|
-
._teddy-button--
|
|
185
|
+
._teddy-button--expressive_124k8_118:active:not(._teddy-button--disabled_124k8_78) {
|
|
186
186
|
background-color: var(--teddy-color-background-interactive-expressive-active);
|
|
187
187
|
}
|
|
188
|
-
._teddy-button--expressive-
|
|
188
|
+
._teddy-button--expressive-negative_124k8_128 {
|
|
189
189
|
background-color: var(--teddy-color-background-interactive-expressive-negative);
|
|
190
190
|
color: var(--teddy-color-text-interactive-on-expressive-negative);
|
|
191
191
|
}
|
|
192
|
-
._teddy-button--expressive-
|
|
192
|
+
._teddy-button--expressive-negative_124k8_128:hover:not(._teddy-button--disabled_124k8_78) {
|
|
193
193
|
background-color: var(--teddy-color-background-interactive-expressive-negative-hover);
|
|
194
194
|
color: var(--teddy-color-text-interactive-on-expressive-negative-hover);
|
|
195
195
|
}
|
|
196
|
-
._teddy-button--expressive-
|
|
196
|
+
._teddy-button--expressive-negative_124k8_128:active:not(._teddy-button--disabled_124k8_78) {
|
|
197
197
|
background-color: var(--teddy-color-background-interactive-expressive-negative-active);
|
|
198
198
|
color: var(--teddy-color-text-interactive-on-expressive-negative-active);
|
|
199
199
|
}
|
|
200
|
-
._teddy-button--
|
|
200
|
+
._teddy-button--negative_124k8_140._teddy-button--disabled_124k8_78 {
|
|
201
201
|
background-color: var(--teddy-color-background-interactive-disabled-negative);
|
|
202
202
|
color: var(--teddy-color-text-weak-negative);
|
|
203
203
|
}
|
|
204
|
-
._teddy-button--
|
|
204
|
+
._teddy-button--secondary_124k8_96._teddy-button--disabled_124k8_78, ._teddy-button--secondary-negative_124k8_107._teddy-button--disabled_124k8_78 {
|
|
205
205
|
box-shadow: none;
|
|
206
206
|
}
|
|
207
|
-
._teddy-button--
|
|
207
|
+
._teddy-button--destructive_124k8_147 {
|
|
208
208
|
background-color: var(--teddy-color-background-interactive-destructive);
|
|
209
209
|
color: var(--teddy-color-text-interactive-on-destructive);
|
|
210
210
|
}
|
|
211
|
-
._teddy-button--
|
|
211
|
+
._teddy-button--destructive_124k8_147:hover:not(._teddy-button--disabled_124k8_78) {
|
|
212
212
|
background-color: var(--teddy-color-background-interactive-destructive-hover);
|
|
213
213
|
}
|
|
214
|
-
._teddy-button--
|
|
214
|
+
._teddy-button--destructive_124k8_147:active:not(._teddy-button--disabled_124k8_78) {
|
|
215
215
|
background-color: var(--teddy-color-background-interactive-destructive-active);
|
|
216
216
|
}
|
|
217
|
-
._teddy-button--destructive-
|
|
217
|
+
._teddy-button--destructive-negative_124k8_157 {
|
|
218
218
|
background-color: var(--teddy-color-background-interactive-destructive);
|
|
219
219
|
color: var(--teddy-color-text-interactive-on-destructive);
|
|
220
220
|
}
|
|
221
|
-
._teddy-button--destructive-
|
|
221
|
+
._teddy-button--destructive-negative_124k8_157:hover:not(._teddy-button--disabled_124k8_78) {
|
|
222
222
|
background-color: var(--teddy-color-background-interactive-destructive-hover);
|
|
223
223
|
}
|
|
224
|
-
._teddy-button--destructive-
|
|
224
|
+
._teddy-button--destructive-negative_124k8_157:active:not(._teddy-button--disabled_124k8_78) {
|
|
225
225
|
background-color: var(--teddy-color-background-interactive-destructive-active);
|
|
226
226
|
}
|
|
227
|
-
._teddy-button--tertiary-
|
|
227
|
+
._teddy-button--tertiary-purple_124k8_167 {
|
|
228
228
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
229
229
|
color: var(--teddy-color-text-interactive-primary);
|
|
230
230
|
}
|
|
231
|
-
._teddy-button--tertiary-
|
|
231
|
+
._teddy-button--tertiary-purple_124k8_167._teddy-button--disabled_124k8_78 {
|
|
232
232
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
233
233
|
}
|
|
234
|
-
._teddy-button--tertiary-
|
|
234
|
+
._teddy-button--tertiary-purple_124k8_167:hover:not(._teddy-button--disabled_124k8_78) {
|
|
235
235
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
236
236
|
}
|
|
237
|
-
._teddy-button--tertiary-
|
|
237
|
+
._teddy-button--tertiary-purple_124k8_167:active:not(._teddy-button--disabled_124k8_78) {
|
|
238
238
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
239
239
|
}
|
|
240
|
-
._teddy-button--tertiary-purple-
|
|
240
|
+
._teddy-button--tertiary-purple-negative_124k8_180 {
|
|
241
241
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
242
242
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
243
243
|
}
|
|
244
|
-
._teddy-button--tertiary-purple-
|
|
244
|
+
._teddy-button--tertiary-purple-negative_124k8_180._teddy-button--disabled_124k8_78 {
|
|
245
245
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
246
246
|
}
|
|
247
|
-
._teddy-button--tertiary-purple-
|
|
247
|
+
._teddy-button--tertiary-purple-negative_124k8_180:hover:not(._teddy-button--disabled_124k8_78) {
|
|
248
248
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
249
249
|
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
250
250
|
}
|
|
251
|
-
._teddy-button--tertiary-purple-
|
|
251
|
+
._teddy-button--tertiary-purple-negative_124k8_180:active:not(._teddy-button--disabled_124k8_78) {
|
|
252
252
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
253
253
|
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
254
254
|
}
|
|
255
|
-
._teddy-button--text-
|
|
255
|
+
._teddy-button--text-negative_124k8_195 {
|
|
256
256
|
border-radius: 0;
|
|
257
257
|
padding-left: 0;
|
|
258
258
|
padding-right: 0;
|
|
259
259
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
260
260
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
261
261
|
}
|
|
262
|
-
._teddy-button--text-
|
|
262
|
+
._teddy-button--text-negative_124k8_195:focus-visible::before {
|
|
263
263
|
border-radius: 0;
|
|
264
264
|
}
|
|
265
|
-
._teddy-button--text-
|
|
265
|
+
._teddy-button--text-negative_124k8_195._teddy-button--disabled_124k8_78 {
|
|
266
266
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
267
267
|
}
|
|
268
|
-
._teddy-button--text-
|
|
268
|
+
._teddy-button--text-negative_124k8_195:hover:not(._teddy-button--disabled_124k8_78) {
|
|
269
269
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
270
270
|
color: var(--teddy-color-text-interactive-primary-negative-hover);
|
|
271
271
|
}
|
|
272
|
-
._teddy-button--text-
|
|
272
|
+
._teddy-button--text-negative_124k8_195:active:not(._teddy-button--disabled_124k8_78) {
|
|
273
273
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
274
274
|
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
275
275
|
}
|
|
276
|
-
._teddy-button--
|
|
276
|
+
._teddy-button--text_124k8_195 {
|
|
277
277
|
border-radius: 0;
|
|
278
278
|
padding-left: 0;
|
|
279
279
|
padding-right: 0;
|
|
280
280
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
281
281
|
color: var(--teddy-color-text-interactive-primary);
|
|
282
282
|
}
|
|
283
|
-
._teddy-button--
|
|
283
|
+
._teddy-button--text_124k8_195:focus-visible::before {
|
|
284
284
|
border-radius: 0;
|
|
285
285
|
}
|
|
286
|
-
._teddy-button--
|
|
286
|
+
._teddy-button--text_124k8_195._teddy-button--disabled_124k8_78 {
|
|
287
287
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
288
288
|
color: var(--teddy-color-text-weak);
|
|
289
289
|
}
|
|
290
|
-
._teddy-button--
|
|
290
|
+
._teddy-button--text_124k8_195:hover:not(._teddy-button--disabled_124k8_78) {
|
|
291
291
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
292
292
|
}
|
|
293
|
-
._teddy-button--
|
|
293
|
+
._teddy-button--text_124k8_195:active:not(._teddy-button--disabled_124k8_78) {
|
|
294
294
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
295
295
|
}
|
|
296
|
-
._teddy-button--
|
|
296
|
+
._teddy-button--disabled_124k8_78 {
|
|
297
297
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
298
298
|
color: var(--teddy-color-text-weak);
|
|
299
299
|
cursor: not-allowed;
|
|
300
300
|
transition-duration: var(--teddy-motion-duration-400);
|
|
301
301
|
}
|
|
302
|
-
._teddy-
|
|
302
|
+
._teddy-button__loading_124k8_242 {
|
|
303
303
|
position: absolute;
|
|
304
304
|
inset: 0;
|
|
305
305
|
display: grid;
|
|
306
306
|
place-items: center;
|
|
307
307
|
border-radius: inherit;
|
|
308
308
|
background-color: var(--teddy-color-transparent-white-500);
|
|
309
|
-
animation:
|
|
309
|
+
animation: _fadeInAnimation_124k8_1 ease var(--teddy-motion-duration-500);
|
|
310
310
|
animation-iteration-count: 1;
|
|
311
311
|
animation-fill-mode: forwards;
|
|
312
312
|
}
|
|
313
|
-
._teddy-
|
|
313
|
+
._teddy-button__loading_124k8_242 ._teddy-button__spinner_124k8_253 circle {
|
|
314
314
|
stroke: var(--teddy-color-transparent-black-700);
|
|
315
315
|
}
|
|
316
|
-
._teddy-button--icon-
|
|
316
|
+
._teddy-button--icon-only_124k8_56 ._teddy-button__loading_124k8_242 {
|
|
317
317
|
background-color: var(--teddy-color-gray-100);
|
|
318
318
|
}
|
|
319
319
|
}@layer icon {
|
|
@@ -358,16 +358,16 @@
|
|
|
358
358
|
}
|
|
359
359
|
}@layer button, scroll-area;
|
|
360
360
|
@layer scroll-area {
|
|
361
|
-
._teddy-scroll-
|
|
361
|
+
._teddy-scroll-area_1o8ft_3 {
|
|
362
362
|
position: relative;
|
|
363
363
|
overflow: hidden;
|
|
364
364
|
}
|
|
365
|
-
._teddy-scroll-
|
|
365
|
+
._teddy-scroll-area__viewport_1o8ft_7 {
|
|
366
366
|
height: 100%;
|
|
367
367
|
width: 100%;
|
|
368
368
|
border-radius: inherit;
|
|
369
369
|
}
|
|
370
|
-
._teddy-scroll-
|
|
370
|
+
._teddy-scroll-area__scrollbar_1o8ft_12 {
|
|
371
371
|
display: flex;
|
|
372
372
|
/* ensures no selection */
|
|
373
373
|
user-select: none;
|
|
@@ -378,17 +378,17 @@
|
|
|
378
378
|
transition: background-color var(--teddy-motion-duration-200) ease-out;
|
|
379
379
|
border-radius: var(--teddy-border-radius-full);
|
|
380
380
|
}
|
|
381
|
-
._teddy-scroll-
|
|
381
|
+
._teddy-scroll-area__scrollbar_1o8ft_12[data-orientation=vertical] {
|
|
382
382
|
width: var(--teddy-border-width-lg);
|
|
383
383
|
}
|
|
384
|
-
._teddy-scroll-
|
|
384
|
+
._teddy-scroll-area__scrollbar_1o8ft_12[data-orientation=horizontal] {
|
|
385
385
|
flex-direction: column;
|
|
386
386
|
height: var(--teddy-border-width-lg);
|
|
387
387
|
}
|
|
388
|
-
._teddy-scroll-
|
|
388
|
+
._teddy-scroll-area__scrollbar_1o8ft_12:hover {
|
|
389
389
|
background-color: var(--teddy-color-transparent-black-200);
|
|
390
390
|
}
|
|
391
|
-
._teddy-scroll-area__scrollbar--
|
|
391
|
+
._teddy-scroll-area__scrollbar--hidden_1o8ft_33 {
|
|
392
392
|
width: 1px;
|
|
393
393
|
height: 1px;
|
|
394
394
|
padding: 0;
|
|
@@ -398,16 +398,16 @@
|
|
|
398
398
|
white-space: nowrap;
|
|
399
399
|
border: 0;
|
|
400
400
|
}
|
|
401
|
-
._teddy-scroll-area__scrollbar--
|
|
401
|
+
._teddy-scroll-area__scrollbar--hidden_1o8ft_33:not(caption) {
|
|
402
402
|
position: absolute;
|
|
403
403
|
}
|
|
404
|
-
._teddy-scroll-
|
|
404
|
+
._teddy-scroll-area__thumb_1o8ft_46 {
|
|
405
405
|
flex: 1;
|
|
406
406
|
background: var(--teddy-color-border-strong);
|
|
407
407
|
border-radius: var(--teddy-border-radius-full);
|
|
408
408
|
position: relative;
|
|
409
409
|
}
|
|
410
|
-
._teddy-scroll-
|
|
410
|
+
._teddy-scroll-area__thumb_1o8ft_46::before {
|
|
411
411
|
content: "";
|
|
412
412
|
position: absolute;
|
|
413
413
|
top: 50%;
|
|
@@ -418,61 +418,85 @@
|
|
|
418
418
|
min-width: 44px;
|
|
419
419
|
min-height: 44px;
|
|
420
420
|
}
|
|
421
|
-
._teddy-scroll-
|
|
421
|
+
._teddy-scroll-area__corner_1o8ft_63 {
|
|
422
422
|
background: var(--teddy-color-border-medium);
|
|
423
423
|
}
|
|
424
|
-
._teddy-scroll-
|
|
424
|
+
._teddy-scroll-area__button_1o8ft_66 {
|
|
425
425
|
position: absolute;
|
|
426
|
-
transition: opacity var(--teddy-motion-duration-300), transform var(--teddy-motion-duration-300);
|
|
427
426
|
}
|
|
428
|
-
|
|
427
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
428
|
+
._teddy-scroll-area__button_1o8ft_66 {
|
|
429
|
+
transition: opacity var(--teddy-motion-duration-300), transform var(--teddy-motion-duration-300);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
._teddy-scroll-area__button_1o8ft_66[data-direction=left] {
|
|
429
433
|
left: 0;
|
|
430
434
|
top: 50%;
|
|
431
435
|
transform: translate(0, -50%);
|
|
432
436
|
}
|
|
433
|
-
._teddy-scroll-
|
|
437
|
+
._teddy-scroll-area__button_1o8ft_66[data-direction=right] {
|
|
434
438
|
right: 0;
|
|
435
439
|
top: 50%;
|
|
436
440
|
transform: translate(0, -50%);
|
|
437
441
|
}
|
|
438
|
-
._teddy-scroll-
|
|
442
|
+
._teddy-scroll-area__button_1o8ft_66[data-direction=up] {
|
|
439
443
|
top: 0;
|
|
440
444
|
left: 50%;
|
|
441
445
|
transform: translate(-50%, 0);
|
|
442
446
|
}
|
|
443
|
-
._teddy-scroll-
|
|
447
|
+
._teddy-scroll-area__button_1o8ft_66[data-direction=down] {
|
|
444
448
|
bottom: 0;
|
|
445
449
|
left: 50%;
|
|
446
450
|
transform: translate(-50%, 0);
|
|
447
451
|
}
|
|
448
|
-
._teddy-scroll-area__button--
|
|
452
|
+
._teddy-scroll-area__button--hidden_1o8ft_94 {
|
|
449
453
|
opacity: 0;
|
|
450
454
|
}
|
|
451
|
-
._teddy-scroll-area__button--
|
|
455
|
+
._teddy-scroll-area__button--hidden_1o8ft_94[data-direction=left] {
|
|
452
456
|
transform: translate(-100%, -50%);
|
|
453
457
|
}
|
|
454
|
-
._teddy-scroll-area__button--
|
|
458
|
+
._teddy-scroll-area__button--hidden_1o8ft_94[data-direction=right] {
|
|
455
459
|
transform: translate(100%, -50%);
|
|
456
460
|
}
|
|
457
|
-
._teddy-scroll-area__button--
|
|
461
|
+
._teddy-scroll-area__button--hidden_1o8ft_94[data-direction=up] {
|
|
458
462
|
transform: translate(-50%, -100%);
|
|
459
463
|
}
|
|
460
|
-
._teddy-scroll-area__button--
|
|
464
|
+
._teddy-scroll-area__button--hidden_1o8ft_94[data-direction=down] {
|
|
461
465
|
transform: translate(-50%, 100%);
|
|
462
466
|
}
|
|
463
467
|
}@layer button, scroll-area, tabs;
|
|
464
468
|
@layer tabs {
|
|
465
|
-
._teddy-
|
|
469
|
+
._teddy-tabs__list_1finq_3 {
|
|
466
470
|
display: flex;
|
|
467
471
|
max-width: fit-content;
|
|
468
472
|
background-color: var(--teddy-color-background-secondary);
|
|
469
473
|
border-radius: var(--teddy-border-radius-full);
|
|
470
474
|
padding: var(--teddy-spacing-50);
|
|
475
|
+
position: relative;
|
|
476
|
+
}
|
|
477
|
+
._teddy-tabs__list_1finq_3::before {
|
|
478
|
+
content: "";
|
|
479
|
+
position: absolute;
|
|
480
|
+
inset: var(--teddy-spacing-50);
|
|
481
|
+
inset: 0;
|
|
482
|
+
margin: var(--teddy-spacing-50) 0;
|
|
483
|
+
scale: var(--_width, 0.125) 1;
|
|
484
|
+
translate: var(--_left, 0) 0;
|
|
485
|
+
transform-origin: left;
|
|
486
|
+
background: var(--teddy-color-background-interactive-primary);
|
|
487
|
+
border-radius: calc(4vmin / var(--_width, 0.125))/4vmin;
|
|
488
|
+
}
|
|
489
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
490
|
+
._teddy-tabs__list_1finq_3::before {
|
|
491
|
+
transition: border-radius, scale, translate;
|
|
492
|
+
transition-timing-function: var(--teddy-motion-easing-ease-in-out);
|
|
493
|
+
transition-duration: var(--_duration, 0);
|
|
494
|
+
}
|
|
471
495
|
}
|
|
472
|
-
._teddy-tabs--full-
|
|
496
|
+
._teddy-tabs--full-width_1finq_30 ._teddy-tabs__list_1finq_3 {
|
|
473
497
|
max-width: initial;
|
|
474
498
|
}
|
|
475
|
-
._teddy-
|
|
499
|
+
._teddy-tabs__trigger_1finq_33 {
|
|
476
500
|
flex: 1 0 auto;
|
|
477
501
|
min-width: 3rem;
|
|
478
502
|
color: var(--teddy-color-text-interactive-primary);
|
|
@@ -481,33 +505,27 @@
|
|
|
481
505
|
line-height: var(--teddy-typography-line-height-100);
|
|
482
506
|
white-space: nowrap;
|
|
483
507
|
cursor: auto;
|
|
508
|
+
transition: color calc(var(--_duration, 0)) var(--teddy-motion-easing-ease-in-out);
|
|
484
509
|
}
|
|
485
|
-
._teddy-
|
|
510
|
+
._teddy-tabs__trigger_1finq_33[data-state=active] {
|
|
486
511
|
color: var(--teddy-color-text-interactive-on-primary);
|
|
487
|
-
background-color: var(--teddy-color-background-interactive-primary);
|
|
488
512
|
cursor: default;
|
|
489
513
|
}
|
|
490
|
-
._teddy-
|
|
491
|
-
background-color: var(--teddy-color-background-interactive-primary);
|
|
492
|
-
position: fixed;
|
|
493
|
-
height: var(--teddy-border-width-md);
|
|
494
|
-
transform: translateY(-50%);
|
|
495
|
-
}
|
|
496
|
-
._teddy-tabs__scroll-button_1sgsx_34 {
|
|
514
|
+
._teddy-tabs__scroll-button_1finq_48 {
|
|
497
515
|
background-color: var(--teddy-color-background-secondary);
|
|
498
516
|
color: var(--teddy-color-text-default);
|
|
499
517
|
z-index: 1;
|
|
500
518
|
}
|
|
501
|
-
._teddy-tabs__scroll-
|
|
519
|
+
._teddy-tabs__scroll-button_1finq_48:hover {
|
|
502
520
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
503
521
|
}
|
|
504
|
-
._teddy-tabs__scroll-
|
|
522
|
+
._teddy-tabs__scroll-button_1finq_48:active {
|
|
505
523
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
506
524
|
}
|
|
507
|
-
._teddy-tabs__scroll-
|
|
525
|
+
._teddy-tabs__scroll-button_1finq_48::before {
|
|
508
526
|
z-index: 1;
|
|
509
527
|
}
|
|
510
|
-
._teddy-tabs__scroll-
|
|
528
|
+
._teddy-tabs__scroll-button_1finq_48::after {
|
|
511
529
|
content: "";
|
|
512
530
|
top: 0;
|
|
513
531
|
left: 100%;
|
|
@@ -516,12 +534,12 @@
|
|
|
516
534
|
width: 1rem;
|
|
517
535
|
background: linear-gradient(90deg, var(--teddy-color-background-secondary) 0%, var(--teddy-color-functional-transparent) 100%);
|
|
518
536
|
}
|
|
519
|
-
._teddy-tabs__scroll-
|
|
537
|
+
._teddy-tabs__scroll-button_1finq_48[data-direction=right]::after {
|
|
520
538
|
left: auto;
|
|
521
539
|
right: 100%;
|
|
522
540
|
transform: rotate(180deg);
|
|
523
541
|
}
|
|
524
|
-
}@keyframes _teddy-fade-
|
|
542
|
+
}@keyframes _teddy-fade-in_jzq1o_1 {
|
|
525
543
|
from {
|
|
526
544
|
opacity: 0;
|
|
527
545
|
}
|
|
@@ -529,7 +547,7 @@
|
|
|
529
547
|
opacity: 1;
|
|
530
548
|
}
|
|
531
549
|
}
|
|
532
|
-
@keyframes _teddy-fade-
|
|
550
|
+
@keyframes _teddy-fade-out_jzq1o_1 {
|
|
533
551
|
from {
|
|
534
552
|
opacity: 1;
|
|
535
553
|
}
|
|
@@ -537,90 +555,88 @@
|
|
|
537
555
|
opacity: 0;
|
|
538
556
|
}
|
|
539
557
|
}
|
|
540
|
-
|
|
558
|
+
@keyframes _teddy-overlay-no-op_jzq1o_1 {
|
|
559
|
+
from {
|
|
560
|
+
opacity: 1;
|
|
561
|
+
}
|
|
562
|
+
to {
|
|
563
|
+
opacity: 1;
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
._teddy-drawer__overlay_jzq1o_25 {
|
|
541
567
|
position: fixed;
|
|
542
568
|
inset: 0;
|
|
543
|
-
display: grid;
|
|
544
|
-
place-items: center;
|
|
545
569
|
}
|
|
546
|
-
|
|
570
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
571
|
+
._teddy-drawer__overlay_jzq1o_25 {
|
|
572
|
+
/* Keep the overlay mounted until the children have animated */
|
|
573
|
+
}
|
|
574
|
+
._teddy-drawer__overlay_jzq1o_25:where([data-state=closed]) {
|
|
575
|
+
animation: _teddy-overlay-no-op_jzq1o_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
576
|
+
}
|
|
577
|
+
._teddy-drawer__overlay_jzq1o_25:where([data-state=open])::before {
|
|
578
|
+
animation: _teddy-fade-in_jzq1o_1 500ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
579
|
+
}
|
|
580
|
+
._teddy-drawer__overlay_jzq1o_25:where([data-state=closed])::before {
|
|
581
|
+
animation: _teddy-fade-out_jzq1o_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
._teddy-drawer__overlay_jzq1o_25::before {
|
|
547
585
|
position: fixed;
|
|
548
586
|
content: "";
|
|
549
587
|
inset: 0;
|
|
550
588
|
background-color: var(--teddy-color-overlay-default);
|
|
551
589
|
}
|
|
552
|
-
._teddy-drawer__overlay--
|
|
590
|
+
._teddy-drawer__overlay--container_jzq1o_49 {
|
|
553
591
|
position: absolute;
|
|
554
592
|
}
|
|
555
|
-
._teddy-drawer__overlay--
|
|
593
|
+
._teddy-drawer__overlay--container_jzq1o_49::before {
|
|
556
594
|
position: absolute;
|
|
557
595
|
}
|
|
558
|
-
._teddy-drawer__overlay--
|
|
596
|
+
._teddy-drawer__overlay--container_jzq1o_49 ._teddy-drawer__content_jzq1o_55 {
|
|
559
597
|
position: absolute;
|
|
560
598
|
}
|
|
561
|
-
._teddy-
|
|
599
|
+
._teddy-drawer__content_jzq1o_55 {
|
|
562
600
|
background-color: var(--teddy-color-background-primary);
|
|
563
601
|
box-shadow: var(--teddy-shadow-lg);
|
|
564
602
|
position: fixed;
|
|
565
603
|
overflow: hidden;
|
|
566
604
|
inset: 0 0 0 auto;
|
|
567
605
|
max-width: 500px;
|
|
606
|
+
box-sizing: border-box;
|
|
607
|
+
min-width: min(100%, 400px);
|
|
568
608
|
padding: var(--teddy-spacing-300);
|
|
569
609
|
display: flex;
|
|
570
610
|
flex-direction: column;
|
|
571
611
|
gap: var(--teddy-spacing-200);
|
|
572
612
|
}
|
|
573
|
-
._teddy-drawer__close--floating_1sy9d_50 {
|
|
574
|
-
position: absolute;
|
|
575
|
-
top: var(--teddy-spacing-250);
|
|
576
|
-
right: var(--teddy-spacing-250);
|
|
577
|
-
}
|
|
578
613
|
@media (prefers-reduced-motion: no-preference) {
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
opacity: 1;
|
|
582
|
-
}
|
|
583
|
-
to {
|
|
584
|
-
opacity: 1;
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
@keyframes _drawer-content-show_1sy9d_1 {
|
|
588
|
-
from {
|
|
589
|
-
opacity: 0;
|
|
590
|
-
transform: translateX(24rem);
|
|
591
|
-
}
|
|
592
|
-
to {
|
|
593
|
-
opacity: 1;
|
|
594
|
-
transform: translateX(0px);
|
|
595
|
-
}
|
|
614
|
+
._teddy-drawer__content_jzq1o_55:where([data-state=open]) {
|
|
615
|
+
animation: _drawer-content-show_jzq1o_1 450ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
596
616
|
}
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
opacity: 1;
|
|
600
|
-
transform: translateX(0px);
|
|
601
|
-
}
|
|
602
|
-
to {
|
|
603
|
-
opacity: 0;
|
|
604
|
-
transform: translateX(24rem);
|
|
605
|
-
}
|
|
617
|
+
._teddy-drawer__content_jzq1o_55:where([data-state=closed]) {
|
|
618
|
+
animation: _drawer-content-hide_jzq1o_1 350ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
606
619
|
}
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
620
|
+
}
|
|
621
|
+
._teddy-drawer__close--floating_jzq1o_80 {
|
|
622
|
+
position: absolute;
|
|
623
|
+
top: var(--teddy-spacing-200);
|
|
624
|
+
right: var(--teddy-spacing-200);
|
|
625
|
+
}
|
|
626
|
+
@keyframes _drawer-content-show_jzq1o_1 {
|
|
627
|
+
from {
|
|
628
|
+
transform: translateX(100%);
|
|
615
629
|
}
|
|
616
|
-
|
|
617
|
-
|
|
630
|
+
to {
|
|
631
|
+
transform: translateX(0px);
|
|
618
632
|
}
|
|
619
|
-
|
|
620
|
-
|
|
633
|
+
}
|
|
634
|
+
@keyframes _drawer-content-hide_jzq1o_1 {
|
|
635
|
+
from {
|
|
636
|
+
transform: translateX(0px);
|
|
621
637
|
}
|
|
622
|
-
|
|
623
|
-
|
|
638
|
+
to {
|
|
639
|
+
transform: translateX(100%);
|
|
624
640
|
}
|
|
625
641
|
}@layer text {
|
|
626
642
|
._teddy-text_15w9u_2 {
|
|
@@ -889,82 +905,84 @@
|
|
|
889
905
|
}
|
|
890
906
|
._teddy-chip__indicator_1er2j_82 {
|
|
891
907
|
display: none;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
908
|
+
}@layer link {
|
|
909
|
+
._teddy-link_azi31_2 {
|
|
910
|
+
align-items: center;
|
|
911
|
+
cursor: pointer;
|
|
912
|
+
display: inline-flex;
|
|
913
|
+
gap: var(--teddy-spacing-50);
|
|
914
|
+
text-decoration: underline;
|
|
915
|
+
}
|
|
916
|
+
._teddy-link_azi31_2:focus, ._teddy-link_azi31_2:active {
|
|
917
|
+
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
918
|
+
outline-offset: var(--teddy-spacing-25);
|
|
919
|
+
}
|
|
920
|
+
._teddy-link_azi31_2:focus:not(:focus-visible) {
|
|
921
|
+
outline: 0;
|
|
922
|
+
}
|
|
923
|
+
._teddy-link--text_azi31_16, ._teddy-link--standalone_azi31_16, ._teddy-link--navigation_azi31_16 {
|
|
924
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
925
|
+
}
|
|
926
|
+
._teddy-link--text_azi31_16:hover, ._teddy-link--standalone_azi31_16:hover, ._teddy-link--navigation_azi31_16:hover {
|
|
927
|
+
color: var(--teddy-color-text-interactive-primary-active);
|
|
928
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
929
|
+
}
|
|
930
|
+
._teddy-link--text_azi31_16:active, ._teddy-link--standalone_azi31_16:active, ._teddy-link--navigation_azi31_16:active {
|
|
931
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
932
|
+
}
|
|
933
|
+
._teddy-link--text_azi31_16:visited:not(._teddy-link--disable-visited_azi31_26), ._teddy-link--standalone_azi31_16:visited:not(._teddy-link--disable-visited_azi31_26), ._teddy-link--navigation_azi31_16:visited:not(._teddy-link--disable-visited_azi31_26) {
|
|
934
|
+
color: var(--teddy-color-text-interactive-primary-active);
|
|
935
|
+
}
|
|
936
|
+
._teddy-link--text-negative_azi31_29, ._teddy-link--standalone-negative_azi31_29, ._teddy-link--navigation-negative_azi31_29 {
|
|
937
|
+
color: var(--teddy-color-text-interactive-primary-negative);
|
|
938
|
+
}
|
|
939
|
+
._teddy-link--text-negative_azi31_29:hover, ._teddy-link--standalone-negative_azi31_29:hover, ._teddy-link--navigation-negative_azi31_29:hover {
|
|
940
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
941
|
+
color: var(--teddy-color-text-interactive-primary-negative);
|
|
942
|
+
}
|
|
943
|
+
._teddy-link--text-negative_azi31_29:active, ._teddy-link--standalone-negative_azi31_29:active, ._teddy-link--navigation-negative_azi31_29:active {
|
|
944
|
+
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
945
|
+
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
946
|
+
}
|
|
947
|
+
._teddy-link--text-negative_azi31_29:visited:not(._teddy-link--disable-visited_azi31_26), ._teddy-link--standalone-negative_azi31_29:visited:not(._teddy-link--disable-visited_azi31_26), ._teddy-link--navigation-negative_azi31_29:visited:not(._teddy-link--disable-visited_azi31_26) {
|
|
948
|
+
color: var(--teddy-color-text-interactive-primary-negative-active);
|
|
949
|
+
}
|
|
950
|
+
._teddy-link--standalone_azi31_16, ._teddy-link--standalone-negative_azi31_29 {
|
|
951
|
+
padding: var(--teddy-spacing-150) 0;
|
|
952
|
+
}
|
|
953
|
+
._teddy-link--navigation_azi31_16, ._teddy-link--navigation-negative_azi31_29 {
|
|
954
|
+
align-items: center;
|
|
955
|
+
background-color: var(--teddy-color-functional-transparent);
|
|
956
|
+
display: flex;
|
|
957
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
958
|
+
text-decoration: none;
|
|
959
|
+
}
|
|
960
|
+
._teddy-link--navigation_azi31_16:active, ._teddy-link--navigation_azi31_16:hover, ._teddy-link--navigation-negative_azi31_29:active, ._teddy-link--navigation-negative_azi31_29:hover {
|
|
961
|
+
background-color: var(--teddy-color-functional-transparent);
|
|
962
|
+
text-decoration: underline;
|
|
963
|
+
}
|
|
964
|
+
._teddy-link--ensure-target-area_azi31_57 {
|
|
965
|
+
display: flex;
|
|
966
|
+
align-items: center;
|
|
967
|
+
min-height: var(--teddy-spacing-600);
|
|
968
|
+
min-width: var(--teddy-spacing-600);
|
|
969
|
+
}
|
|
970
|
+
._teddy-link--silent_azi31_63 {
|
|
971
|
+
background-color: inherit;
|
|
972
|
+
color: inherit;
|
|
973
|
+
height: 100%;
|
|
974
|
+
text-decoration: none;
|
|
975
|
+
}
|
|
976
|
+
._teddy-link--silent_azi31_63:hover, ._teddy-link--silent_azi31_63:focus, ._teddy-link--silent_azi31_63:active {
|
|
977
|
+
background-color: inherit;
|
|
978
|
+
color: inherit;
|
|
979
|
+
}
|
|
980
|
+
._teddy-link--silent_azi31_63 a:focus {
|
|
981
|
+
outline: 0;
|
|
982
|
+
}
|
|
983
|
+
._teddy-link--silent_azi31_63:is(._teddy-link--disable-visited_azi31_26):visited {
|
|
984
|
+
color: inherit;
|
|
985
|
+
}
|
|
968
986
|
}@layer grid {
|
|
969
987
|
._teddy-grid_1dv1t_2 {
|
|
970
988
|
box-sizing: border-box;
|
|
@@ -1219,47 +1237,45 @@
|
|
|
1219
1237
|
}
|
|
1220
1238
|
}@layer heading, button, card, notification;
|
|
1221
1239
|
@layer notification {
|
|
1222
|
-
._teddy-
|
|
1240
|
+
._teddy-notification_1ref8_3 {
|
|
1223
1241
|
--status-border: var(--teddy-color-border-status-success);
|
|
1224
1242
|
--status-color: var(--teddy-color-text-status-success-strong);
|
|
1225
1243
|
--status-icon-color: var(--teddy-color-text-status-success-medium);
|
|
1226
|
-
padding: var(--teddy-spacing-200) var(--teddy-spacing-200) var(--teddy-spacing-200) var(--teddy-spacing-
|
|
1244
|
+
padding: var(--teddy-spacing-200) var(--teddy-spacing-200) var(--teddy-spacing-200) var(--teddy-spacing-150);
|
|
1227
1245
|
gap: var(--teddy-spacing-100);
|
|
1228
|
-
}
|
|
1229
|
-
._teddy-notification_q80ka_3::after {
|
|
1230
1246
|
border-width: var(--teddy-border-width-sm) var(--teddy-border-width-sm) var(--teddy-border-width-sm) var(--teddy-border-width-lg);
|
|
1231
1247
|
border-color: var(--status-border);
|
|
1232
1248
|
}
|
|
1233
|
-
._teddy-
|
|
1249
|
+
._teddy-notification__dismiss_1ref8_12 {
|
|
1234
1250
|
position: absolute;
|
|
1235
|
-
inset: var(--teddy-spacing-
|
|
1251
|
+
inset: var(--teddy-spacing-50) var(--teddy-spacing-50) auto auto;
|
|
1236
1252
|
}
|
|
1237
|
-
._teddy-notification--
|
|
1253
|
+
._teddy-notification--success_1ref8_16 {
|
|
1238
1254
|
--status-border: var(--teddy-color-border-status-success);
|
|
1239
1255
|
--status-color: var(--teddy-color-text-status-success-strong);
|
|
1240
1256
|
--status-icon-color: var(--teddy-color-text-status-success-medium);
|
|
1241
1257
|
}
|
|
1242
|
-
._teddy-notification--
|
|
1258
|
+
._teddy-notification--warning_1ref8_21 {
|
|
1243
1259
|
--status-border: var(--teddy-color-border-status-warning);
|
|
1244
1260
|
--status-color: var(--teddy-color-text-status-warning-strong);
|
|
1245
1261
|
--status-icon-color: var(--teddy-color-text-status-warning-medium);
|
|
1246
1262
|
}
|
|
1247
|
-
._teddy-notification--
|
|
1263
|
+
._teddy-notification--error_1ref8_26 {
|
|
1248
1264
|
--status-border: var(--teddy-color-border-status-error);
|
|
1249
1265
|
--status-color: var(--teddy-color-text-status-error-strong);
|
|
1250
1266
|
--status-icon-color: var(--teddy-color-text-status-error-medium);
|
|
1251
1267
|
}
|
|
1252
|
-
._teddy-notification--
|
|
1268
|
+
._teddy-notification--information_1ref8_31 {
|
|
1253
1269
|
--status-border: var(--teddy-color-border-status-info);
|
|
1254
1270
|
--status-color: var(--teddy-color-text-status-info-strong);
|
|
1255
1271
|
--status-icon-color: var(--teddy-color-text-status-info-medium);
|
|
1256
1272
|
}
|
|
1257
|
-
._teddy-
|
|
1273
|
+
._teddy-notification__heading_1ref8_36 {
|
|
1258
1274
|
color: var(--status-color);
|
|
1259
1275
|
display: flex;
|
|
1260
1276
|
align-items: center;
|
|
1261
1277
|
}
|
|
1262
|
-
._teddy-
|
|
1278
|
+
._teddy-notification__icon_1ref8_41 {
|
|
1263
1279
|
color: var(--status-icon-color);
|
|
1264
1280
|
}
|
|
1265
1281
|
}._teddy-label_1hc8e_1 {
|
|
@@ -1429,7 +1445,7 @@
|
|
|
1429
1445
|
}
|
|
1430
1446
|
._teddy-visually-hidden--focusable_15nus_15:not(:focus):not(:focus-within):not(caption) {
|
|
1431
1447
|
position: absolute;
|
|
1432
|
-
}._teddy-navigation-
|
|
1448
|
+
}._teddy-navigation-menu_959s3_1 {
|
|
1433
1449
|
--item-gap: var(--teddy-spacing-200);
|
|
1434
1450
|
--width-for-centering-element: calc((100% - var(--teddy-breakpoint-xl) + var(--teddy-spacing-600) * 2) / 2);
|
|
1435
1451
|
--inline-padding: calc(var(--teddy-spacing-200) - var(--item-gap));
|
|
@@ -1439,16 +1455,16 @@
|
|
|
1439
1455
|
width: auto;
|
|
1440
1456
|
}
|
|
1441
1457
|
@media (min-width: 600px) {
|
|
1442
|
-
._teddy-navigation-
|
|
1458
|
+
._teddy-navigation-menu_959s3_1 {
|
|
1443
1459
|
--inline-padding: calc(var(--teddy-spacing-300) - var(--item-gap));
|
|
1444
1460
|
}
|
|
1445
1461
|
}
|
|
1446
1462
|
@media (min-width: 1440px) {
|
|
1447
|
-
._teddy-navigation-
|
|
1463
|
+
._teddy-navigation-menu_959s3_1 {
|
|
1448
1464
|
--inline-padding: calc(var(--teddy-spacing-400) - var(--item-gap));
|
|
1449
1465
|
}
|
|
1450
1466
|
}
|
|
1451
|
-
._teddy-navigation-
|
|
1467
|
+
._teddy-navigation-menu_959s3_1::after {
|
|
1452
1468
|
content: "";
|
|
1453
1469
|
position: absolute;
|
|
1454
1470
|
inset: 0;
|
|
@@ -1457,14 +1473,14 @@
|
|
|
1457
1473
|
opacity: 0;
|
|
1458
1474
|
}
|
|
1459
1475
|
@media (prefers-reduced-motion: no-preference) {
|
|
1460
|
-
._teddy-navigation-
|
|
1476
|
+
._teddy-navigation-menu_959s3_1::after {
|
|
1461
1477
|
transition: opacity var(--teddy-motion-duration-300) ease;
|
|
1462
1478
|
}
|
|
1463
1479
|
}
|
|
1464
|
-
._teddy-navigation-
|
|
1480
|
+
._teddy-navigation-menu_959s3_1:has(._teddy-navigation-menu__viewport_959s3_33[data-state=open])::after {
|
|
1465
1481
|
opacity: 1;
|
|
1466
1482
|
}
|
|
1467
|
-
._teddy-navigation-
|
|
1483
|
+
._teddy-navigation-menu__list_959s3_36 {
|
|
1468
1484
|
all: unset;
|
|
1469
1485
|
list-style-type: none;
|
|
1470
1486
|
display: flex;
|
|
@@ -1473,17 +1489,17 @@
|
|
|
1473
1489
|
padding-inline: var(--inline-padding);
|
|
1474
1490
|
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-border-weak);
|
|
1475
1491
|
}
|
|
1476
|
-
._teddy-navigation-
|
|
1492
|
+
._teddy-navigation-menu__list_959s3_36::before {
|
|
1477
1493
|
content: "";
|
|
1478
1494
|
display: block;
|
|
1479
1495
|
width: var(--width-for-centering-element);
|
|
1480
1496
|
}
|
|
1481
|
-
._teddy-navigation-
|
|
1497
|
+
._teddy-navigation-menu__list_959s3_36::after {
|
|
1482
1498
|
content: "";
|
|
1483
1499
|
display: block;
|
|
1484
1500
|
width: var(--width-for-centering-element);
|
|
1485
1501
|
}
|
|
1486
|
-
._teddy-navigation-menu__top-menu-
|
|
1502
|
+
._teddy-navigation-menu__top-menu-list_959s3_55 {
|
|
1487
1503
|
all: unset;
|
|
1488
1504
|
position: relative;
|
|
1489
1505
|
list-style-type: none;
|
|
@@ -1493,18 +1509,17 @@
|
|
|
1493
1509
|
align-items: center;
|
|
1494
1510
|
padding-inline: var(--inline-padding);
|
|
1495
1511
|
}
|
|
1496
|
-
._teddy-navigation-menu__top-menu-
|
|
1512
|
+
._teddy-navigation-menu__top-menu-list_959s3_55::before {
|
|
1497
1513
|
content: "";
|
|
1498
1514
|
display: block;
|
|
1499
1515
|
width: var(--width-for-centering-element);
|
|
1500
1516
|
}
|
|
1501
|
-
._teddy-navigation-menu__top-menu-
|
|
1517
|
+
._teddy-navigation-menu__top-menu-list_959s3_55::after {
|
|
1502
1518
|
content: "";
|
|
1503
1519
|
display: block;
|
|
1504
1520
|
width: var(--width-for-centering-element);
|
|
1505
1521
|
}
|
|
1506
|
-
._teddy-navigation-menu__top-menu-
|
|
1507
|
-
all: unset;
|
|
1522
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75 {
|
|
1508
1523
|
all: unset;
|
|
1509
1524
|
position: relative;
|
|
1510
1525
|
cursor: pointer;
|
|
@@ -1521,12 +1536,12 @@
|
|
|
1521
1536
|
line-height: var(--teddy-typography-line-height-loose);
|
|
1522
1537
|
padding: var(--teddy-spacing-250) var(--teddy-spacing-100);
|
|
1523
1538
|
}
|
|
1524
|
-
._teddy-navigation-menu__top-menu-trigger--
|
|
1539
|
+
._teddy-navigation-menu__top-menu-trigger--small_959s3_92 {
|
|
1525
1540
|
padding: var(--teddy-spacing-150) var(--teddy-spacing-100);
|
|
1526
1541
|
font-size: var(--teddy-typography-scale-75);
|
|
1527
1542
|
line-height: var(--teddy-typography-line-height-loose);
|
|
1528
1543
|
}
|
|
1529
|
-
._teddy-navigation-menu__top-menu-trigger--
|
|
1544
|
+
._teddy-navigation-menu__top-menu-trigger--button_959s3_97 {
|
|
1530
1545
|
padding: var(--teddy-spacing-100);
|
|
1531
1546
|
min-height: var(--teddy-spacing-600);
|
|
1532
1547
|
border-radius: var(--teddy-border-radius-md);
|
|
@@ -1537,7 +1552,7 @@
|
|
|
1537
1552
|
gap: var(--teddy-spacing-100);
|
|
1538
1553
|
row-gap: var(--teddy-spacing-50);
|
|
1539
1554
|
}
|
|
1540
|
-
._teddy-navigation-menu__top-menu-
|
|
1555
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75::after {
|
|
1541
1556
|
content: "";
|
|
1542
1557
|
display: block;
|
|
1543
1558
|
position: absolute;
|
|
@@ -1548,10 +1563,10 @@
|
|
|
1548
1563
|
pointer-events: none;
|
|
1549
1564
|
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
1550
1565
|
}
|
|
1551
|
-
._teddy-navigation-menu__top-menu-trigger--
|
|
1566
|
+
._teddy-navigation-menu__top-menu-trigger--button_959s3_97::after {
|
|
1552
1567
|
border: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
1553
1568
|
}
|
|
1554
|
-
._teddy-navigation-menu__top-menu-
|
|
1569
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75:not(._teddy-navigation-menu__top-menu-trigger--button_959s3_97)::before {
|
|
1555
1570
|
content: attr(data-text);
|
|
1556
1571
|
content: attr(data-text)/"";
|
|
1557
1572
|
height: 0;
|
|
@@ -1562,81 +1577,87 @@
|
|
|
1562
1577
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1563
1578
|
}
|
|
1564
1579
|
@media speech {
|
|
1565
|
-
._teddy-navigation-menu__top-menu-
|
|
1580
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75:not(._teddy-navigation-menu__top-menu-trigger--button_959s3_97)::before {
|
|
1566
1581
|
display: none;
|
|
1567
1582
|
}
|
|
1568
1583
|
}
|
|
1569
|
-
._teddy-navigation-menu__top-menu-
|
|
1584
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75:hover {
|
|
1570
1585
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
1571
1586
|
}
|
|
1572
|
-
._teddy-navigation-menu__top-menu-
|
|
1587
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75:hover::after {
|
|
1573
1588
|
opacity: 1;
|
|
1574
1589
|
}
|
|
1575
|
-
._teddy-navigation-menu__top-menu-
|
|
1590
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75:active {
|
|
1576
1591
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1577
1592
|
}
|
|
1578
|
-
._teddy-navigation-menu__top-menu-
|
|
1593
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75:active::after {
|
|
1579
1594
|
opacity: 1;
|
|
1580
1595
|
}
|
|
1581
|
-
._teddy-navigation-menu__top-menu-
|
|
1596
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75[data-state=open] {
|
|
1582
1597
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1583
1598
|
}
|
|
1584
|
-
._teddy-navigation-menu__top-menu-
|
|
1599
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75:has([data-active]), ._teddy-navigation-menu__top-menu-trigger_959s3_75[data-active] {
|
|
1585
1600
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1586
1601
|
}
|
|
1587
|
-
._teddy-navigation-menu__top-menu-
|
|
1602
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75:has([data-active])::after, ._teddy-navigation-menu__top-menu-trigger_959s3_75[data-active]::after {
|
|
1588
1603
|
border-color: var(--teddy-color-text-interactive-primary);
|
|
1589
1604
|
opacity: 1;
|
|
1590
1605
|
}
|
|
1591
|
-
._teddy-navigation-menu__top-menu-
|
|
1606
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75:focus-visible {
|
|
1592
1607
|
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
1593
1608
|
}
|
|
1594
|
-
._teddy-navigation-
|
|
1609
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75[data-state=open] {
|
|
1610
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
1611
|
+
}
|
|
1612
|
+
._teddy-navigation-menu__top-menu-trigger_959s3_75[data-state=open]::after {
|
|
1613
|
+
border-color: var(--teddy-color-text-interactive-primary);
|
|
1614
|
+
opacity: 1;
|
|
1615
|
+
}
|
|
1616
|
+
._teddy-navigation-menu__content_959s3_169 {
|
|
1595
1617
|
all: unset;
|
|
1596
1618
|
list-style-type: none;
|
|
1597
1619
|
display: flex;
|
|
1598
1620
|
gap: var(--teddy-spacing-100);
|
|
1599
|
-
padding:
|
|
1621
|
+
padding: 0;
|
|
1600
1622
|
position: absolute;
|
|
1601
1623
|
left: 0;
|
|
1602
1624
|
right: 0;
|
|
1603
|
-
display: flex;
|
|
1604
1625
|
max-width: calc(var(--teddy-breakpoint-xl) - (var(--teddy-spacing-600) + var(--item-gap)) * 2);
|
|
1605
1626
|
margin-inline: auto;
|
|
1606
1627
|
padding-inline: calc(var(--inline-padding) + var(--teddy-spacing-200));
|
|
1607
1628
|
overflow: clip;
|
|
1608
1629
|
}
|
|
1609
|
-
._teddy-navigation-
|
|
1630
|
+
._teddy-navigation-menu__content_959s3_169 > ul {
|
|
1610
1631
|
list-style: none;
|
|
1611
1632
|
display: flex;
|
|
1612
1633
|
margin: 0;
|
|
1613
1634
|
padding: 0;
|
|
1614
1635
|
}
|
|
1615
1636
|
@media (prefers-reduced-motion: no-preference) {
|
|
1616
|
-
._teddy-navigation-
|
|
1637
|
+
._teddy-navigation-menu__content_959s3_169 {
|
|
1617
1638
|
animation-duration: var(--teddy-motion-duration-300);
|
|
1618
1639
|
animation-timing-function: ease;
|
|
1619
1640
|
}
|
|
1620
|
-
._teddy-navigation-
|
|
1621
|
-
animation-name:
|
|
1641
|
+
._teddy-navigation-menu__content_959s3_169[data-motion=from-start] {
|
|
1642
|
+
animation-name: _enterFromLeft_959s3_1;
|
|
1622
1643
|
}
|
|
1623
|
-
._teddy-navigation-
|
|
1624
|
-
animation-name:
|
|
1644
|
+
._teddy-navigation-menu__content_959s3_169[data-motion=from-end] {
|
|
1645
|
+
animation-name: _enterFromRight_959s3_1;
|
|
1625
1646
|
}
|
|
1626
|
-
._teddy-navigation-
|
|
1627
|
-
animation-name:
|
|
1647
|
+
._teddy-navigation-menu__content_959s3_169[data-motion=to-start] {
|
|
1648
|
+
animation-name: _exitToLeft_959s3_1;
|
|
1628
1649
|
}
|
|
1629
|
-
._teddy-navigation-
|
|
1630
|
-
animation-name:
|
|
1650
|
+
._teddy-navigation-menu__content_959s3_169[data-motion=to-end] {
|
|
1651
|
+
animation-name: _exitToRight_959s3_1;
|
|
1631
1652
|
}
|
|
1632
1653
|
}
|
|
1633
|
-
._teddy-navigation-
|
|
1654
|
+
._teddy-navigation-menu__content_959s3_169::before {
|
|
1634
1655
|
content: "";
|
|
1635
1656
|
position: absolute;
|
|
1636
1657
|
inset: 0;
|
|
1637
1658
|
box-shadow: 0 var(--teddy-border-width-lg) var(--teddy-border-width-lg) calc(var(--teddy-border-width-md) * -1) var(--teddy-color-border-weak);
|
|
1638
1659
|
}
|
|
1639
|
-
._teddy-navigation-
|
|
1660
|
+
._teddy-navigation-menu__trigger_959s3_213 {
|
|
1640
1661
|
position: relative;
|
|
1641
1662
|
all: unset;
|
|
1642
1663
|
position: relative;
|
|
@@ -1654,12 +1675,12 @@
|
|
|
1654
1675
|
line-height: var(--teddy-typography-line-height-loose);
|
|
1655
1676
|
padding: var(--teddy-spacing-250) var(--teddy-spacing-100);
|
|
1656
1677
|
}
|
|
1657
|
-
._teddy-navigation-menu__trigger--
|
|
1678
|
+
._teddy-navigation-menu__trigger--small_959s3_231 {
|
|
1658
1679
|
padding: var(--teddy-spacing-150) var(--teddy-spacing-100);
|
|
1659
1680
|
font-size: var(--teddy-typography-scale-75);
|
|
1660
1681
|
line-height: var(--teddy-typography-line-height-loose);
|
|
1661
1682
|
}
|
|
1662
|
-
._teddy-navigation-menu__trigger--
|
|
1683
|
+
._teddy-navigation-menu__trigger--button_959s3_236 {
|
|
1663
1684
|
padding: var(--teddy-spacing-100);
|
|
1664
1685
|
min-height: var(--teddy-spacing-600);
|
|
1665
1686
|
border-radius: var(--teddy-border-radius-md);
|
|
@@ -1670,7 +1691,7 @@
|
|
|
1670
1691
|
gap: var(--teddy-spacing-100);
|
|
1671
1692
|
row-gap: var(--teddy-spacing-50);
|
|
1672
1693
|
}
|
|
1673
|
-
._teddy-navigation-
|
|
1694
|
+
._teddy-navigation-menu__trigger_959s3_213::after {
|
|
1674
1695
|
content: "";
|
|
1675
1696
|
display: block;
|
|
1676
1697
|
position: absolute;
|
|
@@ -1681,10 +1702,10 @@
|
|
|
1681
1702
|
pointer-events: none;
|
|
1682
1703
|
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
1683
1704
|
}
|
|
1684
|
-
._teddy-navigation-menu__trigger--
|
|
1705
|
+
._teddy-navigation-menu__trigger--button_959s3_236::after {
|
|
1685
1706
|
border: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
1686
1707
|
}
|
|
1687
|
-
._teddy-navigation-
|
|
1708
|
+
._teddy-navigation-menu__trigger_959s3_213:not(._teddy-navigation-menu__trigger--button_959s3_236)::before {
|
|
1688
1709
|
content: attr(data-text);
|
|
1689
1710
|
content: attr(data-text)/"";
|
|
1690
1711
|
height: 0;
|
|
@@ -1695,36 +1716,36 @@
|
|
|
1695
1716
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1696
1717
|
}
|
|
1697
1718
|
@media speech {
|
|
1698
|
-
._teddy-navigation-
|
|
1719
|
+
._teddy-navigation-menu__trigger_959s3_213:not(._teddy-navigation-menu__trigger--button_959s3_236)::before {
|
|
1699
1720
|
display: none;
|
|
1700
1721
|
}
|
|
1701
1722
|
}
|
|
1702
|
-
._teddy-navigation-
|
|
1723
|
+
._teddy-navigation-menu__trigger_959s3_213:hover {
|
|
1703
1724
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
1704
1725
|
}
|
|
1705
|
-
._teddy-navigation-
|
|
1726
|
+
._teddy-navigation-menu__trigger_959s3_213:hover::after {
|
|
1706
1727
|
opacity: 1;
|
|
1707
1728
|
}
|
|
1708
|
-
._teddy-navigation-
|
|
1729
|
+
._teddy-navigation-menu__trigger_959s3_213:active {
|
|
1709
1730
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1710
1731
|
}
|
|
1711
|
-
._teddy-navigation-
|
|
1732
|
+
._teddy-navigation-menu__trigger_959s3_213:active::after {
|
|
1712
1733
|
opacity: 1;
|
|
1713
1734
|
}
|
|
1714
|
-
._teddy-navigation-
|
|
1735
|
+
._teddy-navigation-menu__trigger_959s3_213[data-state=open] {
|
|
1715
1736
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1716
1737
|
}
|
|
1717
|
-
._teddy-navigation-
|
|
1738
|
+
._teddy-navigation-menu__trigger_959s3_213:has([data-active]), ._teddy-navigation-menu__trigger_959s3_213[data-active] {
|
|
1718
1739
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1719
1740
|
}
|
|
1720
|
-
._teddy-navigation-
|
|
1741
|
+
._teddy-navigation-menu__trigger_959s3_213:has([data-active])::after, ._teddy-navigation-menu__trigger_959s3_213[data-active]::after {
|
|
1721
1742
|
border-color: var(--teddy-color-text-interactive-primary);
|
|
1722
1743
|
opacity: 1;
|
|
1723
1744
|
}
|
|
1724
|
-
._teddy-navigation-
|
|
1745
|
+
._teddy-navigation-menu__trigger_959s3_213:focus-visible {
|
|
1725
1746
|
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
1726
1747
|
}
|
|
1727
|
-
._teddy-navigation-
|
|
1748
|
+
._teddy-navigation-menu__link_959s3_301 {
|
|
1728
1749
|
all: unset;
|
|
1729
1750
|
position: relative;
|
|
1730
1751
|
cursor: pointer;
|
|
@@ -1742,12 +1763,12 @@
|
|
|
1742
1763
|
padding: var(--teddy-spacing-250) var(--teddy-spacing-100);
|
|
1743
1764
|
text-decoration: none;
|
|
1744
1765
|
}
|
|
1745
|
-
._teddy-navigation-menu__link--
|
|
1766
|
+
._teddy-navigation-menu__link--small_959s3_319 {
|
|
1746
1767
|
padding: var(--teddy-spacing-150) var(--teddy-spacing-100);
|
|
1747
1768
|
font-size: var(--teddy-typography-scale-75);
|
|
1748
1769
|
line-height: var(--teddy-typography-line-height-loose);
|
|
1749
1770
|
}
|
|
1750
|
-
._teddy-navigation-menu__link--
|
|
1771
|
+
._teddy-navigation-menu__link--button_959s3_324 {
|
|
1751
1772
|
padding: var(--teddy-spacing-100);
|
|
1752
1773
|
min-height: var(--teddy-spacing-600);
|
|
1753
1774
|
border-radius: var(--teddy-border-radius-md);
|
|
@@ -1758,7 +1779,7 @@
|
|
|
1758
1779
|
gap: var(--teddy-spacing-100);
|
|
1759
1780
|
row-gap: var(--teddy-spacing-50);
|
|
1760
1781
|
}
|
|
1761
|
-
._teddy-navigation-
|
|
1782
|
+
._teddy-navigation-menu__link_959s3_301::after {
|
|
1762
1783
|
content: "";
|
|
1763
1784
|
display: block;
|
|
1764
1785
|
position: absolute;
|
|
@@ -1769,10 +1790,10 @@
|
|
|
1769
1790
|
pointer-events: none;
|
|
1770
1791
|
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
1771
1792
|
}
|
|
1772
|
-
._teddy-navigation-menu__link--
|
|
1793
|
+
._teddy-navigation-menu__link--button_959s3_324::after {
|
|
1773
1794
|
border: var(--teddy-border-width-sm) solid var(--teddy-color-purple-500);
|
|
1774
1795
|
}
|
|
1775
|
-
._teddy-navigation-
|
|
1796
|
+
._teddy-navigation-menu__link_959s3_301:not(._teddy-navigation-menu__link--button_959s3_324)::before {
|
|
1776
1797
|
content: attr(data-text);
|
|
1777
1798
|
content: attr(data-text)/"";
|
|
1778
1799
|
height: 0;
|
|
@@ -1783,36 +1804,36 @@
|
|
|
1783
1804
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1784
1805
|
}
|
|
1785
1806
|
@media speech {
|
|
1786
|
-
._teddy-navigation-
|
|
1807
|
+
._teddy-navigation-menu__link_959s3_301:not(._teddy-navigation-menu__link--button_959s3_324)::before {
|
|
1787
1808
|
display: none;
|
|
1788
1809
|
}
|
|
1789
1810
|
}
|
|
1790
|
-
._teddy-navigation-
|
|
1811
|
+
._teddy-navigation-menu__link_959s3_301:hover {
|
|
1791
1812
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
1792
1813
|
}
|
|
1793
|
-
._teddy-navigation-
|
|
1814
|
+
._teddy-navigation-menu__link_959s3_301:hover::after {
|
|
1794
1815
|
opacity: 1;
|
|
1795
1816
|
}
|
|
1796
|
-
._teddy-navigation-
|
|
1817
|
+
._teddy-navigation-menu__link_959s3_301:active {
|
|
1797
1818
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
1798
1819
|
}
|
|
1799
|
-
._teddy-navigation-
|
|
1820
|
+
._teddy-navigation-menu__link_959s3_301:active::after {
|
|
1800
1821
|
opacity: 1;
|
|
1801
1822
|
}
|
|
1802
|
-
._teddy-navigation-
|
|
1823
|
+
._teddy-navigation-menu__link_959s3_301[data-state=open] {
|
|
1803
1824
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1804
1825
|
}
|
|
1805
|
-
._teddy-navigation-
|
|
1826
|
+
._teddy-navigation-menu__link_959s3_301:has([data-active]), ._teddy-navigation-menu__link_959s3_301[data-active] {
|
|
1806
1827
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1807
1828
|
}
|
|
1808
|
-
._teddy-navigation-
|
|
1829
|
+
._teddy-navigation-menu__link_959s3_301:has([data-active])::after, ._teddy-navigation-menu__link_959s3_301[data-active]::after {
|
|
1809
1830
|
border-color: var(--teddy-color-text-interactive-primary);
|
|
1810
1831
|
opacity: 1;
|
|
1811
1832
|
}
|
|
1812
|
-
._teddy-navigation-
|
|
1833
|
+
._teddy-navigation-menu__link_959s3_301:focus-visible {
|
|
1813
1834
|
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
1814
1835
|
}
|
|
1815
|
-
._teddy-navigation-
|
|
1836
|
+
._teddy-navigation-menu__viewport_959s3_33 {
|
|
1816
1837
|
position: relative;
|
|
1817
1838
|
background-color: var(--teddy-color-background-primary);
|
|
1818
1839
|
height: var(--radix-navigation-menu-viewport-height);
|
|
@@ -1820,17 +1841,17 @@
|
|
|
1820
1841
|
overflow: clip;
|
|
1821
1842
|
}
|
|
1822
1843
|
@media (prefers-reduced-motion: no-preference) {
|
|
1823
|
-
._teddy-navigation-
|
|
1844
|
+
._teddy-navigation-menu__viewport_959s3_33 {
|
|
1824
1845
|
transition: width, height, var(--teddy-motion-duration-300) ease;
|
|
1825
1846
|
}
|
|
1826
|
-
._teddy-navigation-
|
|
1827
|
-
animation:
|
|
1847
|
+
._teddy-navigation-menu__viewport_959s3_33[data-state=open] {
|
|
1848
|
+
animation: _scaleIn_959s3_1 var(--teddy-motion-duration-300) ease;
|
|
1828
1849
|
}
|
|
1829
|
-
._teddy-navigation-
|
|
1830
|
-
animation:
|
|
1850
|
+
._teddy-navigation-menu__viewport_959s3_33[data-state=closed] {
|
|
1851
|
+
animation: _scaleOut_959s3_1 var(--teddy-motion-duration-300) ease;
|
|
1831
1852
|
}
|
|
1832
1853
|
}
|
|
1833
|
-
@keyframes
|
|
1854
|
+
@keyframes _scaleIn_959s3_1 {
|
|
1834
1855
|
from {
|
|
1835
1856
|
opacity: 0;
|
|
1836
1857
|
transform: scale(0.9);
|
|
@@ -1842,7 +1863,7 @@
|
|
|
1842
1863
|
height: var(--radix-navigation-menu-viewport-height);
|
|
1843
1864
|
}
|
|
1844
1865
|
}
|
|
1845
|
-
@keyframes
|
|
1866
|
+
@keyframes _scaleOut_959s3_1 {
|
|
1846
1867
|
from {
|
|
1847
1868
|
opacity: 1;
|
|
1848
1869
|
transform: scale(1);
|
|
@@ -1853,7 +1874,7 @@
|
|
|
1853
1874
|
height: 0;
|
|
1854
1875
|
}
|
|
1855
1876
|
}
|
|
1856
|
-
@keyframes
|
|
1877
|
+
@keyframes _enterFromRight_959s3_1 {
|
|
1857
1878
|
from {
|
|
1858
1879
|
opacity: 0;
|
|
1859
1880
|
transform: translateX(200px);
|
|
@@ -1863,7 +1884,7 @@
|
|
|
1863
1884
|
transform: translateX(0);
|
|
1864
1885
|
}
|
|
1865
1886
|
}
|
|
1866
|
-
@keyframes
|
|
1887
|
+
@keyframes _enterFromLeft_959s3_1 {
|
|
1867
1888
|
from {
|
|
1868
1889
|
opacity: 0;
|
|
1869
1890
|
transform: translateX(-200px);
|
|
@@ -1873,7 +1894,7 @@
|
|
|
1873
1894
|
transform: translateX(0);
|
|
1874
1895
|
}
|
|
1875
1896
|
}
|
|
1876
|
-
@keyframes
|
|
1897
|
+
@keyframes _exitToRight_959s3_1 {
|
|
1877
1898
|
from {
|
|
1878
1899
|
opacity: 1;
|
|
1879
1900
|
transform: translateX(0);
|
|
@@ -1883,7 +1904,7 @@
|
|
|
1883
1904
|
transform: translateX(200px);
|
|
1884
1905
|
}
|
|
1885
1906
|
}
|
|
1886
|
-
@keyframes
|
|
1907
|
+
@keyframes _exitToLeft_959s3_1 {
|
|
1887
1908
|
from {
|
|
1888
1909
|
opacity: 1;
|
|
1889
1910
|
transform: translateX(0);
|
|
@@ -2012,75 +2033,81 @@
|
|
|
2012
2033
|
opacity: 1;
|
|
2013
2034
|
scale: 1;
|
|
2014
2035
|
}
|
|
2015
|
-
}@layer heading, accordion;
|
|
2036
|
+
}@layer heading, link, accordion;
|
|
2016
2037
|
@layer accordion {
|
|
2017
|
-
._teddy-accordion--
|
|
2018
|
-
|
|
2038
|
+
._teddy-accordion--indented_1oe24_3 ._teddy-accordion__header_1oe24_3 > *:first-child {
|
|
2039
|
+
padding-left: var(--teddy-spacing-200);
|
|
2040
|
+
}
|
|
2041
|
+
@media (min-width: 600px) {
|
|
2042
|
+
._teddy-accordion--indented_1oe24_3 ._teddy-accordion__header_1oe24_3 > *:first-child {
|
|
2043
|
+
padding-left: var(--teddy-spacing-300);
|
|
2044
|
+
}
|
|
2045
|
+
}
|
|
2046
|
+
._teddy-accordion--indented_1oe24_3 ._teddy-accordion__content_1oe24_11 {
|
|
2019
2047
|
padding-inline: var(--teddy-spacing-200);
|
|
2020
2048
|
}
|
|
2021
2049
|
@media (min-width: 600px) {
|
|
2022
|
-
._teddy-accordion--
|
|
2023
|
-
._teddy-accordion--indented_fs2mc_3 ._teddy-accordion__content_fs2mc_4 {
|
|
2050
|
+
._teddy-accordion--indented_1oe24_3 ._teddy-accordion__content_1oe24_11 {
|
|
2024
2051
|
padding-inline: var(--teddy-spacing-300);
|
|
2025
2052
|
}
|
|
2026
2053
|
}
|
|
2027
|
-
._teddy-accordion--
|
|
2054
|
+
._teddy-accordion--negative_1oe24_19 ._teddy-accordion__header_1oe24_3 {
|
|
2028
2055
|
color: var(--teddy-color-text-interactive-primary-negative);
|
|
2029
2056
|
}
|
|
2030
|
-
._teddy-accordion--
|
|
2031
|
-
._teddy-accordion--
|
|
2057
|
+
._teddy-accordion--negative_1oe24_19 ._teddy-accordion__content_1oe24_11,
|
|
2058
|
+
._teddy-accordion--negative_1oe24_19 ._teddy-accordion__title_1oe24_23 {
|
|
2032
2059
|
color: var(--teddy-color-text-default-negative);
|
|
2033
2060
|
}
|
|
2034
|
-
._teddy-accordion--
|
|
2061
|
+
._teddy-accordion--negative_1oe24_19 ._teddy-accordion__trigger_1oe24_26:hover {
|
|
2035
2062
|
background-color: var(--teddy-color-background-interactive-transparent-negative-hover);
|
|
2036
2063
|
}
|
|
2037
2064
|
@media (prefers-reduced-motion: no-preference) {
|
|
2038
|
-
._teddy-accordion--
|
|
2065
|
+
._teddy-accordion--negative_1oe24_19 ._teddy-accordion__trigger_1oe24_26:active {
|
|
2039
2066
|
background-color: var(--teddy-color-background-interactive-transparent-negative-active);
|
|
2040
2067
|
}
|
|
2041
2068
|
}
|
|
2042
|
-
._teddy-accordion--
|
|
2069
|
+
._teddy-accordion--negative_1oe24_19 ._teddy-accordion__item_1oe24_34 {
|
|
2043
2070
|
border-color: var(--teddy-color-border-medium-negative);
|
|
2044
2071
|
}
|
|
2045
|
-
._teddy-accordion--
|
|
2072
|
+
._teddy-accordion--negative_1oe24_19 ._teddy-accordion__item_1oe24_34:last-child {
|
|
2046
2073
|
border-color: var(--teddy-color-border-medium-negative);
|
|
2047
2074
|
}
|
|
2048
|
-
._teddy-
|
|
2075
|
+
._teddy-accordion_1oe24_3:disabled {
|
|
2049
2076
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
2050
2077
|
}
|
|
2051
|
-
._teddy-
|
|
2078
|
+
._teddy-accordion__title_1oe24_23 {
|
|
2052
2079
|
margin-bottom: var(--teddy-spacing-300);
|
|
2053
2080
|
}
|
|
2054
2081
|
@media (min-width: 600px) {
|
|
2055
|
-
._teddy-
|
|
2082
|
+
._teddy-accordion__title_1oe24_23 {
|
|
2056
2083
|
margin-bottom: var(--teddy-spacing-400);
|
|
2057
2084
|
}
|
|
2058
2085
|
}
|
|
2059
|
-
._teddy-
|
|
2086
|
+
._teddy-accordion__item_1oe24_34 {
|
|
2060
2087
|
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
2061
2088
|
}
|
|
2062
|
-
._teddy-
|
|
2089
|
+
._teddy-accordion__item_1oe24_34:first-child {
|
|
2063
2090
|
margin-top: 0;
|
|
2064
2091
|
}
|
|
2065
|
-
._teddy-
|
|
2092
|
+
._teddy-accordion__item_1oe24_34:last-child {
|
|
2066
2093
|
border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
2067
2094
|
}
|
|
2068
|
-
._teddy-
|
|
2095
|
+
._teddy-accordion__header_1oe24_3 {
|
|
2069
2096
|
background-color: var(--teddy-color-background-interactive-transparent);
|
|
2070
|
-
display:
|
|
2097
|
+
display: grid;
|
|
2098
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
2099
|
+
align-items: stretch;
|
|
2071
2100
|
max-width: initial;
|
|
2072
|
-
gap: var(--teddy-spacing-100);
|
|
2073
2101
|
color: var(--teddy-color-text-interactive-primary);
|
|
2074
2102
|
font-weight: var(--teddy-typography-weight-bold);
|
|
2075
2103
|
}
|
|
2076
|
-
._teddy-
|
|
2104
|
+
._teddy-accordion__trigger_1oe24_26 {
|
|
2077
2105
|
all: unset;
|
|
2078
2106
|
font-family: inherit;
|
|
2079
2107
|
background-color: transparent;
|
|
2080
|
-
padding: var(--teddy-spacing-200) var(--teddy-spacing-300) var(--teddy-spacing-200) 0;
|
|
2081
|
-
flex: 1;
|
|
2082
2108
|
display: flex;
|
|
2083
2109
|
gap: var(--teddy-spacing-100);
|
|
2110
|
+
min-width: 2rem;
|
|
2084
2111
|
align-items: center;
|
|
2085
2112
|
justify-content: space-between;
|
|
2086
2113
|
cursor: pointer;
|
|
@@ -2088,68 +2115,69 @@
|
|
|
2088
2115
|
transition-timing-function: var(--teddy-motion-easing-ease-in-out);
|
|
2089
2116
|
transition-property: background-color, color;
|
|
2090
2117
|
}
|
|
2091
|
-
._teddy-
|
|
2118
|
+
._teddy-accordion__trigger_1oe24_26:hover {
|
|
2092
2119
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
2093
2120
|
}
|
|
2094
2121
|
@media (prefers-reduced-motion: no-preference) {
|
|
2095
|
-
._teddy-
|
|
2122
|
+
._teddy-accordion__trigger_1oe24_26:active {
|
|
2096
2123
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
2097
2124
|
}
|
|
2098
2125
|
}
|
|
2099
|
-
._teddy-
|
|
2126
|
+
._teddy-accordion__trigger_1oe24_26:focus-within {
|
|
2100
2127
|
outline: solid var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
2101
2128
|
outline-offset: var(--teddy-spacing-25);
|
|
2102
2129
|
z-index: 1;
|
|
2103
2130
|
}
|
|
2104
|
-
._teddy-
|
|
2131
|
+
._teddy-accordion__trigger_1oe24_26:focus-within:not(:focus-visible) {
|
|
2105
2132
|
outline: 0;
|
|
2106
2133
|
}
|
|
2107
|
-
._teddy-
|
|
2134
|
+
._teddy-accordion__trigger_1oe24_26:disabled {
|
|
2108
2135
|
cursor: not-allowed;
|
|
2109
2136
|
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2110
2137
|
}
|
|
2138
|
+
._teddy-accordion__trigger_1oe24_26 ._teddy-accordion__indicator_1oe24_103 {
|
|
2139
|
+
flex-shrink: 0;
|
|
2140
|
+
transform: rotate(0);
|
|
2141
|
+
margin: var(--teddy-spacing-200);
|
|
2142
|
+
}
|
|
2111
2143
|
@media (min-width: 600px) {
|
|
2112
|
-
._teddy-
|
|
2113
|
-
|
|
2144
|
+
._teddy-accordion__trigger_1oe24_26 ._teddy-accordion__indicator_1oe24_103 {
|
|
2145
|
+
margin: var(--teddy-spacing-300);
|
|
2114
2146
|
}
|
|
2115
2147
|
}
|
|
2116
2148
|
@media (min-width: 1024px) {
|
|
2117
|
-
._teddy-
|
|
2118
|
-
|
|
2149
|
+
._teddy-accordion__trigger_1oe24_26 ._teddy-accordion__indicator_1oe24_103 {
|
|
2150
|
+
margin-block: var(--teddy-spacing-400);
|
|
2119
2151
|
}
|
|
2120
2152
|
}
|
|
2121
|
-
._teddy-accordion__trigger_fs2mc_3 ._teddy-accordion__indicator_fs2mc_107 {
|
|
2122
|
-
flex-shrink: 0;
|
|
2123
|
-
transform: rotate(0);
|
|
2124
|
-
}
|
|
2125
2153
|
@media (prefers-reduced-motion: no-preference) {
|
|
2126
|
-
._teddy-
|
|
2154
|
+
._teddy-accordion__trigger_1oe24_26 ._teddy-accordion__indicator_1oe24_103 {
|
|
2127
2155
|
transition: transform var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
|
|
2128
2156
|
}
|
|
2129
2157
|
}
|
|
2130
|
-
._teddy-
|
|
2158
|
+
._teddy-accordion__trigger_1oe24_26[data-state=open] ._teddy-accordion__indicator_1oe24_103 {
|
|
2131
2159
|
transform: rotate(180deg);
|
|
2132
2160
|
}
|
|
2133
|
-
._teddy-
|
|
2161
|
+
._teddy-accordion__content_1oe24_11 {
|
|
2134
2162
|
overflow: hidden;
|
|
2135
2163
|
color: var(--teddy-color-text-default);
|
|
2136
2164
|
padding: 0 var(--teddy-spacing-300) 0 0;
|
|
2137
2165
|
}
|
|
2138
2166
|
@media (prefers-reduced-motion: no-preference) {
|
|
2139
|
-
._teddy-
|
|
2140
|
-
animation:
|
|
2167
|
+
._teddy-accordion__content_1oe24_11[data-state=open] {
|
|
2168
|
+
animation: _slideDown_1oe24_1 var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
|
|
2141
2169
|
}
|
|
2142
|
-
._teddy-
|
|
2143
|
-
animation:
|
|
2170
|
+
._teddy-accordion__content_1oe24_11[data-state=closed] {
|
|
2171
|
+
animation: _slideUp_1oe24_1 var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
|
|
2144
2172
|
}
|
|
2145
2173
|
}
|
|
2146
|
-
._teddy-
|
|
2174
|
+
._teddy-accordion__content_1oe24_11::after {
|
|
2147
2175
|
content: "";
|
|
2148
2176
|
display: block;
|
|
2149
2177
|
height: var(--teddy-spacing-400);
|
|
2150
2178
|
width: 100%;
|
|
2151
2179
|
}
|
|
2152
|
-
@keyframes
|
|
2180
|
+
@keyframes _slideDown_1oe24_1 {
|
|
2153
2181
|
from {
|
|
2154
2182
|
height: 0;
|
|
2155
2183
|
}
|
|
@@ -2157,7 +2185,7 @@
|
|
|
2157
2185
|
height: var(--radix-accordion-content-height);
|
|
2158
2186
|
}
|
|
2159
2187
|
}
|
|
2160
|
-
@keyframes
|
|
2188
|
+
@keyframes _slideUp_1oe24_1 {
|
|
2161
2189
|
from {
|
|
2162
2190
|
height: var(--radix-accordion-content-height);
|
|
2163
2191
|
}
|
|
@@ -2228,7 +2256,7 @@
|
|
|
2228
2256
|
}
|
|
2229
2257
|
._teddy-helper-text--disabled_6xdzb_9 {
|
|
2230
2258
|
color: var(--teddy-color-text-weak);
|
|
2231
|
-
}@keyframes
|
|
2259
|
+
}@keyframes _fadeInAnimation_5urff_1 {
|
|
2232
2260
|
0% {
|
|
2233
2261
|
opacity: 0;
|
|
2234
2262
|
}
|
|
@@ -2236,7 +2264,7 @@
|
|
|
2236
2264
|
opacity: 1;
|
|
2237
2265
|
}
|
|
2238
2266
|
}
|
|
2239
|
-
@keyframes
|
|
2267
|
+
@keyframes _scaleInAnimation_5urff_1 {
|
|
2240
2268
|
0% {
|
|
2241
2269
|
scale: 0;
|
|
2242
2270
|
}
|
|
@@ -2244,79 +2272,93 @@
|
|
|
2244
2272
|
scale: 100%;
|
|
2245
2273
|
}
|
|
2246
2274
|
}
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
}
|
|
2286
|
-
._teddy-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
}
|
|
2290
|
-
._teddy-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
}
|
|
2296
|
-
._teddy-
|
|
2297
|
-
|
|
2298
|
-
}
|
|
2299
|
-
._teddy-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2275
|
+
@layer input {
|
|
2276
|
+
._teddy-input_5urff_18 {
|
|
2277
|
+
position: relative;
|
|
2278
|
+
cursor: text;
|
|
2279
|
+
display: flex;
|
|
2280
|
+
align-items: center;
|
|
2281
|
+
padding: 0 var(--teddy-spacing-150);
|
|
2282
|
+
gap: var(--teddy-spacing-50);
|
|
2283
|
+
color: var(--teddy-color-text-weak);
|
|
2284
|
+
}
|
|
2285
|
+
._teddy-input__frame_5urff_27 {
|
|
2286
|
+
position: absolute;
|
|
2287
|
+
inset: 0;
|
|
2288
|
+
border-radius: var(--teddy-border-radius-sm);
|
|
2289
|
+
border: var(--teddy-border-width-xs) solid var(--teddy-color-border-interactive-subtle);
|
|
2290
|
+
pointer-events: none;
|
|
2291
|
+
z-index: 1;
|
|
2292
|
+
}
|
|
2293
|
+
._teddy-input__clear-button_5urff_35 {
|
|
2294
|
+
margin-right: calc(var(--teddy-spacing-100) * -1);
|
|
2295
|
+
}
|
|
2296
|
+
._teddy-input__input_5urff_38 {
|
|
2297
|
+
border-radius: var(--teddy-border-radius-sm);
|
|
2298
|
+
border: none;
|
|
2299
|
+
box-sizing: border-box;
|
|
2300
|
+
margin: calc(var(--teddy-spacing-100) + var(--teddy-spacing-25)) 0;
|
|
2301
|
+
font-family: var(--teddy-typography-family-default);
|
|
2302
|
+
font-size: var(--teddy-typography-scale-100);
|
|
2303
|
+
line-height: 150%;
|
|
2304
|
+
overflow: hidden;
|
|
2305
|
+
text-overflow: ellipsis;
|
|
2306
|
+
font-style: normal;
|
|
2307
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
2308
|
+
outline: none;
|
|
2309
|
+
background: transparent;
|
|
2310
|
+
width: 100%;
|
|
2311
|
+
flex: 1 1 100%;
|
|
2312
|
+
color: var(--teddy-color-text-default);
|
|
2313
|
+
}
|
|
2314
|
+
._teddy-input__input_5urff_38:hover ~ ._teddy-input__frame_5urff_27 {
|
|
2315
|
+
border-width: var(--teddy-border-width-sm);
|
|
2316
|
+
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
2317
|
+
}
|
|
2318
|
+
._teddy-input__input_5urff_38:active:not(:disabled):not(:read-only) ~ ._teddy-input__frame_5urff_27, ._teddy-input__input_5urff_38:focus:not(:disabled):not(:read-only) ~ ._teddy-input__frame_5urff_27 {
|
|
2319
|
+
outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-focus);
|
|
2320
|
+
outline-offset: calc(var(--teddy-spacing-10) * 2);
|
|
2321
|
+
border-width: var(--teddy-border-width-xs);
|
|
2322
|
+
border-color: var(--teddy-color-border-interactive-subtle-hover);
|
|
2323
|
+
}
|
|
2324
|
+
._teddy-input__input_5urff_38:disabled {
|
|
2325
|
+
color: var(--teddy-color-text-weak);
|
|
2326
|
+
}
|
|
2327
|
+
._teddy-input__input_5urff_38:disabled ~ ._teddy-input__frame_5urff_27 {
|
|
2328
|
+
border-width: var(--teddy-border-width-xs);
|
|
2329
|
+
border-color: var(--teddy-color-border-medium);
|
|
2330
|
+
}
|
|
2331
|
+
._teddy-input__input_5urff_38:read-only:not(:disabled) {
|
|
2332
|
+
color: var(--teddy-color-text-default);
|
|
2333
|
+
}
|
|
2334
|
+
._teddy-input__input_5urff_38:read-only:not(:disabled) ~ ._teddy-input__frame_5urff_27 {
|
|
2335
|
+
border-width: var(--teddy-border-width-xs);
|
|
2336
|
+
}
|
|
2337
|
+
._teddy-input__input_5urff_38:read-only:not(:disabled):not(._teddy-input__input--valid_5urff_79):not(._teddy-input__input--invalid_5urff_79) ~ ._teddy-input__frame_5urff_27 {
|
|
2338
|
+
border-color: var(--teddy-color-border-medium);
|
|
2339
|
+
}
|
|
2340
|
+
._teddy-input__input--valid_5urff_79 ~ ._teddy-input__frame_5urff_27 {
|
|
2341
|
+
border-color: var(--teddy-color-border-status-success);
|
|
2342
|
+
}
|
|
2343
|
+
._teddy-input__input--valid_5urff_79 ~ ._teddy-input__indicator_5urff_85 {
|
|
2344
|
+
color: var(--teddy-color-border-status-success);
|
|
2345
|
+
}
|
|
2346
|
+
._teddy-input__input--error_5urff_88:not(:hover) ~ ._teddy-input__frame_5urff_27 {
|
|
2347
|
+
border-color: var(--teddy-color-border-status-error);
|
|
2348
|
+
}
|
|
2349
|
+
._teddy-input_5urff_18 > *:not(._teddy-input__input_5urff_38) {
|
|
2350
|
+
flex: 0 0 auto;
|
|
2351
|
+
}
|
|
2352
|
+
._teddy-input__indicator_5urff_85 {
|
|
2353
|
+
animation: _fadeInAnimation_5urff_1 ease var(--teddy-motion-duration-300), _scaleInAnimation_5urff_1 ease var(--teddy-motion-duration-300);
|
|
2354
|
+
}
|
|
2355
|
+
._teddy-input_5urff_18:has(input:disabled) {
|
|
2356
|
+
background-color: var(--teddy-color-background-interactive-disabled);
|
|
2357
|
+
}
|
|
2358
|
+
._teddy-input_5urff_18:has(input:read-only) {
|
|
2359
|
+
background-color: var(--teddy-color-background-interactive-read-only);
|
|
2360
|
+
}
|
|
2361
|
+
}@keyframes _fadeInAnimation_shhej_1 {
|
|
2320
2362
|
0% {
|
|
2321
2363
|
opacity: 0;
|
|
2322
2364
|
}
|
|
@@ -2324,7 +2366,7 @@
|
|
|
2324
2366
|
opacity: 1;
|
|
2325
2367
|
}
|
|
2326
2368
|
}
|
|
2327
|
-
@keyframes
|
|
2369
|
+
@keyframes _scaleInAnimation_shhej_1 {
|
|
2328
2370
|
0% {
|
|
2329
2371
|
scale: 0;
|
|
2330
2372
|
}
|
|
@@ -2332,17 +2374,40 @@
|
|
|
2332
2374
|
scale: 100%;
|
|
2333
2375
|
}
|
|
2334
2376
|
}
|
|
2335
|
-
._teddy-text-
|
|
2377
|
+
._teddy-text-field_shhej_17 {
|
|
2336
2378
|
box-sizing: border-box;
|
|
2379
|
+
display: grid;
|
|
2380
|
+
grid-template-columns: 1fr auto;
|
|
2381
|
+
column-gap: var(--teddy-spacing-50);
|
|
2382
|
+
grid-template-areas: "label label" "input button" "error-list error-list" "helper-text helper-text";
|
|
2383
|
+
}
|
|
2384
|
+
._teddy-text-field__label_shhej_24 {
|
|
2385
|
+
grid-area: label;
|
|
2386
|
+
}
|
|
2387
|
+
._teddy-text-field__input-group_shhej_27 {
|
|
2388
|
+
grid-area: input;
|
|
2389
|
+
}
|
|
2390
|
+
:has(._teddy-text-field__button--attached_shhej_30) ._teddy-text-field__frame_shhej_30 {
|
|
2391
|
+
border-radius: var(--teddy-border-radius-md) 0 0 var(--teddy-border-radius-md);
|
|
2337
2392
|
}
|
|
2338
|
-
._teddy-text-
|
|
2393
|
+
._teddy-text-field__button_shhej_30 {
|
|
2394
|
+
grid-area: button;
|
|
2395
|
+
}
|
|
2396
|
+
._teddy-text-field__button--attached_shhej_30 {
|
|
2397
|
+
border-radius: 0 var(--teddy-border-radius-md) var(--teddy-border-radius-md) 0;
|
|
2398
|
+
}
|
|
2399
|
+
._teddy-text-field_shhej_17 > * + * {
|
|
2339
2400
|
margin-top: var(--teddy-spacing-50);
|
|
2340
2401
|
}
|
|
2341
|
-
._teddy-text-
|
|
2402
|
+
._teddy-text-field__helper-text_shhej_42 {
|
|
2403
|
+
grid-area: helper-text;
|
|
2404
|
+
}
|
|
2405
|
+
._teddy-text-field__error-list_shhej_45 {
|
|
2406
|
+
grid-area: error-list;
|
|
2342
2407
|
list-style: none;
|
|
2343
2408
|
padding: 0;
|
|
2344
2409
|
}
|
|
2345
|
-
._teddy-text-field__error-
|
|
2410
|
+
._teddy-text-field__error-list_shhej_45 > * + * {
|
|
2346
2411
|
margin-top: var(--teddy-spacing-50);
|
|
2347
2412
|
}._teddy-text-spacing_dwbo8_1 [class*=_teddy-text--subsection_],
|
|
2348
2413
|
._teddy-text-spacing_dwbo8_1 [class*=_teddy-heading--subsection-100_] {
|
|
@@ -2403,7 +2468,7 @@
|
|
|
2403
2468
|
._teddy-text-spacing_dwbo8_1 * > :last-child,
|
|
2404
2469
|
._teddy-text-spacing_dwbo8_1 > :last-child {
|
|
2405
2470
|
margin-bottom: 0;
|
|
2406
|
-
}@keyframes _teddy-fade-
|
|
2471
|
+
}@keyframes _teddy-fade-in_3n21u_1 {
|
|
2407
2472
|
from {
|
|
2408
2473
|
opacity: 0;
|
|
2409
2474
|
}
|
|
@@ -2411,7 +2476,7 @@
|
|
|
2411
2476
|
opacity: 1;
|
|
2412
2477
|
}
|
|
2413
2478
|
}
|
|
2414
|
-
@keyframes _teddy-fade-
|
|
2479
|
+
@keyframes _teddy-fade-out_3n21u_1 {
|
|
2415
2480
|
from {
|
|
2416
2481
|
opacity: 1;
|
|
2417
2482
|
}
|
|
@@ -2419,19 +2484,27 @@
|
|
|
2419
2484
|
opacity: 0;
|
|
2420
2485
|
}
|
|
2421
2486
|
}
|
|
2422
|
-
|
|
2487
|
+
@keyframes _teddy-overlay-no-op_3n21u_1 {
|
|
2488
|
+
from {
|
|
2489
|
+
opacity: 1;
|
|
2490
|
+
}
|
|
2491
|
+
to {
|
|
2492
|
+
opacity: 1;
|
|
2493
|
+
}
|
|
2494
|
+
}
|
|
2495
|
+
._teddy-modal__overlay_3n21u_25 {
|
|
2423
2496
|
position: fixed;
|
|
2424
2497
|
inset: 0;
|
|
2425
2498
|
display: grid;
|
|
2426
2499
|
place-items: center;
|
|
2427
2500
|
}
|
|
2428
|
-
._teddy-
|
|
2501
|
+
._teddy-modal__overlay_3n21u_25::before {
|
|
2429
2502
|
position: fixed;
|
|
2430
2503
|
content: "";
|
|
2431
2504
|
inset: 0;
|
|
2432
2505
|
background-color: var(--teddy-color-overlay-default);
|
|
2433
2506
|
}
|
|
2434
|
-
._teddy-
|
|
2507
|
+
._teddy-modal__content_3n21u_37 {
|
|
2435
2508
|
background-color: var(--teddy-color-background-primary);
|
|
2436
2509
|
box-shadow: var(--teddy-shadow-lg);
|
|
2437
2510
|
position: relative;
|
|
@@ -2440,7 +2513,7 @@
|
|
|
2440
2513
|
width: 100%;
|
|
2441
2514
|
}
|
|
2442
2515
|
@media (min-width: 600px) {
|
|
2443
|
-
._teddy-
|
|
2516
|
+
._teddy-modal__content_3n21u_37 {
|
|
2444
2517
|
max-width: 720px;
|
|
2445
2518
|
max-height: 80%;
|
|
2446
2519
|
min-height: 360px;
|
|
@@ -2449,11 +2522,11 @@
|
|
|
2449
2522
|
border-radius: var(--teddy-border-radius-lg);
|
|
2450
2523
|
}
|
|
2451
2524
|
}
|
|
2452
|
-
._teddy-
|
|
2525
|
+
._teddy-modal__scroll_3n21u_55 {
|
|
2453
2526
|
overflow: auto;
|
|
2454
2527
|
padding-inline: var(--teddy-spacing-300);
|
|
2455
2528
|
}
|
|
2456
|
-
._teddy-
|
|
2529
|
+
._teddy-modal__image_3n21u_59 {
|
|
2457
2530
|
max-width: calc(100% + var(--teddy-spacing-300) * 2);
|
|
2458
2531
|
height: auto;
|
|
2459
2532
|
vertical-align: middle;
|
|
@@ -2463,31 +2536,31 @@
|
|
|
2463
2536
|
shape-margin: 0.75rem;
|
|
2464
2537
|
margin-inline: calc(var(--teddy-spacing-300) * -1);
|
|
2465
2538
|
}
|
|
2466
|
-
._teddy-modal__close--
|
|
2539
|
+
._teddy-modal__close--floating_3n21u_69 {
|
|
2467
2540
|
position: absolute;
|
|
2468
2541
|
top: var(--teddy-spacing-100);
|
|
2469
2542
|
right: var(--teddy-spacing-100);
|
|
2470
2543
|
}
|
|
2471
|
-
._teddy-
|
|
2544
|
+
._teddy-modal__group_3n21u_74 {
|
|
2472
2545
|
width: 100%;
|
|
2473
2546
|
margin-bottom: var(--teddy-spacing-200);
|
|
2474
2547
|
}
|
|
2475
|
-
._teddy-modal__group--
|
|
2548
|
+
._teddy-modal__group--title_3n21u_78 {
|
|
2476
2549
|
position: sticky;
|
|
2477
2550
|
inset: 0 0 auto 0;
|
|
2478
2551
|
background-color: var(--teddy-color-background-primary);
|
|
2479
2552
|
padding-top: var(--teddy-spacing-200);
|
|
2480
2553
|
}
|
|
2481
|
-
._teddy-modal__group--
|
|
2554
|
+
._teddy-modal__group--title_3n21u_78._teddy-modal__group--scroll_3n21u_84 {
|
|
2482
2555
|
padding-block: var(--teddy-spacing-200);
|
|
2483
2556
|
}
|
|
2484
|
-
._teddy-modal__group--
|
|
2557
|
+
._teddy-modal__group--title_3n21u_78._teddy-modal__group--scroll_3n21u_84::before {
|
|
2485
2558
|
content: "";
|
|
2486
2559
|
position: absolute;
|
|
2487
2560
|
inset: 0 calc(var(--teddy-spacing-300) * -1) 0 calc(var(--teddy-spacing-300) * -1);
|
|
2488
2561
|
border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
2489
2562
|
}
|
|
2490
|
-
._teddy-modal__group--
|
|
2563
|
+
._teddy-modal__group--action_3n21u_93 {
|
|
2491
2564
|
height: 100%;
|
|
2492
2565
|
position: sticky;
|
|
2493
2566
|
inset: auto 0 0 0;
|
|
@@ -2495,7 +2568,7 @@
|
|
|
2495
2568
|
padding-block: var(--teddy-spacing-200) var(--teddy-spacing-300);
|
|
2496
2569
|
background-color: var(--teddy-color-background-primary);
|
|
2497
2570
|
}
|
|
2498
|
-
._teddy-modal__group--
|
|
2571
|
+
._teddy-modal__group--action_3n21u_93._teddy-modal__group--scroll_3n21u_84::before {
|
|
2499
2572
|
content: "";
|
|
2500
2573
|
position: absolute;
|
|
2501
2574
|
inset: 0 calc(var(--teddy-spacing-300) * -1) 0 calc(var(--teddy-spacing-300) * -1);
|
|
@@ -2503,7 +2576,7 @@
|
|
|
2503
2576
|
box-shadow: 0 0 20px 15px var(--teddy-color-background-primary);
|
|
2504
2577
|
}
|
|
2505
2578
|
@media (prefers-reduced-motion: no-preference) {
|
|
2506
|
-
@keyframes _modal-overlay-no-
|
|
2579
|
+
@keyframes _modal-overlay-no-op_3n21u_1 {
|
|
2507
2580
|
from {
|
|
2508
2581
|
opacity: 1;
|
|
2509
2582
|
}
|
|
@@ -2511,7 +2584,7 @@
|
|
|
2511
2584
|
opacity: 1;
|
|
2512
2585
|
}
|
|
2513
2586
|
}
|
|
2514
|
-
@keyframes _modal-content-
|
|
2587
|
+
@keyframes _modal-content-show_3n21u_1 {
|
|
2515
2588
|
from {
|
|
2516
2589
|
opacity: 0;
|
|
2517
2590
|
transform: translateY(5px) scale(0.97);
|
|
@@ -2521,7 +2594,7 @@
|
|
|
2521
2594
|
transform: translateY(0px) scale(1);
|
|
2522
2595
|
}
|
|
2523
2596
|
}
|
|
2524
|
-
@keyframes _modal-content-
|
|
2597
|
+
@keyframes _modal-content-hide_3n21u_1 {
|
|
2525
2598
|
from {
|
|
2526
2599
|
opacity: 1;
|
|
2527
2600
|
transform: translateY(0px) scale(1);
|
|
@@ -2531,23 +2604,23 @@
|
|
|
2531
2604
|
transform: translateY(5px) scale(0.99);
|
|
2532
2605
|
}
|
|
2533
2606
|
}
|
|
2534
|
-
._teddy-
|
|
2607
|
+
._teddy-modal__overlay_3n21u_25 {
|
|
2535
2608
|
/* Keep the overlay mounted until the children have animated */
|
|
2536
2609
|
}
|
|
2537
|
-
._teddy-
|
|
2538
|
-
animation: _modal-overlay-no-
|
|
2610
|
+
._teddy-modal__overlay_3n21u_25:where([data-state=closed]) {
|
|
2611
|
+
animation: _modal-overlay-no-op_3n21u_1 250ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
2539
2612
|
}
|
|
2540
|
-
._teddy-
|
|
2541
|
-
animation: _teddy-fade-
|
|
2613
|
+
._teddy-modal__overlay_3n21u_25:where([data-state=open])::before {
|
|
2614
|
+
animation: _teddy-fade-in_3n21u_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
2542
2615
|
}
|
|
2543
|
-
._teddy-
|
|
2544
|
-
animation: _teddy-fade-
|
|
2616
|
+
._teddy-modal__overlay_3n21u_25:where([data-state=closed])::before {
|
|
2617
|
+
animation: _teddy-fade-out_3n21u_1 250ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
2545
2618
|
}
|
|
2546
|
-
._teddy-
|
|
2547
|
-
animation: _modal-content-
|
|
2619
|
+
._teddy-modal__content_3n21u_37:where([data-state=open]) {
|
|
2620
|
+
animation: _modal-content-show_3n21u_1 200ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
2548
2621
|
}
|
|
2549
|
-
._teddy-
|
|
2550
|
-
animation: _modal-content-
|
|
2622
|
+
._teddy-modal__content_3n21u_37:where([data-state=closed]) {
|
|
2623
|
+
animation: _modal-content-hide_3n21u_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
2551
2624
|
}
|
|
2552
2625
|
}:root {
|
|
2553
2626
|
--teddy-border-radius-xs: 2px;
|
|
@@ -3898,6 +3971,14 @@
|
|
|
3898
3971
|
opacity: 0;
|
|
3899
3972
|
}
|
|
3900
3973
|
}
|
|
3974
|
+
@keyframes teddy-overlay-no-op {
|
|
3975
|
+
from {
|
|
3976
|
+
opacity: 1;
|
|
3977
|
+
}
|
|
3978
|
+
to {
|
|
3979
|
+
opacity: 1;
|
|
3980
|
+
}
|
|
3981
|
+
}
|
|
3901
3982
|
:root {
|
|
3902
3983
|
--teddy-scale: var(--teddy-rescale, 1);
|
|
3903
3984
|
}
|