@catalystsoftware/ui 1.0.4 → 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 +159 -0
- package/{data → dist}/data.tsx +29 -29
- package/package.json +4 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -362
- /package/{components → dist/components}/catalyst-ui/buttons/burger.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/core/data-display/timeline.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/core/feedback/alert.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/core/feedback/spinner-1.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/core/feedback/toast.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/core/navigation/menu.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/forms/toggle-class.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-copy-to-clipboard.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-counter.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-event-listener.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-export-markdown.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-focus.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-interval.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-is-client.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-media-query.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-mobile.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-resize-observer.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-timeout.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-timer.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/hooks/use-toggle.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/media/image.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/overlays/dual-sidebar.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/overlays/sidebar-original.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/accordion.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/alert-dialog.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/aspect-ratio.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/avatar.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/badge.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/breadcrumb.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/button.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/calendar-v4.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/calendar.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/card.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/carousel.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/chart.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/checkbox.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/collapsible.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/command.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/context-menu.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/dialog.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/drawer.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/dropdown-menu.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/empty.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/field.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/hover-card.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/input-otp.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/input.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/item.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/kbd.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/label.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/navigation-menu.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/pagination.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/popover.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/progress.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/radio-group.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/resizable.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/select.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/separator.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/sheet.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/skeleton.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/slider.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/switch.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/tabs.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/textarea.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/toggle-group.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/toggle.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/primitives/tooltip.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/basic-auth.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/context-storage.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/cors-middleware.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/deferred-content.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/honeypot-middleware.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/incId.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/jwk-auth.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/request-id.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/secure-headers.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/server-timing.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/utils.ts +0 -0
- /package/{components → dist/components}/catalyst-ui/utils/with-cookie.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/accordian-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/alert-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/animated-text-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/avatar-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/badge-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/button-X.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/button-group-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/calendar-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/card-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/checkbox-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/collapsible-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/combobox-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/data-table-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/date-picker-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/dialog-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/dropdown-menu-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/hover-card-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/icon-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/input-mask-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/input-otp-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/loader-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/pagination-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/popover-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/radio-group-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/select-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/sheet-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/switch-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/table-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/tabs-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/textarea-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/tooltip-x.tsx +0 -0
- /package/{components → dist/components}/catalyst-ui/x/tracker-x.tsx +0 -0
- /package/{data → dist/data}/bg-data.tsx +0 -0
- /package/{data → dist/data}/buttons-data.tsx +0 -0
- /package/{data → dist/data}/charts-data.tsx +0 -0
- /package/{data → dist/data}/chat-data.tsx +0 -0
- /package/{data → dist/data}/code-data.tsx +0 -0
- /package/{data → dist/data}/comboboxes-data.tsx +0 -0
- /package/{data → dist/data}/command-data.tsx +0 -0
- /package/{data → dist/data}/core-data.tsx +0 -0
- /package/{data → dist/data}/crm-data.tsx +0 -0
- /package/{data → dist/data}/date-and-time-data.tsx +0 -0
- /package/{data → dist/data}/dependencies.tsx +0 -0
- /package/{data → dist/data}/ecommerce-data.tsx +0 -0
- /package/{data → dist/data}/forms-data.tsx +0 -0
- /package/{data → dist/data}/hooks-data.tsx +0 -0
- /package/{data → dist/data}/index.ts +0 -0
- /package/{data → dist/data}/inputs-data.tsx +0 -0
- /package/{data → dist/data}/interactive-data.tsx +0 -0
- /package/{data → dist/data}/lofi-data.tsx +0 -0
- /package/{data → dist/data}/marketing-data.tsx +0 -0
- /package/{data → dist/data}/media-data.tsx +0 -0
- /package/{data → dist/data}/motion-data.tsx +0 -0
- /package/{data → dist/data}/overlay-data.tsx +0 -0
- /package/{data → dist/data}/pdf-data.tsx +0 -0
- /package/{data → dist/data}/pos-data.tsx +0 -0
- /package/{data → dist/data}/postcss.config.js +0 -0
- /package/{data → dist/data}/primitive-data.tsx +0 -0
- /package/{data → dist/data}/prompt-data.tsx +0 -0
- /package/{data → dist/data}/requiredLibs.ts +0 -0
- /package/{data → dist/data}/sandbox-data.tsx +0 -0
- /package/{data → dist/data}/sidebars-data.tsx +0 -0
- /package/{data → dist/data}/stacks-data.tsx +0 -0
- /package/{data → dist/data}/table-data.tsx +0 -0
- /package/{data → dist/data}/tailwind.config.js +0 -0
- /package/{data → dist/data}/tailwind.config.ngin.js +0 -0
- /package/{data → dist/data}/tailwind.css +0 -0
- /package/{data → dist/data}/tools-data.tsx +0 -0
- /package/{data → dist/data}/typography-data.tsx +0 -0
- /package/{data → dist/data}/utils-data.tsx +0 -0
- /package/{data → dist/data}/x-data.tsx +0 -0
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
// remove line
|
|
2
|
+
// remove line
|
|
3
|
+
// remove line
|
|
4
|
+
import { combinedCore, } from "@catalystsoftware/ui/data/core-data";
|
|
5
|
+
import { combinedCRM, } from "@catalystsoftware/ui/data/crm-data";
|
|
6
|
+
import { combinedEcom, } from "@catalystsoftware/ui/data/ecommerce-data";
|
|
7
|
+
import { combinedTools, } from "@catalystsoftware/ui/data/tools-data";
|
|
8
|
+
import { hooksArray } from "@catalystsoftware/ui/data/hooks-data";
|
|
9
|
+
import { lofiSection } from "@catalystsoftware/ui/data/lofi-data";
|
|
10
|
+
import { combinedPdf } from "@catalystsoftware/ui/data/pdf-data";
|
|
11
|
+
import { utilsData } from "@catalystsoftware/ui/data/utils-data";
|
|
12
|
+
import { utilsBlocks } from "@catalystsoftware/ui/data/utils-data";
|
|
13
|
+
import { sidebarnavcomps, } from "@catalystsoftware/ui/data/sidebars-data";
|
|
14
|
+
import { buttonsData } from "@catalystsoftware/ui/data/buttons-data";
|
|
15
|
+
import { chartComps } from "@catalystsoftware/ui/data/charts-data";
|
|
16
|
+
import { codeData } from "@catalystsoftware/ui/data/code-data";
|
|
17
|
+
import { componentsTimeData } from "@catalystsoftware/ui/data/date-and-time-data";
|
|
18
|
+
import { formsData } from "@catalystsoftware/ui/data/forms-data";
|
|
19
|
+
import { interactiveData } from "@catalystsoftware/ui/data/interactive-data";
|
|
20
|
+
import { componentsMedia } from "@catalystsoftware/ui/data/media-data";
|
|
21
|
+
import { OverlayData } from "@catalystsoftware/ui/data/overlay-data";
|
|
22
|
+
import { primitiveDaata } from "@catalystsoftware/ui/data/primitive-data";
|
|
23
|
+
import { aiPrompt } from "@catalystsoftware/ui/data/prompt-data";
|
|
24
|
+
import { aiPromptBlocks } from "@catalystsoftware/ui/data/prompt-data";
|
|
25
|
+
import { componentsTable } from "@catalystsoftware/ui/data/table-data";
|
|
26
|
+
import { backgroundData } from "@catalystsoftware/ui/data/bg-data";
|
|
27
|
+
import { componentsTypography } from "@catalystsoftware/ui/data/typography-data";
|
|
28
|
+
import { combinedPos } from "@catalystsoftware/ui/data/pos-data";
|
|
29
|
+
import { marketingSections, marketingPages, marketingFeedback } from "@catalystsoftware/ui/data/marketing-data";
|
|
30
|
+
import { inputs } from "@catalystsoftware/ui/data/inputs-data";
|
|
31
|
+
import { xData } from "@catalystsoftware/ui/data/x-data";
|
|
32
|
+
import { Motions } from "@catalystsoftware/ui/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
|
+
];
|
package/{data → dist}/data.tsx
RENAMED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
// remove line
|
|
2
2
|
// remove line
|
|
3
3
|
// remove line
|
|
4
|
-
import { combinedCore, } from "
|
|
5
|
-
import { combinedCRM, } from "
|
|
6
|
-
import { combinedEcom, } from "
|
|
7
|
-
import { combinedTools, } from "
|
|
8
|
-
import { hooksArray } from "
|
|
9
|
-
import { lofiSection } from "
|
|
10
|
-
import { combinedPdf } from "
|
|
11
|
-
import { utilsData } from "
|
|
12
|
-
import { utilsBlocks } from "
|
|
13
|
-
import { sidebarnavcomps, } from "
|
|
14
|
-
import { buttonsData } from "
|
|
15
|
-
import { chartComps } from "
|
|
16
|
-
import { codeData } from "
|
|
17
|
-
import { componentsTimeData } from "
|
|
18
|
-
import { formsData } from "
|
|
19
|
-
import { interactiveData } from "
|
|
20
|
-
import { componentsMedia } from "
|
|
21
|
-
import { OverlayData } from "
|
|
22
|
-
import { primitiveDaata } from "
|
|
23
|
-
import { aiPrompt } from "
|
|
24
|
-
import { aiPromptBlocks } from "
|
|
25
|
-
import { componentsTable } from "
|
|
26
|
-
import { backgroundData } from "
|
|
27
|
-
import { componentsTypography } from "
|
|
28
|
-
import { combinedPos } from "
|
|
29
|
-
import { marketingSections, marketingPages, marketingFeedback } from "
|
|
30
|
-
import { inputs } from "
|
|
31
|
-
import { xData } from "
|
|
32
|
-
import { Motions } from "
|
|
4
|
+
import { combinedCore, } from "@catalystsoftware/ui/data/core-data";
|
|
5
|
+
import { combinedCRM, } from "@catalystsoftware/ui/data/crm-data";
|
|
6
|
+
import { combinedEcom, } from "@catalystsoftware/ui/data/ecommerce-data";
|
|
7
|
+
import { combinedTools, } from "@catalystsoftware/ui/data/tools-data";
|
|
8
|
+
import { hooksArray } from "@catalystsoftware/ui/data/hooks-data";
|
|
9
|
+
import { lofiSection } from "@catalystsoftware/ui/data/lofi-data";
|
|
10
|
+
import { combinedPdf } from "@catalystsoftware/ui/data/pdf-data";
|
|
11
|
+
import { utilsData } from "@catalystsoftware/ui/data/utils-data";
|
|
12
|
+
import { utilsBlocks } from "@catalystsoftware/ui/data/utils-data";
|
|
13
|
+
import { sidebarnavcomps, } from "@catalystsoftware/ui/data/sidebars-data";
|
|
14
|
+
import { buttonsData } from "@catalystsoftware/ui/data/buttons-data";
|
|
15
|
+
import { chartComps } from "@catalystsoftware/ui/data/charts-data";
|
|
16
|
+
import { codeData } from "@catalystsoftware/ui/data/code-data";
|
|
17
|
+
import { componentsTimeData } from "@catalystsoftware/ui/data/date-and-time-data";
|
|
18
|
+
import { formsData } from "@catalystsoftware/ui/data/forms-data";
|
|
19
|
+
import { interactiveData } from "@catalystsoftware/ui/data/interactive-data";
|
|
20
|
+
import { componentsMedia } from "@catalystsoftware/ui/data/media-data";
|
|
21
|
+
import { OverlayData } from "@catalystsoftware/ui/data/overlay-data";
|
|
22
|
+
import { primitiveDaata } from "@catalystsoftware/ui/data/primitive-data";
|
|
23
|
+
import { aiPrompt } from "@catalystsoftware/ui/data/prompt-data";
|
|
24
|
+
import { aiPromptBlocks } from "@catalystsoftware/ui/data/prompt-data";
|
|
25
|
+
import { componentsTable } from "@catalystsoftware/ui/data/table-data";
|
|
26
|
+
import { backgroundData } from "@catalystsoftware/ui/data/bg-data";
|
|
27
|
+
import { componentsTypography } from "@catalystsoftware/ui/data/typography-data";
|
|
28
|
+
import { combinedPos } from "@catalystsoftware/ui/data/pos-data";
|
|
29
|
+
import { marketingSections, marketingPages, marketingFeedback } from "@catalystsoftware/ui/data/marketing-data";
|
|
30
|
+
import { inputs } from "@catalystsoftware/ui/data/inputs-data";
|
|
31
|
+
import { xData } from "@catalystsoftware/ui/data/x-data";
|
|
32
|
+
import { Motions } from "@catalystsoftware/ui/data/motion-data";
|
|
33
33
|
|
|
34
34
|
export const combinedSections = [
|
|
35
35
|
...backgroundData,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@catalystsoftware/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Catalyst UI Component Library CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,8 +26,9 @@
|
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"files": [
|
|
28
28
|
"dist",
|
|
29
|
-
"data",
|
|
30
|
-
"
|
|
29
|
+
"dist/data.tsx",
|
|
30
|
+
"dist/data",
|
|
31
|
+
"dist/components",
|
|
31
32
|
"README.md"
|
|
32
33
|
],
|
|
33
34
|
"dependencies": {
|
package/dist/index.d.ts
DELETED
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
|