@loadsmart/miranda-react 3.17.1 → 3.19.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,8 +1791,9 @@ export { }
1791
1791
 
1792
1792
  declare module 'react' {
1793
1793
  interface CSSProperties {
1794
- '--m-icon-size'?: string;
1795
- '--m-icon-color'?: string;
1794
+ '--m-divider-margin-top'?: string;
1795
+ '--m-divider-margin-bottom'?: string;
1796
+ '--m-divider-margin-y'?: string;
1796
1797
  }
1797
1798
  }
1798
1799
 
@@ -1811,9 +1812,8 @@ declare module 'react' {
1811
1812
 
1812
1813
  declare module 'react' {
1813
1814
  interface CSSProperties {
1814
- '--m-divider-margin-top'?: string;
1815
- '--m-divider-margin-bottom'?: string;
1816
- '--m-divider-margin-y'?: string;
1815
+ '--m-icon-size'?: string;
1816
+ '--m-icon-color'?: string;
1817
1817
  }
1818
1818
  }
1819
1819
 
@@ -1825,6 +1825,7 @@ declare module 'react' {
1825
1825
  '--m-table-border-top-right-radius'?: string;
1826
1826
  '--m-table-border-bottom-left-radius'?: string;
1827
1827
  '--m-table-border-bottom-right-radius'?: string;
1828
+ '--m-table-border-width'?: string;
1828
1829
  }
1829
1830
  }
1830
1831
 
@@ -1836,25 +1837,24 @@ declare module 'react' {
1836
1837
  '--m-table-border-top-right-radius'?: string;
1837
1838
  '--m-table-border-bottom-left-radius'?: string;
1838
1839
  '--m-table-border-bottom-right-radius'?: string;
1839
- '--m-table-border-width'?: string;
1840
1840
  }
1841
1841
  }
1842
1842
 
1843
1843
 
1844
1844
  declare module 'react' {
1845
1845
  interface CSSProperties {
1846
- '--m-table-border-radius'?: string;
1847
- '--m-table-border-top-left-radius'?: string;
1848
- '--m-table-border-top-right-radius'?: string;
1849
- '--m-table-border-bottom-left-radius'?: string;
1850
- '--m-table-border-bottom-right-radius'?: string;
1846
+ '--m-text-display'?: string;
1847
+ '--m-text-max-width'?: string;
1851
1848
  }
1852
1849
  }
1853
1850
 
1854
1851
 
1855
1852
  declare module 'react' {
1856
1853
  interface CSSProperties {
1857
- '--m-text-display'?: string;
1858
- '--m-text-max-width'?: string;
1854
+ '--m-table-border-radius'?: string;
1855
+ '--m-table-border-top-left-radius'?: string;
1856
+ '--m-table-border-top-right-radius'?: string;
1857
+ '--m-table-border-bottom-left-radius'?: string;
1858
+ '--m-table-border-bottom-right-radius'?: string;
1859
1859
  }
1860
1860
  }
package/dist/tokens.d.ts CHANGED
@@ -7,8 +7,9 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
10
- '--m-icon-size'?: string;
11
- '--m-icon-color'?: string;
10
+ '--m-divider-margin-top'?: string;
11
+ '--m-divider-margin-bottom'?: string;
12
+ '--m-divider-margin-y'?: string;
12
13
  }
13
14
  }
14
15
 
@@ -27,9 +28,8 @@ declare module 'react' {
27
28
 
28
29
  declare module 'react' {
29
30
  interface CSSProperties {
30
- '--m-divider-margin-top'?: string;
31
- '--m-divider-margin-bottom'?: string;
32
- '--m-divider-margin-y'?: string;
31
+ '--m-icon-size'?: string;
32
+ '--m-icon-color'?: string;
33
33
  }
34
34
  }
35
35
 
@@ -41,6 +41,7 @@ declare module 'react' {
41
41
  '--m-table-border-top-right-radius'?: string;
42
42
  '--m-table-border-bottom-left-radius'?: string;
43
43
  '--m-table-border-bottom-right-radius'?: string;
44
+ '--m-table-border-width'?: string;
44
45
  }
45
46
  }
46
47
 
@@ -52,25 +53,24 @@ declare module 'react' {
52
53
  '--m-table-border-top-right-radius'?: string;
53
54
  '--m-table-border-bottom-left-radius'?: string;
54
55
  '--m-table-border-bottom-right-radius'?: string;
55
- '--m-table-border-width'?: string;
56
56
  }
57
57
  }
58
58
 
59
59
 
60
60
  declare module 'react' {
61
61
  interface CSSProperties {
62
- '--m-table-border-radius'?: string;
63
- '--m-table-border-top-left-radius'?: string;
64
- '--m-table-border-top-right-radius'?: string;
65
- '--m-table-border-bottom-left-radius'?: string;
66
- '--m-table-border-bottom-right-radius'?: string;
62
+ '--m-text-display'?: string;
63
+ '--m-text-max-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.17.1",
3
+ "version": "3.19.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.17.1",
53
- "@loadsmart/miranda-wc": "3.17.1",
52
+ "@loadsmart/miranda-tokens": "4.19.0",
53
+ "@loadsmart/miranda-wc": "3.19.0",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {