@loadsmart/miranda-react 3.0.0-beta.81 → 3.0.0-beta.82
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 +9 -9
- package/dist/tokens.d.ts +9 -9
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1592,6 +1592,15 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
|
|
|
1592
1592
|
export { }
|
|
1593
1593
|
|
|
1594
1594
|
|
|
1595
|
+
declare module 'react' {
|
|
1596
|
+
interface CSSProperties {
|
|
1597
|
+
'--m-divider-margin-top'?: string;
|
|
1598
|
+
'--m-divider-margin-bottom'?: string;
|
|
1599
|
+
'--m-divider-margin-y'?: string;
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
|
|
1595
1604
|
declare module 'react' {
|
|
1596
1605
|
interface CSSProperties {
|
|
1597
1606
|
'--m-card-body-padding'?: string;
|
|
@@ -1612,15 +1621,6 @@ declare module 'react' {
|
|
|
1612
1621
|
}
|
|
1613
1622
|
|
|
1614
1623
|
|
|
1615
|
-
declare module 'react' {
|
|
1616
|
-
interface CSSProperties {
|
|
1617
|
-
'--m-divider-margin-top'?: string;
|
|
1618
|
-
'--m-divider-margin-bottom'?: string;
|
|
1619
|
-
'--m-divider-margin-y'?: string;
|
|
1620
|
-
}
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
1624
|
declare module 'react' {
|
|
1625
1625
|
interface CSSProperties {
|
|
1626
1626
|
'--m-table-border-radius'?: string;
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,6 +5,15 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
|
|
|
5
5
|
export { }
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
declare module 'react' {
|
|
9
|
+
interface CSSProperties {
|
|
10
|
+
'--m-divider-margin-top'?: string;
|
|
11
|
+
'--m-divider-margin-bottom'?: string;
|
|
12
|
+
'--m-divider-margin-y'?: string;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
|
|
8
17
|
declare module 'react' {
|
|
9
18
|
interface CSSProperties {
|
|
10
19
|
'--m-card-body-padding'?: string;
|
|
@@ -25,15 +34,6 @@ declare module 'react' {
|
|
|
25
34
|
}
|
|
26
35
|
|
|
27
36
|
|
|
28
|
-
declare module 'react' {
|
|
29
|
-
interface CSSProperties {
|
|
30
|
-
'--m-divider-margin-top'?: string;
|
|
31
|
-
'--m-divider-margin-bottom'?: string;
|
|
32
|
-
'--m-divider-margin-y'?: string;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
37
|
declare module 'react' {
|
|
38
38
|
interface CSSProperties {
|
|
39
39
|
'--m-table-border-radius'?: string;
|
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.82",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@figma/code-connect": "^1.3.3",
|
|
50
50
|
"@lit/react": "^1.0.5",
|
|
51
|
-
"@loadsmart/miranda-tokens": "4.0.0-beta.
|
|
52
|
-
"@loadsmart/miranda-wc": "3.0.0-beta.
|
|
51
|
+
"@loadsmart/miranda-tokens": "4.0.0-beta.82",
|
|
52
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.82",
|
|
53
53
|
"react-is": "^18.3.1"
|
|
54
54
|
},
|
|
55
55
|
"directories": {
|