@kopexa/theme 17.4.1 → 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: [
@@ -1,28 +1,4 @@
1
1
  import "../chunk-BYXTAZ4I.mjs";
2
- import {
3
- tabs
4
- } from "../chunk-I6M4S2KZ.mjs";
5
- import {
6
- textarea
7
- } from "../chunk-ARLLAC5V.mjs";
8
- import {
9
- toolbar
10
- } from "../chunk-2NA54PNL.mjs";
11
- import {
12
- tooltip
13
- } from "../chunk-OLYO7UPH.mjs";
14
- import {
15
- skeleton
16
- } from "../chunk-VNQEJU4P.mjs";
17
- import {
18
- slashDropdownMenu
19
- } from "../chunk-NNKYGAZC.mjs";
20
- import {
21
- spinner
22
- } from "../chunk-4UDOCFU5.mjs";
23
- import {
24
- splitPageLayout
25
- } from "../chunk-W7RJG22S.mjs";
26
2
  import {
27
3
  standardChip
28
4
  } from "../chunk-XQZL7LCP.mjs";
@@ -36,17 +12,17 @@ import {
36
12
  table
37
13
  } from "../chunk-YC2FQDBV.mjs";
38
14
  import {
39
- riskBadge
40
- } from "../chunk-V2J5XG34.mjs";
15
+ tabs
16
+ } from "../chunk-I6M4S2KZ.mjs";
41
17
  import {
42
- riskIndicator
43
- } from "../chunk-CZMZHA7U.mjs";
18
+ textarea
19
+ } from "../chunk-ARLLAC5V.mjs";
44
20
  import {
45
- scrollArea
46
- } from "../chunk-SPQE7K66.mjs";
21
+ toolbar
22
+ } from "../chunk-2NA54PNL.mjs";
47
23
  import {
48
- sectionRow
49
- } from "../chunk-CC225WUG.mjs";
24
+ tooltip
25
+ } from "../chunk-OLYO7UPH.mjs";
50
26
  import {
51
27
  select
52
28
  } from "../chunk-KPVLNOO5.mjs";
@@ -62,17 +38,17 @@ import {
62
38
  skeletonAvatar
63
39
  } from "../chunk-7Q2RNHL5.mjs";
64
40
  import {
65
- label
66
- } from "../chunk-LMCM4CW2.mjs";
41
+ skeleton
42
+ } from "../chunk-VNQEJU4P.mjs";
67
43
  import {
68
- loadingPage
69
- } from "../chunk-ZOTN264E.mjs";
44
+ slashDropdownMenu
45
+ } from "../chunk-NNKYGAZC.mjs";
70
46
  import {
71
- pageHeader
72
- } from "../chunk-HAVJ6EQ6.mjs";
47
+ spinner
48
+ } from "../chunk-4UDOCFU5.mjs";
73
49
  import {
74
- pageLayout
75
- } from "../chunk-OULAICSC.mjs";
50
+ splitPageLayout
51
+ } from "../chunk-W7RJG22S.mjs";
76
52
  import {
77
53
  popover
78
54
  } from "../chunk-TQVRNEIH.mjs";
@@ -86,14 +62,17 @@ import {
86
62
  resizable
87
63
  } from "../chunk-RV656WRF.mjs";
88
64
  import {
89
- hoverCard
90
- } from "../chunk-UTCVHVWF.mjs";
65
+ riskBadge
66
+ } from "../chunk-V2J5XG34.mjs";
91
67
  import {
92
- imageCrop
93
- } from "../chunk-GMFZLUU4.mjs";
68
+ riskIndicator
69
+ } from "../chunk-CZMZHA7U.mjs";
94
70
  import {
95
- inputGroup
96
- } from "../chunk-HWEYNK3O.mjs";
71
+ scrollArea
72
+ } from "../chunk-SPQE7K66.mjs";
73
+ import {
74
+ sectionRow
75
+ } from "../chunk-CC225WUG.mjs";
97
76
  import {
98
77
  inputWrapper
99
78
  } from "../chunk-VSVGOX3P.mjs";
@@ -104,17 +83,17 @@ import {
104
83
  kbd
105
84
  } from "../chunk-BETLBSSF.mjs";
