@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.
@@ -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-y-auto",
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-y-auto",
201
+ "overflow-hidden",
198
202
  "[--input-container-height:60px] origin-[var(--transform-origin)]"
199
203
  ],
200
204
  list: [
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  combobox
3
- } from "../chunk-76J7KB3M.mjs";
3
+ } from "../chunk-PWH7OU6T.mjs";
4
4
  import "../chunk-K3EVZATS.mjs";
5
5
  import "../chunk-6IZPAS4O.mjs";
6
6
  export {
@@ -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-y-auto",
1675
+ "overflow-hidden",
1672
1676
  "[--input-container-height:60px] origin-[var(--transform-origin)]"
1673
1677
  ],
1674
1678
  list: [
@@ -162,7 +162,7 @@ import {
162
162
  } from "../chunk-CPERWXKN.mjs";
163
163
  import {
164
164
  combobox
165
- } from "../chunk-76J7KB3M.mjs";
165
+ } from "../chunk-PWH7OU6T.mjs";
166
166
  import {
167
167
  accordion
168
168
  } from "../chunk-AEWKHJEI.mjs";
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-y-auto",
1675
+ "overflow-hidden",
1672
1676
  "[--input-container-height:60px] origin-[var(--transform-origin)]"
1673
1677
  ],
1674
1678
  list: [
package/dist/index.mjs CHANGED
@@ -163,7 +163,7 @@ import {
163
163
  } from "./chunk-CPERWXKN.mjs";
164
164
  import {
165
165
  combobox
166
- } from "./chunk-76J7KB3M.mjs";
166
+ } from "./chunk-PWH7OU6T.mjs";
167
167
  import {
168
168
  accordion
169
169
  } from "./chunk-AEWKHJEI.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "17.4.2",
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.10"
68
+ "@kopexa/shared-utils": "17.0.11"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "tailwindcss": ">=4.0.0"