@loadsmart/miranda-react 3.26.0 → 3.26.1

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/index.d.ts CHANGED
@@ -1787,9 +1787,38 @@ export { }
1787
1787
 
1788
1788
  declare module 'react' {
1789
1789
  interface CSSProperties {
1790
- '--m-divider-margin-top'?: string;
1791
- '--m-divider-margin-bottom'?: string;
1792
- '--m-divider-margin-y'?: string;
1790
+ '--m-select-max-width'?: string;
1791
+ }
1792
+ }
1793
+
1794
+
1795
+ declare module 'react' {
1796
+ interface CSSProperties {
1797
+ '--m-table-border-radius'?: string;
1798
+ '--m-table-border-top-left-radius'?: string;
1799
+ '--m-table-border-top-right-radius'?: string;
1800
+ '--m-table-border-bottom-left-radius'?: string;
1801
+ '--m-table-border-bottom-right-radius'?: string;
1802
+ }
1803
+ }
1804
+
1805
+
1806
+ declare module 'react' {
1807
+ interface CSSProperties {
1808
+ '--m-table-border-radius'?: string;
1809
+ '--m-table-border-top-left-radius'?: string;
1810
+ '--m-table-border-top-right-radius'?: string;
1811
+ '--m-table-border-bottom-left-radius'?: string;
1812
+ '--m-table-border-bottom-right-radius'?: string;
1813
+ '--m-table-border-width'?: string;
1814
+ }
1815
+ }
1816
+
1817
+
1818
+ declare module 'react' {
1819
+ interface CSSProperties {
1820
+ '--m-table-cell-padding-x'?: string;
1821
+ '--m-table-cell-padding-y'?: string;
1793
1822
  }
1794
1823
  }
1795
1824
 
@@ -1806,6 +1835,15 @@ declare module 'react' {
1806
1835
  }
1807
1836
 
1808
1837
 
