@loadsmart/miranda-react 3.25.0-next.1 → 3.25.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 +20 -20
- package/dist/styles/variables.scss +0 -1
- package/dist/tokens.d.ts +20 -20
- package/package.json +4 -7
package/dist/index.d.ts
CHANGED
|
@@ -1787,12 +1787,12 @@ export { }
|
|
|
1787
1787
|
|
|
1788
1788
|
declare module 'react' {
|
|
1789
1789
|
interface CSSProperties {
|
|
1790
|
-
'--m-
|
|
1791
|
-
'--m-
|
|
1792
|
-
'--m-
|
|
1793
|
-
'--m-
|
|
1794
|
-
'--m-
|
|
1795
|
-
'--m-
|
|
1790
|
+
'--m-card-body-padding'?: string;
|
|
1791
|
+
'--m-card-border-top'?: string;
|
|
1792
|
+
'--m-card-border-left'?: string;
|
|
1793
|
+
'--m-card-border-bottom'?: string;
|
|
1794
|
+
'--m-card-border-right'?: string;
|
|
1795
|
+
'--m-card-border-radius'?: string;
|
|
1796
1796
|
}
|
|
1797
1797
|
}
|
|
1798
1798
|
|
|
@@ -1807,21 +1807,23 @@ declare module 'react' {
|
|
|
1807
1807
|
|
|
1808
1808
|
declare module 'react' {
|
|
1809
1809
|
interface CSSProperties {
|
|
1810
|
-
'--m-
|
|
1811
|
-
'--m-
|
|
1812
|
-
'--m-
|
|
1813
|
-
'--m-
|
|
1814
|
-
'--m-
|
|
1815
|
-
'--m-
|
|
1810
|
+
'--m-table-border-radius'?: string;
|
|
1811
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1812
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1813
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1814
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1815
|
+
'--m-table-border-width'?: string;
|
|
1816
1816
|
}
|
|
1817
1817
|
}
|
|
1818
1818
|
|
|
1819
1819
|
|
|
1820
1820
|
declare module 'react' {
|
|
1821
1821
|
interface CSSProperties {
|
|
1822
|
-
'--m-
|
|
1823
|
-
'--m-
|
|
1824
|
-
'--m-
|
|
1822
|
+
'--m-table-border-radius'?: string;
|
|
1823
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1824
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1825
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1826
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1825
1827
|
}
|
|
1826
1828
|
}
|
|
1827
1829
|
|
|
@@ -1847,10 +1849,8 @@ declare module 'react' {
|
|
|
1847
1849
|
|
|
1848
1850
|
declare module 'react' {
|
|
1849
1851
|
interface CSSProperties {
|
|
1850
|
-
'--m-
|
|
1851
|
-
'--m-
|
|
1852
|
-
'--m-
|
|
1853
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1854
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1852
|
+
'--m-divider-margin-top'?: string;
|
|
1853
|
+
'--m-divider-margin-bottom'?: string;
|
|
1854
|
+
'--m-divider-margin-y'?: string;
|
|
1855
1855
|
}
|
|
1856
1856
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,12 +7,12 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-
|
|
13
|
-
'--m-
|
|
14
|
-
'--m-
|
|
15
|
-
'--m-
|
|
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
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -27,21 +27,23 @@ declare module 'react' {
|
|
|
27
27
|
|
|
28
28
|
declare module 'react' {
|
|
29
29
|
interface CSSProperties {
|
|
30
|
-
'--m-
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
33
|
-
'--m-
|
|
34
|
-
'--m-
|
|
35
|
-
'--m-
|
|
30
|
+
'--m-table-border-radius'?: string;
|
|
31
|
+
'--m-table-border-top-left-radius'?: string;
|
|
32
|
+
'--m-table-border-top-right-radius'?: string;
|
|
33
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
34
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
35
|
+
'--m-table-border-width'?: string;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
declare module 'react' {
|
|
41
41
|
interface CSSProperties {
|
|
42
|
-
'--m-
|
|
43
|
-
'--m-
|
|
44
|
-
'--m-
|
|
42
|
+
'--m-table-border-radius'?: string;
|
|
43
|
+
'--m-table-border-top-left-radius'?: string;
|
|
44
|
+
'--m-table-border-top-right-radius'?: string;
|
|
45
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
46
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
45
47
|
}
|
|
46
48
|
}
|
|
47
49
|
|
|
@@ -67,10 +69,8 @@ declare module 'react' {
|
|
|
67
69
|
|
|
68
70
|
declare module 'react' {
|
|
69
71
|
interface CSSProperties {
|
|
70
|
-
'--m-
|
|
71
|
-
'--m-
|
|
72
|
-
'--m-
|
|
73
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
74
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
72
|
+
'--m-divider-margin-top'?: string;
|
|
73
|
+
'--m-divider-margin-bottom'?: string;
|
|
74
|
+
'--m-divider-margin-y'?: string;
|
|
75
75
|
}
|
|
76
76
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.25.
|
|
3
|
+
"version": "3.25.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",
|
|
@@ -39,11 +39,9 @@
|
|
|
39
39
|
"@types/react-is": "^18.3.1",
|
|
40
40
|
"@vitejs/plugin-react": "^4.4.1",
|
|
41
41
|
"cypress": "15.0.0",
|
|
42
|
-
"cypress-plugin-tab": "^1.0.5",
|
|
43
42
|
"react": "^18.3.1",
|
|
44
43
|
"react-dom": "^18.3.1",
|
|
45
44
|
"storybook": "^8.6.15",
|
|
46
|
-
"ts-loader": "^9.4.2",
|
|
47
45
|
"tsx": "^4.19.4",
|
|
48
46
|
"typescript": "~5.9.3",
|
|
49
47
|
"vite": "^6.3.2",
|
|
@@ -58,8 +56,8 @@
|
|
|
58
56
|
},
|
|
59
57
|
"dependencies": {
|
|
60
58
|
"@lit/react": "^1.0.5",
|
|
61
|
-
"@loadsmart/miranda-tokens": "4.25.
|
|
62
|
-
"@loadsmart/miranda-wc": "3.25.
|
|
59
|
+
"@loadsmart/miranda-tokens": "4.25.1",
|
|
60
|
+
"@loadsmart/miranda-wc": "3.25.1",
|
|
63
61
|
"react-is": "^18.3.1"
|
|
64
62
|
},
|
|
65
63
|
"directories": {
|
|
@@ -72,6 +70,5 @@
|
|
|
72
70
|
"bugs": {
|
|
73
71
|
"url": "https://github.com/loadsmart/miranda-wc/issues"
|
|
74
72
|
},
|
|
75
|
-
"homepage": "https://github.com/loadsmart/miranda-wc#readme"
|
|
76
|
-
"stableVersion": "0.0.0"
|
|
73
|
+
"homepage": "https://github.com/loadsmart/miranda-wc#readme"
|
|
77
74
|
}
|