@loadsmart/miranda-react 3.0.0-beta.78 → 3.0.0-beta.79
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
|
@@ -1601,14 +1601,6 @@ declare module 'react' {
|
|
|
1601
1601
|
}
|
|
1602
1602
|
|
|
1603
1603
|
|
|
1604
|
-
declare module 'react' {
|
|
1605
|
-
interface CSSProperties {
|
|
1606
|
-
'--m-icon-size'?: string;
|
|
1607
|
-
'--m-icon-color'?: string;
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
1604
|
declare module 'react' {
|
|
1613
1605
|
interface CSSProperties {
|
|
1614
1606
|
'--m-card-body-padding'?: string;
|
|
@@ -1623,19 +1615,19 @@ declare module 'react' {
|
|
|
1623
1615
|
|
|
1624
1616
|
declare module 'react' {
|
|
1625
1617
|
interface CSSProperties {
|
|
1626
|
-
'--m-
|
|
1627
|
-
'--m-
|
|
1628
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1629
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1630
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1618
|
+
'--m-icon-size'?: string;
|
|
1619
|
+
'--m-icon-color'?: string;
|
|
1631
1620
|
}
|
|
1632
1621
|
}
|
|
1633
1622
|
|
|
1634
1623
|
|
|
1635
1624
|
declare module 'react' {
|
|
1636
1625
|
interface CSSProperties {
|
|
1637
|
-
'--m-
|
|
1638
|
-
'--m-
|
|
1626
|
+
'--m-table-border-radius'?: string;
|
|
1627
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1628
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1629
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1630
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1639
1631
|
}
|
|
1640
1632
|
}
|
|
1641
1633
|
|
|
@@ -1647,7 +1639,14 @@ declare module 'react' {
|
|
|
1647
1639
|
'--m-table-border-top-right-radius'?: string;
|
|
1648
1640
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1649
1641
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1650
|
-
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
declare module 'react' {
|
|
1647
|
+
interface CSSProperties {
|
|
1648
|
+
'--m-text-display'?: string;
|
|
1649
|
+
'--m-text-max-width'?: string;
|
|
1651
1650
|
}
|
|
1652
1651
|
}
|
|
1653
1652
|
|
|
@@ -1659,5 +1658,6 @@ declare module 'react' {
|
|
|
1659
1658
|
'--m-table-border-top-right-radius'?: string;
|
|
1660
1659
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1661
1660
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1661
|
+
'--m-table-border-width'?: string;
|
|
1662
1662
|
}
|
|
1663
1663
|
}
|
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;
|
|
@@ -36,19 +28,19 @@ declare module 'react' {
|
|
|
36
28
|
|
|
37
29
|
declare module 'react' {
|
|
38
30
|
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;
|
|
31
|
+
'--m-icon-size'?: string;
|
|
32
|
+
'--m-icon-color'?: string;
|
|
44
33
|
}
|
|
45
34
|
}
|
|
46
35
|
|
|
47
36
|
|
|
48
37
|
declare module 'react' {
|
|
49
38
|
interface CSSProperties {
|
|
50
|
-
'--m-
|
|
51
|
-
'--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;
|
|
52
44
|
}
|
|
53
45
|
}
|
|
54
46
|
|
|
@@ -60,7 +52,14 @@ declare module 'react' {
|
|
|
60
52
|
'--m-table-border-top-right-radius'?: string;
|
|
61
53
|
'--m-table-border-bottom-left-radius'?: string;
|
|
62
54
|
'--m-table-border-bottom-right-radius'?: string;
|
|
63
|
-
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
declare module 'react' {
|
|
60
|
+
interface CSSProperties {
|
|
61
|
+
'--m-text-display'?: string;
|
|
62
|
+
'--m-text-max-width'?: string;
|
|
64
63
|
}
|
|
65
64
|
}
|
|
66
65
|
|
|
@@ -72,5 +71,6 @@ declare module 'react' {
|
|
|
72
71
|
'--m-table-border-top-right-radius'?: string;
|
|
73
72
|
'--m-table-border-bottom-left-radius'?: string;
|
|
74
73
|
'--m-table-border-bottom-right-radius'?: string;
|
|
74
|
+
'--m-table-border-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.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.79",
|
|
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.79",
|
|
45
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.79",
|
|
46
46
|
"react-is": "^18.3.1"
|
|
47
47
|
},
|
|
48
48
|
"directories": {
|