@almadar/orb-darwin-x64 5.1.2 → 6.6.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 (46) hide show
  1. package/orb +0 -0
  2. package/package.json +3 -3
  3. package/shells/orb-shell/LICENSE +0 -21
  4. package/shells/orb-shell/README.md +0 -25
  5. package/shells/orb-shell/locales/en.json +0 -120
  6. package/shells/orb-shell/package.json +0 -35
  7. package/shells/orb-shell/packages/client/eslint.config.cjs +0 -23
  8. package/shells/orb-shell/packages/client/index.html +0 -13
  9. package/shells/orb-shell/packages/client/package-lock.json +0 -11190
  10. package/shells/orb-shell/packages/client/package.json +0 -55
  11. package/shells/orb-shell/packages/client/postcss.config.js +0 -6
  12. package/shells/orb-shell/packages/client/src/App.tsx +0 -79
  13. package/shells/orb-shell/packages/client/src/config/firebase.ts +0 -37
  14. package/shells/orb-shell/packages/client/src/features/auth/AuthContext.tsx +0 -139
  15. package/shells/orb-shell/packages/client/src/features/auth/authService.ts +0 -83
  16. package/shells/orb-shell/packages/client/src/features/auth/components/Login.tsx +0 -218
  17. package/shells/orb-shell/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
  18. package/shells/orb-shell/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
  19. package/shells/orb-shell/packages/client/src/features/auth/components/index.ts +0 -3
  20. package/shells/orb-shell/packages/client/src/features/auth/index.ts +0 -13
  21. package/shells/orb-shell/packages/client/src/features/auth/types.ts +0 -24
  22. package/shells/orb-shell/packages/client/src/generated/index.ts +0 -13
  23. package/shells/orb-shell/packages/client/src/index.css +0 -35
  24. package/shells/orb-shell/packages/client/src/main.tsx +0 -10
  25. package/shells/orb-shell/packages/client/src/navigation/index.ts +0 -55
  26. package/shells/orb-shell/packages/client/src/pages/index.ts +0 -12
  27. package/shells/orb-shell/packages/client/tailwind-preset.cjs +0 -243
  28. package/shells/orb-shell/packages/client/tailwind.config.js +0 -15
  29. package/shells/orb-shell/packages/client/tsconfig.json +0 -33
  30. package/shells/orb-shell/packages/client/vite.config.ts +0 -49
  31. package/shells/orb-shell/packages/server/eslint.config.cjs +0 -19
  32. package/shells/orb-shell/packages/server/package-lock.json +0 -6322
  33. package/shells/orb-shell/packages/server/package.json +0 -37
  34. package/shells/orb-shell/packages/server/src/app.ts +0 -36
  35. package/shells/orb-shell/packages/server/src/index.ts +0 -30
  36. package/shells/orb-shell/packages/server/src/routes.ts +0 -11
  37. package/shells/orb-shell/packages/server/src/types/express.d.ts +0 -15
  38. package/shells/orb-shell/packages/server/tsconfig.json +0 -23
  39. package/shells/orb-shell/packages/shared/package-lock.json +0 -24
  40. package/shells/orb-shell/packages/shared/package.json +0 -10
  41. package/shells/orb-shell/packages/shared/src/index.ts +0 -2
  42. package/shells/orb-shell/pnpm-lock.yaml +0 -9247
  43. package/shells/orb-shell/pnpm-workspace.yaml +0 -2
  44. package/shells/orb-shell/tsup.config.ts +0 -13
  45. package/shells/orb-shell/turbo.json +0 -17
  46. package/shells/orb-shell/vitest.config.ts +0 -8
package/orb CHANGED
Binary file
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@almadar/orb-darwin-x64",
3
- "version": "5.1.2",
3
+ "version": "6.6.0",
4
4
  "description": "Orb CLI binary for darwin-x64",
5
- "license": "MIT",
6
- "repository": { "type": "git", "url": "https://github.com/almadar-io/almadar.git" },
5
+ "license": "BSL-1.1",
6
+ "repository": { "type": "git", "url": "https://github.com/almadar-io/orb.git" },
7
7
  "os": ["darwin"],
