@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
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-G22WWLPG.mjs";
4
4
  import {
5
5
  useCreateApiKey
6
- } from "./chunk-VBT5YZ4K.mjs";
6
+ } from "./chunk-EFRMWHRX.mjs";
7
7
  import "./chunk-IUCDCPJU.mjs";
8
8
  import {
9
9
  KeyboundForm,
@@ -3,41 +3,40 @@ import {
3
3
  getApiKeyTypeProps,
4
4
  prettifyRedactedToken
5
5
  } from "./chunk-G22WWLPG.mjs";
6
- import "./chunk-6SQCO25J.mjs";
7
- import "./chunk-ULSPL3DR.mjs";
8
- import "./chunk-GBFVWROS.mjs";
9
6
  import {
10
- apiKeysQueryKeys,
11
- useApiKey,
12
- useDeleteApiKey,
13
- useRevokeApiKey
14
- } from "./chunk-VBT5YZ4K.mjs";
15
- import "./chunk-LKWTBYYC.mjs";
16
- import "./chunk-OHAFITSB.mjs";
7
+ useDate
8
+ } from "./chunk-DFFLVEZ5.mjs";
9
+ import "./chunk-535OVBXR.mjs";
17
10
  import {
18
11
  SingleColumnPage
19
12
  } from "./chunk-22YYMH6M.mjs";
20
13
  import {
21
14
  useExtension
22
15
  } from "./chunk-C5P5PL3E.mjs";
23
- import "./chunk-DN3MIYQH.mjs";
24
16
  import {
25
- useUser
26
- } from "./chunk-YRWSG3YM.mjs";
17
+ ActionMenu
18
+ } from "./chunk-S3REQHPQ.mjs";
19
+ import "./chunk-ST2YB7JN.mjs";
20
+ import "./chunk-GBFVWROS.mjs";
21
+ import {
22
+ apiKeysQueryKeys,
23
+ useApiKey,
24
+ useDeleteApiKey,
25
+ useRevokeApiKey
26
+ } from "./chunk-EFRMWHRX.mjs";
27
+ import "./chunk-LKWTBYYC.mjs";
28
+ import "./chunk-ULSPL3DR.mjs";
29
+ import "./chunk-DN3MIYQH.mjs";
27
30
  import "./chunk-XIM7X4FB.mjs";
28
31
  import {
29
32
  SingleColumnPageSkeleton,
30
33
  Skeleton
31
34
  } from "./chunk-ITNQKZQQ.mjs";
32
- import {
33
- useDate
34
- } from "./chunk-DFFLVEZ5.mjs";
35
- import "./chunk-535OVBXR.mjs";
36
- import {
37
- ActionMenu
38
- } from "./chunk-S3REQHPQ.mjs";
39
35
  import "./chunk-OAHCJFG3.mjs";
40
36
  import "./chunk-S4DMV3ZT.mjs";
37
+ import {
38
+ useUser
39
+ } from "./chunk-YRWSG3YM.mjs";
41
40
  import {
42
41
  queryClient
43
42
  } from "./chunk-FXYH54JP.mjs";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  useApiKey,
3
3
  useUpdateApiKey
4
- } from "./chunk-VBT5YZ4K.mjs";
4
+ } from "./chunk-EFRMWHRX.mjs";
5
5
  import "./chunk-IUCDCPJU.mjs";
6
6
  import {
7
7
  KeyboundForm,
@@ -7,22 +7,10 @@ import {
7
7
  import {
8
8
  StatusCell
9
9
  } from "./chunk-WILMJYUB.mjs";
10
- import {
11
- useApiKeys,
12
- useDeleteApiKey,
13
- useRevokeApiKey
14
- } from "./chunk-VBT5YZ4K.mjs";
15
- import {
16
- SingleColumnPage
17
- } from "./chunk-22YYMH6M.mjs";
18
- import {
19
- useExtension
20
- } from "./chunk-C5P5PL3E.mjs";
21
10
  import {
22
11
  _DataTable,
23
12
  useDataTable
24
- } from "./chunk-7ZHDHEUH.mjs";
25
- import "./chunk-ITNQKZQQ.mjs";
13
+ } from "./chunk-YLPAZ2DP.mjs";
26
14
  import {
27
15
  useQueryParams
28
16
  } from "./chunk-C76H5USB.mjs";
@@ -30,9 +18,21 @@ import {
30
18
  useDate
31
19
  } from "./chunk-DFFLVEZ5.mjs";
32
20
  import "./chunk-535OVBXR.mjs";
21
+ import {
22
+ SingleColumnPage
23
+ } from "./chunk-22YYMH6M.mjs";
24
+ import {
25
+ useExtension
26
+ } from "./chunk-C5P5PL3E.mjs";
33
27
  import {
34
28
  ActionMenu
35
29
  } from "./chunk-S3REQHPQ.mjs";
30
+ import {
31
+ useApiKeys,
32
+ useDeleteApiKey,
33
+ useRevokeApiKey
34
+ } from "./chunk-EFRMWHRX.mjs";
35
+ import "./chunk-ITNQKZQQ.mjs";
36
36
  import {
37
37
  ConditionalTooltip
38
38
  } from "./chunk-OAHCJFG3.mjs";