106
85
  import {
107
- drawer
108
- } from "../chunk-7V3NMVQH.mjs";
86
+ label
87
+ } from "../chunk-LMCM4CW2.mjs";
109
88
  import {
110
- dialog
111
- } from "../chunk-OJDCD74N.mjs";
89
+ loadingPage
90
+ } from "../chunk-ZOTN264E.mjs";
112
91
  import {
113
- dropdownMenu
114
- } from "../chunk-3PCDCW7G.mjs";
92
+ pageHeader
93
+ } from "../chunk-HAVJ6EQ6.mjs";
115
94
  import {
116
- editorBasic
117
- } from "../chunk-XOL7P7NP.mjs";
95
+ pageLayout
96
+ } from "../chunk-OULAICSC.mjs";
118
97
  import {
119
98
  editorSpinner
120
99
  } from "../chunk-TVC4THD6.mjs";
@@ -128,17 +107,14 @@ import {
128
107
  heading
129
108
  } from "../chunk-NWKBPO37.mjs";
130
109
  import {
131
- chip
132
- } from "../chunk-5LVKFTZS.mjs";
133
- import {
134
- code
135
- } from "../chunk-VQ2OAHGP.mjs";
110
+ hoverCard
111
+ } from "../chunk-UTCVHVWF.mjs";
136
112
  import {
137
- colorHighlightButton
138
- } from "../chunk-CPERWXKN.mjs";
113
+ imageCrop
114
+ } from "../chunk-GMFZLUU4.mjs";
139
115
  import {
140
- combobox
141
- } from "../chunk-76J7KB3M.mjs";
116
+ inputGroup
117
+ } from "../chunk-HWEYNK3O.mjs";
142
118
  import {
143
119
  command
144
120
  } from "../chunk-YPHFKGNI.mjs";
@@ -152,17 +128,17 @@ import {
152
128
  dataTable
153
129
  } from "../chunk-GNYTZGE5.mjs";
154
130
  import {
155
- avatarGroup
156
- } from "../chunk-XCLEKBCJ.mjs";
131
+ drawer
132
+ } from "../chunk-7V3NMVQH.mjs";
157
133
  import {
158
- avatar
159
- } from "../chunk-D5FKEY7B.mjs";
134
+ dialog
135
+ } from "../chunk-OJDCD74N.mjs";
160
136
  import {
161
- blankstate
162
- } from "../chunk-DICHD74Q.mjs";
137
+ dropdownMenu
138
+ } from "../chunk-3PCDCW7G.mjs";
163
139
  import {
164
- button
165
- } from "../chunk-OTETLRUE.mjs";
140
+ editorBasic
141
+ } from "../chunk-XOL7P7NP.mjs";
166
142
  import {
167
143
  calendar
168
144
  } from "../chunk-JWF5ABNP.mjs";