8
8
  "cpu": ["x64"]
9
9
  }
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 Almadar Team
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,25 +0,0 @@
1
- # @almadar/shell
2
-
3
- > Minimal full-stack shell template for Almadar applications
4
-
5
- Part of the [Almadar](https://github.com/almadar-io/almadar) platform.
6
-
7
- ## Installation
8
-
9
- ```bash
10
- npm install @almadar/shell
11
- ```
12
-
13
- ## Usage
14
-
15
- ```typescript
16
- import { /* ... */ } from '@almadar/shell';
17
- ```
18
-
19
- ## API
20
-
21
- <!-- Document public exports here -->
22
-
23
- ## License
24
-
25
- MIT
@@ -1,120 +0,0 @@
1
- {
2
- "$meta": { "locale": "en", "direction": "ltr" },
3
-
4
- "common.save": "Save",
5
- "common.cancel": "Cancel",
6
- "common.delete": "Delete",
7
- "common.close": "Close",
8
- "common.confirm": "Are you sure?",
9
- "common.create": "Create",
10
- "common.edit": "Edit",
11
- "common.view": "View",
12
- "common.add": "Add",
13
- "common.remove": "Remove",
14
- "common.search": "Search...",
15
- "common.filter": "Filter",
16
- "common.actions": "Actions",
17
- "common.yes": "Yes",
18
- "common.no": "No",
19
- "common.ok": "OK",
20
- "common.done": "Done",
21
- "common.apply": "Apply",
22
- "common.reset": "Reset",
23
- "common.refresh": "Refresh",
24
- "common.export": "Export",
25
- "common.import": "Import",
26
- "common.copy": "Copy",
27
- "common.settings": "Settings",
28
-
29
- "nav.previous": "Previous",
30
- "nav.next": "Next",
31
- "nav.back": "Back",
32
- "nav.home": "Home",
33
-
34
- "form.submit": "Submit",
35
- "form.saving": "Saving...",
36
- "form.required": "This field is required",
37
- "form.invalidEmail": "Enter a valid email address",
38
- "form.selectPlaceholder": "Select {{label}}...",
39
- "form.searchPlaceholder": "Search {{entity}}...",
40
-
41
- "table.empty.title": "No items found",
42
- "table.empty.description": "No items to display.",
43
- "table.search.placeholder": "Search...",
44
- "table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
45
- "table.pagination.page": "Page {{page}} of {{totalPages}}",
46
- "table.bulk.selected": "{{count}} selected",
47
- "table.loading": "Loading...",
48
-
49
- "status.loading": "Loading...",
50
- "status.scheduled": "Scheduled",
51
- "status.inProgress": "In Progress",
52
- "status.completed": "Completed",
53
- "status.cancelled": "Cancelled",
54
- "status.pending": "Pending",
55
- "status.active": "Active",
56
- "status.inactive": "Inactive",
57
- "status.draft": "Draft",
58
- "status.archived": "Archived",
59
-
60
- "error.generic": "Something went wrong",
61
- "error.retry": "Try again",
62
- "error.notFound": "Not found",
63
- "error.loadFailed": "Failed to load: {{message}}",
64
- "error.configMissing": "Configuration not found for: {{id}}",
65
-
66
- "common.loading": "Loading...",
67
- "common.showMore": "Show More",
68
- "common.showLess": "Show Less",
69
- "common.noResults": "No results found",
70
- "common.saveChanges": "Save Changes",
71
- "common.retry": "Retry",
72
- "common.open": "Open",
73
- "common.back": "Back",
74
-
75
- "empty.noItems": "No items",
76
- "empty.noData": "No data available",
77
- "empty.noItemsYet": "No items yet",
78
- "empty.noItemsAdded": "No items added yet",
79
- "empty.noOptionsFound": "No options found",
80
-
81
- "list.addItemPlaceholder": "Add new item...",
82
-
83
- "error.occurred": "An error occurred",
84
- "error.failedToLoad": "Failed to load data",
85
-
86
- "wizard.back": "Back",
87
- "wizard.next": "Next",
88
- "wizard.complete": "Complete",
89
- "wizard.stepOf": "Step {{current}} of {{total}}",
90
-
91
- "pagination.previous": "Previous",
92
- "pagination.next": "Next",
93
- "pagination.total": "Total:",
94
- "pagination.show": "Show:",
95
- "pagination.goTo": "Go to:",
96
- "pagination.go": "Go",
97
-
98
- "auth.signIn": "Sign in",
99
- "auth.signOut": "Sign out",
100
-
101
- "dialog.confirm": "Confirm",
102
- "dialog.cancel": "Cancel",
103
- "dialog.loading": "Loading...",
104
- "dialog.delete.title": "Delete {{item}}?",
105
- "dialog.delete.message": "This action cannot be undone.",
106
-
107
- "trait.availableActions": "Available Actions",
108
- "trait.transitions": "Transitions",
109
- "trait.availableNow": "Available now",
110
-
111
- "book.startReading": "Start Reading",
112
- "book.tableOfContents": "Table of Contents",
113
- "book.partNumber": "Part {{number}}",
114
- "book.print": "Print",
115
- "book.previousPage": "Previous page",
116
- "book.nextPage": "Next page",
117
-
118
- "quiz.showAnswer": "Show answer",
119
- "quiz.hideAnswer": "Hide answer"
120
- }
@@ -1,35 +0,0 @@
1
- {
2
- "name": "@almadar/shell",
3
- "version": "2.1.5",
4
- "private": true,
5
- "description": "Minimal full-stack shell template for Almadar applications",
6
- "packageManager": "pnpm@10.30.3",
7
- "scripts": {
8
- "dev": "npx concurrently -n client,server -c blue,green \"pnpm --filter @almadar/shell-client dev\" \"pnpm --filter @almadar/shell-server dev\"",
9
- "build": "pnpm run -r build",
10
- "typecheck": "turbo run typecheck",
11
- "lint": "turbo run lint",
12
- "prepare": "git rev-parse --git-dir > /dev/null 2>&1 && git config core.hooksPath .githooks || true"
13
- },
14
- "devDependencies": {
15
- "concurrently": "^9.2.1",
16
- "turbo": "^2.8.17"
17
- },
18
- "pnpm": {
19
- "overrides": {
20
- "@tootallnate/once": "^3.0.1",
21
- "esbuild": "^0.25.0",
22
- "flatted": "^3.4.1"
23
- }
24
- },
25
- "files": [
26
- "dist"
27
- ],
28
- "repository": {
29
- "type": "git",
30
- "url": "https://github.com/almadar-io/almadar-shell.git"
31
- },
32
- "publishConfig": {
33
- "access": "public"
34
- }
35
- }
@@ -1,23 +0,0 @@
1
- "use strict";
2
- const tsParser = require("@typescript-eslint/parser");
3
- const almadarPlugin = require("@almadar/eslint-plugin");
4
-
5
- module.exports = [
6
- { ignores: ["dist/**", "node_modules/**", "**/*.test.ts", "**/*.test.tsx"] },
7
- {
8
- files: ["src/**/*.ts", "src/**/*.tsx"],
9
- languageOptions: {
10
- parser: tsParser,
11
- parserOptions: {
12
- ecmaFeatures: { jsx: true },
13
- ecmaVersion: "latest",
14
- sourceType: "module",
15
- },
16
- },
17
- plugins: { almadar: almadarPlugin },
18
- rules: {
19
- "almadar/no-as-any": "error",
20
- "almadar/no-import-generated": "error",
21
- },
22
- },
23
- ];
@@ -1,13 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Almadar App</title>
8
- </head>
9
- <body>
10
- <div id="root"></div>
11
- <script type="module" src="/src/main.tsx"></script>
12
- </body>
13
- </html>