@loadsmart/miranda-react 4.0.0-alpha.4 → 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 +10 -10
- package/dist/tokens.d.ts +10 -10
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1791,6 +1791,14 @@ declare module 'react' {
|
|
|
1791
1791
|
}
|
|
1792
1792
|
|
|
1793
1793
|
|
|
1794
|
+
declare module 'react' {
|
|
1795
|
+
interface CSSProperties {
|
|
1796
|
+
'--m-icon-size'?: string;
|
|
1797
|
+
'--m-icon-color'?: string;
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
|
|
1794
1802
|
declare module 'react' {
|
|
1795
1803
|
interface CSSProperties {
|
|
1796
1804
|
'--m-divider-margin-top'?: string;
|
|
@@ -1802,8 +1810,8 @@ declare module 'react' {
|
|
|
1802
1810
|
|
|
1803
1811
|
declare module 'react' {
|
|
1804
1812
|
interface CSSProperties {
|
|
1805
|
-
'--m-
|
|
1806
|
-
'--m-
|
|
1813
|
+
'--m-text-display'?: string;
|
|
1814
|
+
'--m-text-max-width'?: string;
|
|
1807
1815
|
}
|
|
1808
1816
|
}
|
|
1809
1817
|
|
|
@@ -1820,14 +1828,6 @@ declare module 'react' {
|
|
|
1820
1828
|
}
|
|
1821
1829
|
|
|
1822
1830
|
|
|
1823
|
-
declare module 'react' {
|
|
1824
|
-
interface CSSProperties {
|
|
1825
|
-
'--m-text-display'?: string;
|
|
1826
|
-
'--m-text-max-width'?: string;
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
1831
|
declare module 'react' {
|
|
1832
1832
|
interface CSSProperties {
|
|
1833
1833
|
'--m-table-border-radius'?: string;
|
package/dist/tokens.d.ts
CHANGED
|
@@ -17,6 +17,14 @@ declare module 'react' {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
|
|
20
|
+
declare module 'react' {
|
|
21
|
+
interface CSSProperties {
|
|
22
|
+
'--m-icon-size'?: string;
|
|
23
|
+
'--m-icon-color'?: string;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
20
28
|
declare module 'react' {
|
|
21
29
|
interface CSSProperties {
|
|
22
30
|
'--m-divider-margin-top'?: string;
|
|
@@ -28,8 +36,8 @@ declare module 'react' {
|
|
|
28
36
|
|
|
29
37
|
declare module 'react' {
|
|
30
38
|
interface CSSProperties {
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
39
|
+
'--m-text-display'?: string;
|
|
40
|
+
'--m-text-max-width'?: string;
|
|
33
41
|
}
|
|
34
42
|
}
|
|
35
43
|
|
|
@@ -46,14 +54,6 @@ declare module 'react' {
|
|
|
46
54
|
}
|
|
47
55
|
|
|
48
56
|
|
|
49
|
-
declare module 'react' {
|
|
50
|
-
interface CSSProperties {
|
|
51
|
-
'--m-text-display'?: string;
|
|
52
|
-
'--m-text-max-width'?: string;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
57
|
declare module 'react' {
|
|
58
58
|
interface CSSProperties {
|
|
59
59
|
'--m-table-border-radius'?: string;
|
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.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.
|
|
53
|
-
"@loadsmart/miranda-wc": "4.0.0-alpha.
|
|
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": {
|