@kopexa/theme 1.7.7 → 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-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/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 +13 -0
- package/dist/components/index.d.ts +13 -0
- package/dist/components/index.js +678 -198
- package/dist/components/index.mjs +93 -41
- 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 +28 -1
- package/dist/index.d.mts +13 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +678 -198
- package/dist/index.mjs +93 -41
- 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-3ZVSVLZD.mjs → chunk-UWWO4AVU.mjs} +0 -0
package/dist/index.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import "tailwindcss";
|
|
2
2
|
@import "tw-animate-css";
|
|
3
|
+
@import "./editor.css";
|
|
3
4
|
|
|
4
5
|
@custom-variant dark (&:is(.dark *));
|
|
5
6
|
|
|
@@ -44,7 +45,8 @@
|
|
|
44
45
|
--sidebar-border: var(--color-default-200);
|
|
45
46
|
--sidebar-ring: oklch(0.708 0 0);
|
|
46
47
|
|
|
47
|
-
|
|
48
|
+
/** Scrollbar */
|
|
49
|
+
--scrollbar-color: var(--color-default-200);
|
|
48
50
|
}
|
|
49
51
|
|
|
50
52
|
.dark {
|
|
@@ -86,6 +88,9 @@
|
|
|
86
88
|
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
87
89
|
--sidebar-border: var(--color-primary-800);
|
|
88
90
|
--sidebar-ring: oklch(0.439 0 0);
|
|
91
|
+
|
|
92
|
+
/** Scrollbar */
|
|
93
|
+
--scrollbar-color: var(--color-default-800);
|
|
89
94
|
}
|
|
90
95
|
|
|
91
96
|
@theme {
|
|
@@ -299,6 +304,8 @@
|
|
|
299
304
|
--text-h6-core--letter-spacing: 0.01em;
|
|
300
305
|
|
|
301
306
|
--container-8xl: 90rem;
|
|
307
|
+
|
|
308
|
+
--spacing-editor-toolbar: 44px;
|
|
302
309
|
}
|
|
303
310
|
|
|
304
311
|
@layer base {
|
|
@@ -441,3 +448,23 @@
|
|
|
441
448
|
'value-container value-container';
|
|
442
449
|
}
|
|
443
450
|
}
|
|
451
|
+
|
|
452
|
+
@layer utilities {
|
|
453
|
+
::-webkit-scrollbar {
|
|
454
|
+
width: 0.25rem;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
* {
|
|
458
|
+
scrollbar-width: thin;
|
|
459
|
+
scrollbar-color: var(--scrollbar-color) transparent;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
::-webkit-scrollbar-thumb {
|
|
463
|
+
background-color: var(--scrollbar-color);
|
|
464
|
+
border-radius: 9999px;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
::-webkit-scrollbar-track {
|
|
468
|
+
background: transparent;
|
|
469
|
+
}
|
|
470
|
+
}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { TV, VariantProps } from 'tailwind-variants';
|
|
2
2
|
export { AccordionSlots, AccordionVariantProps, accordion } from './components/accordion.mjs';
|
|
3
3
|
export { AlertDialogSlots, AlertDialogVariants, alertDialog } from './components/alert-dialog.mjs';
|
|
4
|
+
export { AutocompleteVariantProps, autocomplete } from './components/autocomplete.mjs';
|
|
4
5
|
export { AvatarSlots, AvatarVariantProps, avatar } from './components/avatar.mjs';
|
|
5
6
|
export { AvatarGroupSlots, AvatarGroupVariantProps, avatarGroup } from './components/avatar-group.mjs';
|
|
6
7
|
export { BlankStateSlots, BlankStateVariantProps, blankstate } from './components/blankstate.mjs';
|
|
@@ -11,17 +12,24 @@ export { CardSlots, CardVariantProps, card } from './components/card.mjs';
|
|
|
11
12
|
export { CheckboxVariantProps, checkbox } from './components/checkbox.mjs';
|
|
12
13
|
export { ChipSlots, ChipVariantProps, chip } from './components/chip.mjs';
|
|
13
14
|
export { CodeVariantProps, code } from './components/code.mjs';
|
|
15
|
+
export { colorHighlightButton } from './components/color-highlight-button.mjs';
|
|
14
16
|
export { CommandVariants, command } from './components/command.mjs';
|
|
15
17
|
export { DataGridVariants, datagrid } from './components/data-grid.mjs';
|
|
16
18
|
export { DataTableVariants, dataTable } from './components/data-table.mjs';
|
|
17
19
|
export { DialogSlots, DialogVariantProps, dialog } from './components/dialog.mjs';
|
|
18
20
|
export { DrawerVariantProps, drawer } from './components/drawer.mjs';
|
|
19
21
|
export { DropdownMenuVariantProps, dropdownMenu } from './components/dropdown-menu.mjs';
|
|
22
|
+
export { editorBasic } from './components/editor-basic.mjs';
|
|
23
|
+
export { editorSpinner } from './components/editor-spinner.mjs';
|
|
20
24
|
export { frameworkRow } from './components/framework-row.mjs';
|
|
21
25
|
export { HeadingVariantProps, heading } from './components/heading.mjs';
|
|
22
26
|
export { HoverCardSlots, HoverCardVariantProps, hoverCard } from './components/hover-card.mjs';
|
|
23
27
|
export { InputVariantProps, input, passwordInput } from './components/input.mjs';
|
|
28
|
+
export { inputGroup } from './components/input-group.mjs';
|
|
29
|
+
export { InputWrapperVariantProps, inputWrapper } from './components/input-wrapper.mjs';
|
|
24
30
|
export { IntegrationCardSlots, IntegrationCardVariantProps, integrationCard } from './components/integration-card.mjs';
|
|
31
|
+
export { kbd } from './components/kbd.mjs';
|
|
32
|
+
export { LabelVariantProps, label } from './components/label.mjs';
|
|
25
33
|
export { PageHeaderVariantProps, pageHeader } from './components/page-header.mjs';
|
|
26
34
|
export { PageLayoutSlots, PageLayoutVariantProps, pageLayout } from './components/page-layout.mjs';
|
|
27
35
|
export { PopoverVariants, popover } from './components/popover.mjs';
|
|
@@ -30,17 +38,22 @@ export { RelatedControlChipVariantsProps, relatedControlChip } from './component
|
|
|
30
38
|
export { ResizableVariantProps, resizable } from './components/resizable.mjs';
|
|
31
39
|
export { RiskBadgeVariantProps, riskBadge } from './components/risk-badge.mjs';
|
|
32
40
|
export { RiskIndicatorVariantProps, riskIndicator } from './components/risk-indicator.mjs';
|
|
41
|
+
export { ScrollAreaVariantProps, scrollArea } from './components/scroll-area.mjs';
|
|
33
42
|
export { SectionRowSlots, SectionRowVariantProps, sectionRow } from './components/section-row.mjs';
|
|
43
|
+
export { SelectVariantProps, select } from './components/select.mjs';
|
|
34
44
|
export { SeparatorVariantProps, separator } from './components/separator.mjs';
|
|
35
45
|
export { SidebarMenuActionVariantProps, SidebarMenuButtonVariantProps, SidebarVariantProps, sidebar, sidebarMenuAction, sidebarMenuButton } from './components/sidebar.mjs';
|
|
36
46
|
export { skeleton } from './components/skeleton.mjs';
|
|
37
47
|
export { SkeletonAvatarVariantProps, skeletonAvatar } from './components/skeleton-avatar.mjs';
|
|
48
|
+
export { slashDropdownMenu } from './components/slash-dropdown-menu.mjs';
|
|
38
49
|
export { SpinnerVariants, spinner } from './components/spinner.mjs';
|
|
39
50
|
export { SplitPageLayoutVariantProps, splitPageLayout } from './components/split-page-layout.mjs';
|
|
40
51
|
export { StandardChipVariants, standardChip } from './components/standard-chip.mjs';
|
|
41
52
|
export { TabNavSlots, TabNavVariantProps, tabNav } from './components/tab-nav.mjs';
|
|
42
53
|
export { TableSlots, TableVariantProps, table } from './components/table.mjs';
|
|
43
54
|
export { TabsVariantProps, tabs } from './components/tabs.mjs';
|
|
55
|
+
export { TextareaVariantProps, textarea } from './components/textarea.mjs';
|
|
56
|
+
export { ToolbarVariantProps, toolbar } from './components/toolbar.mjs';
|
|
44
57
|
export { TooltipVariants, tooltip } from './components/tooltip.mjs';
|
|
45
58
|
export { SlotsToClasses } from './utils/types.mjs';
|
|
46
59
|
import 'tailwind-merge';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { TV, VariantProps } from 'tailwind-variants';
|
|
2
2
|
export { AccordionSlots, AccordionVariantProps, accordion } from './components/accordion.js';
|
|
3
3
|
export { AlertDialogSlots, AlertDialogVariants, alertDialog } from './components/alert-dialog.js';
|
|
4
|
+
export { AutocompleteVariantProps, autocomplete } from './components/autocomplete.js';
|
|
4
5
|
export { AvatarSlots, AvatarVariantProps, avatar } from './components/avatar.js';
|
|
5
6
|
export { AvatarGroupSlots, AvatarGroupVariantProps, avatarGroup } from './components/avatar-group.js';
|
|
6
7
|
export { BlankStateSlots, BlankStateVariantProps, blankstate } from './components/blankstate.js';
|
|
@@ -11,17 +12,24 @@ export { CardSlots, CardVariantProps, card } from './components/card.js';
|
|
|
11
12
|
export { CheckboxVariantProps, checkbox } from './components/checkbox.js';
|
|
12
13
|
export { ChipSlots, ChipVariantProps, chip } from './components/chip.js';
|
|
13
14
|
export { CodeVariantProps, code } from './components/code.js';
|
|
15
|
+
export { colorHighlightButton } from './components/color-highlight-button.js';
|
|
14
16
|
export { CommandVariants, command } from './components/command.js';
|
|
15
17
|
export { DataGridVariants, datagrid } from './components/data-grid.js';
|
|
16
18
|
export { DataTableVariants, dataTable } from './components/data-table.js';
|
|
17
19
|
export { DialogSlots, DialogVariantProps, dialog } from './components/dialog.js';
|
|
18
20
|
export { DrawerVariantProps, drawer } from './components/drawer.js';
|
|
19
21
|
export { DropdownMenuVariantProps, dropdownMenu } from './components/dropdown-menu.js';
|
|
22
|
+
export { editorBasic } from './components/editor-basic.js';
|
|
23
|
+
export { editorSpinner } from './components/editor-spinner.js';
|
|
20
24
|
export { frameworkRow } from './components/framework-row.js';
|
|
21
25
|
export { HeadingVariantProps, heading } from './components/heading.js';
|
|
22
26
|
export { HoverCardSlots, HoverCardVariantProps, hoverCard } from './components/hover-card.js';
|
|
23
27
|
export { InputVariantProps, input, passwordInput } from './components/input.js';
|
|
28
|
+
export { inputGroup } from './components/input-group.js';
|
|
29
|
+
export { InputWrapperVariantProps, inputWrapper } from './components/input-wrapper.js';
|
|
24
30
|
export { IntegrationCardSlots, IntegrationCardVariantProps, integrationCard } from './components/integration-card.js';
|
|
31
|
+
export { kbd } from './components/kbd.js';
|
|
32
|
+
export { LabelVariantProps, label } from './components/label.js';
|
|
25
33
|
export { PageHeaderVariantProps, pageHeader } from './components/page-header.js';
|
|
26
34
|
export { PageLayoutSlots, PageLayoutVariantProps, pageLayout } from './components/page-layout.js';
|
|
27
35
|
export { PopoverVariants, popover } from './components/popover.js';
|
|
@@ -30,17 +38,22 @@ export { RelatedControlChipVariantsProps, relatedControlChip } from './component
|
|
|
30
38
|
export { ResizableVariantProps, resizable } from './components/resizable.js';
|
|
31
39
|
export { RiskBadgeVariantProps, riskBadge } from './components/risk-badge.js';
|
|
32
40
|
export { RiskIndicatorVariantProps, riskIndicator } from './components/risk-indicator.js';
|
|
41
|
+
export { ScrollAreaVariantProps, scrollArea } from './components/scroll-area.js';
|
|
33
42
|
export { SectionRowSlots, SectionRowVariantProps, sectionRow } from './components/section-row.js';
|
|
43
|
+
export { SelectVariantProps, select } from './components/select.js';
|
|
34
44
|
export { SeparatorVariantProps, separator } from './components/separator.js';
|
|
35
45
|
export { SidebarMenuActionVariantProps, SidebarMenuButtonVariantProps, SidebarVariantProps, sidebar, sidebarMenuAction, sidebarMenuButton } from './components/sidebar.js';
|
|
36
46
|
export { skeleton } from './components/skeleton.js';
|
|
37
47
|
export { SkeletonAvatarVariantProps, skeletonAvatar } from './components/skeleton-avatar.js';
|
|
48
|
+
export { slashDropdownMenu } from './components/slash-dropdown-menu.js';
|
|
38
49
|
export { SpinnerVariants, spinner } from './components/spinner.js';
|
|
39
50
|
export { SplitPageLayoutVariantProps, splitPageLayout } from './components/split-page-layout.js';
|
|
40
51
|
export { StandardChipVariants, standardChip } from './components/standard-chip.js';
|
|
41
52
|
export { TabNavSlots, TabNavVariantProps, tabNav } from './components/tab-nav.js';
|
|
42
53
|
export { TableSlots, TableVariantProps, table } from './components/table.js';
|
|
43
54
|
export { TabsVariantProps, tabs } from './components/tabs.js';
|
|
55
|
+
export { TextareaVariantProps, textarea } from './components/textarea.js';
|
|
56
|
+
export { ToolbarVariantProps, toolbar } from './components/toolbar.js';
|
|
44
57
|
export { TooltipVariants, tooltip } from './components/tooltip.js';
|
|
45
58
|
export { SlotsToClasses } from './utils/types.js';
|
|
46
59
|
import 'tailwind-merge';
|