@acmekit/dashboard 2.13.8 → 2.13.9

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/dist/{api-key-management-create-D57V3NN2.mjs → api-key-management-create-VWUERPPB.mjs} +1 -1
  2. package/dist/{api-key-management-detail-QURSBB6T.mjs → api-key-management-detail-V4ENQHYY.mjs} +19 -20
  3. package/dist/{api-key-management-edit-GG5V77GY.mjs → api-key-management-edit-R44OHS7B.mjs} +1 -1
  4. package/dist/{api-key-management-list-PL64LD22.mjs → api-key-management-list-K2XPKF5E.mjs} +13 -13
  5. package/dist/app.js +2252 -2783
  6. package/dist/app.mjs +52 -205
  7. package/dist/{chunk-VBT5YZ4K.mjs → chunk-EFRMWHRX.mjs} +6 -51
  8. package/dist/{chunk-6SQCO25J.mjs → chunk-ST2YB7JN.mjs} +16 -7
  9. package/dist/{login-YURMNRCS.mjs → login-GNP3QIPI.mjs} +10 -11
  10. package/dist/{translation-list-H5X4DVCC.mjs → translation-list-CCEQJNED.mjs} +18 -24
  11. package/dist/{translations-edit-NPAUN2GZ.mjs → translations-edit-E57GVUFV.mjs} +27 -27
  12. package/dist/{user-invite-OREFWWYL.mjs → user-invite-E3FAAU3V.mjs} +11 -11
  13. package/dist/{chunk-YB52HEIR.mjs → user-metadata-5GQK75DT.mjs} +44 -6
  14. package/dist/{workflow-execution-detail-MWNM25TF.mjs → workflow-execution-detail-LZXCRVNC.mjs} +9 -10
  15. package/dist/{workflow-execution-list-IGYF44UH.mjs → workflow-execution-list-HQ3V6TML.mjs} +12 -12
  16. package/package.json +9 -9
  17. package/src/dashboard-app/routes/get-route.map.tsx +1 -14
  18. package/src/hooks/api/api-keys.tsx +0 -49
  19. package/src/hooks/api/index.ts +0 -1
  20. package/src/providers/keybind-provider/hooks.tsx +0 -145
  21. package/src/routes/translations/translation-list/translation-list.tsx +10 -21
  22. package/src/routes/translations/translations-edit/translations-edit.tsx +14 -11
  23. package/src/vite-env.d.ts +3 -1
  24. package/dist/chunk-OHAFITSB.mjs +0 -54
  25. package/dist/store-detail-SQKV5KBD.mjs +0 -109
  26. package/dist/store-edit-WGGIJMYJ.mjs +0 -97
  27. package/dist/store-metadata-CSBUGX6Z.mjs +0 -49
  28. package/dist/user-metadata-QHUX5SHZ.mjs +0 -51
  29. package/src/components/data-table/helpers/sales-channels/index.ts +0 -4
  30. package/src/components/data-table/helpers/sales-channels/use-sales-channel-table-columns.tsx +0 -61
  31. package/src/components/data-table/helpers/sales-channels/use-sales-channel-table-empty-state.tsx +0 -22
  32. package/src/components/data-table/helpers/sales-channels/use-sales-channel-table-filters.tsx +0 -33
  33. package/src/components/data-table/helpers/sales-channels/use-sales-channel-table-query.tsx +0 -30
  34. package/src/routes/api-key-management/api-key-management-detail/components/api-key-sales-channel-section/api-key-sales-channel-section.tsx +0 -206
  35. package/src/routes/api-key-management/api-key-management-detail/components/api-key-sales-channel-section/index.ts +0 -1
  36. package/src/routes/store/common/hooks/use-currencies-table-columns.tsx +0 -29
  37. package/src/routes/store/common/hooks/use-currencies-table-query.tsx +0 -21
  38. package/src/routes/store/common/hooks/use-locales-table-columns.tsx +0 -29
  39. package/src/routes/store/common/hooks/use-locales-table-query.tsx +0 -21
  40. package/src/routes/store/store-detail/components/store-general-section/index.ts +0 -1
  41. package/src/routes/store/store-detail/components/store-general-section/store-general-section.tsx +0 -48
  42. package/src/routes/store/store-detail/index.ts +0 -2
  43. package/src/routes/store/store-detail/loader.ts +0 -18
  44. package/src/routes/store/store-detail/store-detail.tsx +0 -42
  45. package/src/routes/store/store-edit/components/edit-store-form/edit-store-form.tsx +0 -83
  46. package/src/routes/store/store-edit/index.ts +0 -1
  47. package/src/routes/store/store-edit/store-edit.tsx +0 -25
  48. package/src/routes/store/store-metadata/index.ts +0 -1
  49. package/src/routes/store/store-metadata/store-metadata.tsx +0 -24
  50. package/dist/{chunk-7ZHDHEUH.mjs → chunk-YLPAZ2DP.mjs} +3 -3
  51. package/dist/{invite-BAFXQBLJ.mjs → invite-XGPZZBUP.mjs} +3 -3
  52. package/dist/{profile-detail-SJWODS2K.mjs → profile-detail-YX27F7N6.mjs} +8 -8
  53. package/dist/{profile-edit-HSGF4UXZ.mjs → profile-edit-2VRDU75O.mjs} +9 -9
  54. package/dist/{reset-password-RQ5M7HQC.mjs → reset-password-TWRNZO6Z.mjs} +1 -1
  55. package/dist/{user-detail-7SUQ35G7.mjs → user-detail-KUSRRVNX.mjs} +7 -7
  56. package/dist/{user-edit-KUZV37AH.mjs → user-edit-HTN3ZGCL.mjs} +4 -4
  57. package/dist/{user-list-OWUR75OP.mjs → user-list-KNJ5S3IM.mjs} +12 -12
