@acmekit/dashboard 2.13.35 → 2.13.37

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 (87) hide show
  1. package/dist/{api-key-management-create-U37VC624.mjs → api-key-management-create-4AG76FJV.mjs} +3 -3
  2. package/dist/{api-key-management-detail-ZYKL4ATI.mjs → api-key-management-detail-T2TB4KST.mjs} +10 -10
  3. package/dist/{api-key-management-edit-TSZGMIBL.mjs → api-key-management-edit-R44OHS7B.mjs} +3 -3
  4. package/dist/{api-key-management-list-HCJFJWWB.mjs → api-key-management-list-QK4Q7Y5I.mjs} +3 -3
  5. package/dist/app.css +0 -31
  6. package/dist/app.js +1386 -3726
  7. package/dist/app.mjs +38 -240
  8. package/dist/{chunk-VEI6HW6L.mjs → chunk-2U3RK3JG.mjs} +5 -3
  9. package/dist/{chunk-FKTMBR44.mjs → chunk-DN3MIYQH.mjs} +1 -1
  10. package/dist/{chunk-7F3CWXUH.mjs → chunk-DQCEH3X2.mjs} +1 -1
  11. package/dist/{chunk-YKIWIMJX.mjs → chunk-DTY37DDZ.mjs} +0 -1
  12. package/dist/{chunk-PFZQYK7R.mjs → chunk-EFRMWHRX.mjs} +1 -1
  13. package/dist/{chunk-5IEHCYJO.mjs → chunk-GBFVWROS.mjs} +1 -1
  14. package/dist/chunk-LKWTBYYC.mjs +35 -0
  15. package/dist/chunk-RPAL6FHW.mjs +73 -0
  16. package/dist/{chunk-WLRJXEKL.mjs → chunk-ST2YB7JN.mjs} +1 -1
  17. package/dist/{chunk-XIP35KXF.mjs → chunk-ULSPL3DR.mjs} +1 -1
  18. package/dist/{chunk-SYACY6AL.mjs → chunk-XIM7X4FB.mjs} +1 -1
  19. package/dist/{chunk-HHPPTD3B.mjs → chunk-YRWSG3YM.mjs} +1 -1
  20. package/dist/en.json +3 -132
  21. package/dist/{invite-3JSNOA2B.mjs → invite-XGPZZBUP.mjs} +3 -3
  22. package/dist/{login-BEJ5EFGE.mjs → login-GNP3QIPI.mjs} +9 -9
  23. package/dist/{profile-detail-QVTJC4JC.mjs → profile-detail-YX27F7N6.mjs} +3 -3
  24. package/dist/{profile-edit-MIO62TWH.mjs → profile-edit-2VRDU75O.mjs} +3 -3
  25. package/dist/{reset-password-BN4KAJQL.mjs → reset-password-TWRNZO6Z.mjs} +2 -2
  26. package/dist/{settings-GH5IWXHE.mjs → settings-3XWLL5LG.mjs} +3 -3
  27. package/dist/{translation-list-JA22BUKN.mjs → translation-list-CCEQJNED.mjs} +10 -10
  28. package/dist/{translations-edit-STTMANVT.mjs → translations-edit-E57GVUFV.mjs} +11 -11
  29. package/dist/{user-detail-WCXBFRGS.mjs → user-detail-KUSRRVNX.mjs} +3 -3
  30. package/dist/{user-edit-XDVMJOS4.mjs → user-edit-HTN3ZGCL.mjs} +3 -3
  31. package/dist/{user-invite-73ZDSDFC.mjs → user-invite-E3FAAU3V.mjs} +3 -3
  32. package/dist/{user-list-MPJXE3CA.mjs → user-list-KNJ5S3IM.mjs} +5 -5
  33. package/dist/{user-metadata-ADNTL3LT.mjs → user-metadata-5GQK75DT.mjs} +10 -10
  34. package/dist/workflow-execution-detail-5O5VCXL3.mjs +870 -0
  35. package/dist/workflow-execution-list-DETG4MRT.mjs +347 -0
  36. package/package.json +9 -9
  37. package/src/components/layout/main-layout/main-layout.tsx +1 -28
  38. package/src/dashboard-app/routes/get-route.map.tsx +0 -71
  39. package/src/hooks/api/workflow-executions.tsx +1 -145
  40. package/src/i18n/translations/$schema.json +4 -534
  41. package/src/i18n/translations/en.json +3 -132
  42. package/src/routes/workflow-executions/constants.ts +0 -16
  43. package/src/routes/workflow-executions/utils.ts +14 -170
  44. package/src/routes/workflow-executions/workflow-execution-detail/breadcrumb.tsx +1 -7
  45. package/src/routes/workflow-executions/workflow-execution-detail/components/workflow-execution-history-section/workflow-execution-history-section.tsx +6 -157
  46. package/src/routes/workflow-executions/workflow-execution-detail/components/workflow-execution-payload-section/workflow-execution-payload-section.tsx +6 -122
  47. package/src/routes/workflow-executions/workflow-execution-detail/components/workflow-execution-timeline-section/workflow-execution-timeline-section.tsx +1 -7
  48. package/src/routes/workflow-executions/workflow-execution-detail/workflow-detail.tsx +1 -46
  49. package/src/routes/workflow-executions/workflow-execution-list/components/workflow-execution-list-table/use-workflow-execution-table-columns.tsx +0 -7
  50. package/src/routes/workflow-executions/workflow-execution-list/components/workflow-execution-list-table/use-workflow-execution-table-filters.tsx +1 -7
  51. package/src/routes/workflow-executions/workflow-execution-list/components/workflow-execution-list-table/use-workflow-execution-table-query.tsx +2 -4
  52. package/src/routes/workflow-executions/workflow-execution-list/components/workflow-execution-list-table/workflow-execution-list-table.tsx +1 -17
  53. package/src/routes/workflow-executions/workflow-execution-list/workflow-execution-list.tsx +1 -1
  54. package/dist/chunk-A7ULKHDE.mjs +0 -126
  55. package/dist/chunk-GBPAZAJK.mjs +0 -34
  56. package/dist/chunk-LP6CPB7N.mjs +0 -213
  57. package/dist/workflow-analytics-4WCI4ODQ.mjs +0 -152
  58. package/dist/workflow-definition-detail-GI6CFBMG.mjs +0 -94
  59. package/dist/workflow-definition-list-GF3XAEPS.mjs +0 -142
  60. package/dist/workflow-execution-complete-step-WSRLO572.mjs +0 -245
  61. package/dist/workflow-execution-detail-3RH6EQSS.mjs +0 -1411
  62. package/dist/workflow-execution-list-AQEGAME4.mjs +0 -596
  63. package/dist/workflow-execution-rerun-WCYLYL3Q.mjs +0 -138
  64. package/dist/workflow-execution-run-MWN5KWNY.mjs +0 -135
  65. package/dist/workflow-scheduled-list-ZPXR7CZM.mjs +0 -174
  66. package/src/hooks/api/workflow-definitions.tsx +0 -79
  67. package/src/hooks/api/workflow-metrics.tsx +0 -48
  68. package/src/hooks/use-workflow-sse.tsx +0 -78
  69. package/src/routes/workflow-analytics/workflow-analytics.tsx +0 -167
  70. package/src/routes/workflow-definitions/workflow-definition-detail/workflow-definition-detail.tsx +0 -98
  71. package/src/routes/workflow-definitions/workflow-definition-list/components/workflow-definition-list-table/use-workflow-definition-table-columns.tsx +0 -78
  72. package/src/routes/workflow-definitions/workflow-definition-list/components/workflow-definition-list-table/workflow-definition-list-table.tsx +0 -65
  73. package/src/routes/workflow-definitions/workflow-definition-list/workflow-definition-list.tsx +0 -15
  74. package/src/routes/workflow-executions/workflow-execution-complete-step/workflow-execution-complete-step.tsx +0 -270
  75. package/src/routes/workflow-executions/workflow-execution-detail/components/workflow-execution-action-bar/index.ts +0 -1
  76. package/src/routes/workflow-executions/workflow-execution-detail/components/workflow-execution-action-bar/workflow-execution-action-bar.tsx +0 -212
  77. package/src/routes/workflow-executions/workflow-execution-detail/components/workflow-execution-error-card/index.ts +0 -1
  78. package/src/routes/workflow-executions/workflow-execution-detail/components/workflow-execution-error-card/workflow-execution-error-card.tsx +0 -59
  79. package/src/routes/workflow-executions/workflow-execution-detail/components/workflow-execution-waiting-banner/index.ts +0 -1
  80. package/src/routes/workflow-executions/workflow-execution-detail/components/workflow-execution-waiting-banner/workflow-execution-waiting-banner.tsx +0 -63
  81. package/src/routes/workflow-executions/workflow-execution-list/components/workflow-execution-list-table/workflow-execution-auto-refresh.tsx +0 -73
  82. package/src/routes/workflow-executions/workflow-execution-list/components/workflow-execution-list-table/workflow-execution-row-actions.tsx +0 -116
  83. package/src/routes/workflow-executions/workflow-execution-list/components/workflow-execution-list-table/workflow-execution-saved-views.tsx +0 -84
  84. package/src/routes/workflow-executions/workflow-execution-rerun/workflow-execution-rerun.tsx +0 -159
  85. package/src/routes/workflow-executions/workflow-execution-run/workflow-execution-run.tsx +0 -139
  86. package/src/routes/workflow-scheduled/workflow-scheduled-list.tsx +0 -269
  87. /package/dist/{chunk-RISX76YT.mjs → chunk-22YYMH6M.mjs} +0 -0
