@loadsmart/miranda-react 3.24.3 → 3.25.0

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
@@ -1799,47 +1799,48 @@ declare module 'react' {
1799
1799
 
1800
1800
  declare module 'react' {
1801
1801
  interface CSSProperties {
1802
- '--m-divider-margin-top'?: string;
1803
- '--m-divider-margin-bottom'?: string;
1804
- '--m-divider-margin-y'?: string;
1802
+ '--m-table-border-radius'?: string;
1803
+ '--m-table-border-top-left-radius'?: string;
1804
+ '--m-table-border-top-right-radius'?: string;
1805
+ '--m-table-border-bottom-left-radius'?: string;
1806
+ '--m-table-border-bottom-right-radius'?: string;
1807
+ '--m-table-border-width'?: string;
1805
1808
  }
1806
1809
  }
1807
1810
 
1808
1811
 
1809
1812
  declare module 'react' {
1810
1813
  interface CSSProperties {
1811
- '--m-icon-size'?: string;
1812
- '--m-icon-color'?: string;
1814
+ '--m-table-border-radius'?: string;
1815
+ '--m-table-border-top-left-radius'?: string;
1816
+ '--m-table-border-top-right-radius'?: string;
1817
+ '--m-table-border-bottom-left-radius'?: string;
1818
+ '--m-table-border-bottom-right-radius'?: string;
1813
1819
  }
1814
1820
  }
1815
1821
 
1816
1822
 
1817
1823
  declare module 'react' {
1818
1824
  interface CSSProperties {
1819
- '--m-text-display'?: string;
1820
- '--m-text-max-width'?: string;
1825
+ '--m-divider-margin-top'?: string;
1826
+ '--m-divider-margin-bottom'?: string;
1827
+ '--m-divider-margin-y'?: string;
1821
1828
  }
1822
1829
  }
1823
1830
 
1824
1831
 
1825
1832
  declare module 'react' {
1826
1833
  interface CSSProperties {
1827
- '--m-table-border-radius'?: string;
1828
- '--m-table-border-top-left-radius'?: string;
1829
- '--m-table-border-top-right-radius'?: string;
1830
- '--m-table-border-bottom-left-radius'?: string;
1831
- '--m-table-border-bottom-right-radius'?: string;
1834
+ '--m-icon-size'?: string;
1835
+ '--m-icon-color'?: string;
1832
1836
  }
1833
1837
  }
1834
1838
 
1835
1839
 
1836
1840
  declare module 'react' {
1837
1841
  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;
1842
+ '--m-text-display'?: string;
1843
+ '--m-text-max-width'?: string;
1843
1844
  }
1844
1845
  }
1845
1846
 
@@ -1851,6 +1852,5 @@ declare module 'react' {
1851
1852
  '--m-table-border-top-right-radius'?: string;
1852
1853
  '--m-table-border-bottom-left-radius'?: string;
1853
1854
  '--m-table-border-bottom-right-radius'?: string;
1854
- '--m-table-border-width'?: string;
1855
1855
  }
1856
1856
  }
@@ -1,3 +1,2 @@
1
1
  /* Used only to expose the file in the published library */
2
2
  @import "@loadsmart/miranda-tokens/dist/tokens/web/loadsmart/variables.scss";
3
-
package/dist/tokens.d.ts CHANGED
@@ -19,47 +19,48 @@ declare module 'react' {
19
19
 
20
20
  declare module 'react' {
21
21
  interface CSSProperties {
22
- '--m-divider-margin-top'?: string;
23
- '--m-divider-margin-bottom'?: string;
24
- '--m-divider-margin-y'?: string;
22
+ '--m-table-border-radius'?: string;
23
+ '--m-table-border-top-left-radius'?: string;
24
+ '--m-table-border-top-right-radius'?: string;
25
+ '--m-table-border-bottom-left-radius'?: string;
26
+ '--m-table-border-bottom-right-radius'?: string;
27
+ '--m-table-border-width'?: string;
25
28
  }
26
29
  }
27
30
 
28
31
 
29
32
  declare module 'react' {
30
33
  interface CSSProperties {
31
- '--m-icon-size'?: string;
32
- '--m-icon-color'?: string;
34
+ '--m-table-border-radius'?: string;
35
+ '--m-table-border-top-left-radius'?: string;
36
+ '--m-table-border-top-right-radius'?: string;
37
+ '--m-table-border-bottom-left-radius'?: string;
38
+ '--m-table-border-bottom-right-radius'?: string;
33
39
  }
34
40
  }
35
41
 
36
42
 
37
43
  declare module 'react' {
38
44
  interface CSSProperties {
39
- '--m-text-display'?: string;
40
- '--m-text-max-width'?: string;
45
+ '--m-divider-margin-top'?: string;
46
+ '--m-divider-margin-bottom'?: string;
47
+ '--m-divider-margin-y'?: string;
41
48
  }
42
49
  }
43
50
 
44
51
 
45
52
  declare module 'react' {
46
53
  interface CSSProperties {
47
- '--m-table-border-radius'?: string;
48
- '--m-table-border-top-left-radius'?: string;
49
- '--m-table-border-top-right-radius'?: string;
50
- '--m-table-border-bottom-left-radius'?: string;
51
- '--m-table-border-bottom-right-radius'?: string;
54
+ '--m-icon-size'?: string;
55
+ '--m-icon-color'?: string;
52
56
  }
53
57
  }
54
58
 
55
59
 
56
60
  declare module 'react' {
57
61
  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;
62
+ '--m-text-display'?: string;
63
+ '--m-text-max-width'?: string;
63
64
  }
64
65
  }
65
66
 
@@ -71,6 +72,5 @@ declare module 'react' {
71
72
  '--m-table-border-top-right-radius'?: string;
72
73
  '--m-table-border-bottom-left-radius'?: string;
73
74
  '--m-table-border-bottom-right-radius'?: string;
74
- '--m-table-border-width'?: 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.3",
3
+ "version": "3.25.0",
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,14 +27,21 @@
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",
35
42
  "react": "^18.3.1",
36
43
  "react-dom": "^18.3.1",
37
- "ts-loader": "^9.4.2",
44
+ "storybook": "^8.6.15",
38
45
  "tsx": "^4.19.4",
39
46
  "typescript": "~5.9.3",
40
47
  "vite": "^6.3.2",
@@ -49,8 +56,8 @@
49
56
  },
50
57
  "dependencies": {
51
58
  "@lit/react": "^1.0.5",
52
- "@loadsmart/miranda-tokens": "4.24.5",
53
- "@loadsmart/miranda-wc": "3.24.3",
59
+ "@loadsmart/miranda-tokens": "4.25.0",
60
+ "@loadsmart/miranda-wc": "3.25.0",
54
61
  "react-is": "^18.3.1"
55
62
  },
56
63
  "directories": {