@loadsmart/miranda-react 3.25.3 → 3.25.4

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,40 +1787,39 @@ export { }
1787
1787
 
1788
1788
  declare module 'react' {
1789
1789
  interface CSSProperties {
1790
- '--m-icon-size'?: string;
1791
- '--m-icon-color'?: string;
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;
1792
1795
  }
1793
1796
  }
1794
1797
 
1795
1798
 
1796
1799
  declare module 'react' {
1797
1800
  interface CSSProperties {
1798
- '--m-divider-margin-top'?: string;
1799
- '--m-divider-margin-bottom'?: string;
1800
- '--m-divider-margin-y'?: string;
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;
1801
1806
  }
1802
1807
  }
1803
1808
 
1804
1809
 
1805
1810
  declare module 'react' {
1806
1811
  interface CSSProperties {
1807
- '--m-card-body-padding'?: string;
1808
- '--m-card-border-top'?: string;
1809
- '--m-card-border-left'?: string;
1810
- '--m-card-border-bottom'?: string;
1811
- '--m-card-border-right'?: string;
1812
- '--m-card-border-radius'?: string;
1812
+ '--m-text-display'?: string;
1813
+ '--m-text-max-width'?: string;
1813
1814
  }
1814
1815
  }
1815
1816
 
1816
1817
 
1817
1818
  declare module 'react' {
1818
1819
  interface CSSProperties {
1819
- '--m-table-border-radius'?: string;
1820
- '--m-table-border-top-left-radius'?: string;
1821
- '--m-table-border-top-right-radius'?: string;
1822
- '--m-table-border-bottom-left-radius'?: string;
1823
- '--m-table-border-bottom-right-radius'?: string;
1820
+ '--m-divider-margin-top'?: string;
1821
+ '--m-divider-margin-bottom'?: string;
1822
+ '--m-divider-margin-y'?: string;
1824
1823
  }
1825
1824
  }
1826
1825
 
@@ -1832,25 +1831,26 @@ declare module 'react' {
1832
1831
  '--m-table-border-top-right-radius'?: string;
1833
1832
  '--m-table-border-bottom-left-radius'?: string;
1834
1833
  '--m-table-border-bottom-right-radius'?: string;
1834
+ '--m-table-border-width'?: string;
1835
1835
  }
1836
1836
  }
1837
1837
 
1838
1838
 
1839
1839
  declare module 'react' {
1840
1840
  interface CSSProperties {
1841
- '--m-table-border-radius'?: string;
1842
- '--m-table-border-top-left-radius'?: string;
1843
- '--m-table-border-top-right-radius'?: string;
1844
- '--m-table-border-bottom-left-radius'?: string;
1845
- '--m-table-border-bottom-right-radius'?: string;
1846
- '--m-table-border-width'?: string;
1841
+ '--m-icon-size'?: string;
1842
+ '--m-icon-color'?: string;
1847
1843
  }
1848
1844
  }
1849
1845
 
1850
1846
 
1851
1847
  declare module 'react' {
1852
1848
  interface CSSProperties {
1853
- '--m-text-display'?: string;
1854
- '--m-text-max-width'?: string;
1849
+ '--m-card-body-padding'?: string;
1850
+ '--m-card-border-top'?: string;
1851
+ '--m-card-border-left'?: string;
1852
+ '--m-card-border-bottom'?: string;
1853
+ '--m-card-border-right'?: string;
1854
+ '--m-card-border-radius'?: string;
1855
1855
  }
1856
1856
  }
package/dist/tokens.d.ts CHANGED
@@ -7,40 +7,39 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
10
- '--m-icon-size'?: string;
11
- '--m-icon-color'?: string;
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;
12
15
  }
13
16
  }
14
17
 
15
18
 
16
19
  declare module 'react' {
17
20
  interface CSSProperties {
18
- '--m-divider-margin-top'?: string;
19
- '--m-divider-margin-bottom'?: string;
20
- '--m-divider-margin-y'?: string;
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;
21
26
  }
22
27
  }
23
28
 
24
29
 
25
30
  declare module 'react' {
26
31
  interface CSSProperties {
27
- '--m-card-body-padding'?: string;
28
- '--m-card-border-top'?: string;
29
- '--m-card-border-left'?: string;
30
- '--m-card-border-bottom'?: string;
31
- '--m-card-border-right'?: string;
32
- '--m-card-border-radius'?: string;
32
+ '--m-text-display'?: string;
33
+ '--m-text-max-width'?: string;
33
34
  }
34
35
  }
35
36
 
36
37
 
37
38
  declare module 'react' {
38
39
  interface CSSProperties {
39
- '--m-table-border-radius'?: string;
40
- '--m-table-border-top-left-radius'?: string;
41
- '--m-table-border-top-right-radius'?: string;
42
- '--m-table-border-bottom-left-radius'?: string;
43
- '--m-table-border-bottom-right-radius'?: string;
40
+ '--m-divider-margin-top'?: string;
41
+ '--m-divider-margin-bottom'?: string;
42
+ '--m-divider-margin-y'?: string;
44
43
  }
45
44
  }
46
45
 
@@ -52,25 +51,26 @@ declare module 'react' {
52
51
  '--m-table-border-top-right-radius'?: string;
53
52
  '--m-table-border-bottom-left-radius'?: string;
54
53
  '--m-table-border-bottom-right-radius'?: string;
54
+ '--m-table-border-width'?: string;
55
55
  }
56
56
  }
57
57
 
58
58
 
59
59
  declare module 'react' {
60
60
  interface CSSProperties {
61
- '--m-table-border-radius'?: string;
62
- '--m-table-border-top-left-radius'?: string;
63
- '--m-table-border-top-right-radius'?: string;
64
- '--m-table-border-bottom-left-radius'?: string;
65
- '--m-table-border-bottom-right-radius'?: string;
66
- '--m-table-border-width'?: string;
61
+ '--m-icon-size'?: string;
62
+ '--m-icon-color'?: string;
67
63
  }
68
64
  }
69
65
 
70
66
 
71
67
  declare module 'react' {
72
68
  interface CSSProperties {
73
- '--m-text-display'?: string;
74
- '--m-text-max-width'?: string;
69
+ '--m-card-body-padding'?: string;
70
+ '--m-card-border-top'?: string;
71
+ '--m-card-border-left'?: string;
72
+ '--m-card-border-bottom'?: string;
73
+ '--m-card-border-right'?: string;
74
+ '--m-card-border-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.3",
3
+ "version": "3.25.4",
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.4",
61
+ "@loadsmart/miranda-wc": "3.25.4",
62
62
  "react-is": "^18.3.1"
63
63
  },
64
64
  "directories": {