@loadsmart/miranda-react 3.18.0 → 3.20.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
@@ -1791,9 +1791,12 @@ export { }
1791
1791
 
1792
1792
  declare module 'react' {
1793
1793
  interface CSSProperties {
1794
- '--m-divider-margin-top'?: string;
1795
- '--m-divider-margin-bottom'?: string;
1796
- '--m-divider-margin-y'?: string;
1794
+ '--m-card-body-padding'?: string;
1795
+ '--m-card-border-top'?: string;
1796
+ '--m-card-border-left'?: string;
1797
+ '--m-card-border-bottom'?: string;
1798
+ '--m-card-border-right'?: string;
1799
+ '--m-card-border-radius'?: string;
1797
1800
  }
1798
1801
  }
1799
1802
 
@@ -1808,12 +1811,9 @@ declare module 'react' {
1808
1811
 
1809
1812
  declare module 'react' {
1810
1813
  interface CSSProperties {
1811
- '--m-card-body-padding'?: string;
1812
- '--m-card-border-top'?: string;
1813
- '--m-card-border-left'?: string;
1814
- '--m-card-border-bottom'?: string;
1815
- '--m-card-border-right'?: string;
1816
- '--m-card-border-radius'?: string;
1814
+ '--m-divider-margin-top'?: string;
1815
+ '--m-divider-margin-bottom'?: string;
1816
+ '--m-divider-margin-y'?: string;
1817
1817
  }
1818
1818
  }
1819
1819
 
@@ -1842,19 +1842,19 @@ declare module 'react' {
1842
1842
 
1843
1843
  declare module 'react' {
1844
1844
  interface CSSProperties {
1845
- '--m-table-border-radius'?: string;
1846
- '--m-table-border-top-left-radius'?: string;
1847
- '--m-table-border-top-right-radius'?: string;
1848
- '--m-table-border-bottom-left-radius'?: string;
1849
- '--m-table-border-bottom-right-radius'?: string;
1850
- '--m-table-border-width'?: string;
1845
+ '--m-text-display'?: string;
1846
+ '--m-text-max-width'?: string;
1851
1847
  }
1852
1848
  }
1853
1849
 
1854
1850
 
1855
1851
  declare module 'react' {
1856
1852
  interface CSSProperties {
1857
- '--m-text-display'?: string;
1858
- '--m-text-max-width'?: string;
1853
+ '--m-table-border-radius'?: string;
1854
+ '--m-table-border-top-left-radius'?: string;
1855
+ '--m-table-border-top-right-radius'?: string;
1856
+ '--m-table-border-bottom-left-radius'?: string;
1857
+ '--m-table-border-bottom-right-radius'?: string;
1858
+ '--m-table-border-width'?: string;
1859
1859
  }
1860
1860
  }
package/dist/tokens.d.ts CHANGED
@@ -7,9 +7,12 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
10
- '--m-divider-margin-top'?: string;
11
- '--m-divider-margin-bottom'?: string;
12
- '--m-divider-margin-y'?: 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;
13
16
  }
14
17
  }
15
18
 
@@ -24,12 +27,9 @@ declare module 'react' {
24
27
 
25
28
  declare module 'react' {
26
29
  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;
30
+ '--m-divider-margin-top'?: string;
31
+ '--m-divider-margin-bottom'?: string;
32
+ '--m-divider-margin-y'?: string;
33
33
  }
34
34
  }
35
35
 
@@ -58,19 +58,19 @@ declare module 'react' {
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-text-display'?: string;
62
+ '--m-text-max-width'?: 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-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.18.0",
3
+ "version": "3.20.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",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@lit/react": "^1.0.5",
52
- "@loadsmart/miranda-tokens": "4.18.0",
53
- "@loadsmart/miranda-wc": "3.18.0",
52
+ "@loadsmart/miranda-tokens": "4.20.0",
53
+ "@loadsmart/miranda-wc": "3.20.0",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {