@kopexa/theme 1.7.7 → 2.1.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.
Files changed (161) hide show
  1. package/dist/chunk-2NA54PNL.mjs +43 -0
  2. package/dist/{chunk-EXBKQDH5.mjs → chunk-3PCDCW7G.mjs} +1 -1
  3. package/dist/{chunk-UEMJVVVF.mjs → chunk-5DOB3IBE.mjs} +14 -1
  4. package/dist/{chunk-7O57EDVS.mjs → chunk-63C4SFQK.mjs} +20 -10
  5. package/dist/{chunk-SHHD2WUZ.mjs → chunk-7VZZASRG.mjs} +1 -1
  6. package/dist/{chunk-XAHAVJUM.mjs → chunk-A3F4CV54.mjs} +8 -1
  7. package/dist/chunk-BETLBSSF.mjs +23 -0
  8. package/dist/chunk-CPERWXKN.mjs +21 -0
  9. package/dist/chunk-DI54XTS5.mjs +56 -0
  10. package/dist/{chunk-ZL6FAOXE.mjs → chunk-HHOMDBMZ.mjs} +1 -1
  11. package/dist/chunk-HWEYNK3O.mjs +25 -0
  12. package/dist/{chunk-U32YEQZ5.mjs → chunk-IHITEH7V.mjs} +15 -9
  13. package/dist/chunk-IHW4FWFB.mjs +71 -0
  14. package/dist/{chunk-TJDRYBGW.mjs → chunk-JXQPOORM.mjs} +15 -9
  15. package/dist/{chunk-MWG2OZMD.mjs → chunk-LAJQAXSV.mjs} +7 -9
  16. package/dist/{chunk-VCLXE57S.mjs → chunk-LM7MKBHT.mjs} +7 -1
  17. package/dist/chunk-LMCM4CW2.mjs +22 -0
  18. package/dist/chunk-M3GQ563Q.mjs +33 -0
  19. package/dist/chunk-M4TXKRUU.mjs +7 -0
  20. package/dist/chunk-NFOF75HQ.mjs +106 -0
  21. package/dist/chunk-NUEQ5FLX.mjs +50 -0
  22. package/dist/{chunk-JHKTRIIA.mjs → chunk-RQYYDG26.mjs} +4 -2
  23. package/dist/chunk-SPQE7K66.mjs +18 -0
  24. package/dist/chunk-TVC4THD6.mjs +16 -0
  25. package/dist/chunk-URGRCBNW.mjs +27 -0
  26. package/dist/chunk-VSVGOX3P.mjs +48 -0
  27. package/dist/chunk-WQ446TVH.mjs +39 -0
  28. package/dist/chunk-XGUDXC5P.mjs +26 -0
  29. package/dist/{chunk-755GJHKQ.mjs → chunk-XRKUQMGU.mjs} +1 -1
  30. package/dist/{chunk-JQ74U2S3.mjs → chunk-YH6TDPK7.mjs} +4 -4
  31. package/dist/chunk-Z7D56R5U.mjs +70 -0
  32. package/dist/components/alert-dialog.d.mts +9 -9
  33. package/dist/components/alert-dialog.d.ts +9 -9
  34. package/dist/components/alert-dialog.js +11 -2
  35. package/dist/components/alert-dialog.mjs +1 -1
  36. package/dist/components/autocomplete.d.mts +73 -0
  37. package/dist/components/autocomplete.d.ts +73 -0
  38. package/dist/components/autocomplete.js +173 -0
  39. package/dist/components/autocomplete.mjs +8 -0
  40. package/dist/components/avatar.mjs +2 -2
  41. package/dist/components/button.d.mts +15 -0
  42. package/dist/components/button.d.ts +15 -0
  43. package/dist/components/button.js +12 -6
  44. package/dist/components/button.mjs +2 -2
  45. package/dist/components/callout.d.mts +18 -0
  46. package/dist/components/callout.d.ts +18 -0
  47. package/dist/components/callout.js +8 -1
  48. package/dist/components/callout.mjs +1 -1
  49. package/dist/components/card.d.mts +27 -0
  50. package/dist/components/card.d.ts +27 -0
  51. package/dist/components/card.js +20 -10
  52. package/dist/components/card.mjs +1 -1
  53. package/dist/components/chip.d.mts +3 -0
  54. package/dist/components/chip.d.ts +3 -0
  55. package/dist/components/chip.js +4 -2
  56. package/dist/components/chip.mjs +1 -1
  57. package/dist/components/color-highlight-button.d.mts +36 -0
  58. package/dist/components/color-highlight-button.d.ts +36 -0
  59. package/dist/components/color-highlight-button.js +45 -0
  60. package/dist/components/color-highlight-button.mjs +6 -0
  61. package/dist/components/command.d.mts +9 -9
  62. package/dist/components/command.d.ts +9 -9
  63. package/dist/components/control-extension.d.mts +5 -0
  64. package/dist/components/control-extension.d.ts +5 -0
  65. package/dist/components/control-extension.js +31 -0
  66. package/dist/components/control-extension.mjs +6 -0
  67. package/dist/components/dialog.js +7 -9
  68. package/dist/components/dialog.mjs +1 -1
  69. package/dist/components/drawer.d.mts +3 -3
  70. package/dist/components/drawer.d.ts +3 -3
  71. package/dist/components/drawer.js +21 -17
  72. package/dist/components/drawer.mjs +2 -2
  73. package/dist/components/dropdown-menu.js +1 -1
  74. package/dist/components/dropdown-menu.mjs +1 -1
  75. package/dist/components/editor-basic.d.mts +61 -0
  76. package/dist/components/editor-basic.d.ts +61 -0
  77. package/dist/components/editor-basic.js +74 -0
  78. package/dist/components/editor-basic.mjs +6 -0
  79. package/dist/components/editor-spinner.d.mts +60 -0
  80. package/dist/components/editor-spinner.d.ts +60 -0
  81. package/dist/components/editor-spinner.js +40 -0
  82. package/dist/components/editor-spinner.mjs +6 -0
  83. package/dist/components/hover-card.mjs +2 -2
  84. package/dist/components/index.d.mts +15 -0
  85. package/dist/components/index.d.ts +15 -0
  86. package/dist/components/index.js +787 -209
  87. package/dist/components/index.mjs +111 -51
  88. package/dist/components/input-group.d.mts +5 -0
  89. package/dist/components/input-group.d.ts +5 -0
  90. package/dist/components/input-group.js +49 -0
  91. package/dist/components/input-group.mjs +6 -0
  92. package/dist/components/input-wrapper.d.mts +25 -0
  93. package/dist/components/input-wrapper.d.ts +25 -0
  94. package/dist/components/input-wrapper.js +72 -0
  95. package/dist/components/input-wrapper.mjs +6 -0
  96. package/dist/components/input.d.mts +30 -129
  97. package/dist/components/input.d.ts +30 -129
  98. package/dist/components/input.js +58 -71
  99. package/dist/components/input.mjs +2 -2
  100. package/dist/components/integration-card.d.mts +3 -3
  101. package/dist/components/integration-card.d.ts +3 -3
  102. package/dist/components/kbd.d.mts +35 -0
  103. package/dist/components/kbd.d.ts +35 -0
  104. package/dist/components/kbd.js +47 -0
  105. package/dist/components/kbd.mjs +6 -0
  106. package/dist/components/label.d.mts +22 -0
  107. package/dist/components/label.d.ts +22 -0
  108. package/dist/components/label.js +46 -0
  109. package/dist/components/label.mjs +6 -0
  110. package/dist/components/popover.d.mts +79 -14
  111. package/dist/components/popover.d.ts +79 -14
  112. package/dist/components/popover.js +41 -4
  113. package/dist/components/popover.mjs +2 -2
  114. package/dist/components/scroll-area.d.mts +50 -0
  115. package/dist/components/scroll-area.d.ts +50 -0
  116. package/dist/components/scroll-area.js +42 -0
  117. package/dist/components/scroll-area.mjs +6 -0
  118. package/dist/components/select.d.mts +76 -0
  119. package/dist/components/select.d.ts +76 -0
  120. package/dist/components/select.js +145 -0
  121. package/dist/components/select.mjs +7 -0
  122. package/dist/components/separator.d.mts +2 -2
  123. package/dist/components/separator.d.ts +2 -2
  124. package/dist/components/separator.js +7 -1
  125. package/dist/components/separator.mjs +1 -1
  126. package/dist/components/skeleton-avatar.mjs +3 -3
  127. package/dist/components/slash-dropdown-menu.d.mts +54 -0
  128. package/dist/components/slash-dropdown-menu.d.ts +54 -0
  129. package/dist/components/slash-dropdown-menu.js +55 -0
  130. package/dist/components/slash-dropdown-menu.mjs +7 -0
  131. package/dist/components/standard-chip.d.mts +4 -0
  132. package/dist/components/standard-chip.d.ts +4 -0
  133. package/dist/components/standard-chip.js +4 -2
  134. package/dist/components/standard-chip.mjs +2 -2
  135. package/dist/components/switch.d.mts +62 -0
  136. package/dist/components/switch.d.ts +62 -0
  137. package/dist/components/switch.js +63 -0
  138. package/dist/components/switch.mjs +6 -0
  139. package/dist/components/textarea.d.mts +25 -0
  140. package/dist/components/textarea.d.ts +25 -0
  141. package/dist/components/textarea.js +72 -0
  142. package/dist/components/textarea.mjs +7 -0
  143. package/dist/components/toolbar.d.mts +91 -0
  144. package/dist/components/toolbar.d.ts +91 -0
  145. package/dist/components/toolbar.js +67 -0
  146. package/dist/components/toolbar.mjs +6 -0
  147. package/dist/editor.css +839 -0
  148. package/dist/index.css +28 -1
  149. package/dist/index.d.mts +15 -0
  150. package/dist/index.d.ts +15 -0
  151. package/dist/index.js +787 -209
  152. package/dist/index.mjs +111 -51
  153. package/dist/utils/classes.d.mts +13 -1
  154. package/dist/utils/classes.d.ts +13 -1
  155. package/dist/utils/classes.js +14 -0
  156. package/dist/utils/classes.mjs +3 -1
  157. package/package.json +26 -20
  158. package/dist/chunk-CPEP2RO4.mjs +0 -17
  159. package/dist/chunk-IKJHZT2S.mjs +0 -19
  160. package/dist/chunk-UMSU2ZEG.mjs +0 -96
  161. /package/dist/{chunk-3ZVSVLZD.mjs → chunk-4I5ASWB3.mjs} +0 -0
@@ -0,0 +1,63 @@
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/switch.ts
21
+ var switch_exports = {};
22
+ __export(switch_exports, {
23
+ switchVariants: () => switchVariants
24
+ });
25
+ module.exports = __toCommonJS(switch_exports);
26
+ var import_tailwind_variants = require("tailwind-variants");
27
+ var switchVariants = (0, import_tailwind_variants.tv)({
28
+ slots: {
29
+ root: [
30
+ "peer data-[checked]:bg-primary data-[unchecked]:bg-input focus-visible:border-ring focus-visible:ring-ring/50 dark:data-[unchecked]:bg-input/80",
31
+ "aria-invalid:border-destructive/60 aria-invalid:ring-destructive/10 dark:aria-invalid:border-destructive dark:aria-invalid:ring-destructive/20",
32
+ "inline-flex shrink-0 items-center rounded-full border border-transparent shadow-xs transition-all outline-none focus-visible:ring-[3px]",
33
+ "disabled:cursor-not-allowed disabled:opacity-50"
34
+ ],
35
+ thumb: [
36
+ "bg-background dark:data-[unchecked]:bg-foreground dark:data-[checked]:bg-primary-foreground",
37
+ "pointer-events-none rounded-full ring-0 transition-transform flex items-center justify-center"
38
+ ]
39
+ },
40
+ variants: {
41
+ size: {
42
+ sm: {
43
+ root: "h-4 w-6",
44
+ thumb: "size-3 data-[checked]:translate-x-[calc(100%-2px)] data-[unchecked]:translate-x-0"
45
+ },
46
+ md: {
47
+ root: "h-5 w-8",
48
+ thumb: "size-4 data-[checked]:translate-x-[calc(100%-2px)] data-[unchecked]:translate-x-0"
49
+ },
50
+ lg: {
51
+ root: "h-6 w-10",
52
+ thumb: "size-5 data-[checked]:translate-x-[calc(100%-2px)] data-[unchecked]:translate-x-0"
53
+ }
54
+ }
55
+ },
56
+ defaultVariants: {
57
+ size: "md"
58
+ }
59
+ });
60
+ // Annotate the CommonJS export names for ESM import in node:
61
+ 0 && (module.exports = {
62
+ switchVariants
63
+ });
@@ -0,0 +1,6 @@
1
+ import {
2
+ switchVariants
3
+ } from "../chunk-WQ446TVH.mjs";
4
+ export {
5
+ switchVariants
6
+ };
@@ -0,0 +1,25 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const textarea: tailwind_variants.TVReturnType<{
5
+ size: {
6
+ sm: string[];
7
+ md: string[];
8
+ lg: string[];
9
+ };
10
+ }, undefined, string[], {
11
+ size: {
12
+ sm: string[];
13
+ md: string[];
14
+ lg: string[];
15
+ };
16
+ }, undefined, tailwind_variants.TVReturnType<{
17
+ size: {
18
+ sm: string[];
19
+ md: string[];
20
+ lg: string[];
21
+ };
22
+ }, undefined, string[], unknown, unknown, undefined>>;
23
+ type TextareaVariantProps = VariantProps<typeof textarea>;
24
+
25
+ export { type TextareaVariantProps, textarea };
@@ -0,0 +1,25 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const textarea: tailwind_variants.TVReturnType<{
5
+ size: {
6
+ sm: string[];
7
+ md: string[];
8
+ lg: string[];
9
+ };
10
+ }, undefined, string[], {
11
+ size: {
12
+ sm: string[];
13
+ md: string[];
14
+ lg: string[];
15
+ };
16
+ }, undefined, tailwind_variants.TVReturnType<{
17
+ size: {
18
+ sm: string[];
19
+ md: string[];
20
+ lg: string[];
21
+ };
22
+ }, undefined, string[], unknown, unknown, undefined>>;
23
+ type TextareaVariantProps = VariantProps<typeof textarea>;
24
+
25
+ export { type TextareaVariantProps, textarea };
@@ -0,0 +1,72 @@
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/textarea.ts
21
+ var textarea_exports = {};
22
+ __export(textarea_exports, {
23
+ textarea: () => textarea
24
+ });
25
+ module.exports = __toCommonJS(textarea_exports);
26
+ var import_tailwind_variants = require("tailwind-variants");
27
+
28
+ // src/utils/classes.ts
29
+ var focusVisibleClasses = [
30
+ "focus-visible:outline-2 focus-visible:outline-ring focus-visible:outline-offset-2"
31
+ //"focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",
32
+ ];
33
+ var inputClasses = {
34
+ radius: {
35
+ sm: "rounded-sm",
36
+ md: "rounded-md",
37
+ lg: "rounded-lg"
38
+ },
39
+ height: {
40
+ sm: "h-7 min-h-7",
41
+ md: "h-8.5 min-h-8.5",
42
+ lg: "h-10 min-h-10"
43
+ }
44
+ };
45
+
46
+ // src/components/textarea.ts
47
+ var textarea = (0, import_tailwind_variants.tv)({
48
+ base: [
49
+ "w-full border border-input bg-background text-foreground shadow-xs shadow-black/5 transition-[color,box-shadow]",
50
+ "text-foreground placeholder:text-muted-foreground/80",
51
+ "disabled:cursor-not-allowed disabled:opacity-50 [&[readonly]]:opacity-70 aria-invalid:border-destructive",
52
+ ...focusVisibleClasses,
53
+ "aria-invalid:border-destructive/60 aria-invalid:ring-destructive/10 dark:aria-invalid:border-destructive dark:aria-invalid:ring-destructive/20"
54
+ ],
55
+ variants: {
56
+ size: {
57
+ sm: [inputClasses.radius.sm, "px-2.5 py-2.5 text-xs"],
58
+ md: [
59
+ inputClasses.radius.md,
60
+ "px-3 py-3 text-[0.8125rem] leading-(--text-sm--line-height)"
61
+ ],
62
+ lg: [inputClasses.radius.lg, "px-4 py-4 text-sm"]
63
+ }
64
+ },
65
+ defaultVariants: {
66
+ size: "md"
67
+ }
68
+ });
69
+ // Annotate the CommonJS export names for ESM import in node:
70
+ 0 && (module.exports = {
71
+ textarea
72
+ });
@@ -0,0 +1,7 @@
1
+ import {
2
+ textarea
3
+ } from "../chunk-M3GQ563Q.mjs";
4
+ import "../chunk-5DOB3IBE.mjs";
5
+ export {
6
+ textarea
7
+ };
@@ -0,0 +1,91 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const toolbar: tailwind_variants.TVReturnType<{
5
+ color: {
6
+ default: {
7
+ root: string;
8
+ };
9
+ };
10
+ sticky: {
11
+ true: {
12
+ root: string;
13
+ };
14
+ };
15
+ border: {
16
+ default: string;
17
+ none: string;
18
+ };
19
+ radius: {
20
+ none: {
21
+ root: string;
22
+ };
23
+ md: {
24
+ root: string;
25
+ };
26
+ };
27
+ }, {
28
+ root: string;
29
+ button: string;
30
+ separator: string;
31
+ group: string;
32
+ }, undefined, {
33
+ color: {
34
+ default: {
35
+ root: string;
36
+ };
37
+ };
38
+ sticky: {
39
+ true: {
40
+ root: string;
41
+ };
42
+ };
43
+ border: {
44
+ default: string;
45
+ none: string;
46
+ };
47
+ radius: {
48
+ none: {
49
+ root: string;
50
+ };
51
+ md: {
52
+ root: string;
53
+ };
54
+ };
55
+ }, {
56
+ root: string;
57
+ button: string;
58
+ separator: string;
59
+ group: string;
60
+ }, tailwind_variants.TVReturnType<{
61
+ color: {
62
+ default: {
63
+ root: string;
64
+ };
65
+ };
66
+ sticky: {
67
+ true: {
68
+ root: string;
69
+ };
70
+ };
71
+ border: {
72
+ default: string;
73
+ none: string;
74
+ };
75
+ radius: {
76
+ none: {
77
+ root: string;
78
+ };
79
+ md: {
80
+ root: string;
81
+ };
82
+ };
83
+ }, {
84
+ root: string;
85
+ button: string;
86
+ separator: string;
87
+ group: string;
88
+ }, undefined, unknown, unknown, undefined>>;
89
+ type ToolbarVariantProps = VariantProps<typeof toolbar>;
90
+
91
+ export { type ToolbarVariantProps, toolbar };
@@ -0,0 +1,91 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const toolbar: tailwind_variants.TVReturnType<{
5
+ color: {
6
+ default: {
7
+ root: string;
8
+ };
9
+ };
10
+ sticky: {
11
+ true: {
12
+ root: string;
13
+ };
14
+ };
15
+ border: {
16
+ default: string;
17
+ none: string;
18
+ };
19
+ radius: {
20
+ none: {
21
+ root: string;
22
+ };
23
+ md: {
24
+ root: string;
25
+ };
26
+ };
27
+ }, {
28
+ root: string;
29
+ button: string;
30
+ separator: string;
31
+ group: string;
32
+ }, undefined, {
33
+ color: {
34
+ default: {
35
+ root: string;
36
+ };
37
+ };
38
+ sticky: {
39
+ true: {
40
+ root: string;
41
+ };
42
+ };
43
+ border: {
44
+ default: string;
45
+ none: string;
46
+ };
47
+ radius: {
48
+ none: {
49
+ root: string;
50
+ };
51
+ md: {
52
+ root: string;
53
+ };
54
+ };
55
+ }, {
56
+ root: string;
57
+ button: string;
58
+ separator: string;
59
+ group: string;
60
+ }, tailwind_variants.TVReturnType<{
61
+ color: {
62
+ default: {
63
+ root: string;
64
+ };
65
+ };
66
+ sticky: {
67
+ true: {
68
+ root: string;
69
+ };
70
+ };
71
+ border: {
72
+ default: string;
73
+ none: string;
74
+ };
75
+ radius: {
76
+ none: {
77
+ root: string;
78
+ };
79
+ md: {
80
+ root: string;
81
+ };
82
+ };
83
+ }, {
84
+ root: string;
85
+ button: string;
86
+ separator: string;
87
+ group: string;
88
+ }, undefined, unknown, unknown, undefined>>;
89
+ type ToolbarVariantProps = VariantProps<typeof toolbar>;
90
+
91
+ export { type ToolbarVariantProps, toolbar };
@@ -0,0 +1,67 @@
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/toolbar.ts
21
+ var toolbar_exports = {};
22
+ __export(toolbar_exports, {
23
+ toolbar: () => toolbar
24
+ });
25
+ module.exports = __toCommonJS(toolbar_exports);
26
+ var import_tailwind_variants = require("tailwind-variants");
27
+ var toolbar = (0, import_tailwind_variants.tv)({
28
+ slots: {
29
+ root: "flex items-center gap-2.5 p-1",
30
+ button: "shrink-0",
31
+ separator: "bg-border h-6 w-px shrink-0",
32
+ group: "flex items-center gap-1"
33
+ },
34
+ variants: {
35
+ color: {
36
+ default: {
37
+ root: "bg-popover"
38
+ }
39
+ },
40
+ sticky: {
41
+ true: {
42
+ root: "sticky top-0 z-10"
43
+ }
44
+ },
45
+ border: {
46
+ default: "outline-border shadow-xs outline",
47
+ none: ""
48
+ },
49
+ radius: {
50
+ none: {
51
+ root: "rounded-none"
52
+ },
53
+ md: {
54
+ root: "rounded-md"
55
+ }
56
+ }
57
+ },
58
+ defaultVariants: {
59
+ border: "default",
60
+ color: "default",
61
+ radius: "md"
62
+ }
63
+ });
64
+ // Annotate the CommonJS export names for ESM import in node:
65
+ 0 && (module.exports = {
66
+ toolbar
67
+ });
@@ -0,0 +1,6 @@
1
+ import {
2
+ toolbar
3
+ } from "../chunk-2NA54PNL.mjs";
4
+ export {
5
+ toolbar
6
+ };