appos 0.7.1-0 → 0.7.2-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 (82) hide show
  1. package/dist/api/cli.mjs +6 -6
  2. package/dist/api/database.mjs +2 -2
  3. package/dist/api/event.mjs +2 -2
  4. package/dist/api/mailer.mjs +3 -3
  5. package/dist/api/openapi.mjs +2 -2
  6. package/dist/api/server.mjs +3 -3
  7. package/dist/api/storage.mjs +3 -3
  8. package/dist/api/workflow.mjs +3 -3
  9. package/dist/{auth-1uQuSjl_.d.ts → auth-DApUVaRy.d.ts} +1 -1
  10. package/dist/{brand-CIdvO6yY.d.ts → brand-BtuGWLsN.d.ts} +2 -2
  11. package/dist/{constants-Cn8qeyGD.mjs → constants-Dq6RcqAm.mjs} +1 -1
  12. package/dist/{database-s-rZuCOz.mjs → database-BHiXuvXI.mjs} +1 -1
  13. package/dist/devtools/test.mjs +4 -4
  14. package/dist/devtools/vite.mjs +5 -5
  15. package/dist/{event-BFYD8Mmy.mjs → event-CZ5rwA9c.mjs} +1 -1
  16. package/dist/{openapi-kCcmkZ30.mjs → openapi-CilB61KR.mjs} +1 -1
  17. package/dist/{panel-CpZWj60p.mjs → panel-DTz4glAl.mjs} +2 -2
  18. package/dist/panel-kmtSmBw-.mjs +5 -0
  19. package/dist/{routes-B9VlLVFz.mjs → routes-C3IN48sA.mjs} +1 -1
  20. package/dist/routes-C5-dzpYC.mjs +4 -0
  21. package/dist/{server-BNk1lm5r.mjs → server-LGzojMHJ.mjs} +3 -3
  22. package/dist/web/auth.d.ts +2 -2
  23. package/dist/web/ui/accordion.d.ts +5 -5
  24. package/dist/web/ui/alert-dialog.d.ts +13 -13
  25. package/dist/web/ui/alert.d.ts +8 -8
  26. package/dist/web/ui/animated-check.d.ts +2 -2
  27. package/dist/web/ui/aspect-ratio.d.ts +2 -2
  28. package/dist/web/ui/auth.d.ts +2 -2
  29. package/dist/web/ui/avatar.d.ts +7 -7
  30. package/dist/web/ui/badge.d.ts +1 -1
  31. package/dist/web/ui/brand.d.ts +1 -1
  32. package/dist/web/ui/breadcrumb.d.ts +7 -7
  33. package/dist/web/ui/button-group.d.ts +5 -5
  34. package/dist/web/ui/button.d.ts +5 -5
  35. package/dist/web/ui/calendar.d.ts +3 -3
  36. package/dist/web/ui/card.d.ts +8 -8
  37. package/dist/web/ui/carousel.d.ts +6 -6
  38. package/dist/web/ui/chart.d.ts +5 -5
  39. package/dist/web/ui/checkbox.d.ts +2 -2
  40. package/dist/web/ui/collapsible.d.ts +4 -4
  41. package/dist/web/ui/command.d.ts +10 -10
  42. package/dist/web/ui/context-menu.d.ts +16 -16
  43. package/dist/web/ui/dialog.d.ts +11 -11
  44. package/dist/web/ui/drawer.d.ts +11 -11
  45. package/dist/web/ui/dropdown-menu.d.ts +16 -16
  46. package/dist/web/ui/empty.d.ts +7 -7
  47. package/dist/web/ui/error-page.d.ts +3 -3
  48. package/dist/web/ui/error-page.js +1 -1
  49. package/dist/web/ui/field.d.ts +11 -11
  50. package/dist/web/ui/hover-card.d.ts +4 -4
  51. package/dist/web/ui/input-group.d.ts +7 -7
  52. package/dist/web/ui/input-otp.d.ts +5 -5
  53. package/dist/web/ui/input.d.ts +2 -2
  54. package/dist/web/ui/item.d.ts +10 -10
  55. package/dist/web/ui/kbd.d.ts +3 -3
  56. package/dist/web/ui/label.d.ts +2 -2
  57. package/dist/web/ui/menubar.d.ts +17 -17
  58. package/dist/web/ui/navigation-menu.d.ts +9 -9
  59. package/dist/web/ui/pagination.d.ts +8 -8
  60. package/dist/web/ui/popover.d.ts +7 -7
  61. package/dist/web/ui/progress.d.ts +6 -6
  62. package/dist/web/ui/resizable.d.ts +4 -4
  63. package/dist/web/ui/scroll-area.d.ts +3 -3
  64. package/dist/web/ui/select.d.ts +10 -10
  65. package/dist/web/ui/separator.d.ts +2 -2
  66. package/dist/web/ui/sheet.d.ts +9 -9
  67. package/dist/web/ui/sidebar.d.ts +22 -22
  68. package/dist/web/ui/skeleton.d.ts +2 -2
  69. package/dist/web/ui/slider.d.ts +2 -2
  70. package/dist/web/ui/sonner.d.ts +2 -2
  71. package/dist/web/ui/spinner.d.ts +2 -2
  72. package/dist/web/ui/switch.d.ts +2 -2
  73. package/dist/web/ui/table.d.ts +9 -9
  74. package/dist/web/ui/tabs.d.ts +7 -7
  75. package/dist/web/ui/textarea.d.ts +2 -2
  76. package/dist/web/ui/toggle-group.d.ts +3 -3
  77. package/dist/web/ui/toggle.d.ts +4 -4
  78. package/dist/{workflow-BN-NfNzZ.mjs → workflow-CBk2RLCb.mjs} +2 -2
  79. package/package.json +11 -11
  80. package/src/web/ui/error-page.tsx +1 -1
  81. package/dist/panel-C2TDalNf.mjs +0 -5
  82. package/dist/routes-Bkg2Mqxd.mjs +0 -4
