@loadsmart/miranda-react 3.25.5 → 3.25.7
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
|
@@ -1787,29 +1787,31 @@ export { }
|
|
|
1787
1787
|
|
|
1788
1788
|
declare module 'react' {
|
|
1789
1789
|
interface CSSProperties {
|
|
1790
|
-
'--m-
|
|
1791
|
-
'--m-
|
|
1790
|
+
'--m-table-border-radius'?: string;
|
|
1791
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1792
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1793
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1794
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1792
1795
|
}
|
|
1793
1796
|
}
|
|
1794
1797
|
|
|
1795
1798
|
|
|
1796
1799
|
declare module 'react' {
|
|
1797
1800
|
interface CSSProperties {
|
|
1798
|
-
'--m-
|
|
1799
|
-
'--m-
|
|
1800
|
-
'--m-
|
|
1801
|
+
'--m-table-border-radius'?: string;
|
|
1802
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1803
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1804
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1805
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1801
1806
|
}
|
|
1802
1807
|
}
|
|
1803
1808
|
|
|
1804
1809
|
|
|
1805
1810
|
declare module 'react' {
|
|
1806
1811
|
interface CSSProperties {
|
|
1807
|
-
'--m-
|
|
1808
|
-
'--m-
|
|
1809
|
-
'--m-
|
|
1810
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1811
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1812
|
-
'--m-table-border-width'?: string;
|
|
1812
|
+
'--m-divider-margin-top'?: string;
|
|
1813
|
+
'--m-divider-margin-bottom'?: string;
|
|
1814
|
+
'--m-divider-margin-y'?: string;
|
|
1813
1815
|
}
|
|
1814
1816
|
}
|
|
1815
1817
|
|
|
@@ -1833,6 +1835,7 @@ declare module 'react' {
|
|
|
1833
1835
|
'--m-table-border-top-right-radius'?: string;
|
|
1834
1836
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1835
1837
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1838
|
+
'--m-table-border-width'?: string;
|
|
1836
1839
|
}
|
|
1837
1840
|
}
|
|
1838
1841
|
|
|
@@ -1847,10 +1850,7 @@ declare module 'react' {
|
|
|
1847
1850
|
|
|
1848
1851
|
declare module 'react' {
|
|
1849
1852
|
interface CSSProperties {
|
|
1850
|
-
'--m-
|
|
1851
|
-
'--m-
|
|
1852
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1853
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1854
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1853
|
+
'--m-text-display'?: string;
|
|
1854
|
+
'--m-text-max-width'?: string;
|
|
1855
1855
|
}
|
|
1856
1856
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,29 +7,31 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
10
|
+
'--m-table-border-radius'?: string;
|
|
11
|
+
'--m-table-border-top-left-radius'?: string;
|
|
12
|
+
'--m-table-border-top-right-radius'?: string;
|
|
13
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
14
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
12
15
|
}
|
|
13
16
|
}
|
|
14
17
|
|
|
15
18
|
|
|
16
19
|
declare module 'react' {
|
|
17
20
|
interface CSSProperties {
|
|
18
|
-
'--m-
|
|
19
|
-
'--m-
|
|
20
|
-
'--m-
|
|
21
|
+
'--m-table-border-radius'?: string;
|
|
22
|
+
'--m-table-border-top-left-radius'?: string;
|
|
23
|
+
'--m-table-border-top-right-radius'?: string;
|
|
24
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
25
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
21
26
|
}
|
|
22
27
|
}
|
|
23
28
|
|
|
24
29
|
|
|
25
30
|
declare module 'react' {
|
|
26
31
|
interface CSSProperties {
|
|
27
|
-
'--m-
|
|
28
|
-
'--m-
|
|
29
|
-
'--m-
|
|
30
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
31
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
32
|
-
'--m-table-border-width'?: string;
|
|
32
|
+
'--m-divider-margin-top'?: string;
|
|
33
|
+
'--m-divider-margin-bottom'?: string;
|
|
34
|
+
'--m-divider-margin-y'?: string;
|
|
33
35
|
}
|
|
34
36
|
}
|
|
35
37
|
|
|
@@ -53,6 +55,7 @@ declare module 'react' {
|
|
|
53
55
|
'--m-table-border-top-right-radius'?: string;
|
|
54
56
|
'--m-table-border-bottom-left-radius'?: string;
|
|
55
57
|
'--m-table-border-bottom-right-radius'?: string;
|
|
58
|
+
'--m-table-border-width'?: string;
|
|
56
59
|
}
|
|
57
60
|
}
|
|
58
61
|
|
|
@@ -67,10 +70,7 @@ declare module 'react' {
|
|
|
67
70
|
|
|
68
71
|
declare module 'react' {
|
|
69
72
|
interface CSSProperties {
|
|
70
|
-
'--m-
|
|
71
|
-
'--m-
|
|
72
|
-
'--m-table-border-top-right-radius'?: string;
|
|
73
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
74
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
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.25.
|
|
3
|
+
"version": "3.25.7",
|
|
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.7",
|
|
61
|
+
"@loadsmart/miranda-wc": "3.25.7",
|
|
62
62
|
"react-is": "^18.3.1"
|
|
63
63
|
},
|
|
64
64
|
"directories": {
|