@kopexa/combobox 17.1.16 → 17.2.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/README.md +5 -1
- package/dist/{chunk-LGGTBY2E.mjs → chunk-CTWQVT3G.mjs} +1 -1
- package/dist/combobox.d.mts +1 -1
- package/dist/combobox.d.ts +1 -1
- package/dist/combobox.js +1 -1
- package/dist/combobox.mjs +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# @kopexa/combobox
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Part of the Kopexa Sight Design System.
|
|
4
4
|
|
|
5
5
|
> This is an internal utility, not intended for public usage.
|
|
6
|
+
- **Author:** Kopexa (<https://kopexa.com>)
|
|
7
|
+
- **License:** Apache-2.0
|
|
8
|
+
- **Repository:** [kopexa-grc/sight](https://github.com/kopexa-grc/sight)
|
|
9
|
+
|
|
6
10
|
|
|
7
11
|
## Installation
|
|
8
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
// src/combobox.tsx
|
|
4
|
-
import { Combobox as ComboboxPrimitive } from "@base-ui
|
|
4
|
+
import { Combobox as ComboboxPrimitive } from "@base-ui/react/combobox";
|
|
5
5
|
|
|
6
6
|
// ../../utilities/icons/src/check.tsx
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
package/dist/combobox.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { Combobox } from '@base-ui
|
|
2
|
+
import { Combobox } from '@base-ui/react/combobox';
|
|
3
3
|
import { ComboboxVariantProps } from '@kopexa/theme';
|
|
4
4
|
import { ComponentProps } from 'react';
|
|
5
5
|
|
package/dist/combobox.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { Combobox } from '@base-ui
|
|
2
|
+
import { Combobox } from '@base-ui/react/combobox';
|
|
3
3
|
import { ComboboxVariantProps } from '@kopexa/theme';
|
|
4
4
|
import { ComponentProps } from 'react';
|
|
5
5
|
|
package/dist/combobox.js
CHANGED
|
@@ -54,7 +54,7 @@ __export(combobox_exports, {
|
|
|
54
54
|
ComboboxValue: () => ComboboxValue
|
|
55
55
|
});
|
|
56
56
|
module.exports = __toCommonJS(combobox_exports);
|
|
57
|
-
var import_combobox = require("@base-ui
|
|
57
|
+
var import_combobox = require("@base-ui/react/combobox");
|
|
58
58
|
|
|
59
59
|
// ../../utilities/icons/src/check.tsx
|
|
60
60
|
var import_jsx_runtime = require("react/jsx-runtime");
|
package/dist/combobox.mjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ComboboxProps, ComboboxControl, ComboboxValue, ComboboxInput, ComboboxStatus, ComboboxPortal, ComboboxBackdrop, ComboboxPositioner, ComboboxPopup, ComboboxContent, ComboboxList, ComboboxCollection, ComboboxRow, ComboboxItem, ComboboxItemIndicator, ComboboxGroup, ComboboxGroupLabel, ComboboxEmpty, ComboboxClear, ComboboxIcon, ComboboxArrow, ComboboxTrigger, ComboboxChips, ComboboxChip, ComboboxChipRemove, ComboboxSeparator, ComboboxHeader, ComboboxTitle, ComboboxDescription, ComboboxFooter } from './combobox.mjs';
|
|
3
3
|
export { ComboboxArrowProps, ComboboxBackdropProps, ComboboxChipProps, ComboboxChipRemoveProps, ComboboxChipsProps, ComboboxClearProps, ComboboxCollectionProps, ComboboxContentProps, ComboboxControlProps, ComboboxDescriptionProps, ComboboxEmptyProps, ComboboxFooterProps, ComboboxGroupLabelProps, ComboboxGroupProps, ComboboxHeaderProps, ComboboxIconProps, ComboboxInputProps, ComboboxItemIndicatorProps, ComboboxItemProps, ComboboxListProps, ComboboxPopupProps, ComboboxPortalProps, ComboboxPositionerProps, ComboboxRowProps, ComboboxSeparatorProps, ComboboxStatusProps, ComboboxTitleProps, ComboboxTriggerProps, ComboboxValueProps } from './combobox.mjs';
|
|
4
|
-
import '@base-ui
|
|
4
|
+
import '@base-ui/react/combobox';
|
|
5
5
|
import '@kopexa/theme';
|
|
6
6
|
import 'react';
|
|
7
7
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ComboboxProps, ComboboxControl, ComboboxValue, ComboboxInput, ComboboxStatus, ComboboxPortal, ComboboxBackdrop, ComboboxPositioner, ComboboxPopup, ComboboxContent, ComboboxList, ComboboxCollection, ComboboxRow, ComboboxItem, ComboboxItemIndicator, ComboboxGroup, ComboboxGroupLabel, ComboboxEmpty, ComboboxClear, ComboboxIcon, ComboboxArrow, ComboboxTrigger, ComboboxChips, ComboboxChip, ComboboxChipRemove, ComboboxSeparator, ComboboxHeader, ComboboxTitle, ComboboxDescription, ComboboxFooter } from './combobox.js';
|
|
3
3
|
export { ComboboxArrowProps, ComboboxBackdropProps, ComboboxChipProps, ComboboxChipRemoveProps, ComboboxChipsProps, ComboboxClearProps, ComboboxCollectionProps, ComboboxContentProps, ComboboxControlProps, ComboboxDescriptionProps, ComboboxEmptyProps, ComboboxFooterProps, ComboboxGroupLabelProps, ComboboxGroupProps, ComboboxHeaderProps, ComboboxIconProps, ComboboxInputProps, ComboboxItemIndicatorProps, ComboboxItemProps, ComboboxListProps, ComboboxPopupProps, ComboboxPortalProps, ComboboxPositionerProps, ComboboxRowProps, ComboboxSeparatorProps, ComboboxStatusProps, ComboboxTitleProps, ComboboxTriggerProps, ComboboxValueProps } from './combobox.js';
|
|
4
|
-
import '@base-ui
|
|
4
|
+
import '@base-ui/react/combobox';
|
|
5
5
|
import '@kopexa/theme';
|
|
6
6
|
import 'react';
|
|
7
7
|
|
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ __export(index_exports, {
|
|
|
26
26
|
module.exports = __toCommonJS(index_exports);
|
|
27
27
|
|
|
28
28
|
// src/combobox.tsx
|
|
29
|
-
var import_combobox = require("@base-ui
|
|
29
|
+
var import_combobox = require("@base-ui/react/combobox");
|
|
30
30
|
|
|
31
31
|
// ../../utilities/icons/src/check.tsx
|
|
32
32
|
var import_jsx_runtime = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/combobox",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.2.0",
|
|
4
4
|
"description": "a combobox",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"combobox"
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"motion": ">=12.23.6",
|
|
29
29
|
"react": ">=19.0.0-rc.0",
|
|
30
30
|
"react-dom": ">=19.0.0-rc.0",
|
|
31
|
-
"@kopexa/theme": "17.
|
|
31
|
+
"@kopexa/theme": "17.15.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@base-ui
|
|
35
|
-
"@kopexa/react-utils": "17.0.
|
|
36
|
-
"@kopexa/shared-utils": "17.0.
|
|
34
|
+
"@base-ui/react": "^1.1.0",
|
|
35
|
+
"@kopexa/react-utils": "17.0.28",
|
|
36
|
+
"@kopexa/shared-utils": "17.0.28"
|
|
37
37
|
},
|
|
38
38
|
"clean-package": "../../../clean-package.config.json",
|
|
39
39
|
"module": "dist/index.mjs",
|