@loadsmart/miranda-react 3.15.0 → 3.16.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 +8 -8
- package/dist/tokens.d.ts +8 -8
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1800,20 +1800,20 @@ declare module 'react' {
|
|
|
1800
1800
|
|
|
1801
1801
|
declare module 'react' {
|
|
1802
1802
|
interface CSSProperties {
|
|
1803
|
-
'--m-
|
|
1804
|
-
'--m-
|
|
1805
|
-
'--m-card-border-left'?: string;
|
|
1806
|
-
'--m-card-border-bottom'?: string;
|
|
1807
|
-
'--m-card-border-right'?: string;
|
|
1808
|
-
'--m-card-border-radius'?: string;
|
|
1803
|
+
'--m-icon-size'?: string;
|
|
1804
|
+
'--m-icon-color'?: string;
|
|
1809
1805
|
}
|
|
1810
1806
|
}
|
|
1811
1807
|
|
|
1812
1808
|
|
|
1813
1809
|
declare module 'react' {
|
|
1814
1810
|
interface CSSProperties {
|
|
1815
|
-
'--m-
|
|
1816
|
-
'--m-
|
|
1811
|
+
'--m-card-body-padding'?: string;
|
|
1812
|
+
'--m-card-border-top'?: string;
|
|
1813
|
+
'--m-card-border-left'?: string;
|
|
1814
|
+
'--m-card-border-bottom'?: string;
|
|
1815
|
+
'--m-card-border-right'?: string;
|
|
1816
|
+
'--m-card-border-radius'?: string;
|
|
1817
1817
|
}
|
|
1818
1818
|
}
|
|
1819
1819
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -16,20 +16,20 @@ declare module 'react' {
|
|
|
16
16
|
|
|
17
17
|
declare module 'react' {
|
|
18
18
|
interface CSSProperties {
|
|
19
|
-
'--m-
|
|
20
|
-
'--m-
|
|
21
|
-
'--m-card-border-left'?: string;
|
|
22
|
-
'--m-card-border-bottom'?: string;
|
|
23
|
-
'--m-card-border-right'?: string;
|
|
24
|
-
'--m-card-border-radius'?: string;
|
|
19
|
+
'--m-icon-size'?: string;
|
|
20
|
+
'--m-icon-color'?: string;
|
|
25
21
|
}
|
|
26
22
|
}
|
|
27
23
|
|
|
28
24
|
|
|
29
25
|
declare module 'react' {
|
|
30
26
|
interface CSSProperties {
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
27
|
+
'--m-card-body-padding'?: string;
|
|
28
|
+
'--m-card-border-top'?: string;
|
|
29
|
+
'--m-card-border-left'?: string;
|
|
30
|
+
'--m-card-border-bottom'?: string;
|
|
31
|
+
'--m-card-border-right'?: string;
|
|
32
|
+
'--m-card-border-radius'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.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",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"author": "Loadsmart",
|
|
27
27
|
"license": "UNLICENSED",
|
|
28
28
|
"devDependencies": {
|
|
29
|
+
"@figma/code-connect": "^1.3.5",
|
|
29
30
|
"@loadsmart/miranda-utils": "*",
|
|
30
31
|
"@types/node": "^22.15.23",
|
|
31
32
|
"@types/react": "^17.0.85",
|
|
@@ -47,10 +48,9 @@
|
|
|
47
48
|
"access": "public"
|
|
48
49
|
},
|
|
49
50
|
"dependencies": {
|
|
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.16.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.16.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|