@loadsmart/miranda-react 3.25.0 → 3.25.2
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 +17 -17
- package/dist/tokens.d.ts +17 -17
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1799,12 +1799,9 @@ declare module 'react' {
|
|
|
1799
1799
|
|
|
1800
1800
|
declare module 'react' {
|
|
1801
1801
|
interface CSSProperties {
|
|
1802
|
-
'--m-
|
|
1803
|
-
'--m-
|
|
1804
|
-
'--m-
|
|
1805
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1806
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1807
|
-
'--m-table-border-width'?: string;
|
|
1802
|
+
'--m-divider-margin-top'?: string;
|
|
1803
|
+
'--m-divider-margin-bottom'?: string;
|
|
1804
|
+
'--m-divider-margin-y'?: string;
|
|
1808
1805
|
}
|
|
1809
1806
|
}
|
|
1810
1807
|
|
|
@@ -1820,15 +1817,6 @@ declare module 'react' {
|
|
|
1820
1817
|
}
|
|
1821
1818
|
|
|
1822
1819
|
|
|
1823
|
-
declare module 'react' {
|
|
1824
|
-
interface CSSProperties {
|
|
1825
|
-
'--m-divider-margin-top'?: string;
|
|
1826
|
-
'--m-divider-margin-bottom'?: string;
|
|
1827
|
-
'--m-divider-margin-y'?: string;
|
|
1828
|
-
}
|
|
1829
|
-
}
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
1820
|
declare module 'react' {
|
|
1833
1821
|
interface CSSProperties {
|
|
1834
1822
|
'--m-icon-size'?: string;
|
|
@@ -1839,8 +1827,12 @@ declare module 'react' {
|
|
|
1839
1827
|
|
|
1840
1828
|
declare module 'react' {
|
|
1841
1829
|
interface CSSProperties {
|
|
1842
|
-
'--m-
|
|
1843
|
-
'--m-
|
|
1830
|
+
'--m-table-border-radius'?: string;
|
|
1831
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1832
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1833
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1834
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1835
|
+
'--m-table-border-width'?: string;
|
|
1844
1836
|
}
|
|
1845
1837
|
}
|
|
1846
1838
|
|
|
@@ -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
|
@@ -19,12 +19,9 @@ declare module 'react' {
|
|
|
19
19
|
|
|
20
20
|
declare module 'react' {
|
|
21
21
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
24
|
-
'--m-
|
|
25
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
26
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
27
|
-
'--m-table-border-width'?: string;
|
|
22
|
+
'--m-divider-margin-top'?: string;
|
|
23
|
+
'--m-divider-margin-bottom'?: string;
|
|
24
|
+
'--m-divider-margin-y'?: string;
|
|
28
25
|
}
|
|
29
26
|
}
|
|
30
27
|
|
|
@@ -40,15 +37,6 @@ declare module 'react' {
|
|
|
40
37
|
}
|
|
41
38
|
|
|
42
39
|
|
|
43
|
-
declare module 'react' {
|
|
44
|
-
interface CSSProperties {
|
|
45
|
-
'--m-divider-margin-top'?: string;
|
|
46
|
-
'--m-divider-margin-bottom'?: string;
|
|
47
|
-
'--m-divider-margin-y'?: string;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
40
|
declare module 'react' {
|
|
53
41
|
interface CSSProperties {
|
|
54
42
|
'--m-icon-size'?: string;
|
|
@@ -59,8 +47,12 @@ declare module 'react' {
|
|
|
59
47
|
|
|
60
48
|
declare module 'react' {
|
|
61
49
|
interface CSSProperties {
|
|
62
|
-
'--m-
|
|
63
|
-
'--m-
|
|
50
|
+
'--m-table-border-radius'?: string;
|
|
51
|
+
'--m-table-border-top-left-radius'?: string;
|
|
52
|
+
'--m-table-border-top-right-radius'?: string;
|
|
53
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
54
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
55
|
+
'--m-table-border-width'?: string;
|
|
64
56
|
}
|
|
65
57
|
}
|
|
66
58
|
|
|
@@ -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.2",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@lit/react": "^1.0.5",
|
|
59
|
-
"@loadsmart/miranda-tokens": "4.25.
|
|
60
|
-
"@loadsmart/miranda-wc": "3.25.
|
|
59
|
+
"@loadsmart/miranda-tokens": "4.25.2",
|
|
60
|
+
"@loadsmart/miranda-wc": "3.25.2",
|
|
61
61
|
"react-is": "^18.3.1"
|
|
62
62
|
},
|
|
63
63
|
"directories": {
|