@@ -3,19 +3,19 @@ import {
3
3
  } from "./chunk-J6XIB6ZU.mjs";
4
4
  import {
5
5
  useCreateApiKey
6
- } from "./chunk-PFZQYK7R.mjs";
6
+ } from "./chunk-EFRMWHRX.mjs";
7
7
  import "./chunk-IUCDCPJU.mjs";
8
8
  import {
9
9
  KeyboundForm,
10
10
  RouteFocusModal,
11
11
  useRouteModal
12
- } from "./chunk-VEI6HW6L.mjs";
12
+ } from "./chunk-2U3RK3JG.mjs";
13
13
  import {
14
14
  Form
15
15
  } from "./chunk-ND3ODI36.mjs";
16
16
  import "./chunk-FXYH54JP.mjs";
17
17
  import "./chunk-774WSTCC.mjs";
18
- import "./chunk-YKIWIMJX.mjs";
18
+ import "./chunk-DTY37DDZ.mjs";
19
19
  import "./chunk-QZ7TP4HQ.mjs";
20
20
 
21
21
  // src/routes/api-key-management/api-key-management-create/api-key-management-create.tsx
@@ -9,25 +9,25 @@ import {
9
9
  import "./chunk-535OVBXR.mjs";
10
10
  import {
11
11
  SingleColumnPage
12
- } from "./chunk-RISX76YT.mjs";
12
+ } from "./chunk-22YYMH6M.mjs";
13
13
  import {
14
14
  useExtension
15
15
  } from "./chunk-C5P5PL3E.mjs";
