@almadar/orb 6.17.0 → 16.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/package.json +6 -6
  2. package/shells/almadar-shell/LICENSE +0 -72
  3. package/shells/almadar-shell/README.md +0 -25
  4. package/shells/almadar-shell/locales/en.json +0 -120
  5. package/shells/almadar-shell/package.json +0 -35
  6. package/shells/almadar-shell/packages/client/eslint.config.cjs +0 -56
  7. package/shells/almadar-shell/packages/client/index.html +0 -13
  8. package/shells/almadar-shell/packages/client/package.json +0 -63
  9. package/shells/almadar-shell/packages/client/postcss.config.js +0 -6
  10. package/shells/almadar-shell/packages/client/src/App.tsx +0 -81
  11. package/shells/almadar-shell/packages/client/src/config/firebase.ts +0 -37
  12. package/shells/almadar-shell/packages/client/src/features/auth/AuthContext.tsx +0 -139
  13. package/shells/almadar-shell/packages/client/src/features/auth/authService.ts +0 -83
  14. package/shells/almadar-shell/packages/client/src/features/auth/components/Login.tsx +0 -218
  15. package/shells/almadar-shell/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
  16. package/shells/almadar-shell/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
  17. package/shells/almadar-shell/packages/client/src/features/auth/components/index.ts +0 -3
  18. package/shells/almadar-shell/packages/client/src/features/auth/index.ts +0 -13
  19. package/shells/almadar-shell/packages/client/src/features/auth/types.ts +0 -24
  20. package/shells/almadar-shell/packages/client/src/index.css +0 -42
  21. package/shells/almadar-shell/packages/client/src/main.tsx +0 -8
  22. package/shells/almadar-shell/packages/client/src/navigation/index.ts +0 -55
  23. package/shells/almadar-shell/packages/client/src/pages/index.ts +0 -12
  24. package/shells/almadar-shell/packages/client/tailwind-preset.cjs +0 -259
  25. package/shells/almadar-shell/packages/client/tailwind.config.js +0 -28
  26. package/shells/almadar-shell/packages/client/tsconfig.json +0 -33
  27. package/shells/almadar-shell/packages/client/vite.config.ts +0 -50
  28. package/shells/almadar-shell/packages/server/eslint.config.cjs +0 -23
  29. package/shells/almadar-shell/packages/server/package.json +0 -40
  30. package/shells/almadar-shell/packages/server/src/app.ts +0 -36
  31. package/shells/almadar-shell/packages/server/src/index.ts +0 -30
  32. package/shells/almadar-shell/packages/server/src/routes.ts +0 -11
  33. package/shells/almadar-shell/packages/server/src/types/express.d.ts +0 -17
  34. package/shells/almadar-shell/packages/server/tsconfig.json +0 -23
  35. package/shells/almadar-shell/packages/shared/package.json +0 -11
  36. package/shells/almadar-shell/packages/shared/pnpm-lock.yaml +0 -22
  37. package/shells/almadar-shell/packages/shared/src/index.ts +0 -2
  38. package/shells/almadar-shell/pnpm-lock.yaml +0 -8855
  39. package/shells/almadar-shell/pnpm-workspace.yaml +0 -2
  40. package/shells/almadar-shell/tsup.config.ts +0 -13
  41. package/shells/almadar-shell/turbo.json +0 -17
  42. package/shells/almadar-shell/vitest.config.ts +0 -8
  43. package/shells/almadar-shell-hono/LICENSE +0 -72
  44. package/shells/almadar-shell-hono/README.md +0 -25
  45. package/shells/almadar-shell-hono/locales/en.json +0 -120
  46. package/shells/almadar-shell-hono/package.json +0 -31
  47. package/shells/almadar-shell-hono/packages/client/eslint.config.cjs +0 -23
  48. package/shells/almadar-shell-hono/packages/client/index.html +0 -13
  49. package/shells/almadar-shell-hono/packages/client/package-lock.json +0 -9750
  50. package/shells/almadar-shell-hono/packages/client/package.json +0 -61
  51. package/shells/almadar-shell-hono/packages/client/postcss.config.js +0 -6
  52. package/shells/almadar-shell-hono/packages/client/src/App.tsx +0 -84
  53. package/shells/almadar-shell-hono/packages/client/src/config/firebase.ts +0 -37
  54. package/shells/almadar-shell-hono/packages/client/src/features/auth/AuthContext.tsx +0 -139
  55. package/shells/almadar-shell-hono/packages/client/src/features/auth/authService.ts +0 -83
  56. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/Login.tsx +0 -218
  57. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
  58. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
  59. package/shells/almadar-shell-hono/packages/client/src/features/auth/components/index.ts +0 -3
  60. package/shells/almadar-shell-hono/packages/client/src/features/auth/index.ts +0 -13
  61. package/shells/almadar-shell-hono/packages/client/src/features/auth/types.ts +0 -24
  62. package/shells/almadar-shell-hono/packages/client/src/index.css +0 -35
  63. package/shells/almadar-shell-hono/packages/client/src/main.tsx +0 -8
  64. package/shells/almadar-shell-hono/packages/client/src/navigation/index.ts +0 -55
  65. package/shells/almadar-shell-hono/packages/client/src/pages/index.ts +0 -12
  66. package/shells/almadar-shell-hono/packages/client/tailwind-preset.cjs +0 -259
  67. package/shells/almadar-shell-hono/packages/client/tailwind.config.js +0 -21
  68. package/shells/almadar-shell-hono/packages/client/tsconfig.json +0 -33
  69. package/shells/almadar-shell-hono/packages/client/vite.config.ts +0 -50
  70. package/shells/almadar-shell-hono/packages/server/eslint.config.cjs +0 -19
  71. package/shells/almadar-shell-hono/packages/server/package.json +0 -38
  72. package/shells/almadar-shell-hono/packages/server/pnpm-lock.yaml +0 -4665
  73. package/shells/almadar-shell-hono/packages/server/src/app.ts +0 -31
  74. package/shells/almadar-shell-hono/packages/server/src/index.ts +0 -31
  75. package/shells/almadar-shell-hono/packages/server/src/routes.ts +0 -12
  76. package/shells/almadar-shell-hono/packages/server/src/serve.ts +0 -45
  77. package/shells/almadar-shell-hono/packages/server/tsconfig.json +0 -23
  78. package/shells/almadar-shell-hono/packages/shared/package.json +0 -25
  79. package/shells/almadar-shell-hono/packages/shared/pnpm-lock.yaml +0 -919
  80. package/shells/almadar-shell-hono/packages/shared/src/index.ts +0 -2
  81. package/shells/almadar-shell-hono/packages/shared/tsconfig.json +0 -17
  82. package/shells/almadar-shell-hono/packages/shared/tsup.config.ts +0 -10
  83. package/shells/almadar-shell-hono/pnpm-lock.yaml +0 -9441
  84. package/shells/almadar-shell-hono/pnpm-workspace.yaml +0 -2
  85. package/shells/almadar-shell-hono/tsup.config.ts +0 -13
  86. package/shells/almadar-shell-hono/turbo.json +0 -17
  87. package/shells/almadar-shell-hono/vitest.config.ts +0 -8
@@ -1,2 +0,0 @@
1
- // Placeholder — the compiler generates actual shared types here.
2
- export {};
@@ -1,17 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2022",
4
- "module": "ESNext",
5
- "moduleResolution": "bundler",
6
- "outDir": "./dist",
7
- "rootDir": "./src",
8
- "strict": true,
9
- "esModuleInterop": true,
10
- "skipLibCheck": true,
11
- "declaration": true,
12
- "declarationMap": true,
13
- "isolatedModules": true
14
- },
15
- "include": ["src"],
16
- "exclude": ["node_modules", "dist"]
17
- }
@@ -1,10 +0,0 @@
1
- import { defineConfig } from 'tsup';
2
-
3
- export default defineConfig({
4
- entry: ['src/index.ts'],
5
- format: ['esm'],
6
- dts: true,
7
- clean: true,
8
- sourcemap: true,
9
- splitting: false,
10
- });