@deepnoid/ui 0.1.12 → 0.1.13

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 (109) hide show
  1. package/.turbo/turbo-build.log +158 -148
  2. package/dist/{chunk-LHDOM76J.mjs → chunk-2KAR2PTQ.mjs} +1 -1
  3. package/dist/{chunk-QYJORE4E.mjs → chunk-4GLKWK3Z.mjs} +1 -1
  4. package/dist/{chunk-H5DOTBKA.mjs → chunk-56RN6YOP.mjs} +1 -1
  5. package/dist/{chunk-RMTHVIPI.mjs → chunk-57WBWSSL.mjs} +2 -2
  6. package/dist/{chunk-ILFY6MZ6.mjs → chunk-6G7GOPSB.mjs} +5 -5
  7. package/dist/{chunk-PI6Q5JDU.mjs → chunk-7R4NOC2G.mjs} +11 -11
  8. package/dist/{chunk-6BBDU4HW.mjs → chunk-7R4QY3TA.mjs} +1 -1
  9. package/dist/{chunk-M5KV3WZ2.mjs → chunk-A7OXEUCC.mjs} +29 -37
  10. package/dist/{chunk-W55GVLPJ.mjs → chunk-AHTNXGAY.mjs} +1 -1
  11. package/dist/{chunk-RRI3I435.mjs → chunk-DADMVOYI.mjs} +1 -1
  12. package/dist/{chunk-ASQAVFM5.mjs → chunk-GQS6V47G.mjs} +1 -1
  13. package/dist/{chunk-C62UPLCC.mjs → chunk-GXWSYM7Z.mjs} +2 -2
  14. package/dist/{chunk-KHI2DZTG.mjs → chunk-LP724WOP.mjs} +4 -4
  15. package/dist/{chunk-BWURZ3WF.mjs → chunk-NEUCUEIG.mjs} +2 -2
  16. package/dist/{chunk-DPCE4DLW.mjs → chunk-NJ4PBW65.mjs} +1 -1
  17. package/dist/{chunk-G3LQ3ZX6.mjs → chunk-O5UA4WDU.mjs} +1 -1
  18. package/dist/{chunk-OHDRKCOC.mjs → chunk-T5LK5CJS.mjs} +41 -23
  19. package/dist/chunk-TTY3EEXX.mjs +143 -0
  20. package/dist/{chunk-N4F3R6HG.mjs → chunk-WB24YDE2.mjs} +1 -1
  21. package/dist/{chunk-N4UFXIUC.mjs → chunk-YQGZRSUQ.mjs} +1 -1
  22. package/dist/chunk-ZMJYDLTS.mjs +380 -0
  23. package/dist/components/avatar/avatar.js +29 -37
  24. package/dist/components/avatar/avatar.mjs +2 -2
  25. package/dist/components/avatar/index.js +29 -37
  26. package/dist/components/avatar/index.mjs +2 -2
  27. package/dist/components/breadcrumb/breadcrumb.d.mts +0 -3
  28. package/dist/components/breadcrumb/breadcrumb.d.ts +0 -3
  29. package/dist/components/breadcrumb/breadcrumb.js +257 -65
  30. package/dist/components/breadcrumb/breadcrumb.mjs +13 -3
  31. package/dist/components/breadcrumb/index.js +257 -65
  32. package/dist/components/breadcrumb/index.mjs +13 -3
  33. package/dist/components/button/button-group.js +1 -1
  34. package/dist/components/button/button-group.mjs +1 -1
  35. package/dist/components/button/button.js +29 -37
  36. package/dist/components/button/button.mjs +4 -4
  37. package/dist/components/button/icon-button.d.mts +157 -0
  38. package/dist/components/button/icon-button.d.ts +157 -0
  39. package/dist/components/button/icon-button.js +4674 -0
  40. package/dist/components/button/icon-button.mjs +16 -0
  41. package/dist/components/button/index.d.mts +5 -0
  42. package/dist/components/button/index.d.ts +5 -0
  43. package/dist/components/button/index.js +566 -45
  44. package/dist/components/button/index.mjs +16 -7
  45. package/dist/components/button/text-button.d.mts +146 -0
  46. package/dist/components/button/text-button.d.ts +146 -0
  47. package/dist/components/button/text-button.js +507 -0
  48. package/dist/components/button/text-button.mjs +11 -0
  49. package/dist/components/chip/chip.js +29 -37
  50. package/dist/components/chip/chip.mjs +3 -3
  51. package/dist/components/chip/index.js +29 -37
  52. package/dist/components/chip/index.mjs +3 -3
  53. package/dist/components/dateTimePicker/calendar.js +29 -37
  54. package/dist/components/dateTimePicker/calendar.mjs +3 -3
  55. package/dist/components/dateTimePicker/dateTimePicker.js +29 -37
  56. package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
  57. package/dist/components/dateTimePicker/index.js +29 -37
  58. package/dist/components/dateTimePicker/index.mjs +7 -7
  59. package/dist/components/dateTimePicker/timePicker.js +29 -37
  60. package/dist/components/dateTimePicker/timePicker.mjs +5 -5
  61. package/dist/components/icon/Icon.d.mts +4 -4
  62. package/dist/components/icon/Icon.d.ts +4 -4
  63. package/dist/components/icon/Icon.js +29 -37
  64. package/dist/components/icon/Icon.mjs +2 -2
  65. package/dist/components/icon/index.js +29 -37
  66. package/dist/components/icon/index.mjs +2 -2
  67. package/dist/components/icon/template.d.mts +1 -1
  68. package/dist/components/icon/template.d.ts +1 -1
  69. package/dist/components/icon/template.js +29 -37
  70. package/dist/components/icon/template.mjs +1 -1
  71. package/dist/components/input/index.js +29 -37
  72. package/dist/components/input/index.mjs +3 -3
  73. package/dist/components/input/input.js +29 -37
  74. package/dist/components/input/input.mjs +3 -3
  75. package/dist/components/list/index.js +29 -37
  76. package/dist/components/list/index.mjs +4 -4
  77. package/dist/components/list/listItem.js +29 -37
  78. package/dist/components/list/listItem.mjs +4 -4
  79. package/dist/components/modal/index.js +29 -37
  80. package/dist/components/modal/index.mjs +10 -7
  81. package/dist/components/modal/modal.js +29 -37
  82. package/dist/components/modal/modal.mjs +10 -7
  83. package/dist/components/pagination/index.js +36 -44
  84. package/dist/components/pagination/index.mjs +5 -5
  85. package/dist/components/pagination/pagination.js +36 -44
  86. package/dist/components/pagination/pagination.mjs +5 -5
  87. package/dist/components/ripple/index.mjs +3 -3
  88. package/dist/components/select/index.js +29 -37
  89. package/dist/components/select/index.mjs +4 -4
  90. package/dist/components/select/option.js +29 -37
  91. package/dist/components/select/option.mjs +3 -3
  92. package/dist/components/select/select.js +29 -37
  93. package/dist/components/select/select.mjs +4 -4
  94. package/dist/components/table/index.js +36 -44
  95. package/dist/components/table/index.mjs +6 -6
  96. package/dist/components/table/table.js +36 -44
  97. package/dist/components/table/table.mjs +6 -6
  98. package/dist/components/toast/index.js +29 -37
  99. package/dist/components/toast/index.mjs +4 -4
  100. package/dist/components/toast/toast.js +29 -37
  101. package/dist/components/toast/toast.mjs +3 -3
  102. package/dist/components/toast/use-toast.js +29 -37
  103. package/dist/components/toast/use-toast.mjs +4 -4
  104. package/dist/index.d.mts +2 -0
  105. package/dist/index.d.ts +2 -0
  106. package/dist/index.js +1102 -608
  107. package/dist/index.mjs +50 -42
  108. package/package.json +1 -1
  109. /package/dist/{chunk-VUYUQGLF.mjs → chunk-MY5U63QO.mjs} +0 -0
