@loadsmart/miranda-react 3.24.2 → 3.24.3

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,43 +1787,37 @@ export { }
1787
1787
 
1788
1788
  declare module 'react' {
1789
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;
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;
1795
1796
  }
1796
1797
  }
1797
1798
 
1798
1799
 
1799
1800
  declare module 'react' {
1800
1801
  interface CSSProperties {
1801
- '--m-text-display'?: string;
1802
- '--m-text-max-width'?: string;
1802
+ '--m-divider-margin-top'?: string;
1803
+ '--m-divider-margin-bottom'?: string;
1804
+ '--m-divider-margin-y'?: string;
1803
1805
  }
1804
1806
  }
1805
1807
 
1806
1808
 
1807
1809
  declare module 'react' {
1808
1810
  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;
1811
+ '--m-icon-size'?: string;
1812
+ '--m-icon-color'?: string;
1815
1813
  }
1816
1814
  }
1817
1815
 
1818
1816
 
1819
1817
  declare module 'react' {
1820
1818
  interface CSSProperties {
1821
- '--m-card-body-padding'?: string;
1822
- '--m-card-border-top'?: string;
1823
- '--m-card-border-left'?: string;
1824
- '--m-card-border-bottom'?: string;
1825
- '--m-card-border-right'?: string;
1826
- '--m-card-border-radius'?: string;
1819
+ '--m-text-display'?: string;
1820
+ '--m-text-max-width'?: string;
1827
1821
  }
1828
1822
  }
1829
1823
 
@@ -1841,16 +1835,22 @@ declare module 'react' {
1841
1835
 
1842
1836
  declare module 'react' {
1843
1837
  interface CSSProperties {
1844
- '--m-icon-size'?: string;
1845
- '--m-icon-color'?: 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;
1846
1843
  }
1847
1844
  }
1848
1845
 
1849
1846
 
1850
1847
  declare module 'react' {
1851
1848
  interface CSSProperties {
1852
- '--m-divider-margin-top'?: string;
1853
- '--m-divider-margin-bottom'?: string;
1854
- '--m-divider-margin-y'?: string;
1849
+ '--m-table-border-radius'?: string;
1850
+ '--m-table-border-top-left-radius'?: string;
1851
+ '--m-table-border-top-right-radius'?: string;
1852
+ '--m-table-border-bottom-left-radius'?: string;
1853
+ '--m-table-border-bottom-right-radius'?: string;
1854
+ '--m-table-border-width'?: string;
1855
1855
  }
1856
1856
  }
package/dist/tokens.d.ts CHANGED
@@ -7,43 +7,37 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
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;
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;
15
16
  }
16
17
  }
17
18
 
18
19
 
19
20
  declare module 'react' {
20
21
  interface CSSProperties {
21
- '--m-text-display'?: string;
22
- '--m-text-max-width'?: string;
22
+ '--m-divider-margin-top'?: string;
23
+ '--m-divider-margin-bottom'?: string;
24
+ '--m-divider-margin-y'?: string;
23
25
  }
24
26
  }
25
27
 
26
28
 
27
29
  declare module 'react' {
28
30
  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;
31
+ '--m-icon-size'?: string;
32
+ '--m-icon-color'?: string;
35
33
  }
36
34
  }
37
35
 
38
36
 
39
37
  declare module 'react' {
40
38
  interface CSSProperties {
41
- '--m-card-body-padding'?: string;
42
- '--m-card-border-top'?: string;
43
- '--m-card-border-left'?: string;
44
- '--m-card-border-bottom'?: string;
45
- '--m-card-border-right'?: string;
46
- '--m-card-border-radius'?: string;
39
+ '--m-text-display'?: string;
40
+ '--m-text-max-width'?: string;
47
41
  }
48
42
  }
49
43
 
@@ -61,16 +55,22 @@ declare module 'react' {
61
55
 
62
56
  declare module 'react' {
63
57
  interface CSSProperties {
64
- '--m-icon-size'?: string;
65
- '--m-icon-color'?: 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;
66
63
  }
67
64
  }
68
65
 
69
66
 
70
67
  declare module 'react' {
71
68
  interface CSSProperties {
72
- '--m-divider-margin-top'?: string;
73
- '--m-divider-margin-bottom'?: string;
74
- '--m-divider-margin-y'?: string;
69
+ '--m-table-border-radius'?: string;
70
+ '--m-table-border-top-left-radius'?: string;
71
+ '--m-table-border-top-right-radius'?: string;
72
+ '--m-table-border-bottom-left-radius'?: string;
73
+ '--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.2",
3
+ "version": "3.24.3",
4
4
  "description": "React component library based on Miranda Web Components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@lit/react": "^1.0.5",
52
- "@loadsmart/miranda-tokens": "4.24.4",
53
- "@loadsmart/miranda-wc": "3.24.2",
52
+ "@loadsmart/miranda-tokens": "4.24.5",
53
+ "@loadsmart/miranda-wc": "3.24.3",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {