@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.
Files changed (30) hide show
  1. package/dist/cjs/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js +72 -18
  2. package/dist/cjs/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js.map +1 -1
  3. package/dist/cjs/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js +41 -10
  4. package/dist/cjs/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js.map +1 -1
  5. package/dist/cjs/components/AutoPatternsRoute/AutoPatternsPage.js +50 -14
  6. package/dist/cjs/components/AutoPatternsRoute/AutoPatternsPage.js.map +1 -1
  7. package/dist/cjs/hooks/useActionCell.js +14 -8
  8. package/dist/cjs/hooks/useActionCell.js.map +1 -1
  9. package/dist/cjs/types/actions/actionCell.js.map +1 -1
  10. package/dist/esm/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js +28 -10
  11. package/dist/esm/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.js.map +1 -1
  12. package/dist/esm/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js +18 -6
  13. package/dist/esm/components/AutoPatternsEntityPage/AutoPatternsEntityPage.js.map +1 -1
  14. package/dist/esm/components/AutoPatternsRoute/AutoPatternsPage.js +16 -6
  15. package/dist/esm/components/AutoPatternsRoute/AutoPatternsPage.js.map +1 -1
  16. package/dist/esm/hooks/useActionCell.js +14 -8
  17. package/dist/esm/hooks/useActionCell.js.map +1 -1
  18. package/dist/esm/types/actions/actionCell.js.map +1 -1
  19. package/dist/types/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.d.ts +1 -1
  20. package/dist/types/components/AutoPatternsCollectionComponent/AutoPatternsCollectionComponent.d.ts.map +1 -1
  21. package/dist/types/components/AutoPatternsEntityPage/AutoPatternsEntityPage.d.ts.map +1 -1
  22. package/dist/types/components/AutoPatternsRoute/AutoPatternsPage.d.ts.map +1 -1
  23. package/dist/types/hooks/useActionCell.d.ts.map +1 -1
  24. package/dist/types/types/actions/actionCell.d.ts +13 -1
  25. package/dist/types/types/actions/actionCell.d.ts.map +1 -1
  26. package/mcp-docs/action_cell.md +66 -8
  27. package/mcp-docs/app_config_structure.md +50 -43
  28. package/mcp-docs/auto-patterns-guide.md +116 -51
  29. package/mcp-docs/wix_fqdn_custom_data_source.md +360 -196
  30. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto-patterns",
3
- "version": "1.38.0",
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.294",
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.1045",
55
- "@wix/design-system": "^1.214.3",
56
- "@wix/eslint-config-yoshi": "^6.159.0",
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.159.0",
59
- "@wix/patterns": "^1.279.0",
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.242",
63
- "@wix/wix-data-items-sdk": "^1.0.436",
64
- "@wix/yoshi-flow-library": "^6.159.0",
65
- "@wix/yoshi-style-dependencies": "^6.159.0",
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": "a96a6c3b1913c3c54f13a26af4926aa889f4274aa141f24fc483dcd0"
128
+ "falconPackageHash": "54497922e36fb1fc428f3c1c68e50002e91285c6792930288321996d"
129
129
  }