@loadsmart/miranda-react 3.0.0-beta.74 → 3.0.0-beta.75
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 +14 -14
- package/dist/tokens.d.ts +14 -14
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1592,14 +1592,6 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
|
|
|
1592
1592
|
export { }
|
|
1593
1593
|
|
|
1594
1594
|
|
|
1595
|
-
declare module 'react' {
|
|
1596
|
-
interface CSSProperties {
|
|
1597
|
-
'--m-icon-size'?: string;
|
|
1598
|
-
'--m-icon-color'?: string;
|
|
1599
|
-
}
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
1595
|
declare module 'react' {
|
|
1604
1596
|
interface CSSProperties {
|
|
1605
1597
|
'--m-card-body-padding'?: string;
|
|
@@ -1614,17 +1606,17 @@ declare module 'react' {
|
|
|
1614
1606
|
|
|
1615
1607
|
declare module 'react' {
|
|
1616
1608
|
interface CSSProperties {
|
|
1617
|
-
'--m-
|
|
1618
|
-
'--m-
|
|
1619
|
-
'--m-divider-margin-y'?: string;
|
|
1609
|
+
'--m-icon-size'?: string;
|
|
1610
|
+
'--m-icon-color'?: string;
|
|
1620
1611
|
}
|
|
1621
1612
|
}
|
|
1622
1613
|
|
|
1623
1614
|
|
|
1624
1615
|
declare module 'react' {
|
|
1625
1616
|
interface CSSProperties {
|
|
1626
|
-
'--m-
|
|
1627
|
-
'--m-
|
|
1617
|
+
'--m-divider-margin-top'?: string;
|
|
1618
|
+
'--m-divider-margin-bottom'?: string;
|
|
1619
|
+
'--m-divider-margin-y'?: string;
|
|
1628
1620
|
}
|
|
1629
1621
|
}
|
|
1630
1622
|
|
|
@@ -1647,6 +1639,15 @@ 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;
|
|
1642
|
+
'--m-table-border-width'?: string;
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
declare module 'react' {
|
|
1648
|
+
interface CSSProperties {
|
|
1649
|
+
'--m-text-display'?: string;
|
|
1650
|
+
'--m-text-max-width'?: string;
|
|
1650
1651
|
}
|
|
1651
1652
|
}
|
|
1652
1653
|
|
|
@@ -1658,6 +1659,5 @@ declare module 'react' {
|
|
|
1658
1659
|
'--m-table-border-top-right-radius'?: string;
|
|
1659
1660
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1660
1661
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1661
|
-
'--m-table-border-width'?: string;
|
|
1662
1662
|
}
|
|
1663
1663
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,14 +5,6 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
|
|
|
5
5
|
export { }
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
declare module 'react' {
|
|
9
|
-
interface CSSProperties {
|
|
10
|
-
'--m-icon-size'?: string;
|
|
11
|
-
'--m-icon-color'?: string;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
8
|
declare module 'react' {
|
|
17
9
|
interface CSSProperties {
|
|
18
10
|
'--m-card-body-padding'?: string;
|
|
@@ -27,17 +19,17 @@ declare module 'react' {
|
|
|
27
19
|
|
|
28
20
|
declare module 'react' {
|
|
29
21
|
interface CSSProperties {
|
|
30
|
-
'--m-
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-divider-margin-y'?: string;
|
|
22
|
+
'--m-icon-size'?: string;
|
|
23
|
+
'--m-icon-color'?: string;
|
|
33
24
|
}
|
|
34
25
|
}
|
|
35
26
|
|
|
36
27
|
|
|
37
28
|
declare module 'react' {
|
|
38
29
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
30
|
+
'--m-divider-margin-top'?: string;
|
|
31
|
+
'--m-divider-margin-bottom'?: string;
|
|
32
|
+
'--m-divider-margin-y'?: string;
|
|
41
33
|
}
|
|
42
34
|
}
|
|
43
35
|
|
|
@@ -60,6 +52,15 @@ 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;
|
|
55
|
+
'--m-table-border-width'?: string;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
declare module 'react' {
|
|
61
|
+
interface CSSProperties {
|
|
62
|
+
'--m-text-display'?: string;
|
|
63
|
+
'--m-text-max-width'?: string;
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
66
|
|
|
@@ -71,6 +72,5 @@ declare module 'react' {
|
|
|
71
72
|
'--m-table-border-top-right-radius'?: string;
|
|
72
73
|
'--m-table-border-bottom-left-radius'?: string;
|
|
73
74
|
'--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.75",
|
|
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.75",
|
|
45
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.75",
|
|
46
46
|
"react-is": "^18.3.1"
|
|
47
47
|
},
|
|
48
48
|
"directories": {
|