@loadsmart/miranda-react 3.0.0-beta.68 → 3.0.0-beta.69
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
|
@@ -1523,19 +1523,19 @@ declare module 'react' {
|
|
|
1523
1523
|
|
|
1524
1524
|
declare module 'react' {
|
|
1525
1525
|
interface CSSProperties {
|
|
1526
|
-
'--m-
|
|
1527
|
-
'--m-
|
|
1528
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1529
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1530
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1526
|
+
'--m-text-display'?: string;
|
|
1527
|
+
'--m-text-max-width'?: string;
|
|
1531
1528
|
}
|
|
1532
1529
|
}
|
|
1533
1530
|
|
|
1534
1531
|
|
|
1535
1532
|
declare module 'react' {
|
|
1536
1533
|
interface CSSProperties {
|
|
1537
|
-
'--m-
|
|
1538
|
-
'--m-
|
|
1534
|
+
'--m-table-border-radius'?: string;
|
|
1535
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1536
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1537
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1538
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1539
1539
|
}
|
|
1540
1540
|
}
|
|
1541
1541
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -36,19 +36,19 @@ declare module 'react' {
|
|
|
36
36
|
|
|
37
37
|
declare module 'react' {
|
|
38
38
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
41
|
-
'--m-table-border-top-right-radius'?: string;
|
|
42
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
43
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
39
|
+
'--m-text-display'?: string;
|
|
40
|
+
'--m-text-max-width'?: string;
|
|
44
41
|
}
|
|
45
42
|
}
|
|
46
43
|
|
|
47
44
|
|
|
48
45
|
declare module 'react' {
|
|
49
46
|
interface CSSProperties {
|
|
50
|
-
'--m-
|
|
51
|
-
'--m-
|
|
47
|
+
'--m-table-border-radius'?: string;
|
|
48
|
+
'--m-table-border-top-left-radius'?: string;
|
|
49
|
+
'--m-table-border-top-right-radius'?: string;
|
|
50
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
51
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.69",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@lit/react": "^1.0.5",
|
|
44
|
-
"@loadsmart/miranda-tokens": "4.0.0-beta.
|
|
45
|
-
"@loadsmart/miranda-wc": "3.0.0-beta.
|
|
44
|
+
"@loadsmart/miranda-tokens": "4.0.0-beta.69",
|
|
45
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.69",
|
|
46
46
|
"react-is": "^18.3.1"
|
|
47
47
|
},
|
|
48
48
|
"directories": {
|