@telia/teddy 0.7.26 → 0.7.28

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.
Files changed (91) hide show
  1. package/README.md +1 -1
  2. package/dist/components/avatar/avatar-root.d.ts +1 -1
  3. package/dist/components/avatar/index.d.ts +1 -1
  4. package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
  5. package/dist/components/breadcrumbs/index.d.ts +1 -1
  6. package/dist/components/card/card-illustration.d.ts +1 -1
  7. package/dist/components/card/card-link.d.ts +1 -1
  8. package/dist/components/channel-button/channel-button-root.d.ts +3 -3
  9. package/dist/components/channel-button/index.d.ts +3 -3
  10. package/dist/components/checkbox/checkbox-group.d.ts +1 -1
  11. package/dist/components/checkbox/index.d.ts +1 -1
  12. package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +1 -0
  13. package/dist/components/checkbox-card-group/checkbox-card-group-content.js +1 -0
  14. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1 -0
  15. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1 -0
  16. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +1 -0
  17. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +1 -0
  18. package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +1 -0
  19. package/dist/components/checkbox-card-group/checkbox-card-group-item.js +1 -0
  20. package/dist/components/chip/chip-indicator.d.ts +3 -2
  21. package/dist/components/chip/index.d.ts +3 -2
  22. package/dist/components/color-dot/index.d.ts +1 -1
  23. package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
  24. package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
  25. package/dist/components/expandable-card/index.d.ts +3 -3
  26. package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
  27. package/dist/components/icon/icon.cjs +4 -1
  28. package/dist/components/icon/icon.d.ts +1 -0
  29. package/dist/components/icon/icon.js +4 -1
  30. package/dist/components/icon/utils.d.ts +1 -1
  31. package/dist/components/index.cjs +2 -0
  32. package/dist/components/index.d.ts +1 -0
  33. package/dist/components/index.js +2 -0
  34. package/dist/components/modal/modal-close.cjs +1 -0
  35. package/dist/components/modal/modal-close.js +1 -0
  36. package/dist/components/navigation-menu/navigation-menu.cjs +1 -0
  37. package/dist/components/navigation-menu/navigation-menu.js +1 -0
  38. package/dist/components/notabene/notabene-icon.d.ts +3 -2
  39. package/dist/components/notification/index.d.ts +1 -1
  40. package/dist/components/notification/notification-icon.d.ts +3 -2
  41. package/dist/components/notification/notification-root.d.ts +1 -1
  42. package/dist/components/pagination/pagination-button.d.ts +1 -1
  43. package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -0
  44. package/dist/components/radio-card-group/radio-card-group-content.js +1 -0
  45. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1 -0
  46. package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -0
  47. package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -0
  48. package/dist/components/radio-card-group/radio-card-group-item.js +1 -0
  49. package/dist/components/scroll-area/index.d.ts +3 -3
  50. package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
  51. package/dist/components/select/index.cjs +4 -1
  52. package/dist/components/select/index.d.ts +5 -1
  53. package/dist/components/select/index.js +4 -1
  54. package/dist/components/select/select-group.cjs +6 -2
  55. package/dist/components/select/select-group.d.ts +4 -2
  56. package/dist/components/select/select-group.js +7 -3
  57. package/dist/components/select/select-root.cjs +12 -10
  58. package/dist/components/select/select-root.js +12 -10
  59. package/dist/components/select/select-separator.cjs +30 -0
  60. package/dist/components/select/select-separator.d.ts +5 -0
  61. package/dist/components/select/select-separator.js +13 -0
  62. package/dist/components/step-indicator/index.cjs +14 -0
  63. package/dist/components/step-indicator/index.d.ts +38 -0
  64. package/dist/components/step-indicator/index.js +14 -0
  65. package/dist/components/step-indicator/step-indicator-root.cjs +8 -0
  66. package/dist/components/step-indicator/step-indicator-root.d.ts +55 -0
  67. package/dist/components/step-indicator/step-indicator-root.js +8 -0
  68. package/dist/components/step-indicator/step-indicator-step-element.cjs +157 -0
  69. package/dist/components/step-indicator/step-indicator-step-element.d.ts +14 -0
  70. package/dist/components/step-indicator/step-indicator-step-element.js +157 -0
  71. package/dist/components/step-indicator/step-indicator-step-line.cjs +6 -0
  72. package/dist/components/step-indicator/step-indicator-step-line.d.ts +9 -0
  73. package/dist/components/step-indicator/step-indicator-step-line.js +6 -0
  74. package/dist/components/step-indicator/step-indicator-step.cjs +8 -0
  75. package/dist/components/step-indicator/step-indicator-step.d.ts +24 -0
  76. package/dist/components/step-indicator/step-indicator-step.js +8 -0
  77. package/dist/components/tabs/index.d.ts +1 -1
  78. package/dist/components/tabs/tabs-root.d.ts +1 -1
  79. package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
  80. package/dist/components/tabs/tabs-scroll.d.ts +1 -1
  81. package/dist/components/text-field/index.d.ts +2 -2
  82. package/dist/components/text-field/text-field-button.d.ts +2 -2
  83. package/dist/components/toggle/toggle.d.ts +3 -2
  84. package/dist/components/tooltip/index.d.ts +1 -1
  85. package/dist/main.cjs +2 -0
  86. package/dist/main.js +2 -0
  87. package/dist/style.css +231 -24
  88. package/dist/utils/generate-styling/grid.d.ts +24 -24
  89. package/dist/utils/generate-styling/index.d.ts +16 -16
  90. package/dist/utils/generate-styling/util.d.ts +2 -2
  91. package/package.json +2 -2
