@loadsmart/miranda-react 3.19.0 → 3.20.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,15 +1789,6 @@ 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
|
-
|
|
1801
1792
|
declare module 'react' {
|
|
1802
1793
|
interface CSSProperties {
|
|
1803
1794
|
'--m-card-body-padding'?: string;
|
|
@@ -1818,6 +1809,15 @@ declare module 'react' {
|
|
|
1818
1809
|
}
|
|
1819
1810
|
|
|
1820
1811
|
|
|
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;
|
|
@@ -1825,7 +1825,6 @@ declare module 'react' {
|
|
|
1825
1825
|
'--m-table-border-top-right-radius'?: string;
|
|
1826
1826
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1827
1827
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1828
|
-
'--m-table-border-width'?: string;
|
|
1829
1828
|
}
|
|
1830
1829
|
}
|
|
1831
1830
|
|
|
@@ -1856,5 +1855,6 @@ declare module 'react' {
|
|
|
1856
1855
|
'--m-table-border-top-right-radius'?: string;
|
|
1857
1856
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1858
1857
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1858
|
+
'--m-table-border-width'?: string;
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,15 +5,6 @@ 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
|
-
|
|
17
8
|
declare module 'react' {
|
|
18
9
|
interface CSSProperties {
|
|
19
10
|
'--m-card-body-padding'?: string;
|
|
@@ -34,6 +25,15 @@ declare module 'react' {
|
|
|
34
25
|
}
|
|
35
26
|
|
|
36
27
|
|
|
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;
|
|
@@ -41,7 +41,6 @@ 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
|
|
|
@@ -72,5 +71,6 @@ declare module 'react' {
|
|
|
72
71
|
'--m-table-border-top-right-radius'?: string;
|
|
73
72
|
'--m-table-border-bottom-left-radius'?: string;
|
|
74
73
|
'--m-table-border-bottom-right-radius'?: string;
|
|
74
|
+
'--m-table-border-width'?: string;
|
|
75
75
|
}
|
|
76
76
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.20.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.20.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.20.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|