@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.
- package/README.md +7 -2
- package/dist/lib/index.cjs +99 -101
- package/dist/lib/index.js +1281 -1259
- package/dist/lib/index.umd.cjs +101 -103
- package/dist/lib/src/apps/gallery/gallery-image-grid.d.ts +6 -6
- package/dist/lib/src/apps/gallery/gallery-select.d.ts +2 -2
- package/dist/lib/src/apps/gallery/gallery.d.ts +4 -4
- package/dist/lib/src/comps/attributes.d.ts +4 -4
- package/dist/lib/src/comps/collection-products.d.ts +4 -4
- package/dist/lib/src/comps/common-ui.d.ts +1 -1
- package/dist/lib/src/comps/customer-orders.d.ts +3 -3
- package/dist/lib/src/comps/discount-details.d.ts +19 -19
- package/dist/lib/src/comps/discount-filters.d.ts +24 -24
- package/dist/lib/src/comps/discount-performance.d.ts +2 -2
- package/dist/lib/src/comps/discounts-table-code.d.ts +2 -2
- package/dist/lib/src/comps/discounts-table-type.d.ts +3 -3
- package/dist/lib/src/comps/document-details.d.ts +2 -2
- package/dist/lib/src/comps/error-message.d.ts +3 -3
- package/dist/lib/src/comps/home-performace.d.ts +2 -2
- package/dist/lib/src/comps/home-sales-chart.d.ts +2 -2
- package/dist/lib/src/comps/notifications.d.ts +3 -3
- package/dist/lib/src/comps/order-coupon-info.d.ts +2 -2
- package/dist/lib/src/comps/order-delivery-method.d.ts +2 -2
- package/dist/lib/src/comps/order-line-items.d.ts +4 -4
- package/dist/lib/src/comps/order-payment-gateway.d.ts +6 -6
- package/dist/lib/src/comps/order-price.d.ts +3 -3
- package/dist/lib/src/comps/product-discounts.d.ts +4 -4
- package/dist/lib/src/comps/product-related-products.d.ts +2 -2
- package/dist/lib/src/comps/products-variants.d.ts +13 -13
- package/dist/lib/src/comps/quick-search-browser.d.ts +3 -3
- package/dist/lib/src/comps/resource-browse.d.ts +6 -6
- package/dist/lib/src/comps/select-resource.d.ts +2 -2
- package/dist/lib/src/comps/settings-change-password.d.ts +1 -1
- package/dist/lib/src/comps/storefront-products.d.ts +2 -2
- package/dist/lib/src/comps/tags-edit.d.ts +1 -1
- package/dist/lib/src/comps/template-example-input.d.ts +1 -1
- package/dist/lib/src/comps/template-template.d.ts +1 -1
- package/dist/lib/src/hooks/useCollectionsActions.d.ts +11 -11
- package/dist/lib/src/pages/collection.d.ts +1 -1
- package/dist/lib/src/pages/customer.d.ts +1 -1
- package/dist/lib/src/pages/customers.d.ts +1 -1
- package/dist/lib/src/pages/discount.d.ts +1 -1
- package/dist/lib/src/pages/extension.d.ts +1 -1
- package/dist/lib/src/pages/extensions.d.ts +1 -1
- package/dist/lib/src/pages/order.d.ts +1 -1
- package/dist/lib/src/pages/payment-gateway.d.ts +1 -1
- package/dist/lib/src/pages/payment-gateways.d.ts +1 -1
- package/dist/lib/src/pages/post.d.ts +1 -1
- package/dist/lib/src/pages/product.d.ts +1 -1
- package/dist/lib/src/pages/shipping-method.d.ts +1 -1
- package/dist/lib/src/pages/storefront.d.ts +1 -1
- package/dist/lib/src/pages/tag.d.ts +1 -1
- package/dist/lib/src/pages/template.d.ts +1 -1
- package/dist/website/assets/{index-CUE9OKd2.js → index-CdT-oZP-.js} +99 -101
- package/dist/website/index.html +1 -1
- package/package.json +4 -5
- 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/
|
28
|
+
npm i @storecraft/dashboard
|
24
29
|
```
|
25
30
|
|
26
31
|
## Development
|