@framingui/ui 0.6.11 → 0.6.12

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 (67) hide show
  1. package/README.md +3 -0
  2. package/dist/src/components/badge.d.ts +1 -1
  3. package/dist/src/components/breadcrumb.d.ts +1 -1
  4. package/dist/src/components/button.d.ts +2 -2
  5. package/dist/src/components/command.d.ts +3 -3
  6. package/dist/src/components/sheet.d.ts +1 -1
  7. package/dist/src/primitives/badge.d.ts +1 -1
  8. package/dist/src/primitives/button.d.ts +2 -2
  9. package/dist/src/primitives/heading.d.ts +1 -1
  10. package/dist/src/primitives/text.d.ts +2 -2
  11. package/dist/tsconfig.tsbuildinfo +1 -1
  12. package/package.json +1 -1
  13. package/styles/tokens.css +3 -0
  14. package/dist/chunk-7UBERMRE.mjs +0 -180
  15. package/dist/chunk-RWYATDH5.mjs +0 -180
  16. package/dist/src/templates/auth/forgot-password.stories.d.ts +0 -14
  17. package/dist/src/templates/auth/forgot-password.stories.d.ts.map +0 -1
  18. package/dist/src/templates/auth/forgot-password.stories.js +0 -14
  19. package/dist/src/templates/auth/forgot-password.stories.js.map +0 -1
  20. package/dist/src/templates/auth/login.stories.d.ts +0 -95
  21. package/dist/src/templates/auth/login.stories.d.ts.map +0 -1
  22. package/dist/src/templates/auth/login.stories.js +0 -77
  23. package/dist/src/templates/auth/login.stories.js.map +0 -1
  24. package/dist/src/templates/auth/signup.stories.d.ts +0 -18
  25. package/dist/src/templates/auth/signup.stories.d.ts.map +0 -1
  26. package/dist/src/templates/auth/signup.stories.js +0 -21
  27. package/dist/src/templates/auth/signup.stories.js.map +0 -1
  28. package/dist/src/templates/auth/verification.stories.d.ts +0 -19
  29. package/dist/src/templates/auth/verification.stories.d.ts.map +0 -1
  30. package/dist/src/templates/auth/verification.stories.js +0 -19
  31. package/dist/src/templates/auth/verification.stories.js.map +0 -1
  32. package/dist/src/templates/core/landing.stories.d.ts +0 -14
  33. package/dist/src/templates/core/landing.stories.d.ts.map +0 -1
  34. package/dist/src/templates/core/landing.stories.js +0 -14
  35. package/dist/src/templates/core/landing.stories.js.map +0 -1
  36. package/dist/src/templates/core/preferences.stories.d.ts +0 -14
  37. package/dist/src/templates/core/preferences.stories.d.ts.map +0 -1
  38. package/dist/src/templates/core/preferences.stories.js +0 -14
  39. package/dist/src/templates/core/preferences.stories.js.map +0 -1
  40. package/dist/src/templates/core/profile.stories.d.ts +0 -19
  41. package/dist/src/templates/core/profile.stories.d.ts.map +0 -1
  42. package/dist/src/templates/core/profile.stories.js +0 -19
  43. package/dist/src/templates/core/profile.stories.js.map +0 -1
  44. package/dist/src/templates/dashboard/overview.stories.d.ts +0 -55
  45. package/dist/src/templates/dashboard/overview.stories.d.ts.map +0 -1
  46. package/dist/src/templates/dashboard/overview.stories.js +0 -51
  47. package/dist/src/templates/dashboard/overview.stories.js.map +0 -1
  48. package/dist/src/templates/feedback/confirmation.stories.d.ts +0 -14
  49. package/dist/src/templates/feedback/confirmation.stories.d.ts.map +0 -1
  50. package/dist/src/templates/feedback/confirmation.stories.js +0 -14
  51. package/dist/src/templates/feedback/confirmation.stories.js.map +0 -1
  52. package/dist/src/templates/feedback/empty.stories.d.ts +0 -14
  53. package/dist/src/templates/feedback/empty.stories.d.ts.map +0 -1
  54. package/dist/src/templates/feedback/empty.stories.js +0 -14
  55. package/dist/src/templates/feedback/empty.stories.js.map +0 -1
  56. package/dist/src/templates/feedback/error.stories.d.ts +0 -14
  57. package/dist/src/templates/feedback/error.stories.d.ts.map +0 -1
  58. package/dist/src/templates/feedback/error.stories.js +0 -14
  59. package/dist/src/templates/feedback/error.stories.js.map +0 -1
  60. package/dist/src/templates/feedback/loading.stories.d.ts +0 -14
  61. package/dist/src/templates/feedback/loading.stories.d.ts.map +0 -1
  62. package/dist/src/templates/feedback/loading.stories.js +0 -14
  63. package/dist/src/templates/feedback/loading.stories.js.map +0 -1
  64. package/dist/src/templates/feedback/success.stories.d.ts +0 -14
  65. package/dist/src/templates/feedback/success.stories.d.ts.map +0 -1
  66. package/dist/src/templates/feedback/success.stories.js +0 -14
  67. package/dist/src/templates/feedback/success.stories.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"verification.stories.d.ts","sourceRoot":"","sources":["../../../../src/templates/auth/verification.stories.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;8CAM8C,gBAAgB"}
