@telia/teddy 0.0.35 → 0.0.37
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/badge/badge.cjs +10 -10
- package/dist/components/badge/badge.js +10 -10
- package/dist/components/card/card.cjs +18 -2
- package/dist/components/card/card.d.ts +2 -0
- package/dist/components/card/card.js +18 -2
- package/dist/components/drawer/drawer-close.cjs +1 -1
- package/dist/components/drawer/drawer-close.js +1 -1
- package/dist/components/drawer/drawer-content.cjs +2 -2
- package/dist/components/drawer/drawer-content.js +2 -2
- package/dist/components/drawer/drawer-description.cjs +1 -1
- package/dist/components/drawer/drawer-description.js +1 -1
- package/dist/components/drawer/drawer-footer.cjs +1 -1
- package/dist/components/drawer/drawer-footer.js +1 -1
- package/dist/components/drawer/drawer-overlay.cjs +1 -1
- package/dist/components/drawer/drawer-overlay.js +1 -1
- package/dist/components/drawer/drawer-title.cjs +1 -1
- package/dist/components/drawer/drawer-title.js +1 -1
- package/dist/components/expandable-card/expandable-card-indicator.cjs +0 -1
- package/dist/components/expandable-card/expandable-card-indicator.js +0 -1
- package/dist/components/expandable-card/expandable-card-root.cjs +15 -15
- package/dist/components/expandable-card/expandable-card-root.js +15 -15
- package/dist/components/expandable-card/index.cjs +4 -1
- package/dist/components/expandable-card/index.d.ts +3 -0
- package/dist/components/expandable-card/index.js +4 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs +9 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.d.ts +8 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +9 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +12 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.d.ts +7 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +12 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +52 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +53 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.d.ts +2 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +2 -2
- package/dist/components/notification/notification.d.ts +3 -0
- package/dist/drawer.module-BNPErv-x.js +16 -0
- package/dist/drawer.module-CTowTFmf.cjs +15 -0
- package/dist/style.css +135 -116
- package/package.json +1 -1
- package/dist/drawer.module-BPXo6-Q2.js +0 -15
- package/dist/drawer.module-_pUdp_M1.cjs +0 -14
package/dist/style.css
CHANGED
|
@@ -30,12 +30,13 @@
|
|
|
30
30
|
._teddy-ribbon--iconPlacement-center_14u2k_22 svg {
|
|
31
31
|
align-self: center;
|
|
32
32
|
}
|
|
33
|
-
}._teddy-expandable-
|
|
33
|
+
}._teddy-expandable-card_15whs_1 {
|
|
34
34
|
display: flex;
|
|
35
35
|
flex-direction: column;
|
|
36
36
|
gap: var(--teddy-spacing-400);
|
|
37
|
+
position: relative;
|
|
37
38
|
}
|
|
38
|
-
._teddy-expandable-
|
|
39
|
+
._teddy-expandable-card__item_15whs_7 {
|
|
39
40
|
width: 100%;
|
|
40
41
|
display: flex;
|
|
41
42
|
flex-direction: column;
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
border: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
44
45
|
box-shadow: var(--teddy-shadow-sm);
|
|
45
46
|
}
|
|
46
|
-
._teddy-expandable-
|
|
47
|
+
._teddy-expandable-card__trigger_15whs_15 {
|
|
47
48
|
border: unset;
|
|
48
49
|
display: flex;
|
|
49
50
|
flex-direction: column;
|
|
@@ -59,15 +60,15 @@
|
|
|
59
60
|
transition-property: background-color, color;
|
|
60
61
|
text-align: start;
|
|
61
62
|
}
|
|
62
|
-
._teddy-expandable-
|
|
63
|
+
._teddy-expandable-card__trigger_15whs_15:hover {
|
|
63
64
|
background-color: var(--teddy-color-background-interactive-transparent-hover);
|
|
64
65
|
}
|
|
65
66
|
@media (prefers-reduced-motion: no-preference) {
|
|
66
|
-
._teddy-expandable-
|
|
67
|
+
._teddy-expandable-card__trigger_15whs_15:active {
|
|
67
68
|
background-color: var(--teddy-color-background-interactive-transparent-active);
|
|
68
69
|
}
|
|
69
70
|
}
|
|
70
|
-
._teddy-expandable-
|
|
71
|
+
._teddy-expandable-card__trigger_15whs_15 ._teddy-expandable-card__indicator_15whs_39 {
|
|
71
72
|
flex-shrink: 0;
|
|
72
73
|
transform: rotate(0);
|
|
73
74
|
margin-left: var(--teddy-spacing-100);
|
|
@@ -75,76 +76,79 @@
|
|
|
75
76
|
min-height: var(--teddy-spacing-300);
|
|
76
77
|
}
|
|
77
78
|
@media (prefers-reduced-motion: no-preference) {
|
|
78
|
-
._teddy-expandable-
|
|
79
|
+
._teddy-expandable-card__trigger_15whs_15 ._teddy-expandable-card__indicator_15whs_39 {
|
|
79
80
|
transition: transform var(--teddy-motion-duration-300) var(--teddy-motion-easing-ease-in-out);
|
|
80
81
|
}
|
|
81
82
|
}
|
|
82
|
-
._teddy-expandable-
|
|
83
|
+
._teddy-expandable-card__trigger_15whs_15 ._teddy-expandable-card__hidden_15whs_51 {
|
|
83
84
|
width: 100%;
|
|
84
85
|
}
|
|
85
|
-
._teddy-expandable-
|
|
86
|
+
._teddy-expandable-card__trigger_15whs_15[data-state=open] {
|
|
86
87
|
padding-bottom: var(--teddy-spacing-0);
|
|
87
88
|
}
|
|
88
|
-
._teddy-expandable-
|
|
89
|
+
._teddy-expandable-card__trigger_15whs_15[data-state=open] ._teddy-expandable-card__line_15whs_57 {
|
|
89
90
|
margin-bottom: var(--teddy-spacing-0);
|
|
90
91
|
}
|
|
91
|
-
._teddy-expandable-
|
|
92
|
+
._teddy-expandable-card__trigger_15whs_15[data-state=open] ._teddy-expandable-card__content_15whs_60 {
|
|
92
93
|
padding-top: var(--teddy-spacing-200);
|
|
93
94
|
}
|
|
94
|
-
._teddy-expandable-
|
|
95
|
+
._teddy-expandable-card__trigger_15whs_15[data-state=open] ._teddy-expandable-card__indicator_15whs_39 {
|
|
95
96
|
transform: rotate(180deg);
|
|
96
97
|
}
|
|
97
|
-
._teddy-expandable-
|
|
98
|
+
._teddy-expandable-card__trigger_15whs_15[data-state=open] ._teddy-expandable-card__hidden_15whs_51 {
|
|
98
99
|
display: none;
|
|
99
100
|
}
|
|
100
|
-
._teddy-expandable-
|
|
101
|
+
._teddy-expandable-card__description_15whs_69 {
|
|
101
102
|
display: flex;
|
|
102
103
|
justify-content: space-between;
|
|
103
104
|
flex-grow: 1;
|
|
104
105
|
flex-direction: column;
|
|
105
106
|
}
|
|
106
107
|
@media (min-width: 600px) {
|
|
107
|
-
._teddy-expandable-
|
|
108
|
+
._teddy-expandable-card__description_15whs_69 {
|
|
108
109
|
flex-direction: row;
|
|
109
110
|
}
|
|
110
111
|
}
|
|
111
|
-
._teddy-expandable-
|
|
112
|
+
._teddy-expandable-card__price_15whs_80 {
|
|
112
113
|
display: flex;
|
|
113
114
|
align-items: center;
|
|
114
115
|
}
|
|
115
|
-
._teddy-expandable-
|
|
116
|
+
._teddy-expandable-card__header_15whs_84 {
|
|
116
117
|
display: flex;
|
|
117
118
|
width: 100%;
|
|
118
119
|
}
|
|
119
|
-
._teddy-expandable-
|
|
120
|
+
._teddy-expandable-card__line_15whs_57 {
|
|
120
121
|
border: 0;
|
|
121
122
|
border-top: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
122
123
|
}
|
|
123
|
-
._teddy-expandable-
|
|
124
|
+
._teddy-expandable-card__slot_15whs_92 {
|
|
124
125
|
display: flex;
|
|
125
126
|
gap: var(--teddy-spacing-150);
|
|
126
|
-
transform: translateY(
|
|
127
|
+
transform: translateY(-50%);
|
|
128
|
+
}
|
|
129
|
+
._teddy-expandable-card__slot--bottom_15whs_97 {
|
|
130
|
+
transform: translateY(50%);
|
|
127
131
|
}
|
|
128
|
-
._teddy-expandable-card__slot--
|
|
129
|
-
transform: translate(-50%, -
|
|
132
|
+
._teddy-expandable-card__slot--center_15whs_100 {
|
|
133
|
+
transform: translate(-50%, -50%);
|
|
130
134
|
}
|
|
131
|
-
._teddy-expandable-card__slot--
|
|
132
|
-
transform: translate(-50%,
|
|
135
|
+
._teddy-expandable-card__slot--bottom_15whs_97._teddy-expandable-card__slot--center_15whs_100 {
|
|
136
|
+
transform: translate(-50%, 50%);
|
|
133
137
|
}
|
|
134
|
-
._teddy-expandable-
|
|
138
|
+
._teddy-expandable-card__content_15whs_60 {
|
|
135
139
|
overflow: hidden;
|
|
136
140
|
padding: var(--teddy-spacing-300);
|
|
137
141
|
}
|
|
138
|
-
._teddy-expandable-
|
|
142
|
+
._teddy-expandable-card__content_15whs_60[data-state=open] {
|
|
139
143
|
padding-top: var(--teddy-spacing-200);
|
|
140
144
|
}
|
|
141
|
-
._teddy-expandable-
|
|
145
|
+
._teddy-expandable-card__content_15whs_60 > *:not(:first-child) {
|
|
142
146
|
margin-top: var(--teddy-spacing-200);
|
|
143
147
|
}
|
|
144
|
-
._teddy-expandable-card__button--
|
|
148
|
+
._teddy-expandable-card__button--right_15whs_116 {
|
|
145
149
|
float: right;
|
|
146
150
|
}
|
|
147
|
-
._teddy-expandable-card__button--
|
|
151
|
+
._teddy-expandable-card__button--left_15whs_119 {
|
|
148
152
|
float: left;
|
|
149
153
|
}._teddy-spinner--xxs_ywden_1 {
|
|
150
154
|
height: var(--teddy-spacing-250);
|
|
@@ -483,6 +487,46 @@
|
|
|
483
487
|
._teddy-button--icon-only_aswkh_56 ._teddy-button__loading_aswkh_261 {
|
|
484
488
|
background-color: var(--teddy-color-gray-100);
|
|
485
489
|
}
|
|
490
|
+
}@layer icon {
|
|
491
|
+
._teddy-icon_1rwgf_2 {
|
|
492
|
+
display: inline;
|
|
493
|
+
align-self: center;
|
|
494
|
+
fill: currentColor;
|
|
495
|
+
}
|
|
496
|
+
._teddy-icon--font_1rwgf_7 {
|
|
497
|
+
width: 1em;
|
|
498
|
+
height: 1em;
|
|
499
|
+
}
|
|
500
|
+
._teddy-icon--xxs_1rwgf_11 {
|
|
501
|
+
width: var(--teddy-spacing-150);
|
|
502
|
+
height: var(--teddy-spacing-150);
|
|
503
|
+
}
|
|
504
|
+
._teddy-icon--xs_1rwgf_15 {
|
|
505
|
+
width: var(--teddy-spacing-200);
|
|
506
|
+
height: var(--teddy-spacing-200);
|
|
507
|
+
}
|
|
508
|
+
._teddy-icon--sm_1rwgf_19 {
|
|
509
|
+
width: var(--teddy-spacing-250);
|
|
510
|
+
height: var(--teddy-spacing-250);
|
|
511
|
+
}
|
|
512
|
+
._teddy-icon--md_1rwgf_23 {
|
|
513
|
+
width: var(--teddy-spacing-300);
|
|
514
|
+
height: var(--teddy-spacing-300);
|
|
515
|
+
}
|
|
516
|
+
._teddy-icon--lg_1rwgf_27 {
|
|
517
|
+
width: var(--teddy-spacing-400);
|
|
518
|
+
height: var(--teddy-spacing-400);
|
|
519
|
+
}
|
|
520
|
+
._teddy-icon--xl_1rwgf_31 {
|
|
521
|
+
width: var(--teddy-spacing-600);
|
|
522
|
+
height: var(--teddy-spacing-600);
|
|
523
|
+
}
|
|
524
|
+
._teddy-icon-with-children_1rwgf_35 {
|
|
525
|
+
display: inline-flex;
|
|
526
|
+
align-items: center;
|
|
527
|
+
font-family: var(--teddy-typography-family-default);
|
|
528
|
+
gap: var(--teddy-spacing-100);
|
|
529
|
+
}
|
|
486
530
|
}._teddy-color-dot_cywb7_1 {
|
|
487
531
|
border-radius: var(--teddy-border-radius-full);
|
|
488
532
|
height: var(--size);
|
|
@@ -636,46 +680,6 @@
|
|
|
636
680
|
font-size: clamp(var(--teddy-typography-scale-800), 3cqw, var(--teddy-typography-scale-1000));
|
|
637
681
|
line-height: var(--teddy-typography-line-height-tight);
|
|
638
682
|
}
|
|
639
|
-
}@layer icon {
|
|
640
|
-
._teddy-icon_1rwgf_2 {
|
|
641
|
-
display: inline;
|
|
642
|
-
align-self: center;
|
|
643
|
-
fill: currentColor;
|
|
644
|
-
}
|
|
645
|
-
._teddy-icon--font_1rwgf_7 {
|
|
646
|
-
width: 1em;
|
|
647
|
-
height: 1em;
|
|
648
|
-
}
|
|
649
|
-
._teddy-icon--xxs_1rwgf_11 {
|
|
650
|
-
width: var(--teddy-spacing-150);
|
|
651
|
-
height: var(--teddy-spacing-150);
|
|
652
|
-
}
|
|
653
|
-
._teddy-icon--xs_1rwgf_15 {
|
|
654
|
-
width: var(--teddy-spacing-200);
|
|
655
|
-
height: var(--teddy-spacing-200);
|
|
656
|
-
}
|
|
657
|
-
._teddy-icon--sm_1rwgf_19 {
|
|
658
|
-
width: var(--teddy-spacing-250);
|
|
659
|
-
height: var(--teddy-spacing-250);
|
|
660
|
-
}
|
|
661
|
-
._teddy-icon--md_1rwgf_23 {
|
|
662
|
-
width: var(--teddy-spacing-300);
|
|
663
|
-
height: var(--teddy-spacing-300);
|
|
664
|
-
}
|
|
665
|
-
._teddy-icon--lg_1rwgf_27 {
|
|
666
|
-
width: var(--teddy-spacing-400);
|
|
667
|
-
height: var(--teddy-spacing-400);
|
|
668
|
-
}
|
|
669
|
-
._teddy-icon--xl_1rwgf_31 {
|
|
670
|
-
width: var(--teddy-spacing-600);
|
|
671
|
-
height: var(--teddy-spacing-600);
|
|
672
|
-
}
|
|
673
|
-
._teddy-icon-with-children_1rwgf_35 {
|
|
674
|
-
display: inline-flex;
|
|
675
|
-
align-items: center;
|
|
676
|
-
font-family: var(--teddy-typography-family-default);
|
|
677
|
-
gap: var(--teddy-spacing-100);
|
|
678
|
-
}
|
|
679
683
|
}._teddy-tooltip__content_14d9w_1 {
|
|
680
684
|
box-sizing: border-box;
|
|
681
685
|
max-width: calc(17rem * var(--teddy-rescale));
|
|
@@ -1015,8 +1019,8 @@
|
|
|
1015
1019
|
right: 100%;
|
|
1016
1020
|
transform: rotate(180deg);
|
|
1017
1021
|
}
|
|
1018
|
-
}@layer reset, flex, button, link, drawer;
|
|
1019
|
-
@keyframes _teddy-fade-
|
|
1022
|
+
}@layer reset, flex, button, link, heading, drawer;
|
|
1023
|
+
@keyframes _teddy-fade-in_ugum0_1 {
|
|
1020
1024
|
from {
|
|
1021
1025
|
opacity: 0;
|
|
1022
1026
|
}
|
|
@@ -1024,7 +1028,7 @@
|
|
|
1024
1028
|
opacity: 1;
|
|
1025
1029
|
}
|
|
1026
1030
|
}
|
|
1027
|
-
@keyframes _teddy-fade-
|
|
1031
|
+
@keyframes _teddy-fade-out_ugum0_1 {
|
|
1028
1032
|
from {
|
|
1029
1033
|
opacity: 1;
|
|
1030
1034
|
}
|
|
@@ -1032,7 +1036,7 @@
|
|
|
1032
1036
|
opacity: 0;
|
|
1033
1037
|
}
|
|
1034
1038
|
}
|
|
1035
|
-
@keyframes _teddy-overlay-no-
|
|
1039
|
+
@keyframes _teddy-overlay-no-op_ugum0_1 {
|
|
1036
1040
|
from {
|
|
1037
1041
|
opacity: 1;
|
|
1038
1042
|
}
|
|
@@ -1040,53 +1044,64 @@
|
|
|
1040
1044
|
opacity: 1;
|
|
1041
1045
|
}
|
|
1042
1046
|
}
|
|
1043
|
-
._teddy-
|
|
1047
|
+
._teddy-drawer__overlay_ugum0_26 {
|
|
1044
1048
|
box-sizing: border-box;
|
|
1045
1049
|
}
|
|
1046
1050
|
@layer drawer {
|
|
1047
|
-
._teddy-
|
|
1051
|
+
._teddy-drawer__overlay_ugum0_26 {
|
|
1048
1052
|
box-sizing: border-box;
|
|
1049
1053
|
position: fixed;
|
|
1050
1054
|
inset: 0;
|
|
1055
|
+
display: grid;
|
|
1056
|
+
justify-items: end;
|
|
1051
1057
|
z-index: 40;
|
|
1052
1058
|
}
|
|
1053
1059
|
@media (prefers-reduced-motion: no-preference) {
|
|
1054
|
-
._teddy-
|
|
1060
|
+
._teddy-drawer__overlay_ugum0_26 {
|
|
1055
1061
|
/* Keep the overlay mounted until the children have animated */
|
|
1056
1062
|
}
|
|
1057
|
-
._teddy-
|
|
1058
|
-
animation: _teddy-overlay-no-
|
|
1063
|
+
._teddy-drawer__overlay_ugum0_26:where([data-state=closed]) {
|
|
1064
|
+
animation: _teddy-overlay-no-op_ugum0_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1059
1065
|
}
|
|
1060
|
-
._teddy-
|
|
1061
|
-
animation: _teddy-fade-
|
|
1066
|
+
._teddy-drawer__overlay_ugum0_26:where([data-state=open])::before {
|
|
1067
|
+
animation: _teddy-fade-in_ugum0_1 500ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1062
1068
|
}
|
|
1063
|
-
._teddy-
|
|
1064
|
-
animation: _teddy-fade-
|
|
1069
|
+
._teddy-drawer__overlay_ugum0_26:where([data-state=closed])::before {
|
|
1070
|
+
animation: _teddy-fade-out_ugum0_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1065
1071
|
}
|
|
1066
1072
|
}
|
|
1067
|
-
._teddy-
|
|
1073
|
+
._teddy-drawer__overlay_ugum0_26::before {
|
|
1068
1074
|
position: fixed;
|
|
1069
1075
|
content: "";
|
|
1070
1076
|
inset: 0;
|
|
1071
1077
|
background-color: var(--teddy-color-overlay-default);
|
|
1072
1078
|
}
|
|
1073
|
-
._teddy-drawer__overlay--
|
|
1079
|
+
._teddy-drawer__overlay--container_ugum0_59 {
|
|
1074
1080
|
position: absolute;
|
|
1075
1081
|
}
|
|
1076
|
-
._teddy-drawer__overlay--
|
|
1082
|
+
._teddy-drawer__overlay--container_ugum0_59::before {
|
|
1077
1083
|
position: absolute;
|
|
1078
1084
|
}
|
|
1079
|
-
._teddy-drawer__overlay--
|
|
1085
|
+
._teddy-drawer__overlay--container_ugum0_59 ._teddy-drawer__content_ugum0_65 {
|
|
1080
1086
|
position: absolute;
|
|
1087
|
+
inset: 0;
|
|
1088
|
+
}
|
|
1089
|
+
._teddy-drawer__title_ugum0_69 {
|
|
1090
|
+
position: sticky;
|
|
1091
|
+
padding-top: var(--teddy-spacing-300);
|
|
1092
|
+
background-color: var(--teddy-color-background-primary);
|
|
1093
|
+
top: -1.5rem;
|
|
1094
|
+
margin-top: -1.5rem;
|
|
1081
1095
|
}
|
|
1082
|
-
._teddy-
|
|
1096
|
+
._teddy-drawer__content_ugum0_65 {
|
|
1083
1097
|
background-color: var(--teddy-color-background-primary);
|
|
1084
1098
|
box-shadow: var(--teddy-shadow-lg);
|
|
1085
|
-
|
|
1086
|
-
overflow:
|
|
1087
|
-
|
|
1099
|
+
z-index: 40;
|
|
1100
|
+
overflow-y: auto;
|
|
1101
|
+
overflow-x: hidden;
|
|
1102
|
+
margin-left: auto;
|
|
1088
1103
|
box-sizing: border-box;
|
|
1089
|
-
padding: var(--teddy-spacing-300);
|
|
1104
|
+
padding: var(--teddy-spacing-300) var(--teddy-spacing-300);
|
|
1090
1105
|
display: flex;
|
|
1091
1106
|
flex-direction: column;
|
|
1092
1107
|
gap: var(--teddy-spacing-200);
|
|
@@ -1094,26 +1109,26 @@
|
|
|
1094
1109
|
min-width: min(100%, 400px);
|
|
1095
1110
|
}
|
|
1096
1111
|
@media (prefers-reduced-motion: no-preference) {
|
|
1097
|
-
._teddy-
|
|
1098
|
-
animation: _drawer-content-
|
|
1112
|
+
._teddy-drawer__content_ugum0_65:where([data-state=open]) {
|
|
1113
|
+
animation: _drawer-content-show_ugum0_1 450ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1099
1114
|
}
|
|
1100
|
-
._teddy-
|
|
1101
|
-
animation: _drawer-content-
|
|
1115
|
+
._teddy-drawer__content_ugum0_65:where([data-state=closed]) {
|
|
1116
|
+
animation: _drawer-content-hide_ugum0_1 350ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1102
1117
|
}
|
|
1103
1118
|
}
|
|
1104
|
-
._teddy-drawer__content--
|
|
1119
|
+
._teddy-drawer__content--lg_ugum0_99 {
|
|
1105
1120
|
min-width: min(100%, 30rem);
|
|
1106
1121
|
width: 30vw;
|
|
1107
1122
|
max-width: initial;
|
|
1108
1123
|
}
|
|
1109
|
-
._teddy-drawer__close--
|
|
1110
|
-
position:
|
|
1124
|
+
._teddy-drawer__close--floating_ugum0_104 {
|
|
1125
|
+
position: fixed;
|
|
1111
1126
|
z-index: 2;
|
|
1112
1127
|
top: var(--teddy-spacing-200);
|
|
1113
1128
|
right: var(--teddy-spacing-200);
|
|
1114
1129
|
}
|
|
1115
1130
|
}
|
|
1116
|
-
@keyframes _drawer-content-
|
|
1131
|
+
@keyframes _drawer-content-show_ugum0_1 {
|
|
1117
1132
|
from {
|
|
1118
1133
|
transform: translateX(100%);
|
|
1119
1134
|
}
|
|
@@ -1121,7 +1136,7 @@
|
|
|
1121
1136
|
transform: translateX(0px);
|
|
1122
1137
|
}
|
|
1123
1138
|
}
|
|
1124
|
-
@keyframes _drawer-content-
|
|
1139
|
+
@keyframes _drawer-content-hide_ugum0_1 {
|
|
1125
1140
|
from {
|
|
1126
1141
|
transform: translateX(0px);
|
|
1127
1142
|
}
|
|
@@ -2578,7 +2593,7 @@
|
|
|
2578
2593
|
._teddy-field-error-text__indicator_1735t_12 {
|
|
2579
2594
|
color: var(--teddy-color-text-status-error-medium);
|
|
2580
2595
|
line-height: var(--teddy-typography-line-height-tight);
|
|
2581
|
-
}._teddy-
|
|
2596
|
+
}._teddy-badge_wlyo5_1 {
|
|
2582
2597
|
font-family: var(--teddy-typography-family-default);
|
|
2583
2598
|
font-weight: var(--teddy-typography-weight-medium);
|
|
2584
2599
|
font-size: var(--teddy-typography-scale-75);
|
|
@@ -2590,13 +2605,17 @@
|
|
|
2590
2605
|
align-items: center;
|
|
2591
2606
|
gap: var(--teddy-spacing-50);
|
|
2592
2607
|
}
|
|
2593
|
-
._teddy-badge--counter-
|
|
2608
|
+
._teddy-badge--counter-badge_wlyo5_13 {
|
|
2594
2609
|
padding: var(--teddy-spacing-10) var(--teddy-spacing-50);
|
|
2610
|
+
box-sizing: border-box;
|
|
2595
2611
|
border-radius: var(--teddy-spacing-100);
|
|
2596
2612
|
font-size: var(--teddy-typography-scale-50);
|
|
2597
2613
|
line-height: var(--teddy-typography-line-height-tight);
|
|
2614
|
+
min-width: var(--teddy-spacing-200);
|
|
2615
|
+
justify-content: center;
|
|
2616
|
+
text-align: center;
|
|
2598
2617
|
}
|
|
2599
|
-
._teddy-badge--alert-
|
|
2618
|
+
._teddy-badge--alert-badge_wlyo5_23 {
|
|
2600
2619
|
display: block;
|
|
2601
2620
|
padding: 0;
|
|
2602
2621
|
min-height: initial;
|
|
@@ -2606,54 +2625,54 @@
|
|
|
2606
2625
|
height: var(--teddy-spacing-100);
|
|
2607
2626
|
border: var(--teddy-border-width-sm) solid;
|
|
2608
2627
|
}
|
|
2609
|
-
._teddy-badge--
|
|
2628
|
+
._teddy-badge--attention_wlyo5_33 {
|
|
2610
2629
|
background-color: var(--teddy-color-background-status-attention);
|
|
2611
2630
|
color: var(--teddy-color-text-status-attention);
|
|
2612
2631
|
}
|
|
2613
|
-
._teddy-badge--
|
|
2632
|
+
._teddy-badge--attention_wlyo5_33._teddy-badge--alert-badge_wlyo5_23 {
|
|
2614
2633
|
border-color: var(--teddy-color-background-status-special);
|
|
2615
2634
|
}
|
|
2616
|
-
._teddy-badge--
|
|
2635
|
+
._teddy-badge--special_wlyo5_40 {
|
|
2617
2636
|
background-color: var(--teddy-color-background-status-special);
|
|
2618
2637
|
color: var(--teddy-color-text-status-special);
|
|
2619
2638
|
}
|
|
2620
|
-
._teddy-badge--
|
|
2639
|
+
._teddy-badge--neutral_wlyo5_44 {
|
|
2621
2640
|
background-color: var(--teddy-color-background-status-neutral);
|
|
2622
2641
|
color: var(--teddy-color-text-status-neutral);
|
|
2623
2642
|
}
|
|
2624
|
-
._teddy-badge--
|
|
2643
|
+
._teddy-badge--neutral_wlyo5_44._teddy-badge--alert-badge_wlyo5_23 {
|
|
2625
2644
|
background-color: var(--teddy-color-text-status-neutral);
|
|
2626
2645
|
border-color: var(--teddy-color-background-status-neutral);
|
|
2627
2646
|
}
|
|
2628
|
-
._teddy-badge--
|
|
2647
|
+
._teddy-badge--information_wlyo5_52 {
|
|
2629
2648
|
background-color: var(--teddy-color-background-status-info-strong);
|
|
2630
2649
|
color: var(--teddy-color-text-status-info-strong);
|
|
2631
2650
|
}
|
|
2632
|
-
._teddy-badge--
|
|
2651
|
+
._teddy-badge--information_wlyo5_52._teddy-badge--alert-badge_wlyo5_23 {
|
|
2633
2652
|
background-color: var(--teddy-color-text-status-info-strong);
|
|
2634
2653
|
border-color: var(--teddy-color-background-status-info-strong);
|
|
2635
2654
|
}
|
|
2636
|
-
._teddy-badge--
|
|
2655
|
+
._teddy-badge--success_wlyo5_60 {
|
|
2637
2656
|
background-color: var(--teddy-color-background-status-success-strong);
|
|
2638
2657
|
color: var(--teddy-color-text-status-success-strong);
|
|
2639
2658
|
}
|
|
2640
|
-
._teddy-badge--
|
|
2659
|
+
._teddy-badge--success_wlyo5_60._teddy-badge--alert-badge_wlyo5_23 {
|
|
2641
2660
|
background-color: var(--teddy-color-text-status-success-strong);
|
|
2642
2661
|
border-color: var(--teddy-color-background-status-success-strong);
|
|
2643
2662
|
}
|
|
2644
|
-
._teddy-badge--
|
|
2663
|
+
._teddy-badge--warning_wlyo5_68 {
|
|
2645
2664
|
background-color: var(--teddy-color-background-status-warning-strong);
|
|
2646
2665
|
color: var(--teddy-color-text-status-warning-strong);
|
|
2647
2666
|
}
|
|
2648
|
-
._teddy-badge--
|
|
2667
|
+
._teddy-badge--warning_wlyo5_68._teddy-badge--alert-badge_wlyo5_23 {
|
|
2649
2668
|
background-color: var(--teddy-color-text-status-warning-strong);
|
|
2650
2669
|
border-color: var(--teddy-color-background-status-warning-strong);
|
|
2651
2670
|
}
|
|
2652
|
-
._teddy-badge--
|
|
2671
|
+
._teddy-badge--error_wlyo5_76 {
|
|
2653
2672
|
background-color: var(--teddy-color-background-status-error-strong);
|
|
2654
2673
|
color: var(--teddy-color-text-status-error-strong);
|
|
2655
2674
|
}
|
|
2656
|
-
._teddy-badge--
|
|
2675
|
+
._teddy-badge--error_wlyo5_76._teddy-badge--alert-badge_wlyo5_23 {
|
|
2657
2676
|
background-color: var(--teddy-color-text-status-error-strong);
|
|
2658
2677
|
border-color: var(--teddy-color-background-status-error-strong);
|
|
2659
2678
|
}@layer heading, link, accordion;
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const styles = {
|
|
2
|
-
"teddy-drawer__overlay": "_teddy-drawer__overlay_xphhg_26",
|
|
3
|
-
"teddy-overlay-no-op": "_teddy-overlay-no-op_xphhg_1",
|
|
4
|
-
"teddy-fade-in": "_teddy-fade-in_xphhg_1",
|
|
5
|
-
"teddy-fade-out": "_teddy-fade-out_xphhg_1",
|
|
6
|
-
"teddy-drawer__overlay--container": "_teddy-drawer__overlay--container_xphhg_57",
|
|
7
|
-
"teddy-drawer__content": "_teddy-drawer__content_xphhg_63",
|
|
8
|
-
"drawer-content-show": "_drawer-content-show_xphhg_1",
|
|
9
|
-
"drawer-content-hide": "_drawer-content-hide_xphhg_1",
|
|
10
|
-
"teddy-drawer__content--lg": "_teddy-drawer__content--lg_xphhg_88",
|
|
11
|
-
"teddy-drawer__close--floating": "_teddy-drawer__close--floating_xphhg_93"
|
|
12
|
-
};
|
|
13
|
-
export {
|
|
14
|
-
styles as s
|
|
15
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const styles = {
|
|
3
|
-
"teddy-drawer__overlay": "_teddy-drawer__overlay_xphhg_26",
|
|
4
|
-
"teddy-overlay-no-op": "_teddy-overlay-no-op_xphhg_1",
|
|
5
|
-
"teddy-fade-in": "_teddy-fade-in_xphhg_1",
|
|
6
|
-
"teddy-fade-out": "_teddy-fade-out_xphhg_1",
|
|
7
|
-
"teddy-drawer__overlay--container": "_teddy-drawer__overlay--container_xphhg_57",
|
|
8
|
-
"teddy-drawer__content": "_teddy-drawer__content_xphhg_63",
|
|
9
|
-
"drawer-content-show": "_drawer-content-show_xphhg_1",
|
|
10
|
-
"drawer-content-hide": "_drawer-content-hide_xphhg_1",
|
|
11
|
-
"teddy-drawer__content--lg": "_teddy-drawer__content--lg_xphhg_88",
|
|
12
|
-
"teddy-drawer__close--floating": "_teddy-drawer__close--floating_xphhg_93"
|
|
13
|
-
};
|
|
14
|
-
exports.styles = styles;
|