@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 CHANGED
@@ -1,8 +1,12 @@
1
1
  # @kopexa/combobox
2
2
 
3
- A Quick description of the component
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-components/react/combobox";
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";
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { Combobox } from '@base-ui-components/react/combobox';
2
+ import { Combobox } from '@base-ui/react/combobox';
3
3
  import { ComboboxVariantProps } from '@kopexa/theme';
4
4
  import { ComponentProps } from 'react';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { Combobox } from '@base-ui-components/react/combobox';
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-components/react/combobox");
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
@@ -31,7 +31,7 @@ import {
31
31
  ComboboxTitle,
32
32
  ComboboxTrigger,
33
33
  ComboboxValue
34
- } from "./chunk-LGGTBY2E.mjs";
34
+ } from "./chunk-CTWQVT3G.mjs";
35
35
  export {
36
36
  ComboboxArrow,
37
37
  ComboboxBackdrop,
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-components/react/combobox';
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-components/react/combobox';
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-components/react/combobox");
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
@@ -30,7 +30,7 @@ import {
30
30
  ComboboxTitle,
31
31
  ComboboxTrigger,
32
32
  ComboboxValue
33
- } from "./chunk-LGGTBY2E.mjs";
33
+ } from "./chunk-CTWQVT3G.mjs";
34
34
 
35
35
  // src/index.ts
36
36
  var Combobox = Object.assign(ComboboxRoot, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/combobox",
3
- "version": "17.1.16",
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.14.0"
31
+ "@kopexa/theme": "17.15.0"
32
32
  },
33
33
  "dependencies": {
34
- "@base-ui-components/react": "1.0.0-rc.0",
35
- "@kopexa/react-utils": "17.0.27",
36
- "@kopexa/shared-utils": "17.0.27"
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",