@loadsmart/miranda-react 3.0.0-beta.75 → 3.0.0-beta.77
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 +5 -5
- package/dist/tokens.d.ts +5 -5
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1606,17 +1606,17 @@ declare module 'react' {
|
|
|
1606
1606
|
|
|
1607
1607
|
declare module 'react' {
|
|
1608
1608
|
interface CSSProperties {
|
|
1609
|
-
'--m-
|
|
1610
|
-
'--m-
|
|
1609
|
+
'--m-divider-margin-top'?: string;
|
|
1610
|
+
'--m-divider-margin-bottom'?: string;
|
|
1611
|
+
'--m-divider-margin-y'?: string;
|
|
1611
1612
|
}
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
1615
|
|
|
1615
1616
|
declare module 'react' {
|
|
1616
1617
|
interface CSSProperties {
|
|
1617
|
-
'--m-
|
|
1618
|
-
'--m-
|
|
1619
|
-
'--m-divider-margin-y'?: string;
|
|
1618
|
+
'--m-icon-size'?: string;
|
|
1619
|
+
'--m-icon-color'?: string;
|
|
1620
1620
|
}
|
|
1621
1621
|
}
|
|
1622
1622
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -19,17 +19,17 @@ declare module 'react' {
|
|
|
19
19
|
|
|
20
20
|
declare module 'react' {
|
|
21
21
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
22
|
+
'--m-divider-margin-top'?: string;
|
|
23
|
+
'--m-divider-margin-bottom'?: string;
|
|
24
|
+
'--m-divider-margin-y'?: string;
|
|
24
25
|
}
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
declare module 'react' {
|
|
29
30
|
interface CSSProperties {
|
|
30
|
-
'--m-
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-divider-margin-y'?: string;
|
|
31
|
+
'--m-icon-size'?: string;
|
|
32
|
+
'--m-icon-color'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.77",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@lit/react": "^1.0.5",
|
|
44
|
-
"@loadsmart/miranda-tokens": "4.0.0-beta.
|
|
45
|
-
"@loadsmart/miranda-wc": "3.0.0-beta.
|
|
44
|
+
"@loadsmart/miranda-tokens": "4.0.0-beta.77",
|
|
45
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.77",
|
|
46
46
|
"react-is": "^18.3.1"
|
|
47
47
|
},
|
|
48
48
|
"directories": {
|