16
16
  import {
17
17
  ActionMenu
18
18
  } from "./chunk-S3REQHPQ.mjs";
19
- import "./chunk-WLRJXEKL.mjs";
20
- import "./chunk-5IEHCYJO.mjs";
21
- import "./chunk-XIP35KXF.mjs";
19
+ import "./chunk-ST2YB7JN.mjs";
20
+ import "./chunk-GBFVWROS.mjs";
22
21
  import {
23
22
  apiKeysQueryKeys,
24
23
  useApiKey,
25
24
  useDeleteApiKey,
26
25
  useRevokeApiKey
27
- } from "./chunk-PFZQYK7R.mjs";
28
- import "./chunk-A7ULKHDE.mjs";
29
- import "./chunk-FKTMBR44.mjs";
30
- import "./chunk-SYACY6AL.mjs";
26
+ } from "./chunk-EFRMWHRX.mjs";
27
+ import "./chunk-LKWTBYYC.mjs";
28
+ import "./chunk-ULSPL3DR.mjs";
29
+ import "./chunk-DN3MIYQH.mjs";
30
+ import "./chunk-XIM7X4FB.mjs";
31
31
  import {
32
32
  SingleColumnPageSkeleton,
33
33
  Skeleton
@@ -36,14 +36,14 @@ import "./chunk-OAHCJFG3.mjs";
36
36
  import "./chunk-S4DMV3ZT.mjs";
37
37
  import {
38
38
  useUser
39
- } from "./chunk-HHPPTD3B.mjs";
39
+ } from "./chunk-YRWSG3YM.mjs";
40
40
  import {
41
41
  queryClient
42
42
  } from "./chunk-FXYH54JP.mjs";
