@loadsmart/miranda-react 3.18.0 → 3.19.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 +14 -14
- package/dist/tokens.d.ts +14 -14
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1798,14 +1798,6 @@ declare module 'react' {
|
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
1800
|
|
|
1801
|
-
declare module 'react' {
|
|
1802
|
-
interface CSSProperties {
|
|
1803
|
-
'--m-icon-size'?: string;
|
|
1804
|
-
'--m-icon-color'?: string;
|
|
1805
|
-
}
|
|
1806
|
-
}
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
1801
|
declare module 'react' {
|
|
1810
1802
|
interface CSSProperties {
|
|
1811
1803
|
'--m-card-body-padding'?: string;
|
|
@@ -1820,11 +1812,8 @@ declare module 'react' {
|
|
|
1820
1812
|
|
|
1821
1813
|
declare module 'react' {
|
|
1822
1814
|
interface CSSProperties {
|
|
1823
|
-
'--m-
|
|
1824
|
-
'--m-
|
|
1825
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1826
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1827
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1815
|
+
'--m-icon-size'?: string;
|
|
1816
|
+
'--m-icon-color'?: string;
|
|
1828
1817
|
}
|
|
1829
1818
|
}
|
|
1830
1819
|
|
|
@@ -1836,6 +1825,7 @@ declare module 'react' {
|
|
|
1836
1825
|
'--m-table-border-top-right-radius'?: string;
|
|
1837
1826
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1838
1827
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1828
|
+
'--m-table-border-width'?: string;
|
|
1839
1829
|
}
|
|
1840
1830
|
}
|
|
1841
1831
|
|
|
@@ -1847,7 +1837,6 @@ declare module 'react' {
|
|
|
1847
1837
|
'--m-table-border-top-right-radius'?: string;
|
|
1848
1838
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1849
1839
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1850
|
-
'--m-table-border-width'?: string;
|
|
1851
1840
|
}
|
|
1852
1841
|
}
|
|
1853
1842
|
|
|
@@ -1858,3 +1847,14 @@ declare module 'react' {
|
|
|
1858
1847
|
'--m-text-max-width'?: string;
|
|
1859
1848
|
}
|
|
1860
1849
|
}
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
declare module 'react' {
|
|
1853
|
+
interface CSSProperties {
|
|
1854
|
+
'--m-table-border-radius'?: string;
|
|
1855
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1856
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1857
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1858
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1859
|
+
}
|
|
1860
|
+
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -14,14 +14,6 @@ declare module 'react' {
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
declare module 'react' {
|
|
18
|
-
interface CSSProperties {
|
|
19
|
-
'--m-icon-size'?: string;
|
|
20
|
-
'--m-icon-color'?: string;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
17
|
declare module 'react' {
|
|
26
18
|
interface CSSProperties {
|
|
27
19
|
'--m-card-body-padding'?: string;
|
|
@@ -36,11 +28,8 @@ declare module 'react' {
|
|
|
36
28
|
|
|
37
29
|
declare module 'react' {
|
|
38
30
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
41
|
-
'--m-table-border-top-right-radius'?: string;
|
|
42
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
43
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
31
|
+
'--m-icon-size'?: string;
|
|
32
|
+
'--m-icon-color'?: string;
|
|
44
33
|
}
|
|
45
34
|
}
|
|
46
35
|
|
|
@@ -52,6 +41,7 @@ declare module 'react' {
|
|
|
52
41
|
'--m-table-border-top-right-radius'?: string;
|
|
53
42
|
'--m-table-border-bottom-left-radius'?: string;
|
|
54
43
|
'--m-table-border-bottom-right-radius'?: string;
|
|
44
|
+
'--m-table-border-width'?: string;
|
|
55
45
|
}
|
|
56
46
|
}
|
|
57
47
|
|
|
@@ -63,7 +53,6 @@ declare module 'react' {
|
|
|
63
53
|
'--m-table-border-top-right-radius'?: string;
|
|
64
54
|
'--m-table-border-bottom-left-radius'?: string;
|
|
65
55
|
'--m-table-border-bottom-right-radius'?: string;
|
|
66
|
-
'--m-table-border-width'?: string;
|
|
67
56
|
}
|
|
68
57
|
}
|
|
69
58
|
|
|
@@ -74,3 +63,14 @@ declare module 'react' {
|
|
|
74
63
|
'--m-text-max-width'?: string;
|
|
75
64
|
}
|
|
76
65
|
}
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
declare module 'react' {
|
|
69
|
+
interface CSSProperties {
|
|
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
|
+
}
|
|
76
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.19.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.19.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.19.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|