@kopexa/switch 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-GPSL6OZJ.mjs → chunk-UJKRZTFG.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/switch.d.mts +1 -1
- package/dist/switch.d.ts +1 -1
- package/dist/switch.js +1 -1
- package/dist/switch.mjs +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# @kopexa/switch
|
|
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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ __export(index_exports, {
|
|
|
26
26
|
module.exports = __toCommonJS(index_exports);
|
|
27
27
|
|
|
28
28
|
// src/switch.tsx
|
|
29
|
-
var import_switch = require("@base-ui
|
|
29
|
+
var import_switch = require("@base-ui/react/switch");
|
|
30
30
|
var import_shared_utils = require("@kopexa/shared-utils");
|
|
31
31
|
var import_theme = require("@kopexa/theme");
|
|
32
32
|
var import_jsx_runtime = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
package/dist/switch.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { Switch as Switch$1 } from '@base-ui
|
|
2
|
+
import { Switch as Switch$1 } from '@base-ui/react/switch';
|
|
3
3
|
import { SwitchVariantProps, SlotsToClasses, SwitchSlots } from '@kopexa/theme';
|
|
4
4
|
import { ComponentProps } from 'react';
|
|
5
5
|
|
package/dist/switch.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { Switch as Switch$1 } from '@base-ui
|
|
2
|
+
import { Switch as Switch$1 } from '@base-ui/react/switch';
|
|
3
3
|
import { SwitchVariantProps, SlotsToClasses, SwitchSlots } from '@kopexa/theme';
|
|
4
4
|
import { ComponentProps } from 'react';
|
|
5
5
|
|
package/dist/switch.js
CHANGED
|
@@ -25,7 +25,7 @@ __export(switch_exports, {
|
|
|
25
25
|
Switch: () => Switch
|
|
26
26
|
});
|
|
27
27
|
module.exports = __toCommonJS(switch_exports);
|
|
28
|
-
var import_switch = require("@base-ui
|
|
28
|
+
var import_switch = require("@base-ui/react/switch");
|
|
29
29
|
var import_shared_utils = require("@kopexa/shared-utils");
|
|
30
30
|
var import_theme = require("@kopexa/theme");
|
|
31
31
|
var import_jsx_runtime = require("react/jsx-runtime");
|
package/dist/switch.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/switch",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.1.1",
|
|
4
4
|
"description": "a switch toggle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"switch"
|
|
@@ -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.16.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.29",
|
|
36
|
+
"@kopexa/shared-utils": "17.0.29"
|
|
37
37
|
},
|
|
38
38
|
"clean-package": "../../../clean-package.config.json",
|
|
39
39
|
"module": "dist/index.mjs",
|