@loadsmart/miranda-react 3.25.3 → 3.25.5

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,8 +1787,8 @@ export { }
1787
1787
 
1788
1788
  declare module 'react' {
1789
1789
  interface CSSProperties {
1790
- '--m-icon-size'?: string;
1791
- '--m-icon-color'?: string;
1790
+ '--m-text-display'?: string;
1791
+ '--m-text-max-width'?: string;
1792
1792
  }
1793
1793
  }
1794
1794
 
@@ -1802,6 +1802,18 @@ declare module 'react' {
1802
1802
  }
1803
1803
 
1804
1804
 
1805
+ declare module 'react' {
1806
+ interface CSSProperties {
1807
+ '--m-table-border-radius'?: string;
1808
+ '--m-table-border-top-left-radius'?: string;
1809
+ '--m-table-border-top-right-radius'?: string;
1810
+ '--m-table-border-bottom-left-radius'?: string;
1811
+ '--m-table-border-bottom-right-radius'?: string;
1812
+ '--m-table-border-width'?: string;
1813
+ }
1814
+ }
1815
+
1816
+
1805
1817
  declare module 'react' {
1806
1818
  interface CSSProperties {
1807
1819
  '--m-card-body-padding'?: string;
@@ -1827,11 +1839,8 @@ declare module 'react' {
1827
1839
 
1828
1840
  declare module 'react' {
1829
1841
  interface CSSProperties {
1830
- '--m-table-border-radius'?: string;
1831
- '--m-table-border-top-left-radius'?: string;
1832
- '--m-table-border-top-right-radius'?: string;
1833
- '--m-table-border-bottom-left-radius'?: string;
1834
- '--m-table-border-bottom-right-radius'?: string;
1842
+ '--m-icon-size'?: string;
1843
+ '--m-icon-color'?: string;
1835
1844
  }
1836
1845
  }
1837
1846
 
@@ -1843,14 +1852,5 @@ declare module 'react' {
1843
1852
  '--m-table-border-top-right-radius'?: string;
1844
1853
  '--m-table-border-bottom-left-radius'?: string;
1845
1854
  '--m-table-border-bottom-right-radius'?: string;
1846
- '--m-table-border-width'?: string;
1847
- }
1848
- }
1849
-
1850
-
1851
- declare module 'react' {
1852
- interface CSSProperties {
1853
- '--m-text-display'?: string;
1854
- '--m-text-max-width'?: string;
1855
1855
  }
1856
1856
  }
package/dist/tokens.d.ts CHANGED
@@ -7,8 +7,8 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
10
- '--m-icon-size'?: string;
11
- '--m-icon-color'?: string;
10
+ '--m-text-display'?: string;
11
+ '--m-text-max-width'?: string;
12
12
  }
13
13
  }
14
14
 
@@ -22,6 +22,18 @@ declare module 'react' {
22
22
  }
23
23
 
24
24
 
25
+ declare module 'react' {
26
+ interface CSSProperties {
27
+ '--m-table-border-radius'?: string;
28
+ '--m-table-border-top-left-radius'?: string;
29
+ '--m-table-border-top-right-radius'?: string;
30
+ '--m-table-border-bottom-left-radius'?: string;
31
+ '--m-table-border-bottom-right-radius'?: string;
32
+ '--m-table-border-width'?: string;
33
+ }
34
+ }
35
+
36
+
25
37
  declare module 'react' {
26
38
  interface CSSProperties {
27
39
  '--m-card-body-padding'?: string;
@@ -47,11 +59,8 @@ declare module 'react' {
47
59
 
48
60
  declare module 'react' {
49
61
  interface CSSProperties {
50
- '--m-table-border-radius'?: string;
51
- '--m-table-border-top-left-radius'?: string;
52
- '--m-table-border-top-right-radius'?: string;
53
- '--m-table-border-bottom-left-radius'?: string;
54
- '--m-table-border-bottom-right-radius'?: string;
62
+ '--m-icon-size'?: string;
63
+ '--m-icon-color'?: string;
55
64
  }
56
65
  }
57
66
 
@@ -63,14 +72,5 @@ declare module 'react' {
63
72
  '--m-table-border-top-right-radius'?: string;
64
73
  '--m-table-border-bottom-left-radius'?: string;
65
74
  '--m-table-border-bottom-right-radius'?: string;
66
- '--m-table-border-width'?: string;
67
- }
68
- }
69
-
70
-
71
- declare module 'react' {
72
- interface CSSProperties {
73
- '--m-text-display'?: string;
74
- '--m-text-max-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.25.3",
3
+ "version": "3.25.5",
4
4
  "description": "React component library based on Miranda Web Components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -57,8 +57,8 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@lit/react": "^1.0.5",
60
- "@loadsmart/miranda-tokens": "4.25.3",
61
- "@loadsmart/miranda-wc": "3.25.3",
60
+ "@loadsmart/miranda-tokens": "4.25.5",
61
+ "@loadsmart/miranda-wc": "3.25.5",
62
62
  "react-is": "^18.3.1"
63
63
  },
64
64
  "directories": {