@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.
Files changed (81) hide show
  1. package/dist/components/avatar/avatar-root.d.ts +1 -1
  2. package/dist/components/avatar/index.d.ts +1 -1
  3. package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
  4. package/dist/components/breadcrumbs/index.d.ts +1 -1
  5. package/dist/components/card/card-link.d.ts +1 -1
  6. package/dist/components/card/card.cjs +5 -5
  7. package/dist/components/card/card.d.ts +1 -1
  8. package/dist/components/card/card.js +5 -5
  9. package/dist/components/channel-button/channel-button-root.d.ts +4 -4
  10. package/dist/components/channel-button/index.d.ts +4 -4
  11. package/dist/components/checkbox/checkbox-group.d.ts +1 -1
  12. package/dist/components/checkbox/index.d.ts +1 -1
  13. package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +1 -0
  14. package/dist/components/checkbox-card-group/checkbox-card-group-content.js +1 -0
  15. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1 -0
  16. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1 -0
  17. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +1 -0
  18. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +1 -0
  19. package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +1 -0
  20. package/dist/components/checkbox-card-group/checkbox-card-group-item.js +1 -0
  21. package/dist/components/chip/chip-indicator.d.ts +2 -2
  22. package/dist/components/chip/index.d.ts +2 -2
  23. package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
  24. package/dist/components/dashed-button/dashed-button-root.d.ts +6 -6
  25. package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
  26. package/dist/components/expandable-card/index.d.ts +3 -3
  27. package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
  28. package/dist/components/icon/utils.d.ts +1 -1
  29. package/dist/components/index.cjs +2 -0
  30. package/dist/components/index.d.ts +1 -0
  31. package/dist/components/index.js +2 -0
  32. package/dist/components/modal/modal-close.cjs +1 -0
  33. package/dist/components/modal/modal-close.js +1 -0
  34. package/dist/components/navigation-menu/navigation-menu.cjs +1 -0
  35. package/dist/components/navigation-menu/navigation-menu.d.ts +1 -1
  36. package/dist/components/navigation-menu/navigation-menu.js +1 -0
  37. package/dist/components/notabene/notabene-icon.d.ts +2 -2
  38. package/dist/components/notification/index.d.ts +6 -6
  39. package/dist/components/notification/notification-icon.d.ts +2 -2
  40. package/dist/components/notification/notification-root.d.ts +3 -3
  41. package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -0
  42. package/dist/components/radio-card-group/radio-card-group-content.js +1 -0
  43. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1 -0
  44. package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -0
  45. package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -0
  46. package/dist/components/radio-card-group/radio-card-group-item.js +1 -0
  47. package/dist/components/scroll-area/index.d.ts +3 -3
  48. package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
  49. package/dist/components/step-by-step/index.cjs +19 -0
  50. package/dist/components/step-by-step/index.d.ts +30 -0
  51. package/dist/components/step-by-step/index.js +19 -0
  52. package/dist/components/step-by-step/step-by-step-content.cjs +23 -0
  53. package/dist/components/step-by-step/step-by-step-content.d.ts +8 -0
  54. package/dist/components/step-by-step/step-by-step-content.js +23 -0
  55. package/dist/components/step-by-step/step-by-step-description.cjs +17 -0
  56. package/dist/components/step-by-step/step-by-step-description.d.ts +33 -0
  57. package/dist/components/step-by-step/step-by-step-description.js +17 -0
  58. package/dist/components/step-by-step/step-by-step-icon.cjs +29 -0
  59. package/dist/components/step-by-step/step-by-step-icon.d.ts +24 -0
  60. package/dist/components/step-by-step/step-by-step-icon.js +29 -0
  61. package/dist/components/step-by-step/step-by-step-root.cjs +70 -0
  62. package/dist/components/step-by-step/step-by-step-root.d.ts +71 -0
  63. package/dist/components/step-by-step/step-by-step-root.js +70 -0
  64. package/dist/components/step-by-step/step-by-step-step.cjs +36 -0
  65. package/dist/components/step-by-step/step-by-step-step.d.ts +24 -0
  66. package/dist/components/step-by-step/step-by-step-step.js +36 -0
  67. package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
  68. package/dist/components/tabs/tabs-scroll.d.ts +1 -1
  69. package/dist/components/tabs/tabs-trigger.d.ts +1 -1
  70. package/dist/components/text-field/index.d.ts +2 -2
  71. package/dist/components/text-field/text-field-button.d.ts +2 -2
  72. package/dist/components/toggle/toggle.d.ts +2 -2
  73. package/dist/components/tooltip/index.d.ts +1 -1
  74. package/dist/components/top-row-buttons/top-row-buttons.d.ts +1 -1
  75. package/dist/main.cjs +2 -0
  76. package/dist/main.js +2 -0
  77. package/dist/style.css +214 -1
  78. package/dist/utils/generate-styling/grid.d.ts +24 -24
  79. package/dist/utils/generate-styling/index.d.ts +16 -16
  80. package/dist/utils/generate-styling/util.d.ts +2 -2
  81. 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" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1982
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
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" | "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))";
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" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2021
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
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" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2028
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
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" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2035
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
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" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2042
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
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" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2049
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
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" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2089
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
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" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
80
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
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.50",
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.13.5",
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",