@loadsmart/miranda-react 3.3.0 → 3.4.0
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 +18 -18
- package/dist/tokens.d.ts +18 -18
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1602,6 +1602,18 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
|
|
|
1602
1602
|
export { }
|
|
1603
1603
|
|
|
1604
1604
|
|
|
1605
|
+
declare module 'react' {
|
|
1606
|
+
interface CSSProperties {
|
|
1607
|
+
'--m-card-body-padding'?: string;
|
|
1608
|
+
'--m-card-border-top'?: string;
|
|
1609
|
+
'--m-card-border-left'?: string;
|
|
1610
|
+
'--m-card-border-bottom'?: string;
|
|
1611
|
+
'--m-card-border-right'?: string;
|
|
1612
|
+
'--m-card-border-radius'?: string;
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
|
|
1605
1617
|
declare module 'react' {
|
|
1606
1618
|
interface CSSProperties {
|
|
1607
1619
|
'--m-divider-margin-top'?: string;
|
|
@@ -1621,12 +1633,12 @@ declare module 'react' {
|
|
|
1621
1633
|
|
|
1622
1634
|
declare module 'react' {
|
|
1623
1635
|
interface CSSProperties {
|
|
1624
|
-
'--m-
|
|
1625
|
-
'--m-
|
|
1626
|
-
'--m-
|
|
1627
|
-
'--m-
|
|
1628
|
-
'--m-
|
|
1629
|
-
'--m-
|
|
1636
|
+
'--m-table-border-radius'?: string;
|
|
1637
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1638
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1639
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1640
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1641
|
+
'--m-table-border-width'?: string;
|
|
1630
1642
|
}
|
|
1631
1643
|
}
|
|
1632
1644
|
|
|
@@ -1659,15 +1671,3 @@ declare module 'react' {
|
|
|
1659
1671
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1660
1672
|
}
|
|
1661
1673
|
}
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
declare module 'react' {
|
|
1665
|
-
interface CSSProperties {
|
|
1666
|
-
'--m-table-border-radius'?: string;
|
|
1667
|
-
'--m-table-border-top-left-radius'?: string;
|
|
1668
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1669
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1670
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1671
|
-
'--m-table-border-width'?: string;
|
|
1672
|
-
}
|
|
1673
|
-
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,6 +5,18 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
|
|
|
5
5
|
export { }
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
declare module 'react' {
|
|
9
|
+
interface CSSProperties {
|
|
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;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
8
20
|
declare module 'react' {
|
|
9
21
|
interface CSSProperties {
|
|
10
22
|
'--m-divider-margin-top'?: string;
|
|
@@ -24,12 +36,12 @@ declare module 'react' {
|
|
|
24
36
|
|
|
25
37
|
declare module 'react' {
|
|
26
38
|
interface CSSProperties {
|
|
27
|
-
'--m-
|
|
28
|
-
'--m-
|
|
29
|
-
'--m-
|
|
30
|
-
'--m-
|
|
31
|
-
'--m-
|
|
32
|
-
'--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;
|
|
44
|
+
'--m-table-border-width'?: string;
|
|
33
45
|
}
|
|
34
46
|
}
|
|
35
47
|
|
|
@@ -62,15 +74,3 @@ declare module 'react' {
|
|
|
62
74
|
'--m-table-border-bottom-right-radius'?: string;
|
|
63
75
|
}
|
|
64
76
|
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
declare module 'react' {
|
|
68
|
-
interface CSSProperties {
|
|
69
|
-
'--m-table-border-radius'?: string;
|
|
70
|
-
'--m-table-border-top-left-radius'?: string;
|
|
71
|
-
'--m-table-border-top-right-radius'?: string;
|
|
72
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
73
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
74
|
-
'--m-table-border-width'?: string;
|
|
75
|
-
}
|
|
76
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@figma/code-connect": "^1.3.3",
|
|
51
51
|
"@lit/react": "^1.0.5",
|
|
52
|
-
"@loadsmart/miranda-tokens": "4.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.4.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.4.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|