@elevasis/ui 1.3.1 → 1.3.2
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.
- package/dist/api/index.js +1 -1
- package/dist/auth/guards/AdminGuard.d.ts +32 -0
- package/dist/auth/guards/AdminGuard.d.ts.map +1 -0
- package/dist/auth/guards/ProtectedRoute.d.ts +60 -0
- package/dist/auth/guards/ProtectedRoute.d.ts.map +1 -0
- package/dist/auth/guards/__tests__/AdminGuard.test.d.ts +12 -0
- package/dist/auth/guards/__tests__/AdminGuard.test.d.ts.map +1 -0
- package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts +14 -0
- package/dist/auth/guards/__tests__/ProtectedRoute.test.d.ts.map +1 -0
- package/dist/auth/index.d.ts +14 -174
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/index.js +1 -1
- package/dist/{chunk-A3MCANC6.js → chunk-6IX5JZEH.js} +110 -50
- package/dist/chunk-GIFAF5ZS.js +313 -0
- package/dist/chunk-JQLT6HBI.js +850 -0
- package/dist/chunk-LFYO3MDC.js +58 -0
- package/dist/{chunk-72HOBFMP.js → chunk-LTQAAIGE.js} +3 -3
- package/dist/{chunk-JBFFCZI4.js → chunk-U34YGJQB.js} +1 -93
- package/dist/components/index.d.ts +1 -1353
- package/dist/components/index.js +1 -20
- package/dist/components/navigation/index.d.ts +2 -32
- package/dist/components/navigation/index.js +1 -29
- package/dist/execution/index.d.ts +63 -231
- package/dist/execution/index.js +1 -4
- package/dist/graph/index.css +0 -1
- package/dist/graph/index.d.ts +4 -203
- package/dist/graph/index.js +1 -1
- package/dist/hooks/command-queue/index.d.ts +7 -0
- package/dist/hooks/command-queue/index.d.ts.map +1 -0
- package/dist/hooks/command-queue/useCommandQueue.d.ts +33 -0
- package/dist/hooks/command-queue/useCommandQueue.d.ts.map +1 -0
- package/dist/hooks/command-queue/useCommandQueueTotals.d.ts +17 -0
- package/dist/hooks/command-queue/useCommandQueueTotals.d.ts.map +1 -0
- package/dist/hooks/command-queue/useDeleteTask.d.ts +5 -0
- package/dist/hooks/command-queue/useDeleteTask.d.ts.map +1 -0
- package/dist/hooks/command-queue/usePatchTask.d.ts +6 -0
- package/dist/hooks/command-queue/usePatchTask.d.ts.map +1 -0
- package/dist/hooks/command-queue/useSubmitAction.d.ts +29 -0
- package/dist/hooks/command-queue/useSubmitAction.d.ts.map +1 -0
- package/dist/hooks/executions/index.d.ts +16 -0
- package/dist/hooks/executions/index.d.ts.map +1 -0
- package/dist/hooks/executions/useBulkDeleteExecutions.d.ts +15 -0
- package/dist/hooks/executions/useBulkDeleteExecutions.d.ts.map +1 -0
- package/dist/hooks/executions/useCancelExecution.d.ts +20 -0
- package/dist/hooks/executions/useCancelExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useDeleteExecution.d.ts +13 -0
- package/dist/hooks/executions/useDeleteExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useExecuteAsync.d.ts +21 -0
- package/dist/hooks/executions/useExecuteAsync.d.ts.map +1 -0
- package/dist/hooks/executions/useExecution.d.ts +10 -0
- package/dist/hooks/executions/useExecution.d.ts.map +1 -0
- package/dist/hooks/executions/useExecutions.d.ts +16 -0
- package/dist/hooks/executions/useExecutions.d.ts.map +1 -0
- package/dist/hooks/executions/useResourceDefinition.d.ts +9 -0
- package/dist/hooks/executions/useResourceDefinition.d.ts.map +1 -0
- package/dist/hooks/executions/useResources.d.ts +15 -0
- package/dist/hooks/executions/useResources.d.ts.map +1 -0
- package/dist/hooks/executions/useRetryExecution.d.ts +16 -0
- package/dist/hooks/executions/useRetryExecution.d.ts.map +1 -0
- package/dist/hooks/feature-access/createUseFeatureAccess.d.ts +44 -0
- package/dist/hooks/feature-access/createUseFeatureAccess.d.ts.map +1 -0
- package/dist/hooks/feature-access/index.d.ts +2 -0
- package/dist/hooks/feature-access/index.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +11 -4554
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +2 -4
- package/dist/hooks/monitoring/index.d.ts +9 -0
- package/dist/hooks/monitoring/index.d.ts.map +1 -0
- package/dist/hooks/monitoring/useActivities.d.ts +52 -0
- package/dist/hooks/monitoring/useActivities.d.ts.map +1 -0
- package/dist/hooks/monitoring/useCostSummary.d.ts +7 -0
- package/dist/hooks/monitoring/useCostSummary.d.ts.map +1 -0
- package/dist/hooks/monitoring/useExecutionHealth.d.ts +10 -0
- package/dist/hooks/monitoring/useExecutionHealth.d.ts.map +1 -0
- package/dist/hooks/monitoring/useExecutionLogs.d.ts +56 -0
- package/dist/hooks/monitoring/useExecutionLogs.d.ts.map +1 -0
- package/dist/hooks/monitoring/useNotifications.d.ts +11 -0
- package/dist/hooks/monitoring/useNotifications.d.ts.map +1 -0
- package/dist/hooks/notifications/index.d.ts +8 -0
- package/dist/hooks/notifications/index.d.ts.map +1 -0
- package/dist/hooks/notifications/useMarkAllAsRead.d.ts +2 -0
- package/dist/hooks/notifications/useMarkAllAsRead.d.ts.map +1 -0
- package/dist/hooks/notifications/useMarkAsRead.d.ts +2 -0
- package/dist/hooks/notifications/useMarkAsRead.d.ts.map +1 -0
- package/dist/hooks/notifications/useNotificationCount.d.ts +8 -0
- package/dist/hooks/notifications/useNotificationCount.d.ts.map +1 -0
- package/dist/hooks/observability/index.d.ts +19 -0
- package/dist/hooks/observability/index.d.ts.map +1 -0
- package/dist/hooks/observability/useBusinessImpact.d.ts +9 -0
- package/dist/hooks/observability/useBusinessImpact.d.ts.map +1 -0
- package/dist/hooks/observability/useCostBreakdown.d.ts +10 -0
- package/dist/hooks/observability/useCostBreakdown.d.ts.map +1 -0
- package/dist/hooks/observability/useCostByModel.d.ts +3 -0
- package/dist/hooks/observability/useCostByModel.d.ts.map +1 -0
- package/dist/hooks/observability/useCostTrends.d.ts +3 -0
- package/dist/hooks/observability/useCostTrends.d.ts.map +1 -0
- package/dist/hooks/observability/useDashboardMetrics.d.ts +3 -0
- package/dist/hooks/observability/useDashboardMetrics.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorAnalysis.d.ts +7 -0
- package/dist/hooks/observability/useErrorAnalysis.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorDetails.d.ts +20 -0
- package/dist/hooks/observability/useErrorDetails.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorDistribution.d.ts +12 -0
- package/dist/hooks/observability/useErrorDistribution.d.ts.map +1 -0
- package/dist/hooks/observability/useErrorTrends.d.ts +12 -0
- package/dist/hooks/observability/useErrorTrends.d.ts.map +1 -0
- package/dist/hooks/observability/useResolveError.d.ts +17 -0
- package/dist/hooks/observability/useResolveError.d.ts.map +1 -0
- package/dist/hooks/observability/useTopFailingResources.d.ts +13 -0
- package/dist/hooks/observability/useTopFailingResources.d.ts.map +1 -0
- package/dist/hooks/published.d.ts +19 -4279
- package/dist/hooks/published.d.ts.map +1 -0
- package/dist/hooks/published.js +367 -4
- package/dist/hooks/scheduling/index.d.ts +5 -0
- package/dist/hooks/scheduling/index.d.ts.map +1 -0
- package/dist/hooks/scheduling/useSchedules.d.ts +185 -0
- package/dist/hooks/scheduling/useSchedules.d.ts.map +1 -0
- package/dist/hooks/sessions/index.d.ts +8 -0
- package/dist/hooks/sessions/index.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessionExecutions.d.ts +13 -0
- package/dist/hooks/sessions/useSessionExecutions.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessionMessages.d.ts +7 -0
- package/dist/hooks/sessions/useSessionMessages.d.ts.map +1 -0
- package/dist/hooks/sessions/useSessions.d.ts +26 -0
- package/dist/hooks/sessions/useSessions.d.ts.map +1 -0
- package/dist/index.css +0 -118
- package/dist/index.d.ts +15 -7889
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1119 -24
- package/dist/initialization/InitializationProvider.d.ts +48 -0
- package/dist/initialization/InitializationProvider.d.ts.map +1 -0
- package/dist/initialization/hooks/useAppInitialization.d.ts +32 -0
- package/dist/initialization/hooks/useAppInitialization.d.ts.map +1 -0
- package/dist/initialization/index.d.ts +22 -2361
- package/dist/initialization/index.d.ts.map +1 -0
- package/dist/initialization/index.js +1 -1
- package/dist/organization/context/OrganizationProvider.d.ts +20 -0
- package/dist/organization/context/OrganizationProvider.d.ts.map +1 -0
- package/dist/organization/hooks/useOrgInitialization.d.ts +56 -0
- package/dist/organization/hooks/useOrgInitialization.d.ts.map +1 -0
- package/dist/organization/index.d.ts +21 -283
- package/dist/organization/index.d.ts.map +1 -0
- package/dist/organization/index.js +3 -3
- package/dist/profile/context/ProfileProvider.d.ts +27 -0
- package/dist/profile/context/ProfileProvider.d.ts.map +1 -0
- package/dist/profile/hooks/useUserProfile.d.ts +31 -0
- package/dist/profile/hooks/useUserProfile.d.ts.map +1 -0
- package/dist/profile/index.d.ts +14 -2290
- package/dist/profile/index.d.ts.map +1 -0
- package/dist/provider/CoreAuthKitInner.d.ts +12 -0
- package/dist/provider/CoreAuthKitInner.d.ts.map +1 -0
- package/dist/provider/ElevasisCoreProvider.d.ts +39 -0
- package/dist/provider/ElevasisCoreProvider.d.ts.map +1 -0
- package/dist/provider/ElevasisServiceContext.d.ts +31 -0
- package/dist/provider/ElevasisServiceContext.d.ts.map +1 -0
- package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts +2 -0
- package/dist/provider/__tests__/CoreAuthKitInner.test.d.ts.map +1 -0
- package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts +2 -0
- package/dist/provider/__tests__/ElevasisCoreProvider.test.d.ts.map +1 -0
- package/dist/provider/index.d.ts +7 -372
- package/dist/provider/index.d.ts.map +1 -0
- package/dist/provider/index.js +6 -6
- package/dist/provider/published.d.ts +9 -263
- package/dist/provider/published.d.ts.map +1 -0
- package/dist/provider/published.js +5 -5
- package/dist/provider/types.d.ts +190 -0
- package/dist/provider/types.d.ts.map +1 -0
- package/dist/sdk-barrel.d.ts +20 -0
- package/dist/sdk-barrel.d.ts.map +1 -0
- package/dist/supabase/index.d.ts +0 -255
- package/dist/theme/cssVariables.d.ts +12 -0
- package/dist/theme/cssVariables.d.ts.map +1 -0
- package/dist/theme/index.d.ts +4 -0
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme/presets/__tests__/getPreset.test.d.ts +2 -0
- package/dist/theme/presets/__tests__/getPreset.test.d.ts.map +1 -0
- package/dist/theme/presets/abyss.d.ts +3 -0
- package/dist/theme/presets/abyss.d.ts.map +1 -0
- package/dist/theme/presets/abyss.js +54 -0
- package/dist/theme/presets/aurora.d.ts +8 -0
- package/dist/theme/presets/aurora.d.ts.map +1 -0
- package/dist/theme/presets/aurora.js +59 -0
- package/dist/theme/presets/canopy.d.ts +3 -0
- package/dist/theme/presets/canopy.d.ts.map +1 -0
- package/dist/theme/presets/canopy.js +58 -0
- package/dist/theme/presets/cyber-flux.d.ts +8 -0
- package/dist/theme/presets/cyber-flux.d.ts.map +1 -0
- package/dist/theme/presets/cyber-strike.d.ts +9 -0
- package/dist/theme/presets/cyber-strike.d.ts.map +1 -0
- package/dist/theme/presets/cyber-void.d.ts +8 -0
- package/dist/theme/presets/cyber-void.d.ts.map +1 -0
- package/dist/theme/presets/cyber-volt.d.ts +8 -0
- package/dist/theme/presets/cyber-volt.d.ts.map +1 -0
- package/dist/theme/presets/default.d.ts +4 -0
- package/dist/theme/presets/default.d.ts.map +1 -0
- package/dist/theme/presets/ember.d.ts +8 -0
- package/dist/theme/presets/ember.d.ts.map +1 -0
- package/dist/theme/presets/ember.js +63 -0
- package/dist/theme/presets/honey.d.ts +3 -0
- package/dist/theme/presets/honey.d.ts.map +1 -0
- package/dist/theme/presets/honey.js +62 -0
- package/dist/theme/presets/index.d.ts +6 -0
- package/dist/theme/presets/index.d.ts.map +1 -0
- package/dist/theme/presets/midnight.d.ts +8 -0
- package/dist/theme/presets/midnight.d.ts.map +1 -0
- package/dist/theme/presets/midnight.js +68 -0
- package/dist/theme/presets/obsidian.d.ts +3 -0
- package/dist/theme/presets/obsidian.d.ts.map +1 -0
- package/dist/theme/presets/obsidian.js +56 -0
- package/dist/theme/presets/regal.d.ts +8 -0
- package/dist/theme/presets/regal.d.ts.map +1 -0
- package/dist/theme/presets/rose-gold.d.ts +8 -0
- package/dist/theme/presets/rose-gold.d.ts.map +1 -0
- package/dist/theme/presets/slate.d.ts +3 -0
- package/dist/theme/presets/slate.d.ts.map +1 -0
- package/dist/theme/presets/slate.js +56 -0
- package/dist/theme/presets/tactical.d.ts +8 -0
- package/dist/theme/presets/tactical.d.ts.map +1 -0
- package/dist/theme/presets/types.d.ts +26 -0
- package/dist/theme/presets/types.d.ts.map +1 -0
- package/dist/theme/presets/types.js +1 -0
- package/dist/utils/index.d.ts +1 -22
- package/dist/utils/index.js +1 -1
- package/package.json +67 -51
- package/dist/chunk-3KMDHCAR.js +0 -52
- package/dist/chunk-6BJOYF6E.js +0 -8
- package/dist/chunk-BLO4SISK.js +0 -113
- package/dist/chunk-HUWJXLLF.js +0 -681
- package/dist/chunk-JVAZHVNV.js +0 -110
- package/dist/chunk-JYSYHVLU.js +0 -379
- package/dist/chunk-NE36BUGQ.js +0 -146
- package/dist/chunk-O3PY6B6E.js +0 -749
- package/dist/chunk-OXVOHOP3.js +0 -661
- package/dist/chunk-PSLKGOBZ.js +0 -58
- package/dist/chunk-RJCA5672.js +0 -1664
- package/dist/chunk-TMFCNFLW.js +0 -107
- package/dist/chunk-TN3PU2WK.js +0 -748
- package/dist/chunk-TZPAA4RC.js +0 -1461
- package/dist/chunk-W7ZBF5AA.js +0 -1
- package/dist/chunk-YZ6GTZXL.js +0 -48
- package/dist/components/command-queue/index.css +0 -53
- package/dist/components/command-queue/index.d.ts +0 -204
- package/dist/components/command-queue/index.js +0 -12
- package/dist/components/forms/index.d.ts +0 -56
- package/dist/components/forms/index.js +0 -2
- package/dist/components/index.css +0 -443
- package/dist/components/monitoring/index.d.ts +0 -66
- package/dist/components/monitoring/index.js +0 -2
- package/dist/components/notifications/index.d.ts +0 -52
- package/dist/components/notifications/index.js +0 -5
- package/dist/components/resource-definition/index.css +0 -388
- package/dist/components/resource-definition/index.d.ts +0 -301
- package/dist/components/resource-definition/index.js +0 -3
- package/dist/display/index.css +0 -53
- package/dist/display/index.d.ts +0 -606
- package/dist/display/index.js +0 -7
- package/dist/execution/index.css +0 -388
- package/dist/provider/index.css +0 -61
- package/dist/{chunk-TYV5NJV2.js → chunk-BUZONXAW.js} +0 -0
- package/dist/{chunk-UMXDDEAG.js → chunk-SFF5MJEI.js} +1 -1
- /package/dist/{chunk-NXHL23JW.js → chunk-XXDDMASA.js} +0 -0
package/dist/supabase/index.d.ts
CHANGED
|
@@ -1833,138 +1833,6 @@ type Database = {
|
|
|
1833
1833
|
}
|
|
1834
1834
|
];
|
|
1835
1835
|
};
|
|
1836
|
-
training_assessments: {
|
|
1837
|
-
Row: {
|
|
1838
|
-
answers: Json | null;
|
|
1839
|
-
assessment_slug: string;
|
|
1840
|
-
attempted_at: string;
|
|
1841
|
-
course_slug: string;
|
|
1842
|
-
id: string;
|
|
1843
|
-
organization_id: string;
|
|
1844
|
-
passed: boolean;
|
|
1845
|
-
score: number;
|
|
1846
|
-
user_id: string;
|
|
1847
|
-
};
|
|
1848
|
-
Insert: {
|
|
1849
|
-
answers?: Json | null;
|
|
1850
|
-
assessment_slug: string;
|
|
1851
|
-
attempted_at?: string;
|
|
1852
|
-
course_slug: string;
|
|
1853
|
-
id?: string;
|
|
1854
|
-
organization_id: string;
|
|
1855
|
-
passed: boolean;
|
|
1856
|
-
score: number;
|
|
1857
|
-
user_id: string;
|
|
1858
|
-
};
|
|
1859
|
-
Update: {
|
|
1860
|
-
answers?: Json | null;
|
|
1861
|
-
assessment_slug?: string;
|
|
1862
|
-
attempted_at?: string;
|
|
1863
|
-
course_slug?: string;
|
|
1864
|
-
id?: string;
|
|
1865
|
-
organization_id?: string;
|
|
1866
|
-
passed?: boolean;
|
|
1867
|
-
score?: number;
|
|
1868
|
-
user_id?: string;
|
|
1869
|
-
};
|
|
1870
|
-
Relationships: [
|
|
1871
|
-
{
|
|
1872
|
-
foreignKeyName: "training_assessments_organization_id_fkey";
|
|
1873
|
-
columns: ["organization_id"];
|
|
1874
|
-
isOneToOne: false;
|
|
1875
|
-
referencedRelation: "organizations";
|
|
1876
|
-
referencedColumns: ["id"];
|
|
1877
|
-
},
|
|
1878
|
-
{
|
|
1879
|
-
foreignKeyName: "training_assessments_user_id_fkey";
|
|
1880
|
-
columns: ["user_id"];
|
|
1881
|
-
isOneToOne: false;
|
|
1882
|
-
referencedRelation: "users";
|
|
1883
|
-
referencedColumns: ["id"];
|
|
1884
|
-
}
|
|
1885
|
-
];
|
|
1886
|
-
};
|
|
1887
|
-
training_certifications: {
|
|
1888
|
-
Row: {
|
|
1889
|
-
awarded_at: string;
|
|
1890
|
-
certification_slug: string;
|
|
1891
|
-
id: string;
|
|
1892
|
-
organization_id: string;
|
|
1893
|
-
user_id: string;
|
|
1894
|
-
};
|
|
1895
|
-
Insert: {
|
|
1896
|
-
awarded_at?: string;
|
|
1897
|
-
certification_slug: string;
|
|
1898
|
-
id?: string;
|
|
1899
|
-
organization_id: string;
|
|
1900
|
-
user_id: string;
|
|
1901
|
-
};
|
|
1902
|
-
Update: {
|
|
1903
|
-
awarded_at?: string;
|
|
1904
|
-
certification_slug?: string;
|
|
1905
|
-
id?: string;
|
|
1906
|
-
organization_id?: string;
|
|
1907
|
-
user_id?: string;
|
|
1908
|
-
};
|
|
1909
|
-
Relationships: [
|
|
1910
|
-
{
|
|
1911
|
-
foreignKeyName: "training_certifications_organization_id_fkey";
|
|
1912
|
-
columns: ["organization_id"];
|
|
1913
|
-
isOneToOne: false;
|
|
1914
|
-
referencedRelation: "organizations";
|
|
1915
|
-
referencedColumns: ["id"];
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
foreignKeyName: "training_certifications_user_id_fkey";
|
|
1919
|
-
columns: ["user_id"];
|
|
1920
|
-
isOneToOne: false;
|
|
1921
|
-
referencedRelation: "users";
|
|
1922
|
-
referencedColumns: ["id"];
|
|
1923
|
-
}
|
|
1924
|
-
];
|
|
1925
|
-
};
|
|
1926
|
-
training_progress: {
|
|
1927
|
-
Row: {
|
|
1928
|
-
completed_at: string;
|
|
1929
|
-
course_slug: string;
|
|
1930
|
-
id: string;
|
|
1931
|
-
lesson_slug: string;
|
|
1932
|
-
organization_id: string;
|
|
1933
|
-
user_id: string;
|
|
1934
|
-
};
|
|
1935
|
-
Insert: {
|
|
1936
|
-
completed_at?: string;
|
|
1937
|
-
course_slug: string;
|
|
1938
|
-
id?: string;
|
|
1939
|
-
lesson_slug: string;
|
|
1940
|
-
organization_id: string;
|
|
1941
|
-
user_id: string;
|
|
1942
|
-
};
|
|
1943
|
-
Update: {
|
|
1944
|
-
completed_at?: string;
|
|
1945
|
-
course_slug?: string;
|
|
1946
|
-
id?: string;
|
|
1947
|
-
lesson_slug?: string;
|
|
1948
|
-
organization_id?: string;
|
|
1949
|
-
user_id?: string;
|
|
1950
|
-
};
|
|
1951
|
-
Relationships: [
|
|
1952
|
-
{
|
|
1953
|
-
foreignKeyName: "training_progress_organization_id_fkey";
|
|
1954
|
-
columns: ["organization_id"];
|
|
1955
|
-
isOneToOne: false;
|
|
1956
|
-
referencedRelation: "organizations";
|
|
1957
|
-
referencedColumns: ["id"];
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
foreignKeyName: "training_progress_user_id_fkey";
|
|
1961
|
-
columns: ["user_id"];
|
|
1962
|
-
isOneToOne: false;
|
|
1963
|
-
referencedRelation: "users";
|
|
1964
|
-
referencedColumns: ["id"];
|
|
1965
|
-
}
|
|
1966
|
-
];
|
|
1967
|
-
};
|
|
1968
1836
|
users: {
|
|
1969
1837
|
Row: {
|
|
1970
1838
|
config: Json;
|
|
@@ -3946,129 +3814,6 @@ declare const useSupabase: () => SupabaseClient<Database, "public", "public", {
|
|
|
3946
3814
|
referencedColumns: ["id"];
|
|
3947
3815
|
}];
|
|
3948
3816
|
};
|
|
3949
|
-
training_assessments: {
|
|
3950
|
-
Row: {
|
|
3951
|
-
answers: Json | null;
|
|
3952
|
-
assessment_slug: string;
|
|
3953
|
-
attempted_at: string;
|
|
3954
|
-
course_slug: string;
|
|
3955
|
-
id: string;
|
|
3956
|
-
organization_id: string;
|
|
3957
|
-
passed: boolean;
|
|
3958
|
-
score: number;
|
|
3959
|
-
user_id: string;
|
|
3960
|
-
};
|
|
3961
|
-
Insert: {
|
|
3962
|
-
answers?: Json | null;
|
|
3963
|
-
assessment_slug: string;
|
|
3964
|
-
attempted_at?: string;
|
|
3965
|
-
course_slug: string;
|
|
3966
|
-
id?: string;
|
|
3967
|
-
organization_id: string;
|
|
3968
|
-
passed: boolean;
|
|
3969
|
-
score: number;
|
|
3970
|
-
user_id: string;
|
|
3971
|
-
};
|
|
3972
|
-
Update: {
|
|
3973
|
-
answers?: Json | null;
|
|
3974
|
-
assessment_slug?: string;
|
|
3975
|
-
attempted_at?: string;
|
|
3976
|
-
course_slug?: string;
|
|
3977
|
-
id?: string;
|
|
3978
|
-
organization_id?: string;
|
|
3979
|
-
passed?: boolean;
|
|
3980
|
-
score?: number;
|
|
3981
|
-
user_id?: string;
|
|
3982
|
-
};
|
|
3983
|
-
Relationships: [{
|
|
3984
|
-
foreignKeyName: "training_assessments_organization_id_fkey";
|
|
3985
|
-
columns: ["organization_id"];
|
|
3986
|
-
isOneToOne: false;
|
|
3987
|
-
referencedRelation: "organizations";
|
|
3988
|
-
referencedColumns: ["id"];
|
|
3989
|
-
}, {
|
|
3990
|
-
foreignKeyName: "training_assessments_user_id_fkey";
|
|
3991
|
-
columns: ["user_id"];
|
|
3992
|
-
isOneToOne: false;
|
|
3993
|
-
referencedRelation: "users";
|
|
3994
|
-
referencedColumns: ["id"];
|
|
3995
|
-
}];
|
|
3996
|
-
};
|
|
3997
|
-
training_certifications: {
|
|
3998
|
-
Row: {
|
|
3999
|
-
awarded_at: string;
|
|
4000
|
-
certification_slug: string;
|
|
4001
|
-
id: string;
|
|
4002
|
-
organization_id: string;
|
|
4003
|
-
user_id: string;
|
|
4004
|
-
};
|
|
4005
|
-
Insert: {
|
|
4006
|
-
awarded_at?: string;
|
|
4007
|
-
certification_slug: string;
|
|
4008
|
-
id?: string;
|
|
4009
|
-
organization_id: string;
|
|
4010
|
-
user_id: string;
|
|
4011
|
-
};
|
|
4012
|
-
Update: {
|
|
4013
|
-
awarded_at?: string;
|
|
4014
|
-
certification_slug?: string;
|
|
4015
|
-
id?: string;
|
|
4016
|
-
organization_id?: string;
|
|
4017
|
-
user_id?: string;
|
|
4018
|
-
};
|
|
4019
|
-
Relationships: [{
|
|
4020
|
-
foreignKeyName: "training_certifications_organization_id_fkey";
|
|
4021
|
-
columns: ["organization_id"];
|
|
4022
|
-
isOneToOne: false;
|
|
4023
|
-
referencedRelation: "organizations";
|
|
4024
|
-
referencedColumns: ["id"];
|
|
4025
|
-
}, {
|
|
4026
|
-
foreignKeyName: "training_certifications_user_id_fkey";
|
|
4027
|
-
columns: ["user_id"];
|
|
4028
|
-
isOneToOne: false;
|
|
4029
|
-
referencedRelation: "users";
|
|
4030
|
-
referencedColumns: ["id"];
|
|
4031
|
-
}];
|
|
4032
|
-
};
|
|
4033
|
-
training_progress: {
|
|
4034
|
-
Row: {
|
|
4035
|
-
completed_at: string;
|
|
4036
|
-
course_slug: string;
|
|
4037
|
-
id: string;
|
|
4038
|
-
lesson_slug: string;
|
|
4039
|
-
organization_id: string;
|
|
4040
|
-
user_id: string;
|
|
4041
|
-
};
|
|
4042
|
-
Insert: {
|
|
4043
|
-
completed_at?: string;
|
|
4044
|
-
course_slug: string;
|
|
4045
|
-
id?: string;
|
|
4046
|
-
lesson_slug: string;
|
|
4047
|
-
organization_id: string;
|
|
4048
|
-
user_id: string;
|
|
4049
|
-
};
|
|
4050
|
-
Update: {
|
|
4051
|
-
completed_at?: string;
|
|
4052
|
-
course_slug?: string;
|
|
4053
|
-
id?: string;
|
|
4054
|
-
lesson_slug?: string;
|
|
4055
|
-
organization_id?: string;
|
|
4056
|
-
user_id?: string;
|
|
4057
|
-
};
|
|
4058
|
-
Relationships: [{
|
|
4059
|
-
foreignKeyName: "training_progress_organization_id_fkey";
|
|
4060
|
-
columns: ["organization_id"];
|
|
4061
|
-
isOneToOne: false;
|
|
4062
|
-
referencedRelation: "organizations";
|
|
4063
|
-
referencedColumns: ["id"];
|
|
4064
|
-
}, {
|
|
4065
|
-
foreignKeyName: "training_progress_user_id_fkey";
|
|
4066
|
-
columns: ["user_id"];
|
|
4067
|
-
isOneToOne: false;
|
|
4068
|
-
referencedRelation: "users";
|
|
4069
|
-
referencedColumns: ["id"];
|
|
4070
|
-
}];
|
|
4071
|
-
};
|
|
4072
3817
|
users: {
|
|
4073
3818
|
Row: {
|
|
4074
3819
|
config: Json;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { CSSVariablesResolver } from '@mantine/core';
|
|
2
|
+
import type { ElevasisTokenOverrides, ElevasisThemeConfig } from '../provider/types';
|
|
3
|
+
import type { PresetName } from './presets';
|
|
4
|
+
/** Token key → CSS variable name. Single source of truth for the mapping. */
|
|
5
|
+
export declare const TOKEN_VAR_MAP: Record<keyof ElevasisTokenOverrides, string>;
|
|
6
|
+
/**
|
|
7
|
+
* Creates a CSS variables resolver from theme config.
|
|
8
|
+
*
|
|
9
|
+
* Merge order per scheme: PRESET_DEFAULTS → flat overrides → scheme-specific overrides
|
|
10
|
+
*/
|
|
11
|
+
export declare function createCssVariablesResolver(tokens?: ElevasisThemeConfig['tokens'], preset?: PresetName): CSSVariablesResolver;
|
|
12
|
+
//# sourceMappingURL=cssVariables.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cssVariables.d.ts","sourceRoot":"","sources":["../../src/theme/cssVariables.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAA;AACzD,OAAO,KAAK,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAEpF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,6EAA6E;AAC7E,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,sBAAsB,EAAE,MAAM,CAoBtE,CAAA;AAiDD;;;;GAIG;AACH,wBAAgB,0BAA0B,CACxC,MAAM,CAAC,EAAE,mBAAmB,CAAC,QAAQ,CAAC,EACtC,MAAM,CAAC,EAAE,UAAU,GAClB,oBAAoB,CAoBtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,gBAAgB,CAAA;AAC3D,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AACrD,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPreset.test.d.ts","sourceRoot":"","sources":["../../../../src/theme/presets/__tests__/getPreset.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abyss.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/abyss.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,WAAW,EAAE,WAuDzB,CAAA"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
export const abyssPreset = {
|
|
2
|
+
light: {
|
|
3
|
+
primary: '#0A70B0',
|
|
4
|
+
primaryContrast: '#ffffff',
|
|
5
|
+
background: '#EDF1F5',
|
|
6
|
+
surface: '#F3F7FA',
|
|
7
|
+
surfaceHover: '#E0E8EE',
|
|
8
|
+
text: '#0A1828',
|
|
9
|
+
textDimmed: '#2A4060',
|
|
10
|
+
textSubtle: '#5A7890',
|
|
11
|
+
border: '#C0CED8',
|
|
12
|
+
error: '#D32F2F',
|
|
13
|
+
warning: '#F57C00',
|
|
14
|
+
success: '#388E3C',
|
|
15
|
+
glassBackground: 'rgba(243, 247, 250, 0.6)',
|
|
16
|
+
glassBlur: 'blur(12px)',
|
|
17
|
+
shadow: '0px 2px 6px -2px rgba(10, 112, 176, 0.08)',
|
|
18
|
+
cardShadow: 'inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 4px rgba(10, 24, 40, 0.05), 0 4px 8px rgba(10, 24, 40, 0.04)',
|
|
19
|
+
durationFast: '130ms',
|
|
20
|
+
durationNormal: '240ms',
|
|
21
|
+
easing: 'cubic-bezier(0.4, 0, 0.2, 1)'
|
|
22
|
+
},
|
|
23
|
+
dark: {
|
|
24
|
+
primary: '#1090D8',
|
|
25
|
+
primaryContrast: '#ffffff',
|
|
26
|
+
background: '#010508',
|
|
27
|
+
surface: '#07101A',
|
|
28
|
+
surfaceHover: '#122838',
|
|
29
|
+
text: '#E4F0FC',
|
|
30
|
+
textDimmed: '#A0C8E8',
|
|
31
|
+
textSubtle: '#78A8C0',
|
|
32
|
+
border: '#0F2030',
|
|
33
|
+
error: '#FF5252',
|
|
34
|
+
warning: '#FFB74D',
|
|
35
|
+
success: '#69F0AE',
|
|
36
|
+
glassBackground: 'rgba(5, 18, 26, 0.65)',
|
|
37
|
+
glassBlur: 'blur(16px)',
|
|
38
|
+
shadow: '0px 3px 8px -2px rgba(0, 0, 0, 0.95)',
|
|
39
|
+
cardShadow: 'inset 0 1px 0 rgba(16, 144, 216, 0.04), 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.2)',
|
|
40
|
+
durationFast: '130ms',
|
|
41
|
+
durationNormal: '240ms',
|
|
42
|
+
easing: 'cubic-bezier(0.4, 0, 0.2, 1)'
|
|
43
|
+
},
|
|
44
|
+
subtitleFontFamily: '"Outfit", sans-serif',
|
|
45
|
+
framework: {
|
|
46
|
+
defaultRadius: 'sm',
|
|
47
|
+
fontFamily: '"Outfit", sans-serif',
|
|
48
|
+
headings: {
|
|
49
|
+
fontFamily: '"Outfit", sans-serif',
|
|
50
|
+
fontWeight: '700'
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
fontImports: ['https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap']
|
|
54
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ThemePreset } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Aurora preset — serene, nature-inspired, calming.
|
|
4
|
+
* Design: soft mint-teal base, pastel gradients, airy spacing.
|
|
5
|
+
* Evokes: northern lights, morning frost, digital wellness.
|
|
6
|
+
*/
|
|
7
|
+
export declare const auroraPreset: ThemePreset;
|
|
8
|
+
//# sourceMappingURL=aurora.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aurora.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/aurora.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,WAsD1B,CAAA"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Aurora preset — serene, nature-inspired, calming.
|
|
3
|
+
* Design: soft mint-teal base, pastel gradients, airy spacing.
|
|
4
|
+
* Evokes: northern lights, morning frost, digital wellness.
|
|
5
|
+
*/
|
|
6
|
+
export const auroraPreset = {
|
|
7
|
+
light: {
|
|
8
|
+
primary: '#00897B',
|
|
9
|
+
primaryContrast: '#ffffff',
|
|
10
|
+
background: '#EFF5F3',
|
|
11
|
+
surface: '#F5FAF8',
|
|
12
|
+
surfaceHover: '#E4EDEA',
|
|
13
|
+
text: '#1A2E28',
|
|
14
|
+
textDimmed: '#3D5E54',
|
|
15
|
+
textSubtle: '#507368',
|
|
16
|
+
border: '#C4D9D2',
|
|
17
|
+
error: '#E53935',
|
|
18
|
+
warning: '#FB8C00',
|
|
19
|
+
success: '#43A047',
|
|
20
|
+
glassBackground: 'rgba(245, 250, 248, 0.6)',
|
|
21
|
+
glassBlur: 'blur(12px)',
|
|
22
|
+
shadow: '0px 2px 6px -2px rgba(0, 137, 123, 0.08)',
|
|
23
|
+
cardShadow: 'inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.03)',
|
|
24
|
+
durationFast: '160ms',
|
|
25
|
+
durationNormal: '280ms',
|
|
26
|
+
easing: 'cubic-bezier(0.4, 0, 0.2, 1)'
|
|
27
|
+
},
|
|
28
|
+
dark: {
|
|
29
|
+
primary: '#00A88A',
|
|
30
|
+
primaryContrast: '#ffffff',
|
|
31
|
+
background: '#020807',
|
|
32
|
+
surface: '#0C1612',
|
|
33
|
+
surfaceHover: '#1A2C28',
|
|
34
|
+
text: '#E0F2F1',
|
|
35
|
+
textDimmed: '#80CBC4',
|
|
36
|
+
textSubtle: '#68C8BE',
|
|
37
|
+
border: '#1A2D28',
|
|
38
|
+
error: '#FF5252',
|
|
39
|
+
warning: '#FFB74D',
|
|
40
|
+
success: '#69F0AE',
|
|
41
|
+
glassBackground: 'rgba(12, 20, 18, 0.7)',
|
|
42
|
+
glassBlur: 'blur(14px)',
|
|
43
|
+
shadow: '0px 3px 8px -2px rgba(0, 0, 0, 0.9)',
|
|
44
|
+
cardShadow: 'inset 0 1px 0 rgba(29, 233, 182, 0.04), 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.18)',
|
|
45
|
+
durationFast: '160ms',
|
|
46
|
+
durationNormal: '280ms',
|
|
47
|
+
easing: 'cubic-bezier(0.4, 0, 0.2, 1)'
|
|
48
|
+
},
|
|
49
|
+
subtitleFontFamily: '"Nunito", sans-serif',
|
|
50
|
+
framework: {
|
|
51
|
+
defaultRadius: 'sm',
|
|
52
|
+
fontFamily: '"Nunito", sans-serif',
|
|
53
|
+
headings: {
|
|
54
|
+
fontFamily: '"Nunito", sans-serif',
|
|
55
|
+
fontWeight: '700'
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
fontImports: ['https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap']
|
|
59
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"canopy.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/canopy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,YAAY,EAAE,WA2D1B,CAAA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export const canopyPreset = {
|
|
2
|
+
light: {
|
|
3
|
+
primary: '#2E7A40',
|
|
4
|
+
primaryContrast: '#ffffff',
|
|
5
|
+
background: '#EDF3EE',
|
|
6
|
+
surface: '#F4F8F5',
|
|
7
|
+
surfaceHover: '#E0EBE2',
|
|
8
|
+
text: '#0F2415',
|
|
9
|
+
textDimmed: '#2D5235',
|
|
10
|
+
textSubtle: '#5A7D62',
|
|
11
|
+
border: '#C0D4C4',
|
|
12
|
+
error: '#C62828',
|
|
13
|
+
warning: '#E65100',
|
|
14
|
+
success: '#33691E',
|
|
15
|
+
glassBackground: 'rgba(244, 248, 245, 0.6)',
|
|
16
|
+
glassBlur: 'blur(12px)',
|
|
17
|
+
shadow: '0px 2px 6px -2px rgba(46, 122, 64, 0.08)',
|
|
18
|
+
cardShadow: 'inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 4px rgba(15, 36, 21, 0.05), 0 4px 8px rgba(15, 36, 21, 0.04)',
|
|
19
|
+
durationFast: '150ms',
|
|
20
|
+
durationNormal: '280ms',
|
|
21
|
+
easing: 'cubic-bezier(0.4, 0, 0.2, 1)'
|
|
22
|
+
},
|
|
23
|
+
dark: {
|
|
24
|
+
primary: '#4AA860',
|
|
25
|
+
primaryContrast: '#ffffff',
|
|
26
|
+
background: '#030705',
|
|
27
|
+
surface: '#0B150F',
|
|
28
|
+
surfaceHover: '#162818',
|
|
29
|
+
text: '#E0F0E4',
|
|
30
|
+
textDimmed: '#98C8A4',
|
|
31
|
+
textSubtle: '#80A090',
|
|
32
|
+
border: '#142018',
|
|
33
|
+
error: '#EF5350',
|
|
34
|
+
warning: '#FF8A65',
|
|
35
|
+
success: '#8BC34A',
|
|
36
|
+
glassBackground: 'rgba(16, 23, 18, 0.6)',
|
|
37
|
+
glassBlur: 'blur(14px)',
|
|
38
|
+
shadow: '0px 3px 8px -2px rgba(0, 0, 0, 0.95)',
|
|
39
|
+
cardShadow: 'inset 0 1px 0 rgba(74, 168, 96, 0.04), 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.2)',
|
|
40
|
+
durationFast: '150ms',
|
|
41
|
+
durationNormal: '280ms',
|
|
42
|
+
easing: 'cubic-bezier(0.4, 0, 0.2, 1)'
|
|
43
|
+
},
|
|
44
|
+
subtitleFontFamily: '"Lora", serif',
|
|
45
|
+
framework: {
|
|
46
|
+
defaultRadius: 'sm',
|
|
47
|
+
fontFamily: '"Lato", sans-serif',
|
|
48
|
+
headings: {
|
|
49
|
+
fontFamily: '"Fraunces", serif',
|
|
50
|
+
fontWeight: '600'
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
fontImports: [
|
|
54
|
+
'https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&display=swap',
|
|
55
|
+
'https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap',
|
|
56
|
+
'https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap'
|
|
57
|
+
]
|
|
58
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ThemePreset } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Cyber-Flux preset — electric, hazard-lit, industrial neon.
|
|
4
|
+
* Design: deep black base, neon yellow accent, caution-stripe energy.
|
|
5
|
+
* Evokes: construction zones, warning systems, high-tech factories.
|
|
6
|
+
*/
|
|
7
|
+
export declare const cyberFluxPreset: ThemePreset;
|
|
8
|
+
//# sourceMappingURL=cyber-flux.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cyber-flux.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/cyber-flux.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,WA6D7B,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ThemePreset } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Cyber-Strike preset — aggressive, high-voltage, dystopian.
|
|
4
|
+
* Design: deep black base, neon red accent, danger-zone glow.
|
|
5
|
+
* Heading font: Chakra Petch — angular cuts, razor-sharp geometry.
|
|
6
|
+
* Evokes: combat HUDs, cybernetic implants, dystopian cityscapes.
|
|
7
|
+
*/
|
|
8
|
+
export declare const cyberStrikePreset: ThemePreset;
|
|
9
|
+
//# sourceMappingURL=cyber-strike.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cyber-strike.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/cyber-strike.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,EAAE,WAwD/B,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ThemePreset } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Cyber-Void preset — cold, synthetic, digital depths.
|
|
4
|
+
* Design: deep black base, electric blue accent, holographic shimmer.
|
|
5
|
+
* Evokes: digital rain, neural networks, virtual reality grids.
|
|
6
|
+
*/
|
|
7
|
+
export declare const cyberVoidPreset: ThemePreset;
|
|
8
|
+
//# sourceMappingURL=cyber-void.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cyber-void.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/cyber-void.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,WAyD7B,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ThemePreset } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Cyber-Volt preset — electric, neon-soaked, futuristic.
|
|
4
|
+
* Design: deep black base, electric cyan accent, neon micro-glow effects.
|
|
5
|
+
* Evokes: sci-fi interfaces, hacker terminals, retro-futurism.
|
|
6
|
+
*/
|
|
7
|
+
export declare const cyberVoltPreset: ThemePreset;
|
|
8
|
+
//# sourceMappingURL=cyber-volt.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cyber-volt.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/cyber-volt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,WA6D7B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/default.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C,oEAAoE;AACpE,eAAO,MAAM,aAAa,EAAE,WA+C3B,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ThemePreset } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Ember preset — warm, earthy, grounded.
|
|
4
|
+
* Design: terracotta-clay base, warm orange accent, organic tones.
|
|
5
|
+
* Evokes: craftsman workshops, artisan brands, eco-conscious products.
|
|
6
|
+
*/
|
|
7
|
+
export declare const emberPreset: ThemePreset;
|
|
8
|
+
//# sourceMappingURL=ember.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ember.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/ember.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C;;;;GAIG;AACH,eAAO,MAAM,WAAW,EAAE,WA2DzB,CAAA"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ember preset — warm, earthy, grounded.
|
|
3
|
+
* Design: terracotta-clay base, warm orange accent, organic tones.
|
|
4
|
+
* Evokes: craftsman workshops, artisan brands, eco-conscious products.
|
|
5
|
+
*/
|
|
6
|
+
export const emberPreset = {
|
|
7
|
+
light: {
|
|
8
|
+
primary: '#D4603A',
|
|
9
|
+
primaryContrast: '#ffffff',
|
|
10
|
+
background: '#F3EFEB',
|
|
11
|
+
surface: '#F9F6F3',
|
|
12
|
+
surfaceHover: '#ECE6E0',
|
|
13
|
+
text: '#2C2118',
|
|
14
|
+
textDimmed: '#5E4A3A',
|
|
15
|
+
textSubtle: '#8D7A6A',
|
|
16
|
+
border: '#D6CABE',
|
|
17
|
+
error: '#C62828',
|
|
18
|
+
warning: '#E65100',
|
|
19
|
+
success: '#33691E',
|
|
20
|
+
glassBackground: 'rgba(249, 246, 243, 0.6)',
|
|
21
|
+
glassBlur: 'blur(12px)',
|
|
22
|
+
shadow: '0px 2px 6px -2px rgba(212, 96, 58, 0.08)',
|
|
23
|
+
cardShadow: 'inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 4px rgba(44, 33, 24, 0.05), 0 4px 8px rgba(44, 33, 24, 0.04)',
|
|
24
|
+
durationFast: '150ms',
|
|
25
|
+
durationNormal: '280ms',
|
|
26
|
+
easing: 'cubic-bezier(0.4, 0, 0.2, 1)'
|
|
27
|
+
},
|
|
28
|
+
dark: {
|
|
29
|
+
primary: '#E87B55',
|
|
30
|
+
primaryContrast: '#1A0E08',
|
|
31
|
+
background: '#060302',
|
|
32
|
+
surface: '#15100D',
|
|
33
|
+
surfaceHover: '#1C1610',
|
|
34
|
+
text: '#F5EDE6',
|
|
35
|
+
textDimmed: '#D4B9A0',
|
|
36
|
+
textSubtle: '#B8A090',
|
|
37
|
+
border: '#2A211A',
|
|
38
|
+
error: '#EF5350',
|
|
39
|
+
warning: '#FF8A65',
|
|
40
|
+
success: '#8BC34A',
|
|
41
|
+
glassBackground: 'rgba(20, 16, 12, 0.6)',
|
|
42
|
+
glassBlur: 'blur(14px)',
|
|
43
|
+
shadow: '0px 3px 8px -2px rgba(0, 0, 0, 0.95)',
|
|
44
|
+
cardShadow: 'inset 0 1px 0 rgba(232, 123, 85, 0.04), 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.2)',
|
|
45
|
+
durationFast: '150ms',
|
|
46
|
+
durationNormal: '280ms',
|
|
47
|
+
easing: 'cubic-bezier(0.4, 0, 0.2, 1)'
|
|
48
|
+
},
|
|
49
|
+
subtitleFontFamily: '"Source Serif 4", serif',
|
|
50
|
+
framework: {
|
|
51
|
+
defaultRadius: 'sm',
|
|
52
|
+
fontFamily: '"Source Sans 3", sans-serif',
|
|
53
|
+
headings: {
|
|
54
|
+
fontFamily: '"Libre Baskerville", serif',
|
|
55
|
+
fontWeight: '700'
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
fontImports: [
|
|
59
|
+
'https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap',
|
|
60
|
+
'https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap',
|
|
61
|
+
'https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@400;500;600;700&display=swap'
|
|
62
|
+
]
|
|
63
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"honey.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/honey.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,WAAW,EAAE,WA+DzB,CAAA"}
|