@loadsmart/miranda-react 4.0.0-alpha.12 → 4.0.0-alpha.13
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 +21 -21
- package/dist/tokens.d.ts +21 -21
- package/package.json +5 -4
package/dist/index.d.ts
CHANGED
|
@@ -1775,6 +1775,26 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
|
|
|
1775
1775
|
export { }
|
|
1776
1776
|
|
|
1777
1777
|
|
|
1778
|
+
declare module 'react' {
|
|
1779
|
+
interface CSSProperties {
|
|
1780
|
+
'--m-card-body-padding'?: string;
|
|
1781
|
+
'--m-card-border-top'?: string;
|
|
1782
|
+
'--m-card-border-left'?: string;
|
|
1783
|
+
'--m-card-border-bottom'?: string;
|
|
1784
|
+
'--m-card-border-right'?: string;
|
|
1785
|
+
'--m-card-border-radius'?: string;
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
declare module 'react' {
|
|
1791
|
+
interface CSSProperties {
|
|
1792
|
+
'--m-icon-size'?: string;
|
|
1793
|
+
'--m-icon-color'?: string;
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
|
|
1778
1798
|
declare module 'react' {
|
|
1779
1799
|
interface CSSProperties {
|
|
1780
1800
|
'--m-table-border-radius'?: string;
|
|
@@ -1803,18 +1823,6 @@ declare module 'react' {
|
|
|
1803
1823
|
}
|
|
1804
1824
|
|
|
1805
1825
|
|
|
1806
|
-
declare module 'react' {
|
|
1807
|
-
interface CSSProperties {
|
|
1808
|
-
'--m-card-body-padding'?: string;
|
|
1809
|
-
'--m-card-border-top'?: string;
|
|
1810
|
-
'--m-card-border-left'?: string;
|
|
1811
|
-
'--m-card-border-bottom'?: string;
|
|
1812
|
-
'--m-card-border-right'?: string;
|
|
1813
|
-
'--m-card-border-radius'?: string;
|
|
1814
|
-
}
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
1826
|
declare module 'react' {
|
|
1819
1827
|
interface CSSProperties {
|
|
1820
1828
|
'--m-table-border-radius'?: string;
|
|
@@ -1822,7 +1830,6 @@ declare module 'react' {
|
|
|
1822
1830
|
'--m-table-border-top-right-radius'?: string;
|
|
1823
1831
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1824
1832
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1825
|
-
'--m-table-border-width'?: string;
|
|
1826
1833
|
}
|
|
1827
1834
|
}
|
|
1828
1835
|
|
|
@@ -1834,13 +1841,6 @@ declare module 'react' {
|
|
|
1834
1841
|
'--m-table-border-top-right-radius'?: string;
|
|
1835
1842
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1836
1843
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1837
|
-
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
declare module 'react' {
|
|
1842
|
-
interface CSSProperties {
|
|
1843
|
-
'--m-icon-size'?: string;
|
|
1844
|
-
'--m-icon-color'?: string;
|
|
1844
|
+
'--m-table-border-width'?: string;
|
|
1845
1845
|
}
|
|
1846
1846
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,6 +5,26 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
|
|
|
5
5
|
export { }
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
declare module 'react' {
|
|
9
|
+
interface CSSProperties {
|
|
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
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
declare module 'react' {
|
|
21
|
+
interface CSSProperties {
|
|
22
|
+
'--m-icon-size'?: string;
|
|
23
|
+
'--m-icon-color'?: string;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
8
28
|
declare module 'react' {
|
|
9
29
|
interface CSSProperties {
|
|
10
30
|
'--m-table-border-radius'?: string;
|
|
@@ -33,18 +53,6 @@ declare module 'react' {
|
|
|
33
53
|
}
|
|
34
54
|
|
|
35
55
|
|
|
36
|
-
declare module 'react' {
|
|
37
|
-
interface CSSProperties {
|
|
38
|
-
'--m-card-body-padding'?: string;
|
|
39
|
-
'--m-card-border-top'?: string;
|
|
40
|
-
'--m-card-border-left'?: string;
|
|
41
|
-
'--m-card-border-bottom'?: string;
|
|
42
|
-
'--m-card-border-right'?: string;
|
|
43
|
-
'--m-card-border-radius'?: string;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
56
|
declare module 'react' {
|
|
49
57
|
interface CSSProperties {
|
|
50
58
|
'--m-table-border-radius'?: string;
|
|
@@ -52,7 +60,6 @@ declare module 'react' {
|
|
|
52
60
|
'--m-table-border-top-right-radius'?: string;
|
|
53
61
|
'--m-table-border-bottom-left-radius'?: string;
|
|
54
62
|
'--m-table-border-bottom-right-radius'?: string;
|
|
55
|
-
'--m-table-border-width'?: string;
|
|
56
63
|
}
|
|
57
64
|
}
|
|
58
65
|
|
|
@@ -64,13 +71,6 @@ declare module 'react' {
|
|
|
64
71
|
'--m-table-border-top-right-radius'?: string;
|
|
65
72
|
'--m-table-border-bottom-left-radius'?: string;
|
|
66
73
|
'--m-table-border-bottom-right-radius'?: string;
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
declare module 'react' {
|
|
72
|
-
interface CSSProperties {
|
|
73
|
-
'--m-icon-size'?: string;
|
|
74
|
-
'--m-icon-color'?: string;
|
|
74
|
+
'--m-table-border-width'?: 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.13",
|
|
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.13",
|
|
61
|
+
"@loadsmart/miranda-wc": "4.0.0-alpha.13",
|
|
61
62
|
"react-is": "^18.3.1"
|
|
62
63
|
},
|
|
63
64
|
"directories": {
|