@loadsmart/miranda-react 3.25.6 → 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
@@ -1787,32 +1787,29 @@ export { }
1787
1787
 
1788
1788
  declare module 'react' {
1789
1789
  interface CSSProperties {
1790
- '--m-card-body-padding'?: string;
1791
- '--m-card-border-top'?: string;
1792
- '--m-card-border-left'?: string;
1793
- '--m-card-border-bottom'?: string;
1794
- '--m-card-border-right'?: string;
1795
- '--m-card-border-radius'?: string;
1790
+ '--m-divider-margin-top'?: string;
1791
+ '--m-divider-margin-bottom'?: string;
1792
+ '--m-divider-margin-y'?: string;
1796
1793
  }
1797
1794
  }
1798
1795
 
1799
1796
 
1800
1797
  declare module 'react' {
1801
1798
  interface CSSProperties {
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;
1799
+ '--m-card-body-padding'?: string;
1800
+ '--m-card-border-top'?: string;
1801
+ '--m-card-border-left'?: string;
1802
+ '--m-card-border-bottom'?: string;
1803
+ '--m-card-border-right'?: string;
1804
+ '--m-card-border-radius'?: string;
1807
1805
  }
1808
1806
  }
1809
1807
 
1810
1808
 
1811
1809
  declare module 'react' {
1812
1810
  interface CSSProperties {
1813
- '--m-divider-margin-top'?: string;
1814
- '--m-divider-margin-bottom'?: string;
1815
- '--m-divider-margin-y'?: string;
1811
+ '--m-text-display'?: string;
1812
+ '--m-text-max-width'?: string;
1816
1813
  }
1817
1814
  }
1818
1815
 
@@ -1824,7 +1821,6 @@ declare module 'react' {
1824
1821
  '--m-table-border-top-right-radius'?: string;
1825
1822
  '--m-table-border-bottom-left-radius'?: string;
1826
1823
  '--m-table-border-bottom-right-radius'?: string;
1827
- '--m-table-border-width'?: string;
1828
1824
  }
1829
1825
  }
1830
1826
 
@@ -1844,13 +1840,17 @@ declare module 'react' {
1844
1840
  '--m-table-border-top-right-radius'?: string;
1845
1841
  '--m-table-border-bottom-left-radius'?: string;
1846
1842
  '--m-table-border-bottom-right-radius'?: string;
1843
+ '--m-table-border-width'?: string;
1847
1844
  }
1848
1845
  }
1849
1846
 
1850
1847
 
1851
1848
  declare module 'react' {
1852
1849
  interface CSSProperties {
1853
- '--m-text-display'?: string;
1854
- '--m-text-max-width'?: string;
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
@@ -7,32 +7,29 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
10
- '--m-card-body-padding'?: string;
11
- '--m-card-border-top'?: string;
12
- '--m-card-border-left'?: string;
13
- '--m-card-border-bottom'?: string;
14
- '--m-card-border-right'?: string;
15
- '--m-card-border-radius'?: string;
10
+ '--m-divider-margin-top'?: string;
11
+ '--m-divider-margin-bottom'?: string;
12
+ '--m-divider-margin-y'?: string;
16
13
  }
17
14
  }
18
15
 
19
16
 
20
17
  declare module 'react' {
21
18
  interface CSSProperties {
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;
19
+ '--m-card-body-padding'?: string;
20
+ '--m-card-border-top'?: string;
21
+ '--m-card-border-left'?: string;
22
+ '--m-card-border-bottom'?: string;
23
+ '--m-card-border-right'?: string;
24
+ '--m-card-border-radius'?: string;
27
25
  }
28
26
  }
29
27
 
30
28
 
31
29
  declare module 'react' {
32
30
  interface CSSProperties {
33
- '--m-divider-margin-top'?: string;
34
- '--m-divider-margin-bottom'?: string;
35
- '--m-divider-margin-y'?: string;
31
+ '--m-text-display'?: string;
32
+ '--m-text-max-width'?: string;
36
33
  }
37
34
  }
38
35
 
@@ -44,7 +41,6 @@ declare module 'react' {
44
41
  '--m-table-border-top-right-radius'?: string;
45
42
  '--m-table-border-bottom-left-radius'?: string;
46
43
  '--m-table-border-bottom-right-radius'?: string;
47
- '--m-table-border-width'?: string;
48
44
  }
49
45
  }
50
46
 
@@ -64,13 +60,17 @@ declare module 'react' {
64
60
  '--m-table-border-top-right-radius'?: string;
65
61
  '--m-table-border-bottom-left-radius'?: string;
66
62
  '--m-table-border-bottom-right-radius'?: string;
63
+ '--m-table-border-width'?: string;
67
64
  }
68
65
  }
69
66
 
70
67
 
71
68
  declare module 'react' {
72
69
  interface CSSProperties {
73
- '--m-text-display'?: string;
74
- '--m-text-max-width'?: string;
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.6",
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.6",
61
- "@loadsmart/miranda-wc": "3.25.6",
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": {