@loadsmart/miranda-react 3.20.1 → 3.21.0-alpha.1

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,12 +1791,9 @@ export { }
1791
1791
 
1792
1792
  declare module 'react' {
1793
1793
  interface CSSProperties {
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;
1794
+ '--m-divider-margin-top'?: string;
1795
+ '--m-divider-margin-bottom'?: string;
1796
+ '--m-divider-margin-y'?: string;
1800
1797
  }
1801
1798
  }
1802
1799
 
@@ -1811,9 +1808,12 @@ declare module 'react' {
1811
1808
 
1812
1809
  declare module 'react' {
1813
1810
  interface CSSProperties {
1814
- '--m-divider-margin-top'?: string;
1815
- '--m-divider-margin-bottom'?: string;
1816
- '--m-divider-margin-y'?: string;
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;
1817
1817
  }
1818
1818
  }
1819
1819
 
@@ -1825,26 +1825,26 @@ 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;
1829
1828
  }
1830
1829
  }
1831
1830
 
1832
1831
 
1833
1832
  declare module 'react' {
1834
1833
  interface CSSProperties {
1835
- '--m-text-display'?: string;
1836
- '--m-text-max-width'?: string;
1834
+ '--m-table-border-radius'?: string;
1835
+ '--m-table-border-top-left-radius'?: string;
1836
+ '--m-table-border-top-right-radius'?: string;
1837
+ '--m-table-border-bottom-left-radius'?: string;
1838
+ '--m-table-border-bottom-right-radius'?: string;
1839
+ '--m-table-border-width'?: string;
1837
1840
  }
1838
1841
  }
1839
1842
 
1840
1843
 
1841
1844
  declare module 'react' {
1842
1845
  interface CSSProperties {
1843
- '--m-table-border-radius'?: string;
1844
- '--m-table-border-top-left-radius'?: string;
1845
- '--m-table-border-top-right-radius'?: string;
1846
- '--m-table-border-bottom-left-radius'?: string;
1847
- '--m-table-border-bottom-right-radius'?: string;
1846
+ '--m-text-display'?: string;
1847
+ '--m-text-max-width'?: string;
1848
1848
  }
1849
1849
  }
1850
1850
 
package/dist/tokens.d.ts CHANGED
@@ -7,12 +7,9 @@ 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
 
@@ -27,9 +24,12 @@ declare module 'react' {
27
24
 
28
25
  declare module 'react' {
29
26
  interface CSSProperties {
30
- '--m-divider-margin-top'?: string;
31
- '--m-divider-margin-bottom'?: string;
32
- '--m-divider-margin-y'?: string;
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;
33
33
  }
34
34
  }
35
35
 
@@ -41,26 +41,26 @@ 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;
45
44
  }
46
45
  }
47
46
 
48
47
 
49
48
  declare module 'react' {
50
49
  interface CSSProperties {
51
- '--m-text-display'?: string;
52
- '--m-text-max-width'?: string;
50
+ '--m-table-border-radius'?: string;
51
+ '--m-table-border-top-left-radius'?: string;
52
+ '--m-table-border-top-right-radius'?: string;
53
+ '--m-table-border-bottom-left-radius'?: string;
54
+ '--m-table-border-bottom-right-radius'?: string;
55
+ '--m-table-border-width'?: string;
53
56
  }
54
57
  }
55
58
 
56
59
 
57
60
  declare module 'react' {
58
61
  interface CSSProperties {
59
- '--m-table-border-radius'?: string;
60
- '--m-table-border-top-left-radius'?: string;
61
- '--m-table-border-top-right-radius'?: string;
62
- '--m-table-border-bottom-left-radius'?: string;
63
- '--m-table-border-bottom-right-radius'?: string;
62
+ '--m-text-display'?: string;
63
+ '--m-text-max-width'?: string;
64
64
  }
65
65
  }
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.20.1",
3
+ "version": "3.21.0-alpha.1",
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.20.1",
53
- "@loadsmart/miranda-wc": "3.20.1",
52
+ "@loadsmart/miranda-tokens": "4.21.0-alpha.1",
53
+ "@loadsmart/miranda-wc": "3.21.0-alpha.1",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {