@adamosuiteservices/ui 2.13.4 → 2.14.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/{button-Bn4LFAa9.js → button-B0lWuG-D.js} +27 -18
- package/dist/{button-Day6_fbu.cjs → button-DVrteFz9.cjs} +2 -2
- package/dist/button.cjs +1 -1
- package/dist/button.js +1 -1
- package/dist/{calendar-B1_ybTg0.js → calendar-CfqtuOWv.js} +1 -1
- package/dist/{calendar-CZkzHgYi.cjs → calendar-CpUN6BGK.cjs} +1 -1
- package/dist/calendar.cjs +1 -1
- package/dist/calendar.js +1 -1
- package/dist/{combobox-BOi7QzmO.js → combobox-B8HMlZy6.js} +1 -1
- package/dist/{combobox-0ndFo07_.cjs → combobox-Btj-hiBy.cjs} +1 -1
- package/dist/combobox.cjs +1 -1
- package/dist/combobox.js +1 -1
- package/dist/components/ui/alert/alert.d.ts +1 -1
- package/dist/components/ui/button/button.d.ts +3 -2
- package/dist/components/ui/card/card.d.ts +2 -2
- package/dist/date-picker-selector.cjs +1 -1
- package/dist/date-picker-selector.js +3 -3
- package/dist/file-upload.cjs +1 -1
- package/dist/file-upload.js +1 -1
- package/dist/full-screen-loader.cjs +1 -1
- package/dist/full-screen-loader.js +1 -1
- package/dist/input-group.cjs +1 -1
- package/dist/input-group.js +1 -1
- package/dist/pagination.cjs +1 -1
- package/dist/pagination.js +1 -1
- package/dist/sidebar.cjs +1 -1
- package/dist/sidebar.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tabs.cjs +14 -16
- package/dist/tabs.js +17 -19
- package/docs/AI-GUIDE.md +321 -321
- package/docs/components/layout/full-screen-loader.md +2 -2
- package/docs/components/layout/sidebar.md +399 -399
- package/docs/components/layout/toaster.md +436 -436
- package/docs/components/ui/accordion-rounded.md +584 -584
- package/docs/components/ui/accordion.md +269 -269
- package/docs/components/ui/button.md +35 -23
- package/docs/components/ui/calendar.md +1159 -1159
- package/docs/components/ui/card.md +1455 -1455
- package/docs/components/ui/checkbox.md +292 -292
- package/docs/components/ui/collapsible.md +323 -323
- package/docs/components/ui/dialog.md +628 -628
- package/docs/components/ui/field.md +706 -706
- package/docs/components/ui/hover-card.md +446 -446
- package/docs/components/ui/kbd.md +434 -434
- package/docs/components/ui/label.md +359 -359
- package/docs/components/ui/pagination.md +650 -650
- package/docs/components/ui/popover.md +536 -536
- package/docs/components/ui/progress.md +182 -182
- package/docs/components/ui/radio-group.md +311 -311
- package/docs/components/ui/separator.md +214 -214
- package/docs/components/ui/sheet.md +174 -174
- package/docs/components/ui/skeleton.md +140 -140
- package/docs/components/ui/spinner.md +170 -170
- package/docs/components/ui/switch.md +408 -408
- package/docs/components/ui/tabs-underline.md +106 -106
- package/docs/components/ui/tabs.md +125 -122
- package/docs/components/ui/textarea.md +243 -243
- package/docs/components/ui/toggle.md +237 -237
- package/docs/components/ui/tooltip.md +317 -317
- package/docs/components/ui/typography.md +320 -320
- package/package.json +1 -1
package/dist/tabs.cjs
CHANGED
|
@@ -1,26 +1,24 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./jsx-runtime-BB_1_6y_.cjs"),
|
|
2
|
-
adm:inline-flex adm:h-
|
|
3
|
-
adm:rounded-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
adm:
|
|
7
|
-
adm:
|
|
8
|
-
adm:
|
|
9
|
-
adm:transition-
|
|
10
|
-
adm:focus-visible:
|
|
11
|
-
adm:focus-visible:
|
|
12
|
-
adm:focus-visible:outline-ring
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./jsx-runtime-BB_1_6y_.cjs"),s=require("./index-i5lLg35-.cjs"),d=require("./index-DoxiiusW.cjs");require("react");function n({className:t,...a}){return e.jsxRuntimeExports.jsx(s.Root2,{"data-slot":"tabs",className:d.cn("adm:flex adm:flex-col adm:gap-6",t),...a})}function i({className:t,...a}){return e.jsxRuntimeExports.jsx(s.List,{"data-slot":"tabs-list",className:d.cn(`
|
|
2
|
+
adm:inline-flex adm:h-10 adm:w-fit adm:items-center adm:justify-center
|
|
3
|
+
adm:rounded-[12px] adm:border adm:bg-muted adm:p-px
|
|
4
|
+
adm:text-muted-foreground
|
|
5
|
+
`,t),...a})}function m({className:t,...a}){return e.jsxRuntimeExports.jsx(s.Trigger,{"data-slot":"tabs-trigger",className:d.cn(`
|
|
6
|
+
adm:inline-flex adm:h-full adm:flex-1 adm:items-center
|
|
7
|
+
adm:justify-center adm:gap-2 adm:rounded-[10px] adm:px-3 adm:py-2.5
|
|
8
|
+
adm:text-sm adm:font-semibold adm:whitespace-nowrap
|
|
9
|
+
adm:text-muted-foreground adm:transition-shadow
|
|
10
|
+
adm:focus-visible:ring-[3px] adm:focus-visible:ring-ring/50
|
|
11
|
+
adm:focus-visible:outline-none
|
|
13
12
|
adm:disabled:pointer-events-none adm:disabled:opacity-50
|
|
13
|
+
adm:**:data-[slot=icon]:pointer-events-none
|
|
14
|
+
adm:**:data-[slot=icon]:shrink-0
|
|
14
15
|
adm:data-[state=active]:bg-primary
|
|
15
16
|
adm:data-[state=active]:text-primary-foreground
|
|
16
17
|
adm:data-[state=active]:shadow-sm
|
|
17
18
|
adm:dark:text-muted-foreground
|
|
18
|
-
adm:dark:data-[state=active]:border-input
|
|
19
19
|
adm:dark:data-[state=active]:bg-input/30
|
|
20
20
|
adm:dark:data-[state=active]:text-foreground
|
|
21
|
-
adm:[&_[data-slot=icon]]:pointer-events-none
|
|
22
|
-
adm:[&_[data-slot=icon]]:shrink-0
|
|
23
21
|
adm:[&_[data-slot=icon]:not([class*=text-])]:text-lg
|
|
24
22
|
adm:[&_svg]:pointer-events-none adm:[&_svg]:shrink-0
|
|
25
23
|
adm:[&_svg:not([class*=size-])]:size-4
|
|
26
|
-
`,t),...a})}function o({className:t,...a}){return e.jsxRuntimeExports.jsx(
|
|
24
|
+
`,t),...a})}function o({className:t,...a}){return e.jsxRuntimeExports.jsx(s.Content,{"data-slot":"tabs-content",className:d.cn("adm:flex-1 adm:outline-none",t),...a})}exports.Tabs=n;exports.TabsContent=o;exports.TabsList=i;exports.TabsTrigger=m;
|
package/dist/tabs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { j as e } from "./jsx-runtime-BzflLqGi.js";
|
|
3
|
-
import { R as s, L as m, T as n, C as
|
|
3
|
+
import { R as s, L as m, T as n, C as o } from "./index-B76LQ4E5.js";
|
|
4
4
|
import { c as d } from "./index-CRiPKpXj.js";
|
|
5
5
|
import "react";
|
|
6
6
|
function u({
|
|
@@ -26,8 +26,9 @@ function f({
|
|
|
26
26
|
"data-slot": "tabs-list",
|
|
27
27
|
className: d(
|
|
28
28
|
`
|
|
29
|
-
adm:inline-flex adm:h-
|
|
30
|
-
adm:rounded-
|
|
29
|
+
adm:inline-flex adm:h-10 adm:w-fit adm:items-center adm:justify-center
|
|
30
|
+
adm:rounded-[12px] adm:border adm:bg-muted adm:p-px
|
|
31
|
+
adm:text-muted-foreground
|
|
31
32
|
`,
|
|
32
33
|
a
|
|
33
34
|
),
|
|
@@ -35,7 +36,7 @@ function f({
|
|
|
35
36
|
}
|
|
36
37
|
);
|
|
37
38
|
}
|
|
38
|
-
function
|
|
39
|
+
function x({
|
|
39
40
|
className: a,
|
|
40
41
|
...t
|
|
41
42
|
}) {
|
|
@@ -45,24 +46,21 @@ function g({
|
|
|
45
46
|
"data-slot": "tabs-trigger",
|
|
46
47
|
className: d(
|
|
47
48
|
`
|
|
48
|
-
adm:inline-flex adm:h-
|
|
49
|
-
adm:justify-center adm:gap-
|
|
50
|
-
adm:
|
|
51
|
-
adm:
|
|
52
|
-
adm:
|
|
53
|
-
adm:focus-visible:
|
|
54
|
-
adm:focus-visible:ring-ring/50 adm:focus-visible:outline-1
|
|
55
|
-
adm:focus-visible:outline-ring
|
|
49
|
+
adm:inline-flex adm:h-full adm:flex-1 adm:items-center
|
|
50
|
+
adm:justify-center adm:gap-2 adm:rounded-[10px] adm:px-3 adm:py-2.5
|
|
51
|
+
adm:text-sm adm:font-semibold adm:whitespace-nowrap
|
|
52
|
+
adm:text-muted-foreground adm:transition-shadow
|
|
53
|
+
adm:focus-visible:ring-[3px] adm:focus-visible:ring-ring/50
|
|
54
|
+
adm:focus-visible:outline-none
|
|
56
55
|
adm:disabled:pointer-events-none adm:disabled:opacity-50
|
|
56
|
+
adm:**:data-[slot=icon]:pointer-events-none
|
|
57
|
+
adm:**:data-[slot=icon]:shrink-0
|
|
57
58
|
adm:data-[state=active]:bg-primary
|
|
58
59
|
adm:data-[state=active]:text-primary-foreground
|
|
59
60
|
adm:data-[state=active]:shadow-sm
|
|
60
61
|
adm:dark:text-muted-foreground
|
|
61
|
-
adm:dark:data-[state=active]:border-input
|
|
62
62
|
adm:dark:data-[state=active]:bg-input/30
|
|
63
63
|
adm:dark:data-[state=active]:text-foreground
|
|
64
|
-
adm:[&_[data-slot=icon]]:pointer-events-none
|
|
65
|
-
adm:[&_[data-slot=icon]]:shrink-0
|
|
66
64
|
adm:[&_[data-slot=icon]:not([class*=text-])]:text-lg
|
|
67
65
|
adm:[&_svg]:pointer-events-none adm:[&_svg]:shrink-0
|
|
68
66
|
adm:[&_svg:not([class*=size-])]:size-4
|
|
@@ -73,12 +71,12 @@ function g({
|
|
|
73
71
|
}
|
|
74
72
|
);
|
|
75
73
|
}
|
|
76
|
-
function
|
|
74
|
+
function p({
|
|
77
75
|
className: a,
|
|
78
76
|
...t
|
|
79
77
|
}) {
|
|
80
78
|
return /* @__PURE__ */ e.jsx(
|
|
81
|
-
|
|
79
|
+
o,
|
|
82
80
|
{
|
|
83
81
|
"data-slot": "tabs-content",
|
|
84
82
|
className: d("adm:flex-1 adm:outline-none", a),
|
|
@@ -88,7 +86,7 @@ function x({
|
|
|
88
86
|
}
|
|
89
87
|
export {
|
|
90
88
|
u as Tabs,
|
|
91
|
-
|
|
89
|
+
p as TabsContent,
|
|
92
90
|
f as TabsList,
|
|
93
|
-
|
|
91
|
+
x as TabsTrigger
|
|
94
92
|
};
|