@loadsmart/miranda-react 3.2.0 → 3.3.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 +11 -11
- package/dist/tokens.d.ts +11 -11
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1602,6 +1602,15 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
|
|
|
1602
1602
|
export { }
|
|
1603
1603
|
|
|
1604
1604
|
|
|
1605
|
+
declare module 'react' {
|
|
1606
|
+
interface CSSProperties {
|
|
1607
|
+
'--m-divider-margin-top'?: string;
|
|
1608
|
+
'--m-divider-margin-bottom'?: string;
|
|
1609
|
+
'--m-divider-margin-y'?: string;
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
|
|
1605
1614
|
declare module 'react' {
|
|
1606
1615
|
interface CSSProperties {
|
|
1607
1616
|
'--m-icon-size'?: string;
|
|
@@ -1624,9 +1633,8 @@ declare module 'react' {
|
|
|
1624
1633
|
|
|
1625
1634
|
declare module 'react' {
|
|
1626
1635
|
interface CSSProperties {
|
|
1627
|
-
'--m-
|
|
1628
|
-
'--m-
|
|
1629
|
-
'--m-divider-margin-y'?: string;
|
|
1636
|
+
'--m-text-display'?: string;
|
|
1637
|
+
'--m-text-max-width'?: string;
|
|
1630
1638
|
}
|
|
1631
1639
|
}
|
|
1632
1640
|
|
|
@@ -1642,14 +1650,6 @@ declare module 'react' {
|
|
|
1642
1650
|
}
|
|
1643
1651
|
|
|
1644
1652
|
|
|
1645
|
-
declare module 'react' {
|
|
1646
|
-
interface CSSProperties {
|
|
1647
|
-
'--m-text-display'?: string;
|
|
1648
|
-
'--m-text-max-width'?: string;
|
|
1649
|
-
}
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
1653
|
declare module 'react' {
|
|
1654
1654
|
interface CSSProperties {
|
|
1655
1655
|
'--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-icon-size'?: string;
|
|
@@ -27,9 +36,8 @@ declare module 'react' {
|
|
|
27
36
|
|
|
28
37
|
declare module 'react' {
|
|
29
38
|
interface CSSProperties {
|
|
30
|
-
'--m-
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-divider-margin-y'?: string;
|
|
39
|
+
'--m-text-display'?: string;
|
|
40
|
+
'--m-text-max-width'?: string;
|
|
33
41
|
}
|
|
34
42
|
}
|
|
35
43
|
|
|
@@ -45,14 +53,6 @@ declare module 'react' {
|
|
|
45
53
|
}
|
|
46
54
|
|
|
47
55
|
|
|
48
|
-
declare module 'react' {
|
|
49
|
-
interface CSSProperties {
|
|
50
|
-
'--m-text-display'?: string;
|
|
51
|
-
'--m-text-max-width'?: string;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
|
|
56
56
|
declare module 'react' {
|
|
57
57
|
interface CSSProperties {
|
|
58
58
|
'--m-table-border-radius'?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.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",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@figma/code-connect": "^1.3.3",
|
|
51
51
|
"@lit/react": "^1.0.5",
|
|
52
|
-
"@loadsmart/miranda-tokens": "4.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.3.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.3.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|