zudoku 0.1.1-dev.21 → 0.1.1-dev.22

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 (86) hide show
  1. package/dist/cli/common/logger.js +3 -1
  2. package/dist/cli/common/logger.js.map +1 -1
  3. package/dist/lib/authentication/clerk.d.ts +2 -1
  4. package/dist/lib/authentication/clerk.js +2 -1
  5. package/dist/lib/authentication/clerk.js.map +1 -1
  6. package/dist/lib/{DevPortal.d.ts → components/DevPortal.d.ts} +5 -5
  7. package/dist/lib/{DevPortal.js → components/DevPortal.js} +7 -7
  8. package/dist/lib/components/DevPortal.js.map +1 -0
  9. package/dist/lib/{Heading.js → components/Heading.js} +2 -2
  10. package/dist/lib/components/Heading.js.map +1 -0
  11. package/dist/lib/components/Link.d.ts +1 -0
  12. package/dist/lib/components/Link.js +2 -0
  13. package/dist/lib/components/Link.js.map +1 -0
  14. package/dist/lib/{Router.d.ts → components/Router.d.ts} +1 -1
  15. package/dist/lib/{Router.js → components/Router.js} +2 -2
  16. package/dist/lib/components/Router.js.map +1 -0
  17. package/dist/lib/components/index.d.ts +3 -0
  18. package/dist/lib/components/index.js +4 -0
  19. package/dist/lib/components/index.js.map +1 -0
  20. package/dist/lib/core/DevPortalContext.d.ts +1 -1
  21. package/dist/lib/core/DevPortalContext.js.map +1 -1
  22. package/dist/lib/plugins/api-key/index.js +1 -1
  23. package/dist/lib/plugins/api-key/index.js.map +1 -1
  24. package/dist/lib/plugins/index.d.ts +4 -0
  25. package/dist/lib/plugins/index.js +6 -0
  26. package/dist/lib/plugins/index.js.map +1 -0
  27. package/dist/lib/plugins/markdown/MdxPage.js +1 -1
  28. package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
  29. package/dist/lib/plugins/markdown/generateRoutes.js +1 -1
  30. package/dist/lib/plugins/markdown/generateRoutes.js.map +1 -1
  31. package/dist/lib/plugins/openapi/OperationList.js +2 -2
  32. package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
  33. package/dist/lib/plugins/openapi/OperationListItem.js +1 -1
  34. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  35. package/dist/lib/plugins/openapi/ParameterList.js +1 -1
  36. package/dist/lib/plugins/openapi/ParameterList.js.map +1 -1
  37. package/dist/lib/plugins/openapi/index.js +1 -1
  38. package/dist/lib/plugins/openapi/index.js.map +1 -1
  39. package/dist/lib/plugins/openapi-worker.d.ts +1 -0
  40. package/dist/lib/plugins/openapi-worker.js +2 -0
  41. package/dist/lib/plugins/openapi-worker.js.map +1 -0
  42. package/dist/lib/ui/Button.d.ts +1 -1
  43. package/dist/lib/util/MdxComponents.js +1 -1
  44. package/dist/lib/util/MdxComponents.js.map +1 -1
  45. package/dist/vite/config.js +1 -7
  46. package/dist/vite/config.js.map +1 -1
  47. package/dist/vite/plugin-auth.js +2 -2
  48. package/dist/vite/plugin-auth.js.map +1 -1
  49. package/lib/{DevPortal-DqcnbwLT.js → DevPortal-ChiyAyW7.js} +7348 -7347
  50. package/lib/{zudoku.auth.js → zudoku.auth-clerk.js} +6 -8
  51. package/lib/zudoku.components.js +1 -1
  52. package/lib/zudoku.plugins.js +2 -2
  53. package/package.json +6 -6
  54. package/src/lib/authentication/clerk.ts +3 -5
  55. package/src/lib/{DevPortal.tsx → components/DevPortal.tsx} +16 -13
  56. package/src/lib/{Heading.tsx → components/Heading.tsx} +2 -2
  57. package/src/lib/components/Link.tsx +1 -0
  58. package/src/lib/{Router.tsx → components/Router.tsx} +2 -2
  59. package/src/lib/components/index.ts +3 -0
  60. package/src/lib/core/DevPortalContext.ts +4 -1
  61. package/src/lib/plugins/api-key/index.tsx +1 -1
  62. package/src/lib/plugins/index.ts +5 -0
  63. package/src/lib/plugins/markdown/MdxPage.tsx +1 -1
  64. package/src/lib/plugins/markdown/generateRoutes.tsx +1 -1
  65. package/src/lib/plugins/openapi/OperationList.tsx +3 -3
  66. package/src/lib/plugins/openapi/OperationListItem.tsx +1 -1
  67. package/src/lib/plugins/openapi/ParameterList.tsx +1 -1
  68. package/src/lib/plugins/openapi/index.tsx +1 -1
  69. package/src/lib/plugins/openapi-worker.ts +1 -0
  70. package/src/lib/util/MdxComponents.tsx +1 -1
  71. package/dist/lib/DevPortal.js.map +0 -1
  72. package/dist/lib/Heading.js.map +0 -1
  73. package/dist/lib/Router.js.map +0 -1
  74. package/dist/lib/auth.d.ts +0 -1
  75. package/dist/lib/auth.js +0 -2
  76. package/dist/lib/auth.js.map +0 -1
  77. package/dist/lib/components.d.ts +0 -3
  78. package/dist/lib/components.js +0 -4
  79. package/dist/lib/components.js.map +0 -1
  80. package/dist/lib/plugins.d.ts +0 -4
  81. package/dist/lib/plugins.js +0 -6
  82. package/dist/lib/plugins.js.map +0 -1
  83. package/src/lib/auth.ts +0 -1
  84. package/src/lib/components.ts +0 -3
  85. package/src/lib/plugins.ts +0 -5
  86. /package/dist/lib/{Heading.d.ts → components/Heading.d.ts} +0 -0
