@kopexa/select 17.0.27 → 17.1.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/select
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/select.tsx
4
- import { Select as SelectPrimitive } from "@base-ui-components/react/select";
4
+ import { Select as SelectPrimitive } from "@base-ui/react/select";
5
5
  import {
6
6
  CheckIcon,
7
7
  ChevronDownIcon,
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { SelectProps, SelectValue, SelectTrigger, SelectContent, SelectItem, SelectClear, SelectLabel, SelectSeparator, SelectGroup } from './select.mjs';
3
- import '@base-ui-components/react/select';
3
+ import '@base-ui/react/select';
4
4
  import '@kopexa/theme';
5
5
  import 'react';
6
6
 
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { SelectProps, SelectValue, SelectTrigger, SelectContent, SelectItem, SelectClear, SelectLabel, SelectSeparator, SelectGroup } from './select.js';
3
- import '@base-ui-components/react/select';
3
+ import '@base-ui/react/select';
4
4
  import '@kopexa/theme';
5
5
  import 'react';
6
6
 
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ __export(index_exports, {
26
26
  module.exports = __toCommonJS(index_exports);
27
27
 
28
28
  // src/select.tsx
29
- var import_select = require("@base-ui-components/react/select");
29
+ var import_select = require("@base-ui/react/select");
30
30
  var import_icons = require("@kopexa/icons");
31
31
  var import_react_utils = require("@kopexa/react-utils");
32
32
  var import_shared_utils = require("@kopexa/shared-utils");
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  SelectSeparator,
10
10
  SelectTrigger,
11
11
  SelectValue
12
- } from "./chunk-3TQEB2O6.mjs";
12
+ } from "./chunk-K3N3YAR3.mjs";
13
13
 
14
14
  // src/index.ts
15
15
  var Select2 = Object.assign(Select, {
package/dist/select.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { Select as Select$1 } from '@base-ui-components/react/select';
2
+ import { Select as Select$1 } from '@base-ui/react/select';
3
3
  import { SelectVariantProps } from '@kopexa/theme';
4
4
  import { ComponentProps, ReactNode } from 'react';
5
5
 
package/dist/select.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { Select as Select$1 } from '@base-ui-components/react/select';
2
+ import { Select as Select$1 } from '@base-ui/react/select';
3
3
  import { SelectVariantProps } from '@kopexa/theme';
4
4
  import { ComponentProps, ReactNode } from 'react';
5
5
 
package/dist/select.js CHANGED
@@ -33,7 +33,7 @@ __export(select_exports, {
33
33
  SelectValue: () => SelectValue
34
34
  });
35
35
  module.exports = __toCommonJS(select_exports);
36
- var import_select = require("@base-ui-components/react/select");
36
+ var import_select = require("@base-ui/react/select");
37
37
  var import_icons = require("@kopexa/icons");
38
38
  var import_react_utils = require("@kopexa/react-utils");
39
39
  var import_shared_utils = require("@kopexa/shared-utils");
package/dist/select.mjs CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  SelectSeparator,
11
11
  SelectTrigger,
12
12
  SelectValue
13
- } from "./chunk-3TQEB2O6.mjs";
13
+ } from "./chunk-K3N3YAR3.mjs";
14
14
  export {
15
15
  Select,
16
16
  SelectClear,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/select",
3
- "version": "17.0.27",
3
+ "version": "17.1.0",
4
4
  "description": "a select component",
5
5
  "keywords": [
6
6
  "select"
@@ -28,13 +28,13 @@
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/icons": "17.4.0",
37
- "@kopexa/shared-utils": "17.0.27"
34
+ "@base-ui/react": "^1.1.0",
35
+ "@kopexa/react-utils": "17.0.28",
36
+ "@kopexa/icons": "17.4.1",
37
+ "@kopexa/shared-utils": "17.0.28"
38
38
  },
39
39
  "clean-package": "../../../clean-package.config.json",
40
40
  "module": "dist/index.mjs",