@@ -175,7 +151,18 @@ import {
175
151
  import {
176
152
  checkbox
177
153
  } from "../chunk-A4KO7QKC.mjs";
178
- import "../chunk-7T563RF7.mjs";
154
+ import {
155
+ chip
156
+ } from "../chunk-5LVKFTZS.mjs";
157
+ import {
158
+ code
159
+ } from "../chunk-VQ2OAHGP.mjs";
160
+ import {
161
+ colorHighlightButton
162
+ } from "../chunk-CPERWXKN.mjs";
163
+ import {
164
+ combobox
165
+ } from "../chunk-PWH7OU6T.mjs";
179
166
  import {
180
167
  accordion
181
168
  } from "../chunk-AEWKHJEI.mjs";
@@ -189,6 +176,19 @@ import {
189
176
  input,
190
177
  passwordInput
191
178
  } from "../chunk-K3EVZATS.mjs";
179
+ import {
180
+ avatarGroup
181
+ } from "../chunk-XCLEKBCJ.mjs";
182
+ import {
183
+ avatar
184
+ } from "../chunk-D5FKEY7B.mjs";
185
+ import {
186
+ blankstate
187
+ } from "../chunk-DICHD74Q.mjs";
188
+ import {
189
+ button
190
+ } from "../chunk-OTETLRUE.mjs";
191
+ import "../chunk-7T563RF7.mjs";
192
192
  import "../chunk-6IZPAS4O.mjs";
193
193
  export {
194
194
  accordion,
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
@@ -1,28 +1,5 @@
1
+ import "./chunk-XSN6P5JL.mjs";
1
2
  import "./chunk-BYXTAZ4I.mjs";
2
- import {
3
- tabs
4
- } from "./chunk-I6M4S2KZ.mjs";
5
- import {
6
- textarea
7
- } from "./chunk-ARLLAC5V.mjs";
8
- import {
9
- toolbar
10
- } from "./chunk-2NA54PNL.mjs";
11
- import {
12
- tooltip
13
- } from "./chunk-OLYO7UPH.mjs";
14
- import {
15
- skeleton
16
- } from "./chunk-VNQEJU4P.mjs";
17
- import {
18
- slashDropdownMenu
19
- } from "./chunk-NNKYGAZC.mjs";
20
- import {
21
- spinner
22
- } from "./chunk-4UDOCFU5.mjs";
23
- import {
24
- splitPageLayout
25
- } from "./chunk-W7RJG22S.mjs";
26
3
  import {
27
4
  standardChip
28
5
  } from "./chunk-XQZL7LCP.mjs";
@@ -36,17 +13,17 @@ import {
36
13
  table
37
14
  } from "./chunk-YC2FQDBV.mjs";
38
15
  import {
39
- riskBadge
40
- } from "./chunk-V2J5XG34.mjs";
16
+ tabs
17
+ } from "./chunk-I6M4S2KZ.mjs";
41
18
  import {
42
- riskIndicator
43
- } from "./chunk-CZMZHA7U.mjs";
19
+ textarea
20
+ } from "./chunk-ARLLAC5V.mjs";
44
21
  import {
45
- scrollArea
46
- } from "./chunk-SPQE7K66.mjs";
22
+ toolbar
23
+ } from "./chunk-2NA54PNL.mjs";
47
24
  import {
48
- sectionRow
49
- } from "./chunk-CC225WUG.mjs";
25
+ tooltip
26
+ } from "./chunk-OLYO7UPH.mjs";
50
27
  import {
51
28
  select
52
29
  } from "./chunk-KPVLNOO5.mjs";
@@ -62,17 +39,17 @@ import {
62
39
  skeletonAvatar
63
40
  } from "./chunk-7Q2RNHL5.mjs";
64
41
  import {
65
- label
66
- } from "./chunk-LMCM4CW2.mjs";
42
+ skeleton
43
+ } from "./chunk-VNQEJU4P.mjs";
67
44
  import {
68
- loadingPage
69
- } from "./chunk-ZOTN264E.mjs";
45
+ slashDropdownMenu
46
+ } from "./chunk-NNKYGAZC.mjs";
70
47
  import {
71
- pageHeader
72
- } from "./chunk-HAVJ6EQ6.mjs";
48
+ spinner
49
+ } from "./chunk-4UDOCFU5.mjs";
73
50
  import {
74
- pageLayout
75
- } from "./chunk-OULAICSC.mjs";
51
+ splitPageLayout
52
+ } from "./chunk-W7RJG22S.mjs";
76
53
  import {
77
54
  popover
78
55
  } from "./chunk-TQVRNEIH.mjs";
@@ -86,14 +63,17 @@ import {
86
63
  resizable
87
64
  } from "./chunk-RV656WRF.mjs";
88
65
  import {
89
- hoverCard
90
- } from "./chunk-UTCVHVWF.mjs";
66
+ riskBadge
67
+ } from "./chunk-V2J5XG34.mjs";
91
68
  import {
92
- imageCrop
93
- } from "./chunk-GMFZLUU4.mjs";
69
+ riskIndicator
70
+ } from "./chunk-CZMZHA7U.mjs";
94
71
  import {
95
- inputGroup
96
- } from "./chunk-HWEYNK3O.mjs";
72
+ scrollArea
73
+ } from "./chunk-SPQE7K66.mjs";
74
+ import {
75
+ sectionRow
76
+ } from "./chunk-CC225WUG.mjs";
97
77
  import {
98
78
  inputWrapper
99
79
  } from "./chunk-VSVGOX3P.mjs";
@@ -104,17 +84,17 @@ import {
104
84
  kbd
105
85
  } from "./chunk-BETLBSSF.mjs";
