@loadsmart/miranda-react 3.25.1 → 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 +19 -19
- package/dist/tokens.d.ts +19 -19
- package/package.json +5 -4
package/dist/index.d.ts
CHANGED
|
@@ -1787,32 +1787,29 @@ 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
|
|
|
1799
1795
|
|
|
1800
1796
|
declare module 'react' {
|
|
1801
1797
|
interface CSSProperties {
|
|
1802
|
-
'--m-
|
|
1803
|
-
'--m-
|
|
1798
|
+
'--m-divider-margin-top'?: string;
|
|
1799
|
+
'--m-divider-margin-bottom'?: string;
|
|
1800
|
+
'--m-divider-margin-y'?: string;
|
|
1804
1801
|
}
|
|
1805
1802
|
}
|
|
1806
1803
|
|
|
1807
1804
|
|
|
1808
1805
|
declare module 'react' {
|
|
1809
1806
|
interface CSSProperties {
|
|
1810
|
-
'--m-
|
|
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
|
|
|
@@ -1830,8 +1827,11 @@ declare module 'react' {
|
|
|
1830
1827
|
|
|
1831
1828
|
declare module 'react' {
|
|
1832
1829
|
interface CSSProperties {
|
|
1833
|
-
'--m-
|
|
1834
|
-
'--m-
|
|
1830
|
+
'--m-table-border-radius'?: string;
|
|
1831
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1832
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1833
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1834
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1835
1835
|
}
|
|
1836
1836
|
}
|
|
1837
1837
|
|
|
@@ -1843,14 +1843,14 @@ declare module 'react' {
|
|
|
1843
1843
|
'--m-table-border-top-right-radius'?: string;
|
|
1844
1844
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1845
1845
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1846
|
+
'--m-table-border-width'?: string;
|
|
1846
1847
|
}
|
|
1847
1848
|
}
|
|
1848
1849
|
|
|
1849
1850
|
|
|
1850
1851
|
declare module 'react' {
|
|
1851
1852
|
interface CSSProperties {
|
|
1852
|
-
'--m-
|
|
1853
|
-
'--m-
|
|
1854
|
-
'--m-divider-margin-y'?: string;
|
|
1853
|
+
'--m-text-display'?: string;
|
|
1854
|
+
'--m-text-max-width'?: string;
|
|
1855
1855
|
}
|
|
1856
1856
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,32 +7,29 @@ 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
|
|
|
19
15
|
|
|
20
16
|
declare module 'react' {
|
|
21
17
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
18
|
+
'--m-divider-margin-top'?: string;
|
|
19
|
+
'--m-divider-margin-bottom'?: string;
|
|
20
|
+
'--m-divider-margin-y'?: string;
|
|
24
21
|
}
|
|
25
22
|
}
|
|
26
23
|
|
|
27
24
|
|
|
28
25
|
declare module 'react' {
|
|
29
26
|
interface CSSProperties {
|
|
30
|
-
'--m-
|
|
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
|
|
|
@@ -50,8 +47,11 @@ declare module 'react' {
|
|
|
50
47
|
|
|
51
48
|
declare module 'react' {
|
|
52
49
|
interface CSSProperties {
|
|
53
|
-
'--m-
|
|
54
|
-
'--m-
|
|
50
|
+
'--m-table-border-radius'?: string;
|
|
51
|
+
'--m-table-border-top-left-radius'?: string;
|
|
52
|
+
'--m-table-border-top-right-radius'?: string;
|
|
53
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
54
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
@@ -63,14 +63,14 @@ declare module 'react' {
|
|
|
63
63
|
'--m-table-border-top-right-radius'?: string;
|
|
64
64
|
'--m-table-border-bottom-left-radius'?: string;
|
|
65
65
|
'--m-table-border-bottom-right-radius'?: string;
|
|
66
|
+
'--m-table-border-width'?: string;
|
|
66
67
|
}
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
|
|
70
71
|
declare module 'react' {
|
|
71
72
|
interface CSSProperties {
|
|
72
|
-
'--m-
|
|
73
|
-
'--m-
|
|
74
|
-
'--m-divider-margin-y'?: string;
|
|
73
|
+
'--m-text-display'?: string;
|
|
74
|
+
'--m-text-max-width'?: 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.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": {
|