@@ -0,0 +1,507 @@
1
+ "use client";
2
+ "use strict";
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __commonJS = (cb, mod) => function __require() {
10
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
11
+ };
12
+ var __export = (target, all) => {
13
+ for (var name in all)
14
+ __defProp(target, name, { get: all[name], enumerable: true });
15
+ };
16
+ var __copyProps = (to, from, except, desc) => {
17
+ if (from && typeof from === "object" || typeof from === "function") {
18
+ for (let key of __getOwnPropNames(from))
19
+ if (!__hasOwnProp.call(to, key) && key !== except)
20
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
21
+ }
22
+ return to;
23
+ };
24
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
25
+ // If the importer is in node compatibility mode or this is not an ESM
26
+ // file that has been converted to a CommonJS file using a Babel-
27
+ // compatible transform (i.e. "__esModule" has not been set), then set
28
+ // "default" to the CommonJS "module.exports" for node compatibility.
29
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
30
+ mod
31
+ ));
32
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
33
+
34
+ // ../../node_modules/tailwindcss/lib/util/createPlugin.js
35
+ var require_createPlugin = __commonJS({
36
+ "../../node_modules/tailwindcss/lib/util/createPlugin.js"(exports2) {
37
+ "use strict";
38
+ Object.defineProperty(exports2, "__esModule", {
39
+ value: true
40
+ });
41
+ Object.defineProperty(exports2, "default", {
42
+ enumerable: true,
43
+ get: function() {
44
+ return _default;
45
+ }
46
+ });
47
+ function createPlugin(plugin2, config) {
48
+ return {
49
+ handler: plugin2,
50
+ config
51
+ };
52
+ }
53
+ createPlugin.withOptions = function(pluginFunction, configFunction = () => ({})) {
54
+ const optionsFunction = function(options) {
55
+ return {
56
+ __options: options,
57
+ handler: pluginFunction(options),
58
+ config: configFunction(options)
59
+ };
60
+ };
61
+ optionsFunction.__isOptionsFunction = true;
62
+ optionsFunction.__pluginFunction = pluginFunction;
63
+ optionsFunction.__configFunction = configFunction;
64
+ return optionsFunction;
65
+ };
66
+ var _default = createPlugin;
67
+ }
68
+ });
69
+
70
+ // ../../node_modules/tailwindcss/lib/public/create-plugin.js
71
+ var require_create_plugin = __commonJS({
72
+ "../../node_modules/tailwindcss/lib/public/create-plugin.js"(exports2) {
73
+ "use strict";
74
+ Object.defineProperty(exports2, "__esModule", {
75
+ value: true
76
+ });
77
+ Object.defineProperty(exports2, "default", {
78
+ enumerable: true,
79
+ get: function() {
80
+ return _default;
81
+ }
82
+ });
83
+ var _createPlugin = /* @__PURE__ */ _interop_require_default(require_createPlugin());
84
+ function _interop_require_default(obj) {
85
+ return obj && obj.__esModule ? obj : {
86
+ default: obj
87
+ };
88
+ }
89
+ var _default = _createPlugin.default;
90
+ }
91
+ });
92
+
93
+ // ../../node_modules/tailwindcss/plugin.js
94
+ var require_plugin = __commonJS({
95
+ "../../node_modules/tailwindcss/plugin.js"(exports2, module2) {
96
+ "use strict";
97
+ var createPlugin = require_create_plugin();
98
+ module2.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default;
99
+ }
100
+ });
101
+
102
+ // src/components/button/text-button.tsx
103
+ var text_button_exports = {};
104
+ __export(text_button_exports, {
105
+ default: () => text_button_default
106
+ });
107
+ module.exports = __toCommonJS(text_button_exports);
108
+ var import_react = require("react");
109
+
110
+ // src/utils/tailwind-variants.ts
111
+ var import_tailwind_variants = require("tailwind-variants");
112
+
113
+ // ../tailwind-config/src/plugin.ts
114
+ var import_plugin = __toESM(require_plugin());
115
+
116
+ // ../tailwind-config/src/typography/font.ts
117
+ var fontSize = {
118
+ h1: [
119
+ "40px",
120
+ {
121
+ fontWeight: "700"
122
+ }
123
+ ],
124
+ h2: [
125
+ "34px",
126
+ {
127
+ fontWeight: "700"
128
+ }
129
+ ],
130
+ h3: [
131
+ "28px",
132
+ {
133
+ fontWeight: "700"
134
+ }
135
+ ],
136
+ h4: [
137
+ "24px",
138
+ {
139
+ fontWeight: "700"
140
+ }
141
+ ],
142
+ h5: [
143
+ "20px",
144
+ {
145
+ fontWeight: "600"
146
+ }
147
+ ],
148
+ sm: [
149
+ "12px",
150
+ {
151
+ lineHeight: "18px",
152
+ fontWeight: "400"
153
+ }
154
+ ],
155
+ md: [
156
+ "14px",
157
+ {
158
+ lineHeight: "21px",
159
+ fontWeight: "400"
160
+ }
161
+ ],
162
+ lg: [
163
+ "16px",
164
+ {
165
+ lineHeight: "24px",
166
+ fontWeight: "400"
167
+ }
168
+ ],
169
+ xl: [
170
+ "18px",
171
+ {
172
+ lineHeight: "27px",
173
+ fontWeight: "400"
174
+ }
175
+ ]
176
+ };
177
+
178
+ // ../tailwind-config/src/animation/slide.ts
179
+ var sliceAnimation = {
180
+ slideInFromTop: "slideInFromTop 0.5s ease-out",
181
+ slideInFromBottom: "slideInFromBottom 0.5s ease-out",
182
+ slideInFromLeft: "slideInFromLeft 0.5s ease-out",
183
+ slideInFromRight: "slideInFromRight 0.5s ease-out",
184
+ slideOutToTop: "slideOutToTop 0.5s ease-in",
185
+ slideOutToBottom: "slideOutToBottom 0.5s ease-in",
186
+ slideOutToLeft: "slideOutToLeft 0.5s ease-in",
187
+ slideOutToRight: "slideOutToRight 0.5s ease-in"
188
+ };
189
+ var sliceKeyframe = {
190
+ slideInFromTop: {
191
+ "0%": {
192
+ transform: "translateY(-10px)",
193
+ opacity: "0"
194
+ },
195
+ "100%": {
196
+ transform: "translateY(0)",
197
+ opacity: "1"
198
+ }
199
+ },
200
+ slideInFromBottom: {
201
+ "0%": {
202
+ transform: "translateY(10px)",
203
+ opacity: "0"
204
+ },
205
+ "100%": {
206
+ transform: "translateY(0)",
207
+ opacity: "1"
208
+ }
209
+ },
210
+ slideInFromLeft: {
211
+ "0%": {
212
+ transform: "translateX(-10px)",
213
+ opacity: "0"
214
+ },
215
+ "100%": {
216
+ transform: "translateX(0)",
217
+ opacity: "1"
218
+ }
219
+ },
220
+ slideInFromRight: {
221
+ "0%": {
222
+ transform: "translateX(10px)",
223
+ opacity: "0"
224
+ },
225
+ "100%": {
226
+ transform: "translateX(0)",
227
+ opacity: "1"
228
+ }
229
+ },
230
+ slideOutToTop: {
231
+ "0%": {
232
+ transform: "translateY(0)",
233
+ opacity: "1"
234
+ },
235
+ "100%": {
236
+ transform: "translateY(-10px)",
237
+ opacity: "0"
238
+ }
239
+ },
240
+ slideOutToBottom: {
241
+ "0%": {
242
+ transform: "translateY(0)",
243
+ opacity: "1"
244
+ },
245
+ "100%": {
246
+ transform: "translateY(10px)",
247
+ opacity: "0"
248
+ }
249
+ },
250
+ slideOutToLeft: {
251
+ "0%": {
252
+ transform: "translateX(0)",
253
+ opacity: "1"
254
+ },
255
+ "100%": {
256
+ transform: "translateX(-10px)",
257
+ opacity: "0"
258
+ }
259
+ },
260
+ slideOutToRight: {
261
+ "0%": {
262
+ transform: "translateX(0)",
263
+ opacity: "1"
264
+ },
265
+ "100%": {
266
+ transform: "translateX(10px)",
267
+ opacity: "0"
268
+ }
269
+ }
270
+ };
271
+
272
+ // ../tailwind-config/src/animation/index.ts
273
+ var animation = { ...sliceAnimation };
274
+ var keyframes = { ...sliceKeyframe };
275
+
276
+ // ../tailwind-config/src/shadow/index.ts
277
+ var boxShadow = {
278
+ "border-1": "inner 0 0 0 1px inset",
279
+ "border-2": "inner 0 0 0 2px inset",
280
+ "border-3": "inner 0 0 0 3px inset",
281
+ "border-4": "inner 0 0 0 4px inset",
282
+ "border-5": "inner 0 0 0 5px inset",
283
+ "border-6": "inner 0 0 0 6px inset",
284
+ "border-7": "inner 0 0 0 7px inset",
285
+ "border-8": "inner 0 0 0 8px inset",
286
+ "border-9": "inner 0 0 0 9px inset",
287
+ "border-10": "inner 0 0 0 10px inset",
288
+ inner: "inset 0 4px 8px 0 rgba(36, 39, 44, 0.2)",
289
+ drop: "0 20px 40px 0 rgba(36, 39, 44, 0.2)"
290
+ };
291
+
292
+ // ../tailwind-config/src/border/radius.ts
293
+ var borderRadius = {
294
+ sm: "4px",
295
+ md: "6px",
296
+ lg: "8px",
297
+ xl: "10px",
298
+ none: "0",
299
+ full: "9999px"
300
+ };
301
+
302
+ // ../tailwind-config/src/space/gap.ts
303
+ var gap = {
304
+ sm: "4px",
305
+ md: "6px",
306
+ lg: "8px",
307
+ xl: "10px"
308
+ };
309
+
310
+ // src/utils/tailwind-variants.ts
311
+ function typedKeys(obj) {
312
+ return Object.keys(obj);
313
+ }
314
+ var COMMON_SIZE = ["sm", "md", "lg", "xl"];
315
+ var tv = (0, import_tailwind_variants.createTV)({
316
+ twMergeConfig: {
317
+ classGroups: {
318
+ fontSize: [{ text: [...typedKeys(fontSize)] }],
319
+ borderRadius: [{ rounded: [...typedKeys(borderRadius)] }],
320
+ boxShadow: [{ shadow: [...typedKeys(boxShadow)] }],
321
+ padding: [{ p: [...COMMON_SIZE] }],
322
+ gap: [{ gap: [...typedKeys(gap)] }]
323
+ }
324
+ }
325
+ });
326
+
327
+ // src/utils/props.ts
328
+ var mapPropsVariants = (props, variantKeys, removeVariantProps = true) => {
329
+ if (!variantKeys) {
330
+ return [props, {}];
331
+ }
332
+ const picked = variantKeys.reduce((acc, key) => {
333
+ if (key in props) {
334
+ return { ...acc, [key]: props[key] };
335
+ } else {
336
+ return acc;
337
+ }
338
+ }, {});
339
+ if (removeVariantProps) {
340
+ const omitted = Object.keys(props).filter((key) => !variantKeys.includes(key)).reduce((acc, key) => ({ ...acc, [key]: props[key] }), {});
341
+ return [omitted, picked];
342
+ } else {
343
+ return [props, picked];
344
+ }
345
+ };
346
+
347
+ // src/utils/clsx.ts
348
+ function clsx(...args) {
349
+ var i = 0, tmp, x, str = "";
350
+ while (i < args.length) {
351
+ if (tmp = args[i++]) {
352
+ if (x = toVal(tmp)) {
353
+ str && (str += " ");
354
+ str += x;
355
+ }
356
+ }
357
+ }
358
+ return str;
359
+ }
360
+ function toVal(mix) {
361
+ var k, y, str = "";
362
+ if (typeof mix === "string" || typeof mix === "number") {
363
+ str += mix;
364
+ } else if (typeof mix === "object") {
365
+ if (Array.isArray(mix)) {
366
+ var len = mix.length;
367
+ for (k = 0; k < len; k++) {
368
+ if (mix[k]) {
369
+ if (y = toVal(mix[k])) {
370
+ str && (str += " ");
371
+ str += y;
372
+ }
373
+ }
374
+ }
375
+ } else {
376
+ for (y in mix) {
377
+ if (mix[y]) {
378
+ str && (str += " ");
379
+ str += y;
380
+ }
381
+ }
382
+ }
383
+ }
384
+ return str;
385
+ }
386
+
387
+ // src/components/button/text-button.tsx
388
+ var import_jsx_runtime = require("react/jsx-runtime");
389
+ var TextButton = (0, import_react.forwardRef)((originalProps, ref) => {
390
+ const [props, variantProps] = mapPropsVariants(originalProps, textButtonStyle.variantKeys);
391
+ const { children, startContent, endContent, classNames, variant, isDisabled, size, ...buttonProps } = {
392
+ ...props,
393
+ ...variantProps
394
+ };
395
+ const slots = (0, import_react.useMemo)(() => textButtonStyle({ ...variantProps }), [variantProps]);
396
+ const getContentProps = (0, import_react.useCallback)(() => {
397
+ const className = slots.content({ class: classNames == null ? void 0 : classNames.content });
398
+ return { className, size };
399
+ }, [slots, classNames, size]);
400
+ const renderContent = (content) => {
401
+ const contentProps = getContentProps();
402
+ if ((0, import_react.isValidElement)(content)) {
403
+ const _content = content;
404
+ const contentProps2 = getContentProps();
405
+ const mergedProps = {
406
+ ...contentProps2,
407
+ ...typeof _content.props.className === "string" && {
408
+ className: clsx(contentProps2.className, _content.props.className)
409
+ }
410
+ };
411
+ return (0, import_react.cloneElement)(_content, mergedProps);
412
+ }
413
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { ...contentProps, children: content });
414
+ };
415
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
416
+ "button",
417
+ {
418
+ ...buttonProps,
419
+ ref,
420
+ disabled: isDisabled,
421
+ className: clsx(
422
+ slots.base({ class: classNames == null ? void 0 : classNames.base }),
423
+ variant === "underline" && slots.underline({ class: classNames == null ? void 0 : classNames.underline })
424
+ ),
425
+ children: [
426
+ startContent && renderContent(startContent),
427
+ children,
428
+ endContent && renderContent(endContent)
429
+ ]
430
+ }
431
+ );
432
+ });
433
+ TextButton.displayName = "TextButton";
434
+ var text_button_default = TextButton;
435
+ var textButtonStyle = tv({
436
+ slots: {
437
+ base: ["flex", "items-center", "justify-center", "whitespace-nowrap", "overflow-hidden"],
438
+ content: [],
439
+ underline: ["underline", "decoration-skip-ink", "underline-offset-[1px]"]
440
+ },
441
+ variants: {
442
+ variant: {
443
+ "non-under": [],
444
+ underline: []
445
+ },
446
+ color: {
447
+ primary: [],
448
+ secondary: [],
449
+ neutral: []
450
+ },
451
+ size: {
452
+ sm: {
453
+ base: ["text-sm"],
454
+ underline: ["decoration-[1px]"]
455
+ },
456
+ md: {
457
+ base: ["text-md"],
458
+ underline: ["decoration-[1.25px]"]
459
+ },
460
+ lg: {
461
+ base: ["text-lg"],
462
+ underline: ["decoration-[1.5px]"]
463
+ },
464
+ xl: {
465
+ base: ["text-xl"],
466
+ underline: ["decoration-[1.75px]"]
467
+ }
468
+ },
469
+ isDisabled: {
470
+ true: {
471
+ base: ["!text-neutral-light", "pointer-events-none"]
472
+ }
473
+ },
474
+ isInGroup: {
475
+ true: {
476
+ base: ["[&:not(:first-child):not(:last-child)]:rounded-none", "first:rounded-r-none", "last:rounded-l-none"]
477
+ }
478
+ }
479
+ },
480
+ compoundVariants: [
481
+ {
482
+ color: "primary",
483
+ class: {
484
+ base: ["text-primary-main", "hover:text-primary-dark", "active:text-primary-strong"]
485
+ }
486
+ },
487
+ {
488
+ color: "secondary",
489
+ class: {
490
+ base: ["text-secondary-main", "hover:text-secondary-dark", "active:text-secondary-strong"]
491
+ }
492
+ },
493
+ {
494
+ color: "neutral",
495
+ class: {
496
+ base: ["text-neutral-main", "hover:text-neutral-dark", "active:text-neutral-strong"]
497
+ }
498
+ }
499
+ ],
500
+ defaultVariants: {
501
+ size: "md",
502
+ color: "primary",
503
+ variant: "non-under",
504
+ isDisabled: false,
505
+ isInGroup: false
506
+ }
507
+ });
@@ -0,0 +1,11 @@
1
+ "use client";
2
+ import {
3
+ text_button_default
4
+ } from "../../chunk-TTY3EEXX.mjs";
5
+ import "../../chunk-2ZT6V4QR.mjs";
6
+ import "../../chunk-27Y6K5NK.mjs";
7
+ import "../../chunk-E3G5QXSH.mjs";
8
+ import "../../chunk-AC6TWLRT.mjs";
9
+ export {
10
+ text_button_default as default
11
+ };
@@ -733,6 +733,35 @@ var template = {
733
733
  }
