@loadsmart/miranda-react 4.0.0-alpha.3 → 4.0.0-alpha.4
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 +7 -7
- package/dist/tokens.d.ts +7 -7
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1822,11 +1822,8 @@ declare module 'react' {
|
|
|
1822
1822
|
|
|
1823
1823
|
declare module 'react' {
|
|
1824
1824
|
interface CSSProperties {
|
|
1825
|
-
'--m-
|
|
1826
|
-
'--m-
|
|
1827
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1828
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1829
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1825
|
+
'--m-text-display'?: string;
|
|
1826
|
+
'--m-text-max-width'?: string;
|
|
1830
1827
|
}
|
|
1831
1828
|
}
|
|
1832
1829
|
|
|
@@ -1844,7 +1841,10 @@ declare module 'react' {
|
|
|
1844
1841
|
|
|
1845
1842
|
declare module 'react' {
|
|
1846
1843
|
interface CSSProperties {
|
|
1847
|
-
'--m-
|
|
1848
|
-
'--m-
|
|
1844
|
+
'--m-table-border-radius'?: string;
|
|
1845
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1846
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1847
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1848
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1849
1849
|
}
|
|
1850
1850
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -48,11 +48,8 @@ declare module 'react' {
|
|
|
48
48
|
|
|
49
49
|
declare module 'react' {
|
|
50
50
|
interface CSSProperties {
|
|
51
|
-
'--m-
|
|
52
|
-
'--m-
|
|
53
|
-
'--m-table-border-top-right-radius'?: string;
|
|
54
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
55
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
51
|
+
'--m-text-display'?: string;
|
|
52
|
+
'--m-text-max-width'?: string;
|
|
56
53
|
}
|
|
57
54
|
}
|
|
58
55
|
|
|
@@ -70,7 +67,10 @@ declare module 'react' {
|
|
|
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": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.4",
|
|
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": "5.0.0-alpha.
|
|
53
|
-
"@loadsmart/miranda-wc": "4.0.0-alpha.
|
|
52
|
+
"@loadsmart/miranda-tokens": "5.0.0-alpha.4",
|
|
53
|
+
"@loadsmart/miranda-wc": "4.0.0-alpha.4",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|