@telia/teddy 0.7.39 → 0.7.41
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/avatar/avatar-root.d.ts +1 -1
- package/dist/components/avatar/index.d.ts +2 -2
- package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
- package/dist/components/breadcrumbs/index.d.ts +1 -1
- package/dist/components/card/card-link.d.ts +1 -1
- package/dist/components/card/card.d.ts +1 -1
- package/dist/components/channel-button/channel-button-root.d.ts +4 -4
- package/dist/components/channel-button/index.d.ts +4 -4
- package/dist/components/checkbox/checkbox-group.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +1 -1
- package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +1 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-content.js +1 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +1 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +1 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +1 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.js +1 -0
- package/dist/components/chip/chip-indicator.d.ts +2 -2
- package/dist/components/chip/index.d.ts +2 -2
- package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +2 -2
- package/dist/components/dashed-button/dashed-button-root.d.ts +4 -4
- package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
- package/dist/components/expandable-card/index.d.ts +3 -3
- package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -0
- package/dist/components/input/index.d.ts +1 -1
- package/dist/components/modal/modal-close.cjs +1 -0
- package/dist/components/modal/modal-close.js +1 -0
- package/dist/components/navigation-menu/navigation-menu.cjs +1 -0
- package/dist/components/navigation-menu/navigation-menu.d.ts +1 -1
- package/dist/components/navigation-menu/navigation-menu.js +1 -0
- package/dist/components/notabene/notabene-icon.d.ts +2 -2
- package/dist/components/notification/index.d.ts +4 -4
- package/dist/components/notification/notification-icon.d.ts +2 -2
- package/dist/components/notification/notification-root.d.ts +4 -4
- package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -0
- package/dist/components/radio-card-group/radio-card-group-content.js +1 -0
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1 -0
- package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -0
- package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -0
- package/dist/components/radio-card-group/radio-card-group-item.js +1 -0
- package/dist/components/scroll-area/index.d.ts +2 -2
- package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
- package/dist/components/shopping-cart/index.d.ts +5 -5
- package/dist/components/shopping-cart/shopping-cart-continue.cjs +3 -2
- package/dist/components/shopping-cart/shopping-cart-continue.d.ts +2 -1
- package/dist/components/shopping-cart/shopping-cart-continue.js +3 -2
- package/dist/components/shopping-cart/shopping-cart-disclaimer.cjs +13 -12
- package/dist/components/shopping-cart/shopping-cart-disclaimer.d.ts +2 -1
- package/dist/components/shopping-cart/shopping-cart-disclaimer.js +13 -12
- package/dist/components/shopping-cart/shopping-cart-item.cjs +35 -34
- package/dist/components/shopping-cart/shopping-cart-item.d.ts +2 -1
- package/dist/components/shopping-cart/shopping-cart-item.js +35 -34
- package/dist/components/shopping-cart/shopping-cart-items.cjs +3 -2
- package/dist/components/shopping-cart/shopping-cart-items.d.ts +2 -1
- package/dist/components/shopping-cart/shopping-cart-items.js +3 -2
- package/dist/components/shopping-cart/shopping-cart-payment.cjs +4 -2
- package/dist/components/shopping-cart/shopping-cart-payment.d.ts +2 -1
- package/dist/components/shopping-cart/shopping-cart-payment.js +4 -2
- package/dist/components/shopping-cart/shopping-cart-root.cjs +3 -2
- package/dist/components/shopping-cart/shopping-cart-root.d.ts +2 -1
- package/dist/components/shopping-cart/shopping-cart-root.js +3 -2
- package/dist/components/tabs/index.d.ts +1 -1
- package/dist/components/tabs/tabs-root.d.ts +1 -1
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
- package/dist/components/text-field/index.d.ts +2 -2
- package/dist/components/text-field/text-field-button.d.ts +2 -2
- package/dist/components/textarea/index.d.ts +1 -1
- package/dist/components/toggle/toggle.d.ts +2 -2
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/components/top-row-buttons/index.cjs +4 -0
- package/dist/components/top-row-buttons/index.d.ts +2 -0
- package/dist/components/top-row-buttons/index.js +4 -0
- package/dist/components/top-row-buttons/top-row-buttons.cjs +72 -0
- package/dist/components/top-row-buttons/top-row-buttons.d.ts +48 -0
- package/dist/components/top-row-buttons/top-row-buttons.js +72 -0
- package/dist/main.cjs +2 -0
- package/dist/main.js +2 -0
- package/dist/style.css +225 -106
- package/package.json +3 -3
package/dist/style.css
CHANGED
|
@@ -1,4 +1,162 @@
|
|
|
1
|
-
@charset 'UTF-8'
|
|
1
|
+
@charset 'UTF-8';@layer icon {
|
|
2
|
+
._teddy-icon_1ur3a_2 {
|
|
3
|
+
display: inline;
|
|
4
|
+
align-self: center;
|
|
5
|
+
fill: currentColor;
|
|
6
|
+
flex-shrink: 0;
|
|
7
|
+
}
|
|
8
|
+
._teddy-icon--font_1ur3a_8 {
|
|
9
|
+
width: 1em;
|
|
10
|
+
height: 1em;
|
|
11
|
+
}
|
|
12
|
+
._teddy-icon--xxs_1ur3a_12 {
|
|
13
|
+
width: var(--teddy-spacing-150);
|
|
14
|
+
height: var(--teddy-spacing-150);
|
|
15
|
+
}
|
|
16
|
+
._teddy-icon--xs_1ur3a_16 {
|
|
17
|
+
width: var(--teddy-spacing-200);
|
|
18
|
+
height: var(--teddy-spacing-200);
|
|
19
|
+
}
|
|
20
|
+
._teddy-icon--sm_1ur3a_20 {
|
|
21
|
+
width: var(--teddy-spacing-250);
|
|
22
|
+
height: var(--teddy-spacing-250);
|
|
23
|
+
}
|
|
24
|
+
._teddy-icon--md_1ur3a_24 {
|
|
25
|
+
width: var(--teddy-spacing-300);
|
|
26
|
+
height: var(--teddy-spacing-300);
|
|
27
|
+
}
|
|
28
|
+
._teddy-icon--lg_1ur3a_28 {
|
|
29
|
+
width: var(--teddy-spacing-400);
|
|
30
|
+
height: var(--teddy-spacing-400);
|
|
31
|
+
}
|
|
32
|
+
._teddy-icon--xl_1ur3a_32 {
|
|
33
|
+
width: var(--teddy-spacing-600);
|
|
34
|
+
height: var(--teddy-spacing-600);
|
|
35
|
+
}
|
|
36
|
+
._teddy-icon-with-children_1ur3a_36 {
|
|
37
|
+
display: inline-flex;
|
|
38
|
+
align-items: center;
|
|
39
|
+
font-family: var(--teddy-typography-family-default);
|
|
40
|
+
gap: var(--teddy-spacing-100);
|
|
41
|
+
}
|
|
42
|
+
}._teddy-top-row-buttons_1ytqf_1 {
|
|
43
|
+
width: 100%;
|
|
44
|
+
}
|
|
45
|
+
._teddy-top-row-buttons__track_1ytqf_4 {
|
|
46
|
+
display: flex;
|
|
47
|
+
gap: var(--teddy-spacing-200);
|
|
48
|
+
overflow-x: auto;
|
|
49
|
+
scroll-snap-type: x mandatory;
|
|
50
|
+
scroll-behavior: smooth;
|
|
51
|
+
scrollbar-width: none;
|
|
52
|
+
padding-bottom: var(--teddy-spacing-50);
|
|
53
|
+
width: 100%;
|
|
54
|
+
}
|
|
55
|
+
._teddy-top-row-buttons__track_1ytqf_4::-webkit-scrollbar {
|
|
56
|
+
display: none;
|
|
57
|
+
}
|
|
58
|
+
._teddy-top-row-buttons__track--centered_1ytqf_17 {
|
|
59
|
+
justify-content: center;
|
|
60
|
+
}
|
|
61
|
+
._teddy-top-row-buttons__track--scroll_1ytqf_20 {
|
|
62
|
+
justify-content: flex-start;
|
|
63
|
+
}
|
|
64
|
+
._teddy-top-row-buttons__item_1ytqf_23 {
|
|
65
|
+
flex: 0 0 auto;
|
|
66
|
+
scroll-snap-align: start;
|
|
67
|
+
}
|
|
68
|
+
._teddy-top-row-buttons__button_1ytqf_27 {
|
|
69
|
+
display: inline-flex;
|
|
70
|
+
align-items: center;
|
|
71
|
+
gap: var(--teddy-spacing-100);
|
|
72
|
+
padding: var(--teddy-spacing-150) var(--teddy-spacing-200);
|
|
73
|
+
border-radius: var(--teddy-border-radius-md);
|
|
74
|
+
text-decoration: none;
|
|
75
|
+
color: inherit;
|
|
76
|
+
min-height: 44px;
|
|
77
|
+
white-space: nowrap;
|
|
78
|
+
cursor: pointer;
|
|
79
|
+
font-family: var(--teddy-typography-family-default);
|
|
80
|
+
font-size: var(--teddy-typography-scale-100);
|
|
81
|
+
transition-property: background-color;
|
|
82
|
+
transition-duration: var(--teddy-motion-duration-150);
|
|
83
|
+
transition-timing-function: var(--teddy-motion-easing-ease-in-out);
|
|
84
|
+
position: relative;
|
|
85
|
+
}
|
|
86
|
+
._teddy-top-row-buttons__button_1ytqf_27:focus::before {
|
|
87
|
+
border-radius: inherit;
|
|
88
|
+
box-shadow: 0 0 0 var(--teddy-border-width-sm) var(--teddy-color-border-interactive-focus);
|
|
89
|
+
content: "";
|
|
90
|
+
opacity: 1;
|
|
91
|
+
display: block;
|
|
92
|
+
inset: calc(var(--teddy-spacing-25) * -1);
|
|
93
|
+
position: absolute;
|
|
94
|
+
}
|
|
95
|
+
._teddy-top-row-buttons__button_1ytqf_27:focus:not(:focus-visible)::before {
|
|
96
|
+
opacity: 0;
|
|
97
|
+
}
|
|
98
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=beige] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]), ._teddy-top-row-buttons__button_1ytqf_27[data-color=beige] {
|
|
99
|
+
background-color: var(--teddy-color-background-beige);
|
|
100
|
+
color: var(--teddy-color-text-default);
|
|
101
|
+
}
|
|
102
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=beige] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):hover, ._teddy-top-row-buttons__button_1ytqf_27[data-color=beige]:hover {
|
|
103
|
+
background-color: var(--teddy-color-background-beige-hover);
|
|
104
|
+
}
|
|
105
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=beige] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):active, ._teddy-top-row-buttons__button_1ytqf_27[data-color=beige]:active {
|
|
106
|
+
background-color: var(--teddy-color-background-beige-active);
|
|
107
|
+
}
|
|
108
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=beige] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):focus-visible, ._teddy-top-row-buttons__button_1ytqf_27[data-color=beige]:focus-visible {
|
|
109
|
+
background-color: var(--teddy-color-background-beige);
|
|
110
|
+
}
|
|
111
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=grey] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]), ._teddy-top-row-buttons__button_1ytqf_27[data-color=grey] {
|
|
112
|
+
background-color: var(--teddy-color-background-secondary);
|
|
113
|
+
color: var(--teddy-color-text-default);
|
|
114
|
+
}
|
|
115
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=grey] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):hover, ._teddy-top-row-buttons__button_1ytqf_27[data-color=grey]:hover {
|
|
116
|
+
background-color: var(--teddy-color-background-secondary-hover);
|
|
117
|
+
}
|
|
118
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=grey] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):active, ._teddy-top-row-buttons__button_1ytqf_27[data-color=grey]:active {
|
|
119
|
+
background-color: var(--teddy-color-background-secondary-active);
|
|
120
|
+
}
|
|
121
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=grey] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):focus-visible, ._teddy-top-row-buttons__button_1ytqf_27[data-color=grey]:focus-visible {
|
|
122
|
+
background-color: var(--teddy-color-background-secondary);
|
|
123
|
+
}
|
|
124
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=white] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]), ._teddy-top-row-buttons__button_1ytqf_27[data-color=white] {
|
|
125
|
+
background-color: var(--teddy-color-brand-white);
|
|
126
|
+
color: var(--teddy-color-text-default);
|
|
127
|
+
}
|
|
128
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=white] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):hover, ._teddy-top-row-buttons__button_1ytqf_27[data-color=white]:hover {
|
|
129
|
+
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
130
|
+
}
|
|
131
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=white] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):active, ._teddy-top-row-buttons__button_1ytqf_27[data-color=white]:active {
|
|
132
|
+
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
133
|
+
}
|
|
134
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=white] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):focus-visible, ._teddy-top-row-buttons__button_1ytqf_27[data-color=white]:focus-visible {
|
|
135
|
+
background-color: var(--teddy-color-brand-white);
|
|
136
|
+
}
|
|
137
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=purple] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]), ._teddy-top-row-buttons__button_1ytqf_27[data-color=purple] {
|
|
138
|
+
background-color: var(--teddy-color-background-interactive-primary);
|
|
139
|
+
color: var(--teddy-color-text-interactive-on-primary);
|
|
140
|
+
}
|
|
141
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=purple] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):hover, ._teddy-top-row-buttons__button_1ytqf_27[data-color=purple]:hover {
|
|
142
|
+
background-color: var(--teddy-color-background-interactive-primary-hover);
|
|
143
|
+
}
|
|
144
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=purple] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):active, ._teddy-top-row-buttons__button_1ytqf_27[data-color=purple]:active {
|
|
145
|
+
background-color: var(--teddy-color-background-interactive-primary-active);
|
|
146
|
+
}
|
|
147
|
+
._teddy-top-row-buttons__track_1ytqf_4[data-color=purple] ._teddy-top-row-buttons__button_1ytqf_27:not([data-color]):focus-visible, ._teddy-top-row-buttons__button_1ytqf_27[data-color=purple]:focus-visible {
|
|
148
|
+
background-color: var(--teddy-color-background-interactive-primary);
|
|
149
|
+
}
|
|
150
|
+
._teddy-top-row-buttons__label_1ytqf_109 {
|
|
151
|
+
white-space: nowrap;
|
|
152
|
+
}
|
|
153
|
+
._teddy-top-row-buttons__emoji_1ytqf_112 {
|
|
154
|
+
display: inline-flex;
|
|
155
|
+
align-items: center;
|
|
156
|
+
justify-content: center;
|
|
157
|
+
font-size: 1.25rem;
|
|
158
|
+
line-height: 1;
|
|
159
|
+
}._teddy-spinner--xxs_ywden_1 {
|
|
2
160
|
height: var(--teddy-spacing-250);
|
|
3
161
|
width: var(--teddy-spacing-250);
|
|
4
162
|
}
|
|
@@ -361,47 +519,6 @@
|
|
|
361
519
|
._teddy-button--icon-only_18j14_56 ._teddy-button__loading_18j14_287 {
|
|
362
520
|
background-color: var(--teddy-color-gray-100);
|
|
363
521
|
}
|
|
364
|
-
}@layer icon {
|
|
365
|
-
._teddy-icon_1ur3a_2 {
|
|
366
|
-
display: inline;
|
|
367
|
-
align-self: center;
|
|
368
|
-
fill: currentColor;
|
|
369
|
-
flex-shrink: 0;
|
|
370
|
-
}
|
|
371
|
-
._teddy-icon--font_1ur3a_8 {
|
|
372
|
-
width: 1em;
|
|
373
|
-
height: 1em;
|
|
374
|
-
}
|
|
375
|
-
._teddy-icon--xxs_1ur3a_12 {
|
|
376
|
-
width: var(--teddy-spacing-150);
|
|
377
|
-
height: var(--teddy-spacing-150);
|
|
378
|
-
}
|
|
379
|
-
._teddy-icon--xs_1ur3a_16 {
|
|
380
|
-
width: var(--teddy-spacing-200);
|
|
381
|
-
height: var(--teddy-spacing-200);
|
|
382
|
-
}
|
|
383
|
-
._teddy-icon--sm_1ur3a_20 {
|
|
384
|
-
width: var(--teddy-spacing-250);
|
|
385
|
-
height: var(--teddy-spacing-250);
|
|
386
|
-
}
|
|
387
|
-
._teddy-icon--md_1ur3a_24 {
|
|
388
|
-
width: var(--teddy-spacing-300);
|
|
389
|
-
height: var(--teddy-spacing-300);
|
|
390
|
-
}
|
|
391
|
-
._teddy-icon--lg_1ur3a_28 {
|
|
392
|
-
width: var(--teddy-spacing-400);
|
|
393
|
-
height: var(--teddy-spacing-400);
|
|
394
|
-
}
|
|
395
|
-
._teddy-icon--xl_1ur3a_32 {
|
|
396
|
-
width: var(--teddy-spacing-600);
|
|
397
|
-
height: var(--teddy-spacing-600);
|
|
398
|
-
}
|
|
399
|
-
._teddy-icon-with-children_1ur3a_36 {
|
|
400
|
-
display: inline-flex;
|
|
401
|
-
align-items: center;
|
|
402
|
-
font-family: var(--teddy-typography-family-default);
|
|
403
|
-
gap: var(--teddy-spacing-100);
|
|
404
|
-
}
|
|
405
522
|
}._teddy-dashed-button_1wq9c_1 {
|
|
406
523
|
box-shadow: none;
|
|
407
524
|
color: var(--teddy-color-text-default);
|
|
@@ -1034,13 +1151,13 @@
|
|
|
1034
1151
|
opacity: 1;
|
|
1035
1152
|
transform: translateX(0);
|
|
1036
1153
|
}
|
|
1037
|
-
}.
|
|
1154
|
+
}._item_16o96_1 {
|
|
1038
1155
|
position: relative;
|
|
1039
1156
|
background-color: var(--teddy-color-functional-white);
|
|
1040
1157
|
border-radius: var(--teddy-border-radius-md);
|
|
1041
1158
|
}
|
|
1042
1159
|
|
|
1043
|
-
.
|
|
1160
|
+
._breakageFeeInfo_16o96_7 {
|
|
1044
1161
|
position: relative;
|
|
1045
1162
|
font-family: var(--teddy-typography-family-default);
|
|
1046
1163
|
font-weight: var(--teddy-typography-weight-normal);
|
|
@@ -1048,7 +1165,7 @@
|
|
|
1048
1165
|
font-size: var(--teddy-typography-scale-100);
|
|
1049
1166
|
}
|
|
1050
1167
|
|
|
1051
|
-
.
|
|
1168
|
+
._itemIcon_16o96_15 {
|
|
1052
1169
|
display: flex;
|
|
1053
1170
|
height: 2rem;
|
|
1054
1171
|
width: 2rem;
|
|
@@ -1059,14 +1176,14 @@
|
|
|
1059
1176
|
color: var(--teddy-color-purple-700);
|
|
1060
1177
|
}
|
|
1061
1178
|
|
|
1062
|
-
.
|
|
1179
|
+
._nameWrapper_16o96_26 {
|
|
1063
1180
|
max-width: 18rem;
|
|
1064
1181
|
display: flex;
|
|
1065
1182
|
align-items: flex-start;
|
|
1066
1183
|
flex-direction: column;
|
|
1067
1184
|
}
|
|
1068
1185
|
|
|
1069
|
-
.
|
|
1186
|
+
._link_16o96_33 {
|
|
1070
1187
|
display: flex;
|
|
1071
1188
|
align-items: center;
|
|
1072
1189
|
padding-right: var(--teddy-spacing-400);
|
|
@@ -1076,69 +1193,78 @@
|
|
|
1076
1193
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1077
1194
|
}
|
|
1078
1195
|
|
|
1079
|
-
._link_kjt5a_33 span {
|
|
1080
|
-
margin-right: var(--teddy-spacing-100);
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
1196
|
@media all and (min-width: 600px) {
|
|
1084
|
-
.
|
|
1197
|
+
._link_16o96_33 {
|
|
1085
1198
|
padding-right: 0;
|
|
1086
1199
|
}
|
|
1087
1200
|
}
|
|
1088
1201
|
|
|
1089
|
-
.
|
|
1202
|
+
._link_16o96_33 span {
|
|
1203
|
+
margin-right: var(--teddy-spacing-100);
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
._cartLink_16o96_51 {
|
|
1207
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
1208
|
+
color: var(--teddy-color-functional-black);
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
._cartLink_16o96_51:hover, ._cartLink_16o96_51:active, ._cartLink_16o96_51:focus {
|
|
1212
|
+
color: var(--teddy-color-text-interactive-primary);
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
._discountDescription_16o96_59 {
|
|
1090
1216
|
margin-right: var(--teddy-spacing-600);
|
|
1091
1217
|
overflow: visible;
|
|
1092
1218
|
margin-top: var(--teddy-spacing-50);
|
|
1093
1219
|
}
|
|
1094
1220
|
|
|
1095
|
-
.
|
|
1221
|
+
._name_16o96_26 {
|
|
1096
1222
|
box-sizing: border-box;
|
|
1097
1223
|
width: 100%;
|
|
1098
1224
|
padding: var(--teddy-spacing-200) var(--teddy-spacing-200) 0 0;
|
|
1099
1225
|
font-size: var(--teddy-typography-scale-100);
|
|
1100
1226
|
}
|
|
1101
1227
|
|
|
1102
|
-
.
|
|
1228
|
+
._nameContainer_16o96_72 {
|
|
1103
1229
|
display: flex;
|
|
1104
1230
|
}
|
|
1105
1231
|
|
|
1106
|
-
.
|
|
1232
|
+
._subtitle_16o96_76 {
|
|
1107
1233
|
display: flex;
|
|
1108
1234
|
flex-direction: column;
|
|
1109
1235
|
}
|
|
1110
1236
|
|
|
1111
|
-
.
|
|
1237
|
+
._subtitle_16o96_76 p {
|
|
1112
1238
|
margin: 0;
|
|
1113
1239
|
}
|
|
1114
1240
|
|
|
1115
|
-
.
|
|
1241
|
+
._quantityPickerWrapper_16o96_84 {
|
|
1116
1242
|
display: flex;
|
|
1117
1243
|
justify-content: flex-start;
|
|
1118
1244
|
align-items: center;
|
|
1119
1245
|
flex-wrap: wrap;
|
|
1120
1246
|
}
|
|
1121
1247
|
|
|
1122
|
-
.
|
|
1248
|
+
._pricePer_16o96_91 {
|
|
1123
1249
|
margin-left: var(--teddy-spacing-200);
|
|
1124
1250
|
}
|
|
1125
1251
|
|
|
1126
|
-
.
|
|
1252
|
+
._quantityPicker_16o96_84 {
|
|
1127
1253
|
display: flex;
|
|
1128
1254
|
align-items: center;
|
|
1129
1255
|
}
|
|
1130
1256
|
|
|
1131
|
-
.
|
|
1257
|
+
._quantityPicker_16o96_84 p {
|
|
1132
1258
|
margin: 0 var(--teddy-spacing-100);
|
|
1133
1259
|
}
|
|
1134
1260
|
|
|
1135
|
-
.
|
|
1261
|
+
._priceContainer_16o96_103 {
|
|
1136
1262
|
display: flex;
|
|
1137
1263
|
justify-content: space-between;
|
|
1138
1264
|
margin-bottom: var(--teddy-spacing-100);
|
|
1139
1265
|
}
|
|
1140
1266
|
|
|
1141
|
-
.
|
|
1267
|
+
._priceCost_16o96_109 {
|
|
1142
1268
|
display: flex;
|
|
1143
1269
|
flex-direction: column;
|
|
1144
1270
|
font-family: var(--teddy-typography-family-default);
|
|
@@ -1146,12 +1272,12 @@
|
|
|
1146
1272
|
margin-bottom: 0;
|
|
1147
1273
|
}
|
|
1148
1274
|
|
|
1149
|
-
.
|
|
1275
|
+
._priceLabel_16o96_117 {
|
|
1150
1276
|
text-align: right;
|
|
1151
1277
|
margin-bottom: 0;
|
|
1152
1278
|
}
|
|
1153
1279
|
|
|
1154
|
-
.
|
|
1280
|
+
._priceLinethrough_16o96_122 {
|
|
1155
1281
|
font-size: var(--teddy-typography-scale-100);
|
|
1156
1282
|
font-family: var(--teddy-typography-family-default);
|
|
1157
1283
|
font-weight: var(--teddy-typography-weight-normal);
|
|
@@ -1161,7 +1287,7 @@
|
|
|
1161
1287
|
color: var(--teddy-color-gray-500);
|
|
1162
1288
|
}
|
|
1163
1289
|
|
|
1164
|
-
.
|
|
1290
|
+
._priceLinethroughDisclaimer_16o96_132 {
|
|
1165
1291
|
font-size: var(--teddy-typography-scale-100);
|
|
1166
1292
|
font-family: var(--teddy-typography-family-default);
|
|
1167
1293
|
font-weight: var(--teddy-typography-weight-normal);
|
|
@@ -1170,39 +1296,39 @@
|
|
|
1170
1296
|
color: var(--teddy-color-gray-500);
|
|
1171
1297
|
}
|
|
1172
1298
|
|
|
1173
|
-
.
|
|
1299
|
+
._imageContainer_16o96_141 {
|
|
1174
1300
|
max-width: 2.5rem;
|
|
1175
1301
|
width: 2.5rem;
|
|
1176
1302
|
margin: var(--teddy-spacing-200) var(--teddy-spacing-200) 0 var(--teddy-spacing-200);
|
|
1177
1303
|
}
|
|
1178
1304
|
|
|
1179
|
-
.
|
|
1180
|
-
.
|
|
1181
|
-
.
|
|
1182
|
-
.
|
|
1305
|
+
._imageContainer_16o96_141 a:hover,
|
|
1306
|
+
._imageContainer_16o96_141 a:active,
|
|
1307
|
+
._imageContainer_16o96_141 a:focus,
|
|
1308
|
+
._imageContainer_16o96_141 a:focus-within {
|
|
1183
1309
|
color: var(--teddy-color-text-interactive-primary);
|
|
1184
1310
|
}
|
|
1185
1311
|
|
|
1186
|
-
.
|
|
1312
|
+
._noImageContainer_16o96_153 {
|
|
1187
1313
|
max-width: 2.5rem;
|
|
1188
1314
|
width: 2.5rem;
|
|
1189
1315
|
margin: var(--teddy-spacing-200) var(--teddy-spacing-200) 0 var(--teddy-spacing-200);
|
|
1190
1316
|
}
|
|
1191
1317
|
|
|
1192
|
-
.
|
|
1318
|
+
._image_16o96_141 {
|
|
1193
1319
|
display: block;
|
|
1194
1320
|
height: auto;
|
|
1195
1321
|
max-width: 2.5rem;
|
|
1196
1322
|
width: 2.5rem;
|
|
1197
1323
|
}
|
|
1198
1324
|
|
|
1199
|
-
.
|
|
1325
|
+
._iconImage_16o96_166 {
|
|
1200
1326
|
display: block;
|
|
1201
1327
|
width: 2.5rem;
|
|
1202
1328
|
height: 2.5rem;
|
|
1203
1329
|
}
|
|
1204
1330
|
|
|
1205
|
-
.
|
|
1331
|
+
._deleteButtonContainer_16o96_172 {
|
|
1206
1332
|
box-sizing: border-box;
|
|
1207
1333
|
display: flex;
|
|
1208
1334
|
justify-content: center;
|
|
@@ -1220,81 +1346,74 @@
|
|
|
1220
1346
|
padding: var(--teddy-spacing-50) var(--teddy-spacing-100);
|
|
1221
1347
|
}
|
|
1222
1348
|
|
|
1223
|
-
.
|
|
1349
|
+
._deleteButtonContainer_16o96_172:active, ._deleteButtonContainer_16o96_172:hover, ._deleteButtonContainer_16o96_172:focus {
|
|
1224
1350
|
background-color: var(--teddy-color-purple-700);
|
|
1225
1351
|
color: var(--teddy-color-functional-white);
|
|
1226
1352
|
}
|
|
1227
1353
|
|
|
1228
|
-
.
|
|
1354
|
+
._deleteButtonContainer_16o96_172 svg {
|
|
1229
1355
|
width: 1.06rem;
|
|
1230
1356
|
height: 1.1rem;
|
|
1231
1357
|
margin-bottom: 1px;
|
|
1232
1358
|
}
|
|
1233
1359
|
|
|
1234
|
-
.
|
|
1360
|
+
._uniqueDiscount_16o96_199 {
|
|
1235
1361
|
display: flex;
|
|
1236
1362
|
justify-content: space-between;
|
|
1237
1363
|
margin-top: var(--teddy-spacing-100);
|
|
1238
1364
|
margin-bottom: var(--teddy-spacing-100);
|
|
1239
1365
|
}
|
|
1240
1366
|
|
|
1241
|
-
.
|
|
1367
|
+
._uniqueDiscountLabel_16o96_206 {
|
|
1242
1368
|
font-family: var(--teddy-typography-family-default);
|
|
1243
1369
|
font-weight: var(--teddy-typography-weight-normal);
|
|
1244
1370
|
font-style: italic;
|
|
1245
1371
|
}
|
|
1246
1372
|
|
|
1247
|
-
.
|
|
1373
|
+
._uniqueDiscountPrice_16o96_212 {
|
|
1248
1374
|
font-family: var(--teddy-typography-family-default);
|
|
1249
1375
|
font-weight: var(--teddy-typography-weight-bold);
|
|
1250
1376
|
}
|
|
1251
1377
|
|
|
1252
|
-
.
|
|
1378
|
+
._onlyInShops_16o96_217 {
|
|
1253
1379
|
display: flex;
|
|
1254
1380
|
align-items: center;
|
|
1255
1381
|
margin-top: var(--teddy-spacing-100);
|
|
1256
1382
|
margin-bottom: var(--teddy-spacing-100);
|
|
1257
1383
|
}
|
|
1258
1384
|
|
|
1259
|
-
.
|
|
1385
|
+
._onlyInShopsLabel_16o96_224 {
|
|
1260
1386
|
font-style: italic;
|
|
1261
1387
|
font-family: var(--teddy-typography-family-default);
|
|
1262
1388
|
font-weight: var(--teddy-typography-weight-normal);
|
|
1263
1389
|
}
|
|
1264
1390
|
|
|
1265
|
-
.
|
|
1391
|
+
._onlyInShopsTooltipWrapper_16o96_230 {
|
|
1266
1392
|
margin-left: var(--teddy-spacing-100);
|
|
1267
1393
|
display: flex;
|
|
1268
1394
|
align-items: center;
|
|
1269
1395
|
}
|
|
1270
1396
|
|
|
1271
|
-
.
|
|
1397
|
+
._onlyInShopsTooltipIcon_16o96_236 {
|
|
1272
1398
|
cursor: pointer;
|
|
1273
1399
|
width: 1.2rem;
|
|
1274
1400
|
height: 1.2rem;
|
|
1275
1401
|
color: var(--teddy-color-functional-black);
|
|
1276
1402
|
}
|
|
1277
1403
|
|
|
1278
|
-
.
|
|
1404
|
+
._tooltipTrigger_16o96_243 {
|
|
1279
1405
|
padding: var(--teddy-spacing-100);
|
|
1280
1406
|
}
|
|
1281
1407
|
|
|
1282
|
-
.
|
|
1408
|
+
._tooltipTrigger_16o96_243 svg {
|
|
1283
1409
|
width: 1.25rem;
|
|
1284
1410
|
height: 1.25rem;
|
|
1285
1411
|
}
|
|
1286
1412
|
|
|
1287
|
-
.
|
|
1413
|
+
._priceWrapper_16o96_251 {
|
|
1288
1414
|
display: flex;
|
|
1289
1415
|
align-items: center;
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
._cartLink_kjt5a_248 {
|
|
1293
|
-
color: var(--teddy-color-functional-black);
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
._cartLink_kjt5a_248:hover, ._cartLink_kjt5a_248:active, ._cartLink_kjt5a_248:focus {
|
|
1297
|
-
color: var(--teddy-color-text-interactive-primary);
|
|
1416
|
+
justify-content: flex-end;
|
|
1298
1417
|
}._teddy-progress-bar_j1bq2_1 {
|
|
1299
1418
|
background: var(--teddy-color-transparent-black-100);
|
|
1300
1419
|
overflow: hidden;
|
|
@@ -1321,36 +1440,36 @@
|
|
|
1321
1440
|
0% {
|
|
1322
1441
|
transform: translateX(-100%);
|
|
1323
1442
|
}
|
|
1324
|
-
}.
|
|
1443
|
+
}._singleDisclaimer_1995d_1 {
|
|
1325
1444
|
font-size: var(--teddy-typography-scale-75);
|
|
1326
1445
|
padding: var(--teddy-spacing-100) var(--teddy-spacing-200);
|
|
1327
1446
|
}
|
|
1328
1447
|
|
|
1329
|
-
.
|
|
1330
|
-
padding: var(--teddy-spacing-300) var(--teddy-spacing-200)
|
|
1448
|
+
._disclaimer_1995d_6 {
|
|
1449
|
+
padding: var(--teddy-spacing-300) var(--teddy-spacing-200) 0 0;
|
|
1331
1450
|
cursor: pointer;
|
|
1332
1451
|
font-size: var(--teddy-typography-scale-75);
|
|
1333
1452
|
}
|
|
1334
1453
|
|
|
1335
|
-
.
|
|
1454
|
+
._disclaimerHeader_1995d_12 {
|
|
1336
1455
|
display: flex;
|
|
1337
1456
|
justify-content: space-between;
|
|
1338
1457
|
}
|
|
1339
1458
|
|
|
1340
|
-
.
|
|
1459
|
+
._disclaimerHeaderLeft_1995d_17 {
|
|
1341
1460
|
display: flex;
|
|
1342
1461
|
align-items: center;
|
|
1343
1462
|
}
|
|
1344
|
-
.
|
|
1463
|
+
._disclaimerHeaderLeft_1995d_17 > * {
|
|
1345
1464
|
margin-right: var(--teddy-spacing-100);
|
|
1346
1465
|
}
|
|
1347
1466
|
|
|
1348
|
-
.
|
|
1467
|
+
._disclaimerIcon_1995d_25 {
|
|
1349
1468
|
width: 1.5rem;
|
|
1350
1469
|
height: 1.5rem;
|
|
1351
1470
|
}
|
|
1352
1471
|
|
|
1353
|
-
.
|
|
1472
|
+
._disclaimerItem_1995d_30 {
|
|
1354
1473
|
display: grid;
|
|
1355
1474
|
grid-template-columns: auto auto;
|
|
1356
1475
|
margin-top: var(--teddy-spacing-150);
|
|
@@ -1358,16 +1477,16 @@
|
|
|
1358
1477
|
font-size: var(--teddy-typography-scale-75);
|
|
1359
1478
|
}
|
|
1360
1479
|
|
|
1361
|
-
.
|
|
1480
|
+
._disclaimerItemTotal_1995d_38 {
|
|
1362
1481
|
text-align: right;
|
|
1363
1482
|
}
|
|
1364
1483
|
|
|
1365
|
-
.
|
|
1484
|
+
._disclaimerItemSubtitle_1995d_42 {
|
|
1366
1485
|
grid-column: 1/3;
|
|
1367
1486
|
color: var(--teddy-color-transparent-black-600);
|
|
1368
1487
|
}
|
|
1369
1488
|
|
|
1370
|
-
.
|
|
1489
|
+
._disclaimerTotal_1995d_47 {
|
|
1371
1490
|
margin-top: var(--teddy-spacing-200);
|
|
1372
1491
|
font-family: var(--teddy-typography-family-default);
|
|
1373
1492
|
font-weight: var(--teddy-typography-weight-medium);
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"pnpm": ">=10"
|
|
21
21
|
},
|
|
22
22
|
"private": false,
|
|
23
|
-
"version": "0.7.
|
|
23
|
+
"version": "0.7.41",
|
|
24
24
|
"sideEffects": [
|
|
25
25
|
"**/*.css",
|
|
26
26
|
"**/*.svg"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "6.20.0",
|
|
45
45
|
"@typescript-eslint/parser": "6.20.0",
|
|
46
46
|
"@vitejs/plugin-react-swc": "3.7.0",
|
|
47
|
-
"axios": "1.
|
|
47
|
+
"axios": "1.13.5",
|
|
48
48
|
"eslint": "8.57.0",
|
|
49
49
|
"eslint-config-prettier": "9.1.0",
|
|
50
50
|
"eslint-import-resolver-alias": "1.1.2",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"react-router-dom": "6.23.0",
|
|
64
64
|
"rollup-plugin-visualizer": "5.12.0",
|
|
65
65
|
"sass": "1.70.0",
|
|
66
|
-
"storybook": "9.
|
|
66
|
+
"storybook": "9.1.19",
|
|
67
67
|
"storybook-addon-pseudo-states": "9.0.17",
|
|
68
68
|
"style-dictionary": "3.9.2",
|
|
69
69
|
"tsx": "4.7.0",
|