package/dist/api/cli.mjs CHANGED
@@ -1,13 +1,13 @@
1
1
  import "../auth-schema-OUnjUQlj.mjs";
2
2
  import "../redis-a5sw5J3L.mjs";
3
- import { C as version, a as COMMANDS_DIR, b as TEST_EXTENSIONS, f as FILE_EXT, h as MAIN_ENTRY, o as DATABASES_DIR, p as FIXTURES_DIR, r as BUILD_DIR, t as APPOS_DIR, u as EMAIL_THEME_FILE, v as ROOT_CSS_FILE, x as WEB_DIR } from "../constants-Cn8qeyGD.mjs";
4
- import { a as loadEvents } from "../event-BFYD8Mmy.mjs";
5
- import { i as loadWorkflows } from "../workflow-BN-NfNzZ.mjs";
6
- import { r as defineMigrationOpts } from "../database-s-rZuCOz.mjs";
7
- import { t as defineServer } from "../server-BNk1lm5r.mjs";
3
+ import { C as version, a as COMMANDS_DIR, b as TEST_EXTENSIONS, f as FILE_EXT, h as MAIN_ENTRY, o as DATABASES_DIR, p as FIXTURES_DIR, r as BUILD_DIR, t as APPOS_DIR, u as EMAIL_THEME_FILE, v as ROOT_CSS_FILE, x as WEB_DIR } from "../constants-Dq6RcqAm.mjs";
4
+ import { a as loadEvents } from "../event-CZ5rwA9c.mjs";
5
+ import { i as loadWorkflows } from "../workflow-CBk2RLCb.mjs";
6
+ import { r as defineMigrationOpts } from "../database-BHiXuvXI.mjs";
7
+ import { t as defineServer } from "../server-LGzojMHJ.mjs";
8
8
  import "../instrumentation-DCouyaIn.mjs";
9
9
  import "../app-context-CaxDuPj-.mjs";
10
- import "../openapi-kCcmkZ30.mjs";
10
+ import "../openapi-CilB61KR.mjs";
11
11
  import "../context-9Yd81kh5.mjs";
12
12
  import { t as defineWorker } from "../worker-D4L3BmuS.mjs";
13
13
  import { createRequire } from "node:module";
@@ -1,5 +1,5 @@
1
- import "../constants-Cn8qeyGD.mjs";
2
- import { a as migrationsSchema, i as defineTestDatabase, n as defineDatabase, r as defineMigrationOpts, t as dbChanges } from "../database-s-rZuCOz.mjs";
1
+ import "../constants-Dq6RcqAm.mjs";
2
+ import { a as migrationsSchema, i as defineTestDatabase, n as defineDatabase, r as defineMigrationOpts, t as dbChanges } from "../database-BHiXuvXI.mjs";
3
3
 
4
4
  export * from "drizzle-orm"
5
5
 
@@ -1,5 +1,5 @@
1
1
  import "../redis-a5sw5J3L.mjs";
2
- import "../constants-Cn8qeyGD.mjs";
3
- import { a as loadEvents, i as defineEventBus, n as dbChangesEvent, r as defineEvent, t as dbChangeInputSchema } from "../event-BFYD8Mmy.mjs";
2
+ import "../constants-Dq6RcqAm.mjs";
3
+ import { a as loadEvents, i as defineEventBus, n as dbChangesEvent, r as defineEvent, t as dbChangeInputSchema } from "../event-CZ5rwA9c.mjs";
4
4
 
5
5
  export { dbChangeInputSchema, dbChangesEvent, defineEvent, defineEventBus, loadEvents };
@@ -1,8 +1,8 @@
1
1
  import "../auth-schema-OUnjUQlj.mjs";
2
2
  import "../redis-a5sw5J3L.mjs";
3
- import { i as BUILD_OUTPUT_DIR, u as EMAIL_THEME_FILE, v as ROOT_CSS_FILE, x as WEB_DIR } from "../constants-Cn8qeyGD.mjs";
4
- import "../event-BFYD8Mmy.mjs";
5
- import { a as sendEmail } from "../workflow-BN-NfNzZ.mjs";
3
+ import { i as BUILD_OUTPUT_DIR, u as EMAIL_THEME_FILE, v as ROOT_CSS_FILE, x as WEB_DIR } from "../constants-Dq6RcqAm.mjs";
4
+ import "../event-CZ5rwA9c.mjs";
5
+ import { a as sendEmail } from "../workflow-CBk2RLCb.mjs";
6
6
  import { n as parseThemeFromString } from "../colors-AFh2mCN3.mjs";
7
7
  import { join } from "node:path";
8
8
  import { existsSync, readFileSync } from "node:fs";
@@ -1,5 +1,5 @@
1
- import "../constants-Cn8qeyGD.mjs";
1
+ import "../constants-Dq6RcqAm.mjs";
2
2
  import "../app-context-CaxDuPj-.mjs";
3
- import { a as generateOpenAPIDocument, c as scanAPIRoutes, i as defineTypedResponses, l as writeOpenAPISpecs, n as defineOpenAPIConfig, o as loadAndRegisterAPIRoutes, r as defineOpenAPIEndpoint, s as registerRoutes, t as defineOpenAPI } from "../openapi-kCcmkZ30.mjs";
3
+ import { a as generateOpenAPIDocument, c as scanAPIRoutes, i as defineTypedResponses, l as writeOpenAPISpecs, n as defineOpenAPIConfig, o as loadAndRegisterAPIRoutes, r as defineOpenAPIEndpoint, s as registerRoutes, t as defineOpenAPI } from "../openapi-CilB61KR.mjs";
4
4
 
