@loadsmart/miranda-react 3.17.1 → 3.18.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
|
@@ -1789,6 +1789,15 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
|
|
|
1789
1789
|
export { }
|
|
1790
1790
|
|
|
1791
1791
|
|
|
1792
|
+
declare module 'react' {
|
|
1793
|
+
interface CSSProperties {
|
|
1794
|
+
'--m-divider-margin-top'?: string;
|
|
1795
|
+
'--m-divider-margin-bottom'?: string;
|
|
1796
|
+
'--m-divider-margin-y'?: string;
|
|
1797
|
+
}
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
|
|
1792
1801
|
declare module 'react' {
|
|
1793
1802
|
interface CSSProperties {
|
|
1794
1803
|
'--m-icon-size'?: string;
|
|
@@ -1809,15 +1818,6 @@ declare module 'react' {
|
|
|
1809
1818
|
}
|
|
1810
1819
|
|
|
1811
1820
|
|
|
1812
|
-
declare module 'react' {
|
|
1813
|
-
interface CSSProperties {
|
|
1814
|
-
'--m-divider-margin-top'?: string;
|
|
1815
|
-
'--m-divider-margin-bottom'?: string;
|
|
1816
|
-
'--m-divider-margin-y'?: string;
|
|
1817
|
-
}
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
1821
|
declare module 'react' {
|
|
1822
1822
|
interface CSSProperties {
|
|
1823
1823
|
'--m-table-border-radius'?: string;
|
|
@@ -1836,7 +1836,6 @@ declare module 'react' {
|
|
|
1836
1836
|
'--m-table-border-top-right-radius'?: string;
|
|
1837
1837
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1838
1838
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1839
|
-
'--m-table-border-width'?: string;
|
|
1840
1839
|
}
|
|
1841
1840
|
}
|
|
1842
1841
|
|
|
@@ -1848,6 +1847,7 @@ declare module 'react' {
|
|
|
1848
1847
|
'--m-table-border-top-right-radius'?: string;
|
|
1849
1848
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1850
1849
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1850
|
+
'--m-table-border-width'?: string;
|
|
1851
1851
|
}
|
|
1852
1852
|
}
|
|
1853
1853
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,6 +5,15 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
|
|
|
5
5
|
export { }
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
declare module 'react' {
|
|
9
|
+
interface CSSProperties {
|
|
10
|
+
'--m-divider-margin-top'?: string;
|
|
11
|
+
'--m-divider-margin-bottom'?: string;
|
|
12
|
+
'--m-divider-margin-y'?: string;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
|
|
8
17
|
declare module 'react' {
|
|
9
18
|
interface CSSProperties {
|
|
10
19
|
'--m-icon-size'?: string;
|
|
@@ -25,15 +34,6 @@ declare module 'react' {
|
|
|
25
34
|
}
|
|
26
35
|
|
|
27
36
|
|
|
28
|
-
declare module 'react' {
|
|
29
|
-
interface CSSProperties {
|
|
30
|
-
'--m-divider-margin-top'?: string;
|
|
31
|
-
'--m-divider-margin-bottom'?: string;
|
|
32
|
-
'--m-divider-margin-y'?: string;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
37
|
declare module 'react' {
|
|
38
38
|
interface CSSProperties {
|
|
39
39
|
'--m-table-border-radius'?: string;
|
|
@@ -52,7 +52,6 @@ declare module 'react' {
|
|
|
52
52
|
'--m-table-border-top-right-radius'?: string;
|
|
53
53
|
'--m-table-border-bottom-left-radius'?: string;
|
|
54
54
|
'--m-table-border-bottom-right-radius'?: string;
|
|
55
|
-
'--m-table-border-width'?: string;
|
|
56
55
|
}
|
|
57
56
|
}
|
|
58
57
|
|
|
@@ -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": "3.
|
|
3
|
+
"version": "3.18.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.18.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.18.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|