@loadsmart/miranda-react 3.0.0-beta.67 → 3.0.0-beta.68
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
|
@@ -1494,8 +1494,12 @@ export { }
|
|
|
1494
1494
|
|
|
1495
1495
|
declare module 'react' {
|
|
1496
1496
|
interface CSSProperties {
|
|
1497
|
-
'--m-
|
|
1498
|
-
'--m-
|
|
1497
|
+
'--m-card-body-padding'?: string;
|
|
1498
|
+
'--m-card-border-top'?: string;
|
|
1499
|
+
'--m-card-border-left'?: string;
|
|
1500
|
+
'--m-card-border-bottom'?: string;
|
|
1501
|
+
'--m-card-border-right'?: string;
|
|
1502
|
+
'--m-card-border-radius'?: string;
|
|
1499
1503
|
}
|
|
1500
1504
|
}
|
|
1501
1505
|
|
|
@@ -1511,31 +1515,27 @@ declare module 'react' {
|
|
|
1511
1515
|
|
|
1512
1516
|
declare module 'react' {
|
|
1513
1517
|
interface CSSProperties {
|
|
1514
|
-
'--m-
|
|
1515
|
-
'--m-
|
|
1516
|
-
'--m-card-border-left'?: string;
|
|
1517
|
-
'--m-card-border-bottom'?: string;
|
|
1518
|
-
'--m-card-border-right'?: string;
|
|
1519
|
-
'--m-card-border-radius'?: string;
|
|
1518
|
+
'--m-icon-size'?: string;
|
|
1519
|
+
'--m-icon-color'?: string;
|
|
1520
1520
|
}
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
1523
|
|
|
1524
1524
|
declare module 'react' {
|
|
1525
1525
|
interface CSSProperties {
|
|
1526
|
-
'--m-
|
|
1527
|
-
'--m-
|
|
1526
|
+
'--m-table-border-radius'?: string;
|
|
1527
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1528
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1529
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1530
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1528
1531
|
}
|
|
1529
1532
|
}
|
|
1530
1533
|
|
|
1531
1534
|
|
|
1532
1535
|
declare module 'react' {
|
|
1533
1536
|
interface CSSProperties {
|
|
1534
|
-
'--m-
|
|
1535
|
-
'--m-
|
|
1536
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1537
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1538
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1537
|
+
'--m-text-display'?: string;
|
|
1538
|
+
'--m-text-max-width'?: string;
|
|
1539
1539
|
}
|
|
1540
1540
|
}
|
|
1541
1541
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,8 +7,12 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--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;
|
|
12
16
|
}
|
|
13
17
|
}
|
|
14
18
|
|
|
@@ -24,31 +28,27 @@ declare module 'react' {
|
|
|
24
28
|
|
|
25
29
|
declare module 'react' {
|
|
26
30
|
interface CSSProperties {
|
|
27
|
-
'--m-
|
|
28
|
-
'--m-
|
|
29
|
-
'--m-card-border-left'?: string;
|
|
30
|
-
'--m-card-border-bottom'?: string;
|
|
31
|
-
'--m-card-border-right'?: string;
|
|
32
|
-
'--m-card-border-radius'?: string;
|
|
31
|
+
'--m-icon-size'?: string;
|
|
32
|
+
'--m-icon-color'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
declare module 'react' {
|
|
38
38
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
39
|
+
'--m-table-border-radius'?: string;
|
|
40
|
+
'--m-table-border-top-left-radius'?: string;
|
|
41
|
+
'--m-table-border-top-right-radius'?: string;
|
|
42
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
43
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
41
44
|
}
|
|
42
45
|
}
|
|
43
46
|
|
|
44
47
|
|
|
45
48
|
declare module 'react' {
|
|
46
49
|
interface CSSProperties {
|
|
47
|
-
'--m-
|
|
48
|
-
'--m-
|
|
49
|
-
'--m-table-border-top-right-radius'?: string;
|
|
50
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
51
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
50
|
+
'--m-text-display'?: string;
|
|
51
|
+
'--m-text-max-width'?: 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.68",
|
|
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.68",
|
|
45
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.68",
|
|
46
46
|
"react-is": "^18.3.1"
|
|
47
47
|
},
|
|
48
48
|
"directories": {
|