@loadsmart/miranda-react 3.8.0 → 3.8.1
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 +6 -6
- package/dist/tokens.d.ts +6 -6
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1682,17 +1682,17 @@ declare module 'react' {
|
|
|
1682
1682
|
|
|
1683
1683
|
declare module 'react' {
|
|
1684
1684
|
interface CSSProperties {
|
|
1685
|
-
'--m-
|
|
1686
|
-
'--m-
|
|
1685
|
+
'--m-divider-margin-top'?: string;
|
|
1686
|
+
'--m-divider-margin-bottom'?: string;
|
|
1687
|
+
'--m-divider-margin-y'?: string;
|
|
1687
1688
|
}
|
|
1688
1689
|
}
|
|
1689
1690
|
|
|
1690
1691
|
|
|
1691
1692
|
declare module 'react' {
|
|
1692
1693
|
interface CSSProperties {
|
|
1693
|
-
'--m-
|
|
1694
|
-
'--m-
|
|
1695
|
-
'--m-divider-margin-y'?: string;
|
|
1694
|
+
'--m-icon-size'?: string;
|
|
1695
|
+
'--m-icon-color'?: string;
|
|
1696
1696
|
}
|
|
1697
1697
|
}
|
|
1698
1698
|
|
|
@@ -1715,6 +1715,7 @@ declare module 'react' {
|
|
|
1715
1715
|
'--m-table-border-top-right-radius'?: string;
|
|
1716
1716
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1717
1717
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1718
|
+
'--m-table-border-width'?: string;
|
|
1718
1719
|
}
|
|
1719
1720
|
}
|
|
1720
1721
|
|
|
@@ -1734,6 +1735,5 @@ declare module 'react' {
|
|
|
1734
1735
|
'--m-table-border-top-right-radius'?: string;
|
|
1735
1736
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1736
1737
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1737
|
-
'--m-table-border-width'?: string;
|
|
1738
1738
|
}
|
|
1739
1739
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -19,17 +19,17 @@ declare module 'react' {
|
|
|
19
19
|
|
|
20
20
|
declare module 'react' {
|
|
21
21
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
22
|
+
'--m-divider-margin-top'?: string;
|
|
23
|
+
'--m-divider-margin-bottom'?: string;
|
|
24
|
+
'--m-divider-margin-y'?: string;
|
|
24
25
|
}
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
declare module 'react' {
|
|
29
30
|
interface CSSProperties {
|
|
30
|
-
'--m-
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-divider-margin-y'?: string;
|
|
31
|
+
'--m-icon-size'?: string;
|
|
32
|
+
'--m-icon-color'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -52,6 +52,7 @@ declare module 'react' {
|
|
|
52
52
|
'--m-table-border-top-right-radius'?: string;
|
|
53
53
|
'--m-table-border-bottom-left-radius'?: string;
|
|
54
54
|
'--m-table-border-bottom-right-radius'?: string;
|
|
55
|
+
'--m-table-border-width'?: string;
|
|
55
56
|
}
|
|
56
57
|
}
|
|
57
58
|
|
|
@@ -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.8.
|
|
3
|
+
"version": "3.8.1",
|
|
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.8.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.8.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.8.1",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.8.1",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|