@loadsmart/miranda-react 3.21.0-alpha.2 → 3.21.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 +16 -16
- package/dist/tokens.d.ts +16 -16
- 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;
|
|
@@ -1820,11 +1811,9 @@ declare module 'react' {
|
|
|
1820
1811
|
|
|
1821
1812
|
declare module 'react' {
|
|
1822
1813
|
interface CSSProperties {
|
|
1823
|
-
'--m-
|
|
1824
|
-
'--m-
|
|
1825
|
-
'--m-
|
|
1826
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1827
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1814
|
+
'--m-divider-margin-top'?: string;
|
|
1815
|
+
'--m-divider-margin-bottom'?: string;
|
|
1816
|
+
'--m-divider-margin-y'?: string;
|
|
1828
1817
|
}
|
|
1829
1818
|
}
|
|
1830
1819
|
|
|
@@ -1841,6 +1830,14 @@ declare module 'react' {
|
|
|
1841
1830
|
}
|
|
1842
1831
|
|
|
1843
1832
|
|
|
1833
|
+
declare module 'react' {
|
|
1834
|
+
interface CSSProperties {
|
|
1835
|
+
'--m-text-display'?: string;
|
|
1836
|
+
'--m-text-max-width'?: string;
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
|
|
1844
1841
|
declare module 'react' {
|
|
1845
1842
|
interface CSSProperties {
|
|
1846
1843
|
'--m-table-border-radius'?: string;
|
|
@@ -1854,7 +1851,10 @@ declare module 'react' {
|
|
|
1854
1851
|
|
|
1855
1852
|
declare module 'react' {
|
|
1856
1853
|
interface CSSProperties {
|
|
1857
|
-
'--m-
|
|
1858
|
-
'--m-
|
|
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
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;
|
|
@@ -36,11 +27,9 @@ declare module 'react' {
|
|
|
36
27
|
|
|
37
28
|
declare module 'react' {
|
|
38
29
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
41
|
-
'--m-
|
|
42
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
43
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
30
|
+
'--m-divider-margin-top'?: string;
|
|
31
|
+
'--m-divider-margin-bottom'?: string;
|
|
32
|
+
'--m-divider-margin-y'?: string;
|
|
44
33
|
}
|
|
45
34
|
}
|
|
46
35
|
|
|
@@ -57,6 +46,14 @@ declare module 'react' {
|
|
|
57
46
|
}
|
|
58
47
|
|
|
59
48
|
|
|
49
|
+
declare module 'react' {
|
|
50
|
+
interface CSSProperties {
|
|
51
|
+
'--m-text-display'?: string;
|
|
52
|
+
'--m-text-max-width'?: string;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
|
|
60
57
|
declare module 'react' {
|
|
61
58
|
interface CSSProperties {
|
|
62
59
|
'--m-table-border-radius'?: string;
|
|
@@ -70,7 +67,10 @@ declare module 'react' {
|
|
|
70
67
|
|
|
71
68
|
declare module 'react' {
|
|
72
69
|
interface CSSProperties {
|
|
73
|
-
'--m-
|
|
74
|
-
'--m-
|
|
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
75
|
}
|
|
76
76
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.21.0
|
|
3
|
+
"version": "3.21.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.21.0
|
|
53
|
-
"@loadsmart/miranda-wc": "3.21.0
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.21.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.21.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|