@storecraft/dashboard 1.0.10 → 1.0.12

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 (57) hide show
  1. package/README.md +7 -2
  2. package/dist/lib/index.cjs +99 -101
  3. package/dist/lib/index.js +1281 -1259
  4. package/dist/lib/index.umd.cjs +101 -103
  5. package/dist/lib/src/apps/gallery/gallery-image-grid.d.ts +6 -6
  6. package/dist/lib/src/apps/gallery/gallery-select.d.ts +2 -2
  7. package/dist/lib/src/apps/gallery/gallery.d.ts +4 -4
  8. package/dist/lib/src/comps/attributes.d.ts +4 -4
  9. package/dist/lib/src/comps/collection-products.d.ts +4 -4
  10. package/dist/lib/src/comps/common-ui.d.ts +1 -1
  11. package/dist/lib/src/comps/customer-orders.d.ts +3 -3
  12. package/dist/lib/src/comps/discount-details.d.ts +19 -19
  13. package/dist/lib/src/comps/discount-filters.d.ts +24 -24
  14. package/dist/lib/src/comps/discount-performance.d.ts +2 -2
  15. package/dist/lib/src/comps/discounts-table-code.d.ts +2 -2
  16. package/dist/lib/src/comps/discounts-table-type.d.ts +3 -3
  17. package/dist/lib/src/comps/document-details.d.ts +2 -2
  18. package/dist/lib/src/comps/error-message.d.ts +3 -3
  19. package/dist/lib/src/comps/home-performace.d.ts +2 -2
  20. package/dist/lib/src/comps/home-sales-chart.d.ts +2 -2
  21. package/dist/lib/src/comps/notifications.d.ts +3 -3
  22. package/dist/lib/src/comps/order-coupon-info.d.ts +2 -2
  23. package/dist/lib/src/comps/order-delivery-method.d.ts +2 -2
  24. package/dist/lib/src/comps/order-line-items.d.ts +4 -4
  25. package/dist/lib/src/comps/order-payment-gateway.d.ts +6 -6
  26. package/dist/lib/src/comps/order-price.d.ts +3 -3
  27. package/dist/lib/src/comps/product-discounts.d.ts +4 -4
  28. package/dist/lib/src/comps/product-related-products.d.ts +2 -2
  29. package/dist/lib/src/comps/products-variants.d.ts +13 -13
  30. package/dist/lib/src/comps/quick-search-browser.d.ts +3 -3
  31. package/dist/lib/src/comps/resource-browse.d.ts +6 -6
  32. package/dist/lib/src/comps/select-resource.d.ts +2 -2
  33. package/dist/lib/src/comps/settings-change-password.d.ts +1 -1
  34. package/dist/lib/src/comps/storefront-products.d.ts +2 -2
  35. package/dist/lib/src/comps/tags-edit.d.ts +1 -1
  36. package/dist/lib/src/comps/template-example-input.d.ts +1 -1
  37. package/dist/lib/src/comps/template-template.d.ts +1 -1
  38. package/dist/lib/src/hooks/useCollectionsActions.d.ts +11 -11
  39. package/dist/lib/src/pages/collection.d.ts +1 -1
  40. package/dist/lib/src/pages/customer.d.ts +1 -1
  41. package/dist/lib/src/pages/customers.d.ts +1 -1
  42. package/dist/lib/src/pages/discount.d.ts +1 -1
  43. package/dist/lib/src/pages/extension.d.ts +1 -1
  44. package/dist/lib/src/pages/extensions.d.ts +1 -1
  45. package/dist/lib/src/pages/order.d.ts +1 -1
  46. package/dist/lib/src/pages/payment-gateway.d.ts +1 -1
  47. package/dist/lib/src/pages/payment-gateways.d.ts +1 -1
  48. package/dist/lib/src/pages/post.d.ts +1 -1
  49. package/dist/lib/src/pages/product.d.ts +1 -1
  50. package/dist/lib/src/pages/shipping-method.d.ts +1 -1
  51. package/dist/lib/src/pages/storefront.d.ts +1 -1
  52. package/dist/lib/src/pages/tag.d.ts +1 -1
  53. package/dist/lib/src/pages/template.d.ts +1 -1
  54. package/dist/website/assets/{index-CUE9OKd2.js → index-CdT-oZP-.js} +99 -101
  55. package/dist/website/index.html +1 -1
  56. package/package.json +4 -5
  57. package/dist/a.html +0 -31
package/README.md CHANGED
@@ -2,7 +2,12 @@
2
2
 
3
3
  <div style="text-align:center">
4
4
  <img src='https://storecraft.app/storecraft-color.svg'
5
- width='90%'' />
5
+ width='90%' />
6
+ </div><hr/><br/>
7
+
8
+ <div style='text-align: center'>
9
+ <img src='https://storecraft.app/landing/main.webp'
10
+ width='100%' />
6
11
  </div><hr/><br/>
7
12
 
8
13
  The Official `storecraft` Dashboard 🏆,
@@ -20,7 +25,7 @@ Build is handled by `Vite`
20
25
 
21
26
 
22
27
  ```bash
23
- npm i @storecraft/core
28
+ npm i @storecraft/dashboard
24
29
  ```
25
30
 
26
31
  ## Development