734
734
  );
735
735
  },
736
+ home: ({ className }) => {
737
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
738
+ "svg",
739
+ {
740
+ xmlns: "http://www.w3.org/2000/svg",
741
+ width: "18",
742
+ height: "18",
743
+ viewBox: "0 0 18 18",
744
+ fill: "none",
745
+ className,
746
+ children: [
747
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
748
+ "path",
749
+ {
750
+ d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
751
+ fill: "currentColor"
752
+ }
753
+ ),
754
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
755
+ "path",
756
+ {
757
+ d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
758
+ fill: "currentColor"
759
+ }
760
+ )
761
+ ]
762
+ }
763
+ );
764
+ },
736
765
  // ----------------------------------- old ---------------------------------
737
766
  // ** Status **
738
767
  plus: ({ className, fill }) => {
@@ -1189,43 +1218,6 @@ var template = {
1189
1218
  // );
1190
1219
  // },
1191
1220
  // ** Common **
1192
- home: ({ className, fill }) => {
1193
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1194
- "svg",
1195
- {
1196
- width: "24",
1197
- height: "24",
1198
- viewBox: "0 0 24 24",
1199
- fill: "none",
1200
- xmlns: "http://www.w3.org/2000/svg",
1201
- className,
1202
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1203
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1204
- "path",
1205
- {
1206
- d: "M11.4699 3.84111C11.6106 3.70066 11.8012 3.62177 11.9999 3.62177C12.1987 3.62177 12.3893 3.70066 12.5299 3.84111L21.2199 12.5311C21.2892 12.6027 21.3719 12.6598 21.4635 12.6991C21.555 12.7383 21.6534 12.759 21.753 12.7598C21.8526 12.7606 21.9513 12.7416 22.0435 12.7038C22.1356 12.6661 22.2194 12.6104 22.2897 12.5399C22.3601 12.4694 22.4158 12.3857 22.4534 12.2935C22.4911 12.2013 22.51 12.1025 22.5091 12.003C22.5082 11.9034 22.4875 11.805 22.4481 11.7135C22.4088 11.622 22.3516 11.5393 22.2799 11.4701L13.5909 2.78011C13.382 2.57118 13.134 2.40544 12.861 2.29237C12.588 2.17929 12.2954 2.12109 11.9999 2.12109C11.7045 2.12109 11.4119 2.17929 11.1389 2.29237C10.8659 2.40544 10.6179 2.57118 10.4089 2.78011L1.71894 11.4701C1.64734 11.5393 1.59025 11.6221 1.55098 11.7136C1.51172 11.8052 1.49108 11.9036 1.49026 12.0032C1.48944 12.1028 1.50846 12.2015 1.54622 12.2937C1.58397 12.3858 1.6397 12.4695 1.71015 12.5399C1.78061 12.6103 1.86437 12.6659 1.95656 12.7036C2.04875 12.7413 2.14752 12.7602 2.2471 12.7593C2.34669 12.7584 2.44509 12.7377 2.53658 12.6983C2.62806 12.659 2.71079 12.6018 2.77994 12.5301L11.4699 3.84111Z",
1207
- fill: "currentColor"
1208
- }
1209
- ),
1210
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1211
- "path",
1212
- {
1213
- d: "M12 5.43213L20.159 13.5911C20.189 13.6211 20.219 13.6491 20.25 13.6771V19.8751C20.25 20.9101 19.41 21.7501 18.375 21.7501H15C14.8011 21.7501 14.6103 21.6711 14.4697 21.5305C14.329 21.3898 14.25 21.199 14.25 21.0001V16.5001C14.25 16.3012 14.171 16.1105 14.0303 15.9698C13.8897 15.8291 13.6989 15.7501 13.5 15.7501H10.5C10.3011 15.7501 10.1103 15.8291 9.96967 15.9698C9.82902 16.1105 9.75 16.3012 9.75 16.5001V21.0001C9.75 21.199 9.67098 21.3898 9.53033 21.5305C9.38968 21.6711 9.19891 21.7501 9 21.7501H5.625C5.12772 21.7501 4.65081 21.5526 4.29917 21.201C3.94754 20.8493 3.75 20.3724 3.75 19.8751V13.6771C3.78111 13.6493 3.81146 13.6206 3.841 13.5911L12 5.43213Z",
1214
- fill: "currentColor"
1215
- }
1216
- )
1217
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1218
- "path",
1219
- {
1220
- d: "M2.25 12.0001L11.204 3.04507C11.644 2.60607 12.356 2.60607 12.795 3.04507L21.75 12.0001M4.5 9.75007V19.8751C4.5 20.4961 5.004 21.0001 5.625 21.0001H9.75V16.1251C9.75 15.5041 10.254 15.0001 10.875 15.0001H13.125C13.746 15.0001 14.25 15.5041 14.25 16.1251V21.0001H18.375C18.996 21.0001 19.5 20.4961 19.5 19.8751V9.75007M8.25 21.0001H16.5",
1221
- stroke: "currentColor",
1222
- strokeLinecap: "round",
1223
- strokeLinejoin: "round"
1224
- }
1225
- )
1226
- }
1227
- );
1228
- },
1229
1221
  camera: ({ className, fill }) => {
1230
1222
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1231
1223
  "svg",
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  chip_default
4
- } from "../../chunk-N4UFXIUC.mjs";
4
+ } from "../../chunk-YQGZRSUQ.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-RRI3I435.mjs";
7
- import "../../chunk-M5KV3WZ2.mjs";
6
+ import "../../chunk-DADMVOYI.mjs";
7
+ import "../../chunk-A7OXEUCC.mjs";
8
8
  import "../../chunk-2ZT6V4QR.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-AC6TWLRT.mjs";