43
43
  import "./chunk-774WSTCC.mjs";
44
44
  import {
45
45
  sdk
46
- } from "./chunk-YKIWIMJX.mjs";
46
+ } from "./chunk-DTY37DDZ.mjs";
47
47
  import "./chunk-QZ7TP4HQ.mjs";
48
48
 
49
49
  // src/routes/api-key-management/api-key-management-detail/api-key-management-detail.tsx
@@ -1,19 +1,19 @@
1
1
  import {
2
2
  useApiKey,
3
3
  useUpdateApiKey
4
- } from "./chunk-PFZQYK7R.mjs";
4
+ } from "./chunk-EFRMWHRX.mjs";
5
5
  import "./chunk-IUCDCPJU.mjs";
6
6
  import {
7
7
  KeyboundForm,
8
8
  RouteDrawer,
9
9
  useRouteModal
10
- } from "./chunk-VEI6HW6L.mjs";
10
+ } from "./chunk-2U3RK3JG.mjs";
11
11
  import {
12
12
  Form
13
13
  } from "./chunk-ND3ODI36.mjs";
14
14
  import "./chunk-FXYH54JP.mjs";
15
15
  import "./chunk-774WSTCC.mjs";
16
- import "./chunk-YKIWIMJX.mjs";
16
+ import "./chunk-DTY37DDZ.mjs";
17
17
  import "./chunk-QZ7TP4HQ.mjs";
18
18
 
19
19
  // src/routes/api-key-management/api-key-management-edit/api-key-management-edit.tsx
@@ -19,7 +19,7 @@ import "./chunk-DFFLVEZ5.mjs";
19
19
  import "./chunk-535OVBXR.mjs";
20
20
  import {
21
21
  SingleColumnPage
22
- } from "./chunk-RISX76YT.mjs";
22
+ } from "./chunk-22YYMH6M.mjs";
23
23
  import {
24
24
  useExtension
25
25
  } from "./chunk-C5P5PL3E.mjs";
@@ -30,7 +30,7 @@ import {
30
30
  useApiKeys,
31
31
  useDeleteApiKey,
32
32
  useRevokeApiKey
33
- } from "./chunk-PFZQYK7R.mjs";
33
+ } from "./chunk-EFRMWHRX.mjs";
34
34
  import "./chunk-ITNQKZQQ.mjs";
