@loadsmart/miranda-react 4.0.0-alpha.12 → 4.0.0-alpha.14
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 +7 -7
- package/dist/tokens.d.ts +7 -7
- package/package.json +5 -4
package/dist/index.d.ts
CHANGED
|
@@ -1777,11 +1777,8 @@ export { }
|
|
|
1777
1777
|
|
|
1778
1778
|
declare module 'react' {
|
|
1779
1779
|
interface CSSProperties {
|
|
1780
|
-
'--m-
|
|
1781
|
-
'--m-
|
|
1782
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1783
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1784
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1780
|
+
'--m-icon-size'?: string;
|
|
1781
|
+
'--m-icon-color'?: string;
|
|
1785
1782
|
}
|
|
1786
1783
|
}
|
|
1787
1784
|
|
|
@@ -1840,7 +1837,10 @@ declare module 'react' {
|
|
|
1840
1837
|
|
|
1841
1838
|
declare module 'react' {
|
|
1842
1839
|
interface CSSProperties {
|
|
1843
|
-
'--m-
|
|
1844
|
-
'--m-
|
|
1840
|
+
'--m-table-border-radius'?: string;
|
|
1841
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1842
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1843
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1844
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1845
1845
|
}
|
|
1846
1846
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,11 +7,8 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-table-border-top-right-radius'?: string;
|
|
13
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
14
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
10
|
+
'--m-icon-size'?: string;
|
|
11
|
+
'--m-icon-color'?: string;
|
|
15
12
|
}
|
|
16
13
|
}
|
|
17
14
|
|
|
@@ -70,7 +67,10 @@ declare module 'react' {
|
|
|
70
67
|
|
|
71
68
|
declare module 'react' {
|
|
72
69
|
interface CSSProperties {
|
|
73
|
-
'--m-
|
|
74
|
-
'--m-
|
|
70
|
+
'--m-table-border-radius'?: string;
|
|
71
|
+
'--m-table-border-top-left-radius'?: string;
|
|
72
|
+
'--m-table-border-top-right-radius'?: string;
|
|
73
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
74
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
75
75
|
}
|
|
76
76
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.14",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"author": "Loadsmart",
|
|
26
26
|
"license": "UNLICENSED",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@
|
|
28
|
+
"@dotenvx/dotenvx": "^1.54.0",
|
|
29
|
+
"@figma/code-connect": "^1.4.1",
|
|
29
30
|
"@loadsmart/miranda-utils": "0.0.0",
|
|
30
31
|
"@storybook/addon-actions": "^8.6.15",
|
|
31
32
|
"@storybook/addon-essentials": "^8.6.15",
|
|
@@ -56,8 +57,8 @@
|
|
|
56
57
|
},
|
|
57
58
|
"dependencies": {
|
|
58
59
|
"@lit/react": "^1.0.5",
|
|
59
|
-
"@loadsmart/miranda-tokens": "5.0.0-alpha.
|
|
60
|
-
"@loadsmart/miranda-wc": "4.0.0-alpha.
|
|
60
|
+
"@loadsmart/miranda-tokens": "5.0.0-alpha.14",
|
|
61
|
+
"@loadsmart/miranda-wc": "4.0.0-alpha.14",
|
|
61
62
|
"react-is": "^18.3.1"
|
|
62
63
|
},
|
|
63
64
|
"directories": {
|