5
5
  export { defineOpenAPI, defineOpenAPIConfig, defineOpenAPIEndpoint, defineTypedResponses, generateOpenAPIDocument, loadAndRegisterAPIRoutes, registerRoutes, scanAPIRoutes, writeOpenAPISpecs };
@@ -1,8 +1,8 @@
1
- import "../constants-Cn8qeyGD.mjs";
2
- import { a as loadMiddleware, i as defineMiddleware, n as defaultI18nConfig, r as defineI18n, t as defineServer } from "../server-BNk1lm5r.mjs";
1
+ import "../constants-Dq6RcqAm.mjs";
2
+ import { a as loadMiddleware, i as defineMiddleware, n as defaultI18nConfig, r as defineI18n, t as defineServer } from "../server-LGzojMHJ.mjs";
3
3
  import "../instrumentation-DCouyaIn.mjs";
4
4
  import "../app-context-CaxDuPj-.mjs";
5
- import "../openapi-kCcmkZ30.mjs";
5
+ import "../openapi-CilB61KR.mjs";
6
6
  import "../context-9Yd81kh5.mjs";
7
7
 
8
8
  export { defaultI18nConfig, defineI18n, defineMiddleware, defineServer, loadMiddleware };
@@ -1,8 +1,8 @@
1
1
  import "../auth-schema-OUnjUQlj.mjs";
2
2
  import "../redis-a5sw5J3L.mjs";
3
- import "../constants-Cn8qeyGD.mjs";
4
- import "../event-BFYD8Mmy.mjs";
5
- import { c as generatePreview, l as generateImageVariant, o as purgeAttachment, u as extractBlobMetadata } from "../workflow-BN-NfNzZ.mjs";
3
+ import "../constants-Dq6RcqAm.mjs";
4
+ import "../event-CZ5rwA9c.mjs";
5
+ import { c as generatePreview, l as generateImageVariant, o as purgeAttachment, u as extractBlobMetadata } from "../workflow-CBk2RLCb.mjs";
6
6
  import { and, eq, isNull, lt, sql } from "drizzle-orm";
7
7
  import { index, pgTable, unique } from "drizzle-orm/pg-core";
8
8
  import { join } from "node:path";
@@ -1,7 +1,7 @@
1
1
  import "../auth-schema-OUnjUQlj.mjs";
2
2
  import "../redis-a5sw5J3L.mjs";
3
- import "../constants-Cn8qeyGD.mjs";
4
- import "../event-BFYD8Mmy.mjs";
5
- import { i as loadWorkflows, n as defineScheduledWorkflow, r as defineWorkflow, s as trackDbChanges, t as defineQueue } from "../workflow-BN-NfNzZ.mjs";
3
+ import "../constants-Dq6RcqAm.mjs";
4
+ import "../event-CZ5rwA9c.mjs";
5
+ import { i as loadWorkflows, n as defineScheduledWorkflow, r as defineWorkflow, s as trackDbChanges, t as defineQueue } from "../workflow-CBk2RLCb.mjs";
6
6
 
7
7
  export { defineQueue, defineScheduledWorkflow, defineWorkflow, loadWorkflows, trackDbChanges };
@@ -1,4 +1,4 @@
1
- import { n as BrandProps } from "./brand-CIdvO6yY.js";
1
+ import { n as BrandProps } from "./brand-BtuGWLsN.js";
2
2
  import * as _better_auth_passkey_client3 from "@better-auth/passkey/client";
3
3
  import * as React$1 from "react";
4
4
  import { PropsWithChildren, ReactNode } from "react";
@@ -1,6 +1,6 @@
1
1
  import { n as Size, t as Orientation } from "./utils-NKi1RiLK.js";
2
2
  import { ReactNode } from "react";
3
- import * as react_jsx_runtime36 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime74 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import * as class_variance_authority_types3 from "class-variance-authority/types";
6
6
 
@@ -83,6 +83,6 @@ declare function Brand({
83
83
  orientation,
84
84
  size,
85
85
  to
86
- }: BrandProps): react_jsx_runtime36.JSX.Element;
86
+ }: BrandProps): react_jsx_runtime74.JSX.Element;
87
87
  //#endregion
88
88
  export { BrandProps as n, Brand as t };
@@ -2,7 +2,7 @@ import { join } from "node:path";
2
2
  import { existsSync } from "node:fs";
3
3
 
4
4
  //#region package.json
5
- var version = "0.7.1-0";
5
+ var version = "0.7.2-0";
6
6
 
7
7
  //#endregion
8
8
  //#region src/constants.ts
@@ -1,5 +1,5 @@
1
1
  import { n as __reExport, t as __exportAll } from "./chunk-BkPCcwIn.mjs";
2
- import { o as DATABASES_DIR, t as APPOS_DIR } from "./constants-Cn8qeyGD.mjs";
2
+ import { o as DATABASES_DIR, t as APPOS_DIR } from "./constants-Dq6RcqAm.mjs";
3
3
  import { getTableName, sql } from "drizzle-orm";
4
4
  import { join } from "node:path";
5
5
  import { migrate } from "drizzle-orm/node-postgres/migrator";
@@ -1,10 +1,10 @@
1
1
  import { n as __reExport, t as __exportAll } from "../chunk-BkPCcwIn.mjs";
2
- import "../constants-Cn8qeyGD.mjs";
3
- import { i as defineTestDatabase } from "../database-s-rZuCOz.mjs";
4
- import { t as defineServer } from "../server-BNk1lm5r.mjs";
2
+ import "../constants-Dq6RcqAm.mjs";
3
+ import { i as defineTestDatabase } from "../database-BHiXuvXI.mjs";
4
+ import { t as defineServer } from "../server-LGzojMHJ.mjs";
5
5
  import "../instrumentation-DCouyaIn.mjs";
