@hot-updater/console 0.36.7 → 1.0.0-rc.0

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 (266) hide show
  1. package/.output/nitro.json +1 -1
  2. package/.output/public/assets/AnalyticsCapabilityContext-BCke57-7.js +1 -0
  3. package/.output/public/assets/BundleActivityChart-CnsBe_1J.js +42 -0
  4. package/.output/public/assets/BundleIdDisplay-Dky75zLU.js +1 -0
  5. package/.output/public/assets/alert-C-1KvDW8.js +1 -0
  6. package/.output/public/assets/analytics-Bqz0c-BT.js +1 -0
  7. package/.output/public/assets/analytics-api-CJdrTLLO.js +1 -0
  8. package/.output/public/assets/api-B_Rh-uzC.js +1 -0
  9. package/.output/public/assets/api-keys-BurCFhzH.js +1 -0
  10. package/.output/public/assets/api-keys-api-BEDJdQg3.js +1 -0
  11. package/.output/public/assets/badge-Bf0fZ-Gx.js +1 -0
  12. package/.output/public/assets/chart-no-axes-combined-FaYMGmQS.js +1 -0
  13. package/.output/public/assets/createServerFn-gM2-LFBy.js +3 -0
  14. package/.output/public/assets/dialog-BS60BRr2.js +1 -0
  15. package/.output/public/assets/dist-DspNKfMj.js +1 -0
  16. package/.output/public/assets/download-O-yNBc9H.js +1 -0
  17. package/.output/public/assets/field-Buq148-A.js +1 -0
  18. package/.output/public/assets/index-kFhd2S78.js +10 -0
  19. package/.output/public/assets/installations-BrQ-od41.js +2 -0
  20. package/.output/public/assets/installations-CGlZ3ROz.js +1 -0
  21. package/.output/public/assets/lazyRouteComponent-rPzgA7S-.js +1 -0
  22. package/.output/public/assets/loader-circle-DCYF-wJl.js +1 -0
  23. package/.output/public/assets/preload-helper-TKOBYGYD.js +1 -0
  24. package/.output/public/assets/refresh-cw-n8XYbPPj.js +1 -0
  25. package/.output/public/assets/routes-CrdokJ80.js +1 -0
  26. package/.output/public/assets/routes-DcQnVajO.js +2 -0
  27. package/.output/public/assets/search-DLhbWw3W.js +1 -0
  28. package/.output/public/assets/shield-check-DE_hVuHu.js +1 -0
  29. package/.output/public/assets/signing-HRexfjsH.js +1 -0
  30. package/.output/public/assets/styles-eB4EtvFS.css +2 -0
  31. package/.output/public/assets/table-D8CLieHX.js +1 -0
  32. package/.output/public/assets/textarea-YJLTVAoq.js +1 -0
  33. package/.output/public/assets/useMutation-JsGVjQMY.js +1 -0
  34. package/.output/public/assets/useOpenInteractionType-4cRD5xO0.js +1 -0
  35. package/.output/server/__23tanstack-start-server-fn-resolver-DBP9TQ7K.mjs +146 -0
  36. package/.output/server/_libs/@base-ui/react+[...].mjs +16124 -0
  37. package/.output/server/_libs/@reduxjs/toolkit+[...].mjs +1554 -0
  38. package/.output/server/_libs/@tanstack/react-router+[...].mjs +41 -10
  39. package/.output/server/_libs/@tanstack/react-router-ssr-query+[...].mjs +132 -0
  40. package/.output/server/_libs/d3-array.mjs +231 -0
  41. package/.output/server/_libs/d3-color.mjs +330 -0
  42. package/.output/server/_libs/d3-format.mjs +252 -0
  43. package/.output/server/_libs/d3-interpolate.mjs +207 -0
  44. package/.output/server/_libs/d3-path.mjs +77 -0
  45. package/.output/server/_libs/d3-scale+[...].mjs +1907 -0
  46. package/.output/server/_libs/d3-shape.mjs +818 -0
  47. package/.output/server/_libs/decimal.js-light.mjs +884 -0
  48. package/.output/server/_libs/es-toolkit.mjs +1134 -0
  49. package/.output/server/_libs/eventemitter3.mjs +236 -0
  50. package/.output/server/_libs/immer.mjs +532 -0
  51. package/.output/server/_libs/lucide-react.mjs +141 -13
  52. package/.output/server/_libs/next-themes.mjs +2 -2
  53. package/.output/server/_libs/react-redux+[...].mjs +205 -0
  54. package/.output/server/_libs/recharts+[...].mjs +14117 -0
  55. package/.output/server/_libs/sonner.mjs +2 -2
  56. package/.output/server/_libs/tanstack__query-core.mjs +114 -1
  57. package/.output/server/_libs/tanstack__react-query.mjs +3 -4
  58. package/.output/server/_runtime.mjs +10 -1
  59. package/.output/server/_ssr/AnalyticsCapabilityContext-ui4DX8GO.mjs +15 -0
  60. package/.output/server/_ssr/BundleActivityChart-BiB9ZORH.mjs +288 -0
  61. package/.output/server/_ssr/BundleIdDisplay-Czk6iR6p.mjs +13 -0
  62. package/.output/server/_ssr/alert-Dim3MGY5.mjs +86 -0
  63. package/.output/server/_ssr/analytics-DtMTn8fn.mjs +858 -0
  64. package/.output/server/_ssr/analytics-api-Cg1M5v_H.mjs +71 -0
  65. package/.output/server/_ssr/analytics-input-fRRRn0uA.mjs +96 -0
  66. package/.output/server/_ssr/analytics-rpc-DY5uXvHT.mjs +155 -0
  67. package/.output/server/_ssr/api-BTSv1tZb.mjs +282 -0
  68. package/.output/server/_ssr/api-keys-BnM_o2nS.mjs +300 -0
  69. package/.output/server/_ssr/api-keys-api-CIywsSF5.mjs +60 -0
  70. package/.output/server/_ssr/api-keys-rpc-BSp1wkIV.mjs +136 -0
  71. package/.output/server/_ssr/api-rpc-cG5wd_tO.mjs +1468 -0
  72. package/.output/server/_ssr/auth-BF8mbAgF.mjs +21 -0
  73. package/.output/server/_ssr/auth-rpc-BrJ6obHJ.mjs +24 -0
  74. package/.output/server/_ssr/auth.server-DwKoZoQM.mjs +50 -0
  75. package/.output/server/_ssr/badge-DCxbEeof.mjs +26 -0
  76. package/.output/server/_ssr/bundle-signing-rpc-COoQhW8E.mjs +16 -0
  77. package/.output/server/_ssr/bundle-signing.server-D5u8KkMp.mjs +51 -0
  78. package/.output/server/_ssr/config-Dv8qLDZ0.mjs +13 -0
  79. package/.output/server/_ssr/config.server-DEiLhKmy.mjs +361 -0
  80. package/.output/server/_ssr/{createServerFn-DzU0k62V.mjs → createServerFn-B2hcXoPM.mjs} +1 -1
  81. package/.output/server/_ssr/createServerRpc-DB29C_5p.mjs +12 -0
  82. package/.output/server/_ssr/{sidebar-Cv_H0_Jv.mjs → createSsrRpc-9P0S0lJ3.mjs} +68 -50
  83. package/.output/server/_ssr/databaseRows-CwbNwYSl.mjs +166 -0
  84. package/.output/server/_ssr/deleteBundle-Cu_XOMt0.mjs +66 -0
  85. package/.output/server/_ssr/dialog-CQuRMNZ4.mjs +170 -0
  86. package/.output/server/_ssr/dist-BVSLTpoP.mjs +250 -0
  87. package/.output/server/_ssr/downloadBundle-CNnYxYO2.mjs +24 -0
  88. package/.output/server/_ssr/{empty-plugin-adapters-B4HCzgmM.mjs → empty-plugin-adapters-B5QvGpEl.mjs} +1 -1
  89. package/.output/server/_ssr/field-DRIXKjZG.mjs +74 -0
  90. package/.output/server/_ssr/{getBundleChildren-CVtSiH5t.mjs → getBundleChildren-BcRMFoDF.mjs} +10 -18
  91. package/.output/server/_ssr/installations-B-azgAvX.mjs +19 -0
  92. package/.output/server/_ssr/installations-Ctvzp2JH.mjs +535 -0
  93. package/.output/server/_ssr/router-C-KUBfOi.mjs +513 -0
  94. package/.output/server/_ssr/routes-BM4ht9jb.mjs +2286 -0
  95. package/.output/server/_ssr/routes-Z7TwC6nC.mjs +37 -0
  96. package/.output/server/_ssr/runtime.server-awTLiiXW.mjs +527 -0
  97. package/.output/server/_ssr/server-BjzmvXnO.mjs +7468 -0
  98. package/.output/server/_ssr/signing-k8GxyBDF.mjs +202 -0
  99. package/.output/server/_ssr/ssr.mjs +4 -5740
  100. package/.output/server/_ssr/start-DpViQGnt.mjs +4 -0
  101. package/.output/server/_ssr/table-v1yCvYo7.mjs +53 -0
  102. package/.output/server/_ssr/textarea-DYHnskhb.mjs +14 -0
  103. package/.output/server/_ssr/uuidv7-BbJ-9D_I.mjs +31 -0
  104. package/.output/server/_tanstack-start-manifest_v-CH4StzJu.mjs +108 -0
  105. package/.output/server/index.mjs +256 -53
  106. package/README.md +29 -8
  107. package/lib/index.d.mts +36 -0
  108. package/lib/index.mjs +4 -0
  109. package/lib/vite-internal.mjs +127 -0
  110. package/lib/vite.d.mts +10 -0
  111. package/lib/vite.mjs +5 -0
  112. package/package.json +51 -29
  113. package/public/apple-touch-icon.png +0 -0
  114. package/public/favicon-16x16.png +0 -0
  115. package/public/favicon-32x32.png +0 -0
  116. package/public/favicon.ico +0 -0
  117. package/public/logo.svg +1 -0
  118. package/public/manifest.json +30 -0
  119. package/public/robots.txt +3 -0
  120. package/src/components/AppSidebar.tsx +159 -0
  121. package/src/components/BundleIdDisplay.tsx +18 -0
  122. package/src/components/ChannelBadge.tsx +31 -0
  123. package/src/components/ConsoleAccessPage.tsx +122 -0
  124. package/src/components/EnabledStatusIcon.tsx +54 -0
  125. package/src/components/HashValueDisplay.tsx +85 -0
  126. package/src/components/HotUpdaterLogo.tsx +30 -0
  127. package/src/components/NotFoundPage.tsx +33 -0
  128. package/src/components/PlatformIcon.tsx +39 -0
  129. package/src/components/RolloutPercentageBadge.tsx +28 -0
  130. package/src/components/ThemeProvider.tsx +116 -0
  131. package/src/components/TimestampDisplay.tsx +41 -0
  132. package/src/components/features/analytics/ActivityChart.tsx +150 -0
  133. package/src/components/features/analytics/AnalyticsCapabilityContext.tsx +24 -0
  134. package/src/components/features/analytics/AnalyticsControls.tsx +115 -0
  135. package/src/components/features/analytics/AnalyticsErrorAlert.tsx +21 -0
  136. package/src/components/features/analytics/AnalyticsOverview.tsx +208 -0
  137. package/src/components/features/analytics/BundleDistribution.tsx +133 -0
  138. package/src/components/features/analytics/BundleSelector.tsx +114 -0
  139. package/src/components/features/analytics/InstallationHistoryCard.tsx +248 -0
  140. package/src/components/features/analytics/InstallationMatchesCard.tsx +132 -0
  141. package/src/components/features/analytics/InstallationPageHeader.tsx +138 -0
  142. package/src/components/features/analytics/InstallationPagination.tsx +48 -0
  143. package/src/components/features/analytics/InstallationSearch.tsx +230 -0
  144. package/src/components/features/analytics/UpdateOutcomes.tsx +147 -0
  145. package/src/components/features/api-keys/ApiKeysPage.tsx +377 -0
  146. package/src/components/features/bundles/BundleActivityChart.tsx +193 -0
  147. package/src/components/features/bundles/BundleAnalyticsSummary.tsx +123 -0
  148. package/src/components/features/bundles/BundleChildrenPanel.tsx +201 -0
  149. package/src/components/features/bundles/BundleMetadata.tsx +136 -0
  150. package/src/components/features/bundles/RolloutCohortsDialog.tsx +201 -0
  151. package/src/components/features/channels/ChannelManagementDialog.tsx +228 -0
  152. package/src/components/features/releases/ReleaseEditorSheet.tsx +879 -0
  153. package/src/components/features/releases/ReleaseStateBadge.tsx +20 -0
  154. package/src/components/features/signing/BundleSigningPage.tsx +247 -0
  155. package/src/components/ui/alert-dialog.tsx +185 -0
  156. package/src/components/ui/alert.tsx +76 -0
  157. package/src/components/ui/badge.tsx +49 -0
  158. package/src/components/ui/button.tsx +58 -0
  159. package/src/components/ui/card.tsx +89 -0
  160. package/src/components/ui/chart.tsx +371 -0
  161. package/src/components/ui/combobox.tsx +303 -0
  162. package/src/components/ui/dialog.tsx +156 -0
  163. package/src/components/ui/dropdown-menu.tsx +270 -0
  164. package/src/components/ui/field.tsx +235 -0
  165. package/src/components/ui/input-group.tsx +147 -0
  166. package/src/components/ui/input.tsx +19 -0
  167. package/src/components/ui/label.tsx +25 -0
  168. package/src/components/ui/progress.tsx +84 -0
  169. package/src/components/ui/select.tsx +205 -0
  170. package/src/components/ui/separator.tsx +23 -0
  171. package/src/components/ui/sheet.tsx +132 -0
  172. package/src/components/ui/sidebar.tsx +779 -0
  173. package/src/components/ui/skeleton.tsx +13 -0
  174. package/src/components/ui/slider.tsx +56 -0
  175. package/src/components/ui/sonner.tsx +45 -0
  176. package/src/components/ui/switch.tsx +25 -0
  177. package/src/components/ui/table.tsx +114 -0
  178. package/src/components/ui/textarea.tsx +18 -0
  179. package/src/components/ui/toggle-group.tsx +89 -0
  180. package/src/components/ui/toggle.tsx +43 -0
  181. package/src/components/ui/tooltip.tsx +66 -0
  182. package/src/hooks/use-mobile.ts +30 -0
  183. package/src/index.ts +48 -0
  184. package/src/lib/analytics-api.ts +145 -0
  185. package/src/lib/analytics-error.ts +19 -0
  186. package/src/lib/analytics-input.ts +187 -0
  187. package/src/lib/analytics-overview.ts +170 -0
  188. package/src/lib/analytics-rpc.ts +218 -0
  189. package/src/lib/api-keys-api.ts +69 -0
  190. package/src/lib/api-keys-rpc.ts +87 -0
  191. package/src/lib/api-rpc.ts +478 -0
  192. package/src/lib/api.ts +444 -0
  193. package/src/lib/auth-rpc.ts +16 -0
  194. package/src/lib/bundle-signing-api.ts +14 -0
  195. package/src/lib/bundle-signing-rpc.ts +16 -0
  196. package/src/lib/constants.ts +1 -0
  197. package/src/lib/git.ts +51 -0
  198. package/src/lib/server/auth.server.ts +43 -0
  199. package/src/lib/server/bundle-signing.server.ts +100 -0
  200. package/src/lib/server/config.server.ts +109 -0
  201. package/src/lib/server/console-runtime.server.ts +70 -0
  202. package/src/lib/server/deleteBundle.ts +145 -0
  203. package/src/lib/server/downloadBundle.ts +46 -0
  204. package/src/lib/server/getBundleChildren.ts +130 -0
  205. package/src/lib/server/listReleases.ts +61 -0
  206. package/src/lib/server/releaseActivity.ts +27 -0
  207. package/src/lib/server/releaseReachability.ts +95 -0
  208. package/src/lib/server/runtime.server.ts +172 -0
  209. package/src/lib/utils.ts +9 -0
  210. package/src/logo.svg +1 -0
  211. package/src/routeTree.gen.ts +199 -0
  212. package/src/router.tsx +21 -0
  213. package/src/routes/-installations-search.ts +19 -0
  214. package/src/routes/-releases-search.ts +74 -0
  215. package/src/routes/__root.tsx +174 -0
  216. package/src/routes/analytics.tsx +139 -0
  217. package/src/routes/api/auth/$.ts +19 -0
  218. package/src/routes/api/bundles/$bundleId/download.ts +17 -0
  219. package/src/routes/api-keys.tsx +37 -0
  220. package/src/routes/index.tsx +982 -0
  221. package/src/routes/installations.tsx +194 -0
  222. package/src/routes/signing.tsx +37 -0
  223. package/src/styles.css +152 -0
  224. package/src/virtual-modules.d.ts +21 -0
  225. package/src/vite-env.d.ts +1 -0
  226. package/src/vite-internal.ts +195 -0
  227. package/src/vite.ts +12 -0
  228. package/.output/public/assets/dist-DJX53faP.js +0 -3
  229. package/.output/public/assets/index-Iylis5kY.js +0 -10
  230. package/.output/public/assets/routes-HT21hs0C.js +0 -54
  231. package/.output/public/assets/styles-C0Re4quB.css +0 -2
  232. package/.output/server/__23tanstack-start-server-fn-resolver-CgwgZ0-i.mjs +0 -66
  233. package/.output/server/_libs/@floating-ui/core+[...].mjs +0 -698
  234. package/.output/server/_libs/@floating-ui/dom+[...].mjs +0 -644
  235. package/.output/server/_libs/@floating-ui/react-dom+[...].mjs +0 -839
  236. package/.output/server/_libs/@radix-ui/react-alert-dialog+[...].mjs +0 -2138
  237. package/.output/server/_libs/@radix-ui/react-popper+[...].mjs +0 -308
  238. package/.output/server/_libs/@radix-ui/react-select+[...].mjs +0 -1038
  239. package/.output/server/_libs/@tanstack/devtools-event-client+[...].mjs +0 -196
  240. package/.output/server/_libs/@tanstack/form-core+[...].mjs +0 -3228
  241. package/.output/server/_libs/@tanstack/react-form+[...].mjs +0 -430
  242. package/.output/server/_libs/@tanstack/react-table+[...].mjs +0 -2382
  243. package/.output/server/_libs/radix-ui__number.mjs +0 -6
  244. package/.output/server/_libs/radix-ui__primitive.mjs +0 -9
  245. package/.output/server/_libs/radix-ui__react-arrow.mjs +0 -23
  246. package/.output/server/_libs/radix-ui__react-collection.mjs +0 -78
  247. package/.output/server/_libs/radix-ui__react-direction.mjs +0 -13
  248. package/.output/server/_libs/radix-ui__react-label.mjs +0 -22
  249. package/.output/server/_libs/radix-ui__react-separator.mjs +0 -30
  250. package/.output/server/_libs/radix-ui__react-slider.mjs +0 -510
  251. package/.output/server/_libs/radix-ui__react-switch.mjs +0 -157
  252. package/.output/server/_libs/radix-ui__react-tooltip.mjs +0 -493
  253. package/.output/server/_ssr/api-rpc-BIbDUKSz.mjs +0 -292
  254. package/.output/server/_ssr/config.server-BSS366KT.mjs +0 -41
  255. package/.output/server/_ssr/deleteBundle-BgbZTtpW.mjs +0 -141
  256. package/.output/server/_ssr/dist-KboydRVk.mjs +0 -120
  257. package/.output/server/_ssr/router-C3hqEy3k.mjs +0 -307
  258. package/.output/server/_ssr/routes-B0lQvvlC.mjs +0 -3048
  259. package/.output/server/_ssr/start-02sLteYG.mjs +0 -4
  260. package/.output/server/_ssr/storageProfile-FVkjPoGb.mjs +0 -9
  261. package/.output/server/_tanstack-start-manifest_v-Bpx52WOU.mjs +0 -20
  262. package/.output/server/node_modules/tslib/modules/index.js +0 -70
  263. package/.output/server/node_modules/tslib/modules/package.json +0 -3
  264. package/.output/server/node_modules/tslib/package.json +0 -47
  265. package/.output/server/node_modules/tslib/tslib.js +0 -484
  266. package/.output/server/package.json +0 -9
