@loadsmart/miranda-react 3.25.2 → 3.25.3
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 +5 -4
package/dist/index.d.ts
CHANGED
|
@@ -1787,12 +1787,8 @@ export { }
|
|
|
1787
1787
|
|
|
1788
1788
|
declare module 'react' {
|
|
1789
1789
|
interface CSSProperties {
|
|
1790
|
-
'--m-
|
|
1791
|
-
'--m-
|
|
1792
|
-
'--m-card-border-left'?: string;
|
|
1793
|
-
'--m-card-border-bottom'?: string;
|
|
1794
|
-
'--m-card-border-right'?: string;
|
|
1795
|
-
'--m-card-border-radius'?: string;
|
|
1790
|
+
'--m-icon-size'?: string;
|
|
1791
|
+
'--m-icon-color'?: string;
|
|
1796
1792
|
}
|
|
1797
1793
|
}
|
|
1798
1794
|
|
|
@@ -1808,19 +1804,23 @@ declare module 'react' {
|
|
|
1808
1804
|
|
|
1809
1805
|
declare module 'react' {
|
|
1810
1806
|
interface CSSProperties {
|
|
1811
|
-
'--m-
|
|
1812
|
-
'--m-
|
|
1813
|
-
'--m-
|
|
1814
|
-
'--m-
|
|
1815
|
-
'--m-
|
|
1807
|
+
'--m-card-body-padding'?: string;
|
|
1808
|
+
'--m-card-border-top'?: string;
|
|
1809
|
+
'--m-card-border-left'?: string;
|
|
1810
|
+
'--m-card-border-bottom'?: string;
|
|
1811
|
+
'--m-card-border-right'?: string;
|
|
1812
|
+
'--m-card-border-radius'?: string;
|
|
1816
1813
|
}
|
|
1817
1814
|
}
|
|
1818
1815
|
|
|
1819
1816
|
|
|
1820
1817
|
declare module 'react' {
|
|
1821
1818
|
interface CSSProperties {
|
|
1822
|
-
'--m-
|
|
1823
|
-
'--m-
|
|
1819
|
+
'--m-table-border-radius'?: string;
|
|
1820
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1821
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1822
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1823
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1824
1824
|
}
|
|
1825
1825
|
}
|
|
1826
1826
|
|
|
@@ -1832,7 +1832,6 @@ declare module 'react' {
|
|
|
1832
1832
|
'--m-table-border-top-right-radius'?: string;
|
|
1833
1833
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1834
1834
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1835
|
-
'--m-table-border-width'?: string;
|
|
1836
1835
|
}
|
|
1837
1836
|
}
|
|
1838
1837
|
|
|
@@ -1844,6 +1843,7 @@ declare module 'react' {
|
|
|
1844
1843
|
'--m-table-border-top-right-radius'?: string;
|
|
1845
1844
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1846
1845
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1846
|
+
'--m-table-border-width'?: string;
|
|
1847
1847
|
}
|
|
1848
1848
|
}
|
|
1849
1849
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,12 +7,8 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-card-border-left'?: string;
|
|
13
|
-
'--m-card-border-bottom'?: string;
|
|
14
|
-
'--m-card-border-right'?: string;
|
|
15
|
-
'--m-card-border-radius'?: string;
|
|
10
|
+
'--m-icon-size'?: string;
|
|
11
|
+
'--m-icon-color'?: string;
|
|
16
12
|
}
|
|
17
13
|
}
|
|
18
14
|
|
|
@@ -28,19 +24,23 @@ declare module 'react' {
|
|
|
28
24
|
|
|
29
25
|
declare module 'react' {
|
|
30
26
|
interface CSSProperties {
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
33
|
-
'--m-
|
|
34
|
-
'--m-
|
|
35
|
-
'--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;
|
|
36
33
|
}
|
|
37
34
|
}
|
|
38
35
|
|
|
39
36
|
|
|
40
37
|
declare module 'react' {
|
|
41
38
|
interface CSSProperties {
|
|
42
|
-
'--m-
|
|
43
|
-
'--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
44
|
}
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -52,7 +52,6 @@ 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;
|
|
56
55
|
}
|
|
57
56
|
}
|
|
58
57
|
|
|
@@ -64,6 +63,7 @@ declare module 'react' {
|
|
|
64
63
|
'--m-table-border-top-right-radius'?: string;
|
|
65
64
|
'--m-table-border-bottom-left-radius'?: string;
|
|
66
65
|
'--m-table-border-bottom-right-radius'?: string;
|
|
66
|
+
'--m-table-border-width'?: string;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.25.
|
|
3
|
+
"version": "3.25.3",
|
|
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": "4.25.
|
|
60
|
-
"@loadsmart/miranda-wc": "3.25.
|
|
60
|
+
"@loadsmart/miranda-tokens": "4.25.3",
|
|
61
|
+
"@loadsmart/miranda-wc": "3.25.3",
|
|
61
62
|
"react-is": "^18.3.1"
|
|
62
63
|
},
|
|
63
64
|
"directories": {
|