@@ -1,19 +0,0 @@
1
- import { VerificationTemplateComponent } from './verification';
2
- const meta = {
3
- title: 'Templates/Auth/Verification',
4
- component: VerificationTemplateComponent,
5
- parameters: {
6
- layout: 'fullscreen',
7
- },
8
- tags: ['autodocs'],
9
- };
10
- export default meta;
11
- export const Default = {
12
- args: {
13
- options: {
14
- user_email: 'user@example.com',
15
- show_resend: true,
16
- },
17
- },
18
- };
19
- //# sourceMappingURL=verification.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"verification.stories.js","sourceRoot":"","sources":["../../../../src/templates/auth/verification.stories.js"],"names":[],"mappings":"AAMA,OAAO,EAAE,6BAA6B,EAAE,MAAM,gBAAgB,CAAC;AAC/D,MAAM,IAAI,GAAG;IACT,KAAK,EAAE,6BAA6B;IACpC,SAAS,EAAE,6BAA6B;IACxC,UAAU,EAAE;QACR,MAAM,EAAE,YAAY;KACvB;IACD,IAAI,EAAE,CAAC,UAAU,CAAC;CACrB,CAAC;AACF,eAAe,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,IAAI,EAAE;QACF,OAAO,EAAE;YACL,UAAU,EAAE,kBAAkB;YAC9B,WAAW,EAAE,IAAI;SACpB;KACJ;CACJ,CAAC"}
@@ -1,14 +0,0 @@
1
- export default meta;
2
- export namespace Default {
3
- let args: {};
4
- }
5
- declare namespace meta {
6
- export let title: string;
7
- export { LandingTemplateComponent as component };
8
- export namespace parameters {
9
- let layout: string;
10
- }
11
- export let tags: string[];
12
- }
13
- import { LandingTemplateComponent } from './landing';
14
- //# sourceMappingURL=landing.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"landing.stories.d.ts","sourceRoot":"","sources":["../../../../src/templates/core/landing.stories.js"],"names":[],"mappings":";;;;;;;;;;;;yCAMyC,WAAW"}
@@ -1,14 +0,0 @@
1
- import { LandingTemplateComponent } from './landing';
2
- const meta = {
3
- title: 'Templates/Core/Landing',
4
- component: LandingTemplateComponent,
5
- parameters: {
6
- layout: 'fullscreen',
7
- },
8
- tags: ['autodocs'],
9
- };
10
- export default meta;
11
- export const Default = {
12
- args: {},
13
- };
14
- //# sourceMappingURL=landing.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"landing.stories.js","sourceRoot":"","sources":["../../../../src/templates/core/landing.stories.js"],"names":[],"mappings":"AAMA,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AACrD,MAAM,IAAI,GAAG;IACT,KAAK,EAAE,wBAAwB;IAC/B,SAAS,EAAE,wBAAwB;IACnC,UAAU,EAAE;QACR,MAAM,EAAE,YAAY;KACvB;IACD,IAAI,EAAE,CAAC,UAAU,CAAC;CACrB,CAAC;AACF,eAAe,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,IAAI,EAAE,EAAE;CACX,CAAC"}
@@ -1,14 +0,0 @@
1
- export default meta;
2
- export namespace Default {
3
- let args: {};
4
- }
5
- declare namespace meta {
6
- export let title: string;
7
- export { PreferencesTemplateComponent as component };
8
- export namespace parameters {
9
- let layout: string;
10
- }
11
- export let tags: string[];
12
- }
13
- import { PreferencesTemplateComponent } from './preferences';
14
- //# sourceMappingURL=preferences.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"preferences.stories.d.ts","sourceRoot":"","sources":["../../../../src/templates/core/preferences.stories.js"],"names":[],"mappings":";;;;;;;;;;;;6CAM6C,eAAe"}
@@ -1,14 +0,0 @@
1
- import { PreferencesTemplateComponent } from './preferences';
2
- const meta = {
3
- title: 'Templates/Core/Preferences',
4
- component: PreferencesTemplateComponent,
5
- parameters: {
6
- layout: 'fullscreen',
7
- },
8
- tags: ['autodocs'],
9
- };
10
- export default meta;
11
- export const Default = {
12
- args: {},
13
- };
14
- //# sourceMappingURL=preferences.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"preferences.stories.js","sourceRoot":"","sources":["../../../../src/templates/core/preferences.stories.js"],"names":[],"mappings":"AAMA,OAAO,EAAE,4BAA4B,EAAE,MAAM,eAAe,CAAC;AAC7D,MAAM,IAAI,GAAG;IACT,KAAK,EAAE,4BAA4B;IACnC,SAAS,EAAE,4BAA4B;IACvC,UAAU,EAAE;QACR,MAAM,EAAE,YAAY;KACvB;IACD,IAAI,EAAE,CAAC,UAAU,CAAC;CACrB,CAAC;AACF,eAAe,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,IAAI,EAAE,EAAE;CACX,CAAC"}
@@ -1,19 +0,0 @@
1
- export default meta;
2
- export namespace Default {
3
- namespace args {
4
- namespace options {
5
- let user_name: string;
6
- let user_email: string;
7
- }
8
- }
9
- }
10
- declare namespace meta {
11
- export let title: string;
12
- export { ProfileTemplateComponent as component };
13
- export namespace parameters {
14
- let layout: string;
15
- }
16
- export let tags: string[];
17
- }
18
- import { ProfileTemplateComponent } from './profile';
19
- //# sourceMappingURL=profile.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"profile.stories.d.ts","sourceRoot":"","sources":["../../../../src/templates/core/profile.stories.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;yCAMyC,WAAW"}
@@ -1,19 +0,0 @@
1
- import { ProfileTemplateComponent } from './profile';
2
- const meta = {
3
- title: 'Templates/Core/Profile',
4
- component: ProfileTemplateComponent,
5
- parameters: {
6
- layout: 'fullscreen',
7
- },
8
- tags: ['autodocs'],
9
- };
10
- export default meta;
11
- export const Default = {
12
- args: {
13
- options: {
14
- user_name: 'John Doe',
15
- user_email: 'john@example.com',
16
- },
17
- },
18
- };
19
- //# sourceMappingURL=profile.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"profile.stories.js","sourceRoot":"","sources":["../../../../src/templates/core/profile.stories.js"],"names":[],"mappings":"AAMA,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AACrD,MAAM,IAAI,GAAG;IACT,KAAK,EAAE,wBAAwB;IAC/B,SAAS,EAAE,wBAAwB;IACnC,UAAU,EAAE;QACR,MAAM,EAAE,YAAY;KACvB;IACD,IAAI,EAAE,CAAC,UAAU,CAAC;CACrB,CAAC;AACF,eAAe,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,IAAI,EAAE;QACF,OAAO,EAAE;YACL,SAAS,EAAE,UAAU;YACrB,UAAU,EAAE,kBAAkB;SACjC;KACJ;CACJ,CAAC"}
@@ -1,55 +0,0 @@
1
- export default meta;
2
- export namespace Default {
3
- let args: {};
4
- }
5
- export namespace WithSidebar {
6
- export namespace args_1 {
7
- namespace slots {
8
- let sidebar: import("react/jsx-runtime").JSX.Element;
9
- }
10
- }
11
- export { args_1 as args };
12
- }
13
- export namespace WithMetrics {
14
- export namespace args_2 {
15
- export namespace slots_1 {
16
- let metrics: import("react/jsx-runtime").JSX.Element;
17
- }
18
- export { slots_1 as slots };
19
- }
20
- export { args_2 as args };
21
- }
22
- export namespace Complete {
23
- export namespace args_3 {
24
- export namespace texts {
25
- let title: string;
26
- let subtitle: string;
27
- let primary_title: string;
28
- let primary_description: string;
29
- let secondary_title: string;
30
- let secondary_description: string;
31
- }
32
- export namespace slots_2 {
33
- let sidebar_1: import("react/jsx-runtime").JSX.Element;
34
- export { sidebar_1 as sidebar };
35
- export let headerActions: import("react/jsx-runtime").JSX.Element;
36
- let metrics_1: import("react/jsx-runtime").JSX.Element;
37
- export { metrics_1 as metrics };
38
- export let primaryContent: import("react/jsx-runtime").JSX.Element;
39
- export let secondaryContent: import("react/jsx-runtime").JSX.Element;
40
- }
41
- export { slots_2 as slots };
42
- }
43
- export { args_3 as args };
44
- }
45
- declare namespace meta {
46
- let title_1: string;
47
- export { title_1 as title };
48
- export { DashboardTemplateComponent as component };
49
- export namespace parameters {
50
- let layout: string;
51
- }
52
- export let tags: string[];
53
- }
54
- import { DashboardTemplateComponent } from './overview';
55
- //# sourceMappingURL=overview.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"overview.stories.d.ts","sourceRoot":"","sources":["../../../../src/templates/dashboard/overview.stories.jsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAM2C,YAAY"}
@@ -1,51 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- import { DashboardTemplateComponent } from './overview';
3
- import { Card, CardContent, CardHeader, CardTitle } from '../../components/card';
4
- import { Button } from '../../components/button';
5
- import { Badge } from '../../components/badge';
6
- const meta = {
7
- title: 'Templates/Dashboard/Overview',
8
- component: DashboardTemplateComponent,
9
- parameters: {
10
- layout: 'fullscreen',
11
- },
12
- tags: ['autodocs'],
13
- };
14
- export default meta;
15
- export const Default = {
16
- args: {},
17
- };
18
- export const WithSidebar = {
19
- args: {
20
- slots: {
21
- sidebar: (_jsxs("div", { className: "p-4 space-y-4", children: [_jsx("div", { className: "font-bold text-lg mb-4", children: "Tekton" }), _jsxs("nav", { className: "space-y-2", children: [_jsx("a", { href: "#", className: "block px-3 py-2 rounded hover:bg-[var(--tekton-bg-accent)]", children: "Dashboard" }), _jsx("a", { href: "#", className: "block px-3 py-2 rounded hover:bg-[var(--tekton-bg-accent)]", children: "Analytics" }), _jsx("a", { href: "#", className: "block px-3 py-2 rounded hover:bg-[var(--tekton-bg-accent)]", children: "Reports" }), _jsx("a", { href: "#", className: "block px-3 py-2 rounded hover:bg-[var(--tekton-bg-accent)]", children: "Settings" })] })] })),
22
- },
23
- },
24
- };
25
- export const WithMetrics = {
26
- args: {
27
- slots: {
28
- metrics: (_jsxs(_Fragment, { children: [_jsxs(Card, { children: [_jsxs(CardHeader, { className: "flex flex-row items-center justify-between space-y-0 pb-2", children: [_jsx(CardTitle, { className: "text-sm font-medium", children: "Total Revenue" }), _jsx("span", { className: "text-2xl", children: "\uD83D\uDCB0" })] }), _jsxs(CardContent, { children: [_jsx("div", { className: "text-2xl font-bold", children: "$45,231" }), _jsx("p", { className: "text-xs text-[var(--tekton-bg-muted-foreground)]", children: "+20.1% from last month" })] })] }), _jsxs(Card, { children: [_jsxs(CardHeader, { className: "flex flex-row items-center justify-between space-y-0 pb-2", children: [_jsx(CardTitle, { className: "text-sm font-medium", children: "Subscriptions" }), _jsx("span", { className: "text-2xl", children: "\uD83D\uDC65" })] }), _jsxs(CardContent, { children: [_jsx("div", { className: "text-2xl font-bold", children: "+2,350" }), _jsx("p", { className: "text-xs text-[var(--tekton-bg-muted-foreground)]", children: "+180.1% from last month" })] })] }), _jsxs(Card, { children: [_jsxs(CardHeader, { className: "flex flex-row items-center justify-between space-y-0 pb-2", children: [_jsx(CardTitle, { className: "text-sm font-medium", children: "Sales" }), _jsx("span", { className: "text-2xl", children: "\uD83D\uDCC8" })] }), _jsxs(CardContent, { children: [_jsx("div", { className: "text-2xl font-bold", children: "+12,234" }), _jsx("p", { className: "text-xs text-[var(--tekton-bg-muted-foreground)]", children: "+19% from last month" })] })] }), _jsxs(Card, { children: [_jsxs(CardHeader, { className: "flex flex-row items-center justify-between space-y-0 pb-2", children: [_jsx(CardTitle, { className: "text-sm font-medium", children: "Active Now" }), _jsx("span", { className: "text-2xl", children: "\uD83D\uDC64" })] }), _jsxs(CardContent, { children: [_jsx("div", { className: "text-2xl font-bold", children: "+573" }), _jsx("p", { className: "text-xs text-[var(--tekton-bg-muted-foreground)]", children: "+201 since last hour" })] })] })] })),
29
- },
30
- },
31
- };
32
- export const Complete = {
33
- args: {
34
- texts: {
35
- title: 'Analytics Dashboard',
36
- subtitle: 'Your business overview at a glance',
37
- primary_title: 'Recent Sales',
38
- primary_description: 'Latest transactions and revenue',
39
- secondary_title: 'Activity Feed',
40
- secondary_description: 'Recent system events',
41
- },
42
- slots: {
43
- sidebar: (_jsxs("div", { className: "p-4 space-y-4", children: [_jsx("div", { className: "font-bold text-lg mb-4", children: "Tekton" }), _jsxs("nav", { className: "space-y-2", children: [_jsx("a", { href: "#", className: "block px-3 py-2 rounded bg-[var(--tekton-bg-accent)]", children: "Dashboard" }), _jsx("a", { href: "#", className: "block px-3 py-2 rounded hover:bg-[var(--tekton-bg-accent)]", children: "Analytics" }), _jsx("a", { href: "#", className: "block px-3 py-2 rounded hover:bg-[var(--tekton-bg-accent)]", children: "Reports" }), _jsx("a", { href: "#", className: "block px-3 py-2 rounded hover:bg-[var(--tekton-bg-accent)]", children: "Settings" })] })] })),
44
- headerActions: (_jsxs("div", { className: "flex gap-2", children: [_jsx(Button, { variant: "outline", children: "Export" }), _jsx(Button, { children: "Create Report" })] })),
45
- metrics: (_jsxs(_Fragment, { children: [_jsxs(Card, { children: [_jsxs(CardHeader, { className: "flex flex-row items-center justify-between space-y-0 pb-2", children: [_jsx(CardTitle, { className: "text-sm font-medium", children: "Total Revenue" }), _jsx("span", { className: "text-2xl", children: "\uD83D\uDCB0" })] }), _jsxs(CardContent, { children: [_jsx("div", { className: "text-2xl font-bold", children: "$45,231" }), _jsx("p", { className: "text-xs text-[var(--tekton-bg-muted-foreground)]", children: "+20.1% from last month" })] })] }), _jsxs(Card, { children: [_jsxs(CardHeader, { className: "flex flex-row items-center justify-between space-y-0 pb-2", children: [_jsx(CardTitle, { className: "text-sm font-medium", children: "Subscriptions" }), _jsx("span", { className: "text-2xl", children: "\uD83D\uDC65" })] }), _jsxs(CardContent, { children: [_jsx("div", { className: "text-2xl font-bold", children: "+2,350" }), _jsx("p", { className: "text-xs text-[var(--tekton-bg-muted-foreground)]", children: "+180.1% from last month" })] })] }), _jsxs(Card, { children: [_jsxs(CardHeader, { className: "flex flex-row items-center justify-between space-y-0 pb-2", children: [_jsx(CardTitle, { className: "text-sm font-medium", children: "Sales" }), _jsx("span", { className: "text-2xl", children: "\uD83D\uDCC8" })] }), _jsxs(CardContent, { children: [_jsx("div", { className: "text-2xl font-bold", children: "+12,234" }), _jsx("p", { className: "text-xs text-[var(--tekton-bg-muted-foreground)]", children: "+19% from last month" })] })] }), _jsxs(Card, { children: [_jsxs(CardHeader, { className: "flex flex-row items-center justify-between space-y-0 pb-2", children: [_jsx(CardTitle, { className: "text-sm font-medium", children: "Active Now" }), _jsx("span", { className: "text-2xl", children: "\uD83D\uDC64" })] }), _jsxs(CardContent, { children: [_jsx("div", { className: "text-2xl font-bold", children: "+573" }), _jsx("p", { className: "text-xs text-[var(--tekton-bg-muted-foreground)]", children: "+201 since last hour" })] })] })] })),
46
- primaryContent: (_jsx("div", { className: "space-y-4", children: Array.from({ length: 5 }).map((_, i) => (_jsxs("div", { className: "flex items-center justify-between", children: [_jsxs("div", { className: "flex items-center gap-3", children: [_jsx("div", { className: "h-10 w-10 rounded-full bg-[var(--tekton-bg-muted)]" }), _jsxs("div", { children: [_jsxs("p", { className: "font-medium", children: ["Customer #", i + 1] }), _jsxs("p", { className: "text-sm text-[var(--tekton-bg-muted-foreground)]", children: ["customer", i + 1, "@example.com"] })] })] }), _jsxs("div", { className: "text-right", children: [_jsxs("p", { className: "font-medium", children: ["$", (Math.random() * 1000).toFixed(2)] }), _jsx(Badge, { variant: "secondary", children: "Completed" })] })] }, i))) })),
47
- secondaryContent: (_jsx("div", { className: "space-y-4", children: Array.from({ length: 5 }).map((_, i) => (_jsxs("div", { className: "flex gap-3", children: [_jsx("div", { className: "mt-1 h-2 w-2 rounded-full bg-[var(--tekton-bg-primary)]" }), _jsxs("div", { className: "flex-1", children: [_jsxs("p", { className: "text-sm font-medium", children: ["Activity ", i + 1] }), _jsxs("p", { className: "text-sm text-[var(--tekton-bg-muted-foreground)]", children: [i, " minutes ago"] })] })] }, i))) })),
48
- },
49
- },
50
- };
51
- //# sourceMappingURL=overview.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"overview.stories.js","sourceRoot":"","sources":["../../../../src/templates/dashboard/overview.stories.jsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAC/C,MAAM,IAAI,GAAG;IACX,KAAK,EAAE,8BAA8B;IACrC,SAAS,EAAE,0BAA0B;IACrC,UAAU,EAAE;QACV,MAAM,EAAE,YAAY;KACrB;IACD,IAAI,EAAE,CAAC,UAAU,CAAC;CACnB,CAAC;AACF,eAAe,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,IAAI,EAAE,EAAE;CACT,CAAC;AAIF,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,OAAO,EAAE,CACP,eAAK,SAAS,EAAC,eAAe,aAC5B,cAAK,SAAS,EAAC,wBAAwB,uBAAa,EACpD,eAAK,SAAS,EAAC,WAAW,aACxB,YAAG,IAAI,EAAC,GAAG,EAAC,SAAS,EAAC,4DAA4D,0BAE9E,EACJ,YAAG,IAAI,EAAC,GAAG,EAAC,SAAS,EAAC,4DAA4D,0BAE9E,EACJ,YAAG,IAAI,EAAC,GAAG,EAAC,SAAS,EAAC,4DAA4D,wBAE9E,EACJ,YAAG,IAAI,EAAC,GAAG,EAAC,SAAS,EAAC,4DAA4D,yBAE9E,IACA,IACF,CACP;SACF;KACF;CACF,CAAC;AAIF,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,OAAO,EAAE,CACP,8BACE,MAAC,IAAI,eACH,MAAC,UAAU,IAAC,SAAS,EAAC,2DAA2D,aAC/E,KAAC,SAAS,IAAC,SAAS,EAAC,qBAAqB,8BAA0B,EACpE,eAAM,SAAS,EAAC,UAAU,6BAAU,IACzB,EACb,MAAC,WAAW,eACV,cAAK,SAAS,EAAC,oBAAoB,wBAAc,EACjD,YAAG,SAAS,EAAC,kDAAkD,uCAE3D,IACQ,IACT,EACP,MAAC,IAAI,eACH,MAAC,UAAU,IAAC,SAAS,EAAC,2DAA2D,aAC/E,KAAC,SAAS,IAAC,SAAS,EAAC,qBAAqB,8BAA0B,EACpE,eAAM,SAAS,EAAC,UAAU,6BAAU,IACzB,EACb,MAAC,WAAW,eACV,cAAK,SAAS,EAAC,oBAAoB,uBAAa,EAChD,YAAG,SAAS,EAAC,kDAAkD,wCAE3D,IACQ,IACT,EACP,MAAC,IAAI,eACH,MAAC,UAAU,IAAC,SAAS,EAAC,2DAA2D,aAC/E,KAAC,SAAS,IAAC,SAAS,EAAC,qBAAqB,sBAAkB,EAC5D,eAAM,SAAS,EAAC,UAAU,6BAAU,IACzB,EACb,MAAC,WAAW,eACV,cAAK,SAAS,EAAC,oBAAoB,wBAAc,EACjD,YAAG,SAAS,EAAC,kDAAkD,qCAE3D,IACQ,IACT,EACP,MAAC,IAAI,eACH,MAAC,UAAU,IAAC,SAAS,EAAC,2DAA2D,aAC/E,KAAC,SAAS,IAAC,SAAS,EAAC,qBAAqB,2BAAuB,EACjE,eAAM,SAAS,EAAC,UAAU,6BAAU,IACzB,EACb,MAAC,WAAW,eACV,cAAK,SAAS,EAAC,oBAAoB,qBAAW,EAC9C,YAAG,SAAS,EAAC,kDAAkD,qCAE3D,IACQ,IACT,IACN,CACJ;SACF;KACF;CACF,CAAC;AAIF,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,KAAK,EAAE,qBAAqB;YAC5B,QAAQ,EAAE,oCAAoC;YAC9C,aAAa,EAAE,cAAc;YAC7B,mBAAmB,EAAE,iCAAiC;YACtD,eAAe,EAAE,eAAe;YAChC,qBAAqB,EAAE,sBAAsB;SAC9C;QACD,KAAK,EAAE;YACL,OAAO,EAAE,CACP,eAAK,SAAS,EAAC,eAAe,aAC5B,cAAK,SAAS,EAAC,wBAAwB,uBAAa,EACpD,eAAK,SAAS,EAAC,WAAW,aACxB,YAAG,IAAI,EAAC,GAAG,EAAC,SAAS,EAAC,sDAAsD,0BAExE,EACJ,YAAG,IAAI,EAAC,GAAG,EAAC,SAAS,EAAC,4DAA4D,0BAE9E,EACJ,YAAG,IAAI,EAAC,GAAG,EAAC,SAAS,EAAC,4DAA4D,wBAE9E,EACJ,YAAG,IAAI,EAAC,GAAG,EAAC,SAAS,EAAC,4DAA4D,yBAE9E,IACA,IACF,CACP;YACD,aAAa,EAAE,CACb,eAAK,SAAS,EAAC,YAAY,aACzB,KAAC,MAAM,IAAC,OAAO,EAAC,SAAS,uBAAgB,EACzC,KAAC,MAAM,gCAAuB,IAC1B,CACP;YACD,OAAO,EAAE,CACP,8BACE,MAAC,IAAI,eACH,MAAC,UAAU,IAAC,SAAS,EAAC,2DAA2D,aAC/E,KAAC,SAAS,IAAC,SAAS,EAAC,qBAAqB,8BAA0B,EACpE,eAAM,SAAS,EAAC,UAAU,6BAAU,IACzB,EACb,MAAC,WAAW,eACV,cAAK,SAAS,EAAC,oBAAoB,wBAAc,EACjD,YAAG,SAAS,EAAC,kDAAkD,uCAE3D,IACQ,IACT,EACP,MAAC,IAAI,eACH,MAAC,UAAU,IAAC,SAAS,EAAC,2DAA2D,aAC/E,KAAC,SAAS,IAAC,SAAS,EAAC,qBAAqB,8BAA0B,EACpE,eAAM,SAAS,EAAC,UAAU,6BAAU,IACzB,EACb,MAAC,WAAW,eACV,cAAK,SAAS,EAAC,oBAAoB,uBAAa,EAChD,YAAG,SAAS,EAAC,kDAAkD,wCAE3D,IACQ,IACT,EACP,MAAC,IAAI,eACH,MAAC,UAAU,IAAC,SAAS,EAAC,2DAA2D,aAC/E,KAAC,SAAS,IAAC,SAAS,EAAC,qBAAqB,sBAAkB,EAC5D,eAAM,SAAS,EAAC,UAAU,6BAAU,IACzB,EACb,MAAC,WAAW,eACV,cAAK,SAAS,EAAC,oBAAoB,wBAAc,EACjD,YAAG,SAAS,EAAC,kDAAkD,qCAE3D,IACQ,IACT,EACP,MAAC,IAAI,eACH,MAAC,UAAU,IAAC,SAAS,EAAC,2DAA2D,aAC/E,KAAC,SAAS,IAAC,SAAS,EAAC,qBAAqB,2BAAuB,EACjE,eAAM,SAAS,EAAC,UAAU,6BAAU,IACzB,EACb,MAAC,WAAW,eACV,cAAK,SAAS,EAAC,oBAAoB,qBAAW,EAC9C,YAAG,SAAS,EAAC,kDAAkD,qCAE3D,IACQ,IACT,IACN,CACJ;YACD,cAAc,EAAE,CACd,cAAK,SAAS,EAAC,WAAW,YACvB,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACvC,eAAa,SAAS,EAAC,mCAAmC,aACxD,eAAK,SAAS,EAAC,yBAAyB,aACtC,cAAK,SAAS,EAAC,oDAAoD,GAAG,EACtE,0BACE,aAAG,SAAS,EAAC,aAAa,2BAAY,CAAC,GAAG,CAAC,IAAK,EAChD,aAAG,SAAS,EAAC,kDAAkD,yBACpD,CAAC,GAAG,CAAC,oBACZ,IACA,IACF,EACN,eAAK,SAAS,EAAC,YAAY,aACzB,aAAG,SAAS,EAAC,aAAa,kBAAG,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAK,EACnE,KAAC,KAAK,IAAC,OAAO,EAAC,WAAW,0BAAkB,IACxC,KAbE,CAAC,CAcL,CACP,CAAC,GACE,CACP;YACD,gBAAgB,EAAE,CAChB,cAAK,SAAS,EAAC,WAAW,YACvB,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACvC,eAAa,SAAS,EAAC,YAAY,aACjC,cAAK,SAAS,EAAC,yDAAyD,GAAG,EAC3E,eAAK,SAAS,EAAC,QAAQ,aACrB,aAAG,SAAS,EAAC,qBAAqB,0BAAW,CAAC,GAAG,CAAC,IAAK,EACvD,aAAG,SAAS,EAAC,kDAAkD,aAAE,CAAC,oBAAiB,IAC/E,KALE,CAAC,CAML,CACP,CAAC,GACE,CACP;SACF;KACF;CACF,CAAC"}
@@ -1,14 +0,0 @@
1
- export default meta;
2
- export namespace Default {
3
- let args: {};
4
- }
5
- declare namespace meta {
6
- export let title: string;
7
- export { ConfirmationTemplateComponent as component };
8
- export namespace parameters {
9
- let layout: string;
10
- }
11
- export let tags: string[];
12
- }
13
- import { ConfirmationTemplateComponent } from './confirmation';
14
- //# sourceMappingURL=confirmation.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"confirmation.stories.d.ts","sourceRoot":"","sources":["../../../../src/templates/feedback/confirmation.stories.js"],"names":[],"mappings":";;;;;;;;;;;;8CAM8C,gBAAgB"}
@@ -1,14 +0,0 @@
1
- import { ConfirmationTemplateComponent } from './confirmation';
2
- const meta = {
3
- title: 'Templates/Feedback/Confirmation',
4
- component: ConfirmationTemplateComponent,
5
- parameters: {
6
- layout: 'fullscreen',
7
- },
8
- tags: ['autodocs'],
9
- };
10
- export default meta;
11
- export const Default = {
12
- args: {},
13
- };
14
- //# sourceMappingURL=confirmation.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"confirmation.stories.js","sourceRoot":"","sources":["../../../../src/templates/feedback/confirmation.stories.js"],"names":[],"mappings":"AAMA,OAAO,EAAE,6BAA6B,EAAE,MAAM,gBAAgB,CAAC;AAC/D,MAAM,IAAI,GAAG;IACT,KAAK,EAAE,iCAAiC;IACxC,SAAS,EAAE,6BAA6B;IACxC,UAAU,EAAE;QACR,MAAM,EAAE,YAAY;KACvB;IACD,IAAI,EAAE,CAAC,UAAU,CAAC;CACrB,CAAC;AACF,eAAe,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,IAAI,EAAE,EAAE;CACX,CAAC"}
@@ -1,14 +0,0 @@
1
- export default meta;
2
- export namespace Default {
3
- let args: {};
4
- }
5
- declare namespace meta {
6
- export let title: string;
7
- export { EmptyTemplateComponent as component };
8
- export namespace parameters {
9
- let layout: string;
10
- }
11
- export let tags: string[];
12
- }
13
- import { EmptyTemplateComponent } from './empty';
14
- //# sourceMappingURL=empty.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"empty.stories.d.ts","sourceRoot":"","sources":["../../../../src/templates/feedback/empty.stories.js"],"names":[],"mappings":";;;;;;;;;;;;uCAMuC,SAAS"}
@@ -1,14 +0,0 @@
1
- import { EmptyTemplateComponent } from './empty';
2
- const meta = {
3
- title: 'Templates/Feedback/Empty',
4
- component: EmptyTemplateComponent,
5
- parameters: {
6
- layout: 'fullscreen',
7
- },
8
- tags: ['autodocs'],
9
- };
10
- export default meta;
11
- export const Default = {
12
- args: {},
13
- };
14
- //# sourceMappingURL=empty.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"empty.stories.js","sourceRoot":"","sources":["../../../../src/templates/feedback/empty.stories.js"],"names":[],"mappings":"AAMA,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AACjD,MAAM,IAAI,GAAG;IACT,KAAK,EAAE,0BAA0B;IACjC,SAAS,EAAE,sBAAsB;IACjC,UAAU,EAAE;QACR,MAAM,EAAE,YAAY;KACvB;IACD,IAAI,EAAE,CAAC,UAAU,CAAC;CACrB,CAAC;AACF,eAAe,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,IAAI,EAAE,EAAE;CACX,CAAC"}
@@ -1,14 +0,0 @@
1
- export default meta;
2
- export namespace Default {
3
- let args: {};
4
- }
5
- declare namespace meta {
6
- export let title: string;
7
- export { ErrorTemplateComponent as component };
8
- export namespace parameters {
9
- let layout: string;
10
- }
11
- export let tags: string[];
12
- }
13
- import { ErrorTemplateComponent } from './error';
14
- //# sourceMappingURL=error.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error.stories.d.ts","sourceRoot":"","sources":["../../../../src/templates/feedback/error.stories.js"],"names":[],"mappings":";;;;;;;;;;;;uCAMuC,SAAS"}
@@ -1,14 +0,0 @@
1
- import { ErrorTemplateComponent } from './error';
2
- const meta = {
3
- title: 'Templates/Feedback/Error',
4
- component: ErrorTemplateComponent,
5
- parameters: {
6
- layout: 'fullscreen',
7
- },
8
- tags: ['autodocs'],
9
- };
10
- export default meta;
11
- export const Default = {
12
- args: {},
13
- };
14
- //# sourceMappingURL=error.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error.stories.js","sourceRoot":"","sources":["../../../../src/templates/feedback/error.stories.js"],"names":[],"mappings":"AAMA,OAAO,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AACjD,MAAM,IAAI,GAAG;IACT,KAAK,EAAE,0BAA0B;IACjC,SAAS,EAAE,sBAAsB;IACjC,UAAU,EAAE;QACR,MAAM,EAAE,YAAY;KACvB;IACD,IAAI,EAAE,CAAC,UAAU,CAAC;CACrB,CAAC;AACF,eAAe,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,IAAI,EAAE,EAAE;CACX,CAAC"}
@@ -1,14 +0,0 @@
1
- export default meta;
2
- export namespace Default {
3
- let args: {};
4
- }
5
- declare namespace meta {
6
- export let title: string;
7
- export { LoadingTemplateComponent as component };
8
- export namespace parameters {
9
- let layout: string;
10
- }
11
- export let tags: string[];
12
- }
13
- import { LoadingTemplateComponent } from './loading';
14
- //# sourceMappingURL=loading.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"loading.stories.d.ts","sourceRoot":"","sources":["../../../../src/templates/feedback/loading.stories.js"],"names":[],"mappings":";;;;;;;;;;;;yCAMyC,WAAW"}
@@ -1,14 +0,0 @@
1
- import { LoadingTemplateComponent } from './loading';
2
- const meta = {
3
- title: 'Templates/Feedback/Loading',
4
- component: LoadingTemplateComponent,
5
- parameters: {
6
- layout: 'fullscreen',
7
- },
8
- tags: ['autodocs'],
9
- };
10
- export default meta;
11
- export const Default = {
12
- args: {},
13
- };
14
- //# sourceMappingURL=loading.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"loading.stories.js","sourceRoot":"","sources":["../../../../src/templates/feedback/loading.stories.js"],"names":[],"mappings":"AAMA,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AACrD,MAAM,IAAI,GAAG;IACT,KAAK,EAAE,4BAA4B;IACnC,SAAS,EAAE,wBAAwB;IACnC,UAAU,EAAE;QACR,MAAM,EAAE,YAAY;KACvB;IACD,IAAI,EAAE,CAAC,UAAU,CAAC;CACrB,CAAC;AACF,eAAe,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,IAAI,EAAE,EAAE;CACX,CAAC"}
@@ -1,14 +0,0 @@
1
- export default meta;
2
- export namespace Default {
3
- let args: {};
4
- }
5
- declare namespace meta {
6
- export let title: string;
7
- export { SuccessTemplateComponent as component };
8
- export namespace parameters {
9
- let layout: string;
10
- }
11
- export let tags: string[];
12
- }
13
- import { SuccessTemplateComponent } from './success';
14
- //# sourceMappingURL=success.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"success.stories.d.ts","sourceRoot":"","sources":["../../../../src/templates/feedback/success.stories.js"],"names":[],"mappings":";;;;;;;;;;;;yCAMyC,WAAW"}
@@ -1,14 +0,0 @@
1
- import { SuccessTemplateComponent } from './success';
2
- const meta = {
3
- title: 'Templates/Feedback/Success',
4
- component: SuccessTemplateComponent,
5
- parameters: {
6
- layout: 'fullscreen',
7
- },
8
- tags: ['autodocs'],
9
- };
10
- export default meta;
11
- export const Default = {
12
- args: {},
13
- };
14
- //# sourceMappingURL=success.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"success.stories.js","sourceRoot":"","sources":["../../../../src/templates/feedback/success.stories.js"],"names":[],"mappings":"AAMA,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AACrD,MAAM,IAAI,GAAG;IACT,KAAK,EAAE,4BAA4B;IACnC,SAAS,EAAE,wBAAwB;IACnC,UAAU,EAAE;QACR,MAAM,EAAE,YAAY;KACvB;IACD,IAAI,EAAE,CAAC,UAAU,CAAC;CACrB,CAAC;AACF,eAAe,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,IAAI,EAAE,EAAE;CACX,CAAC"}