package/dist/main.cjs CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const components_stepIndicator_index = require("./components/step-indicator/index.cjs");
3
4
  const components_metricMeter_metricMeter = require("./components/metric-meter/metric-meter.cjs");
4
5
  const components_footer_index = require("./components/footer/index.cjs");
5
6
  const components_pagination_index = require("./components/pagination/index.cjs");
@@ -70,6 +71,7 @@ const tokens_spacing_variables = require("./tokens/spacing/variables.cjs");
70
71
  const tokens_typography_variables = require("./tokens/typography/variables.cjs");
71
72
  const sonner = require("sonner");
72
73
  const components_input_inputGroup = require("./components/input/input-group.cjs");
74
+ exports.StepIndicator = components_stepIndicator_index.StepIndicator;
73
75
  exports.MetricMeter = components_metricMeter_metricMeter.MetricMeter;
74
76
  exports.Footer = components_footer_index.Footer;
75
77
  exports.Pagination = components_pagination_index.Pagination;
package/dist/main.js CHANGED
@@ -1,3 +1,4 @@
1
+ import { StepIndicator } from "./components/step-indicator/index.js";
1
2
  import { MetricMeter } from "./components/metric-meter/metric-meter.js";
2
3
  import { Footer } from "./components/footer/index.js";
3
4
  import { Pagination } from "./components/pagination/index.js";
