@webstudio-is/sdk-components-react 0.107.0 → 0.109.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/lib/metas.js +24 -1
- package/package.json +5 -5
package/lib/metas.js
CHANGED
|
@@ -1781,7 +1781,30 @@ var meta21 = {
|
|
|
1781
1781
|
icon: ListIcon,
|
|
1782
1782
|
states: defaultStates17,
|
|
1783
1783
|
presetStyle: presetStyle17,
|
|
1784
|
-
order: 3
|
|
1784
|
+
order: 3,
|
|
1785
|
+
template: [
|
|
1786
|
+
{
|
|
1787
|
+
type: "instance",
|
|
1788
|
+
component: "List",
|
|
1789
|
+
children: [
|
|
1790
|
+
{
|
|
1791
|
+
type: "instance",
|
|
1792
|
+
component: "ListItem",
|
|
1793
|
+
children: []
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
type: "instance",
|
|
1797
|
+
component: "ListItem",
|
|
1798
|
+
children: []
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
type: "instance",
|
|
1802
|
+
component: "ListItem",
|
|
1803
|
+
children: []
|
|
1804
|
+
}
|
|
1805
|
+
]
|
|
1806
|
+
}
|
|
1807
|
+
]
|
|
1785
1808
|
};
|
|
1786
1809
|
|
|
1787
1810
|
// src/list-item.ws.tsx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/sdk-components-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.109.0",
|
|
4
4
|
"description": "Webstudio default library for react",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"@react-aria/utils": "^3.21.0",
|
|
41
41
|
"colord": "^2.9.3",
|
|
42
42
|
"shallow-equal": "^3.1.0",
|
|
43
|
-
"@webstudio-is/icons": "0.
|
|
44
|
-
"@webstudio-is/image": "0.
|
|
45
|
-
"@webstudio-is/react-sdk": "0.
|
|
43
|
+
"@webstudio-is/icons": "0.109.0",
|
|
44
|
+
"@webstudio-is/image": "0.109.0",
|
|
45
|
+
"@webstudio-is/react-sdk": "0.109.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@storybook/react": "^7.4.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react": "^18.2.0",
|
|
52
52
|
"react-dom": "^18.2.0",
|
|
53
53
|
"typescript": "5.2.2",
|
|
54
|
-
"@webstudio-is/generate-arg-types": "0.
|
|
54
|
+
"@webstudio-is/generate-arg-types": "0.109.0",
|
|
55
55
|
"@webstudio-is/storybook-config": "0.0.0",
|
|
56
56
|
"@webstudio-is/tsconfig": "1.0.7"
|
|
57
57
|
},
|