106
86
  import {
107
- drawer
108
- } from "./chunk-7V3NMVQH.mjs";
87
+ label
88
+ } from "./chunk-LMCM4CW2.mjs";
109
89
  import {
110
- dialog
111
- } from "./chunk-OJDCD74N.mjs";
90
+ loadingPage
91
+ } from "./chunk-ZOTN264E.mjs";
112
92
  import {
113
- dropdownMenu
114
- } from "./chunk-3PCDCW7G.mjs";
93
+ pageHeader
94
+ } from "./chunk-HAVJ6EQ6.mjs";
115
95
  import {
116
- editorBasic
117
- } from "./chunk-XOL7P7NP.mjs";
96
+ pageLayout
97
+ } from "./chunk-OULAICSC.mjs";
118
98
  import {
119
99
  editorSpinner
120
100
  } from "./chunk-TVC4THD6.mjs";
@@ -128,17 +108,14 @@ import {
128
108
  heading
129
109
  } from "./chunk-NWKBPO37.mjs";
130
110
  import {
131
- chip
132
- } from "./chunk-5LVKFTZS.mjs";
133
- import {
134
- code
135
- } from "./chunk-VQ2OAHGP.mjs";
111
+ hoverCard
112
+ } from "./chunk-UTCVHVWF.mjs";
136
113
  import {
137
- colorHighlightButton
138
- } from "./chunk-CPERWXKN.mjs";
114
+ imageCrop
115
+ } from "./chunk-GMFZLUU4.mjs";
139
116
  import {
140
- combobox
141
- } from "./chunk-76J7KB3M.mjs";
117
+ inputGroup
118
+ } from "./chunk-HWEYNK3O.mjs";
142
119
  import {
143
120
  command
144
121
  } from "./chunk-YPHFKGNI.mjs";
@@ -152,17 +129,17 @@ import {
152
129
  dataTable
153
130
  } from "./chunk-GNYTZGE5.mjs";
154
131
  import {
155
- avatarGroup
156
- } from "./chunk-XCLEKBCJ.mjs";
132
+ drawer
133
+ } from "./chunk-7V3NMVQH.mjs";
157
134
  import {
158
- avatar
159
- } from "./chunk-D5FKEY7B.mjs";
135
+ dialog
136
+ } from "./chunk-OJDCD74N.mjs";
160
137
  import {
161
- blankstate
162
- } from "./chunk-DICHD74Q.mjs";
138
+ dropdownMenu
139
+ } from "./chunk-3PCDCW7G.mjs";
163
140
  import {
164
- button
165
- } from "./chunk-OTETLRUE.mjs";
141
+ editorBasic
142
+ } from "./chunk-XOL7P7NP.mjs";
166
143
  import {
167
144
  calendar
168
145
  } from "./chunk-JWF5ABNP.mjs";
@@ -175,8 +152,18 @@ import {
175
152
  import {
176
153
  checkbox
177
154
  } from "./chunk-A4KO7QKC.mjs";
178
- import "./chunk-XSN6P5JL.mjs";
179
- import "./chunk-7T563RF7.mjs";
155
+ import {
156
+ chip
157
+ } from "./chunk-5LVKFTZS.mjs";
158
+ import {
159
+ code
160
+ } from "./chunk-VQ2OAHGP.mjs";
161
+ import {
162
+ colorHighlightButton
163
+ } from "./chunk-CPERWXKN.mjs";
164
+ import {
165
+ combobox
166
+ } from "./chunk-PWH7OU6T.mjs";
180
167
  import {
181
168
  accordion
182
169
  } from "./chunk-AEWKHJEI.mjs";
@@ -190,6 +177,19 @@ import {
190
177
  input,
191
178
  passwordInput
192
179
  } from "./chunk-K3EVZATS.mjs";
180
+ import {
181
+ avatarGroup
182
+ } from "./chunk-XCLEKBCJ.mjs";
183
+ import {
184
+ avatar
185
+ } from "./chunk-D5FKEY7B.mjs";
186
+ import {
187
+ blankstate
188
+ } from "./chunk-DICHD74Q.mjs";
189
+ import {
190
+ button
191
+ } from "./chunk-OTETLRUE.mjs";
192
+ import "./chunk-7T563RF7.mjs";
193
193
  import "./chunk-6IZPAS4O.mjs";
194
194
  export {
195
195
  accordion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "17.4.1",
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.9"
68
+ "@kopexa/shared-utils": "17.0.11"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "tailwindcss": ">=4.0.0"
@@ -83,7 +83,8 @@
83
83
  "format": [
84
84
  "cjs",
85
85
  "esm"
86
- ]
86
+ ],
87
+ "dts": true
87
88
  },
88
89
  "module": "dist/index.mjs",
89
90
  "types": "dist/index.d.ts",