@loadsmart/miranda-react 4.0.0-alpha.3 → 4.0.0-alpha.5
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 +12 -12
- package/dist/tokens.d.ts +12 -12
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1781,29 +1781,29 @@ export { }
|
|
|
1781
1781
|
|
|
1782
1782
|
declare module 'react' {
|
|
1783
1783
|
interface CSSProperties {
|
|
1784
|
-
'--m-
|
|
1785
|
-
'--m-
|
|
1786
|
-
'--m-
|
|
1787
|
-
'--m-card-border-bottom'?: string;
|
|
1788
|
-
'--m-card-border-right'?: string;
|
|
1789
|
-
'--m-card-border-radius'?: string;
|
|
1784
|
+
'--m-divider-margin-top'?: string;
|
|
1785
|
+
'--m-divider-margin-bottom'?: string;
|
|
1786
|
+
'--m-divider-margin-y'?: string;
|
|
1790
1787
|
}
|
|
1791
1788
|
}
|
|
1792
1789
|
|
|
1793
1790
|
|
|
1794
1791
|
declare module 'react' {
|
|
1795
1792
|
interface CSSProperties {
|
|
1796
|
-
'--m-
|
|
1797
|
-
'--m-
|
|
1798
|
-
'--m-divider-margin-y'?: string;
|
|
1793
|
+
'--m-icon-size'?: string;
|
|
1794
|
+
'--m-icon-color'?: string;
|
|
1799
1795
|
}
|
|
1800
1796
|
}
|
|
1801
1797
|
|
|
1802
1798
|
|
|
1803
1799
|
declare module 'react' {
|
|
1804
1800
|
interface CSSProperties {
|
|
1805
|
-
'--m-
|
|
1806
|
-
'--m-
|
|
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;
|
|
1807
1807
|
}
|
|
1808
1808
|
}
|
|
1809
1809
|
|
|
@@ -1815,7 +1815,6 @@ declare module 'react' {
|
|
|
1815
1815
|
'--m-table-border-top-right-radius'?: string;
|
|
1816
1816
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1817
1817
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1818
|
-
'--m-table-border-width'?: string;
|
|
1819
1818
|
}
|
|
1820
1819
|
}
|
|
1821
1820
|
|
|
@@ -1838,6 +1837,7 @@ declare module 'react' {
|
|
|
1838
1837
|
'--m-table-border-top-right-radius'?: string;
|
|
1839
1838
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1840
1839
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1840
|
+
'--m-table-border-width'?: string;
|
|
1841
1841
|
}
|
|
1842
1842
|
}
|
|
1843
1843
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,29 +7,29 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-
|
|
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
|
|
|
19
16
|
|
|
20
17
|
declare module 'react' {
|
|
21
18
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
24
|
-
'--m-divider-margin-y'?: string;
|
|
19
|
+
'--m-icon-size'?: string;
|
|
20
|
+
'--m-icon-color'?: string;
|
|
25
21
|
}
|
|
26
22
|
}
|
|
27
23
|
|
|
28
24
|
|
|
29
25
|
declare module 'react' {
|
|
30
26
|
interface CSSProperties {
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
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,7 +41,6 @@ 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
|
|
|
@@ -64,6 +63,7 @@ declare module 'react' {
|
|
|
64
63
|
'--m-table-border-top-right-radius'?: string;
|
|
65
64
|
'--m-table-border-bottom-left-radius'?: string;
|
|
66
65
|
'--m-table-border-bottom-right-radius'?: string;
|
|
66
|
+
'--m-table-border-width'?: string;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.5",
|
|
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.
|
|
53
|
-
"@loadsmart/miranda-wc": "4.0.0-alpha.
|
|
52
|
+
"@loadsmart/miranda-tokens": "5.0.0-alpha.5",
|
|
53
|
+
"@loadsmart/miranda-wc": "4.0.0-alpha.5",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|