@loadsmart/miranda-react 3.25.4 → 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 +19 -19
- package/dist/tokens.d.ts +19 -19
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1787,11 +1787,12 @@ export { }
|
|
|
1787
1787
|
|
|
1788
1788
|
declare module 'react' {
|
|
1789
1789
|
interface CSSProperties {
|
|
1790
|
-
'--m-
|
|
1791
|
-
'--m-
|
|
1792
|
-
'--m-
|
|
1793
|
-
'--m-
|
|
1794
|
-
'--m-
|
|
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;
|
|
1795
1796
|
}
|
|
1796
1797
|
}
|
|
1797
1798
|
|
|
@@ -1807,14 +1808,6 @@ declare module 'react' {
|
|
|
1807
1808
|
}
|
|
1808
1809
|
|
|
1809
1810
|
|
|
1810
|
-
declare module 'react' {
|
|
1811
|
-
interface CSSProperties {
|
|
1812
|
-
'--m-text-display'?: string;
|
|
1813
|
-
'--m-text-max-width'?: string;
|
|
1814
|
-
}
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
1811
|
declare module 'react' {
|
|
1819
1812
|
interface CSSProperties {
|
|
1820
1813
|
'--m-divider-margin-top'?: string;
|
|
@@ -1846,11 +1839,18 @@ declare module 'react' {
|
|
|
1846
1839
|
|
|
1847
1840
|
declare module 'react' {
|
|
1848
1841
|
interface CSSProperties {
|
|
1849
|
-
'--m-
|
|
1850
|
-
'--m-
|
|
1851
|
-
'--m-
|
|
1852
|
-
'--m-
|
|
1853
|
-
'--m-
|
|
1854
|
-
|
|
1842
|
+
'--m-table-border-radius'?: string;
|
|
1843
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1844
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1845
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1846
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1847
|
+
}
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
declare module 'react' {
|
|
1852
|
+
interface CSSProperties {
|
|
1853
|
+
'--m-text-display'?: string;
|
|
1854
|
+
'--m-text-max-width'?: string;
|
|
1855
1855
|
}
|
|
1856
1856
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,11 +7,12 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-
|
|
13
|
-
'--m-
|
|
14
|
-
'--m-
|
|
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;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
17
18
|
|
|
@@ -27,14 +28,6 @@ declare module 'react' {
|
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
|
|
30
|
-
declare module 'react' {
|
|
31
|
-
interface CSSProperties {
|
|
32
|
-
'--m-text-display'?: string;
|
|
33
|
-
'--m-text-max-width'?: string;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
|
|
38
31
|
declare module 'react' {
|
|
39
32
|
interface CSSProperties {
|
|
40
33
|
'--m-divider-margin-top'?: string;
|
|
@@ -66,11 +59,18 @@ declare module 'react' {
|
|
|
66
59
|
|
|
67
60
|
declare module 'react' {
|
|
68
61
|
interface CSSProperties {
|
|
69
|
-
'--m-
|
|
70
|
-
'--m-
|
|
71
|
-
'--m-
|
|
72
|
-
'--m-
|
|
73
|
-
'--m-
|
|
74
|
-
|
|
62
|
+
'--m-table-border-radius'?: string;
|
|
63
|
+
'--m-table-border-top-left-radius'?: string;
|
|
64
|
+
'--m-table-border-top-right-radius'?: string;
|
|
65
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
66
|
+
'--m-table-border-bottom-right-radius'?: 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.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": {
|