6
6
  import "../app-context-CaxDuPj-.mjs";
7
- import "../openapi-kCcmkZ30.mjs";
7
+ import "../openapi-CilB61KR.mjs";
8
8
  import "../context-9Yd81kh5.mjs";
9
9
  import { join } from "node:path";
10
10
  import { mkdirSync, mkdtempSync } from "node:fs";
@@ -1,7 +1,7 @@
1
1
  import { n as __reExport, r as __require, t as __exportAll } from "../chunk-BkPCcwIn.mjs";
2
- import { _ as PUBLIC_DIR, l as EMAILS_DIR, m as LOCALES_DIR, s as DESIGN_SYSTEM_PATH, t as APPOS_DIR, v as ROOT_CSS_FILE, x as WEB_DIR } from "../constants-Cn8qeyGD.mjs";
3
- import { r as setViteServer } from "../routes-B9VlLVFz.mjs";
4
- import "../panel-CpZWj60p.mjs";
2
+ import { _ as PUBLIC_DIR, l as EMAILS_DIR, m as LOCALES_DIR, s as DESIGN_SYSTEM_PATH, t as APPOS_DIR, v as ROOT_CSS_FILE, x as WEB_DIR } from "../constants-Dq6RcqAm.mjs";
3
+ import { r as setViteServer } from "../routes-C3IN48sA.mjs";
4
+ import "../panel-DTz4glAl.mjs";
5
5
  import { createRequire } from "node:module";
6
6
  import { dirname, join } from "node:path";
7
7
  import { i18nextHMRPlugin, i18nextHMRPlugin as i18nextHMRPlugin$1 } from "i18next-hmr/vite";
