@catalystsoftware/ui 1.0.5 → 1.0.6
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/data/data.tsx +29 -29
- package/dist/data/tailwind.config.js +3821 -261
- package/dist/data.tsx +29 -29
- package/package.json +4 -3
- package/components/catalyst-ui/buttons/burger.tsx +0 -207
- package/components/catalyst-ui/core/data-display/timeline.tsx +0 -210
- package/components/catalyst-ui/core/feedback/alert.tsx +0 -491
- package/components/catalyst-ui/core/feedback/spinner-1.tsx +0 -65
- package/components/catalyst-ui/core/feedback/toast.tsx +0 -1857
- package/components/catalyst-ui/core/navigation/menu.tsx +0 -164
- package/components/catalyst-ui/forms/toggle-class.tsx +0 -176
- package/components/catalyst-ui/hooks/use-copy-to-clipboard.tsx +0 -419
- package/components/catalyst-ui/hooks/use-counter.tsx +0 -13
- package/components/catalyst-ui/hooks/use-event-listener.tsx +0 -23
- package/components/catalyst-ui/hooks/use-export-markdown.tsx +0 -47
- package/components/catalyst-ui/hooks/use-focus.tsx +0 -17
- package/components/catalyst-ui/hooks/use-interval.tsx +0 -23
- package/components/catalyst-ui/hooks/use-is-client.tsx +0 -16
- package/components/catalyst-ui/hooks/use-media-query.tsx +0 -19
- package/components/catalyst-ui/hooks/use-mobile.tsx +0 -19
- package/components/catalyst-ui/hooks/use-resize-observer.tsx +0 -81
- package/components/catalyst-ui/hooks/use-timeout.tsx +0 -21
- package/components/catalyst-ui/hooks/use-timer.tsx +0 -209
- package/components/catalyst-ui/hooks/use-toggle.tsx +0 -12
- package/components/catalyst-ui/media/image.tsx +0 -13
- package/components/catalyst-ui/overlays/dual-sidebar.tsx +0 -4142
- package/components/catalyst-ui/overlays/sidebar-original.tsx +0 -726
- package/components/catalyst-ui/primitives/accordion.tsx +0 -250
- package/components/catalyst-ui/primitives/alert-dialog.tsx +0 -126
- package/components/catalyst-ui/primitives/aspect-ratio.tsx +0 -9
- package/components/catalyst-ui/primitives/avatar.tsx +0 -296
- package/components/catalyst-ui/primitives/badge.tsx +0 -57
- package/components/catalyst-ui/primitives/breadcrumb.tsx +0 -101
- package/components/catalyst-ui/primitives/button.tsx +0 -265
- package/components/catalyst-ui/primitives/calendar-v4.tsx +0 -208
- package/components/catalyst-ui/primitives/calendar.tsx +0 -295
- package/components/catalyst-ui/primitives/card.tsx +0 -618
- package/components/catalyst-ui/primitives/carousel.tsx +0 -238
- package/components/catalyst-ui/primitives/chart.tsx +0 -347
- package/components/catalyst-ui/primitives/checkbox.tsx +0 -225
- package/components/catalyst-ui/primitives/collapsible.tsx +0 -212
- package/components/catalyst-ui/primitives/command.tsx +0 -393
- package/components/catalyst-ui/primitives/context-menu.tsx +0 -236
- package/components/catalyst-ui/primitives/dialog.tsx +0 -471
- package/components/catalyst-ui/primitives/drawer.tsx +0 -761
- package/components/catalyst-ui/primitives/dropdown-menu.tsx +0 -290
- package/components/catalyst-ui/primitives/empty.tsx +0 -104
- package/components/catalyst-ui/primitives/field.tsx +0 -244
- package/components/catalyst-ui/primitives/hover-card.tsx +0 -124
- package/components/catalyst-ui/primitives/input-otp.tsx +0 -76
- package/components/catalyst-ui/primitives/input.tsx +0 -64
- package/components/catalyst-ui/primitives/item.tsx +0 -196
- package/components/catalyst-ui/primitives/kbd.tsx +0 -75
- package/components/catalyst-ui/primitives/label.tsx +0 -24
- package/components/catalyst-ui/primitives/navigation-menu.tsx +0 -150
- package/components/catalyst-ui/primitives/pagination.tsx +0 -198
- package/components/catalyst-ui/primitives/popover.tsx +0 -232
- package/components/catalyst-ui/primitives/progress.tsx +0 -34
- package/components/catalyst-ui/primitives/radio-group.tsx +0 -43
- package/components/catalyst-ui/primitives/resizable.tsx +0 -56
- package/components/catalyst-ui/primitives/select.tsx +0 -155
- package/components/catalyst-ui/primitives/separator.tsx +0 -74
- package/components/catalyst-ui/primitives/sheet.tsx +0 -126
- package/components/catalyst-ui/primitives/skeleton.tsx +0 -15
- package/components/catalyst-ui/primitives/slider.tsx +0 -27
- package/components/catalyst-ui/primitives/switch.tsx +0 -187
- package/components/catalyst-ui/primitives/tabs.tsx +0 -335
- package/components/catalyst-ui/primitives/textarea.tsx +0 -24
- package/components/catalyst-ui/primitives/toggle-group.tsx +0 -55
- package/components/catalyst-ui/primitives/toggle.tsx +0 -42
- package/components/catalyst-ui/primitives/tooltip.tsx +0 -116
- package/components/catalyst-ui/utils/basic-auth.tsx +0 -40
- package/components/catalyst-ui/utils/context-storage.tsx +0 -19
- package/components/catalyst-ui/utils/cors-middleware.tsx +0 -71
- package/components/catalyst-ui/utils/deferred-content.tsx +0 -595
- package/components/catalyst-ui/utils/honeypot-middleware.tsx +0 -38
- package/components/catalyst-ui/utils/incId.tsx +0 -75
- package/components/catalyst-ui/utils/jwk-auth.tsx +0 -36
- package/components/catalyst-ui/utils/request-id.tsx +0 -14
- package/components/catalyst-ui/utils/secure-headers.tsx +0 -37
- package/components/catalyst-ui/utils/server-timing.tsx +0 -23
- package/components/catalyst-ui/utils/utils.ts +0 -43
- package/components/catalyst-ui/utils/with-cookie.tsx +0 -43
- package/components/catalyst-ui/x/accordian-x.tsx +0 -428
- package/components/catalyst-ui/x/alert-x.tsx +0 -413
- package/components/catalyst-ui/x/animated-text-x.tsx +0 -2242
- package/components/catalyst-ui/x/avatar-x.tsx +0 -515
- package/components/catalyst-ui/x/badge-x.tsx +0 -670
- package/components/catalyst-ui/x/button-X.tsx +0 -2857
- package/components/catalyst-ui/x/button-group-x.tsx +0 -847
- package/components/catalyst-ui/x/calendar-x.tsx +0 -1910
- package/components/catalyst-ui/x/card-x.tsx +0 -2597
- package/components/catalyst-ui/x/checkbox-x.tsx +0 -656
- package/components/catalyst-ui/x/collapsible-x.tsx +0 -1360
- package/components/catalyst-ui/x/combobox-x.tsx +0 -911
- package/components/catalyst-ui/x/data-table-x.tsx +0 -1753
- package/components/catalyst-ui/x/date-picker-x.tsx +0 -648
- package/components/catalyst-ui/x/dialog-x.tsx +0 -659
- package/components/catalyst-ui/x/dropdown-menu-x.tsx +0 -612
- package/components/catalyst-ui/x/hover-card-x.tsx +0 -375
- package/components/catalyst-ui/x/icon-x.tsx +0 -840
- package/components/catalyst-ui/x/input-mask-x.tsx +0 -981
- package/components/catalyst-ui/x/input-otp-x.tsx +0 -659
- package/components/catalyst-ui/x/loader-x.tsx +0 -1757
- package/components/catalyst-ui/x/pagination-x.tsx +0 -622
- package/components/catalyst-ui/x/popover-x.tsx +0 -744
- package/components/catalyst-ui/x/radio-group-x.tsx +0 -499
- package/components/catalyst-ui/x/select-x.tsx +0 -1127
- package/components/catalyst-ui/x/sheet-x.tsx +0 -668
- package/components/catalyst-ui/x/switch-x.tsx +0 -681
- package/components/catalyst-ui/x/table-x.tsx +0 -574
- package/components/catalyst-ui/x/tabs-x.tsx +0 -839
- package/components/catalyst-ui/x/textarea-x.tsx +0 -1263
- package/components/catalyst-ui/x/tooltip-x.tsx +0 -396
- package/components/catalyst-ui/x/tracker-x.tsx +0 -560
- package/data/bg-data.tsx +0 -901
- package/data/buttons-data.tsx +0 -2327
- package/data/charts-data.tsx +0 -102
- package/data/chat-data.tsx +0 -83
- package/data/code-data.tsx +0 -1040
- package/data/comboboxes-data.tsx +0 -1843
- package/data/command-data.tsx +0 -1381
- package/data/core-data.tsx +0 -15953
- package/data/crm-data.tsx +0 -47
- package/data/data.tsx +0 -159
- package/data/date-and-time-data.tsx +0 -554
- package/data/dependencies.tsx +0 -7
- package/data/ecommerce-data.tsx +0 -1387
- package/data/forms-data.tsx +0 -7890
- package/data/hooks-data.tsx +0 -5487
- package/data/index.ts +0 -34
- package/data/inputs-data.tsx +0 -557
- package/data/interactive-data.tsx +0 -5394
- package/data/lofi-data.tsx +0 -18295
- package/data/marketing-data.tsx +0 -2546
- package/data/media-data.tsx +0 -1510
- package/data/motion-data.tsx +0 -5801
- package/data/overlay-data.tsx +0 -4136
- package/data/pdf-data.tsx +0 -124
- package/data/pos-data.tsx +0 -213
- package/data/postcss.config.js +0 -6
- package/data/primitive-data.tsx +0 -5170
- package/data/prompt-data.tsx +0 -1226
- package/data/requiredLibs.ts +0 -4
- package/data/sandbox-data.tsx +0 -1
- package/data/sidebars-data.tsx +0 -5421
- package/data/stacks-data.tsx +0 -32
- package/data/table-data.tsx +0 -706
- package/data/tailwind.config.js +0 -270
- package/data/tailwind.config.ngin.js +0 -3830
- package/data/tailwind.css +0 -431
- package/data/tools-data.tsx +0 -6910
- package/data/typography-data.tsx +0 -2050
- package/data/utils-data.tsx +0 -6500
- package/data/x-data.tsx +0 -1171
package/data/crm-data.tsx
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
export const crmPages = [];
|
|
2
|
-
export const crmTools = [
|
|
3
|
-
{
|
|
4
|
-
name: "Scripts Editor",
|
|
5
|
-
value: "scripts-editor",
|
|
6
|
-
importPath: "~/components/catalyst-ui/crm/tools/scripts-editor",
|
|
7
|
-
multiImport: null,
|
|
8
|
-
path: "/components/catalyst-ui/crm/tools/scripts-editor.tsx",
|
|
9
|
-
premium: true,
|
|
10
|
-
category: "CRM: Tools ",
|
|
11
|
-
tags: ["ui", "components", "interactive"],
|
|
12
|
-
features: ["Responsive", "TypeScript", "Accessible"],
|
|
13
|
-
dependencies: ["react", "lucide-react", "@remix-run", "@monaco-editor"],
|
|
14
|
-
basicusage: `
|
|
15
|
-
<ScriptsEditor />`,
|
|
16
|
-
usage: null,
|
|
17
|
-
usagePath: null,
|
|
18
|
-
props: {},
|
|
19
|
-
desc: null,
|
|
20
|
-
status: null,
|
|
21
|
-
lastUpdated: null
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
name: "Scripts Viewer",
|
|
25
|
-
value: "scripts-viewer",
|
|
26
|
-
importPath: "~/components/catalyst-ui/crm/tools/scripts-viewer",
|
|
27
|
-
multiImport: null,
|
|
28
|
-
path: "/components/catalyst-ui/crm/tools/scripts-viewer.tsx",
|
|
29
|
-
premium: true,
|
|
30
|
-
category: "CRM: Tools ",
|
|
31
|
-
tags: ["ui", "components", "interactive"],
|
|
32
|
-
features: ["Responsive", "TypeScript", "Accessible"],
|
|
33
|
-
dependencies: ["react", "lucide-react", "@remix-run"],
|
|
34
|
-
basicusage: `
|
|
35
|
-
<ScriptsViewer />`,
|
|
36
|
-
usage: null,
|
|
37
|
-
usagePath: null,
|
|
38
|
-
props: {},
|
|
39
|
-
desc: null,
|
|
40
|
-
status: null,
|
|
41
|
-
lastUpdated: null
|
|
42
|
-
}
|
|
43
|
-
];
|
|
44
|
-
export const combinedCRM = [
|
|
45
|
-
...crmTools,
|
|
46
|
-
...crmPages,
|
|
47
|
-
];
|
package/data/data.tsx
DELETED
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
// remove line
|
|
2
|
-
// remove line
|
|
3
|
-
// remove line
|
|
4
|
-
import { combinedCore, } from "./data/core-data";
|
|
5
|
-
import { combinedCRM, } from "./data/crm-data";
|
|
6
|
-
import { combinedEcom, } from "./data/ecommerce-data";
|
|
7
|
-
import { combinedTools, } from "./data/tools-data";
|
|
8
|
-
import { hooksArray } from "./data/hooks-data";
|
|
9
|
-
import { lofiSection } from "./data/lofi-data";
|
|
10
|
-
import { combinedPdf } from "./data/pdf-data";
|
|
11
|
-
import { utilsData } from "./data/utils-data";
|
|
12
|
-
import { utilsBlocks } from "./data/utils-data";
|
|
13
|
-
import { sidebarnavcomps, } from "./data/sidebars-data";
|
|
14
|
-
import { buttonsData } from "./data/buttons-data";
|
|
15
|
-
import { chartComps } from "./data/charts-data";
|
|
16
|
-
import { codeData } from "./data/code-data";
|
|
17
|
-
import { componentsTimeData } from "./data/date-and-time-data";
|
|
18
|
-
import { formsData } from "./data/forms-data";
|
|
19
|
-
import { interactiveData } from "./data/interactive-data";
|
|
20
|
-
import { componentsMedia } from "./data/media-data";
|
|
21
|
-
import { OverlayData } from "./data/overlay-data";
|
|
22
|
-
import { primitiveDaata } from "./data/primitive-data";
|
|
23
|
-
import { aiPrompt } from "./data/prompt-data";
|
|
24
|
-
import { aiPromptBlocks } from "./data/prompt-data";
|
|
25
|
-
import { componentsTable } from "./data/table-data";
|
|
26
|
-
import { backgroundData } from "./data/bg-data";
|
|
27
|
-
import { componentsTypography } from "./data/typography-data";
|
|
28
|
-
import { combinedPos } from "./data/pos-data";
|
|
29
|
-
import { marketingSections, marketingPages, marketingFeedback } from "./data/marketing-data";
|
|
30
|
-
import { inputs } from "./data/inputs-data";
|
|
31
|
-
import { xData } from "./data/x-data";
|
|
32
|
-
import { Motions } from "./data/motion-data";
|
|
33
|
-
|
|
34
|
-
export const combinedSections = [
|
|
35
|
-
...backgroundData,
|
|
36
|
-
...buttonsData,
|
|
37
|
-
...chartComps,
|
|
38
|
-
...codeData,
|
|
39
|
-
...combinedCore,
|
|
40
|
-
...combinedCRM,
|
|
41
|
-
...componentsTimeData,
|
|
42
|
-
...combinedEcom,
|
|
43
|
-
...formsData,
|
|
44
|
-
...hooksArray,
|
|
45
|
-
...interactiveData,
|
|
46
|
-
...lofiSection,
|
|
47
|
-
...marketingSections,
|
|
48
|
-
...marketingPages,
|
|
49
|
-
...marketingFeedback,
|
|
50
|
-
...componentsMedia,
|
|
51
|
-
...OverlayData,
|
|
52
|
-
...combinedPdf,
|
|
53
|
-
...combinedPos,
|
|
54
|
-
...primitiveDaata,
|
|
55
|
-
...aiPrompt,
|
|
56
|
-
...sidebarnavcomps,
|
|
57
|
-
...componentsTable,
|
|
58
|
-
...combinedTools,
|
|
59
|
-
...componentsTypography,
|
|
60
|
-
...utilsData,
|
|
61
|
-
...utilsBlocks,
|
|
62
|
-
...inputs,
|
|
63
|
-
...xData,
|
|
64
|
-
...Motions,
|
|
65
|
-
];
|
|
66
|
-
|
|
67
|
-
export const combinedBlocksArray = [
|
|
68
|
-
// remove line
|
|
69
|
-
// remove line
|
|
70
|
-
// remove line
|
|
71
|
-
...aiPromptBlocks,
|
|
72
|
-
]
|
|
73
|
-
|
|
74
|
-
export const combinedBoth = [
|
|
75
|
-
...combinedSections,
|
|
76
|
-
...combinedBlocksArray
|
|
77
|
-
]
|
|
78
|
-
export const categories = [
|
|
79
|
-
{ name: "Chat" },
|
|
80
|
-
{ name: "Background" },
|
|
81
|
-
{ name: "Blocks" },
|
|
82
|
-
{ name: "Forms: Blocks" },
|
|
83
|
-
{ name: "Interactive: Blocks" },
|
|
84
|
-
{ name: "Core: Blocks" },
|
|
85
|
-
{ name: "Marketing: Blocks" },
|
|
86
|
-
{ name: "E-Commerce: Blocks" },
|
|
87
|
-
{ name: "E-Commerce Pricing: Blocks" },
|
|
88
|
-
{ name: "E-Commerce Product: Blocks" },
|
|
89
|
-
{ name: "E-Commerce Checkout: Blocks" },
|
|
90
|
-
{ name: "E-Commerce Order: Blocks" },
|
|
91
|
-
{ name: "E-Commerce Payment Form: Blocks" },
|
|
92
|
-
{ name: "E-Commerce Shopping Cart: Blocks" },
|
|
93
|
-
{ name: "Buttons: Blocks" },
|
|
94
|
-
{ name: "Charts: Blocks" },
|
|
95
|
-
{ name: "CRM: Blocks" },
|
|
96
|
-
{ name: "Code: Blocks" },
|
|
97
|
-
{ name: "Media: Blocks" },
|
|
98
|
-
{ name: "Primitives: Blocks" },
|
|
99
|
-
{ name: "Prompt: Blocks" },
|
|
100
|
-
{ name: "POS: Blocks" },
|
|
101
|
-
{ name: "Overlays: Blocks" },
|
|
102
|
-
{ name: "Sidebars: Blocks" },
|
|
103
|
-
{ name: "Table: Blocks" },
|
|
104
|
-
{ name: "Tools: Blocks" },
|
|
105
|
-
{ name: "Utils: Blocks" },
|
|
106
|
-
{ name: "Typography: Blocks" },
|
|
107
|
-
{ name: "PDF: Blocks" },
|
|
108
|
-
{ name: "Date and Time: Blocks" },
|
|
109
|
-
{ name: "Core: Minimalist: Blocks" },
|
|
110
|
-
{ name: "Buttons" },
|
|
111
|
-
{ name: "Charts" },
|
|
112
|
-
{ name: "Core: Components" },
|
|
113
|
-
{ name: "Core: Data Display" },
|
|
114
|
-
{ name: "Core: Feedback" },
|
|
115
|
-
{ name: "Core: Forms" },
|
|
116
|
-
{ name: "Core: Headings" },
|
|
117
|
-
{ name: "Core: Layout" },
|
|
118
|
-
{ name: "Core: Lists" },
|
|
119
|
-
{ name: "Core: Login - Sign-up - Register Core: Blocks" },
|
|
120
|
-
{ name: "Core: Modules" },
|
|
121
|
-
{ name: "Core: Navbars" },
|
|
122
|
-
{ name: "Core: Sections" },
|
|
123
|
-
{ name: "Core: Shell" },
|
|
124
|
-
{ name: "Core: Minimalist" },
|
|
125
|
-
{ name: "CRM" },
|
|
126
|
-
{ name: "CRM: Pages" },
|
|
127
|
-
{ name: "CRM: Tools" },
|
|
128
|
-
{ name: "Date and Time" },
|
|
129
|
-
{ name: "Code" },
|
|
130
|
-
{ name: "Comboboxes" },
|
|
131
|
-
{ name: "Commands" },
|
|
132
|
-
{ name: "E-Commerce: Components" },
|
|
133
|
-
{ name: "E-Commerce: Modules" },
|
|
134
|
-
{ name: "E-Commerce: Pages" },
|
|
135
|
-
{ name: "E-Commerce: Payment Form" },
|
|
136
|
-
{ name: "Forms" },
|
|
137
|
-
{ name: "Inputs" },
|
|
138
|
-
{ name: "Hooks" },
|
|
139
|
-
{ name: "Interactive" },
|
|
140
|
-
{ name: "Lo-Fi" },
|
|
141
|
-
{ name: "Marketing" },
|
|
142
|
-
{ name: "Marketing: Elements" },
|
|
143
|
-
{ name: "Marketing: Pages" },
|
|
144
|
-
{ name: "Marketing: Sections" },
|
|
145
|
-
{ name: "Media" },
|
|
146
|
-
{ name: "Motions" },
|
|
147
|
-
{ name: "Primitives" },
|
|
148
|
-
{ name: "Prompt" },
|
|
149
|
-
{ name: "POS" },
|
|
150
|
-
{ name: "Overlays" },
|
|
151
|
-
{ name: "PDF" },
|
|
152
|
-
{ name: "Sidebars" },
|
|
153
|
-
{ name: "Sidebars: Nav Components" },
|
|
154
|
-
{ name: "Table" },
|
|
155
|
-
{ name: "Tools" },
|
|
156
|
-
{ name: "Typography" },
|
|
157
|
-
{ name: "Utils" },
|
|
158
|
-
{ name: "X" },
|
|
159
|
-
];
|