@loadsmart/miranda-react 3.0.0-beta.73 → 3.0.0-beta.74
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 +13 -13
- package/dist/tokens.d.ts +13 -13
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1594,9 +1594,8 @@ export { }
|
|
|
1594
1594
|
|
|
1595
1595
|
declare module 'react' {
|
|
1596
1596
|
interface CSSProperties {
|
|
1597
|
-
'--m-
|
|
1598
|
-
'--m-
|
|
1599
|
-
'--m-divider-margin-y'?: string;
|
|
1597
|
+
'--m-icon-size'?: string;
|
|
1598
|
+
'--m-icon-color'?: string;
|
|
1600
1599
|
}
|
|
1601
1600
|
}
|
|
1602
1601
|
|
|
@@ -1615,20 +1614,17 @@ declare module 'react' {
|
|
|
1615
1614
|
|
|
1616
1615
|
declare module 'react' {
|
|
1617
1616
|
interface CSSProperties {
|
|
1618
|
-
'--m-
|
|
1619
|
-
'--m-
|
|
1617
|
+
'--m-divider-margin-top'?: string;
|
|
1618
|
+
'--m-divider-margin-bottom'?: string;
|
|
1619
|
+
'--m-divider-margin-y'?: string;
|
|
1620
1620
|
}
|
|
1621
1621
|
}
|
|
1622
1622
|
|
|
1623
1623
|
|
|
1624
1624
|
declare module 'react' {
|
|
1625
1625
|
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;
|
|
1631
|
-
'--m-table-border-width'?: string;
|
|
1626
|
+
'--m-text-display'?: string;
|
|
1627
|
+
'--m-text-max-width'?: string;
|
|
1632
1628
|
}
|
|
1633
1629
|
}
|
|
1634
1630
|
|
|
@@ -1646,8 +1642,11 @@ declare module 'react' {
|
|
|
1646
1642
|
|
|
1647
1643
|
declare module 'react' {
|
|
1648
1644
|
interface CSSProperties {
|
|
1649
|
-
'--m-
|
|
1650
|
-
'--m-
|
|
1645
|
+
'--m-table-border-radius'?: string;
|
|
1646
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1647
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1648
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1649
|
+
'--m-table-border-bottom-right-radius'?: 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
|
@@ -7,9 +7,8 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-divider-margin-y'?: string;
|
|
10
|
+
'--m-icon-size'?: string;
|
|
11
|
+
'--m-icon-color'?: string;
|
|
13
12
|
}
|
|
14
13
|
}
|
|
15
14
|
|
|
@@ -28,20 +27,17 @@ declare module 'react' {
|
|
|
28
27
|
|
|
29
28
|
declare module 'react' {
|
|
30
29
|
interface CSSProperties {
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
30
|
+
'--m-divider-margin-top'?: string;
|
|
31
|
+
'--m-divider-margin-bottom'?: string;
|
|
32
|
+
'--m-divider-margin-y'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
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;
|
|
44
|
-
'--m-table-border-width'?: string;
|
|
39
|
+
'--m-text-display'?: string;
|
|
40
|
+
'--m-text-max-width'?: string;
|
|
45
41
|
}
|
|
46
42
|
}
|
|
47
43
|
|
|
@@ -59,8 +55,11 @@ declare module 'react' {
|
|
|
59
55
|
|
|
60
56
|
declare module 'react' {
|
|
61
57
|
interface CSSProperties {
|
|
62
|
-
'--m-
|
|
63
|
-
'--m-
|
|
58
|
+
'--m-table-border-radius'?: string;
|
|
59
|
+
'--m-table-border-top-left-radius'?: string;
|
|
60
|
+
'--m-table-border-top-right-radius'?: string;
|
|
61
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
62
|
+
'--m-table-border-bottom-right-radius'?: 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.74",
|
|
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.74",
|
|
45
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.74",
|
|
46
46
|
"react-is": "^18.3.1"
|
|
47
47
|
},
|
|
48
48
|
"directories": {
|