@loadsmart/miranda-react 3.21.0-alpha.1 → 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 +17 -17
- package/dist/tokens.d.ts +17 -17
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1791,9 +1791,12 @@ export { }
|
|
|
1791
1791
|
|
|
1792
1792
|
declare module 'react' {
|
|
1793
1793
|
interface CSSProperties {
|
|
1794
|
-
'--m-
|
|
1795
|
-
'--m-
|
|
1796
|
-
'--m-
|
|
1794
|
+
'--m-card-body-padding'?: string;
|
|
1795
|
+
'--m-card-border-top'?: string;
|
|
1796
|
+
'--m-card-border-left'?: string;
|
|
1797
|
+
'--m-card-border-bottom'?: string;
|
|
1798
|
+
'--m-card-border-right'?: string;
|
|
1799
|
+
'--m-card-border-radius'?: string;
|
|
1797
1800
|
}
|
|
1798
1801
|
}
|
|
1799
1802
|
|
|
@@ -1808,12 +1811,9 @@ declare module 'react' {
|
|
|
1808
1811
|
|
|
1809
1812
|
declare module 'react' {
|
|
1810
1813
|
interface CSSProperties {
|
|
1811
|
-
'--m-
|
|
1812
|
-
'--m-
|
|
1813
|
-
'--m-
|
|
1814
|
-
'--m-card-border-bottom'?: string;
|
|
1815
|
-
'--m-card-border-right'?: string;
|
|
1816
|
-
'--m-card-border-radius'?: string;
|
|
1814
|
+
'--m-divider-margin-top'?: string;
|
|
1815
|
+
'--m-divider-margin-bottom'?: string;
|
|
1816
|
+
'--m-divider-margin-y'?: string;
|
|
1817
1817
|
}
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
@@ -1825,26 +1825,26 @@ declare module 'react' {
|
|
|
1825
1825
|
'--m-table-border-top-right-radius'?: string;
|
|
1826
1826
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1827
1827
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1828
|
+
'--m-table-border-width'?: string;
|
|
1828
1829
|
}
|
|
1829
1830
|
}
|
|
1830
1831
|
|
|
1831
1832
|
|
|
1832
1833
|
declare module 'react' {
|
|
1833
1834
|
interface CSSProperties {
|
|
1834
|
-
'--m-
|
|
1835
|
-
'--m-
|
|
1836
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1837
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1838
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1839
|
-
'--m-table-border-width'?: string;
|
|
1835
|
+
'--m-text-display'?: string;
|
|
1836
|
+
'--m-text-max-width'?: string;
|
|
1840
1837
|
}
|
|
1841
1838
|
}
|
|
1842
1839
|
|
|
1843
1840
|
|
|
1844
1841
|
declare module 'react' {
|
|
1845
1842
|
interface CSSProperties {
|
|
1846
|
-
'--m-
|
|
1847
|
-
'--m-
|
|
1843
|
+
'--m-table-border-radius'?: string;
|
|
1844
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1845
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1846
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1847
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,9 +7,12 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--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;
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
|
|
@@ -24,12 +27,9 @@ declare module 'react' {
|
|
|
24
27
|
|
|
25
28
|
declare module 'react' {
|
|
26
29
|
interface CSSProperties {
|
|
27
|
-
'--m-
|
|
28
|
-
'--m-
|
|
29
|
-
'--m-
|
|
30
|
-
'--m-card-border-bottom'?: string;
|
|
31
|
-
'--m-card-border-right'?: string;
|
|
32
|
-
'--m-card-border-radius'?: string;
|
|
30
|
+
'--m-divider-margin-top'?: string;
|
|
31
|
+
'--m-divider-margin-bottom'?: string;
|
|
32
|
+
'--m-divider-margin-y'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -41,26 +41,26 @@ declare module 'react' {
|
|
|
41
41
|
'--m-table-border-top-right-radius'?: string;
|
|
42
42
|
'--m-table-border-bottom-left-radius'?: string;
|
|
43
43
|
'--m-table-border-bottom-right-radius'?: string;
|
|
44
|
+
'--m-table-border-width'?: string;
|
|
44
45
|
}
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
|
|
48
49
|
declare module 'react' {
|
|
49
50
|
interface CSSProperties {
|
|
50
|
-
'--m-
|
|
51
|
-
'--m-
|
|
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;
|
|
51
|
+
'--m-text-display'?: string;
|
|
52
|
+
'--m-text-max-width'?: string;
|
|
56
53
|
}
|
|
57
54
|
}
|
|
58
55
|
|
|
59
56
|
|
|
60
57
|
declare module 'react' {
|
|
61
58
|
interface CSSProperties {
|
|
62
|
-
'--m-
|
|
63
|
-
'--m-
|
|
59
|
+
'--m-table-border-radius'?: string;
|
|
60
|
+
'--m-table-border-top-left-radius'?: string;
|
|
61
|
+
'--m-table-border-top-right-radius'?: string;
|
|
62
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
63
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
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": {
|