@@ -95,7 +95,7 @@ function viteDevtoolsPlugin(config) {
95
95
  configureServer(_server) {
96
96
  const emailsPattern = `${APPOS_DIR}/${EMAILS_DIR}/`;
97
97
  _server.watcher.on("add", (file) => {
98
- if (file.includes(emailsPattern) && file.endsWith(".tsx")) import("../routes-Bkg2Mqxd.mjs").then(({ clearEmailCache }) => {
98
+ if (file.includes(emailsPattern) && file.endsWith(".tsx")) import("../routes-C5-dzpYC.mjs").then(({ clearEmailCache }) => {
99
99
  clearEmailCache();
100
100
  _server.ws.send({
101
101
  type: "custom",
@@ -105,7 +105,7 @@ function viteDevtoolsPlugin(config) {
105
105
  });
106
106
  });
107
107
  _server.watcher.on("unlink", (file) => {
108
- if (file.includes(emailsPattern) && file.endsWith(".tsx")) import("../routes-Bkg2Mqxd.mjs").then(({ clearEmailCache }) => {
108
+ if (file.includes(emailsPattern) && file.endsWith(".tsx")) import("../routes-C5-dzpYC.mjs").then(({ clearEmailCache }) => {
109
109
  clearEmailCache();
110
110
  _server.ws.send({
111
111
  type: "custom",
@@ -1,5 +1,5 @@
1
1
  import { t as defineRedisClient } from "./redis-a5sw5J3L.mjs";
2
- import { d as EVENTS_DIR, f as FILE_EXT, t as APPOS_DIR } from "./constants-Cn8qeyGD.mjs";
2
+ import { d as EVENTS_DIR, f as FILE_EXT, t as APPOS_DIR } from "./constants-Dq6RcqAm.mjs";
3
3
  import { z } from "zod";
4
4
  import { basename, join } from "node:path";
5
5
  import { glob } from "node:fs/promises";
@@ -1,4 +1,4 @@
1
- import { _ as PUBLIC_DIR, f as FILE_EXT, t as APPOS_DIR, y as ROUTES_DIR } from "./constants-Cn8qeyGD.mjs";
1
+ import { _ as PUBLIC_DIR, f as FILE_EXT, t as APPOS_DIR, y as ROUTES_DIR } from "./constants-Dq6RcqAm.mjs";
2
2
  import { t as defineAppContext } from "./app-context-CaxDuPj-.mjs";
3
3
  import { z } from "zod";
4
4
  import { join, resolve } from "node:path";
@@ -1,5 +1,5 @@
1
- import { n as APPOS_VERSION } from "./constants-Cn8qeyGD.mjs";
2
- import { n as emailsModule } from "./routes-B9VlLVFz.mjs";
1
+ import { n as APPOS_VERSION } from "./constants-Dq6RcqAm.mjs";
2
+ import { n as emailsModule } from "./routes-C3IN48sA.mjs";
3
3
  import express from "ultimate-express";
4
4
 
5
5
  //#region src/devtools/panel/index.ts
@@ -0,0 +1,5 @@
1
+ import "./constants-Dq6RcqAm.mjs";
2
+ import { r as setViteServer } from "./routes-C3IN48sA.mjs";
3
+ import { t as defineDevtoolsMiddleware } from "./panel-DTz4glAl.mjs";
4
+
5
+ export { defineDevtoolsMiddleware };
@@ -1,4 +1,4 @@
1
- import { l as EMAILS_DIR, t as APPOS_DIR } from "./constants-Cn8qeyGD.mjs";
1
+ import { l as EMAILS_DIR, t as APPOS_DIR } from "./constants-Dq6RcqAm.mjs";
2
2
  import { basename, extname, join, relative } from "node:path";
3
3
  import { existsSync, statSync } from "node:fs";
4
4
  import { readFile, readdir } from "node:fs/promises";
@@ -0,0 +1,4 @@
1
+ import "./constants-Dq6RcqAm.mjs";
2
+ import { n as emailsModule, r as setViteServer, t as clearEmailCache } from "./routes-C3IN48sA.mjs";
3
+
4
+ export { clearEmailCache };
@@ -1,6 +1,6 @@
1
- import { _ as PUBLIC_DIR, c as DEVTOOLS_PATH, f as FILE_EXT, g as MIDDLEWARE_DIR, i as BUILD_OUTPUT_DIR, m as LOCALES_DIR, s as DESIGN_SYSTEM_PATH, t as APPOS_DIR, x as WEB_DIR } from "./constants-Cn8qeyGD.mjs";
1
+ import { _ as PUBLIC_DIR, c as DEVTOOLS_PATH, f as FILE_EXT, g as MIDDLEWARE_DIR, i as BUILD_OUTPUT_DIR, m as LOCALES_DIR, s as DESIGN_SYSTEM_PATH, t as APPOS_DIR, x as WEB_DIR } from "./constants-Dq6RcqAm.mjs";
2
2
  import { t as instrumentation_exports } from "./instrumentation-DCouyaIn.mjs";
3
- import { o as loadAndRegisterAPIRoutes } from "./openapi-kCcmkZ30.mjs";
3
+ import { o as loadAndRegisterAPIRoutes } from "./openapi-CilB61KR.mjs";
4
4
  import { t as appLoadContext } from "./context-9Yd81kh5.mjs";
5
5
  import { t as isLocalDev } from "./env-C-0yH_Q3.mjs";
6
6
  import { RouterContextProvider } from "react-router";
@@ -1571,7 +1571,7 @@ async function defineServer({ container }) {
1571
1571
  if (translations) res.json(translations);
1572
1572
  else res.status(404).json({ error: "Locale not found" });
1573
1573
  });
1574
- const { defineDevtoolsMiddleware } = await import("./panel-C2TDalNf.mjs");
1574
+ const { defineDevtoolsMiddleware } = await import("./panel-kmtSmBw-.mjs");
1575
1575
  app.use(DEVTOOLS_PATH, defineDevtoolsMiddleware(container));
1576
1576
  }
1577
1577
  if (process.env.NODE_ENV === "production") {
@@ -1,4 +1,4 @@
1
- import { J as useAuthContext, a as defineAuthFeatures, i as defineAuthClient, n as DefineAuthClientOptions, q as AuthProvider, r as DefineAuthClientResult, t as AuthFeatures } from "../auth-1uQuSjl_.js";
1
+ import { J as useAuthContext, a as defineAuthFeatures, i as defineAuthClient, n as DefineAuthClientOptions, q as AuthProvider, r as DefineAuthClientResult, t as AuthFeatures } from "../auth-DApUVaRy.js";
2
2
  import "../utils-NKi1RiLK.js";
3
- import "../brand-CIdvO6yY.js";
3
+ import "../brand-BtuGWLsN.js";
4
4
  export { AuthFeatures, AuthProvider, DefineAuthClientOptions, DefineAuthClientResult, defineAuthClient, defineAuthFeatures, useAuthContext };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime3 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime31 from "react/jsx-runtime";
2
2
  import { Accordion as Accordion$1 } from "@base-ui/react/accordion";
3
3
 
4
4
  //#region src/web/ui/accordion.d.ts
@@ -22,7 +22,7 @@ import { Accordion as Accordion$1 } from "@base-ui/react/accordion";
22
22
  declare function Accordion({
23
23
  className,
24
24
  ...props
25
- }: Accordion$1.Root.Props): react_jsx_runtime3.JSX.Element;
25
+ }: Accordion$1.Root.Props): react_jsx_runtime31.JSX.Element;
26
26
  /**
27
27
  * A single collapsible section within an Accordion.
28
28
  *
@@ -40,7 +40,7 @@ declare function Accordion({
40
40
  declare function AccordionItem({
41
41
  className,
42
42
  ...props
43
- }: Accordion$1.Item.Props): react_jsx_runtime3.JSX.Element;
43
+ }: Accordion$1.Item.Props): react_jsx_runtime31.JSX.Element;
44
44
  /**
45
45
  * The clickable header that toggles the accordion content visibility.
46
46
  *
@@ -56,7 +56,7 @@ declare function AccordionTrigger({
56
56
  className,
57
57
  children,
58
58
  ...props
59
- }: Accordion$1.Trigger.Props): react_jsx_runtime3.JSX.Element;
59
+ }: Accordion$1.Trigger.Props): react_jsx_runtime31.JSX.Element;
60
60
  /**
61
61
  * The collapsible content panel of an accordion item.
62
62
  *
@@ -74,6 +74,6 @@ declare function AccordionContent({
74
74
  className,
75
75
  children,
76
76
  ...props
77
- }: Accordion$1.Panel.Props): react_jsx_runtime3.JSX.Element;
77
+ }: Accordion$1.Panel.Props): react_jsx_runtime31.JSX.Element;
78
78
  //#endregion
79
79
  export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
@@ -1,6 +1,6 @@
1
1
  import { Button } from "./button.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime18 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
4
4
  import { AlertDialog as AlertDialog$1 } from "@base-ui/react/alert-dialog";
5
5
 
6
6
  //#region src/web/ui/alert-dialog.d.ts
@@ -31,7 +31,7 @@ import { AlertDialog as AlertDialog$1 } from "@base-ui/react/alert-dialog";
31
31
  */
32
32
  declare function AlertDialog({
33
33
  ...props
34
- }: AlertDialog$1.Root.Props): react_jsx_runtime18.JSX.Element;
34
+ }: AlertDialog$1.Root.Props): react_jsx_runtime3.JSX.Element;
35
35
  /**
36
36
  * The button that opens the alert dialog.
37
37
  *
@@ -45,7 +45,7 @@ declare function AlertDialog({
45
45
  */
46
46
  declare function AlertDialogTrigger({
47
47
  ...props
48
- }: AlertDialog$1.Trigger.Props): react_jsx_runtime18.JSX.Element;
48
+ }: AlertDialog$1.Trigger.Props): react_jsx_runtime3.JSX.Element;
49
49
  /**
50
50
  * Portals the dialog content to the end of the document body.
51
51
  *
@@ -54,7 +54,7 @@ declare function AlertDialogTrigger({
54
54
  */
55
55
  declare function AlertDialogPortal({
56
56
  ...props
57
- }: AlertDialog$1.Portal.Props): react_jsx_runtime18.JSX.Element;
57
+ }: AlertDialog$1.Portal.Props): react_jsx_runtime3.JSX.Element;
58
58
  /**
59
59
  * The backdrop overlay behind the alert dialog.
60
60
  *
@@ -64,7 +64,7 @@ declare function AlertDialogPortal({
64
64
  declare function AlertDialogOverlay({
65
65
  className,
66
66
  ...props
67
- }: AlertDialog$1.Backdrop.Props): react_jsx_runtime18.JSX.Element;
67
+ }: AlertDialog$1.Backdrop.Props): react_jsx_runtime3.JSX.Element;
68
68
  /**
69
69
  * The container for the alert dialog content.
70
70
  *
@@ -85,7 +85,7 @@ declare function AlertDialogContent({
85
85
  ...props
86
86
  }: AlertDialog$1.Popup.Props & {
87
87
  size?: "default" | "sm";
88
- }): react_jsx_runtime18.JSX.Element;
88
+ }): react_jsx_runtime3.JSX.Element;
89
89
  /**
90
90
  * The header section containing the dialog title and description.
91
91
  *
@@ -102,7 +102,7 @@ declare function AlertDialogContent({
102
102
  declare function AlertDialogHeader({
103
103
  className,
104
104
  ...props
105
- }: React.ComponentProps<"div">): react_jsx_runtime18.JSX.Element;
105
+ }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
106
106
  /**
107
107
  * The footer section containing dialog action buttons.
108
108
  *
@@ -119,7 +119,7 @@ declare function AlertDialogHeader({
119
119
  declare function AlertDialogFooter({
120
120
  className,
121
121
  ...props
122
- }: React.ComponentProps<"div">): react_jsx_runtime18.JSX.Element;
122
+ }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
123
123
  /**
124
124
  * An optional media container for icons or images in the dialog header.
125
125
  *
@@ -135,7 +135,7 @@ declare function AlertDialogFooter({
135
135
  declare function AlertDialogMedia({
136
136
  className,
137
137
  ...props
138
- }: React.ComponentProps<"div">): react_jsx_runtime18.JSX.Element;
138
+ }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
139
139
  /**
140
140
  * The title text for the alert dialog.
141
141
  *
@@ -149,7 +149,7 @@ declare function AlertDialogMedia({
149
149
  declare function AlertDialogTitle({
150
150
  className,
151
151
  ...props
152
- }: React.ComponentProps<typeof AlertDialog$1.Title>): react_jsx_runtime18.JSX.Element;
152
+ }: React.ComponentProps<typeof AlertDialog$1.Title>): react_jsx_runtime3.JSX.Element;
153
153
  /**
154
154
  * The descriptive text explaining the alert dialog purpose.
155
155
  *
@@ -165,7 +165,7 @@ declare function AlertDialogTitle({
165
165
  declare function AlertDialogDescription({
166
166
  className,
167
167
  ...props
168
- }: React.ComponentProps<typeof AlertDialog$1.Description>): react_jsx_runtime18.JSX.Element;
168
+ }: React.ComponentProps<typeof AlertDialog$1.Description>): react_jsx_runtime3.JSX.Element;
169
169
  /**
170
170
  * The primary action button that confirms the dialog action.
171
171
  *
@@ -179,7 +179,7 @@ declare function AlertDialogDescription({
179
179
  declare function AlertDialogAction({
180
180
  className,
181
181
  ...props
182
- }: React.ComponentProps<typeof Button>): react_jsx_runtime18.JSX.Element;
182
+ }: React.ComponentProps<typeof Button>): react_jsx_runtime3.JSX.Element;
183
183
  /**
184
184
  * The cancel button that dismisses the dialog without taking action.
185
185
  *
@@ -195,6 +195,6 @@ declare function AlertDialogCancel({
195
195
  variant,
196
196
  size,
197
197
  ...props
198
- }: AlertDialog$1.Close.Props & Pick<React.ComponentProps<typeof Button>, "variant" | "size">): react_jsx_runtime18.JSX.Element;
198
+ }: AlertDialog$1.Close.Props & Pick<React.ComponentProps<typeof Button>, "variant" | "size">): react_jsx_runtime3.JSX.Element;
199
199
  //#endregion
200
200
  export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
@@ -1,13 +1,13 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime7 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime36 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types0 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types2 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/web/ui/alert.d.ts
7
7
  /** Alert variant styles for different semantic meanings. */
8
8
  declare const alertVariants: (props?: ({
9
- variant?: "default" | "info" | "success" | "warning" | "destructive" | null | undefined;
10
- } & class_variance_authority_types0.ClassProp) | undefined) => string;
9
+ variant?: "default" | "destructive" | "info" | "success" | "warning" | null | undefined;
10
+ } & class_variance_authority_types2.ClassProp) | undefined) => string;
11
11
  /**
12
12
  * A contextual feedback message for user actions or system status.
13
13
  *
@@ -28,7 +28,7 @@ declare function Alert({
28
28
  className,
29
29
  variant,
30
30
  ...props
31
- }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime7.JSX.Element;
31
+ }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime36.JSX.Element;
32
32
  /**
33
33
  * The title heading for an Alert component.
34
34
  *
@@ -43,7 +43,7 @@ declare function Alert({
43
43
  declare function AlertTitle({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<"div">): react_jsx_runtime7.JSX.Element;
46
+ }: React.ComponentProps<"div">): react_jsx_runtime36.JSX.Element;
47
47
  /**
48
48
  * The descriptive text content for an Alert component.
49
49
  *
@@ -60,7 +60,7 @@ declare function AlertTitle({
60
60
  declare function AlertDescription({
61
61
  className,
62
62
  ...props
63
- }: React.ComponentProps<"div">): react_jsx_runtime7.JSX.Element;
63
+ }: React.ComponentProps<"div">): react_jsx_runtime36.JSX.Element;
64
64
  /**
65
65
  * An action slot positioned in the top-right corner of an Alert.
66
66
  *
@@ -79,6 +79,6 @@ declare function AlertDescription({
79
79
  declare function AlertAction({
80
80
  className,
81
81
  ...props
82
- }: React.ComponentProps<"div">): react_jsx_runtime7.JSX.Element;
82
+ }: React.ComponentProps<"div">): react_jsx_runtime36.JSX.Element;
83
83
  //#endregion
84
84
  export { Alert, AlertAction, AlertDescription, AlertTitle };
@@ -1,5 +1,5 @@
1
1
  import { n as Size } from "../../utils-NKi1RiLK.js";
2
- import * as react_jsx_runtime11 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/web/ui/animated-check.d.ts
5
5
  interface AnimatedCheckProps {
@@ -33,6 +33,6 @@ declare function AnimatedCheck({
33
33
  className,
34
34
  size,
35
35
  color
36
- }: AnimatedCheckProps): react_jsx_runtime11.JSX.Element;
36
+ }: AnimatedCheckProps): react_jsx_runtime15.JSX.Element;
37
37
  //#endregion
38
38
  export { AnimatedCheck };
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime31 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime16 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/web/ui/aspect-ratio.d.ts
5
5
  /**
@@ -21,6 +21,6 @@ declare function AspectRatio({
21
21
  ...props
22
22
  }: React.ComponentProps<"div"> & {
23
23
  ratio: number;
24
- }): react_jsx_runtime31.JSX.Element;
24
+ }): react_jsx_runtime16.JSX.Element;
25
25
  //#endregion
26
26
  export { AspectRatio };
@@ -1,4 +1,4 @@
1
- import { $ as CenteredLayoutConfig, A as ResetPasswordFormData, B as ForgotPasswordForm, C as TwoFactorTotpFormData, D as SignupFormData, E as SignupForm, F as defineOtpSchema, G as defineEmailOtpSchema, H as defineForgotPasswordSchema, I as definePhoneNumberSchema, J as useAuthContext, K as EmailInput, L as LoginForm, M as OtpFormData, N as PhoneNumberFormData, O as defineSignupSchema, P as PhoneOTPForm, Q as AuthLayoutProps, R as LoginFormData, S as TwoFactorForm, T as defineTwoFactorTotpSchema, U as EmailOTPForm, V as ForgotPasswordFormData, W as EmailOtpFormData, X as AuthLayout, Y as CaptchaWidget, Z as AuthLayoutConfig, _ as useAuthForm, _t as AuthCardProps, at as BrandContentConfig, b as VerifyEmailForm, c as PhoneInput, ct as FeatureIcon, d as PasskeyButton, dt as HeroConfig, et as MinimalLayoutConfig, f as OtpInput, ft as MinimalConfig, g as useAuth, gt as AuthCard, h as defineMagicLinkSchema, ht as featureIcons, it as BrandContent, j as defineResetPasswordSchema, k as ResetPasswordForm, l as PasswordInput, lt as FeatureItem, m as MagicLinkFormData, mt as brandContentVariants, nt as TrustSignals, o as SSOButton, ot as BrandContentProps, p as MagicLinkForm, pt as TestimonialConfig, q as AuthProvider, rt as TrustSignalsProps, s as SocialButtons, st as BrandContentVariant, tt as SplitLayoutConfig, u as PasskeyRegisterButton, ut as FeaturesConfig, v as useCaptcha, w as defineTwoFactorBackupSchema, x as TwoFactorBackupFormData, y as useLastUsedMethod, z as defineLoginSchema } from "../../auth-1uQuSjl_.js";
1
+ import { $ as CenteredLayoutConfig, A as ResetPasswordFormData, B as ForgotPasswordForm, C as TwoFactorTotpFormData, D as SignupFormData, E as SignupForm, F as defineOtpSchema, G as defineEmailOtpSchema, H as defineForgotPasswordSchema, I as definePhoneNumberSchema, J as useAuthContext, K as EmailInput, L as LoginForm, M as OtpFormData, N as PhoneNumberFormData, O as defineSignupSchema, P as PhoneOTPForm, Q as AuthLayoutProps, R as LoginFormData, S as TwoFactorForm, T as defineTwoFactorTotpSchema, U as EmailOTPForm, V as ForgotPasswordFormData, W as EmailOtpFormData, X as AuthLayout, Y as CaptchaWidget, Z as AuthLayoutConfig, _ as useAuthForm, _t as AuthCardProps, at as BrandContentConfig, b as VerifyEmailForm, c as PhoneInput, ct as FeatureIcon, d as PasskeyButton, dt as HeroConfig, et as MinimalLayoutConfig, f as OtpInput, ft as MinimalConfig, g as useAuth, gt as AuthCard, h as defineMagicLinkSchema, ht as featureIcons, it as BrandContent, j as defineResetPasswordSchema, k as ResetPasswordForm, l as PasswordInput, lt as FeatureItem, m as MagicLinkFormData, mt as brandContentVariants, nt as TrustSignals, o as SSOButton, ot as BrandContentProps, p as MagicLinkForm, pt as TestimonialConfig, q as AuthProvider, rt as TrustSignalsProps, s as SocialButtons, st as BrandContentVariant, tt as SplitLayoutConfig, u as PasskeyRegisterButton, ut as FeaturesConfig, v as useCaptcha, w as defineTwoFactorBackupSchema, x as TwoFactorBackupFormData, y as useLastUsedMethod, z as defineLoginSchema } from "../../auth-DApUVaRy.js";
2
2
  import "../../utils-NKi1RiLK.js";
3
- import "../../brand-CIdvO6yY.js";
3
+ import "../../brand-BtuGWLsN.js";
4
4
  export { AuthCard, AuthCardProps, AuthLayout, AuthLayoutConfig, AuthLayoutProps, AuthProvider, BrandContent, BrandContentConfig, BrandContentProps, BrandContentVariant, CaptchaWidget, CenteredLayoutConfig, EmailInput, EmailOTPForm, EmailOtpFormData, FeatureIcon, FeatureItem, FeaturesConfig, ForgotPasswordForm, ForgotPasswordFormData, HeroConfig, LoginForm, LoginFormData, MagicLinkForm, MagicLinkFormData, MinimalConfig, MinimalLayoutConfig, OtpFormData, OtpInput, PasskeyButton, PasskeyRegisterButton, PasswordInput, PhoneInput, PhoneNumberFormData, PhoneOTPForm, ResetPasswordForm, ResetPasswordFormData, SSOButton, SignupForm, SignupFormData, SocialButtons, SplitLayoutConfig, TestimonialConfig, TrustSignals, TrustSignalsProps, TwoFactorBackupFormData, TwoFactorForm, TwoFactorTotpFormData, VerifyEmailForm, brandContentVariants, defineEmailOtpSchema, defineForgotPasswordSchema, defineLoginSchema, defineMagicLinkSchema, defineOtpSchema, definePhoneNumberSchema, defineResetPasswordSchema, defineSignupSchema, defineTwoFactorBackupSchema, defineTwoFactorTotpSchema, featureIcons, useAuth, useAuthContext, useAuthForm, useCaptcha, useLastUsedMethod };
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime12 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
3
3
  import { Avatar as Avatar$1 } from "@base-ui/react/avatar";
4
4
 
5
5
  //#region src/web/ui/avatar.d.ts
@@ -24,7 +24,7 @@ declare function Avatar({
24
24
  ...props
25
25
  }: Avatar$1.Root.Props & {
26
26
  size?: "default" | "sm" | "lg";
27
- }): react_jsx_runtime12.JSX.Element;
27
+ }): react_jsx_runtime17.JSX.Element;
28
28
  /**
29
29
  * The image element displayed within an Avatar.
30
30
  *
@@ -39,7 +39,7 @@ declare function Avatar({
39
39
  declare function AvatarImage({
40
40
  className,
41
41
  ...props
42
- }: Avatar$1.Image.Props): react_jsx_runtime12.JSX.Element;
42
+ }: Avatar$1.Image.Props): react_jsx_runtime17.JSX.Element;
43
43
  /**
44
44
  * A fallback element displayed when the Avatar image is unavailable.
45
45
  *
@@ -54,7 +54,7 @@ declare function AvatarImage({
54
54
  declare function AvatarFallback({
55
55
  className,
56
56
  ...props
57
- }: Avatar$1.Fallback.Props): react_jsx_runtime12.JSX.Element;
57
+ }: Avatar$1.Fallback.Props): react_jsx_runtime17.JSX.Element;
58
58
  /**
59
59
  * A status indicator badge positioned at the corner of an Avatar.
60
60
  *
@@ -72,7 +72,7 @@ declare function AvatarFallback({
72
72
  declare function AvatarBadge({
73
73
  className,
74
74
  ...props
75
- }: React.ComponentProps<"span">): react_jsx_runtime12.JSX.Element;
75
+ }: React.ComponentProps<"span">): react_jsx_runtime17.JSX.Element;
76
76
  /**
77
77
  * A container for displaying multiple avatars in an overlapping stack.
78
78
  *
@@ -95,7 +95,7 @@ declare function AvatarBadge({
95
95
  declare function AvatarGroup({
96
96
  className,
97
97
  ...props
98
- }: React.ComponentProps<"div">): react_jsx_runtime12.JSX.Element;
98
+ }: React.ComponentProps<"div">): react_jsx_runtime17.JSX.Element;
99
99
  /**
100
100
  * A count indicator for an AvatarGroup showing additional members.
101
101
  *
@@ -110,6 +110,6 @@ declare function AvatarGroup({
110
110
  declare function AvatarGroupCount({
111
111
  className,
112
112
  ...props
113
- }: React.ComponentProps<"div">): react_jsx_runtime12.JSX.Element;
113
+ }: React.ComponentProps<"div">): react_jsx_runtime17.JSX.Element;
114
114
  //#endregion
115
115
  export { Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage };
@@ -6,7 +6,7 @@ import * as class_variance_authority_types0 from "class-variance-authority/types
6
6
  //#region src/web/ui/badge.d.ts
7
7
  /** Badge variant styles for different visual appearances. */
8
8
  declare const badgeVariants: (props?: ({
9
- variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" | "link" | null | undefined;
9
+ variant?: "default" | "secondary" | "destructive" | "outline" | "ghost" | "link" | null | undefined;
10
10
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
11
11
  /**
12
12
  * A small label component for highlighting status, categories, or counts.
@@ -1,3 +1,3 @@
1
1
  import "../../utils-NKi1RiLK.js";
2
- import { n as BrandProps, t as Brand } from "../../brand-CIdvO6yY.js";
2
+ import { n as BrandProps, t as Brand } from "../../brand-BtuGWLsN.js";
3
3
  export { Brand, BrandProps };