@tern-secure/nextjs 3.3.3 → 3.4.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 (174) hide show
  1. package/README.md +33 -33
  2. package/dist/types/index.d.ts +1 -0
  3. package/package.json +79 -79
  4. package/dist/cjs/app-router/client/TernSecureProvider.js +0 -33
  5. package/dist/cjs/app-router/client/TernSecureProvider.js.map +0 -1
  6. package/dist/cjs/app-router/client/actions.js +0 -97
  7. package/dist/cjs/app-router/client/actions.js.map +0 -1
  8. package/dist/cjs/app-router/server/auth.js +0 -71
  9. package/dist/cjs/app-router/server/auth.js.map +0 -1
  10. package/dist/cjs/app-router/server/index.js +0 -42
  11. package/dist/cjs/app-router/server/index.js.map +0 -1
  12. package/dist/cjs/app-router/server/sessionTernSecure.js +0 -159
  13. package/dist/cjs/app-router/server/sessionTernSecure.js.map +0 -1
  14. package/dist/cjs/app-router/server/ternSecureMiddleware.js +0 -50
  15. package/dist/cjs/app-router/server/ternSecureMiddleware.js.map +0 -1
  16. package/dist/cjs/boundary/TernSecureClientProvider.js +0 -94
  17. package/dist/cjs/boundary/TernSecureClientProvider.js.map +0 -1
  18. package/dist/cjs/boundary/TernSecureCtx.js +0 -49
  19. package/dist/cjs/boundary/TernSecureCtx.js.map +0 -1
  20. package/dist/cjs/boundary/hooks/useAuth.js +0 -51
  21. package/dist/cjs/boundary/hooks/useAuth.js.map +0 -1
  22. package/dist/cjs/boundary/hooks/useUser.js +0 -44
  23. package/dist/cjs/boundary/hooks/useUser.js.map +0 -1
  24. package/dist/cjs/components/background.js +0 -65
  25. package/dist/cjs/components/background.js.map +0 -1
  26. package/dist/cjs/components/sign-in.js +0 -243
  27. package/dist/cjs/components/sign-in.js.map +0 -1
  28. package/dist/cjs/components/sign-out.js +0 -69
  29. package/dist/cjs/components/sign-out.js.map +0 -1
  30. package/dist/cjs/components/ui/alert.js +0 -88
  31. package/dist/cjs/components/ui/alert.js.map +0 -1
  32. package/dist/cjs/components/ui/button.js +0 -84
  33. package/dist/cjs/components/ui/button.js.map +0 -1
  34. package/dist/cjs/components/ui/card.js +0 -101
  35. package/dist/cjs/components/ui/card.js.map +0 -1
  36. package/dist/cjs/components/ui/input.js +0 -58
  37. package/dist/cjs/components/ui/input.js.map +0 -1
  38. package/dist/cjs/components/ui/label.js +0 -55
  39. package/dist/cjs/components/ui/label.js.map +0 -1
  40. package/dist/cjs/components/ui/separator.js +0 -59
  41. package/dist/cjs/components/ui/separator.js.map +0 -1
  42. package/dist/cjs/errors.js +0 -41
  43. package/dist/cjs/errors.js.map +0 -1
  44. package/dist/cjs/index.js +0 -56
  45. package/dist/cjs/index.js.map +0 -1
  46. package/dist/cjs/lib/utils.d.js +0 -17
  47. package/dist/cjs/lib/utils.d.js.map +0 -1
  48. package/dist/cjs/lib/utils.js +0 -33
  49. package/dist/cjs/lib/utils.js.map +0 -1
  50. package/dist/cjs/types.js +0 -17
  51. package/dist/cjs/types.js.map +0 -1
  52. package/dist/cjs/utils/admin-init.js +0 -57
  53. package/dist/cjs/utils/admin-init.js.map +0 -1
  54. package/dist/cjs/utils/client-init.js +0 -49
  55. package/dist/cjs/utils/client-init.js.map +0 -1
  56. package/dist/cjs/utils/config.js +0 -113
  57. package/dist/cjs/utils/config.js.map +0 -1
  58. package/dist/cjs/utils/construct.js +0 -63
  59. package/dist/cjs/utils/construct.js.map +0 -1
  60. package/dist/cjs/utils/create-styles.js +0 -149
  61. package/dist/cjs/utils/create-styles.js.map +0 -1
  62. package/dist/esm/app-router/client/TernSecureProvider.js +0 -9
  63. package/dist/esm/app-router/client/TernSecureProvider.js.map +0 -1
  64. package/dist/esm/app-router/client/actions.js +0 -70
  65. package/dist/esm/app-router/client/actions.js.map +0 -1
  66. package/dist/esm/app-router/server/auth.js +0 -47
  67. package/dist/esm/app-router/server/auth.js.map +0 -1
  68. package/dist/esm/app-router/server/index.js +0 -13
  69. package/dist/esm/app-router/server/index.js.map +0 -1
  70. package/dist/esm/app-router/server/sessionTernSecure.js +0 -129
  71. package/dist/esm/app-router/server/sessionTernSecure.js.map +0 -1
  72. package/dist/esm/app-router/server/ternSecureMiddleware.js +0 -26
  73. package/dist/esm/app-router/server/ternSecureMiddleware.js.map +0 -1
  74. package/dist/esm/boundary/TernSecureClientProvider.js +0 -70
  75. package/dist/esm/boundary/TernSecureClientProvider.js.map +0 -1
  76. package/dist/esm/boundary/TernSecureCtx.js +0 -23
  77. package/dist/esm/boundary/TernSecureCtx.js.map +0 -1
  78. package/dist/esm/boundary/hooks/useAuth.js +0 -27
  79. package/dist/esm/boundary/hooks/useAuth.js.map +0 -1
  80. package/dist/esm/boundary/hooks/useUser.js +0 -20
  81. package/dist/esm/boundary/hooks/useUser.js.map +0 -1
  82. package/dist/esm/components/background.js +0 -41
  83. package/dist/esm/components/background.js.map +0 -1
  84. package/dist/esm/components/sign-in.js +0 -219
  85. package/dist/esm/components/sign-in.js.map +0 -1
  86. package/dist/esm/components/sign-out.js +0 -45
  87. package/dist/esm/components/sign-out.js.map +0 -1
  88. package/dist/esm/components/ui/alert.js +0 -52
  89. package/dist/esm/components/ui/alert.js.map +0 -1
  90. package/dist/esm/components/ui/button.js +0 -49
  91. package/dist/esm/components/ui/button.js.map +0 -1
  92. package/dist/esm/components/ui/card.js +0 -62
  93. package/dist/esm/components/ui/card.js.map +0 -1
  94. package/dist/esm/components/ui/input.js +0 -24
  95. package/dist/esm/components/ui/input.js.map +0 -1
  96. package/dist/esm/components/ui/label.js +0 -21
  97. package/dist/esm/components/ui/label.js.map +0 -1
  98. package/dist/esm/components/ui/separator.js +0 -25
  99. package/dist/esm/components/ui/separator.js.map +0 -1
  100. package/dist/esm/errors.js +0 -16
  101. package/dist/esm/errors.js.map +0 -1
  102. package/dist/esm/index.js +0 -22
  103. package/dist/esm/index.js.map +0 -1
  104. package/dist/esm/lib/utils.d.js +0 -1
  105. package/dist/esm/lib/utils.d.js.map +0 -1
  106. package/dist/esm/lib/utils.js +0 -9
  107. package/dist/esm/lib/utils.js.map +0 -1
  108. package/dist/esm/types.js +0 -1
  109. package/dist/esm/types.js.map +0 -1
  110. package/dist/esm/utils/admin-init.js +0 -22
  111. package/dist/esm/utils/admin-init.js.map +0 -1
  112. package/dist/esm/utils/client-init.js +0 -22
  113. package/dist/esm/utils/client-init.js.map +0 -1
  114. package/dist/esm/utils/config.js +0 -84
  115. package/dist/esm/utils/config.js.map +0 -1
  116. package/dist/esm/utils/construct.js +0 -37
  117. package/dist/esm/utils/construct.js.map +0 -1
  118. package/dist/esm/utils/create-styles.js +0 -123
  119. package/dist/esm/utils/create-styles.js.map +0 -1
  120. package/dist/types/app-router/client/TernSecureProvider.d.ts +0 -26
  121. package/dist/types/app-router/client/TernSecureProvider.d.ts.map +0 -1
  122. package/dist/types/app-router/client/actions.d.ts +0 -39
  123. package/dist/types/app-router/client/actions.d.ts.map +0 -1
  124. package/dist/types/app-router/server/auth.d.ts +0 -7
  125. package/dist/types/app-router/server/auth.d.ts.map +0 -1
  126. package/dist/types/app-router/server/index.d.ts +0 -5
  127. package/dist/types/app-router/server/index.d.ts.map +0 -1
  128. package/dist/types/app-router/server/sessionTernSecure.d.ts +0 -37
  129. package/dist/types/app-router/server/sessionTernSecure.d.ts.map +0 -1
  130. package/dist/types/app-router/server/ternSecureMiddleware.d.ts +0 -7
  131. package/dist/types/app-router/server/ternSecureMiddleware.d.ts.map +0 -1
  132. package/dist/types/boundary/TernSecureClientProvider.d.ts +0 -11
  133. package/dist/types/boundary/TernSecureClientProvider.d.ts.map +0 -1
  134. package/dist/types/boundary/TernSecureCtx.d.ts +0 -15
  135. package/dist/types/boundary/TernSecureCtx.d.ts.map +0 -1
  136. package/dist/types/boundary/hooks/useAuth.d.ts +0 -11
  137. package/dist/types/boundary/hooks/useAuth.d.ts.map +0 -1
  138. package/dist/types/boundary/hooks/useUser.d.ts +0 -7
  139. package/dist/types/boundary/hooks/useUser.d.ts.map +0 -1
  140. package/dist/types/components/background.d.ts +0 -2
  141. package/dist/types/components/background.d.ts.map +0 -1
  142. package/dist/types/components/sign-in.d.ts +0 -18
  143. package/dist/types/components/sign-in.d.ts.map +0 -1
  144. package/dist/types/components/sign-out.d.ts +0 -10
  145. package/dist/types/components/sign-out.d.ts.map +0 -1
  146. package/dist/types/components/ui/alert.d.ts +0 -9
  147. package/dist/types/components/ui/alert.d.ts.map +0 -1
  148. package/dist/types/components/ui/button.d.ts +0 -12
  149. package/dist/types/components/ui/button.d.ts.map +0 -1
  150. package/dist/types/components/ui/card.d.ts +0 -9
  151. package/dist/types/components/ui/card.d.ts.map +0 -1
  152. package/dist/types/components/ui/input.d.ts +0 -4
  153. package/dist/types/components/ui/input.d.ts.map +0 -1
  154. package/dist/types/components/ui/label.d.ts +0 -6
  155. package/dist/types/components/ui/label.d.ts.map +0 -1
  156. package/dist/types/components/ui/separator.d.ts +0 -5
  157. package/dist/types/components/ui/separator.d.ts.map +0 -1
  158. package/dist/types/errors.d.ts +0 -9
  159. package/dist/types/errors.d.ts.map +0 -1
  160. package/dist/types/index.d.ts.map +0 -1
  161. package/dist/types/lib/utils.d.ts +0 -3
  162. package/dist/types/lib/utils.d.ts.map +0 -1
  163. package/dist/types/types.d.ts +0 -63
  164. package/dist/types/types.d.ts.map +0 -1
  165. package/dist/types/utils/admin-init.d.ts +0 -4
  166. package/dist/types/utils/admin-init.d.ts.map +0 -1
  167. package/dist/types/utils/client-init.d.ts +0 -5
  168. package/dist/types/utils/client-init.d.ts.map +0 -1
  169. package/dist/types/utils/config.d.ts +0 -35
  170. package/dist/types/utils/config.d.ts.map +0 -1
  171. package/dist/types/utils/construct.d.ts +0 -22
  172. package/dist/types/utils/construct.d.ts.map +0 -1
  173. package/dist/types/utils/create-styles.d.ts +0 -99
  174. package/dist/types/utils/create-styles.d.ts.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/components/ui/card.tsx"],"sourcesContent":["import * as React from \"react\"\n\nimport { cn } from \"../../lib/utils\"\n\nconst Card = React.forwardRef<\n HTMLDivElement,\n React.HTMLAttributes<HTMLDivElement>\n>(({ className, ...props }, ref) => (\n <div\n ref={ref}\n className={cn(\n \"rounded-xl border bg-card text-card-foreground shadow\",\n className\n )}\n {...props}\n />\n))\nCard.displayName = \"Card\"\n\nconst CardHeader = React.forwardRef<\n HTMLDivElement,\n React.HTMLAttributes<HTMLDivElement>\n>(({ className, ...props }, ref) => (\n <div\n ref={ref}\n className={cn(\"flex flex-col space-y-1.5 p-6\", className)}\n {...props}\n />\n))\nCardHeader.displayName = \"CardHeader\"\n\nconst CardTitle = React.forwardRef<\n HTMLDivElement,\n React.HTMLAttributes<HTMLDivElement>\n>(({ className, ...props }, ref) => (\n <div\n ref={ref}\n className={cn(\"font-semibold leading-none tracking-tight\", className)}\n {...props}\n />\n))\nCardTitle.displayName = \"CardTitle\"\n\nconst CardDescription = React.forwardRef<\n HTMLDivElement,\n React.HTMLAttributes<HTMLDivElement>\n>(({ className, ...props }, ref) => (\n <div\n ref={ref}\n className={cn(\"text-sm text-muted-foreground\", className)}\n {...props}\n />\n))\nCardDescription.displayName = \"CardDescription\"\n\nconst CardContent = React.forwardRef<\n HTMLDivElement,\n React.HTMLAttributes<HTMLDivElement>\n>(({ className, ...props }, ref) => (\n <div ref={ref} className={cn(\"p-6 pt-0\", className)} {...props} />\n))\nCardContent.displayName = \"CardContent\"\n\nconst CardFooter = React.forwardRef<\n HTMLDivElement,\n React.HTMLAttributes<HTMLDivElement>\n>(({ className, ...props }, ref) => (\n <div\n ref={ref}\n className={cn(\"flex items-center p-6 pt-0\", className)}\n {...props}\n />\n))\nCardFooter.displayName = \"CardFooter\"\n\nexport { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQE;AARF,YAAuB;AAEvB,mBAAmB;AAEnB,MAAM,OAAO,MAAM,WAGjB,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,QAC1B;AAAA,EAAC;AAAA;AAAA,IACC;AAAA,IACA,eAAW;AAAA,MACT;AAAA,MACA;AAAA,IACF;AAAA,IACC,GAAG;AAAA;AACN,CACD;AACD,KAAK,cAAc;AAEnB,MAAM,aAAa,MAAM,WAGvB,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,QAC1B;AAAA,EAAC;AAAA;AAAA,IACC;AAAA,IACA,eAAW,iBAAG,iCAAiC,SAAS;AAAA,IACvD,GAAG;AAAA;AACN,CACD;AACD,WAAW,cAAc;AAEzB,MAAM,YAAY,MAAM,WAGtB,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,QAC1B;AAAA,EAAC;AAAA;AAAA,IACC;AAAA,IACA,eAAW,iBAAG,6CAA6C,SAAS;AAAA,IACnE,GAAG;AAAA;AACN,CACD;AACD,UAAU,cAAc;AAExB,MAAM,kBAAkB,MAAM,WAG5B,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,QAC1B;AAAA,EAAC;AAAA;AAAA,IACC;AAAA,IACA,eAAW,iBAAG,iCAAiC,SAAS;AAAA,IACvD,GAAG;AAAA;AACN,CACD;AACD,gBAAgB,cAAc;AAE9B,MAAM,cAAc,MAAM,WAGxB,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,QAC1B,4CAAC,SAAI,KAAU,eAAW,iBAAG,YAAY,SAAS,GAAI,GAAG,OAAO,CACjE;AACD,YAAY,cAAc;AAE1B,MAAM,aAAa,MAAM,WAGvB,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,QAC1B;AAAA,EAAC;AAAA;AAAA,IACC;AAAA,IACA,eAAW,iBAAG,8BAA8B,SAAS;AAAA,IACpD,GAAG;AAAA;AACN,CACD;AACD,WAAW,cAAc;","names":[]}
