@kopexa/theme 1.7.6 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-EXBKQDH5.mjs → chunk-3PCDCW7G.mjs} +1 -1
- package/dist/chunk-45KIKY4A.mjs +140 -0
- package/dist/{chunk-UEMJVVVF.mjs → chunk-5DOB3IBE.mjs} +14 -1
- package/dist/{chunk-SHHD2WUZ.mjs → chunk-7VZZASRG.mjs} +1 -1
- package/dist/chunk-BETLBSSF.mjs +23 -0
- package/dist/chunk-BWB7MWRC.mjs +22 -0
- package/dist/chunk-CPERWXKN.mjs +21 -0
- package/dist/chunk-DI54XTS5.mjs +56 -0
- package/dist/chunk-GRPMKEI2.mjs +34 -0
- package/dist/{chunk-ZL6FAOXE.mjs → chunk-HHOMDBMZ.mjs} +1 -1
- package/dist/chunk-HWEYNK3O.mjs +25 -0
- package/dist/{chunk-U32YEQZ5.mjs → chunk-IHITEH7V.mjs} +15 -9
- package/dist/chunk-IHW4FWFB.mjs +71 -0
- package/dist/{chunk-TJDRYBGW.mjs → chunk-JXQPOORM.mjs} +15 -9
- package/dist/{chunk-MWG2OZMD.mjs → chunk-LAJQAXSV.mjs} +7 -9
- package/dist/{chunk-VCLXE57S.mjs → chunk-LM7MKBHT.mjs} +7 -1
- package/dist/chunk-LMCM4CW2.mjs +22 -0
- package/dist/chunk-M3GQ563Q.mjs +33 -0
- package/dist/chunk-NFOF75HQ.mjs +106 -0
- package/dist/{chunk-JHKTRIIA.mjs → chunk-RQYYDG26.mjs} +4 -2
- package/dist/chunk-SPQE7K66.mjs +18 -0
- package/dist/chunk-TVC4THD6.mjs +16 -0
- package/dist/chunk-URGRCBNW.mjs +27 -0
- package/dist/chunk-VSVGOX3P.mjs +48 -0
- package/dist/chunk-XGUDXC5P.mjs +26 -0
- package/dist/{chunk-755GJHKQ.mjs → chunk-XRKUQMGU.mjs} +1 -1
- package/dist/{chunk-JQ74U2S3.mjs → chunk-YH6TDPK7.mjs} +4 -4
- package/dist/chunk-Z7D56R5U.mjs +70 -0
- package/dist/components/alert-dialog.d.mts +9 -9
- package/dist/components/alert-dialog.d.ts +9 -9
- package/dist/components/alert-dialog.js +11 -2
- package/dist/components/alert-dialog.mjs +1 -1
- package/dist/components/autocomplete.d.mts +73 -0
- package/dist/components/autocomplete.d.ts +73 -0
- package/dist/components/autocomplete.js +173 -0
- package/dist/components/autocomplete.mjs +8 -0
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.d.mts +15 -0
- package/dist/components/button.d.ts +15 -0
- package/dist/components/button.js +12 -6
- package/dist/components/button.mjs +2 -2
- package/dist/components/chip.d.mts +3 -0
- package/dist/components/chip.d.ts +3 -0
- package/dist/components/chip.js +4 -2
- package/dist/components/chip.mjs +1 -1
- package/dist/components/color-highlight-button.d.mts +36 -0
- package/dist/components/color-highlight-button.d.ts +36 -0
- package/dist/components/color-highlight-button.js +45 -0
- package/dist/components/color-highlight-button.mjs +6 -0
- package/dist/components/command.d.mts +9 -9
- package/dist/components/command.d.ts +9 -9
- package/dist/components/data-grid.d.mts +325 -0
- package/dist/components/data-grid.d.ts +325 -0
- package/dist/components/data-grid.js +164 -0
- package/dist/components/data-grid.mjs +6 -0
- package/dist/components/dialog.js +7 -9
- package/dist/components/dialog.mjs +1 -1
- package/dist/components/drawer.d.mts +3 -3
- package/dist/components/drawer.d.ts +3 -3
- package/dist/components/drawer.js +21 -17
- package/dist/components/drawer.mjs +2 -2
- package/dist/components/dropdown-menu.js +1 -1
- package/dist/components/dropdown-menu.mjs +1 -1
- package/dist/components/editor-basic.d.mts +44 -0
- package/dist/components/editor-basic.d.ts +44 -0
- package/dist/components/editor-basic.js +58 -0
- package/dist/components/editor-basic.mjs +6 -0
- package/dist/components/editor-spinner.d.mts +60 -0
- package/dist/components/editor-spinner.d.ts +60 -0
- package/dist/components/editor-spinner.js +40 -0
- package/dist/components/editor-spinner.mjs +6 -0
- package/dist/components/hover-card.mjs +2 -2
- package/dist/components/index.d.mts +14 -0
- package/dist/components/index.d.ts +14 -0
- package/dist/components/index.js +815 -196
- package/dist/components/index.mjs +100 -44
- package/dist/components/input-group.d.mts +5 -0
- package/dist/components/input-group.d.ts +5 -0
- package/dist/components/input-group.js +49 -0
- package/dist/components/input-group.mjs +6 -0
- package/dist/components/input-wrapper.d.mts +25 -0
- package/dist/components/input-wrapper.d.ts +25 -0
- package/dist/components/input-wrapper.js +72 -0
- package/dist/components/input-wrapper.mjs +6 -0
- package/dist/components/input.d.mts +30 -129
- package/dist/components/input.d.ts +30 -129
- package/dist/components/input.js +58 -71
- package/dist/components/input.mjs +2 -2
- package/dist/components/kbd.d.mts +35 -0
- package/dist/components/kbd.d.ts +35 -0
- package/dist/components/kbd.js +47 -0
- package/dist/components/kbd.mjs +6 -0
- package/dist/components/label.d.mts +22 -0
- package/dist/components/label.d.ts +22 -0
- package/dist/components/label.js +46 -0
- package/dist/components/label.mjs +6 -0
- package/dist/components/popover.d.mts +79 -14
- package/dist/components/popover.d.ts +79 -14
- package/dist/components/popover.js +41 -4
- package/dist/components/popover.mjs +2 -2
- package/dist/components/scroll-area.d.mts +50 -0
- package/dist/components/scroll-area.d.ts +50 -0
- package/dist/components/scroll-area.js +42 -0
- package/dist/components/scroll-area.mjs +6 -0
- package/dist/components/select.d.mts +76 -0
- package/dist/components/select.d.ts +76 -0
- package/dist/components/select.js +145 -0
- package/dist/components/select.mjs +7 -0
- package/dist/components/separator.d.mts +2 -2
- package/dist/components/separator.d.ts +2 -2
- package/dist/components/separator.js +7 -1
- package/dist/components/separator.mjs +1 -1
- package/dist/components/skeleton-avatar.mjs +3 -3
- package/dist/components/slash-dropdown-menu.d.mts +54 -0
- package/dist/components/slash-dropdown-menu.d.ts +54 -0
- package/dist/components/slash-dropdown-menu.js +55 -0
- package/dist/components/slash-dropdown-menu.mjs +7 -0
- package/dist/components/standard-chip.d.mts +4 -0
- package/dist/components/standard-chip.d.ts +4 -0
- package/dist/components/standard-chip.js +4 -2
- package/dist/components/standard-chip.mjs +2 -2
- package/dist/components/textarea.d.mts +25 -0
- package/dist/components/textarea.d.ts +25 -0
- package/dist/components/textarea.js +72 -0
- package/dist/components/textarea.mjs +7 -0
- package/dist/components/toolbar.d.mts +34 -0
- package/dist/components/toolbar.d.ts +34 -0
- package/dist/components/toolbar.js +46 -0
- package/dist/components/toolbar.mjs +6 -0
- package/dist/editor.css +784 -0
- package/dist/index.css +39 -12
- package/dist/index.d.mts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +815 -196
- package/dist/index.mjs +100 -44
- package/dist/utils/classes.d.mts +13 -1
- package/dist/utils/classes.d.ts +13 -1
- package/dist/utils/classes.js +14 -0
- package/dist/utils/classes.mjs +3 -1
- package/package.json +24 -18
- package/dist/chunk-CPEP2RO4.mjs +0 -17
- package/dist/chunk-IKJHZT2S.mjs +0 -19
- package/dist/chunk-UMSU2ZEG.mjs +0 -96
- /package/dist/{chunk-MA4DKK64.mjs → chunk-UWWO4AVU.mjs} +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/components/editor-spinner.ts
|
|
21
|
+
var editor_spinner_exports = {};
|
|
22
|
+
__export(editor_spinner_exports, {
|
|
23
|
+
editorSpinner: () => editorSpinner
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(editor_spinner_exports);
|
|
26
|
+
var import_tailwind_variants = require("tailwind-variants");
|
|
27
|
+
var editorSpinner = (0, import_tailwind_variants.tv)({
|
|
28
|
+
slots: {
|
|
29
|
+
root: "size-full grow shrink flex items-center justify-center",
|
|
30
|
+
content: ["flex", "flex-col", "items-center", "justify-center", "gap-2"],
|
|
31
|
+
svg: ["animate-spin size-5"],
|
|
32
|
+
circle: ["opacity-25 stroke-current stroke-4"],
|
|
33
|
+
path: ["opacity-75 fill-current"],
|
|
34
|
+
text: "text-center text-sm text-muted-foreground"
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
38
|
+
0 && (module.exports = {
|
|
39
|
+
editorSpinner
|
|
40
|
+
});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { AccordionSlots, AccordionVariantProps, accordion } from './accordion.mjs';
|
|
2
2
|
export { AlertDialogSlots, AlertDialogVariants, alertDialog } from './alert-dialog.mjs';
|
|
3
|
+
export { AutocompleteVariantProps, autocomplete } from './autocomplete.mjs';
|
|
3
4
|
export { AvatarSlots, AvatarVariantProps, avatar } from './avatar.mjs';
|
|
4
5
|
export { AvatarGroupSlots, AvatarGroupVariantProps, avatarGroup } from './avatar-group.mjs';
|
|
5
6
|
export { BlankStateSlots, BlankStateVariantProps, blankstate } from './blankstate.mjs';
|
|
@@ -10,16 +11,24 @@ export { CardSlots, CardVariantProps, card } from './card.mjs';
|
|
|
10
11
|
export { CheckboxVariantProps, checkbox } from './checkbox.mjs';
|
|
11
12
|
export { ChipSlots, ChipVariantProps, chip } from './chip.mjs';
|
|
12
13
|
export { CodeVariantProps, code } from './code.mjs';
|
|
14
|
+
export { colorHighlightButton } from './color-highlight-button.mjs';
|
|
13
15
|
export { CommandVariants, command } from './command.mjs';
|
|
16
|
+
export { DataGridVariants, datagrid } from './data-grid.mjs';
|
|
14
17
|
export { DataTableVariants, dataTable } from './data-table.mjs';
|
|
15
18
|
export { DialogSlots, DialogVariantProps, dialog } from './dialog.mjs';
|
|
16
19
|
export { DrawerVariantProps, drawer } from './drawer.mjs';
|
|
17
20
|
export { DropdownMenuVariantProps, dropdownMenu } from './dropdown-menu.mjs';
|
|
21
|
+
export { editorBasic } from './editor-basic.mjs';
|
|
22
|
+
export { editorSpinner } from './editor-spinner.mjs';
|
|
18
23
|
export { frameworkRow } from './framework-row.mjs';
|
|
19
24
|
export { HeadingVariantProps, heading } from './heading.mjs';
|
|
20
25
|
export { HoverCardSlots, HoverCardVariantProps, hoverCard } from './hover-card.mjs';
|
|
21
26
|
export { InputVariantProps, input, passwordInput } from './input.mjs';
|
|
27
|
+
export { inputGroup } from './input-group.mjs';
|
|
28
|
+
export { InputWrapperVariantProps, inputWrapper } from './input-wrapper.mjs';
|
|
22
29
|
export { IntegrationCardSlots, IntegrationCardVariantProps, integrationCard } from './integration-card.mjs';
|
|
30
|
+
export { kbd } from './kbd.mjs';
|
|
31
|
+
export { LabelVariantProps, label } from './label.mjs';
|
|
23
32
|
export { PageHeaderVariantProps, pageHeader } from './page-header.mjs';
|
|
24
33
|
export { PageLayoutSlots, PageLayoutVariantProps, pageLayout } from './page-layout.mjs';
|
|
25
34
|
export { PopoverVariants, popover } from './popover.mjs';
|
|
@@ -28,17 +37,22 @@ export { RelatedControlChipVariantsProps, relatedControlChip } from './related-c
|
|
|
28
37
|
export { ResizableVariantProps, resizable } from './resizable.mjs';
|
|
29
38
|
export { RiskBadgeVariantProps, riskBadge } from './risk-badge.mjs';
|
|
30
39
|
export { RiskIndicatorVariantProps, riskIndicator } from './risk-indicator.mjs';
|
|
40
|
+
export { ScrollAreaVariantProps, scrollArea } from './scroll-area.mjs';
|
|
31
41
|
export { SectionRowSlots, SectionRowVariantProps, sectionRow } from './section-row.mjs';
|
|
42
|
+
export { SelectVariantProps, select } from './select.mjs';
|
|
32
43
|
export { SeparatorVariantProps, separator } from './separator.mjs';
|
|
33
44
|
export { SidebarMenuActionVariantProps, SidebarMenuButtonVariantProps, SidebarVariantProps, sidebar, sidebarMenuAction, sidebarMenuButton } from './sidebar.mjs';
|
|
34
45
|
export { skeleton } from './skeleton.mjs';
|
|
35
46
|
export { SkeletonAvatarVariantProps, skeletonAvatar } from './skeleton-avatar.mjs';
|
|
47
|
+
export { slashDropdownMenu } from './slash-dropdown-menu.mjs';
|
|
36
48
|
export { SpinnerVariants, spinner } from './spinner.mjs';
|
|
37
49
|
export { SplitPageLayoutVariantProps, splitPageLayout } from './split-page-layout.mjs';
|
|
38
50
|
export { StandardChipVariants, standardChip } from './standard-chip.mjs';
|
|
39
51
|
export { TabNavSlots, TabNavVariantProps, tabNav } from './tab-nav.mjs';
|
|
40
52
|
export { TableSlots, TableVariantProps, table } from './table.mjs';
|
|
41
53
|
export { TabsVariantProps, tabs } from './tabs.mjs';
|
|
54
|
+
export { TextareaVariantProps, textarea } from './textarea.mjs';
|
|
55
|
+
export { ToolbarVariantProps, toolbar } from './toolbar.mjs';
|
|
42
56
|
export { TooltipVariants, tooltip } from './tooltip.mjs';
|
|
43
57
|
import 'tailwind-variants';
|
|
44
58
|
import 'tailwind-merge';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { AccordionSlots, AccordionVariantProps, accordion } from './accordion.js';
|
|
2
2
|
export { AlertDialogSlots, AlertDialogVariants, alertDialog } from './alert-dialog.js';
|
|
3
|
+
export { AutocompleteVariantProps, autocomplete } from './autocomplete.js';
|
|
3
4
|
export { AvatarSlots, AvatarVariantProps, avatar } from './avatar.js';
|
|
4
5
|
export { AvatarGroupSlots, AvatarGroupVariantProps, avatarGroup } from './avatar-group.js';
|
|
5
6
|
export { BlankStateSlots, BlankStateVariantProps, blankstate } from './blankstate.js';
|
|
@@ -10,16 +11,24 @@ export { CardSlots, CardVariantProps, card } from './card.js';
|
|
|
10
11
|
export { CheckboxVariantProps, checkbox } from './checkbox.js';
|
|
11
12
|
export { ChipSlots, ChipVariantProps, chip } from './chip.js';
|
|
12
13
|
export { CodeVariantProps, code } from './code.js';
|
|
14
|
+
export { colorHighlightButton } from './color-highlight-button.js';
|
|
13
15
|
export { CommandVariants, command } from './command.js';
|
|
16
|
+
export { DataGridVariants, datagrid } from './data-grid.js';
|
|
14
17
|
export { DataTableVariants, dataTable } from './data-table.js';
|
|
15
18
|
export { DialogSlots, DialogVariantProps, dialog } from './dialog.js';
|
|
16
19
|
export { DrawerVariantProps, drawer } from './drawer.js';
|
|
17
20
|
export { DropdownMenuVariantProps, dropdownMenu } from './dropdown-menu.js';
|
|
21
|
+
export { editorBasic } from './editor-basic.js';
|
|
22
|
+
export { editorSpinner } from './editor-spinner.js';
|
|
18
23
|
export { frameworkRow } from './framework-row.js';
|
|
19
24
|
export { HeadingVariantProps, heading } from './heading.js';
|
|
20
25
|
export { HoverCardSlots, HoverCardVariantProps, hoverCard } from './hover-card.js';
|
|
21
26
|
export { InputVariantProps, input, passwordInput } from './input.js';
|
|
27
|
+
export { inputGroup } from './input-group.js';
|
|
28
|
+
export { InputWrapperVariantProps, inputWrapper } from './input-wrapper.js';
|
|
22
29
|
export { IntegrationCardSlots, IntegrationCardVariantProps, integrationCard } from './integration-card.js';
|
|
30
|
+
export { kbd } from './kbd.js';
|
|
31
|
+
export { LabelVariantProps, label } from './label.js';
|
|
23
32
|
export { PageHeaderVariantProps, pageHeader } from './page-header.js';
|
|
24
33
|
export { PageLayoutSlots, PageLayoutVariantProps, pageLayout } from './page-layout.js';
|
|
25
34
|
export { PopoverVariants, popover } from './popover.js';
|
|
@@ -28,17 +37,22 @@ export { RelatedControlChipVariantsProps, relatedControlChip } from './related-c
|
|
|
28
37
|
export { ResizableVariantProps, resizable } from './resizable.js';
|
|
29
38
|
export { RiskBadgeVariantProps, riskBadge } from './risk-badge.js';
|
|
30
39
|
export { RiskIndicatorVariantProps, riskIndicator } from './risk-indicator.js';
|
|
40
|
+
export { ScrollAreaVariantProps, scrollArea } from './scroll-area.js';
|
|
31
41
|
export { SectionRowSlots, SectionRowVariantProps, sectionRow } from './section-row.js';
|
|
42
|
+
export { SelectVariantProps, select } from './select.js';
|
|
32
43
|
export { SeparatorVariantProps, separator } from './separator.js';
|
|
33
44
|
export { SidebarMenuActionVariantProps, SidebarMenuButtonVariantProps, SidebarVariantProps, sidebar, sidebarMenuAction, sidebarMenuButton } from './sidebar.js';
|
|
34
45
|
export { skeleton } from './skeleton.js';
|
|
35
46
|
export { SkeletonAvatarVariantProps, skeletonAvatar } from './skeleton-avatar.js';
|
|
47
|
+
export { slashDropdownMenu } from './slash-dropdown-menu.js';
|
|
36
48
|
export { SpinnerVariants, spinner } from './spinner.js';
|
|
37
49
|
export { SplitPageLayoutVariantProps, splitPageLayout } from './split-page-layout.js';
|
|
38
50
|
export { StandardChipVariants, standardChip } from './standard-chip.js';
|
|
39
51
|
export { TabNavSlots, TabNavVariantProps, tabNav } from './tab-nav.js';
|
|
40
52
|
export { TableSlots, TableVariantProps, table } from './table.js';
|
|
41
53
|
export { TabsVariantProps, tabs } from './tabs.js';
|
|
54
|
+
export { TextareaVariantProps, textarea } from './textarea.js';
|
|
55
|
+
export { ToolbarVariantProps, toolbar } from './toolbar.js';
|
|
42
56
|
export { TooltipVariants, tooltip } from './tooltip.js';
|
|
43
57
|
import 'tailwind-variants';
|
|
44
58
|
import 'tailwind-merge';
|