@loadsmart/miranda-react 3.0.1 → 3.0.2
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 +17 -17
- package/dist/tokens.d.ts +17 -17
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1594,9 +1594,12 @@ export { }
|
|
|
1594
1594
|
|
|
1595
1595
|
declare module 'react' {
|
|
1596
1596
|
interface CSSProperties {
|
|
1597
|
-
'--m-
|
|
1598
|
-
'--m-
|
|
1599
|
-
'--m-
|
|
1597
|
+
'--m-card-body-padding'?: string;
|
|
1598
|
+
'--m-card-border-top'?: string;
|
|
1599
|
+
'--m-card-border-left'?: string;
|
|
1600
|
+
'--m-card-border-bottom'?: string;
|
|
1601
|
+
'--m-card-border-right'?: string;
|
|
1602
|
+
'--m-card-border-radius'?: string;
|
|
1600
1603
|
}
|
|
1601
1604
|
}
|
|
1602
1605
|
|
|
@@ -1611,20 +1614,9 @@ declare module 'react' {
|
|
|
1611
1614
|
|
|
1612
1615
|
declare module 'react' {
|
|
1613
1616
|
interface CSSProperties {
|
|
1614
|
-
'--m-
|
|
1615
|
-
'--m-
|
|
1616
|
-
'--m-
|
|
1617
|
-
'--m-card-border-bottom'?: string;
|
|
1618
|
-
'--m-card-border-right'?: string;
|
|
1619
|
-
'--m-card-border-radius'?: string;
|
|
1620
|
-
}
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
declare module 'react' {
|
|
1625
|
-
interface CSSProperties {
|
|
1626
|
-
'--m-text-display'?: string;
|
|
1627
|
-
'--m-text-max-width'?: string;
|
|
1617
|
+
'--m-divider-margin-top'?: string;
|
|
1618
|
+
'--m-divider-margin-bottom'?: string;
|
|
1619
|
+
'--m-divider-margin-y'?: string;
|
|
1628
1620
|
}
|
|
1629
1621
|
}
|
|
1630
1622
|
|
|
@@ -1652,6 +1644,14 @@ declare module 'react' {
|
|
|
1652
1644
|
}
|
|
1653
1645
|
|
|
1654
1646
|
|
|
1647
|
+
declare module 'react' {
|
|
1648
|
+
interface CSSProperties {
|
|
1649
|
+
'--m-text-display'?: string;
|
|
1650
|
+
'--m-text-max-width'?: string;
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
1655
|
declare module 'react' {
|
|
1656
1656
|
interface CSSProperties {
|
|
1657
1657
|
'--m-table-border-radius'?: string;
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,9 +7,12 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-
|
|
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;
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
|
|
@@ -24,20 +27,9 @@ declare module 'react' {
|
|
|
24
27
|
|
|
25
28
|
declare module 'react' {
|
|
26
29
|
interface CSSProperties {
|
|
27
|
-
'--m-
|
|
28
|
-
'--m-
|
|
29
|
-
'--m-
|
|
30
|
-
'--m-card-border-bottom'?: string;
|
|
31
|
-
'--m-card-border-right'?: string;
|
|
32
|
-
'--m-card-border-radius'?: string;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
declare module 'react' {
|
|
38
|
-
interface CSSProperties {
|
|
39
|
-
'--m-text-display'?: string;
|
|
40
|
-
'--m-text-max-width'?: string;
|
|
30
|
+
'--m-divider-margin-top'?: string;
|
|
31
|
+
'--m-divider-margin-bottom'?: string;
|
|
32
|
+
'--m-divider-margin-y'?: string;
|
|
41
33
|
}
|
|
42
34
|
}
|
|
43
35
|
|
|
@@ -65,6 +57,14 @@ declare module 'react' {
|
|
|
65
57
|
}
|
|
66
58
|
|
|
67
59
|
|
|
60
|
+
declare module 'react' {
|
|
61
|
+
interface CSSProperties {
|
|
62
|
+
'--m-text-display'?: string;
|
|
63
|
+
'--m-text-max-width'?: string;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
|
|
68
68
|
declare module 'react' {
|
|
69
69
|
interface CSSProperties {
|
|
70
70
|
'--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.
|
|
3
|
+
"version": "3.0.2",
|
|
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.0.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.0.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.0.2",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.0.2",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|