@loadsmart/miranda-react 3.22.0 → 3.23.0
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
|
@@ -1801,6 +1801,14 @@ declare module 'react' {
|
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
1803
|
|
|
1804
|
+
declare module 'react' {
|
|
1805
|
+
interface CSSProperties {
|
|
1806
|
+
'--m-icon-size'?: string;
|
|
1807
|
+
'--m-icon-color'?: string;
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
|
|
1804
1812
|
declare module 'react' {
|
|
1805
1813
|
interface CSSProperties {
|
|
1806
1814
|
'--m-divider-margin-top'?: string;
|
|
@@ -1812,8 +1820,8 @@ declare module 'react' {
|
|
|
1812
1820
|
|
|
1813
1821
|
declare module 'react' {
|
|
1814
1822
|
interface CSSProperties {
|
|
1815
|
-
'--m-
|
|
1816
|
-
'--m-
|
|
1823
|
+
'--m-text-display'?: string;
|
|
1824
|
+
'--m-text-max-width'?: string;
|
|
1817
1825
|
}
|
|
1818
1826
|
}
|
|
1819
1827
|
|
|
@@ -1850,11 +1858,3 @@ declare module 'react' {
|
|
|
1850
1858
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1851
1859
|
}
|
|
1852
1860
|
}
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
declare module 'react' {
|
|
1856
|
-
interface CSSProperties {
|
|
1857
|
-
'--m-text-display'?: string;
|
|
1858
|
-
'--m-text-max-width'?: string;
|
|
1859
|
-
}
|
|
1860
|
-
}
|
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
|
|
|
@@ -66,11 +74,3 @@ declare module 'react' {
|
|
|
66
74
|
'--m-table-border-bottom-right-radius'?: string;
|
|
67
75
|
}
|
|
68
76
|
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
declare module 'react' {
|
|
72
|
-
interface CSSProperties {
|
|
73
|
-
'--m-text-display'?: string;
|
|
74
|
-
'--m-text-max-width'?: string;
|
|
75
|
-
}
|
|
76
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.23.0",
|
|
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": "4.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.23.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.23.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|