@wix/auto-patterns 1.38.0 → 1.40.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/cjs/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js +72 -18
- package/dist/cjs/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js.map +1 -1
- package/dist/cjs/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js +41 -10
- package/dist/cjs/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js.map +1 -1
- package/dist/cjs/components/AutoPatternsRoute/AutoPatternsPage.js +50 -14
- package/dist/cjs/components/AutoPatternsRoute/AutoPatternsPage.js.map +1 -1
- package/dist/cjs/hooks/useActionCell.js +14 -8
- package/dist/cjs/hooks/useActionCell.js.map +1 -1
- package/dist/cjs/types/actions/actionCell.js.map +1 -1
- package/dist/esm/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js +28 -10
- package/dist/esm/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js.map +1 -1
- package/dist/esm/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js +18 -6
- package/dist/esm/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js.map +1 -1
- package/dist/esm/components/AutoPatternsRoute/AutoPatternsPage.js +16 -6
- package/dist/esm/components/AutoPatternsRoute/AutoPatternsPage.js.map +1 -1
- package/dist/esm/hooks/useActionCell.js +14 -8
- package/dist/esm/hooks/useActionCell.js.map +1 -1
- package/dist/esm/types/actions/actionCell.js.map +1 -1
- package/dist/types/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.d.ts +1 -1
- package/dist/types/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.d.ts.map +1 -1
- package/dist/types/components/AutoPatternsEntityPage/AutoPatternsEntityPage.d.ts.map +1 -1
- package/dist/types/components/AutoPatternsRoute/AutoPatternsPage.d.ts.map +1 -1
- package/dist/types/hooks/useActionCell.d.ts.map +1 -1
- package/dist/types/types/actions/actionCell.d.ts +13 -1
- package/dist/types/types/actions/actionCell.d.ts.map +1 -1
- package/mcp-docs/action_cell.md +66 -8
- package/mcp-docs/app_config_structure.md +50 -43
- package/mcp-docs/auto-patterns-guide.md +116 -51
- package/mcp-docs/wix_fqdn_custom_data_source.md +360 -196
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto-patterns",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.40.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Matvey Oklander",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.28.4",
|
|
39
|
-
"@wix/data": "^1.0.
|
|
39
|
+
"@wix/data": "^1.0.303",
|
|
40
40
|
"@wix/wix-ui-icons-common": "^3.87.3",
|
|
41
41
|
"lodash": "^4.17.21"
|
|
42
42
|
},
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"@types/node": "^16.18.126",
|
|
52
52
|
"@types/node-fetch": "^2.6.13",
|
|
53
53
|
"@types/react": "^16.14.66",
|
|
54
|
-
"@wix/crm": "^1.0.
|
|
55
|
-
"@wix/design-system": "^1.
|
|
56
|
-
"@wix/eslint-config-yoshi": "^6.
|
|
54
|
+
"@wix/crm": "^1.0.1061",
|
|
55
|
+
"@wix/design-system": "^1.220.2",
|
|
56
|
+
"@wix/eslint-config-yoshi": "^6.160.0",
|
|
57
57
|
"@wix/fe-essentials-standalone": "^1.1380.0",
|
|
58
|
-
"@wix/jest-yoshi-preset": "^6.
|
|
59
|
-
"@wix/patterns": "^1.
|
|
58
|
+
"@wix/jest-yoshi-preset": "^6.160.0",
|
|
59
|
+
"@wix/patterns": "^1.283.0",
|
|
60
60
|
"@wix/sdk": "^1.17.1",
|
|
61
61
|
"@wix/sdk-testkit": ">=0.1.9",
|
|
62
|
-
"@wix/wix-data-items-common": "^1.0.
|
|
63
|
-
"@wix/wix-data-items-sdk": "^1.0.
|
|
64
|
-
"@wix/yoshi-flow-library": "^6.
|
|
65
|
-
"@wix/yoshi-style-dependencies": "^6.
|
|
62
|
+
"@wix/wix-data-items-common": "^1.0.247",
|
|
63
|
+
"@wix/wix-data-items-sdk": "^1.0.442",
|
|
64
|
+
"@wix/yoshi-flow-library": "^6.160.0",
|
|
65
|
+
"@wix/yoshi-style-dependencies": "^6.160.0",
|
|
66
66
|
"chance": "^1.1.13",
|
|
67
67
|
"date-fns": "^2.30.0",
|
|
68
68
|
"express": "^4.21.2",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"wallaby": {
|
|
126
126
|
"autoDetect": true
|
|
127
127
|
},
|
|
128
|
-
"falconPackageHash": "
|
|
128
|
+
"falconPackageHash": "54497922e36fb1fc428f3c1c68e50002e91285c6792930288321996d"
|
|
129
129
|
}
|