@kopexa/theme 17.4.2 → 17.5.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-76J7KB3M.mjs → chunk-PWH7OU6T.mjs} +6 -2
- package/dist/components/combobox.d.mts +3 -0
- package/dist/components/combobox.d.ts +3 -0
- package/dist/components/combobox.js +6 -2
- package/dist/components/combobox.mjs +1 -1
- package/dist/components/index.js +6 -2
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +6 -2
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -73,7 +73,11 @@ var combobox = tv({
|
|
|
73
73
|
separator: "my-1.5 h-px bg-muted",
|
|
74
74
|
header: ["flex flex-col items-start justify-between px-3 py-2 border-b"],
|
|
75
75
|
title: "text-sm font-semibold",
|
|
76
|
-
description: "text-xs text-muted-foreground"
|
|
76
|
+
description: "text-xs text-muted-foreground",
|
|
77
|
+
footer: [
|
|
78
|
+
"flex items-center justify-between px-3 py-2 border-t",
|
|
79
|
+
"bg-popover sticky bottom-0"
|
|
80
|
+
]
|
|
77
81
|
},
|
|
78
82
|
variants: {
|
|
79
83
|
variant: {
|
|
@@ -85,7 +89,7 @@ var combobox = tv({
|
|
|
85
89
|
},
|
|
86
90
|
inside: {
|
|
87
91
|
popup: [
|
|
88
|
-
"overflow-
|
|
92
|
+
"overflow-hidden",
|
|
89
93
|
"[--input-container-height:60px] origin-[var(--transform-origin)]"
|
|
90
94
|
],
|
|
91
95
|
list: [
|
|
@@ -55,6 +55,7 @@ declare const combobox: tailwind_variants.TVReturnType<{
|
|
|
55
55
|
header: string[];
|
|
56
56
|
title: string;
|
|
57
57
|
description: string;
|
|
58
|
+
footer: string[];
|
|
58
59
|
}, undefined, {
|
|
59
60
|
variant: {
|
|
60
61
|
default: {
|
|
@@ -109,6 +110,7 @@ declare const combobox: tailwind_variants.TVReturnType<{
|
|
|
109
110
|
header: string[];
|
|
110
111
|
title: string;
|
|
111
112
|
description: string;
|
|
113
|
+
footer: string[];
|
|
112
114
|
}, tailwind_variants.TVReturnType<{
|
|
113
115
|
variant: {
|
|
114
116
|
default: {
|
|
@@ -163,6 +165,7 @@ declare const combobox: tailwind_variants.TVReturnType<{
|
|
|
163
165
|
header: string[];
|
|
164
166
|
title: string;
|
|
165
167
|
description: string;
|
|
168
|
+
footer: string[];
|
|
166
169
|
}, undefined, unknown, unknown, undefined>>;
|
|
167
170
|
type ComboboxVariantProps = VariantProps<typeof combobox>;
|
|
168
171
|
|
|
@@ -55,6 +55,7 @@ declare const combobox: tailwind_variants.TVReturnType<{
|
|
|
55
55
|
header: string[];
|
|
56
56
|
title: string;
|
|
57
57
|
description: string;
|
|
58
|
+
footer: string[];
|
|
58
59
|
}, undefined, {
|
|
59
60
|
variant: {
|
|
60
61
|
default: {
|
|
@@ -109,6 +110,7 @@ declare const combobox: tailwind_variants.TVReturnType<{
|
|
|
109
110
|
header: string[];
|
|
110
111
|
title: string;
|
|
111
112
|
description: string;
|
|
113
|
+
footer: string[];
|
|
112
114
|
}, tailwind_variants.TVReturnType<{
|
|
113
115
|
variant: {
|
|
114
116
|
default: {
|
|
@@ -163,6 +165,7 @@ declare const combobox: tailwind_variants.TVReturnType<{
|
|
|
163
165
|
header: string[];
|
|
164
166
|
title: string;
|
|
165
167
|
description: string;
|
|
168
|
+
footer: string[];
|
|
166
169
|
}, undefined, unknown, unknown, undefined>>;
|
|
167
170
|
type ComboboxVariantProps = VariantProps<typeof combobox>;
|
|
168
171
|
|
|
@@ -182,7 +182,11 @@ var combobox = (0, import_tailwind_variants2.tv)({
|
|
|
182
182
|
separator: "my-1.5 h-px bg-muted",
|
|
183
183
|
header: ["flex flex-col items-start justify-between px-3 py-2 border-b"],
|
|
184
184
|
title: "text-sm font-semibold",
|
|
185
|
-
description: "text-xs text-muted-foreground"
|
|
185
|
+
description: "text-xs text-muted-foreground",
|
|
186
|
+
footer: [
|
|
187
|
+
"flex items-center justify-between px-3 py-2 border-t",
|
|
188
|
+
"bg-popover sticky bottom-0"
|
|
189
|
+
]
|
|
186
190
|
},
|
|
187
191
|
variants: {
|
|
188
192
|
variant: {
|
|
@@ -194,7 +198,7 @@ var combobox = (0, import_tailwind_variants2.tv)({
|
|
|
194
198
|
},
|
|
195
199
|
inside: {
|
|
196
200
|
popup: [
|
|
197
|
-
"overflow-
|
|
201
|
+
"overflow-hidden",
|
|
198
202
|
"[--input-container-height:60px] origin-[var(--transform-origin)]"
|
|
199
203
|
],
|
|
200
204
|
list: [
|
package/dist/components/index.js
CHANGED
|
@@ -1656,7 +1656,11 @@ var combobox = (0, import_tailwind_variants16.tv)({
|
|
|
1656
1656
|
separator: "my-1.5 h-px bg-muted",
|
|
1657
1657
|
header: ["flex flex-col items-start justify-between px-3 py-2 border-b"],
|
|
1658
1658
|
title: "text-sm font-semibold",
|
|
1659
|
-
description: "text-xs text-muted-foreground"
|
|
1659
|
+
description: "text-xs text-muted-foreground",
|
|
1660
|
+
footer: [
|
|
1661
|
+
"flex items-center justify-between px-3 py-2 border-t",
|
|
1662
|
+
"bg-popover sticky bottom-0"
|
|
1663
|
+
]
|
|
1660
1664
|
},
|
|
1661
1665
|
variants: {
|
|
1662
1666
|
variant: {
|
|
@@ -1668,7 +1672,7 @@ var combobox = (0, import_tailwind_variants16.tv)({
|
|
|
1668
1672
|
},
|
|
1669
1673
|
inside: {
|
|
1670
1674
|
popup: [
|
|
1671
|
-
"overflow-
|
|
1675
|
+
"overflow-hidden",
|
|
1672
1676
|
"[--input-container-height:60px] origin-[var(--transform-origin)]"
|
|
1673
1677
|
],
|
|
1674
1678
|
list: [
|
package/dist/index.js
CHANGED
|
@@ -1656,7 +1656,11 @@ var combobox = (0, import_tailwind_variants16.tv)({
|
|
|
1656
1656
|
separator: "my-1.5 h-px bg-muted",
|
|
1657
1657
|
header: ["flex flex-col items-start justify-between px-3 py-2 border-b"],
|
|
1658
1658
|
title: "text-sm font-semibold",
|
|
1659
|
-
description: "text-xs text-muted-foreground"
|
|
1659
|
+
description: "text-xs text-muted-foreground",
|
|
1660
|
+
footer: [
|
|
1661
|
+
"flex items-center justify-between px-3 py-2 border-t",
|
|
1662
|
+
"bg-popover sticky bottom-0"
|
|
1663
|
+
]
|
|
1660
1664
|
},
|
|
1661
1665
|
variants: {
|
|
1662
1666
|
variant: {
|
|
@@ -1668,7 +1672,7 @@ var combobox = (0, import_tailwind_variants16.tv)({
|
|
|
1668
1672
|
},
|
|
1669
1673
|
inside: {
|
|
1670
1674
|
popup: [
|
|
1671
|
-
"overflow-
|
|
1675
|
+
"overflow-hidden",
|
|
1672
1676
|
"[--input-container-height:60px] origin-[var(--transform-origin)]"
|
|
1673
1677
|
],
|
|
1674
1678
|
list: [
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.5.0",
|
|
4
4
|
"description": "The default theme for Kopexa components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"tailwind-merge": "3.3.1",
|
|
66
66
|
"tailwind-variants": "^3.2.2",
|
|
67
67
|
"tw-animate-css": "^1.4.0",
|
|
68
|
-
"@kopexa/shared-utils": "17.0.
|
|
68
|
+
"@kopexa/shared-utils": "17.0.11"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"tailwindcss": ">=4.0.0"
|