@loadsmart/miranda-react 3.25.7 → 3.26.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
@@ -1785,28 +1785,6 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1785
1785
  export { }
1786
1786
 
1787
1787
 
1788
- declare module 'react' {
1789
- interface CSSProperties {
1790
- '--m-table-border-radius'?: string;
1791
- '--m-table-border-top-left-radius'?: string;
1792
- '--m-table-border-top-right-radius'?: string;
1793
- '--m-table-border-bottom-left-radius'?: string;
1794
- '--m-table-border-bottom-right-radius'?: string;
1795
- }
1796
- }
1797
-
1798
-
1799
- declare module 'react' {
1800
- interface CSSProperties {
1801
- '--m-table-border-radius'?: string;
1802
- '--m-table-border-top-left-radius'?: string;
1803
- '--m-table-border-top-right-radius'?: string;
1804
- '--m-table-border-bottom-left-radius'?: string;
1805
- '--m-table-border-bottom-right-radius'?: string;
1806
- }
1807
- }
1808
-
1809
-
1810
1788
  declare module 'react' {
1811
1789
  interface CSSProperties {
1812
1790
  '--m-divider-margin-top'?: string;
@@ -1828,6 +1806,14 @@ declare module 'react' {
1828
1806
  }
1829
1807
 
1830
1808
 
1809
+ declare module 'react' {
1810
+ interface CSSProperties {
1811
+ '--m-text-display'?: string;
1812
+ '--m-text-max-width'?: string;
1813
+ }
1814
+ }
1815
+
1816
+
1831
1817
  declare module 'react' {
1832
1818
  interface CSSProperties {
1833
1819
  '--m-table-border-radius'?: string;
@@ -1835,7 +1821,6 @@ declare module 'react' {
1835
1821
  '--m-table-border-top-right-radius'?: string;
1836
1822
  '--m-table-border-bottom-left-radius'?: string;
1837
1823
  '--m-table-border-bottom-right-radius'?: string;
1838
- '--m-table-border-width'?: string;
1839
1824
  }
1840
1825
  }
1841
1826
 
@@ -1850,7 +1835,22 @@ declare module 'react' {
1850
1835
 
1851
1836
  declare module 'react' {
1852
1837
  interface CSSProperties {
1853
- '--m-text-display'?: string;
1854
- '--m-text-max-width'?: string;
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;
1855
1855
  }
1856
1856
  }
package/dist/tokens.d.ts CHANGED
@@ -5,28 +5,6 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
5
5
  export { }
6
6
 
7
7
 
8
- declare module 'react' {
9
- interface CSSProperties {
10
- '--m-table-border-radius'?: string;
11
- '--m-table-border-top-left-radius'?: string;
12
- '--m-table-border-top-right-radius'?: string;
13
- '--m-table-border-bottom-left-radius'?: string;
14
- '--m-table-border-bottom-right-radius'?: string;
15
- }
16
- }
17
-
18
-
19
- declare module 'react' {
20
- interface CSSProperties {
21
- '--m-table-border-radius'?: string;
22
- '--m-table-border-top-left-radius'?: string;
23
- '--m-table-border-top-right-radius'?: string;
24
- '--m-table-border-bottom-left-radius'?: string;
25
- '--m-table-border-bottom-right-radius'?: string;
26
- }
27
- }
28
-
29
-
30
8
  declare module 'react' {
31
9
  interface CSSProperties {
32
10
  '--m-divider-margin-top'?: string;
@@ -48,6 +26,14 @@ declare module 'react' {
48
26
  }
49
27
 
50
28
 
29
+ declare module 'react' {
30
+ interface CSSProperties {
31
+ '--m-text-display'?: string;
32
+ '--m-text-max-width'?: string;
33
+ }
34
+ }
35
+
36
+
51
37
  declare module 'react' {
52
38
  interface CSSProperties {
53
39
  '--m-table-border-radius'?: string;
@@ -55,7 +41,6 @@ declare module 'react' {
55
41
  '--m-table-border-top-right-radius'?: string;
56
42
  '--m-table-border-bottom-left-radius'?: string;
57
43
  '--m-table-border-bottom-right-radius'?: string;
58
- '--m-table-border-width'?: string;
59
44
  }
60
45
  }
61
46
 
@@ -70,7 +55,22 @@ declare module 'react' {
70
55
 
71
56
  declare module 'react' {
72
57
  interface CSSProperties {
73
- '--m-text-display'?: string;
74
- '--m-text-max-width'?: string;
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;
75
75
  }
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.25.7",
3
+ "version": "3.26.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",
@@ -57,8 +57,8 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@lit/react": "^1.0.5",
60
- "@loadsmart/miranda-tokens": "4.25.7",
61
- "@loadsmart/miranda-wc": "3.25.7",
60
+ "@loadsmart/miranda-tokens": "4.26.0",
61
+ "@loadsmart/miranda-wc": "3.26.0",
62
62
  "react-is": "^18.3.1"
63
63
  },
64
64
  "directories": {