@loadsmart/miranda-react 3.17.0 → 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 +15 -15
- package/dist/tokens.d.ts +15 -15
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1789,18 +1789,6 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
|
|
|
1789
1789
|
export { }
|
|
1790
1790
|
|
|
1791
1791
|
|
|
1792
|
-
declare module 'react' {
|
|
1793
|
-
interface CSSProperties {
|
|
1794
|
-
'--m-card-body-padding'?: string;
|
|
1795
|
-
'--m-card-border-top'?: string;
|
|
1796
|
-
'--m-card-border-left'?: string;
|
|
1797
|
-
'--m-card-border-bottom'?: string;
|
|
1798
|
-
'--m-card-border-right'?: string;
|
|
1799
|
-
'--m-card-border-radius'?: string;
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
1792
|
declare module 'react' {
|
|
1805
1793
|
interface CSSProperties {
|
|
1806
1794
|
'--m-divider-margin-top'?: string;
|
|
@@ -1820,8 +1808,12 @@ declare module 'react' {
|
|
|
1820
1808
|
|
|
1821
1809
|
declare module 'react' {
|
|
1822
1810
|
interface CSSProperties {
|
|
1823
|
-
'--m-
|
|
1824
|
-
'--m-
|
|
1811
|
+
'--m-card-body-padding'?: string;
|
|
1812
|
+
'--m-card-border-top'?: string;
|
|
1813
|
+
'--m-card-border-left'?: string;
|
|
1814
|
+
'--m-card-border-bottom'?: string;
|
|
1815
|
+
'--m-card-border-right'?: string;
|
|
1816
|
+
'--m-card-border-radius'?: string;
|
|
1825
1817
|
}
|
|
1826
1818
|
}
|
|
1827
1819
|
|
|
@@ -1833,7 +1825,6 @@ declare module 'react' {
|
|
|
1833
1825
|
'--m-table-border-top-right-radius'?: string;
|
|
1834
1826
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1835
1827
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1836
|
-
'--m-table-border-width'?: string;
|
|
1837
1828
|
}
|
|
1838
1829
|
}
|
|
1839
1830
|
|
|
@@ -1856,5 +1847,14 @@ declare module 'react' {
|
|
|
1856
1847
|
'--m-table-border-top-right-radius'?: string;
|
|
1857
1848
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1858
1849
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1850
|
+
'--m-table-border-width'?: string;
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
|
|
1855
|
+
declare module 'react' {
|
|
1856
|
+
interface CSSProperties {
|
|
1857
|
+
'--m-text-display'?: string;
|
|
1858
|
+
'--m-text-max-width'?: string;
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,18 +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-card-body-padding'?: string;
|
|
11
|
-
'--m-card-border-top'?: string;
|
|
12
|
-
'--m-card-border-left'?: string;
|
|
13
|
-
'--m-card-border-bottom'?: string;
|
|
14
|
-
'--m-card-border-right'?: string;
|
|
15
|
-
'--m-card-border-radius'?: string;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
8
|
declare module 'react' {
|
|
21
9
|
interface CSSProperties {
|
|
22
10
|
'--m-divider-margin-top'?: string;
|
|
@@ -36,8 +24,12 @@ declare module 'react' {
|
|
|
36
24
|
|
|
37
25
|
declare module 'react' {
|
|
38
26
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
27
|
+
'--m-card-body-padding'?: string;
|
|
28
|
+
'--m-card-border-top'?: string;
|
|
29
|
+
'--m-card-border-left'?: string;
|
|
30
|
+
'--m-card-border-bottom'?: string;
|
|
31
|
+
'--m-card-border-right'?: string;
|
|
32
|
+
'--m-card-border-radius'?: string;
|
|
41
33
|
}
|
|
42
34
|
}
|
|
43
35
|
|
|
@@ -49,7 +41,6 @@ declare module 'react' {
|
|
|
49
41
|
'--m-table-border-top-right-radius'?: string;
|
|
50
42
|
'--m-table-border-bottom-left-radius'?: string;
|
|
51
43
|
'--m-table-border-bottom-right-radius'?: string;
|
|
52
|
-
'--m-table-border-width'?: string;
|
|
53
44
|
}
|
|
54
45
|
}
|
|
55
46
|
|
|
@@ -72,5 +63,14 @@ declare module 'react' {
|
|
|
72
63
|
'--m-table-border-top-right-radius'?: string;
|
|
73
64
|
'--m-table-border-bottom-left-radius'?: string;
|
|
74
65
|
'--m-table-border-bottom-right-radius'?: string;
|
|
66
|
+
'--m-table-border-width'?: string;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
declare module 'react' {
|
|
72
|
+
interface CSSProperties {
|
|
73
|
+
'--m-text-display'?: string;
|
|
74
|
+
'--m-text-max-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.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": {
|