@telia/teddy 0.7.50 → 0.7.52
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 +1 -1
- 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.cjs +5 -5
- package/dist/components/card/card.d.ts +1 -1
- package/dist/components/card/card.js +5 -5
- 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 +1 -1
- package/dist/components/dashed-button/dashed-button-root.d.ts +6 -6
- 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/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 +6 -6
- package/dist/components/notification/notification-icon.d.ts +2 -2
- package/dist/components/notification/notification-root.d.ts +3 -3
- 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 +3 -3
- package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
- package/dist/components/step-by-step/index.cjs +19 -0
- package/dist/components/step-by-step/index.d.ts +30 -0
- package/dist/components/step-by-step/index.js +19 -0
- package/dist/components/step-by-step/step-by-step-content.cjs +23 -0
- package/dist/components/step-by-step/step-by-step-content.d.ts +8 -0
- package/dist/components/step-by-step/step-by-step-content.js +23 -0
- package/dist/components/step-by-step/step-by-step-description.cjs +17 -0
- package/dist/components/step-by-step/step-by-step-description.d.ts +33 -0
- package/dist/components/step-by-step/step-by-step-description.js +17 -0
- package/dist/components/step-by-step/step-by-step-icon.cjs +29 -0
- package/dist/components/step-by-step/step-by-step-icon.d.ts +24 -0
- package/dist/components/step-by-step/step-by-step-icon.js +29 -0
- package/dist/components/step-by-step/step-by-step-root.cjs +70 -0
- package/dist/components/step-by-step/step-by-step-root.d.ts +71 -0
- package/dist/components/step-by-step/step-by-step-root.js +70 -0
- package/dist/components/step-by-step/step-by-step-step.cjs +36 -0
- package/dist/components/step-by-step/step-by-step-step.d.ts +24 -0
- package/dist/components/step-by-step/step-by-step-step.js +36 -0
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
- package/dist/components/tabs/tabs-scroll.d.ts +1 -1
- package/dist/components/tabs/tabs-trigger.d.ts +1 -1
- 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/toggle/toggle.d.ts +2 -2
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/components/top-row-buttons/top-row-buttons.d.ts +1 -1
- package/dist/main.cjs +2 -0
- package/dist/main.js +2 -0
- package/dist/style.css +214 -1
- 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 +2 -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" | "2" | "
|
|
1982
|
-
value: "1" | "2" | "
|
|
1981
|
+
key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1982
|
+
value: "1" | "2" | "3" | "10" | "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" | "2" | "
|
|
1992
|
-
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(
|
|
1991
|
+
readonly key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1992
|
+
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(10, 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" | "2" | "
|
|
2021
|
-
value: "1" | "2" | "
|
|
2020
|
+
key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2021
|
+
value: "1" | "2" | "3" | "10" | "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" | "2" | "
|
|
2028
|
-
value: "1" | "2" | "
|
|
2027
|
+
key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2028
|
+
value: "1" | "2" | "3" | "10" | "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" | "2" | "
|
|
2035
|
-
value: "1" | "2" | "
|
|
2034
|
+
key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2035
|
+
value: "1" | "2" | "3" | "10" | "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" | "2" | "
|
|
2042
|
-
value: "1" | "2" | "
|
|
2041
|
+
key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2042
|
+
value: "1" | "2" | "3" | "10" | "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" | "2" | "
|
|
2049
|
-
value: "1" | "2" | "
|
|
2048
|
+
key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2049
|
+
value: "1" | "2" | "3" | "10" | "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" | "2" | "
|
|
2089
|
-
value: "1" | "2" | "
|
|
2088
|
+
key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
2089
|
+
value: "1" | "2" | "3" | "10" | "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" | "2" | "
|
|
80
|
-
value: "1" | "2" | "
|
|
79
|
+
key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
80
|
+
value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
81
81
|
}[];
|
|
82
82
|
export {};
|
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.52",
|
|
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.15.0",
|
|
48
48
|
"eslint": "8.57.0",
|
|
49
49
|
"eslint-config-prettier": "9.1.0",
|
|
50
50
|
"eslint-import-resolver-alias": "1.1.2",
|