@@ -5,18 +5,18 @@ import {
5
5
  useExtension
6
6
  } from "./chunk-C5P5PL3E.mjs";
7
7
  import {
8
- useDeleteUser,
9
- useUser,
10
- usersQueryKeys
11
- } from "./chunk-YRWSG3YM.mjs";
8
+ ActionMenu
9
+ } from "./chunk-S3REQHPQ.mjs";
12
10
  import {
13
11
  SingleColumnPageSkeleton
14
12
  } from "./chunk-ITNQKZQQ.mjs";
15
- import {
16
- ActionMenu
17
- } from "./chunk-S3REQHPQ.mjs";
18
13
  import "./chunk-OAHCJFG3.mjs";
19
14
  import "./chunk-S4DMV3ZT.mjs";
15
+ import {
16
+ useDeleteUser,
17
+ useUser,
18
+ usersQueryKeys
19
+ } from "./chunk-YRWSG3YM.mjs";
20
20
  import {
21
21
  queryClient
22
22
  } from "./chunk-FXYH54JP.mjs";
@@ -1,8 +1,4 @@
1
1
  import "./chunk-IUCDCPJU.mjs";
2
- import {
3
- useUpdateUser,
4
- useUser
5
- } from "./chunk-YRWSG3YM.mjs";
6
2
  import {
7
3
  KeyboundForm,
8
4
  RouteDrawer,
@@ -11,6 +7,10 @@ import {
11
7
  import {
12
8
  Form
13
9
  } from "./chunk-ND3ODI36.mjs";
10
+ import {
11
+ useUpdateUser,
12
+ useUser
13
+ } from "./chunk-YRWSG3YM.mjs";
14
14
  import "./chunk-FXYH54JP.mjs";
15
15
  import "./chunk-774WSTCC.mjs";
16
16
  import "./chunk-DTY37DDZ.mjs";
@@ -1,12 +1,22 @@
1
1
  import {
2
2
  useFeatureFlag
3
3
  } from "./chunk-DQCEH3X2.mjs";
4
+ import {
5
+ useQueryParams
6
+ } from "./chunk-C76H5USB.mjs";
7
+ import {
8
+ useDate
9
+ } from "./chunk-DFFLVEZ5.mjs";
10
+ import "./chunk-535OVBXR.mjs";
4
11
  import {
5
12
  SingleColumnPage
6
13
  } from "./chunk-22YYMH6M.mjs";
7
14
  import {
8
15
  useExtension
9
16
  } from "./chunk-C5P5PL3E.mjs";
17
+ import {
18
+ ActionMenu
19
+ } from "./chunk-S3REQHPQ.mjs";
10
20
  import {
11
21
  useActiveViewConfiguration,
12
22
  useCreateViewConfiguration,
@@ -15,21 +25,11 @@ import {
15
25
  useUpdateViewConfiguration,
16
26
  useViewConfigurations
17
27
  } from "./chunk-DN3MIYQH.mjs";
28
+ import "./chunk-OAHCJFG3.mjs";
29
+ import "./chunk-S4DMV3ZT.mjs";
18
30
  import {
19
31
  useUsers
20
32
  } from "./chunk-YRWSG3YM.mjs";
21
- import {
22
- useQueryParams
23
- } from "./chunk-C76H5USB.mjs";
24
- import {
25
- useDate
26
- } from "./chunk-DFFLVEZ5.mjs";
27
- import "./chunk-535OVBXR.mjs";
28
- import {
29
- ActionMenu
30
- } from "./chunk-S3REQHPQ.mjs";
31
- import "./chunk-OAHCJFG3.mjs";
32
- import "./chunk-S4DMV3ZT.mjs";
33
33
  import "./chunk-FXYH54JP.mjs";
34
34
  import "./chunk-774WSTCC.mjs";
35
35
  import "./chunk-DTY37DDZ.mjs";