@loadsmart/miranda-react 3.21.0-alpha.1 → 3.21.0-alpha.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 +15 -15
- package/dist/tokens.d.ts +15 -15
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1798,14 +1798,6 @@ declare module 'react' {
|
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
1800
|
|
|
1801
|
-
declare module 'react' {
|
|
1802
|
-
interface CSSProperties {
|
|
1803
|
-
'--m-icon-size'?: string;
|
|
1804
|
-
'--m-icon-color'?: string;
|
|
1805
|
-
}
|
|
1806
|
-
}
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
1801
|
declare module 'react' {
|
|
1810
1802
|
interface CSSProperties {
|
|
1811
1803
|
'--m-card-body-padding'?: string;
|
|
@@ -1818,6 +1810,14 @@ declare module 'react' {
|
|
|
1818
1810
|
}
|
|
1819
1811
|
|
|
1820
1812
|
|
|
1813
|
+
declare module 'react' {
|
|
1814
|
+
interface CSSProperties {
|
|
1815
|
+
'--m-icon-size'?: string;
|
|
1816
|
+
'--m-icon-color'?: string;
|
|
1817
|
+
}
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
|
|
1821
1821
|
declare module 'react' {
|
|
1822
1822
|
interface CSSProperties {
|
|
1823
1823
|
'--m-table-border-radius'?: string;
|
|
@@ -1843,18 +1843,18 @@ declare module 'react' {
|
|
|
1843
1843
|
|
|
1844
1844
|
declare module 'react' {
|
|
1845
1845
|
interface CSSProperties {
|
|
1846
|
-
'--m-
|
|
1847
|
-
'--m-
|
|
1846
|
+
'--m-table-border-radius'?: string;
|
|
1847
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1848
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1849
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1850
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1848
1851
|
}
|
|
1849
1852
|
}
|
|
1850
1853
|
|
|
1851
1854
|
|
|
1852
1855
|
declare module 'react' {
|
|
1853
1856
|
interface CSSProperties {
|
|
1854
|
-
'--m-
|
|
1855
|
-
'--m-
|
|
1856
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1857
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1858
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1857
|
+
'--m-text-display'?: string;
|
|
1858
|
+
'--m-text-max-width'?: string;
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -14,14 +14,6 @@ declare module 'react' {
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
declare module 'react' {
|
|
18
|
-
interface CSSProperties {
|
|
19
|
-
'--m-icon-size'?: string;
|
|
20
|
-
'--m-icon-color'?: string;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
17
|
declare module 'react' {
|
|
26
18
|
interface CSSProperties {
|
|
27
19
|
'--m-card-body-padding'?: string;
|
|
@@ -34,6 +26,14 @@ declare module 'react' {
|
|
|
34
26
|
}
|
|
35
27
|
|
|
36
28
|
|
|
29
|
+
declare module 'react' {
|
|
30
|
+
interface CSSProperties {
|
|
31
|
+
'--m-icon-size'?: string;
|
|
32
|
+
'--m-icon-color'?: string;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
|
|
37
37
|
declare module 'react' {
|
|
38
38
|
interface CSSProperties {
|
|
39
39
|
'--m-table-border-radius'?: string;
|
|
@@ -59,18 +59,18 @@ declare module 'react' {
|
|
|
59
59
|
|
|
60
60
|
declare module 'react' {
|
|
61
61
|
interface CSSProperties {
|
|
62
|
-
'--m-
|
|
63
|
-
'--m-
|
|
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;
|
|
64
67
|
}
|
|
65
68
|
}
|
|
66
69
|
|
|
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.21.0-alpha.
|
|
3
|
+
"version": "3.21.0-alpha.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",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@lit/react": "^1.0.5",
|
|
52
|
-
"@loadsmart/miranda-tokens": "4.21.0-alpha.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.21.0-alpha.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.21.0-alpha.2",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.21.0-alpha.2",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|