@kopexa/select 17.0.27 → 17.1.1
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-3TQEB2O6.mjs → chunk-K3N3YAR3.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/dist/select.d.mts +1 -1
- package/dist/select.d.ts +1 -1
- package/dist/select.js +1 -1
- package/dist/select.mjs +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# @kopexa/select
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
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
|
|
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
|
|
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
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/select",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.1.1",
|
|
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.
|
|
31
|
+
"@kopexa/theme": "17.16.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@base-ui
|
|
35
|
-
"@kopexa/
|
|
36
|
-
"@kopexa/
|
|
37
|
-
"@kopexa/
|
|
34
|
+
"@base-ui/react": "^1.1.0",
|
|
35
|
+
"@kopexa/shared-utils": "17.0.29",
|
|
36
|
+
"@kopexa/react-utils": "17.0.29",
|
|
37
|
+
"@kopexa/icons": "17.5.0"
|
|
38
38
|
},
|
|
39
39
|
"clean-package": "../../../clean-package.config.json",
|
|
40
40
|
"module": "dist/index.mjs",
|