@loadsmart/miranda-react 3.25.5 → 3.25.6
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 +18 -18
- package/dist/tokens.d.ts +18 -18
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1787,17 +1787,12 @@ export { }
|
|
|
1787
1787
|
|
|
1788
1788
|
declare module 'react' {
|
|
1789
1789
|
interface CSSProperties {
|
|
1790
|
-
'--m-
|
|
1791
|
-
'--m-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
declare module 'react' {
|
|
1797
|
-
interface CSSProperties {
|
|
1798
|
-
'--m-divider-margin-top'?: string;
|
|
1799
|
-
'--m-divider-margin-bottom'?: string;
|
|
1800
|
-
'--m-divider-margin-y'?: string;
|
|
1790
|
+
'--m-card-body-padding'?: string;
|
|
1791
|
+
'--m-card-border-top'?: string;
|
|
1792
|
+
'--m-card-border-left'?: string;
|
|
1793
|
+
'--m-card-border-bottom'?: string;
|
|
1794
|
+
'--m-card-border-right'?: string;
|
|
1795
|
+
'--m-card-border-radius'?: string;
|
|
1801
1796
|
}
|
|
1802
1797
|
}
|
|
1803
1798
|
|
|
@@ -1809,19 +1804,15 @@ declare module 'react' {
|
|
|
1809
1804
|
'--m-table-border-top-right-radius'?: string;
|
|
1810
1805
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1811
1806
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1812
|
-
'--m-table-border-width'?: string;
|
|
1813
1807
|
}
|
|
1814
1808
|
}
|
|
1815
1809
|
|
|
1816
1810
|
|
|
1817
1811
|
declare module 'react' {
|
|
1818
1812
|
interface CSSProperties {
|
|
1819
|
-
'--m-
|
|
1820
|
-
'--m-
|
|
1821
|
-
'--m-
|
|
1822
|
-
'--m-card-border-bottom'?: string;
|
|
1823
|
-
'--m-card-border-right'?: string;
|
|
1824
|
-
'--m-card-border-radius'?: string;
|
|
1813
|
+
'--m-divider-margin-top'?: string;
|
|
1814
|
+
'--m-divider-margin-bottom'?: string;
|
|
1815
|
+
'--m-divider-margin-y'?: string;
|
|
1825
1816
|
}
|
|
1826
1817
|
}
|
|
1827
1818
|
|
|
@@ -1833,6 +1824,7 @@ declare module 'react' {
|
|
|
1833
1824
|
'--m-table-border-top-right-radius'?: string;
|
|
1834
1825
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1835
1826
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1827
|
+
'--m-table-border-width'?: string;
|
|
1836
1828
|
}
|
|
1837
1829
|
}
|
|
1838
1830
|
|
|
@@ -1854,3 +1846,11 @@ declare module 'react' {
|
|
|
1854
1846
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1855
1847
|
}
|
|
1856
1848
|
}
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
declare module 'react' {
|
|
1852
|
+
interface CSSProperties {
|
|
1853
|
+
'--m-text-display'?: string;
|
|
1854
|
+
'--m-text-max-width'?: string;
|
|
1855
|
+
}
|
|
1856
|
+
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,17 +7,12 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
declare module 'react' {
|
|
17
|
-
interface CSSProperties {
|
|
18
|
-
'--m-divider-margin-top'?: string;
|
|
19
|
-
'--m-divider-margin-bottom'?: string;
|
|
20
|
-
'--m-divider-margin-y'?: string;
|
|
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;
|
|
21
16
|
}
|
|
22
17
|
}
|
|
23
18
|
|
|
@@ -29,19 +24,15 @@ declare module 'react' {
|
|
|
29
24
|
'--m-table-border-top-right-radius'?: string;
|
|
30
25
|
'--m-table-border-bottom-left-radius'?: string;
|
|
31
26
|
'--m-table-border-bottom-right-radius'?: string;
|
|
32
|
-
'--m-table-border-width'?: string;
|
|
33
27
|
}
|
|
34
28
|
}
|
|
35
29
|
|
|
36
30
|
|
|
37
31
|
declare module 'react' {
|
|
38
32
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
41
|
-
'--m-
|
|
42
|
-
'--m-card-border-bottom'?: string;
|
|
43
|
-
'--m-card-border-right'?: string;
|
|
44
|
-
'--m-card-border-radius'?: string;
|
|
33
|
+
'--m-divider-margin-top'?: string;
|
|
34
|
+
'--m-divider-margin-bottom'?: string;
|
|
35
|
+
'--m-divider-margin-y'?: string;
|
|
45
36
|
}
|
|
46
37
|
}
|
|
47
38
|
|
|
@@ -53,6 +44,7 @@ declare module 'react' {
|
|
|
53
44
|
'--m-table-border-top-right-radius'?: string;
|
|
54
45
|
'--m-table-border-bottom-left-radius'?: string;
|
|
55
46
|
'--m-table-border-bottom-right-radius'?: string;
|
|
47
|
+
'--m-table-border-width'?: string;
|
|
56
48
|
}
|
|
57
49
|
}
|
|
58
50
|
|
|
@@ -74,3 +66,11 @@ declare module 'react' {
|
|
|
74
66
|
'--m-table-border-bottom-right-radius'?: string;
|
|
75
67
|
}
|
|
76
68
|
}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
declare module 'react' {
|
|
72
|
+
interface CSSProperties {
|
|
73
|
+
'--m-text-display'?: string;
|
|
74
|
+
'--m-text-max-width'?: string;
|
|
75
|
+
}
|
|
76
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.25.
|
|
3
|
+
"version": "3.25.6",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@lit/react": "^1.0.5",
|
|
60
|
-
"@loadsmart/miranda-tokens": "4.25.
|
|
61
|
-
"@loadsmart/miranda-wc": "3.25.
|
|
60
|
+
"@loadsmart/miranda-tokens": "4.25.6",
|
|
61
|
+
"@loadsmart/miranda-wc": "3.25.6",
|
|
62
62
|
"react-is": "^18.3.1"
|
|
63
63
|
},
|
|
64
64
|
"directories": {
|