@@ -124,6 +125,7 @@ export {
124
125
  Skeleton,
125
126
  Slider,
126
127
  Spinner,
128
+ StepIndicator,
127
129
  Table,
128
130
  Tabs,
129
131
  Text,
package/dist/style.css CHANGED
@@ -1,12 +1,4 @@
1
- @charset 'UTF-8';._teddy-flex_1ncy4_1 {
2
- box-sizing: border-box;
3
- }
4
-
5
- @layer flex {
6
- ._teddy-flex_1ncy4_1 {
7
- display: flex;
8
- }
9
- }@layer icon {
1
+ @charset 'UTF-8';@layer icon {
10
2
  ._teddy-icon_1ur3a_2 {
11
3
  display: inline;
12
4
  align-self: center;
@@ -47,6 +39,208 @@
47
39
  font-family: var(--teddy-typography-family-default);
48
40
  gap: var(--teddy-spacing-100);
49
41
  }
42
+ }._teddy-step-indicator_m33yv_1 {
43
+ display: flex;
44
+ justify-content: center;
45
+ }
46
+ ._teddy-step-indicator__element_m33yv_5 {
47
+ display: flex;
48
+ flex-direction: column;
49
+ align-items: center;
50
+ justify-content: flex-start;
51
+ border-style: none;
52
+ background: none;
53
+ outline-offset: 0px;
54
+ }
55
+ ._teddy-step-indicator__element--clickable_m33yv_14 {
56
+ background: inherit;
57
+ text-decoration: none;
58
+ cursor: pointer;
59
+ }
60
+ ._teddy-step-indicator__element--clickable_m33yv_14:focus, ._teddy-step-indicator__element--clickable_m33yv_14:focus-visible, ._teddy-step-indicator__element--clickable_m33yv_14:hover, ._teddy-step-indicator__element--clickable_m33yv_14:active {
61
+ outline: 5px solid var(--teddy-color-purple-500);
62
+ background: var(--teddy-color-purple-500);
63
+ z-index: 1;
64
+ }
65
+ ._teddy-step-indicator__element--clickable_m33yv_14:focus ._teddy-step-indicator__label_m33yv_24, ._teddy-step-indicator__element--clickable_m33yv_14:focus-visible ._teddy-step-indicator__label_m33yv_24, ._teddy-step-indicator__element--clickable_m33yv_14:hover ._teddy-step-indicator__label_m33yv_24, ._teddy-step-indicator__element--clickable_m33yv_14:active ._teddy-step-indicator__label_m33yv_24 {
66
+ color: var(--teddy-color-functional-white);
67
+ }
68
+ ._teddy-step-indicator__element--clickable_m33yv_14:focus ._teddy-step-indicator__step--passed-active_m33yv_27, ._teddy-step-indicator__element--clickable_m33yv_14:focus-visible ._teddy-step-indicator__step--passed-active_m33yv_27, ._teddy-step-indicator__element--clickable_m33yv_14:hover ._teddy-step-indicator__step--passed-active_m33yv_27, ._teddy-step-indicator__element--clickable_m33yv_14:active ._teddy-step-indicator__step--passed-active_m33yv_27 {
69
+ background-color: var(--teddy-color-functional-white);
70
+ border: 2px solid var(--teddy-color-purple-500);
71
+ }
72
+ ._teddy-step-indicator__element--clickable_m33yv_14:focus ._teddy-step-indicator__step--passed-active_m33yv_27 ._teddy-step-indicator__icon_m33yv_31, ._teddy-step-indicator__element--clickable_m33yv_14:focus-visible ._teddy-step-indicator__step--passed-active_m33yv_27 ._teddy-step-indicator__icon_m33yv_31, ._teddy-step-indicator__element--clickable_m33yv_14:hover ._teddy-step-indicator__step--passed-active_m33yv_27 ._teddy-step-indicator__icon_m33yv_31, ._teddy-step-indicator__element--clickable_m33yv_14:active ._teddy-step-indicator__step--passed-active_m33yv_27 ._teddy-step-indicator__icon_m33yv_31 {
73
+ color: var(--teddy-color-purple-500);
74
+ }
75
+ ._teddy-step-indicator__label_m33yv_24 {
76
+ font-size: 0.75rem;
77
+ color: var(--teddy-color-gray-400);
78
+ text-align: center;
79
+ font-weight: 500;
80
+ }
81
+ @media all and (min-width: 37.5em) {
82
+ ._teddy-step-indicator__label_m33yv_24 {
83
+ margin-top: 0.5rem;
84
+ font-size: 1rem;
85
+ }
86
+ }
87
+ ._teddy-step-indicator__list_m33yv_46 {
88
+ display: flex;
89
+ list-style: none;
90
+ margin: 0 0 var(--teddy-spacing-400);
91
+ padding: 0;
92
+ }
93
+ ._teddy-step-indicator__wrapper_m33yv_52 {
94
+ position: relative;
95
+ display: flex;
96
+ flex-direction: column;
97
+ justify-content: flex-start;
98
+ align-items: center;
99
+ width: 5rem;
100
+ }
101
+ @media all and (min-width: 37.5em) {
102
+ ._teddy-step-indicator__wrapper_m33yv_52 {
103
+ width: 8rem;
104
+ }
105
+ }
106
+ ._teddy-step-indicator__line_m33yv_65 {
107
+ width: 3rem;
108
+ position: absolute;
109
+ top: 0.75rem;
110
+ height: 2px;
111
+ right: -1.5rem;
112
+ background-color: var(--teddy-color-gray-300);
113
+ content: "";
114
+ border-radius: 10px;
115
+ }
116
+ @media all and (min-width: 37.5em) {
117
+ ._teddy-step-indicator__line_m33yv_65 {
118
+ height: 4px;
119
+ width: 4rem;
120
+ top: calc(1rem - 2px);
121
+ right: -2rem;
122
+ }
123
+ }
124
+ ._teddy-step-indicator__step_m33yv_27 {
125
+ display: flex;
126
+ justify-content: center;
127
+ align-items: center;
128
+ border: 2px solid var(--teddy-color-gray-400);
129
+ border-radius: 50%;
130
+ color: var(--teddy-color-gray-400);
131
+ font-size: 0.75rem;
132
+ font-weight: bold;
133
+ height: 1.5rem;
134
+ width: 1.5rem;
135
+ line-height: calc(1.5rem - 4px);
136
+ margin: 0 0.5rem;
137
+ position: relative;
138
+ text-align: center;
139
+ }
140
+ @media all and (min-width: 37.5em) {
141
+ ._teddy-step-indicator__step_m33yv_27 {
142
+ font-size: 1rem;
143
+ border-width: 3px;
144
+ height: 2rem;
145
+ width: 2rem;
146
+ margin: 0 1rem;
147
+ line-height: calc(2rem - 3px);
148
+ }
149
+ }
150
+ ._teddy-step-indicator__step_m33yv_27:first-of-type {
151
+ margin-left: 0;
152
+ }
153
+ ._teddy-step-indicator__step_m33yv_27:last-of-type {
154
+ margin-right: 0;
155
+ }
156
+ ._teddy-step-indicator__step--passed_m33yv_27 {
157
+ background-color: var(--teddy-color-functional-white);
158
+ border: 2px solid var(--teddy-color-purple-500);
159
+ color: var(--teddy-color-purple-500);
160
+ }
161
+ ._teddy-step-indicator__step--active_m33yv_120 {
162
+ border: 2px solid var(--teddy-color-purple-500);
163
+ background-color: var(--teddy-color-purple-500);
164
+ color: var(--teddy-color-functional-white);
165
+ }
166
+ ._teddy-step-indicator__step--passed-active_m33yv_27 {
167
+ color: var(--teddy-color-functional-white);
168
+ }
169
+ ._teddy-step-indicator__step--passed-active_m33yv_27 ._teddy-step-indicator__icon_m33yv_31 {
170
+ color: var(--teddy-color-functional-white);
171
+ }
172
+ ._teddy-step-indicator__icon-wrapper_m33yv_131 {
173
+ background-color: transparent;
174
+ border: none;
175
+ }
176
+ ._teddy-step-indicator__icon_m33yv_31 {
177
+ display: block;
178
+ height: 1rem;
179
+ width: 1rem;
180
+ color: var(--teddy-color-purple-500);
181
+ }
182
+ ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__element--clickable_m33yv_14:focus, ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__element--clickable_m33yv_14:focus-visible, ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__element--clickable_m33yv_14:hover, ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__element--clickable_m33yv_14:active {
183
+ outline: 5px solid var(--teddy-color-purple-700);
184
+ background: var(--teddy-color-purple-700);
185
+ }
186
+ ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step_m33yv_27 {
187
+ font-family: "TeliaSans-Medium", Helvetica, Arial, sans-serif;
188
+ font-weight: normal;
189
+ border: 2px solid var(--teddy-color-gray-100);
190
+ color: var(--teddy-color-purple-700);
191
+ }
192
+ ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step--passed_m33yv_27 {
193
+ border: 2px solid var(--teddy-color-purple-700);
194
+ background-color: var(--teddy-color-purple-700);
195
+ color: var(--teddy-color-functional-white);
196
+ }
197
+ ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step--active_m33yv_120 {
198
+ border: 2px solid var(--teddy-color-purple-700);
199
+ background-color: var(--teddy-color-functional-white);
200
+ color: var(--teddy-color-purple-700);
201
+ }
202
+ ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step--disabled_m33yv_161 {
203
+ border: 2px solid var(--teddy-color-gray-100);
204
+ background-color: var(--teddy-color-functional-white);
205
+ color: var(--teddy-color-gray-100);
206
+ }
207
+ @media all and (min-width: 37.5em) {
208
+ ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step--passed_m33yv_27, ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__step--active_m33yv_120 {
209
+ border-width: 3px;
210
+ }
211
+ }
212
+ ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__icon_m33yv_31 {
213
+ color: var(--teddy-color-functional-white);
214
+ }
215
+ ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__label_m33yv_24 {
216
+ color: var(--teddy-color-purple-700);
217
+ }
218
+ ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__label--disabled_m33yv_177 {
219
+ color: var(--teddy-color-gray-100);
220
+ }
221
+ ._teddy-step-indicator--purple_m33yv_141 ._teddy-step-indicator__line_m33yv_65 {
222
+ background-color: var(--teddy-color-purple-700);
223
+ }
224
+ ._teddy-step-indicator__sr-only_m33yv_183 {
225
+ width: 1px;
226
+ height: 1px;
227
+ padding: 0;
228
+ margin: -1px;
229
+ overflow: hidden;
230
+ clip: rect(0, 0, 0, 0);
231
+ white-space: nowrap;
232
+ border: 0;
233
+ }
234
+ ._teddy-step-indicator__sr-only_m33yv_183:not(caption) {
235
+ position: absolute;
236
+ }._teddy-flex_1ncy4_1 {
237
+ box-sizing: border-box;
238
+ }
239
+
240
+ @layer flex {
241
+ ._teddy-flex_1ncy4_1 {
242
+ display: flex;
243
+ }
50
244
  }@layer text {
51
245
  ._teddy-text_15w9u_2 {
52
246
  color: inherit;
@@ -809,18 +1003,18 @@
809
1003
  ._teddy-field-error-text__indicator_1735t_12 {
810
1004
  color: var(--teddy-color-text-status-error-medium);
811
1005
  line-height: var(--teddy-typography-line-height-tight);
812
- }._teddy-select_1i9a7_1 {
1006
+ }._teddy-select_a7ezt_1 {
813
1007
  box-sizing: border-box;
814
1008
  display: block;
815
1009
  width: 200px;
816
1010
  }
817
- ._teddy-select_1i9a7_1 label {
1011
+ ._teddy-select_a7ezt_1 label {
818
1012
  display: flex;
819
1013
  margin-bottom: 5px;
820
1014
  padding: 0;
821
1015
  font-size: 13px;
822
1016
  }
823
- ._teddy-select__trigger_1i9a7_12 {
1017
+ ._teddy-select__trigger_a7ezt_12 {
824
1018
  display: inline-flex;
825
1019
  align-items: center;
826
1020
  justify-content: space-between;
@@ -835,36 +1029,36 @@
835
1029
  border: 1px solid #757579;
836
1030
  color: #353537;
837
1031
  }
838
- ._teddy-select__trigger_1i9a7_12:hover {
1032
+ ._teddy-select__trigger_a7ezt_12:hover {
839
1033
  border: 2px solid #6d02a3;
840
1034
  padding: 0 9px;
841
1035
  }
842
- ._teddy-select__trigger_1i9a7_12:focus, ._teddy-select__trigger_1i9a7_12 :focus:hover {
1036
+ ._teddy-select__trigger_a7ezt_12:focus, ._teddy-select__trigger_a7ezt_12:focus:hover {
843
1037
  outline: var(--teddy-border-width-sm) solid var(--teddy-color-border-interactive-focus);
844
1038
  outline-offset: calc(var(--teddy-spacing-10) * 2);
845
1039
  border-width: var(--teddy-border-width-xs);
846
1040
  border-color: var(--teddy-color-border-interactive-subtle-hover);
847
1041
  padding: 1px 10px;
848
1042
  }
849
- ._teddy-select__trigger--error_1i9a7_38 {
1043
+ ._teddy-select__trigger--error_a7ezt_38 {
850
1044
  border: 1px solid #e4175c;
851
1045
  padding: 1px 10px;
852
1046
  }
853
- ._teddy-select__trigger--disabled_1i9a7_42, ._teddy-select__trigger--disabled_1i9a7_42:hover {
1047
+ ._teddy-select__trigger--disabled_a7ezt_42, ._teddy-select__trigger--disabled_a7ezt_42:hover {
854
1048
  color: #aaaab0;
855
1049
  background-color: #e5e5eb;
856
1050
  border: 1px solid #aaaab0;
857
1051
  padding: 0 10px;
858
1052
  }
859
- ._teddy-select__trigger--readonly_1i9a7_48, ._teddy-select__trigger--readonly_1i9a7_48:hover {
1053
+ ._teddy-select__trigger--readonly_a7ezt_48, ._teddy-select__trigger--readonly_a7ezt_48:hover {
860
1054
  border: 1px solid #aaaab0;
861
1055
  background-color: #f3f3f8;
862
1056
  padding: 0 10px;
863
1057
  }
864
- ._teddy-select__icon_1i9a7_53 {
1058
+ ._teddy-select__icon_a7ezt_53 {
865
1059
  color: #8d8d94;
866
1060
  }
867
- ._teddy-select__content_1i9a7_56 {
1061
+ ._teddy-select__content_a7ezt_56 {
868
1062
  overflow: hidden;
869
1063
  background-color: white;
870
1064
  border-radius: 6px;
@@ -873,11 +1067,11 @@
873
1067
  min-width: var(--radix-select-trigger-width);
874
1068
  max-height: var(--radix-select-content-available-height);
875
1069
  }
876
- ._teddy-select__viewport_1i9a7_65 {
1070
+ ._teddy-select__viewport_a7ezt_65 {
877
1071
  padding: 5px;
878
1072
  overflow: scroll;
879
1073
  }
880
- ._teddy-select__item_1i9a7_69 {
1074
+ ._teddy-select__item_a7ezt_69 {
881
1075
  font-size: 13px;
882
1076
  line-height: 1;
883
1077
  border-radius: 3px;
@@ -889,21 +1083,34 @@
889
1083
  user-select: none;
890
1084
  cursor: pointer;
891
1085
  }
892
- ._teddy-select__item_1i9a7_69:disabled {
1086
+ ._teddy-select__item_a7ezt_69:disabled {
893
1087
  color: #e5e5eb;
894
1088
  pointer-events: none;
895
1089
  }
896
- ._teddy-select__item_1i9a7_69:hover {
1090
+ ._teddy-select__item_a7ezt_69:hover {
897
1091
  background-color: #e5e5eb;
898
1092
  outline: none;
899
1093
  }
900
- ._teddy-select__item-indicator_1i9a7_89 {
1094
+ ._teddy-select__item-indicator_a7ezt_89 {
901
1095
  position: absolute;
902
1096
  left: 0;
903
1097
  width: 25px;
904
1098
  display: inline-flex;
905
1099
  align-items: center;
906
1100
  justify-content: center;
1101
+ }
1102
+ ._teddy-select__separator_a7ezt_97 {
1103
+ height: 1px;
1104
+ background-color: #e5e5eb;
1105
+ margin: 5px;
1106
+ }
1107
+ ._teddy-select__label_a7ezt_102 {
1108
+ font-family: var(--teddy-typography-family-default);
1109
+ font-weight: var(--teddy-typography-weight-normal);
1110
+ font-size: var(--teddy-typography-scale-100);
1111
+ line-height: var(--teddy-typography-line-height-loose);
1112
+ font-weight: var(--teddy-typography-weight-medium);
1113
+ padding: 0 25px;
907
1114
  }._teddy-avatar_e3370_1 {
908
1115
  display: flex;
909
1116
  align-items: center;
@@ -1,22 +1,22 @@
1
1
  import { Responsive, numberIterator } from './util';
2
2
 
3
3
  export declare const gridTemplateRowsValues: readonly [...{
4
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
5
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
4
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
5
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
6
6
  }[], {
7
7
  readonly key: "none";
8
8
  readonly value: "none";
9
9
  }];
10
10
  export declare const gridTemplateColumnsValues: readonly [...{
11
- readonly key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
12
- readonly value: "repeat(10, minmax(0, 1fr))" | "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
11
+ readonly key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
12
+ readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
13
13
  }[], {
14
14
  readonly key: "none";
15
15
  readonly value: "none";
16
16
  }];
17
17
  declare const gridColumnValues: readonly [...{
18
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
19
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
18
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
19
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
20
20
  }[], {
21
21
  readonly key: "span-2";
22
22
  readonly value: "span 2";
@@ -52,8 +52,8 @@ declare const gridColumnValues: readonly [...{
52
52
  readonly value: "span 12";
53
53
  }];
54
54
  declare const gridRowValues: readonly [...{
55
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
56
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
55
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
56
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
57
57
  }[], {
58
58
  readonly key: "span-2";
59
59
  readonly value: "span 2";
@@ -131,8 +131,8 @@ export declare const gridLayout: readonly [{
131
131
  readonly key: "rows";
132
132
  readonly className: "teddy-gtr";
133
133
  readonly values: readonly [...{
134
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
135
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
134
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
135
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
136
136
  }[], {
137
137
  readonly key: "none";
138
138
  readonly value: "none";
@@ -141,8 +141,8 @@ export declare const gridLayout: readonly [{
141
141
  readonly key: "columns";
142
142
  readonly className: "teddy-gtc";
143
143
  readonly values: readonly [...{
144
- readonly key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
145
- readonly value: "repeat(10, minmax(0, 1fr))" | "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
144
+ readonly key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
145
+ readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
146
146
  }[], {
147
147
  readonly key: "none";
148
148
  readonly value: "none";
@@ -171,36 +171,36 @@ export declare const gridChildren: readonly [{
171
171
  readonly key: "gridColumnStart";
172
172
  readonly className: "teddy-gcs";
173
173
  readonly values: {
174
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
175
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
174
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
175
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
176
176
  }[];
177
177
  }, {
178
178
  readonly key: "gridColumnEnd";
179
179
  readonly className: "teddy-gce";
180
180
  readonly values: {
181
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
182
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
181
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
182
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
183
183
  }[];
184
184
  }, {
185
185
  readonly key: "gridRowStart";
186
186
  readonly className: "teddy-grs";
187
187
  readonly values: {
188
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
189
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
188
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
189
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
190
190
  }[];
191
191
  }, {
192
192
  readonly key: "gridRowEnd";
193
193
  readonly className: "teddy-gre";
194
194
  readonly values: {
195
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
196
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
195
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
196
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
197
197
  }[];
198
198
  }, {
199
199
  readonly key: "gridColumn";
200
200
  readonly className: "teddy-gc";
201
201
  readonly values: readonly [...{
202
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
203
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
202
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
203
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
204
204
  }[], {
205
205
  readonly key: "span-2";
206
206
  readonly value: "span 2";
@@ -239,8 +239,8 @@ export declare const gridChildren: readonly [{
239
239
  readonly key: "gridRow";
240
240
  readonly className: "teddy-gr";
241
241
  readonly values: readonly [...{
242
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
243
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
242
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
243
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
244
244
  }[], {
245
245
  readonly key: "span-2";
246
246
  readonly value: "span 2";
@@ -1978,8 +1978,8 @@ export declare const stylings: readonly [{
1978
1978
  readonly key: "rows";
1979
1979
  readonly className: "teddy-gtr";
1980
1980
  readonly values: readonly [...{
1981
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1982
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1981
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1982
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1983
1983
  }[], {
1984
1984
  readonly key: "none";
1985
1985
  readonly value: "none";
@@ -1988,8 +1988,8 @@ export declare const stylings: readonly [{
1988
1988
  readonly key: "columns";
1989
1989
  readonly className: "teddy-gtc";
1990
1990
  readonly values: readonly [...{
1991
- readonly key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1992
- readonly value: "repeat(10, minmax(0, 1fr))" | "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
1991
+ readonly key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1992
+ readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
1993
1993
  }[], {
1994
1994
  readonly key: "none";
1995
1995
  readonly value: "none";
@@ -2017,36 +2017,36 @@ export declare const stylings: readonly [{
2017
2017
  readonly key: "gridColumnStart";
2018
2018
  readonly className: "teddy-gcs";
2019
2019
  readonly values: {
2020
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2021
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2020
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2021
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2022
2022
  }[];
2023
2023
  }, {
2024
2024
  readonly key: "gridColumnEnd";
2025
2025
  readonly className: "teddy-gce";
2026
2026
  readonly values: {
2027
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2028
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2027
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2028
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2029
2029
  }[];
2030
2030
  }, {
2031
2031
  readonly key: "gridRowStart";
2032
2032
  readonly className: "teddy-grs";
2033
2033
  readonly values: {
2034
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2035
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2034
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2035
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2036
2036
  }[];
2037
2037
  }, {
2038
2038
  readonly key: "gridRowEnd";
2039
2039
  readonly className: "teddy-gre";
2040
2040
  readonly values: {
2041
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2042
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2041
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2042
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2043
2043
  }[];
2044
2044
  }, {
2045
2045
  readonly key: "gridColumn";
2046
2046
  readonly className: "teddy-gc";
2047
2047
  readonly values: readonly [...{
2048
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2049
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2048
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2049
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2050
2050
  }[], {
2051
2051
  readonly key: "span-2";
2052
2052
  readonly value: "span 2";
@@ -2085,8 +2085,8 @@ export declare const stylings: readonly [{
2085
2085
  readonly key: "gridRow";
2086
2086
  readonly className: "teddy-gr";
2087
2087
  readonly values: readonly [...{
2088
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2089
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2088
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2089
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2090
2090
  }[], {
2091
2091
  readonly key: "span-2";
2092
2092
  readonly value: "span 2";
@@ -76,7 +76,7 @@ export type Responsive<T> = {
76
76
  [key in Breakpoint]?: T | AnyCssValue;
77
77
  } | (T | AnyCssValue);
78
78
  export declare const numberIterator: {
79
- key: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
80
- value: "10" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
79
+ key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
80
+ value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
81
81
  }[];
82
82
  export {};
package/package.json CHANGED
@@ -16,11 +16,11 @@
16
16
  },
17
17
  "type": "module",
18
18
  "engines": {
19
- "node": "20.x || 21.x",
19
+ "node": ">= 20",
20
20
  "pnpm": ">=10"
21
21
  },
22
22
  "private": false,
23
- "version": "0.7.26",
23
+ "version": "0.7.28",
24
24
  "sideEffects": [
25
25
  "**/*.css",
26
26
  "**/*.svg"