@loadsmart/miranda-react 4.0.0-alpha.5 → 4.0.0-alpha.6

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
@@ -1781,9 +1781,12 @@ export { }
1781
1781
 
1782
1782
  declare module 'react' {
1783
1783
  interface CSSProperties {
1784
- '--m-divider-margin-top'?: string;
1785
- '--m-divider-margin-bottom'?: string;
1786
- '--m-divider-margin-y'?: string;
1784
+ '--m-card-body-padding'?: string;
1785
+ '--m-card-border-top'?: string;
1786
+ '--m-card-border-left'?: string;
1787
+ '--m-card-border-bottom'?: string;
1788
+ '--m-card-border-right'?: string;
1789
+ '--m-card-border-radius'?: string;
1787
1790
  }
1788
1791
  }
1789
1792
 
@@ -1798,23 +1801,17 @@ declare module 'react' {
1798
1801
 
1799
1802
  declare module 'react' {
1800
1803
  interface CSSProperties {
1801
- '--m-card-body-padding'?: string;
1802
- '--m-card-border-top'?: string;
1803
- '--m-card-border-left'?: string;
1804
- '--m-card-border-bottom'?: string;
1805
- '--m-card-border-right'?: string;
1806
- '--m-card-border-radius'?: string;
1804
+ '--m-divider-margin-top'?: string;
1805
+ '--m-divider-margin-bottom'?: string;
1806
+ '--m-divider-margin-y'?: string;
1807
1807
  }
1808
1808
  }
1809
1809
 
1810
1810
 
1811
1811
  declare module 'react' {
1812
1812
  interface CSSProperties {
1813
- '--m-table-border-radius'?: string;
1814
- '--m-table-border-top-left-radius'?: string;
1815
- '--m-table-border-top-right-radius'?: string;
1816
- '--m-table-border-bottom-left-radius'?: string;
1817
- '--m-table-border-bottom-right-radius'?: string;
1813
+ '--m-text-display'?: string;
1814
+ '--m-text-max-width'?: string;
1818
1815
  }
1819
1816
  }
1820
1817
 
@@ -1826,6 +1823,7 @@ declare module 'react' {
1826
1823
  '--m-table-border-top-right-radius'?: string;
1827
1824
  '--m-table-border-bottom-left-radius'?: string;
1828
1825
  '--m-table-border-bottom-right-radius'?: string;
1826
+ '--m-table-border-width'?: string;
1829
1827
  }
1830
1828
  }
1831
1829
 
@@ -1837,14 +1835,16 @@ declare module 'react' {
1837
1835
  '--m-table-border-top-right-radius'?: string;
1838
1836
  '--m-table-border-bottom-left-radius'?: string;
1839
1837
  '--m-table-border-bottom-right-radius'?: string;
1840
- '--m-table-border-width'?: string;
1841
1838
  }
1842
1839
  }
1843
1840
 
1844
1841
 
1845
1842
  declare module 'react' {
1846
1843
  interface CSSProperties {
1847
- '--m-text-display'?: string;
1848
- '--m-text-max-width'?: string;
1844
+ '--m-table-border-radius'?: string;
1845
+ '--m-table-border-top-left-radius'?: string;
1846
+ '--m-table-border-top-right-radius'?: string;
1847
+ '--m-table-border-bottom-left-radius'?: string;
1848
+ '--m-table-border-bottom-right-radius'?: string;
1849
1849
  }
1850
1850
  }
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,23 +27,17 @@ 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
 
36
36
 
37
37
  declare module 'react' {
38
38
  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;
39
+ '--m-text-display'?: string;
40
+ '--m-text-max-width'?: string;
44
41
  }
45
42
  }
46
43
 
@@ -52,6 +49,7 @@ declare module 'react' {
52
49
  '--m-table-border-top-right-radius'?: string;
53
50
  '--m-table-border-bottom-left-radius'?: string;
54
51
  '--m-table-border-bottom-right-radius'?: string;
52
+ '--m-table-border-width'?: string;
55
53
  }
56
54
  }
57
55
 
@@ -63,14 +61,16 @@ declare module 'react' {
63
61
  '--m-table-border-top-right-radius'?: string;
64
62
  '--m-table-border-bottom-left-radius'?: string;
65
63
  '--m-table-border-bottom-right-radius'?: string;
66
- '--m-table-border-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": "4.0.0-alpha.5",
3
+ "version": "4.0.0-alpha.6",
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": "5.0.0-alpha.5",
53
- "@loadsmart/miranda-wc": "4.0.0-alpha.5",
52
+ "@loadsmart/miranda-tokens": "5.0.0-alpha.6",
53
+ "@loadsmart/miranda-wc": "4.0.0-alpha.6",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {