@loadsmart/miranda-react 3.0.0-beta.81 → 3.0.0-beta.83
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 +1 -1
- package/dist/tokens.d.ts +1 -1
- package/package.json +5 -4
package/dist/index.d.ts
CHANGED
|
@@ -1628,7 +1628,6 @@ declare module 'react' {
|
|
|
1628
1628
|
'--m-table-border-top-right-radius'?: string;
|
|
1629
1629
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1630
1630
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1631
|
-
'--m-table-border-width'?: string;
|
|
1632
1631
|
}
|
|
1633
1632
|
}
|
|
1634
1633
|
|
|
@@ -1640,6 +1639,7 @@ declare module 'react' {
|
|
|
1640
1639
|
'--m-table-border-top-right-radius'?: string;
|
|
1641
1640
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1642
1641
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1642
|
+
'--m-table-border-width'?: string;
|
|
1643
1643
|
}
|
|
1644
1644
|
}
|
|
1645
1645
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -41,7 +41,6 @@ declare module 'react' {
|
|
|
41
41
|
'--m-table-border-top-right-radius'?: string;
|
|
42
42
|
'--m-table-border-bottom-left-radius'?: string;
|
|
43
43
|
'--m-table-border-bottom-right-radius'?: string;
|
|
44
|
-
'--m-table-border-width'?: string;
|
|
45
44
|
}
|
|
46
45
|
}
|
|
47
46
|
|
|
@@ -53,6 +52,7 @@ declare module 'react' {
|
|
|
53
52
|
'--m-table-border-top-right-radius'?: string;
|
|
54
53
|
'--m-table-border-bottom-left-radius'?: string;
|
|
55
54
|
'--m-table-border-bottom-right-radius'?: string;
|
|
55
|
+
'--m-table-border-width'?: string;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
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.83",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"figma:create": "dotenvx run -- figma connect create --outDir src/components",
|
|
21
21
|
"figma:parse": "dotenvx run -- figma connect parse",
|
|
22
22
|
"figma:publish": "dotenvx run -- figma connect publish",
|
|
23
|
-
"figma:unpublish": "dotenvx run -- figma connect unpublish"
|
|
23
|
+
"figma:unpublish": "dotenvx run -- figma connect unpublish",
|
|
24
|
+
"figma:build-icons": "tsx ./src/scripts/build-icons-figma-connect.ts"
|
|
24
25
|
},
|
|
25
26
|
"author": "Loadsmart",
|
|
26
27
|
"license": "UNLICENSED",
|
|
@@ -48,8 +49,8 @@
|
|
|
48
49
|
"dependencies": {
|
|
49
50
|
"@figma/code-connect": "^1.3.3",
|
|
50
51
|
"@lit/react": "^1.0.5",
|
|
51
|
-
"@loadsmart/miranda-tokens": "4.0.0-beta.
|
|
52
|
-
"@loadsmart/miranda-wc": "3.0.0-beta.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.0.0-beta.83",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.83",
|
|
53
54
|
"react-is": "^18.3.1"
|
|
54
55
|
},
|
|
55
56
|
"directories": {
|