@loadsmart/miranda-react 3.22.0 → 3.23.0-alpha.1
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
|
@@ -1791,12 +1791,8 @@ export { }
|
|
|
1791
1791
|
|
|
1792
1792
|
declare module 'react' {
|
|
1793
1793
|
interface CSSProperties {
|
|
1794
|
-
'--m-
|
|
1795
|
-
'--m-
|
|
1796
|
-
'--m-card-border-left'?: string;
|
|
1797
|
-
'--m-card-border-bottom'?: string;
|
|
1798
|
-
'--m-card-border-right'?: string;
|
|
1799
|
-
'--m-card-border-radius'?: string;
|
|
1794
|
+
'--m-icon-size'?: string;
|
|
1795
|
+
'--m-icon-color'?: string;
|
|
1800
1796
|
}
|
|
1801
1797
|
}
|
|
1802
1798
|
|
|
@@ -1812,8 +1808,12 @@ declare module 'react' {
|
|
|
1812
1808
|
|
|
1813
1809
|
declare module 'react' {
|
|
1814
1810
|
interface CSSProperties {
|
|
1815
|
-
'--m-
|
|
1816
|
-
'--m-
|
|
1811
|
+
'--m-card-body-padding'?: string;
|
|
1812
|
+
'--m-card-border-top'?: string;
|
|
1813
|
+
'--m-card-border-left'?: string;
|
|
1814
|
+
'--m-card-border-bottom'?: string;
|
|
1815
|
+
'--m-card-border-right'?: string;
|
|
1816
|
+
'--m-card-border-radius'?: string;
|
|
1817
1817
|
}
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
@@ -1831,12 +1831,8 @@ declare module 'react' {
|
|
|
1831
1831
|
|
|
1832
1832
|
declare module 'react' {
|
|
1833
1833
|
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;
|
|
1834
|
+
'--m-text-display'?: string;
|
|
1835
|
+
'--m-text-max-width'?: string;
|
|
1840
1836
|
}
|
|
1841
1837
|
}
|
|
1842
1838
|
|
|
@@ -1848,13 +1844,17 @@ declare module 'react' {
|
|
|
1848
1844
|
'--m-table-border-top-right-radius'?: string;
|
|
1849
1845
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1850
1846
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1847
|
+
'--m-table-border-width'?: string;
|
|
1851
1848
|
}
|
|
1852
1849
|
}
|
|
1853
1850
|
|
|
1854
1851
|
|
|
1855
1852
|
declare module 'react' {
|
|
1856
1853
|
interface CSSProperties {
|
|
1857
|
-
'--m-
|
|
1858
|
-
'--m-
|
|
1854
|
+
'--m-table-border-radius'?: string;
|
|
1855
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1856
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1857
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1858
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,12 +7,8 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-card-border-left'?: string;
|
|
13
|
-
'--m-card-border-bottom'?: string;
|
|
14
|
-
'--m-card-border-right'?: string;
|
|
15
|
-
'--m-card-border-radius'?: string;
|
|
10
|
+
'--m-icon-size'?: string;
|
|
11
|
+
'--m-icon-color'?: string;
|
|
16
12
|
}
|
|
17
13
|
}
|
|
18
14
|
|
|
@@ -28,8 +24,12 @@ declare module 'react' {
|
|
|
28
24
|
|
|
29
25
|
declare module 'react' {
|
|
30
26
|
interface CSSProperties {
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
27
|
+
'--m-card-body-padding'?: string;
|
|
28
|
+
'--m-card-border-top'?: string;
|
|
29
|
+
'--m-card-border-left'?: string;
|
|
30
|
+
'--m-card-border-bottom'?: string;
|
|
31
|
+
'--m-card-border-right'?: string;
|
|
32
|
+
'--m-card-border-radius'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -47,12 +47,8 @@ declare module 'react' {
|
|
|
47
47
|
|
|
48
48
|
declare module 'react' {
|
|
49
49
|
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;
|
|
50
|
+
'--m-text-display'?: string;
|
|
51
|
+
'--m-text-max-width'?: string;
|
|
56
52
|
}
|
|
57
53
|
}
|
|
58
54
|
|
|
@@ -64,13 +60,17 @@ declare module 'react' {
|
|
|
64
60
|
'--m-table-border-top-right-radius'?: string;
|
|
65
61
|
'--m-table-border-bottom-left-radius'?: string;
|
|
66
62
|
'--m-table-border-bottom-right-radius'?: string;
|
|
63
|
+
'--m-table-border-width'?: string;
|
|
67
64
|
}
|
|
68
65
|
}
|
|
69
66
|
|
|
70
67
|
|
|
71
68
|
declare module 'react' {
|
|
72
69
|
interface CSSProperties {
|
|
73
|
-
'--m-
|
|
74
|
-
'--m-
|
|
70
|
+
'--m-table-border-radius'?: string;
|
|
71
|
+
'--m-table-border-top-left-radius'?: string;
|
|
72
|
+
'--m-table-border-top-right-radius'?: string;
|
|
73
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
74
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
75
75
|
}
|
|
76
76
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.23.0-alpha.1",
|
|
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.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.23.0-alpha.1",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.23.0-alpha.1",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|