35
35
  import {
36
36
  ConditionalTooltip
@@ -38,7 +38,7 @@ import {
38
38
  import "./chunk-S4DMV3ZT.mjs";
39
39
  import "./chunk-FXYH54JP.mjs";
40
40
  import "./chunk-774WSTCC.mjs";
41
- import "./chunk-YKIWIMJX.mjs";
41
+ import "./chunk-DTY37DDZ.mjs";
42
42
  import "./chunk-QZ7TP4HQ.mjs";
43
43
 
44
44
  // src/routes/api-key-management/api-key-management-list/api-key-management-list.tsx
package/dist/app.css CHANGED
@@ -1338,9 +1338,6 @@ video {
1338
1338
  .top-1\/2 {
1339
1339
  top: 50%;
1340
1340
  }
1341
- .top-14 {
1342
- top: 3.5rem;
1343
- }
1344
1341
  .top-\[1100px\] {
1345
1342
  top: 1100px;
1346
1343
  }
@@ -1414,9 +1411,6 @@ video {
1414
1411
  .mb-1 {
1415
1412
  margin-bottom: 0.25rem;
1416
1413
  }
1417
- .mb-2 {
1418
- margin-bottom: 0.5rem;
1419
- }
1420
1414
  .mb-4 {
1421
1415
  margin-bottom: 1rem;
1422
1416
  }
@@ -2132,15 +2126,9 @@ video {
2132
2126
  .grid-cols-2 {
2133
2127
  grid-template-columns: repeat(2, minmax(0, 1fr));
2134
2128
  }
2135
- .grid-cols-4 {
2136
- grid-template-columns: repeat(4, minmax(0, 1fr));
2137
- }
2138
2129
  .grid-cols-\[15px_1fr\] {
2139
2130
  grid-template-columns: 15px 1fr;
2140
2131
  }
2141
- .grid-cols-\[1fr_1fr_1fr_auto\] {
2142
- grid-template-columns: 1fr 1fr 1fr auto;
2143
- }
2144
2132
  .grid-cols-\[1fr_1fr_28px\] {
2145
2133
  grid-template-columns: 1fr 1fr 28px;
2146
2134
  }
@@ -2231,9 +2219,6 @@ video {
2231
2219
  .gap-4 {
2232
2220
  gap: 1rem;
2233
2221
  }
2234
- .gap-px {
2235
- gap: 1px;
2236
- }
2237
2222
  .gap-x-0\.5 {
2238
2223
  -moz-column-gap: 0.125rem;
2239
2224
  column-gap: 0.125rem;
@@ -2874,10 +2859,6 @@ video {
2874
2859
  padding-top: 1.5rem;
2875
2860
  padding-bottom: 1.5rem;
2876
2861
  }
2877
- .py-8 {
2878
- padding-top: 2rem;
2879
- padding-bottom: 2rem;
2880
- }
2881
2862
  .py-\[2px\] {
2882
2863
  padding-top: 2px;
2883
2864
  padding-bottom: 2px;
@@ -3189,9 +3170,6 @@ video {
3189
3170
  .text-ui-tag-orange-text {
3190
3171
  color: var(--tag-orange-text);
3191
3172
  }
3192
- .text-ui-tag-purple-icon {
3193
- color: var(--tag-purple-icon);
3194
- }
3195
3173
  .text-ui-tag-purple-text {
3196
3174
  color: var(--tag-purple-text);
3197
3175
  }
@@ -3596,9 +3574,6 @@ video {
3596
3574
  .ease-out {
3597
3575
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
3598
3576
  }
3599
- .running {
3600
- animation-play-state: running;
3601
- }
3602
3577
  .worfklow-grid {
3603
3578
  background-image: radial-gradient(black 1px, transparent 0);
3604
3579
  background-size: 40px 40px;
@@ -3746,9 +3721,6 @@ video {
3746
3721
  --tw-content: "";
3747
3722
  content: var(--tw-content);
3748
3723
  }
3749
- .last\:border-b-0:last-child {
3750
- border-bottom-width: 0px;
3751
- }
3752
3724
  .last\:border-r-0:last-child {
3753
3725
  border-right-width: 0px;
3754
3726
  }
@@ -3854,9 +3826,6 @@ video {
3854
3826
  .hover\:text-ui-fg-subtle:hover {
3855
3827
  color: var(--fg-subtle);
3856
3828
  }
3857
- .hover\:underline:hover {
3858
- text-decoration-line: underline;
3859
- }
3860
3829
  .focus\:z-\[1\]:focus {
3861
3830
  z-index: 1;
3862
3831
  }