@@ -1,5 +1,5 @@
1
- import { r as __toESM } from "../_runtime.mjs";
2
- import { u as require_react } from "./@floating-ui/react-dom+[...].mjs";
1
+ import { i as __toESM } from "../_runtime.mjs";
2
+ import { at as require_react } from "./@base-ui/react+[...].mjs";
3
3
  //#region ../../node_modules/.pnpm/lucide-react@0.577.0_react@19.2.6/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.js
4
4
  var import_react = /* @__PURE__ */ __toESM(require_react());
5
5
  /**
@@ -109,6 +109,13 @@ var createLucideIcon = (iconName, iconNode) => {
109
109
  Component.displayName = toPascalCase(iconName);
110
110
  return Component;
111
111
  };
112
+ var ArrowLeft = createLucideIcon("arrow-left", [["path", {
113
+ d: "m12 19-7-7 7-7",
114
+ key: "1l729n"
115
+ }], ["path", {
116
+ d: "M19 12H5",
117
+ key: "x3x0zl"
118
+ }]]);
112
119
  var ArrowRight = createLucideIcon("arrow-right", [["path", {
113
120
  d: "M5 12h14",
114
121
  key: "1ays0h"
@@ -116,6 +123,32 @@ var ArrowRight = createLucideIcon("arrow-right", [["path", {
116
123
  d: "m12 5 7 7-7 7",
117
124
  key: "xquz4c"
118
125
  }]]);
126
+ var ChartNoAxesCombined = createLucideIcon("chart-no-axes-combined", [
127
+ ["path", {
128
+ d: "M12 16v5",
129
+ key: "zza2cw"
130
+ }],
131
+ ["path", {
132
+ d: "M16 14v7",
133
+ key: "1g90b9"
134
+ }],
135
+ ["path", {
136
+ d: "M20 10v11",
137
+ key: "1iqoj0"
138
+ }],
139
+ ["path", {
140
+ d: "m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15",
141
+ key: "1fw8x9"
142
+ }],
143
+ ["path", {
144
+ d: "M4 18v3",
145
+ key: "1yp0dc"
146
+ }],
147
+ ["path", {
148
+ d: "M8 14v7",
149
+ key: "n3cwzv"
150
+ }]
151
+ ]);
119
152
  var Check = createLucideIcon("check", [["path", {
120
153
  d: "M20 6 9 17l-5-5",
121
154
  key: "1gmf2c"
@@ -145,22 +178,32 @@ var CircleCheck = createLucideIcon("circle-check", [["circle", {
145
178
  d: "m9 12 2 2 4-4",
146
179
  key: "dzmm74"
147
180
  }]]);
148
- var CircleX = createLucideIcon("circle-x", [
149
- ["circle", {
150
- cx: "12",
151
- cy: "12",
152
- r: "10",
153
- key: "1mglay"
181
+ var CircleOff = createLucideIcon("circle-off", [
182
+ ["path", {
183
+ d: "m2 2 20 20",
184
+ key: "1ooewy"
154
185
  }],
155
186
  ["path", {
156
- d: "m15 9-6 6",
157
- key: "1uzhvr"
187
+ d: "M8.35 2.69A10 10 0 0 1 21.3 15.65",
188
+ key: "1pfsoa"
158
189
  }],
159
190
  ["path", {
160
- d: "m9 9 6 6",
161
- key: "z0biqf"
191
+ d: "M19.08 19.08A10 10 0 1 1 4.92 4.92",
192
+ key: "1ablyi"
162
193
  }]
163
194
  ]);
195
+ var Clipboard = createLucideIcon("clipboard", [["rect", {
196
+ width: "8",
197
+ height: "4",
198
+ x: "8",
199
+ y: "2",
200
+ rx: "1",
201
+ ry: "1",
202
+ key: "tgr4d6"
203
+ }], ["path", {
204
+ d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",
205
+ key: "116196"
206
+ }]]);
164
207
  var Download = createLucideIcon("download", [
165
208
  ["path", {
166
209
  d: "M12 15V3",
@@ -247,6 +290,16 @@ var Info = createLucideIcon("info", [
247
290
  key: "e9boi3"
248
291
  }]
249
292
  ]);
293
+ var KeyRound = createLucideIcon("key-round", [["path", {
294
+ d: "M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",
295
+ key: "1s6t7t"
296
+ }], ["circle", {
297
+ cx: "16.5",
298
+ cy: "7.5",
299
+ r: ".5",
300
+ fill: "currentColor",
301
+ key: "w0ekpg"
302
+ }]]);
250
303
  var List = createLucideIcon("list", [
251
304
  ["path", {
252
305
  d: "M3 5h.01",
@@ -335,6 +388,24 @@ var Plus = createLucideIcon("plus", [["path", {
335
388
  d: "M12 5v14",
336
389
  key: "s699le"
337
390
  }]]);
391
+ var RefreshCw = createLucideIcon("refresh-cw", [
392
+ ["path", {
393
+ d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",
394
+ key: "v9h5vc"
395
+ }],
396
+ ["path", {
397
+ d: "M21 3v5h-5",
398
+ key: "1q7to0"
399
+ }],
400
+ ["path", {
401
+ d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",
402
+ key: "3uifl3"
403
+ }],
404
+ ["path", {
405
+ d: "M8 16H3v5",
406
+ key: "1cv678"
407
+ }]
408
+ ]);
338
409
  var RotateCcw = createLucideIcon("rotate-ccw", [["path", {
339
410
  d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",
340
411
  key: "1357e3"
@@ -342,6 +413,36 @@ var RotateCcw = createLucideIcon("rotate-ccw", [["path", {
342
413
  d: "M3 3v5h5",
343
414
  key: "1xhq8a"
344
415
  }]]);
416
+ var Search = createLucideIcon("search", [["path", {
417
+ d: "m21 21-4.34-4.34",
418
+ key: "14j7rj"
419
+ }], ["circle", {
420
+ cx: "11",
421
+ cy: "11",
422
+ r: "8",
423
+ key: "4ej97u"
424
+ }]]);
425
+ var ShieldCheck = createLucideIcon("shield-check", [["path", {
426
+ d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
427
+ key: "oel41y"
428
+ }], ["path", {
429
+ d: "m9 12 2 2 4-4",
430
+ key: "dzmm74"
431
+ }]]);
432
+ var ShieldOff = createLucideIcon("shield-off", [
433
+ ["path", {
434
+ d: "m2 2 20 20",
435
+ key: "1ooewy"
436
+ }],
437
+ ["path", {
438
+ d: "M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71",
439
+ key: "1jlk70"
440
+ }],
441
+ ["path", {
442
+ d: "M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264",
443
+ key: "18rp1v"
444
+ }]
445
+ ]);
345
446
  var Sun = createLucideIcon("sun", [
346
447
  ["circle", {
347
448
  cx: "12",
@@ -382,6 +483,33 @@ var Sun = createLucideIcon("sun", [
382
483
  key: "1shlcs"
383
484
  }]
384
485
  ]);
486
+ var Tag = createLucideIcon("tag", [["path", {
487
+ d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",
488
+ key: "vktsd0"
489
+ }], ["circle", {
490
+ cx: "7.5",
491
+ cy: "7.5",
492
+ r: ".5",
493
+ fill: "currentColor",
494
+ key: "kqv944"
495
+ }]]);
496
+ var Tags = createLucideIcon("tags", [
497
+ ["path", {
498
+ d: "M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z",
499
+ key: "16rjxf"
500
+ }],
501
+ ["path", {
502
+ d: "M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193",
503
+ key: "178nd4"
504
+ }],
505
+ ["circle", {
506
+ cx: "10.5",
507
+ cy: "6.5",
508
+ r: ".5",
509
+ fill: "currentColor",
510
+ key: "12ikhr"
511
+ }]
512
+ ]);
385
513
  var Trash2 = createLucideIcon("trash-2", [
386
514
  ["path", {
387
515
  d: "M10 11v6",
@@ -426,4 +554,4 @@ var X = createLucideIcon("x", [["path", {
426
554
  key: "d8bk6v"
427
555
  }]]);
428
556
  //#endregion
429
- export { ChevronLeft as C, ArrowRight as E, ChevronRight as S, Check as T, ExternalLink as _, RotateCcw as a, CircleCheck as b, Package as c, Minus as d, LoaderCircle as f, FingerprintPattern as g, Funnel as h, Sun as i, OctagonX as l, Info as m, TriangleAlert as n, Plus as o, List as p, Trash2 as r, PanelLeft as s, X as t, Moon as u, Download as v, ChevronDown as w, ChevronUp as x, CircleX as y };
557
+ export { ChevronRight as A, FingerprintPattern as C, CircleOff as D, Clipboard as E, ArrowRight as F, ArrowLeft as I, ChevronDown as M, Check as N, CircleCheck as O, ChartNoAxesCombined as P, Funnel as S, Download as T, Minus as _, Tag as a, KeyRound as b, ShieldCheck as c, RefreshCw as d, Plus as f, Moon as g, OctagonX as h, Tags as i, ChevronLeft as j, ChevronUp as k, Search as l, Package as m, TriangleAlert as n, Sun as o, PanelLeft as p, Trash2 as r, ShieldOff as s, X as t, RotateCcw as u, LoaderCircle as v, ExternalLink as w, Info as x, List as y };
@@ -1,5 +1,5 @@
1
- import { r as __toESM } from "../_runtime.mjs";
2
- import { u as require_react } from "./@floating-ui/react-dom+[...].mjs";
1
+ import { i as __toESM } from "../_runtime.mjs";
2
+ import { at as require_react } from "./@base-ui/react+[...].mjs";
3
3
  //#region ../../node_modules/.pnpm/next-themes@0.4.6_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next-themes/dist/index.mjs
4
4
  var import_react = /* @__PURE__ */ __toESM(require_react(), 1), M = (e, i, s, u, m, a, l, h) => {
5
5
  let d = document.documentElement, w = ["light", "dark"];
@@ -0,0 +1,205 @@
1
+ import { i as __toESM, t as __commonJSMin } from "../_runtime.mjs";
2
+ import { at as require_react } from "./@base-ui/react+[...].mjs";
3
+ //#region ../../node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.2.6/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js
4
+ /**
5
+ * @license React
6
+ * use-sync-external-store-with-selector.production.js
7
+ *
8
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
9
+ *
10
+ * This source code is licensed under the MIT license found in the
11
+ * LICENSE file in the root directory of this source tree.
12
+ */
13
+ var require_use_sync_external_store_with_selector_production = /* @__PURE__ */ __commonJSMin(((exports) => {
14
+ var React = require_react();
15
+ React.useSyncExternalStore;
16
+ React.useRef;
17
+ React.useEffect;
18
+ React.useMemo;
19
+ React.useDebugValue;
20
+ }));
21
+ //#endregion
22
+ //#region ../../node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.2.6/node_modules/use-sync-external-store/with-selector.js
23
+ var require_with_selector = /* @__PURE__ */ __commonJSMin(((exports, module) => {
24
+ module.exports = require_use_sync_external_store_with_selector_production();
25
+ }));
26
+ //#endregion
27
+ //#region ../../node_modules/.pnpm/react-redux@9.3.0_@types+react@19.2.15_react@19.2.6_redux@5.0.1/node_modules/react-redux/dist/react-redux.mjs
28
+ var import_react = /* @__PURE__ */ __toESM(require_react(), 1);
29
+ require_with_selector();
30
+ function defaultNoopBatch(callback) {
31
+ callback();
32
+ }
33
+ function createListenerCollection() {
34
+ let first = null;
35
+ let last = null;
36
+ return {
37
+ clear() {
38
+ first = null;
39
+ last = null;
40
+ },
41
+ notify() {
42
+ defaultNoopBatch(() => {
43
+ let listener = first;
44
+ while (listener) {
45
+ listener.callback();
46
+ listener = listener.next;
47
+ }
48
+ });
49
+ },
50
+ get() {
51
+ const listeners = [];
52
+ let listener = first;
53
+ while (listener) {
54
+ listeners.push(listener);
55
+ listener = listener.next;
56
+ }
57
+ return listeners;
58
+ },
59
+ subscribe(callback) {
60
+ let isSubscribed = true;
61
+ const listener = last = {
62
+ callback,
63
+ next: null,
64
+ prev: last
65
+ };
66
+ if (listener.prev) listener.prev.next = listener;
67
+ else first = listener;
68
+ return function unsubscribe() {
69
+ if (!isSubscribed || first === null) return;
70
+ isSubscribed = false;
71
+ if (listener.next) listener.next.prev = listener.prev;
72
+ else last = listener.prev;
73
+ if (listener.prev) listener.prev.next = listener.next;
74
+ else first = listener.next;
75
+ };
76
+ }
77
+ };
78
+ }
79
+ var nullListeners = {
80
+ notify() {},
81
+ get: () => []
82
+ };
83
+ function createSubscription(store, parentSub) {
84
+ let unsubscribe;
85
+ let listeners = nullListeners;
86
+ let subscriptionsAmount = 0;
87
+ let selfSubscribed = false;
88
+ function addNestedSub(listener) {
89
+ trySubscribe();
90
+ const cleanupListener = listeners.subscribe(listener);
91
+ let removed = false;
92
+ return () => {
93
+ if (!removed) {
94
+ removed = true;
95
+ cleanupListener();
96
+ tryUnsubscribe();
97
+ }
98
+ };
99
+ }
100
+ function notifyNestedSubs() {
101
+ listeners.notify();
102
+ }
103
+ function handleChangeWrapper() {
104
+ if (subscription.onStateChange) subscription.onStateChange();
105
+ }
106
+ function isSubscribed() {
107
+ return selfSubscribed;
108
+ }
109
+ function trySubscribe() {
110
+ subscriptionsAmount++;
111
+ if (!unsubscribe) {
112
+ unsubscribe = parentSub ? parentSub.addNestedSub(handleChangeWrapper) : store.subscribe(handleChangeWrapper);
113
+ listeners = createListenerCollection();
114
+ }
115
+ }
116
+ function tryUnsubscribe() {
117
+ subscriptionsAmount--;
118
+ if (unsubscribe && subscriptionsAmount === 0) {
119
+ unsubscribe();
120
+ unsubscribe = void 0;
121
+ listeners.clear();
122
+ listeners = nullListeners;
123
+ }
124
+ }
125
+ function trySubscribeSelf() {
126
+ if (!selfSubscribed) {
127
+ selfSubscribed = true;
128
+ trySubscribe();
129
+ }
130
+ }
131
+ function tryUnsubscribeSelf() {
132
+ if (selfSubscribed) {
133
+ selfSubscribed = false;
134
+ tryUnsubscribe();
135
+ }
136
+ }
137
+ const subscription = {
138
+ addNestedSub,
139
+ notifyNestedSubs,
140
+ handleChangeWrapper,
141
+ isSubscribed,
142
+ trySubscribe: trySubscribeSelf,
143
+ tryUnsubscribe: tryUnsubscribeSelf,
144
+ getListeners: () => listeners
145
+ };
146
+ return subscription;
147
+ }
148
+ var canUseDOM = () => !!(typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined");
149
+ var isDOM = /* @__PURE__ */ canUseDOM();
150
+ var isRunningInReactNative = () => typeof navigator !== "undefined" && navigator.product === "ReactNative";
151
+ var isReactNative = /* @__PURE__ */ isRunningInReactNative();
152
+ var getUseIsomorphicLayoutEffect = () => isDOM || isReactNative ? import_react.useLayoutEffect : import_react.useEffect;
153
+ var useIsomorphicLayoutEffect = /* @__PURE__ */ getUseIsomorphicLayoutEffect();
154
+ function is(x, y) {
155
+ if (x === y) return x !== 0 || y !== 0 || 1 / x === 1 / y;
156
+ else return x !== x && y !== y;
157
+ }
158
+ function shallowEqual(objA, objB) {
159
+ if (is(objA, objB)) return true;
160
+ if (typeof objA !== "object" || objA === null || typeof objB !== "object" || objB === null) return false;
161
+ const keysA = Object.keys(objA);
162
+ const keysB = Object.keys(objB);
163
+ if (keysA.length !== keysB.length) return false;
164
+ for (let i = 0; i < keysA.length; i++) if (!Object.prototype.hasOwnProperty.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) return false;
165
+ return true;
166
+ }
167
+ var ContextKey = /* @__PURE__ */ Symbol.for(`react-redux-context`);
168
+ var gT = typeof globalThis !== "undefined" ? globalThis : {};
169
+ function getContext() {
170
+ if (!import_react.createContext) return {};
171
+ const contextMap = gT[ContextKey] ??= /* @__PURE__ */ new Map();
172
+ let realContext = contextMap.get(import_react.createContext);
173
+ if (!realContext) {
174
+ realContext = import_react.createContext(null);
175
+ contextMap.set(import_react.createContext, realContext);
176
+ }
177
+ return realContext;
178
+ }
179
+ var ReactReduxContext = /* @__PURE__ */ getContext();
180
+ function Provider(providerProps) {
181
+ const { children, context, serverState, store } = providerProps;
182
+ const contextValue = import_react.useMemo(() => {
183
+ return {
184
+ store,
185
+ subscription: createSubscription(store),
186
+ getServerState: serverState ? () => serverState : void 0
187
+ };
188
+ }, [store, serverState]);
189
+ const previousState = import_react.useMemo(() => store.getState(), [store]);
190
+ useIsomorphicLayoutEffect(() => {
191
+ const { subscription } = contextValue;
192
+ subscription.onStateChange = subscription.notifyNestedSubs;
193
+ subscription.trySubscribe();
194
+ if (previousState !== store.getState()) subscription.notifyNestedSubs();
195
+ return () => {
196
+ subscription.tryUnsubscribe();
197
+ subscription.onStateChange = void 0;
198
+ };
199
+ }, [contextValue, previousState]);
200
+ const Context = context || ReactReduxContext;
201
+ return /* @__PURE__ */ import_react.createElement(Context.Provider, { value: contextValue }, children);
202
+ }
203
+ var Provider_default = Provider;
204
+ //#endregion
205
+ export { shallowEqual as n, Provider_default as t };