@loadsmart/miranda-react 3.25.0-next.1 → 3.25.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 +19 -19
- package/dist/styles/variables.scss +0 -1
- package/dist/tokens.d.ts +19 -19
- package/package.json +4 -7
package/dist/index.d.ts
CHANGED
|
@@ -1787,32 +1787,35 @@ 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
|
|
|
1799
1799
|
|
|
1800
1800
|
declare module 'react' {
|
|
1801
1801
|
interface CSSProperties {
|
|
1802
|
-
'--m-
|
|
1803
|
-
'--m-
|
|
1802
|
+
'--m-table-border-radius'?: string;
|
|
1803
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1804
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1805
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1806
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1807
|
+
'--m-table-border-width'?: string;
|
|
1804
1808
|
}
|
|
1805
1809
|
}
|
|
1806
1810
|
|
|
1807
1811
|
|
|
1808
1812
|
declare module 'react' {
|
|
1809
1813
|
interface CSSProperties {
|
|
1810
|
-
'--m-
|
|
1811
|
-
'--m-
|
|
1812
|
-
'--m-
|
|
1813
|
-
'--m-
|
|
1814
|
-
'--m-
|
|
1815
|
-
'--m-card-border-radius'?: string;
|
|
1814
|
+
'--m-table-border-radius'?: string;
|
|
1815
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1816
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1817
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1818
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1816
1819
|
}
|
|
1817
1820
|
}
|
|
1818
1821
|
|
|
@@ -1836,11 +1839,8 @@ declare module 'react' {
|
|
|
1836
1839
|
|
|
1837
1840
|
declare module 'react' {
|
|
1838
1841
|
interface CSSProperties {
|
|
1839
|
-
'--m-
|
|
1840
|
-
'--m-
|
|
1841
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1842
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1843
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1842
|
+
'--m-text-display'?: string;
|
|
1843
|
+
'--m-text-max-width'?: string;
|
|
1844
1844
|
}
|
|
1845
1845
|
}
|
|
1846
1846
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,32 +7,35 @@ 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
|
|
|
19
19
|
|
|
20
20
|
declare module 'react' {
|
|
21
21
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
22
|
+
'--m-table-border-radius'?: string;
|
|
23
|
+
'--m-table-border-top-left-radius'?: string;
|
|
24
|
+
'--m-table-border-top-right-radius'?: string;
|
|
25
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
26
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
27
|
+
'--m-table-border-width'?: string;
|
|
24
28
|
}
|
|
25
29
|
}
|
|
26
30
|
|
|
27
31
|
|
|
28
32
|
declare module 'react' {
|
|
29
33
|
interface CSSProperties {
|
|
30
|
-
'--m-
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
33
|
-
'--m-
|
|
34
|
-
'--m-
|
|
35
|
-
'--m-card-border-radius'?: string;
|
|
34
|
+
'--m-table-border-radius'?: string;
|
|
35
|
+
'--m-table-border-top-left-radius'?: string;
|
|
36
|
+
'--m-table-border-top-right-radius'?: string;
|
|
37
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
38
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
36
39
|
}
|
|
37
40
|
}
|
|
38
41
|
|
|
@@ -56,11 +59,8 @@ declare module 'react' {
|
|
|
56
59
|
|
|
57
60
|
declare module 'react' {
|
|
58
61
|
interface CSSProperties {
|
|
59
|
-
'--m-
|
|
60
|
-
'--m-
|
|
61
|
-
'--m-table-border-top-right-radius'?: string;
|
|
62
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
63
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
62
|
+
'--m-text-display'?: string;
|
|
63
|
+
'--m-text-max-width'?: string;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.25.0
|
|
3
|
+
"version": "3.25.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",
|
|
@@ -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.0
|
|
62
|
-
"@loadsmart/miranda-wc": "3.25.0
|
|
59
|
+
"@loadsmart/miranda-tokens": "4.25.0",
|
|
60
|
+
"@loadsmart/miranda-wc": "3.25.0",
|
|
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
|
}
|