@loadsmart/miranda-react 4.0.0-alpha.4 → 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 +19 -19
- package/dist/tokens.d.ts +19 -19
- 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,15 +1815,17 @@ 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
|
|
|
1822
1821
|
|
|
1823
1822
|
declare module 'react' {
|
|
1824
1823
|
interface CSSProperties {
|
|
1825
|
-
'--m-
|
|
1826
|
-
'--m-
|
|
1824
|
+
'--m-table-border-radius'?: string;
|
|
1825
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1826
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1827
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1828
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1827
1829
|
}
|
|
1828
1830
|
}
|
|
1829
1831
|
|
|
@@ -1835,16 +1837,14 @@ declare module 'react' {
|
|
|
1835
1837
|
'--m-table-border-top-right-radius'?: string;
|
|
1836
1838
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1837
1839
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1840
|
+
'--m-table-border-width'?: string;
|
|
1838
1841
|
}
|
|
1839
1842
|
}
|
|
1840
1843
|
|
|
1841
1844
|
|
|
1842
1845
|
declare module 'react' {
|
|
1843
1846
|
interface CSSProperties {
|
|
1844
|
-
'--m-
|
|
1845
|
-
'--m-
|
|
1846
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1847
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1848
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1847
|
+
'--m-text-display'?: string;
|
|
1848
|
+
'--m-text-max-width'?: string;
|
|
1849
1849
|
}
|
|
1850
1850
|
}
|
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,15 +41,17 @@ 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-
|
|
52
|
-
'--m-
|
|
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;
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
|
|
@@ -61,16 +63,14 @@ declare module 'react' {
|
|
|
61
63
|
'--m-table-border-top-right-radius'?: string;
|
|
62
64
|
'--m-table-border-bottom-left-radius'?: string;
|
|
63
65
|
'--m-table-border-bottom-right-radius'?: string;
|
|
66
|
+
'--m-table-border-width'?: string;
|
|
64
67
|
}
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
|
|
68
71
|
declare module 'react' {
|
|
69
72
|
interface CSSProperties {
|
|
70
|
-
'--m-
|
|
71
|
-
'--m-
|
|
72
|
-
'--m-table-border-top-right-radius'?: string;
|
|
73
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
74
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
73
|
+
'--m-text-display'?: string;
|
|
74
|
+
'--m-text-max-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.
|
|
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": {
|