@@ -1,12 +1,10 @@
1
- import { Clerk as o } from "@clerk/clerk-js";
2
- const r = ({
3
- clerkPubKey: a
4
- }) => {
5
- const e = new o(a), n = e.load({});
1
+ import { Clerk as t } from "@clerk/clerk-js";
2
+ const r = ({ clerkPubKey: n }) => {
3
+ const e = new t(n), a = e.load({});
6
4
  return {
7
5
  initialize: async (i) => {
8
6
  var s;
9
- await n, e.session ? await i.setUserProfile({
7
+ await a, e.session ? await i.setUserProfile({
10
8
  isLoggedIn: !0,
11
9
  name: e.session.user.fullName ?? void 0,
12
10
  email: ((s = e.session.user.emailAddresses.at(0)) == null ? void 0 : s.emailAddress) ?? void 0
@@ -16,7 +14,7 @@ const r = ({
16
14
  },
17
15
  getToken: async () => {
18
16
  var s;
19
- return await n, await ((s = e.session) == null ? void 0 : s.getToken()) ?? void 0;
17
+ return await a, await ((s = e.session) == null ? void 0 : s.getToken()) ?? void 0;
20
18
  },
21
19
  signOut() {
22
20
  e.signOut();
@@ -27,5 +25,5 @@ const r = ({
27
25
  };
28
26
  };
29
27
  export {
30
- r as clerkAuth
28
+ r as default
31
29
  };
@@ -1,4 +1,4 @@
1
- import { a as n, D as r, L as s } from "./DevPortal-DqcnbwLT.js";
1
+ import { D as n, a as r, L as s } from "./DevPortal-ChiyAyW7.js";
2
2
  export {
3
3
  n as DevPortal,
4
4
  r as DynamicIcon,
@@ -3,12 +3,12 @@ var go = (e) => {
3
3
  };
4
4
  var dr = (e, t, n) => t.has(e) || go("Cannot " + n);
5
5
  var oe = (e, t, n) => (dr(e, t, "read from private field"), n ? n.call(e) : t.get(e)), St = (e, t, n) => t.has(e) ? go("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), Ct = (e, t, n, r) => (dr(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n), Et = (e, t, n) => (dr(e, t, "access private method"), n);
6
- import { S as gc, s as bc, h as bo, g as vc, n as ml, u as xc, b as kc, c as wc, d as er, e as yl, j as x, f as Sc, i as Cc, k as ht, l as Ai, M as Ec, m as Tc, o as X, A as Oc, p as gl, q as Ac, t as Xr, r as Zr, H as Nc, v as zt, L as vo, N as bl, w as Pc, x as qt, y as Ze, P as Ee, z as be, B as $c, C as jc, E as tr, F as nr, G as Dn, I as Ic, J as Ni, K as Zt, O as Rc, Q as rr, R as Fc, T as Lc, U as _c } from "./DevPortal-DqcnbwLT.js";
6
+ import { S as gc, s as bc, h as bo, g as vc, n as ml, u as xc, b as kc, c as wc, d as er, e as yl, j as x, f as Sc, i as Cc, k as ht, l as Ai, M as Ec, m as Tc, o as X, A as Oc, p as gl, q as Ac, t as Xr, r as Zr, H as Nc, v as zt, L as vo, N as bl, w as Pc, x as qt, y as Ze, P as Ee, z as be, B as $c, C as jc, E as tr, F as nr, G as Dn, I as Ic, J as Ni, K as Zt, O as Rc, Q as rr, R as Fc, T as Lc, U as _c } from "./DevPortal-ChiyAyW7.js";
7
7
  import * as O from "react";
8
8
  import ct, { useRef as vl, useState as gt, useEffect as Pi, useMemo as xl, Fragment as kl, createContext as Mc, useContext as Dc } from "react";
9
9
  import zc from "react-dom";
10
10
  import { g as qc, u as Bc, a as Uc, C as Hc, c as Wc, f as Vc, P as Gc } from "./urql-B7mLfVog.js";
11
- import { createSharedWorkerClient as Jc } from "zudoku/open-api-worker";
11
+ import { createSharedWorkerClient as Jc } from "zudoku/openapi-worker";
12
12
  var it, ot, Ne, Ye, Xe, Tn, ei, hl, Kc = (hl = class extends gc {
13
13
  constructor(n, r) {
14
14
  super();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zudoku",
3
- "version": "0.1.1-dev.21",
3
+ "version": "0.1.1-dev.22",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -18,12 +18,15 @@
18
18
  ".": {
19
19
  "import": "./dist/index.js"
20
20
  },
21
- "./auth": {
22
- "import": "./lib/zudoku.auth.js"
21
+ "./auth/clerk": {
22
+ "import": "./lib/zudoku.auth-clerk.js"
23
23
  },
24
24
  "./plugins": {
25
25
  "import": "./lib/zudoku.plugins.js"
26
26
  },
27
+ "./openapi-worker": {
28
+ "import": "./lib/zudoku.openapi-worker.js"
29
+ },
27
30
  "./components": {
28
31
  "import": "./lib/zudoku.components.js"
29
32
  },
@@ -41,9 +44,6 @@
41
44
  },
42
45
  "./app/*": {
43
46
  "import": "./src/app/*"
44
- },
45
- "./open-api-worker": {
46
- "import": "./lib/zudoku.openapi-worker.js"
47
47
  }
48
48
  },
49
49
  "dependencies": {
@@ -1,11 +1,7 @@
1
1
  import { Clerk } from "@clerk/clerk-js";
2
2
  import { type AuthProvider } from "./authentication.js";
3
3
 
4
- export const clerkAuth = ({
5
- clerkPubKey,
6
- }: {
7
- clerkPubKey: string;
8
- }): AuthProvider => {
4
+ const clerkAuth = ({ clerkPubKey }: { clerkPubKey: string }): AuthProvider => {
9
5
  const clerkApi = new Clerk(clerkPubKey);
10
6
 
11
7
  const clerkIsLoaded = clerkApi.load({});
@@ -43,3 +39,5 @@ export const clerkAuth = ({
43
39
  },
44
40
  };
45
41
  };
42
+
43
+ export default clerkAuth;
@@ -1,24 +1,27 @@
1
1
  import { MDXProvider } from "@mdx-js/react";
2
2
  import { QueryClientProvider } from "@tanstack/react-query";
3
3
  import { memo, Suspense, useEffect, useMemo } from "react";
4
- import { type AuthProvider } from "./authentication/authentication.js";
5
- import {
6
- ComponentsProvider,
7
- DEFAULT_COMPONENTS,
8
- type ComponentsContextType,
9
- } from "./components/context/ComponentsContext.js";
10
- import { DevPortalProvider } from "./components/context/DevPortalProvider.js";
11
- import { ThemeProvider } from "./components/context/ThemeContext.js";
12
- import { ViewportAnchorProvider } from "./components/context/ViewportAnchorContext.js";
4
+ import { type AuthProvider } from "../authentication/authentication.js";
13
5
  import {
14
6
  DevPortalContext,
15
7
  queryClient,
16
8
  type NavigationItem,
17
- } from "./core/DevPortalContext.js";
18
- import { HelmetProvider } from "./core/helmet.js";
19
- import { type DevPortalPlugin } from "./core/plugins.js";
9
+ } from "../core/DevPortalContext.js";
10
+ import { HelmetProvider } from "../core/helmet.js";
11
+ import { type DevPortalPlugin } from "../core/plugins.js";
12
+ import {
13
+ MdxComponents,
14
+ type MdxComponentsType,
15
+ } from "../util/MdxComponents.js";
16
+ import {
17
+ ComponentsProvider,
18
+ DEFAULT_COMPONENTS,
19
+ type ComponentsContextType,
20
+ } from "./context/ComponentsContext.js";
21
+ import { DevPortalProvider } from "./context/DevPortalProvider.js";
22
+ import { ThemeProvider } from "./context/ThemeContext.js";
23
+ import { ViewportAnchorProvider } from "./context/ViewportAnchorContext.js";
20
24
  import { Router } from "./Router.js";
21
- import { MdxComponents, type MdxComponentsType } from "./util/MdxComponents.js";
22
25
 
23
26
  export const DevPortalSystemPaths = {
24
27
  Settings: "/settings",
@@ -1,6 +1,6 @@
1
1
  import { type ReactNode } from "react";
2
- import { useRegisterAnchorElement } from "./components/context/ViewportAnchorContext.js";
3
- import { cn } from "./util/cn.js";
2
+ import { cn } from "../util/cn.js";
3
+ import { useRegisterAnchorElement } from "./context/ViewportAnchorContext.js";
4
4
 
5
5
  const getComponent = (level: number) => {
6
6
  switch (level) {
@@ -0,0 +1 @@
1
+ export { Link } from "../core/router.js";
@@ -1,7 +1,7 @@
1
1
  import { useMemo } from "react";
2
2
  import { createBrowserRouter, RouterProvider } from "react-router-dom";
3
- import { Layout } from "./components/Layout.js";
4
- import { DevPortalPlugin, isNavigationPlugin } from "./core/plugins.js";
3
+ import { DevPortalPlugin, isNavigationPlugin } from "../core/plugins.js";
4
+ import { Layout } from "./Layout.js";
5
5
 
6
6
  export function Router({ plugins }: { plugins?: DevPortalPlugin[] }) {
7
7
  const router = useMemo(() => {
@@ -0,0 +1,3 @@
1
+ export { DevPortal } from "./DevPortal.js";
2
+ export { DynamicIcon } from "./DynamicIcon.js";
3
+ export { Link } from "./Link.js";
@@ -1,8 +1,11 @@
1
1
  import { QueryClient } from "@tanstack/react-query";
2
2
  import { type ReactNode } from "react";
3
3
  import { create } from "zustand";
4
- import { type DevPortalPath, type DevPortalProps } from "../DevPortal.js";
5
4
  import { type AuthProvider } from "../authentication/authentication.js";
5
+ import {
6
+ type DevPortalPath,
7
+ type DevPortalProps,
8
+ } from "../components/DevPortal.js";
6
9
  import {
7
10
  isApiKeyPlugin,
8
11
  isNavigationPlugin,
@@ -1,4 +1,4 @@
1
- import { DevPortalSystemPaths } from "../../DevPortal.js";
1
+ import { DevPortalSystemPaths } from "../../components/DevPortal.js";
2
2
  import { DevPortalContext } from "../../core/DevPortalContext.js";
3
3
  import {
4
4
  type ApiIdentityPlugin,
@@ -0,0 +1,5 @@
1
+ // Plugins
2
+ export { apiKeyPlugin } from "./api-key/index.js";
3
+ export { markdownPlugin } from "./markdown/index.js";
4
+ export { openApiPlugin } from "./openapi/index.js";
5
+ export { redirectPlugin } from "./redirect/index.js";
@@ -1,6 +1,6 @@
1
1
  import { useMemo, type PropsWithChildren, type ReactNode } from "react";
2
- import { Heading } from "../../Heading.js";
3
2
  import { CategoryHeading } from "../../components/CategoryHeading.js";
3
+ import { Heading } from "../../components/Heading.js";
4
4
  import { ProseClasses } from "../../components/Markdown.js";
5
5
  import { useTopNavigationItem } from "../../components/context/DevPortalProvider.js";
6
6
  import { isPathItem } from "../../components/navigation/util.js";
@@ -1,4 +1,4 @@
1
- import { Heading } from "../../Heading.js";
1
+ import { Heading } from "../../components/Heading.js";
2
2
  import { useTopNavigationItem } from "../../components/context/DevPortalProvider.js";
3
3
  import { isPathItem } from "../../components/navigation/util.js";
4
4
  import { Navigate, type RouteObject } from "../../core/router.js";
@@ -1,12 +1,12 @@
1
- import { Heading } from "../../Heading.js";
1
+ import { ResultOf } from "@graphql-typed-document-node/core";
2
2
  import { CategoryHeading } from "../../components/CategoryHeading.js";
3
+ import { Heading } from "../../components/Heading.js";
3
4
  import { Markdown, ProseClasses } from "../../components/Markdown.js";
4
5
  import { cn } from "../../util/cn.js";
5
6
  import { OperationListItem } from "./OperationListItem.js";
6
- import { useOasConfig } from "./index.js";
7
7
  import { graphql } from "./graphql/index.js";
8
+ import { useOasConfig } from "./index.js";
8
9
  import { useQuery } from "./util/urql.js";
9
- import { ResultOf } from "@graphql-typed-document-node/core";
10
10
 
11
11
  export const OperationsFragment = graphql(/* GraphQL */ `
12
12
  fragment OperationsFragment on OperationItem {
@@ -1,4 +1,4 @@
1
- import { Heading } from "../../Heading.js";
1
+ import { Heading } from "../../components/Heading.js";
2
2
  import { Markdown, ProseClasses } from "../../components/Markdown.js";
3
3
  import { groupBy } from "../../util/groupBy.js";
4
4
  import { OperationsFragment } from "./OperationList.js";
@@ -1,4 +1,4 @@
1
- import { Heading } from "../../Heading.js";
1
+ import { Heading } from "../../components/Heading.js";
2
2
  import type { ParameterGroup } from "./OperationListItem.js";
3
3
  import {
4
4
  ParameterListItem,
@@ -14,7 +14,7 @@ import {
14
14
  fetchExchange,
15
15
  } from "./util/urql.js";
16
16
 
17
- import { createSharedWorkerClient } from "zudoku/open-api-worker";
17
+ import { createSharedWorkerClient } from "zudoku/openapi-worker";
18
18
  import type { createSharedWorkerClient as createSharedWorkerClientType } from "./worker/createSharedWorkerClient.js";
19
19
 
20
20
  const OasContext = createContext<{ config: OasPluginConfig } | undefined>(
@@ -0,0 +1 @@
1
+ export { createSharedWorkerClient } from "./openapi/worker/createSharedWorkerClient.js";
@@ -2,7 +2,7 @@ import { MDXProvider } from "@mdx-js/react";
2
2
  import type { ComponentProps } from "react";
3
3
 
4
4
  import { Link } from "react-router-dom";
5
- import { Heading } from "../Heading.js";
5
+ import { Heading } from "../components/Heading.js";
6
6
  import { SyntaxHighlight } from "../components/SyntaxHighlight.js";
7
7
  import { Callout } from "../ui/Callout.js";
8
8
  import { cn } from "./cn.js";
@@ -1 +0,0 @@
1
- {"version":3,"file":"DevPortal.js","sourceRoot":"","sources":["../../src/lib/DevPortal.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAE3D,OAAO,EACL,kBAAkB,EAClB,kBAAkB,GAEnB,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AACvF,OAAO,EACL,gBAAgB,EAChB,WAAW,GAEZ,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,aAAa,EAA0B,MAAM,yBAAyB,CAAC;AAEhF,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,QAAQ,EAAE,WAAW;CACb,CAAC;AAqBX,MAAM,cAAc,GAAG,CAAC,KAAqB,EAAE,EAAE;IAC/C,MAAM,UAAU,GAAG,OAAO,CACxB,GAAG,EAAE,CAAC,CAAC,EAAE,GAAG,kBAAkB,EAAE,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC,EACrD,CAAC,KAAK,CAAC,SAAS,CAAC,CAClB,CAAC;IAEF,MAAM,aAAa,GAAG,OAAO,CAC3B,GAAG,EAAE,CAAC,CAAC,EAAE,GAAG,aAAa,EAAE,GAAG,KAAK,CAAC,aAAa,EAAE,CAAC,EACpD,CAAC,KAAK,CAAC,aAAa,CAAC,CACtB,CAAC;IAEF,MAAM,gBAAgB,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC;IAE7E,SAAS,CAAC,GAAG,EAAE;QACb,KAAK,gBAAgB,CAAC,UAAU,EAAE,CAAC;IACrC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAEvB,OAAO,CACL,KAAC,mBAAmB,IAAC,MAAM,EAAE,WAAW,YACtC,KAAC,cAAc,cACb,KAAC,iBAAiB,IAAC,KAAK,EAAE,gBAAgB,YACxC,KAAC,WAAW,IAAC,UAAU,EAAE,aAAa,YACpC,KAAC,aAAa,cACZ,KAAC,kBAAkB,IAAC,KAAK,EAAE,UAAU,YACnC,KAAC,sBAAsB,cACrB,KAAC,QAAQ,IACP,QAAQ,EACN,cAAK,SAAS,EAAC,gCAAgC,2BAEzC,YAGR,KAAC,MAAM,IAAC,OAAO,EAAE,KAAK,CAAC,OAAO,GAAI,GACzB,GACY,GACN,GACP,GACJ,GACI,GACL,GACG,CACvB,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC;AACvC,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AAEpC,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Heading.js","sourceRoot":"","sources":["../../src/lib/Heading.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;AACzF,OAAO,EAAE,EAAE,EAAE,MAAM,cAAc,CAAC;AAElC,MAAM,YAAY,GAAG,CAAC,KAAa,EAAE,EAAE;IACrC,QAAQ,KAAK,EAAE,CAAC;QACd,KAAK,CAAC;YACJ,OAAO,IAAI,CAAC;QACd,KAAK,CAAC;YACJ,OAAO,IAAI,CAAC;QACd,KAAK,CAAC;YACJ,OAAO,IAAI,CAAC;QACd,KAAK,CAAC;YACJ,OAAO,IAAI,CAAC;QACd,KAAK,CAAC;YACJ,OAAO,IAAI,CAAC;QACd,KAAK,CAAC;YACJ,OAAO,IAAI,CAAC;QACd;YACE,OAAO,IAAI,CAAC;IAChB,CAAC;AACH,CAAC,CAAC;AAUF,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,EACtB,KAAK,EACL,QAAQ,EACR,EAAE,EACF,SAAS,EACT,qBAAqB,GACR,EAAE,EAAE;IACjB,MAAM,SAAS,GAAG,YAAY,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC;IAC3C,MAAM,EAAE,GAAG,EAAE,GAAG,wBAAwB,EAAE,CAAC;IAE3C,OAAO,CACL,MAAC,SAAS,IACR,SAAS,EAAE,EAAE,CAAC,gBAAgB,EAAE,SAAS,CAAC,EAC1C,GAAG,EAAE,qBAAqB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,EAC5C,EAAE,EAAE,EAAE,aAEL,EAAE,IAAI,CACL,YACE,IAAI,EAAE,IAAI,EAAE,EAAE,EACd,SAAS,EAAC,6IAA6I,gBAC3I,WAAW,EAAE,EAAE,kBAGzB,CACL,EACA,QAAQ,IACC,CACb,CAAC;AACJ,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Router.js","sourceRoot":"","sources":["../../src/lib/Router.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAmB,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAExE,MAAM,UAAU,MAAM,CAAC,EAAE,OAAO,EAAmC;IACjE,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,EAAE;QAC1B,MAAM,MAAM,GAAG,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,EAAE,EAAE,CAChD,kBAAkB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,CACrD,CAAC;QAEF,OAAO,mBAAmB,CAAC;YACzB;gBACE,IAAI,EAAE,GAAG;gBACT,OAAO,EAAE,KAAC,MAAM,KAAG;gBACnB,YAAY,EAAE,CACZ,KAAC,MAAM,cACL,cAAK,SAAS,EAAC,2CAA2C,2CAEpD,GACC,CACV;gBACD,QAAQ,EAAE,MAAM;aACjB;SACF,CAAC,CAAC;IACL,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACd,OAAO,KAAC,cAAc,IAAC,MAAM,EAAE,MAAM,GAAI,CAAC;AAC5C,CAAC"}
@@ -1 +0,0 @@
1
- export { clerkAuth } from "./authentication/clerk.js";
package/dist/lib/auth.js DELETED
@@ -1,2 +0,0 @@
1
- export { clerkAuth } from "./authentication/clerk.js";
2
- //# sourceMappingURL=auth.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth.js","sourceRoot":"","sources":["../../src/lib/auth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC"}
@@ -1,3 +0,0 @@
1
- export { DynamicIcon } from "./components/DynamicIcon.js";
2
- export { Link } from "./core/router.js";
3
- export { DevPortal } from "./DevPortal.js";
@@ -1,4 +0,0 @@
1
- export { DynamicIcon } from "./components/DynamicIcon.js";
2
- export { Link } from "./core/router.js";
3
- export { DevPortal } from "./DevPortal.js";
4
- //# sourceMappingURL=components.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/lib/components.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,4 +0,0 @@
1
- export { apiKeyPlugin } from "./plugins/api-key/index.js";
2
- export { markdownPlugin } from "./plugins/markdown/index.js";
3
- export { openApiPlugin } from "./plugins/openapi/index.js";
4
- export { redirectPlugin } from "./plugins/redirect/index.js";
@@ -1,6 +0,0 @@
1
- // Plugins
2
- export { apiKeyPlugin } from "./plugins/api-key/index.js";
3
- export { markdownPlugin } from "./plugins/markdown/index.js";
4
- export { openApiPlugin } from "./plugins/openapi/index.js";
5
- export { redirectPlugin } from "./plugins/redirect/index.js";
6
- //# sourceMappingURL=plugins.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugins.js","sourceRoot":"","sources":["../../src/lib/plugins.ts"],"names":[],"mappings":"AAAA,UAAU;AACV,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC"}
package/src/lib/auth.ts DELETED
@@ -1 +0,0 @@
1
- export { clerkAuth } from "./authentication/clerk.js";
@@ -1,3 +0,0 @@
1
- export { DynamicIcon } from "./components/DynamicIcon.js";
2
- export { Link } from "./core/router.js";
3
- export { DevPortal } from "./DevPortal.js";
@@ -1,5 +0,0 @@
1
- // Plugins
2
- export { apiKeyPlugin } from "./plugins/api-key/index.js";
3
- export { markdownPlugin } from "./plugins/markdown/index.js";
4
- export { openApiPlugin } from "./plugins/openapi/index.js";
5
- export { redirectPlugin } from "./plugins/redirect/index.js";