@loadsmart/miranda-react 4.0.0-alpha.13 → 4.0.0-alpha.14

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
@@ -1777,48 +1777,49 @@ export { }
1777
1777
 
1778
1778
  declare module 'react' {
1779
1779
  interface CSSProperties {
1780
- '--m-card-body-padding'?: string;
1781
- '--m-card-border-top'?: string;
1782
- '--m-card-border-left'?: string;
1783
- '--m-card-border-bottom'?: string;
1784
- '--m-card-border-right'?: string;
1785
- '--m-card-border-radius'?: string;
1780
+ '--m-icon-size'?: string;
1781
+ '--m-icon-color'?: string;
1786
1782
  }
1787
1783
  }
1788
1784
 
1789
1785
 
1790
1786
  declare module 'react' {
1791
1787
  interface CSSProperties {
1792
- '--m-icon-size'?: string;
1793
- '--m-icon-color'?: string;
1788
+ '--m-divider-margin-top'?: string;
1789
+ '--m-divider-margin-bottom'?: string;
1790
+ '--m-divider-margin-y'?: string;
1794
1791
  }
1795
1792
  }
1796
1793
 
1797
1794
 
1798
1795
  declare module 'react' {
1799
1796
  interface CSSProperties {
1800
- '--m-table-border-radius'?: string;
1801
- '--m-table-border-top-left-radius'?: string;
1802
- '--m-table-border-top-right-radius'?: string;
1803
- '--m-table-border-bottom-left-radius'?: string;
1804
- '--m-table-border-bottom-right-radius'?: string;
1797
+ '--m-text-display'?: string;
1798
+ '--m-text-max-width'?: string;
1805
1799
  }
1806
1800
  }
1807
1801
 
1808
1802
 
1809
1803
  declare module 'react' {
1810
1804
  interface CSSProperties {
1811
- '--m-divider-margin-top'?: string;
1812
- '--m-divider-margin-bottom'?: string;
1813
- '--m-divider-margin-y'?: string;
1805
+ '--m-card-body-padding'?: string;
1806
+ '--m-card-border-top'?: string;
1807
+ '--m-card-border-left'?: string;
1808
+ '--m-card-border-bottom'?: string;
1809
+ '--m-card-border-right'?: string;
1810
+ '--m-card-border-radius'?: string;
1814
1811
  }
1815
1812
  }
1816
1813
 
1817
1814
 
1818
1815
  declare module 'react' {
1819
1816
  interface CSSProperties {
1820
- '--m-text-display'?: string;
1821
- '--m-text-max-width'?: string;
1817
+ '--m-table-border-radius'?: string;
1818
+ '--m-table-border-top-left-radius'?: string;
1819
+ '--m-table-border-top-right-radius'?: string;
1820
+ '--m-table-border-bottom-left-radius'?: string;
1821
+ '--m-table-border-bottom-right-radius'?: string;
1822
+ '--m-table-border-width'?: string;
1822
1823
  }
1823
1824
  }
1824
1825
 
@@ -1841,6 +1842,5 @@ declare module 'react' {
1841
1842
  '--m-table-border-top-right-radius'?: string;
1842
1843
  '--m-table-border-bottom-left-radius'?: string;
1843
1844
  '--m-table-border-bottom-right-radius'?: string;
1844
- '--m-table-border-width'?: string;
1845
1845
  }
1846
1846
  }
package/dist/tokens.d.ts CHANGED
@@ -7,48 +7,49 @@ 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-icon-size'?: string;
11
+ '--m-icon-color'?: string;
16
12
  }
17
13
  }
18
14
 
19
15
 
20
16
  declare module 'react' {
21
17
  interface CSSProperties {
22
- '--m-icon-size'?: string;
23
- '--m-icon-color'?: string;
18
+ '--m-divider-margin-top'?: string;
19
+ '--m-divider-margin-bottom'?: string;
20
+ '--m-divider-margin-y'?: string;
24
21
  }
25
22
  }
26
23
 
27
24
 
28
25
  declare module 'react' {
29
26
  interface CSSProperties {
30
- '--m-table-border-radius'?: string;
31
- '--m-table-border-top-left-radius'?: string;
32
- '--m-table-border-top-right-radius'?: string;
33
- '--m-table-border-bottom-left-radius'?: string;
34
- '--m-table-border-bottom-right-radius'?: string;
27
+ '--m-text-display'?: string;
28
+ '--m-text-max-width'?: string;
35
29
  }
36
30
  }
37
31
 
38
32
 
39
33
  declare module 'react' {
40
34
  interface CSSProperties {
41
- '--m-divider-margin-top'?: string;
42
- '--m-divider-margin-bottom'?: string;
43
- '--m-divider-margin-y'?: string;
35
+ '--m-card-body-padding'?: string;
36
+ '--m-card-border-top'?: string;
37
+ '--m-card-border-left'?: string;
38
+ '--m-card-border-bottom'?: string;
39
+ '--m-card-border-right'?: string;
40
+ '--m-card-border-radius'?: string;
44
41
  }
45
42
  }
46
43
 
47
44
 
48
45
  declare module 'react' {
49
46
  interface CSSProperties {
50
- '--m-text-display'?: string;
51
- '--m-text-max-width'?: string;
47
+ '--m-table-border-radius'?: string;
48
+ '--m-table-border-top-left-radius'?: string;
49
+ '--m-table-border-top-right-radius'?: string;
50
+ '--m-table-border-bottom-left-radius'?: string;
51
+ '--m-table-border-bottom-right-radius'?: string;
52
+ '--m-table-border-width'?: string;
52
53
  }
53
54
  }
54
55
 
@@ -71,6 +72,5 @@ declare module 'react' {
71
72
  '--m-table-border-top-right-radius'?: string;
72
73
  '--m-table-border-bottom-left-radius'?: string;
73
74
  '--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": "4.0.0-alpha.13",
3
+ "version": "4.0.0-alpha.14",
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": "5.0.0-alpha.13",
61
- "@loadsmart/miranda-wc": "4.0.0-alpha.13",
60
+ "@loadsmart/miranda-tokens": "5.0.0-alpha.14",
61
+ "@loadsmart/miranda-wc": "4.0.0-alpha.14",
62
62
  "react-is": "^18.3.1"
63
63
  },
64
64
  "directories": {