@loadsmart/miranda-react 3.0.0-beta.80 → 3.0.0-beta.81
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 +13 -6
package/dist/index.d.ts
CHANGED
|
@@ -1592,15 +1592,6 @@ 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
|
-
|
|
1604
1595
|
declare module 'react' {
|
|
1605
1596
|
interface CSSProperties {
|
|
1606
1597
|
'--m-card-body-padding'?: string;
|
|
@@ -1623,11 +1614,9 @@ declare module 'react' {
|
|
|
1623
1614
|
|
|
1624
1615
|
declare module 'react' {
|
|
1625
1616
|
interface CSSProperties {
|
|
1626
|
-
'--m-
|
|
1627
|
-
'--m-
|
|
1628
|
-
'--m-
|
|
1629
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1630
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1617
|
+
'--m-divider-margin-top'?: string;
|
|
1618
|
+
'--m-divider-margin-bottom'?: string;
|
|
1619
|
+
'--m-divider-margin-y'?: string;
|
|
1631
1620
|
}
|
|
1632
1621
|
}
|
|
1633
1622
|
|
|
@@ -1639,14 +1628,18 @@ declare module 'react' {
|
|
|
1639
1628
|
'--m-table-border-top-right-radius'?: string;
|
|
1640
1629
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1641
1630
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1631
|
+
'--m-table-border-width'?: string;
|
|
1642
1632
|
}
|
|
1643
1633
|
}
|
|
1644
1634
|
|
|
1645
1635
|
|
|
1646
1636
|
declare module 'react' {
|
|
1647
1637
|
interface CSSProperties {
|
|
1648
|
-
'--m-
|
|
1649
|
-
'--m-
|
|
1638
|
+
'--m-table-border-radius'?: string;
|
|
1639
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1640
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1641
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1642
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1650
1643
|
}
|
|
1651
1644
|
}
|
|
1652
1645
|
|
|
@@ -1658,6 +1651,13 @@ declare module 'react' {
|
|
|
1658
1651
|
'--m-table-border-top-right-radius'?: string;
|
|
1659
1652
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1660
1653
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1661
|
-
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
declare module 'react' {
|
|
1659
|
+
interface CSSProperties {
|
|
1660
|
+
'--m-text-display'?: string;
|
|
1661
|
+
'--m-text-max-width'?: string;
|
|
1662
1662
|
}
|
|
1663
1663
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,15 +5,6 @@ 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
|
-
|
|
17
8
|
declare module 'react' {
|
|
18
9
|
interface CSSProperties {
|
|
19
10
|
'--m-card-body-padding'?: string;
|
|
@@ -36,11 +27,9 @@ declare module 'react' {
|
|
|
36
27
|
|
|
37
28
|
declare module 'react' {
|
|
38
29
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
41
|
-
'--m-
|
|
42
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
43
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
30
|
+
'--m-divider-margin-top'?: string;
|
|
31
|
+
'--m-divider-margin-bottom'?: string;
|
|
32
|
+
'--m-divider-margin-y'?: string;
|
|
44
33
|
}
|
|
45
34
|
}
|
|
46
35
|
|
|
@@ -52,14 +41,18 @@ declare module 'react' {
|
|
|
52
41
|
'--m-table-border-top-right-radius'?: string;
|
|
53
42
|
'--m-table-border-bottom-left-radius'?: string;
|
|
54
43
|
'--m-table-border-bottom-right-radius'?: string;
|
|
44
|
+
'--m-table-border-width'?: string;
|
|
55
45
|
}
|
|
56
46
|
}
|
|
57
47
|
|
|
58
48
|
|
|
59
49
|
declare module 'react' {
|
|
60
50
|
interface CSSProperties {
|
|
61
|
-
'--m-
|
|
62
|
-
'--m-
|
|
51
|
+
'--m-table-border-radius'?: string;
|
|
52
|
+
'--m-table-border-top-left-radius'?: string;
|
|
53
|
+
'--m-table-border-top-right-radius'?: string;
|
|
54
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
55
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
63
56
|
}
|
|
64
57
|
}
|
|
65
58
|
|
|
@@ -71,6 +64,13 @@ declare module 'react' {
|
|
|
71
64
|
'--m-table-border-top-right-radius'?: string;
|
|
72
65
|
'--m-table-border-bottom-left-radius'?: string;
|
|
73
66
|
'--m-table-border-bottom-right-radius'?: string;
|
|
74
|
-
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
declare module 'react' {
|
|
72
|
+
interface CSSProperties {
|
|
73
|
+
'--m-text-display'?: string;
|
|
74
|
+
'--m-text-max-width'?: string;
|
|
75
75
|
}
|
|
76
76
|
}
|
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.81",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,19 +16,25 @@
|
|
|
16
16
|
"build": "vite build",
|
|
17
17
|
"prePublishOnly": "npm run build",
|
|
18
18
|
"release": "semantic-release",
|
|
19
|
-
"typecheck": "tsc --noEmit"
|
|
19
|
+
"typecheck": "tsc --noEmit",
|
|
20
|
+
"figma:create": "dotenvx run -- figma connect create --outDir src/components",
|
|
21
|
+
"figma:parse": "dotenvx run -- figma connect parse",
|
|
22
|
+
"figma:publish": "dotenvx run -- figma connect publish",
|
|
23
|
+
"figma:unpublish": "dotenvx run -- figma connect unpublish"
|
|
20
24
|
},
|
|
21
25
|
"author": "Loadsmart",
|
|
22
26
|
"license": "UNLICENSED",
|
|
23
27
|
"devDependencies": {
|
|
24
28
|
"@loadsmart/miranda-utils": "*",
|
|
29
|
+
"@types/node": "^22.15.23",
|
|
30
|
+
"@types/react": "^17.0.85",
|
|
25
31
|
"@types/react-dom": "^17.0.26",
|
|
26
32
|
"@types/react-is": "^18.3.0",
|
|
27
|
-
"@types/react": "^17.0.85",
|
|
28
33
|
"@vitejs/plugin-react": "^4.4.1",
|
|
29
|
-
"react-dom": "^17.0.2",
|
|
30
34
|
"react": "^17.0.2",
|
|
35
|
+
"react-dom": "^17.0.2",
|
|
31
36
|
"ts-loader": "^9.4.2",
|
|
37
|
+
"tsx": "^4.19.4",
|
|
32
38
|
"vite": "^6.3.2",
|
|
33
39
|
"vite-plugin-dts": "^4.5.3"
|
|
34
40
|
},
|
|
@@ -40,9 +46,10 @@
|
|
|
40
46
|
"access": "public"
|
|
41
47
|
},
|
|
42
48
|
"dependencies": {
|
|
49
|
+
"@figma/code-connect": "^1.3.3",
|
|
43
50
|
"@lit/react": "^1.0.5",
|
|
44
|
-
"@loadsmart/miranda-tokens": "4.0.0-beta.
|
|
45
|
-
"@loadsmart/miranda-wc": "3.0.0-beta.
|
|
51
|
+
"@loadsmart/miranda-tokens": "4.0.0-beta.81",
|
|
52
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.81",
|
|
46
53
|
"react-is": "^18.3.1"
|
|
47
54
|
},
|
|
48
55
|
"directories": {
|