@@ -735,6 +735,35 @@ var template = {
735
735
  }
736
736
  );
737
737
  },
738
+ home: ({ className }) => {
739
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
740
+ "svg",
741
+ {
742
+ xmlns: "http://www.w3.org/2000/svg",
743
+ width: "18",
744
+ height: "18",
745
+ viewBox: "0 0 18 18",
746
+ fill: "none",
747
+ className,
748
+ children: [
749
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
750
+ "path",
751
+ {
752
+ d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
753
+ fill: "currentColor"
754
+ }
755
+ ),
756
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
757
+ "path",
758
+ {
759
+ d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
760
+ fill: "currentColor"
761
+ }
762
+ )
763
+ ]
764
+ }
765
+ );
766
+ },
738
767
  // ----------------------------------- old ---------------------------------
739
768
  // ** Status **
740
769
  plus: ({ className, fill }) => {
@@ -1191,43 +1220,6 @@ var template = {
1191
1220
  // );
1192
1221
  // },
1193
1222
  // ** Common **
1194
- home: ({ className, fill }) => {
1195
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1196
- "svg",
1197
- {
1198
- width: "24",
1199
- height: "24",
1200
- viewBox: "0 0 24 24",
1201
- fill: "none",
1202
- xmlns: "http://www.w3.org/2000/svg",
1203
- className,
1204
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1205
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1206
- "path",
1207
- {
1208
- d: "M11.4699 3.84111C11.6106 3.70066 11.8012 3.62177 11.9999 3.62177C12.1987 3.62177 12.3893 3.70066 12.5299 3.84111L21.2199 12.5311C21.2892 12.6027 21.3719 12.6598 21.4635 12.6991C21.555 12.7383 21.6534 12.759 21.753 12.7598C21.8526 12.7606 21.9513 12.7416 22.0435 12.7038C22.1356 12.6661 22.2194 12.6104 22.2897 12.5399C22.3601 12.4694 22.4158 12.3857 22.4534 12.2935C22.4911 12.2013 22.51 12.1025 22.5091 12.003C22.5082 11.9034 22.4875 11.805 22.4481 11.7135C22.4088 11.622 22.3516 11.5393 22.2799 11.4701L13.5909 2.78011C13.382 2.57118 13.134 2.40544 12.861 2.29237C12.588 2.17929 12.2954 2.12109 11.9999 2.12109C11.7045 2.12109 11.4119 2.17929 11.1389 2.29237C10.8659 2.40544 10.6179 2.57118 10.4089 2.78011L1.71894 11.4701C1.64734 11.5393 1.59025 11.6221 1.55098 11.7136C1.51172 11.8052 1.49108 11.9036 1.49026 12.0032C1.48944 12.1028 1.50846 12.2015 1.54622 12.2937C1.58397 12.3858 1.6397 12.4695 1.71015 12.5399C1.78061 12.6103 1.86437 12.6659 1.95656 12.7036C2.04875 12.7413 2.14752 12.7602 2.2471 12.7593C2.34669 12.7584 2.44509 12.7377 2.53658 12.6983C2.62806 12.659 2.71079 12.6018 2.77994 12.5301L11.4699 3.84111Z",
1209
- fill: "currentColor"
1210
- }
1211
- ),
1212
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1213
- "path",
1214
- {
1215
- d: "M12 5.43213L20.159 13.5911C20.189 13.6211 20.219 13.6491 20.25 13.6771V19.8751C20.25 20.9101 19.41 21.7501 18.375 21.7501H15C14.8011 21.7501 14.6103 21.6711 14.4697 21.5305C14.329 21.3898 14.25 21.199 14.25 21.0001V16.5001C14.25 16.3012 14.171 16.1105 14.0303 15.9698C13.8897 15.8291 13.6989 15.7501 13.5 15.7501H10.5C10.3011 15.7501 10.1103 15.8291 9.96967 15.9698C9.82902 16.1105 9.75 16.3012 9.75 16.5001V21.0001C9.75 21.199 9.67098 21.3898 9.53033 21.5305C9.38968 21.6711 9.19891 21.7501 9 21.7501H5.625C5.12772 21.7501 4.65081 21.5526 4.29917 21.201C3.94754 20.8493 3.75 20.3724 3.75 19.8751V13.6771C3.78111 13.6493 3.81146 13.6206 3.841 13.5911L12 5.43213Z",
1216
- fill: "currentColor"
1217
- }
1218
- )
1219
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1220
- "path",
1221
- {
1222
- d: "M2.25 12.0001L11.204 3.04507C11.644 2.60607 12.356 2.60607 12.795 3.04507L21.75 12.0001M4.5 9.75007V19.8751C4.5 20.4961 5.004 21.0001 5.625 21.0001H9.75V16.1251C9.75 15.5041 10.254 15.0001 10.875 15.0001H13.125C13.746 15.0001 14.25 15.5041 14.25 16.1251V21.0001H18.375C18.996 21.0001 19.5 20.4961 19.5 19.8751V9.75007M8.25 21.0001H16.5",
1223
- stroke: "currentColor",
1224
- strokeLinecap: "round",
1225
- strokeLinejoin: "round"
1226
- }
1227
- )
1228
- }
1229
- );
1230
- },
1231
1223
  camera: ({ className, fill }) => {
1232
1224
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1233
1225
  "svg",