@@ -1,58 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var input_exports = {};
30
- __export(input_exports, {
31
- Input: () => Input
32
- });
33
- module.exports = __toCommonJS(input_exports);
34
- var import_jsx_runtime = require("react/jsx-runtime");
35
- var React = __toESM(require("react"));
36
- var import_utils = require("../../lib/utils");
37
- const Input = React.forwardRef(
38
- ({ className, type, ...props }, ref) => {
39
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
40
- "input",
41
- {
42
- type,
43
- className: (0, import_utils.cn)(
44
- "flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
45
- className
46
- ),
47
- ref,
48
- ...props
49
- }
50
- );
51
- }
52
- );
53
- Input.displayName = "Input";
54
- // Annotate the CommonJS export names for ESM import in node:
55
- 0 && (module.exports = {
56
- Input
57
- });
58
- //# sourceMappingURL=input.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/components/ui/input.tsx"],"sourcesContent":["import * as React from \"react\"\n\nimport { cn } from \"../../lib/utils\"\n\nconst Input = React.forwardRef<HTMLInputElement, React.ComponentProps<\"input\">>(\n ({ className, type, ...props }, ref) => {\n return (\n <input\n type={type}\n className={cn(\n \"flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm\",\n className\n )}\n ref={ref}\n {...props}\n />\n )\n }\n)\nInput.displayName = \"Input\"\n\nexport { Input }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAOM;AAPN,YAAuB;AAEvB,mBAAmB;AAEnB,MAAM,QAAQ,MAAM;AAAA,EAClB,CAAC,EAAE,WAAW,MAAM,GAAG,MAAM,GAAG,QAAQ;AACtC,WACE;AAAA,MAAC;AAAA;AAAA,QACC;AAAA,QACA,eAAW;AAAA,UACT;AAAA,UACA;AAAA,QACF;AAAA,QACA;AAAA,QACC,GAAG;AAAA;AAAA,IACN;AAAA,EAEJ;AACF;AACA,MAAM,cAAc;","names":[]}
@@ -1,55 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var label_exports = {};
30
- __export(label_exports, {
31
- Label: () => Label
32
- });
33
- module.exports = __toCommonJS(label_exports);
34
- var import_jsx_runtime = require("react/jsx-runtime");
35
- var React = __toESM(require("react"));
36
- var LabelPrimitive = __toESM(require("@radix-ui/react-label"));
37
- var import_class_variance_authority = require("class-variance-authority");
38
- var import_utils = require("../../lib/utils");
39
- const labelVariants = (0, import_class_variance_authority.cva)(
40
- "text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
41
- );
42
- const Label = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
43
- LabelPrimitive.Root,
44
- {
45
- ref,
46
- className: (0, import_utils.cn)(labelVariants(), className),
47
- ...props
48
- }
49
- ));
50
- Label.displayName = LabelPrimitive.Root.displayName;
51
- // Annotate the CommonJS export names for ESM import in node:
52
- 0 && (module.exports = {
53
- Label
54
- });
55
- //# sourceMappingURL=label.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/components/ui/label.tsx"],"sourcesContent":["import * as React from \"react\"\nimport * as LabelPrimitive from \"@radix-ui/react-label\"\nimport { cva, type VariantProps } from \"class-variance-authority\"\n\nimport { cn } from \"../../lib/utils\"\n\nconst labelVariants = cva(\n \"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70\"\n)\n\nconst Label = React.forwardRef<\n React.ElementRef<typeof LabelPrimitive.Root>,\n React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> &\n VariantProps<typeof labelVariants>\n>(({ className, ...props }, ref) => (\n <LabelPrimitive.Root\n ref={ref}\n className={cn(labelVariants(), className)}\n {...props}\n />\n))\nLabel.displayName = LabelPrimitive.Root.displayName\n\nexport { Label }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAeE;AAfF,YAAuB;AACvB,qBAAgC;AAChC,sCAAuC;AAEvC,mBAAmB;AAEnB,MAAM,oBAAgB;AAAA,EACpB;AACF;AAEA,MAAM,QAAQ,MAAM,WAIlB,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,QAC1B;AAAA,EAAC,eAAe;AAAA,EAAf;AAAA,IACC;AAAA,IACA,eAAW,iBAAG,cAAc,GAAG,SAAS;AAAA,IACvC,GAAG;AAAA;AACN,CACD;AACD,MAAM,cAAc,eAAe,KAAK;","names":[]}
@@ -1,59 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var separator_exports = {};
30
- __export(separator_exports, {
31
- Separator: () => Separator
32
- });
33
- module.exports = __toCommonJS(separator_exports);
34
- var import_jsx_runtime = require("react/jsx-runtime");
35
- var React = __toESM(require("react"));
36
- var SeparatorPrimitive = __toESM(require("@radix-ui/react-separator"));
37
- var import_utils = require("../../lib/utils");
38
- const Separator = React.forwardRef(
39
- ({ className, orientation = "horizontal", decorative = true, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
40
- SeparatorPrimitive.Root,
41
- {
42
- ref,
43
- decorative,
44
- orientation,
45
- className: (0, import_utils.cn)(
46
- "shrink-0 bg-border",
47
- orientation === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]",
48
- className
49
- ),
50
- ...props
51
- }
52
- )
53
- );
54
- Separator.displayName = SeparatorPrimitive.Root.displayName;
55
- // Annotate the CommonJS export names for ESM import in node:
56
- 0 && (module.exports = {
57
- Separator
58
- });
59
- //# sourceMappingURL=separator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/components/ui/separator.tsx"],"sourcesContent":["import * as React from \"react\"\nimport * as SeparatorPrimitive from \"@radix-ui/react-separator\"\n\nimport { cn } from \"../../lib/utils\"\n\nconst Separator = React.forwardRef<\n React.ElementRef<typeof SeparatorPrimitive.Root>,\n React.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root>\n>(\n (\n { className, orientation = \"horizontal\", decorative = true, ...props },\n ref\n ) => (\n <SeparatorPrimitive.Root\n ref={ref}\n decorative={decorative}\n orientation={orientation}\n className={cn(\n \"shrink-0 bg-border\",\n orientation === \"horizontal\" ? \"h-[1px] w-full\" : \"h-full w-[1px]\",\n className\n )}\n {...props}\n />\n )\n)\nSeparator.displayName = SeparatorPrimitive.Root.displayName\n\nexport { Separator }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAaI;AAbJ,YAAuB;AACvB,yBAAoC;AAEpC,mBAAmB;AAEnB,MAAM,YAAY,MAAM;AAAA,EAItB,CACE,EAAE,WAAW,cAAc,cAAc,aAAa,MAAM,GAAG,MAAM,GACrE,QAEA;AAAA,IAAC,mBAAmB;AAAA,IAAnB;AAAA,MACC;AAAA,MACA;AAAA,MACA;AAAA,MACA,eAAW;AAAA,QACT;AAAA,QACA,gBAAgB,eAAe,mBAAmB;AAAA,QAClD;AAAA,MACF;AAAA,MACC,GAAG;AAAA;AAAA,EACN;AAEJ;AACA,UAAU,cAAc,mBAAmB,KAAK;","names":[]}
@@ -1,41 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var errors_exports = {};
20
- __export(errors_exports, {
21
- ERRORS: () => ERRORS,
22
- TernSecureError: () => TernSecureError
23
- });
24
- module.exports = __toCommonJS(errors_exports);
25
- const ERRORS = {
26
- SERVER_SIDE_INITIALIZATION: "TernSecure must be initialized on the client side",
27
- NOT_INITIALIZED: "TernSecure services are not initialized. Call initializeTernSecure() first",
28
- HOOK_CONTEXT: (hookName) => `${hookName} must be used within TernSecureProvider`
29
- };
30
- class TernSecureError extends Error {
31
- constructor(message) {
32
- super(message);
33
- this.name = "TernSecureError";
34
- }
35
- }
36
- // Annotate the CommonJS export names for ESM import in node:
37
- 0 && (module.exports = {
38
- ERRORS,
39
- TernSecureError
40
- });
41
- //# sourceMappingURL=errors.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/errors.ts"],"sourcesContent":["export const ERRORS = {\r\n SERVER_SIDE_INITIALIZATION: 'TernSecure must be initialized on the client side',\r\n NOT_INITIALIZED: 'TernSecure services are not initialized. Call initializeTernSecure() first',\r\n HOOK_CONTEXT: (hookName: string) => `${hookName} must be used within TernSecureProvider`,\r\n } as const;\r\n \r\n export class TernSecureError extends Error {\r\n constructor(message: string) {\r\n super(message);\r\n this.name = 'TernSecureError';\r\n }\r\n }"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,SAAS;AAAA,EAClB,4BAA4B;AAAA,EAC5B,iBAAiB;AAAA,EACjB,cAAc,CAAC,aAAqB,GAAG,QAAQ;AACjD;AAEO,MAAM,wBAAwB,MAAM;AAAA,EACzC,YAAY,SAAiB;AAC3B,UAAM,OAAO;AACb,SAAK,OAAO;AAAA,EACd;AACF;","names":[]}
package/dist/cjs/index.js DELETED
@@ -1,56 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var index_exports = {};
20
- __export(index_exports, {
21
- SignIn: () => import_sign_in.SignIn,
22
- SignOut: () => import_sign_out.SignOut,
23
- TernSecureAuth: () => import_client_init.TernSecureAuth,
24
- TernSecureFirestore: () => import_client_init.TernSecureFirestore,
25
- TernSecureProvider: () => import_TernSecureProvider.TernSecureProvider,
26
- loadFireConfig: () => import_config.loadFireConfig,
27
- signInWithEmail: () => import_actions.signInWithEmail,
28
- ternSecureAuth: () => import_client_init.ternSecureAuth,
29
- useAuth: () => import_useAuth.useAuth,
30
- useUser: () => import_useUser.useUser,
31
- validateConfig: () => import_config.validateConfig
32
- });
33
- module.exports = __toCommonJS(index_exports);
34
- var import_client_init = require("./utils/client-init");
35
- var import_config = require("./utils/config");
36
- var import_actions = require("./app-router/client/actions");
37
- var import_TernSecureProvider = require("./app-router/client/TernSecureProvider");
38
- var import_useAuth = require("./boundary/hooks/useAuth");
39
- var import_useUser = require("./boundary/hooks/useUser");
40
- var import_sign_in = require("./components/sign-in");
41
- var import_sign_out = require("./components/sign-out");
42
- // Annotate the CommonJS export names for ESM import in node:
43
- 0 && (module.exports = {
44
- SignIn,
45
- SignOut,
46
- TernSecureAuth,
47
- TernSecureFirestore,
48
- TernSecureProvider,
49
- loadFireConfig,
50
- signInWithEmail,
51
- ternSecureAuth,
52
- useAuth,
53
- useUser,
54
- validateConfig
55
- });
56
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["\r\n//import { TernSecureServerProvider } from './app-router/server/TernSecureServerProvider'\r\n//import type { TernSecureState } from './app-router/client/TernSecureProvider'\r\nexport { TernSecureAuth, TernSecureFirestore, ternSecureAuth } from './utils/client-init'\r\nexport { loadFireConfig, validateConfig } from './utils/config'\r\nexport { signInWithEmail } from './app-router/client/actions'\r\n//export { useInternalContext } from './boundary/TernSecureCtx'\r\n//export { TernSecureClientProvider } from './app-router/client/TernSecureProvider'\r\nexport { TernSecureProvider } from './app-router/client/TernSecureProvider'\r\nexport { useAuth } from './boundary/hooks/useAuth' \r\nexport { useUser } from './boundary/hooks/useUser'\r\nexport { SignIn } from './components/sign-in'\r\nexport { SignOut } from './components/sign-out'\r\n\r\n//export const TernSecureProvider = TernSecureServerProvider\r\n//export type { TernSecureState }"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,yBAAoE;AACpE,oBAA+C;AAC/C,qBAAgC;AAGhC,gCAAmC;AACnC,qBAAwB;AACxB,qBAAwB;AACxB,qBAAuB;AACvB,sBAAwB;","names":[]}
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
- var utils_d_exports = {};
16
- module.exports = __toCommonJS(utils_d_exports);
17
- //# sourceMappingURL=utils.d.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/lib/utils.ts"],"sourcesContent":["import { clsx, type ClassValue } from \"clsx\"\r\nimport { twMerge } from \"tailwind-merge\"\r\n\r\nexport function cn(...inputs: ClassValue[]) {\r\n return twMerge(clsx(inputs))\r\n}\r\n"],"mappings":";;;;;;;;;;;;;;AAAA;;","names":[]}
@@ -1,33 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var utils_exports = {};
20
- __export(utils_exports, {
21
- cn: () => cn
22
- });
23
- module.exports = __toCommonJS(utils_exports);
24
- var import_clsx = require("clsx");
25
- var import_tailwind_merge = require("tailwind-merge");
26
- function cn(...inputs) {
27
- return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
28
- }
29
- // Annotate the CommonJS export names for ESM import in node:
30
- 0 && (module.exports = {
31
- cn
32
- });
33
- //# sourceMappingURL=utils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/lib/utils.ts"],"sourcesContent":["import { clsx, type ClassValue } from \"clsx\"\r\nimport { twMerge } from \"tailwind-merge\"\r\n\r\nexport function cn(...inputs: ClassValue[]) {\r\n return twMerge(clsx(inputs))\r\n}\r\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAsC;AACtC,4BAAwB;AAEjB,SAAS,MAAM,QAAsB;AAC1C,aAAO,mCAAQ,kBAAK,MAAM,CAAC;AAC7B;","names":[]}
package/dist/cjs/types.js DELETED
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
- var types_exports = {};
16
- module.exports = __toCommonJS(types_exports);
17
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/types.ts"],"sourcesContent":["import { FirebaseOptions } from 'firebase/app'\r\n\r\n/**\r\n * TernSecure Firebase configuration interface\r\n * Extends Firebase's base configuration options\r\n */\r\nexport interface TernSecureConfig extends FirebaseOptions {\r\n apiKey: string\r\n authDomain: string\r\n projectId: string\r\n storageBucket: string\r\n messagingSenderId: string\r\n appId: string\r\n measurementId?: string // Optional for analytics\r\n}\r\n\r\n/**\r\n * TernSecure initialization options\r\n */\r\nexport interface TernSecureOptions {\r\n /** Environment setting for different configurations */\r\n environment?: 'development' | 'production'\r\n /** Geographic region for data storage */\r\n region?: string\r\n /** Custom error handler */\r\n onError?: (error: Error) => void\r\n /** Debug mode flag */\r\n debug?: boolean\r\n}\r\n\r\n/**\r\n * Firebase initialization state\r\n */\r\nexport interface FirebaseState {\r\n /** Whether Firebase has been initialized */\r\n initialized: boolean\r\n /** Any initialization errors */\r\n error: Error | null\r\n /** Timestamp of last initialization attempt */\r\n lastInitAttempt?: number\r\n}\r\n\r\n/**\r\n * Configuration validation result\r\n */\r\nexport interface ConfigValidationResult {\r\n isValid: boolean\r\n errors: string[]\r\n config: TernSecureConfig\r\n}\r\n\r\n/**\r\n * Firebase Admin configuration interface\r\n */\r\nexport interface TernSecureAdminConfig {\r\n projectId: string\r\n clientEmail: string\r\n privateKey: string\r\n}\r\n\r\n/**\r\n * Firebase Admin configuration validation result\r\n */\r\nexport interface AdminConfigValidationResult {\r\n isValid: boolean\r\n errors: string[]\r\n config: TernSecureAdminConfig\r\n}\r\n\r\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var admin_init_exports = {};
30
- __export(admin_init_exports, {
31
- adminTernSecureAuth: () => adminTernSecureAuth,
32
- adminTernSecureDb: () => adminTernSecureDb
33
- });
34
- module.exports = __toCommonJS(admin_init_exports);
35
- var import_firebase_admin = __toESM(require("firebase-admin"));
36
- var import_config = require("./config");
37
- if (!import_firebase_admin.default.apps.length) {
38
- try {
39
- const config = (0, import_config.initializeAdminConfig)();
40
- import_firebase_admin.default.initializeApp({
41
- credential: import_firebase_admin.default.credential.cert({
42
- ...config,
43
- privateKey: config.privateKey.replace(/\\n/g, "\n")
44
- })
45
- });
46
- } catch (error) {
47
- console.error("Firebase admin initialization error", error);
48
- }
49
- }
50
- const adminTernSecureAuth = import_firebase_admin.default.auth();
51
- const adminTernSecureDb = import_firebase_admin.default.firestore();
52
- // Annotate the CommonJS export names for ESM import in node:
53
- 0 && (module.exports = {
54
- adminTernSecureAuth,
55
- adminTernSecureDb
56
- });
57
- //# sourceMappingURL=admin-init.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/utils/admin-init.ts"],"sourcesContent":["import admin from 'firebase-admin';\r\nimport { initializeAdminConfig } from './config';\r\n\r\nif (!admin.apps.length) {\r\n try {\r\n const config = initializeAdminConfig();\r\n admin.initializeApp({\r\n credential: admin.credential.cert({\r\n ...config,\r\n privateKey: config.privateKey.replace(/\\\\n/g, '\\n'),\r\n }),\r\n });\r\n } catch (error) {\r\n console.error('Firebase admin initialization error', error);\r\n }\r\n}\r\n\r\nexport const adminTernSecureAuth = admin.auth();\r\nexport const adminTernSecureDb = admin.firestore();"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAAkB;AAClB,oBAAsC;AAEtC,IAAI,CAAC,sBAAAA,QAAM,KAAK,QAAQ;AACtB,MAAI;AACF,UAAM,aAAS,qCAAsB;AACrC,0BAAAA,QAAM,cAAc;AAAA,MAClB,YAAY,sBAAAA,QAAM,WAAW,KAAK;AAAA,QAChC,GAAG;AAAA,QACH,YAAY,OAAO,WAAW,QAAQ,QAAQ,IAAI;AAAA,MACpD,CAAC;AAAA,IACH,CAAC;AAAA,EACH,SAAS,OAAO;AACd,YAAQ,MAAM,uCAAuC,KAAK;AAAA,EAC5D;AACF;AAEO,MAAM,sBAAsB,sBAAAA,QAAM,KAAK;AACvC,MAAM,oBAAoB,sBAAAA,QAAM,UAAU;","names":["admin"]}
@@ -1,49 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var client_init_exports = {};
20
- __export(client_init_exports, {
21
- TernSecureAuth: () => TernSecureAuth,
22
- TernSecureFirestore: () => TernSecureFirestore,
23
- TernSecureStorage: () => TernSecureStorage,
24
- ternSecureAuth: () => ternSecureAuth
25
- });
26
- module.exports = __toCommonJS(client_init_exports);
27
- var import_app = require("firebase/app");
28
- var import_auth = require("firebase/auth");
29
- var import_firestore = require("firebase/firestore");
30
- var import_storage = require("firebase/storage");
31
- var import_config = require("./config");
32
- const APP_NAME = process.env.NEXT_PUBLIC_APP_NAME;
33
- const config = (0, import_config.initializeConfig)();
34
- const clientApp = (0, import_app.getApps)().length === 0 ? (0, import_app.initializeApp)(config, APP_NAME) : (0, import_app.getApps)()[0];
35
- const ternSecureAuth = (0, import_auth.getAuth)(clientApp);
36
- (0, import_auth.setPersistence)(ternSecureAuth, import_auth.browserSessionPersistence);
37
- const firestore = (0, import_firestore.getFirestore)(clientApp);
38
- const storage = (0, import_storage.getStorage)(clientApp);
39
- const TernSecureAuth = () => ternSecureAuth;
40
- const TernSecureFirestore = () => firestore;
41
- const TernSecureStorage = () => storage;
42
- // Annotate the CommonJS export names for ESM import in node:
43
- 0 && (module.exports = {
44
- TernSecureAuth,
45
- TernSecureFirestore,
46
- TernSecureStorage,
47
- ternSecureAuth
48
- });
49
- //# sourceMappingURL=client-init.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/utils/client-init.ts"],"sourcesContent":["import { initializeApp, getApps } from 'firebase/app';\r\nimport { getAuth, setPersistence, browserSessionPersistence } from 'firebase/auth';\r\nimport { getFirestore } from 'firebase/firestore';\r\nimport { getStorage } from 'firebase/storage';\r\nimport { initializeConfig} from './config';\r\n\r\nconst APP_NAME = process.env.NEXT_PUBLIC_APP_NAME;\r\n\r\n// Initialize immediately\r\nconst config = initializeConfig();\r\nconst clientApp = getApps().length === 0 ? initializeApp(config, APP_NAME) : getApps()[0];\r\nexport const ternSecureAuth = getAuth(clientApp);\r\nsetPersistence(ternSecureAuth, browserSessionPersistence); //to change later user should be able to choose persistance\r\nconst firestore = getFirestore(clientApp);\r\nconst storage = getStorage(clientApp);\r\n\r\n\r\n\r\nexport const TernSecureAuth = () => ternSecureAuth;\r\nexport const TernSecureFirestore = () => firestore;\r\nexport const TernSecureStorage = () => storage;\r\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAuC;AACvC,kBAAmE;AACnE,uBAA6B;AAC7B,qBAA2B;AAC3B,oBAAgC;AAEhC,MAAM,WAAW,QAAQ,IAAI;AAG7B,MAAM,aAAS,gCAAiB;AAChC,MAAM,gBAAY,oBAAQ,EAAE,WAAW,QAAI,0BAAc,QAAQ,QAAQ,QAAI,oBAAQ,EAAE,CAAC;AACjF,MAAM,qBAAiB,qBAAQ,SAAS;AAAA,IAC/C,4BAAe,gBAAgB,qCAAyB;AACxD,MAAM,gBAAY,+BAAa,SAAS;AACxC,MAAM,cAAU,2BAAW,SAAS;AAI7B,MAAM,iBAAiB,MAAM;AAC7B,MAAM,sBAAsB,MAAM;AAClC,MAAM,oBAAoB,MAAM;","names":[]}
@@ -1,113 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var config_exports = {};
20
- __export(config_exports, {
21
- initializeAdminConfig: () => initializeAdminConfig,
22
- initializeConfig: () => initializeConfig,
23
- loadAdminConfig: () => loadAdminConfig,
24
- loadFireConfig: () => loadFireConfig,
25
- validateAdminConfig: () => validateAdminConfig,
26
- validateConfig: () => validateConfig
27
- });
28
- module.exports = __toCommonJS(config_exports);
29
- const loadFireConfig = () => ({
30
- apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY || "",
31
- authDomain: process.env.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN || "",
32
- projectId: process.env.NEXT_PUBLIC_FIREBASE_PROJECT_ID || "",
33
- storageBucket: process.env.NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET || "",
34
- messagingSenderId: process.env.NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID || "",
35
- appId: process.env.NEXT_PUBLIC_FIREBASE_APP_ID || "",
36
- measurementId: process.env.NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID || void 0
37
- });
38
- const validateConfig = (config) => {
39
- const requiredFields = [
40
- "apiKey",
41
- "authDomain",
42
- "projectId",
43
- "storageBucket",
44
- "messagingSenderId",
45
- "appId"
46
- ];
47
- const errors = [];
48
- requiredFields.forEach((field) => {
49
- if (!config[field]) {
50
- errors.push(`Missing required field: NEXT_PUBLIC_FIREBASE_${String(field).toUpperCase()}`);
51
- }
52
- });
53
- return {
54
- isValid: errors.length === 0,
55
- errors,
56
- config
57
- };
58
- };
59
- const initializeConfig = () => {
60
- const config = loadFireConfig();
61
- const validationResult = validateConfig(config);
62
- if (!validationResult.isValid) {
63
- throw new Error(
64
- `Firebase configuration validation failed:
65
- ${validationResult.errors.join("\n")}`
66
- );
67
- }
68
- return config;
69
- };
70
- const loadAdminConfig = () => ({
71
- projectId: process.env.FIREBASE_PROJECT_ID || "",
72
- clientEmail: process.env.FIREBASE_CLIENT_EMAIL || "",
73
- privateKey: process.env.FIREBASE_PRIVATE_KEY || ""
74
- });
75
- const validateAdminConfig = (config) => {
76
- const requiredFields = [
77
- "projectId",
78
- "clientEmail",
79
- "privateKey"
80
- ];
81
- const errors = [];
82
- requiredFields.forEach((field) => {
83
- if (!config[field]) {
84
- errors.push(`Missing required field: FIREBASE_${String(field).toUpperCase()}`);
85
- }
86
- });
87
- return {
88
- isValid: errors.length === 0,
89
- errors,
90
- config
91
- };
92
- };
93
- const initializeAdminConfig = () => {
94
- const config = loadAdminConfig();
95
- const validationResult = validateAdminConfig(config);
96
- if (!validationResult.isValid) {
97
- throw new Error(
98
- `Firebase Admin configuration validation failed:
99
- ${validationResult.errors.join("\n")}`
100
- );
101
- }
102
- return config;
103
- };
104
- // Annotate the CommonJS export names for ESM import in node:
105
- 0 && (module.exports = {
106
- initializeAdminConfig,
107
- initializeConfig,
108
- loadAdminConfig,
109
- loadFireConfig,
110
- validateAdminConfig,
111
- validateConfig
112
- });
113
- //# sourceMappingURL=config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/utils/config.ts"],"sourcesContent":["import { TernSecureConfig, ConfigValidationResult, TernSecureAdminConfig, AdminConfigValidationResult } from '../types'\r\n\r\n/**\r\n * Loads Firebase configuration from environment variables\r\n * @returns {TernSecureConfig} Firebase configuration object\r\n */\r\nexport const loadFireConfig = (): TernSecureConfig => ({\r\n apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY || '',\r\n authDomain: process.env.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN || '',\r\n projectId: process.env.NEXT_PUBLIC_FIREBASE_PROJECT_ID || '',\r\n storageBucket: process.env.NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET || '',\r\n messagingSenderId: process.env.NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID || '',\r\n appId: process.env.NEXT_PUBLIC_FIREBASE_APP_ID || '',\r\n measurementId: process.env.NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID || undefined,\r\n})\r\n\r\n/**\r\n * Validates Firebase configuration\r\n * @param {TernSecureConfig} config - Firebase configuration object\r\n * @throws {Error} If required configuration values are missing\r\n * @returns {TernSecureConfig} Validated configuration object\r\n */\r\nexport const validateConfig = (config: TernSecureConfig): ConfigValidationResult => {\r\n const requiredFields: (keyof TernSecureConfig)[] = [\r\n 'apiKey',\r\n 'authDomain',\r\n 'projectId',\r\n 'storageBucket',\r\n 'messagingSenderId',\r\n 'appId'\r\n ]\r\n\r\n const errors: string[] = []\r\n \r\n requiredFields.forEach(field => {\r\n if (!config[field]) {\r\n errors.push(`Missing required field: NEXT_PUBLIC_FIREBASE_${String(field).toUpperCase()}`)\r\n }\r\n })\r\n\r\n return {\r\n isValid: errors.length === 0,\r\n errors,\r\n config\r\n }\r\n}\r\n\r\n/**\r\n * Initializes configuration with validation\r\n * @throws {Error} If configuration is invalid\r\n */\r\nexport const initializeConfig = (): TernSecureConfig => {\r\n const config = loadFireConfig()\r\n const validationResult = validateConfig(config)\r\n\r\n if (!validationResult.isValid) {\r\n throw new Error(\r\n `Firebase configuration validation failed:\\n${validationResult.errors.join('\\n')}`\r\n )\r\n }\r\n\r\n return config\r\n}\r\n\r\n/**\r\n * Loads Firebase Admin configuration from environment variables\r\n * @returns {AdminConfig} Firebase Admin configuration object\r\n */\r\nexport const loadAdminConfig = (): TernSecureAdminConfig => ({\r\n projectId: process.env.FIREBASE_PROJECT_ID || '',\r\n clientEmail: process.env.FIREBASE_CLIENT_EMAIL || '',\r\n privateKey: process.env.FIREBASE_PRIVATE_KEY || '',\r\n})\r\n\r\n/**\r\n * Validates Firebase Admin configuration\r\n * @param {AdminConfig} config - Firebase Admin configuration object\r\n * @returns {ConfigValidationResult} Validation result\r\n */\r\nexport const validateAdminConfig = (config: TernSecureAdminConfig): AdminConfigValidationResult => {\r\n const requiredFields: (keyof TernSecureAdminConfig)[] = [\r\n 'projectId',\r\n 'clientEmail',\r\n 'privateKey'\r\n ]\r\n\r\n const errors: string[] = []\r\n \r\n requiredFields.forEach(field => {\r\n if (!config[field]) {\r\n errors.push(`Missing required field: FIREBASE_${String(field).toUpperCase()}`)\r\n }\r\n })\r\n\r\n return {\r\n isValid: errors.length === 0,\r\n errors,\r\n config\r\n }\r\n}\r\n\r\n/**\r\n * Initializes admin configuration with validation\r\n * @throws {Error} If configuration is invalid\r\n */\r\nexport const initializeAdminConfig = (): TernSecureAdminConfig => {\r\n const config = loadAdminConfig()\r\n const validationResult = validateAdminConfig(config)\r\n\r\n if (!validationResult.isValid) {\r\n throw new Error(\r\n `Firebase Admin configuration validation failed:\\n${validationResult.errors.join('\\n')}`\r\n )\r\n }\r\n\r\n return config\r\n}"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAMO,MAAM,iBAAiB,OAAyB;AAAA,EACrD,QAAQ,QAAQ,IAAI,gCAAgC;AAAA,EACpD,YAAY,QAAQ,IAAI,oCAAoC;AAAA,EAC5D,WAAW,QAAQ,IAAI,mCAAmC;AAAA,EAC1D,eAAe,QAAQ,IAAI,uCAAuC;AAAA,EAClE,mBAAmB,QAAQ,IAAI,4CAA4C;AAAA,EAC3E,OAAO,QAAQ,IAAI,+BAA+B;AAAA,EAClD,eAAe,QAAQ,IAAI,uCAAuC;AACpE;AAQO,MAAM,iBAAiB,CAAC,WAAqD;AAClF,QAAM,iBAA6C;AAAA,IACjD;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AAEA,QAAM,SAAmB,CAAC;AAE1B,iBAAe,QAAQ,WAAS;AAC9B,QAAI,CAAC,OAAO,KAAK,GAAG;AAClB,aAAO,KAAK,gDAAgD,OAAO,KAAK,EAAE,YAAY,CAAC,EAAE;AAAA,IAC3F;AAAA,EACF,CAAC;AAED,SAAO;AAAA,IACL,SAAS,OAAO,WAAW;AAAA,IAC3B;AAAA,IACA;AAAA,EACF;AACF;AAMO,MAAM,mBAAmB,MAAwB;AACtD,QAAM,SAAS,eAAe;AAC9B,QAAM,mBAAmB,eAAe,MAAM;AAE9C,MAAI,CAAC,iBAAiB,SAAS;AAC7B,UAAM,IAAI;AAAA,MACR;AAAA,EAA8C,iBAAiB,OAAO,KAAK,IAAI,CAAC;AAAA,IAClF;AAAA,EACF;AAEA,SAAO;AACT;AAMO,MAAM,kBAAkB,OAA8B;AAAA,EAC3D,WAAW,QAAQ,IAAI,uBAAuB;AAAA,EAC9C,aAAa,QAAQ,IAAI,yBAAyB;AAAA,EAClD,YAAY,QAAQ,IAAI,wBAAwB;AAClD;AAOO,MAAM,sBAAsB,CAAC,WAA+D;AACjG,QAAM,iBAAkD;AAAA,IACtD;AAAA,IACA;AAAA,IACA;AAAA,EACF;AAEA,QAAM,SAAmB,CAAC;AAE1B,iBAAe,QAAQ,WAAS;AAC9B,QAAI,CAAC,OAAO,KAAK,GAAG;AAClB,aAAO,KAAK,oCAAoC,OAAO,KAAK,EAAE,YAAY,CAAC,EAAE;AAAA,IAC/E;AAAA,EACF,CAAC;AAED,SAAO;AAAA,IACL,SAAS,OAAO,WAAW;AAAA,IAC3B;AAAA,IACA;AAAA,EACF;AACF;AAMO,MAAM,wBAAwB,MAA6B;AAChE,QAAM,SAAS,gBAAgB;AAC/B,QAAM,mBAAmB,oBAAoB,MAAM;AAEnD,MAAI,CAAC,iBAAiB,SAAS;AAC7B,UAAM,IAAI;AAAA,MACR;AAAA,EAAoD,iBAAiB,OAAO,KAAK,IAAI,CAAC;AAAA,IACxF;AAAA,EACF;AAEA,SAAO;AACT;","names":[]}