@telia/teddy 0.7.0 → 0.7.5
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-indicator.cjs +1 -1
- package/dist/components/accordion/accordion-indicator.js +1 -1
- package/dist/components/avatar/avatar-root.cjs +1 -1
- package/dist/components/avatar/avatar-root.d.ts +1 -1
- package/dist/components/avatar/avatar-root.js +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/badge/badge.cjs +1 -1
- package/dist/components/badge/badge.js +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.cjs +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.js +1 -1
- package/dist/components/carousel/carousel-root.cjs +1 -1
- package/dist/components/carousel/carousel-root.js +1 -1
- package/dist/components/channel-button/channel-button-root.d.ts +3 -3
- package/dist/components/channel-button/index.d.ts +3 -3
- package/dist/components/checkbox/checkbox-indicator.cjs +1 -1
- package/dist/components/checkbox/checkbox-indicator.js +1 -1
- package/dist/components/chip/chip-indicator.cjs +1 -1
- package/dist/components/chip/chip-indicator.d.ts +2 -2
- package/dist/components/chip/chip-indicator.js +1 -1
- package/dist/components/chip/index.d.ts +2 -2
- package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-root.cjs +1 -1
- package/dist/components/dashboard-card/dashboard-card-root.js +1 -1
- package/dist/components/date-picker/date-picker-input.cjs +1 -1
- package/dist/components/date-picker/date-picker-input.js +1 -1
- package/dist/components/date-picker/date-picker.cjs +1 -1
- package/dist/components/date-picker/date-picker.js +1 -1
- package/dist/components/drawer/drawer-close.cjs +1 -1
- package/dist/components/drawer/drawer-close.js +1 -1
- package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
- package/dist/components/expandable-card/expandable-card-indicator.cjs +1 -1
- package/dist/components/expandable-card/expandable-card-indicator.js +1 -1
- package/dist/components/expandable-card/index.d.ts +3 -3
- package/dist/components/field-error-text/field-error-text.cjs +1 -1
- package/dist/components/field-error-text/field-error-text.js +1 -1
- package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
- package/dist/components/icon/icon.cjs +1 -1
- package/dist/components/icon/icon.js +1 -1
- package/dist/components/icon/index.cjs +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +3 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +3 -1
- package/dist/components/input/input-clear-button.cjs +1 -1
- package/dist/components/input/input-clear-button.js +1 -1
- package/dist/components/input/input-group.cjs +1 -1
- package/dist/components/input/input-group.js +1 -1
- package/dist/components/input/input-indicator.cjs +1 -1
- package/dist/components/input/input-indicator.js +1 -1
- package/dist/components/modal/modal-close.cjs +2 -1
- package/dist/components/modal/modal-close.js +2 -1
- package/dist/components/modal/modal-title.d.ts +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +1 -1
- package/dist/components/navigation-menu/navigation-menu.cjs +2 -1
- package/dist/components/navigation-menu/navigation-menu.js +2 -1
- package/dist/components/notabene/notabene-icon.cjs +1 -1
- package/dist/components/notabene/notabene-icon.d.ts +2 -2
- package/dist/components/notabene/notabene-icon.js +1 -1
- package/dist/components/notification/index.d.ts +2 -2
- package/dist/components/notification/notification-dismiss.cjs +1 -1
- package/dist/components/notification/notification-dismiss.js +1 -1
- package/dist/components/notification/notification-icon.cjs +1 -1
- package/dist/components/notification/notification-icon.d.ts +2 -2
- package/dist/components/notification/notification-icon.js +1 -1
- package/dist/components/notification/notification-root.d.ts +2 -2
- package/dist/components/pagination/index.cjs +27 -0
- package/dist/components/pagination/index.d.ts +114 -0
- package/dist/components/pagination/index.js +27 -0
- package/dist/components/pagination/pagination-button.cjs +116 -0
- package/dist/components/pagination/pagination-button.d.ts +56 -0
- package/dist/components/pagination/pagination-button.js +116 -0
- package/dist/components/pagination/pagination-items-per-page.cjs +66 -0
- package/dist/components/pagination/pagination-items-per-page.d.ts +35 -0
- package/dist/components/pagination/pagination-items-per-page.js +66 -0
- package/dist/components/pagination/pagination-navigation.cjs +51 -0
- package/dist/components/pagination/pagination-navigation.d.ts +25 -0
- package/dist/components/pagination/pagination-navigation.js +51 -0
- package/dist/components/pagination/pagination-page-numbers.cjs +94 -0
- package/dist/components/pagination/pagination-page-numbers.d.ts +26 -0
- package/dist/components/pagination/pagination-page-numbers.js +94 -0
- package/dist/components/pagination/pagination-page-selector.cjs +68 -0
- package/dist/components/pagination/pagination-page-selector.d.ts +22 -0
- package/dist/components/pagination/pagination-page-selector.js +68 -0
- package/dist/components/pagination/pagination-root.cjs +29 -0
- package/dist/components/pagination/pagination-root.d.ts +24 -0
- package/dist/components/pagination/pagination-root.js +29 -0
- package/dist/components/radio-card-group/radio-card-group-content.cjs +2 -1
- package/dist/components/radio-card-group/radio-card-group-content.js +2 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +2 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.js +2 -1
- package/dist/components/radio-card-group/radio-card-group-item.cjs +2 -1
- package/dist/components/radio-card-group/radio-card-group-item.js +2 -1
- package/dist/components/scroll-area/index.d.ts +2 -2
- package/dist/components/scroll-area/scroll-area-button.cjs +1 -1
- package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
- package/dist/components/scroll-area/scroll-area-button.js +1 -1
- package/dist/components/scroll-area/scroll-area-thumb.cjs +1 -1
- package/dist/components/scroll-area/scroll-area-thumb.js +1 -1
- package/dist/components/select/select-indicator.cjs +1 -1
- package/dist/components/select/select-indicator.js +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/toast/toast-root.cjs +1 -1
- package/dist/components/toast/toast-root.js +1 -1
- package/dist/components/toggle/toggle.cjs +1 -1
- package/dist/components/toggle/toggle.d.ts +2 -2
- package/dist/components/toggle/toggle.js +1 -1
- package/dist/components/toggletip/toggletip-close.cjs +1 -1
- package/dist/components/toggletip/toggletip-close.js +1 -1
- package/dist/components/tooltip/tooltip-trigger.cjs +1 -1
- package/dist/components/tooltip/tooltip-trigger.js +1 -1
- package/dist/main.cjs +3 -1
- package/dist/main.js +3 -1
- package/dist/pagination.module-BZYtfhKG.js +14 -0
- package/dist/pagination.module-cJw-49kO.cjs +13 -0
- package/dist/style.css +750 -691
- package/dist/utils/generate-styling/grid.d.ts +24 -24
- package/dist/utils/generate-styling/index.d.ts +16 -16
- package/dist/utils/generate-styling/util.d.ts +2 -2
- package/package.json +1 -1
- package/dist/assets/{sprite.c7653d19-teddy.svg → sprite.6511e521-teddy.svg} +9 -9
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { Responsive, numberIterator } from './util';
|
|
2
2
|
|
|
3
3
|
export declare const gridTemplateRowsValues: readonly [...{
|
|
4
|
-
key: "1" | "
|
|
5
|
-
value: "1" | "
|
|
4
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
5
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
12
|
-
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(
|
|
11
|
+
readonly key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
12
|
+
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(10, 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: "1" | "
|
|
19
|
-
value: "1" | "
|
|
18
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
19
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
56
|
-
value: "1" | "
|
|
55
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
56
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
135
|
-
value: "1" | "
|
|
134
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
135
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
145
|
-
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(
|
|
144
|
+
readonly key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
145
|
+
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(10, 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: "1" | "
|
|
175
|
-
value: "1" | "
|
|
174
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
175
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
182
|
-
value: "1" | "
|
|
181
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
182
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
189
|
-
value: "1" | "
|
|
188
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
189
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
196
|
-
value: "1" | "
|
|
195
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
196
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
203
|
-
value: "1" | "
|
|
202
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
203
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
243
|
-
value: "1" | "
|
|
242
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
243
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
1982
|
-
value: "1" | "
|
|
1981
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1982
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
1992
|
-
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(
|
|
1991
|
+
readonly key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1992
|
+
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(10, 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: "1" | "
|
|
2021
|
-
value: "1" | "
|
|
2020
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2021
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
2028
|
-
value: "1" | "
|
|
2027
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2028
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
2035
|
-
value: "1" | "
|
|
2034
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2035
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
2042
|
-
value: "1" | "
|
|
2041
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2042
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
2049
|
-
value: "1" | "
|
|
2048
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2049
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
2089
|
-
value: "1" | "
|
|
2088
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2089
|
+
value: "1" | "2" | "10" | "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: "1" | "
|
|
80
|
-
value: "1" | "
|
|
79
|
+
key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
80
|
+
value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
81
81
|
}[];
|
|
82
82
|
export {};
|
package/package.json
CHANGED
|
@@ -108,9 +108,6 @@
|
|
|
108
108
|
<symbol fill="none" viewBox="0 0 24 24" id="shuffle">
|
|
109
109
|
<path fill="currentColor" fill-rule="evenodd" d="M18.844 4.625a.9.9 0 0 1 1.273 0l2.235 2.235a.9.9 0 0 1 0 1.273l-2.235 2.235a.9.9 0 1 1-1.273-1.272l.7-.7h-3.057l-1.98 1.98a.9.9 0 1 1-1.273-1.272l2.244-2.244a.9.9 0 0 1 .636-.263h3.43l-.7-.7a.9.9 0 0 1 0-1.272ZM1.47 7.502a.9.9 0 0 1 .9-.9h4.77a.9.9 0 0 1 .637.264L12.2 11.29a.892.892 0 0 1 .12.12l4.167 4.167h3.056l-.699-.7a.9.9 0 1 1 1.273-1.272l2.235 2.235a.9.9 0 0 1 0 1.273l-2.235 2.235a.9.9 0 1 1-1.273-1.272l.7-.7h-3.43a.9.9 0 0 1-.636-.263l-3.854-3.854-3.848 3.849a.9.9 0 0 1-.636.263H2.37a.9.9 0 0 1 0-1.8h4.397l3.584-3.584-3.584-3.585H2.369a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd"></path>
|
|
110
110
|
</symbol>
|
|
111
|
-
<symbol fill="none" viewBox="0 0 24 24" id="sync">
|
|
112
|
-
<path fill="currentColor" fill-rule="evenodd" d="M12.015 4.786a7.218 7.218 0 0 0-7.219 7.219.9.9 0 1 1-1.8 0 9.018 9.018 0 0 1 15.189-6.577v-1.48a.9.9 0 1 1 1.8 0V8.92h-4.973a.9.9 0 0 1 0-1.8h2.318a7.199 7.199 0 0 0-5.315-2.334Zm8.118 6.319a.9.9 0 0 1 .9.9A9.018 9.018 0 0 1 5.83 18.568v1.469a.9.9 0 1 1-1.8 0v-4.973h4.973a.9.9 0 1 1 0 1.8H6.677a7.218 7.218 0 0 0 12.556-4.86.9.9 0 0 1 .9-.9Z" clip-rule="evenodd"></path>
|
|
113
|
-
</symbol>
|
|
114
111
|
<symbol fill="none" viewBox="0 0 24 24" id="skip-back-10sec">
|
|
115
112
|
<path fill="currentColor" fill-rule="evenodd" d="M8.636 1.864a.9.9 0 0 0-1.272 0l-2.5 2.5a.9.9 0 0 0 0 1.272l2.5 2.5a.9.9 0 0 0 1.272-1.272L7.673 5.9H12A7.1 7.1 0 1 1 4.9 13a.9.9 0 1 0-1.8 0A8.9 8.9 0 1 0 12 4.1H7.673l.963-.964a.9.9 0 0 0 0-1.272Z" clip-rule="evenodd"></path>
|
|
116
113
|
<path fill="currentColor" d="M10.838 16v-5.6h-.736l-1.656.984v.928l1.36-.752V16h1.032Zm3.542.096c1.24 0 2.152-1 2.152-2.896s-.912-2.896-2.152-2.896c-1.248 0-2.16 1-2.16 2.896s.912 2.896 2.16 2.896Zm0-.872c-.688 0-1.104-.696-1.104-2.024s.416-2.024 1.104-2.024c.68 0 1.104.688 1.104 2.024s-.424 2.024-1.104 2.024Z"></path>
|
|
@@ -141,6 +138,9 @@
|
|
|
141
138
|
<symbol fill="none" viewBox="0 0 24 24" id="switch-arrows">
|
|
142
139
|
<path fill="currentColor" fill-rule="evenodd" d="M16.864 2.364a.9.9 0 0 1 1.272 0l4 4a.9.9 0 0 1 0 1.272l-4 4a.9.9 0 0 1-1.272-1.272L19.327 7.9H9a.9.9 0 0 1 0-1.8h10.327l-2.463-2.464a.9.9 0 0 1 0-1.272Zm-9.728 10a.9.9 0 0 1 0 1.272L4.673 16.1H15a.9.9 0 1 1 0 1.8H4.673l2.463 2.464a.9.9 0 0 1-1.272 1.272l-4-4a.9.9 0 0 1 0-1.272l4-4a.9.9 0 0 1 1.272 0Z" clip-rule="evenodd"></path>
|
|
143
140
|
</symbol>
|
|
141
|
+
<symbol fill="none" viewBox="0 0 24 24" id="sync">
|
|
142
|
+
<path fill="currentColor" fill-rule="evenodd" d="M12.015 4.786a7.218 7.218 0 0 0-7.219 7.219.9.9 0 1 1-1.8 0 9.018 9.018 0 0 1 15.189-6.577v-1.48a.9.9 0 1 1 1.8 0V8.92h-4.973a.9.9 0 0 1 0-1.8h2.318a7.199 7.199 0 0 0-5.315-2.334Zm8.118 6.319a.9.9 0 0 1 .9.9A9.018 9.018 0 0 1 5.83 18.568v1.469a.9.9 0 1 1-1.8 0v-4.973h4.973a.9.9 0 1 1 0 1.8H6.677a7.218 7.218 0 0 0 12.556-4.86.9.9 0 0 1 .9-.9Z" clip-rule="evenodd"></path>
|
|
143
|
+
</symbol>
|
|
144
144
|
<symbol fill="none" viewBox="0 0 24 24" id="tv-next">
|
|
145
145
|
<path fill="currentColor" d="M21 21h-1V3h1v18Zm-3-9L4.5 19.794V4.206L18 12Z"></path>
|
|
146
146
|
<path fill="currentColor" fill-rule="evenodd" d="M19.364 2.364A.9.9 0 0 1 20 2.1h1a.9.9 0 0 1 .9.9v18a.9.9 0 0 1-.9.9h-1a.9.9 0 0 1-.9-.9V3a.9.9 0 0 1 .264-.636ZM4.05 3.426a.9.9 0 0 1 .9 0l13.5 7.795a.9.9 0 0 1 0 1.558l-13.5 7.795a.9.9 0 0 1-1.35-.78V4.206a.9.9 0 0 1 .45-.78ZM5.4 5.765v12.47L16.2 12 5.4 5.765Z" clip-rule="evenodd"></path>
|
|
@@ -894,14 +894,14 @@
|
|
|
894
894
|
<symbol fill="none" viewBox="0 0 24 24" id="speedometer">
|
|
895
895
|
<path fill="currentColor" fill-rule="evenodd" d="M1.62 11.81a.903.903 0 0 0-.014.294 10.304 10.304 0 0 0 2.884 7.52.9.9 0 0 0 1.182.101l1.36-1a.9.9 0 0 0-1.065-1.45l-.697.512A8.49 8.49 0 0 1 3.411 12.9H4.5a.9.9 0 1 0 0-1.8h-.992a8.511 8.511 0 0 1 2.03-4.29l.74.74A.9.9 0 0 0 7.55 6.279l-.686-.686A8.577 8.577 0 0 1 11.1 3.946V5a.9.9 0 1 0 1.8 0V3.946a8.576 8.576 0 0 1 2.187.522.9.9 0 0 0 .644-1.681A10.415 10.415 0 0 0 12 2.1c-2.63 0-5.033.973-6.865 2.577a.898.898 0 0 0-.428.396A10.306 10.306 0 0 0 1.62 11.81Zm17.516-6.946a.9.9 0 0 1 0 1.272l-7 7a.9.9 0 1 1-1.272-1.272l7-7a.9.9 0 0 1 1.272 0Zm.894 2.458a.9.9 0 0 1 1.213.384 10.285 10.285 0 0 1 1.157 4.752c0 2.78-1.101 5.307-2.89 7.166a.9.9 0 0 1-1.182.101l-1.36-1a.9.9 0 0 1 1.065-1.45l.697.512a8.49 8.49 0 0 0 1.859-4.887H19a.9.9 0 1 1 0-1.8h1.492a8.462 8.462 0 0 0-.846-2.564.9.9 0 0 1 .384-1.214Z" clip-rule="evenodd"></path>
|
|
896
896
|
</symbol>
|
|
897
|
+
<symbol fill="none" viewBox="0 0 24 24" id="split">
|
|
898
|
+
<path fill="currentColor" fill-rule="evenodd" d="M18.864 4.864a.9.9 0 0 1 1.272 0l2 2a.9.9 0 0 1 0 1.272l-2 2a.9.9 0 0 1-1.272-1.272l.463-.464h-5.454l-4.237 4.236A.9.9 0 0 1 9 12.9H2.5a.9.9 0 0 1 0-1.8h6.127l4.237-4.236A.9.9 0 0 1 13.5 6.6h5.827l-.463-.464a.9.9 0 0 1 0-1.272Zm-8.5 8.5a.9.9 0 0 1 1.272 0l2.237 2.236h5.454l-.463-.464a.9.9 0 1 1 1.272-1.272l2 2a.9.9 0 0 1 0 1.272l-2 2a.9.9 0 0 1-1.272-1.272l.463-.464H13.5a.9.9 0 0 1-.636-.264l-2.5-2.5a.9.9 0 0 1 0-1.272Z" clip-rule="evenodd"></path>
|
|
899
|
+
</symbol>
|
|
897
900
|
<symbol fill="none" viewBox="0 0 24 24" id="spyware">
|
|
898
901
|
<path fill="currentColor" fill-rule="evenodd" d="M11.598 1.695a.9.9 0 0 1 .804 0c2.952 1.476 5.356 2.433 8.725 2.914a.9.9 0 0 1 .773.89c0 4.728-.237 8.312-1.595 11.029-1.403 2.805-3.915 4.543-8.037 5.831a.9.9 0 0 1-.537 0c-4.12-1.288-6.633-3.026-8.036-5.832C2.337 13.811 2.1 10.227 2.1 5.5a.9.9 0 0 1 .788-.893c3.843-.48 5.731-1.423 8.71-2.912Zm-7.695 4.59c.03 4.338.324 7.281 1.402 9.438 1.072 2.143 2.992 3.635 6.695 4.833 3.703-1.198 5.623-2.69 6.695-4.834 1.08-2.158 1.374-5.105 1.402-9.452-3.08-.525-5.437-1.457-8.096-2.765C9.38 4.813 7.374 5.76 3.903 6.285Z" clip-rule="evenodd"></path>
|
|
899
902
|
<path fill="currentColor" d="m12.523 14.422.416-6.75a.94.94 0 1 0-1.876.001l.425 6.749h1.035ZM12 17.02c.44 0 .826-.387.826-.815 0-.418-.387-.816-.826-.816-.428 0-.825.397-.825.816 0 .428.397.815.825.815Z"></path>
|
|
900
903
|
<path fill="currentColor" fill-rule="evenodd" d="M12.691 14.596h-1.37l-.436-7.034a1 1 0 0 1 .998-1.062h.236a1 1 0 0 1 .998 1.06l-.426 7.036Zm.248-6.924a.94.94 0 1 0-1.876.001l.425 6.749h1.035l.416-6.75ZM13 16.206c0 .526-.466.99-1 .99-.522 0-1-.463-1-.99 0-.264.125-.51.304-.689.18-.178.429-.3.696-.3.536 0 1 .474 1 .989Zm-.174 0c0 .428-.387.815-.826.815-.428 0-.825-.387-.825-.815 0-.418.397-.816.825-.816.44 0 .826.397.826.816Z" clip-rule="evenodd"></path>
|
|
901
904
|
</symbol>
|
|
902
|
-
<symbol fill="none" viewBox="0 0 24 24" id="split">
|
|
903
|
-
<path fill="currentColor" fill-rule="evenodd" d="M18.864 4.864a.9.9 0 0 1 1.272 0l2 2a.9.9 0 0 1 0 1.272l-2 2a.9.9 0 0 1-1.272-1.272l.463-.464h-5.454l-4.237 4.236A.9.9 0 0 1 9 12.9H2.5a.9.9 0 0 1 0-1.8h6.127l4.237-4.236A.9.9 0 0 1 13.5 6.6h5.827l-.463-.464a.9.9 0 0 1 0-1.272Zm-8.5 8.5a.9.9 0 0 1 1.272 0l2.237 2.236h5.454l-.463-.464a.9.9 0 1 1 1.272-1.272l2 2a.9.9 0 0 1 0 1.272l-2 2a.9.9 0 0 1-1.272-1.272l.463-.464H13.5a.9.9 0 0 1-.636-.264l-2.5-2.5a.9.9 0 0 1 0-1.272Z" clip-rule="evenodd"></path>
|
|
904
|
-
</symbol>
|
|
905
905
|
<symbol fill="none" viewBox="0 0 24 24" id="stop">
|
|
906
906
|
<path fill="currentColor" fill-rule="evenodd" d="M12 3.818a8.182 8.182 0 1 0 0 16.364 8.182 8.182 0 0 0 0-16.364ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm5.05 0a.91.91 0 0 1 .91-.91h8.08a.91.91 0 1 1 0 1.82H7.96a.91.91 0 0 1-.91-.91Z" clip-rule="evenodd"></path>
|
|
907
907
|
</symbol>
|
|
@@ -965,9 +965,6 @@
|
|
|
965
965
|
<path fill="currentColor" d="M18.865 6.395a1.26 1.26 0 1 1-2.52 0 1.26 1.26 0 0 1 2.52 0Z"></path>
|
|
966
966
|
<path fill="currentColor" fill-rule="evenodd" d="M12 1.5c-2.852 0-3.21.012-4.33.063-1.118.051-1.88.229-2.55.488-.7.264-1.335.677-1.86 1.211a5.147 5.147 0 0 0-1.21 1.86c-.259.668-.436 1.431-.487 2.549C1.513 8.789 1.5 9.148 1.5 12c0 2.851.012 3.21.063 4.329.051 1.119.229 1.88.488 2.55.264.7.677 1.335 1.211 1.86.525.534 1.16.947 1.86 1.211.668.26 1.432.437 2.55.488 1.12.051 1.476.062 4.328.062 2.851 0 3.21-.012 4.329-.063 1.119-.052 1.88-.229 2.55-.489a5.37 5.37 0 0 0 3.07-3.07c.26-.668.437-1.432.488-2.55.05-1.119.063-1.477.063-4.328 0-2.852-.012-3.21-.063-4.33-.052-1.118-.229-1.88-.489-2.55a5.147 5.147 0 0 0-1.21-1.86 5.147 5.147 0 0 0-1.86-1.21c-.668-.259-1.431-.436-2.55-.487C15.212 1.513 14.852 1.5 12 1.5Zm0 1.892c2.803 0 3.135.01 4.243.06 1.023.046 1.58.217 1.95.361.49.19.84.418 1.207.786.367.367.595.717.785 1.207.144.37.315.926.362 1.95.05 1.107.06 1.44.06 4.243 0 2.803-.011 3.135-.06 4.243-.047 1.023-.218 1.58-.362 1.95-.19.49-.418.84-.785 1.207a3.258 3.258 0 0 1-1.207.785c-.37.144-.926.315-1.95.362-1.107.05-1.44.06-4.243.06-2.803 0-3.136-.011-4.243-.06-1.024-.047-1.58-.218-1.95-.362A3.25 3.25 0 0 1 4.6 19.4a3.252 3.252 0 0 1-.786-1.207c-.143-.37-.314-.926-.361-1.95-.05-1.107-.06-1.44-.06-4.242 0-2.803.01-3.136.06-4.243.047-1.024.218-1.58.361-1.95.19-.49.418-.84.786-1.208a3.258 3.258 0 0 1 1.207-.785c.37-.144.926-.315 1.95-.361 1.107-.05 1.44-.06 4.243-.06v-.001Z" clip-rule="evenodd"></path>
|
|
967
967
|
</symbol>
|
|
968
|
-
<symbol fill="none" viewBox="0 0 24 24" id="youtube">
|
|
969
|
-
<path fill="currentColor" fill-rule="evenodd" d="M22.178 7.76s-.241-1.467-.804-2.119c-.805-.815-1.69-.815-2.092-.896C16.385 4.5 11.96 4.5 11.96 4.5s-4.426 0-7.322.245c-.402.081-1.287.081-2.092.896-.644.652-.805 2.12-.805 2.12S1.5 9.473 1.5 11.185v1.63c0 1.712.241 3.424.241 3.424s.242 1.467.805 2.12c.805.815 1.85.815 2.333.896 1.69.164 7.161.245 7.161.245s4.425 0 7.322-.245c.402-.081 1.287-.081 2.092-.896.644-.653.805-2.12.805-2.12s.241-1.712.241-3.424v-1.63a42.404 42.404 0 0 0-.322-3.424Zm-12.39 7.012V8.82l5.631 3.016-5.632 2.935Z" clip-rule="evenodd"></path>
|
|
970
|
-
</symbol>
|
|
971
968
|
<symbol fill="none" viewBox="0 0 24 24" id="linkedin">
|
|
972
969
|
<path fill="currentColor" d="M4.024 1.5A2.526 2.526 0 0 0 1.5 4.027a2.526 2.526 0 0 0 2.524 2.528 2.527 2.527 0 0 0 2.522-2.528A2.526 2.526 0 0 0 4.024 1.5ZM17.28 8.124c-2.118 0-3.537 1.163-4.118 2.265h-.058V8.473H8.929V22.5h4.349v-6.94c0-1.829.346-3.601 2.611-3.601 2.232 0 2.263 2.092 2.263 3.72v6.82h4.347v-7.693c0-3.777-.813-6.682-5.22-6.682ZM6.2 22.5H1.848V8.473H6.2V22.5Z"></path>
|
|
973
970
|
</symbol>
|
|
@@ -986,6 +983,9 @@
|
|
|
986
983
|
<symbol fill="none" viewBox="0 0 24 24" id="x">
|
|
987
984
|
<path fill="currentColor" d="m3.044 3 6.95 9.928L3 21h1.574l6.123-7.067L15.644 21H21l-7.34-10.486L20.168 3h-1.574l-5.639 6.509L8.4 3H3.044Zm2.315 1.239h2.46L18.685 19.76h-2.46L5.357 4.24Z"></path>
|
|
988
985
|
</symbol>
|
|
986
|
+
<symbol fill="none" viewBox="0 0 24 24" id="youtube">
|
|
987
|
+
<path fill="currentColor" fill-rule="evenodd" d="M22.178 7.76s-.241-1.467-.804-2.119c-.805-.815-1.69-.815-2.092-.896C16.385 4.5 11.96 4.5 11.96 4.5s-4.426 0-7.322.245c-.402.081-1.287.081-2.092.896-.644.652-.805 2.12-.805 2.12S1.5 9.473 1.5 11.185v1.63c0 1.712.241 3.424.241 3.424s.242 1.467.805 2.12c.805.815 1.85.815 2.333.896 1.69.164 7.161.245 7.161.245s4.425 0 7.322-.245c.402-.081 1.287-.081 2.092-.896.644-.653.805-2.12.805-2.12s.241-1.712.241-3.424v-1.63a42.404 42.404 0 0 0-.322-3.424Zm-12.39 7.012V8.82l5.631 3.016-5.632 2.935Z" clip-rule="evenodd"></path>
|
|
988
|
+
</symbol>
|
|
989
989
|
<symbol fill="none" viewBox="0 0 24 24" id="alert-filled">
|
|
990
990
|
<path fill="currentColor" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm1.038-14.81-.247 6.875h-1.566l-.247-6.876a1.03 1.03 0 1 1 2.06 0Zm.212 8.916c0 .649-.585 1.234-1.25 1.234-.649 0-1.25-.585-1.25-1.234 0-.633.601-1.234 1.25-1.234.665 0 1.25.601 1.25 1.234Z" clip-rule="evenodd"></path>
|
|
991
991
|
</symbol>
|