1838
+ declare module 'react' {
1839
+ interface CSSProperties {
1840
+ '--m-divider-margin-top'?: string;
1841
+ '--m-divider-margin-bottom'?: string;
1842
+ '--m-divider-margin-y'?: string;
1843
+ }
1844
+ }
1845
+
1846
+
1809
1847
  declare module 'react' {
1810
1848
  interface CSSProperties {
1811
1849
  '--m-text-display'?: string;
@@ -1835,22 +1873,6 @@ declare module 'react' {
1835
1873
 
1836
1874
  declare module 'react' {
1837
1875
  interface CSSProperties {
1838
- '--m-table-border-radius'?: string;
1839
- '--m-table-border-top-left-radius'?: string;
1840
- '--m-table-border-top-right-radius'?: string;
1841
- '--m-table-border-bottom-left-radius'?: string;
1842
- '--m-table-border-bottom-right-radius'?: string;
1843
- '--m-table-border-width'?: string;
1844
- }
1845
- }
1846
-
1847
-
1848
- declare module 'react' {
1849
- interface CSSProperties {
1850
- '--m-table-border-radius'?: string;
1851
- '--m-table-border-top-left-radius'?: string;
1852
- '--m-table-border-top-right-radius'?: string;
1853
- '--m-table-border-bottom-left-radius'?: string;
1854
- '--m-table-border-bottom-right-radius'?: string;
1876
+ '--m-popover-max-width'?: string;
1855
1877
  }
1856
1878
  }
package/dist/tokens.d.ts CHANGED
@@ -7,9 +7,38 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
10
- '--m-divider-margin-top'?: string;
11
- '--m-divider-margin-bottom'?: string;
12
- '--m-divider-margin-y'?: string;
10
+ '--m-select-max-width'?: string;
11
+ }
12
+ }
13
+
14
+
15
+ declare module 'react' {
16
+ interface CSSProperties {
17
+ '--m-table-border-radius'?: string;
18
+ '--m-table-border-top-left-radius'?: string;
19
+ '--m-table-border-top-right-radius'?: string;
20
+ '--m-table-border-bottom-left-radius'?: string;
21
+ '--m-table-border-bottom-right-radius'?: string;
22
+ }
23
+ }
24
+
25
+
26
+ declare module 'react' {
27
+ interface CSSProperties {
28
+ '--m-table-border-radius'?: string;
29
+ '--m-table-border-top-left-radius'?: string;
30
+ '--m-table-border-top-right-radius'?: string;
31
+ '--m-table-border-bottom-left-radius'?: string;
32
+ '--m-table-border-bottom-right-radius'?: string;
33
+ '--m-table-border-width'?: string;
34
+ }
35
+ }
36
+
37
+
38
+ declare module 'react' {
39
+ interface CSSProperties {
40
+ '--m-table-cell-padding-x'?: string;
41
+ '--m-table-cell-padding-y'?: string;
13
42
  }
14
43
  }
15
44
 
@@ -26,6 +55,15 @@ declare module 'react' {
26
55
  }
27
56
 
28
57
 
58
+ declare module 'react' {
59
+ interface CSSProperties {
60
+ '--m-divider-margin-top'?: string;
61
+ '--m-divider-margin-bottom'?: string;
62
+ '--m-divider-margin-y'?: string;
63
+ }
64
+ }
65
+
66
+
29
67
  declare module 'react' {
30
68
  interface CSSProperties {
31
69
  '--m-text-display'?: string;
@@ -55,22 +93,6 @@ declare module 'react' {
55
93
 
56
94
  declare module 'react' {
57
95
  interface CSSProperties {
58
- '--m-table-border-radius'?: string;
59
- '--m-table-border-top-left-radius'?: string;
60
- '--m-table-border-top-right-radius'?: string;
61
- '--m-table-border-bottom-left-radius'?: string;
62
- '--m-table-border-bottom-right-radius'?: string;
63
- '--m-table-border-width'?: string;
64
- }
65
- }
66
-
67
-
68
- declare module 'react' {
69
- interface CSSProperties {
70
- '--m-table-border-radius'?: string;
71
- '--m-table-border-top-left-radius'?: string;
72
- '--m-table-border-top-right-radius'?: string;
73
- '--m-table-border-bottom-left-radius'?: string;
74
- '--m-table-border-bottom-right-radius'?: string;
96
+ '--m-popover-max-width'?: string;
75
97
  }
76
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.26.0",
3
+ "version": "3.26.1",
4
4
  "description": "React component library based on Miranda Web Components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,12 +28,9 @@
28
28
  "@dotenvx/dotenvx": "^1.54.0",
29
29
  "@figma/code-connect": "^1.4.1",
30
30
  "@loadsmart/miranda-utils": "0.0.0",
31
- "@storybook/addon-actions": "^8.6.15",
32
- "@storybook/addon-essentials": "^8.6.15",
33
- "@storybook/addon-interactions": "^8.6.15",
34
- "@storybook/react": "^8.6.15",
35
- "@storybook/react-vite": "^8.6.15",
36
- "@storybook/test": "^8.6.15",
31
+ "@storybook/addon-docs": "^10.3.3",
32
+ "@storybook/react": "^10.3.3",
33
+ "@storybook/react-vite": "^10.3.3",
37
34
  "@testing-library/cypress": "^10.0.3",
38
35
  "@types/react": "^18.3.24",
39
36
  "@types/react-dom": "^18.3.7",
@@ -42,7 +39,7 @@
42
39
  "cypress": "15.0.0",
43
40
  "react": "^18.3.1",
44
41
  "react-dom": "^18.3.1",
45
- "storybook": "^8.6.15",
42
+ "storybook": "^10.3.3",
46
43
  "tsx": "^4.19.4",
47
44
  "typescript": "~5.9.3",
48
45
  "vite": "^6.3.2",
@@ -57,8 +54,8 @@
57
54
  },
58
55
  "dependencies": {
59
56
  "@lit/react": "^1.0.5",
60
- "@loadsmart/miranda-tokens": "4.26.0",
61
- "@loadsmart/miranda-wc": "3.26.0",
57
+ "@loadsmart/miranda-tokens": "4.26.1",
58
+ "@loadsmart/miranda-wc": "3.26.1",
62
59
  "react-is": "^18.3.1"
63
60
  },
64
61
  "directories": {