@agrotools1/at-components 2.0.7 → 2.0.8
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/index.js
CHANGED
|
@@ -22499,7 +22499,8 @@ const xC = /* @__PURE__ */ _({
|
|
|
22499
22499
|
default: m(() => [
|
|
22500
22500
|
F(r(q5), A({ "data-slot": "combobox-list" }, r(l), {
|
|
22501
22501
|
class: r(I)(
|
|
22502
|
-
"
|
|
22502
|
+
"max-h-[50vh] overflow-y-auto overscroll-contain",
|
|
22503
|
+
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-[var(--reka-combobox-trigger-width)] min-w-[var(--reka-combobox-trigger-width)] origin-(--reka-combobox-content-transform-origin) rounded-md border shadow-xs outline-none",
|
|
22503
22504
|
a.class
|
|
22504
22505
|
)
|
|
22505
22506
|
}), {
|
|
@@ -24794,7 +24795,7 @@ const au = /* @__PURE__ */ _({
|
|
|
24794
24795
|
"data-slot": "table-cell",
|
|
24795
24796
|
class: Q(
|
|
24796
24797
|
r(I)(
|
|
24797
|
-
"space-x-1
|
|
24798
|
+
"space-x-1 px-4 py-4 align-middle whitespace-nowrap text-gray-900 [&:has([role=checkbox])]:flex [&:has([role=checkbox])]:items-center [&:has([role=checkbox])]:justify-center [&:has([role=checkbox])]:pr-0",
|
|
24798
24799
|
t.class
|
|
24799
24800
|
)
|
|
24800
24801
|
)
|
|
@@ -24865,7 +24866,8 @@ const au = /* @__PURE__ */ _({
|
|
|
24865
24866
|
"data-slot": "table-head",
|
|
24866
24867
|
class: Q(
|
|
24867
24868
|
r(I)(
|
|
24868
|
-
"
|
|
24869
|
+
"sticky top-0 z-10",
|
|
24870
|
+
"text-primary px-4 py-2.5 text-left align-middle leading-5 font-bold tracking-normal whitespace-nowrap [&:has([role=checkbox])]:flex [&:has([role=checkbox])]:items-center [&:has([role=checkbox])]:justify-center [&:has([role=checkbox])]:pr-0",
|
|
24869
24871
|
t.class
|
|
24870
24872
|
)
|
|
24871
24873
|
)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableHead.vue.d.ts","sourceRoot":"","sources":["../../src/table/TableHead.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TableHead.vue.d.ts","sourceRoot":"","sources":["../../src/table/TableHead.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAGzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAKF,iBAAS,cAAc;WA8BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,mTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agrotools1/at-components",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.8",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Componentes da Agrotools - Versão 2 (com re-export da V1)",
|
|
7
7
|
"author": "Agrotools",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"tailwind-merge": "^3.3.1",
|
|
49
49
|
"tw-animate-css": "^1.3.4",
|
|
50
50
|
"vue-sonner": "^2.0.8",
|
|
51
|
-
"@agrotools1/at-
|
|
52
|
-
"@agrotools1/at-
|
|
51
|
+
"@agrotools1/at-tailwind-config": "0.2.0",
|
|
52
|
+
"@agrotools1/at-icons": "1.0.7"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@internationalized/date": "^3.8.2",
|