@loadsmart/miranda-react 3.24.2 → 3.25.0-next.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
@@ -1792,6 +1792,7 @@ declare module 'react' {
1792
1792
  '--m-table-border-top-right-radius'?: string;
1793
1793
  '--m-table-border-bottom-left-radius'?: string;
1794
1794
  '--m-table-border-bottom-right-radius'?: string;
1795
+ '--m-table-border-width'?: string;
1795
1796
  }
1796
1797
  }
1797
1798
 
@@ -1804,18 +1805,6 @@ declare module 'react' {
1804
1805
  }
1805
1806
 
1806
1807
 
1807
- declare module 'react' {
1808
- interface CSSProperties {
1809
- '--m-table-border-radius'?: string;
1810
- '--m-table-border-top-left-radius'?: string;
1811
- '--m-table-border-top-right-radius'?: string;
1812
- '--m-table-border-bottom-left-radius'?: string;
1813
- '--m-table-border-bottom-right-radius'?: string;
1814
- '--m-table-border-width'?: string;
1815
- }
1816
- }
1817
-
1818
-
1819
1808
  declare module 'react' {
1820
1809
  interface CSSProperties {
1821
1810
  '--m-card-body-padding'?: string;
@@ -1830,11 +1819,9 @@ declare module 'react' {
1830
1819
 
1831
1820
  declare module 'react' {
1832
1821
  interface CSSProperties {
1833
- '--m-table-border-radius'?: string;
1834
- '--m-table-border-top-left-radius'?: string;
1835
- '--m-table-border-top-right-radius'?: string;
1836
- '--m-table-border-bottom-left-radius'?: string;
1837
- '--m-table-border-bottom-right-radius'?: string;
1822
+ '--m-divider-margin-top'?: string;
1823
+ '--m-divider-margin-bottom'?: string;
1824
+ '--m-divider-margin-y'?: string;
1838
1825
  }
1839
1826
  }
1840
1827
 
@@ -1849,8 +1836,21 @@ declare module 'react' {
1849
1836
 
1850
1837
  declare module 'react' {
1851
1838
  interface CSSProperties {
1852
- '--m-divider-margin-top'?: string;
1853
- '--m-divider-margin-bottom'?: string;
1854
- '--m-divider-margin-y'?: string;
1839
+ '--m-table-border-radius'?: string;
1840
+ '--m-table-border-top-left-radius'?: string;
1841
+ '--m-table-border-top-right-radius'?: string;
1842
+ '--m-table-border-bottom-left-radius'?: string;
1843
+ '--m-table-border-bottom-right-radius'?: 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;
1855
1855
  }
1856
1856
  }
package/dist/tokens.d.ts CHANGED
@@ -12,6 +12,7 @@ declare module 'react' {
12
12
  '--m-table-border-top-right-radius'?: string;
13
13
  '--m-table-border-bottom-left-radius'?: string;
14
14
  '--m-table-border-bottom-right-radius'?: string;
15
+ '--m-table-border-width'?: string;
15
16
  }
16
17
  }
17
18
 
@@ -24,18 +25,6 @@ declare module 'react' {
24
25
  }
25
26
 
26
27
 
27
- declare module 'react' {
28
- interface CSSProperties {
29
- '--m-table-border-radius'?: string;
30
- '--m-table-border-top-left-radius'?: string;
31
- '--m-table-border-top-right-radius'?: string;
32
- '--m-table-border-bottom-left-radius'?: string;
33
- '--m-table-border-bottom-right-radius'?: string;
34
- '--m-table-border-width'?: string;
35
- }
36
- }
37
-
38
-
39
28
  declare module 'react' {
40
29
  interface CSSProperties {
41
30
  '--m-card-body-padding'?: string;
@@ -50,11 +39,9 @@ declare module 'react' {
50
39
 
51
40
  declare module 'react' {
52
41
  interface CSSProperties {
53
- '--m-table-border-radius'?: string;
54
- '--m-table-border-top-left-radius'?: string;
55
- '--m-table-border-top-right-radius'?: string;
56
- '--m-table-border-bottom-left-radius'?: string;
57
- '--m-table-border-bottom-right-radius'?: string;
42
+ '--m-divider-margin-top'?: string;
43
+ '--m-divider-margin-bottom'?: string;
44
+ '--m-divider-margin-y'?: string;
58
45
  }
59
46
  }
60
47
 
@@ -69,8 +56,21 @@ declare module 'react' {
69
56
 
70
57
  declare module 'react' {
71
58
  interface CSSProperties {
72
- '--m-divider-margin-top'?: string;
73
- '--m-divider-margin-bottom'?: string;
74
- '--m-divider-margin-y'?: string;
59
+ '--m-table-border-radius'?: string;
60
+ '--m-table-border-top-left-radius'?: string;
61
+ '--m-table-border-top-right-radius'?: string;
62
+ '--m-table-border-bottom-left-radius'?: string;
63
+ '--m-table-border-bottom-right-radius'?: 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;
75
75
  }
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.24.2",
3
+ "version": "3.25.0-next.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",
@@ -27,13 +27,22 @@
27
27
  "devDependencies": {
28
28
  "@figma/code-connect": "^1.3.6",
29
29
  "@loadsmart/miranda-utils": "0.0.0",
30
- "@types/node": "^24.1.0",
30
+ "@storybook/addon-actions": "^8.6.15",
31
+ "@storybook/addon-essentials": "^8.6.15",
32
+ "@storybook/addon-interactions": "^8.6.15",
33
+ "@storybook/react": "^8.6.15",
34
+ "@storybook/react-vite": "^8.6.15",
35
+ "@storybook/test": "^8.6.15",
36
+ "@testing-library/cypress": "^10.0.3",
31
37
  "@types/react": "^18.3.24",
32
38
  "@types/react-dom": "^18.3.7",
33
39
  "@types/react-is": "^18.3.1",
34
40
  "@vitejs/plugin-react": "^4.4.1",
41
+ "cypress": "15.0.0",
42
+ "cypress-plugin-tab": "^1.0.5",
35
43
  "react": "^18.3.1",
36
44
  "react-dom": "^18.3.1",
45
+ "storybook": "^8.6.15",
37
46
  "ts-loader": "^9.4.2",
38
47
  "tsx": "^4.19.4",
39
48
  "typescript": "~5.9.3",
@@ -49,8 +58,8 @@
49
58
  },
50
59
  "dependencies": {
51
60
  "@lit/react": "^1.0.5",
52
- "@loadsmart/miranda-tokens": "4.24.4",
53
- "@loadsmart/miranda-wc": "3.24.2",
61
+ "@loadsmart/miranda-tokens": "4.25.0-next.1",
62
+ "@loadsmart/miranda-wc": "3.25.0-next.1",
54
63
  "react-is": "^18.3.1"
55
64
  },
56
65
  "directories": {
@@ -63,5 +72,6 @@
63
72
  "bugs": {
64
73
  "url": "https://github.com/loadsmart/miranda-wc/issues"
65
74
  },
66
- "homepage": "https://github.com/loadsmart/miranda-wc#readme"
75
+ "homepage": "https://github.com/loadsmart/miranda-wc#readme",
76
+ "stableVersion": "0.0.0"
67
77
  }