@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 CHANGED
@@ -1,8 +1,12 @@
1
1
  # @kopexa/switch
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/switch.tsx
4
- import { Switch as SwitchPrimitive } from "@base-ui-components/react/switch";
4
+ import { Switch as SwitchPrimitive } from "@base-ui/react/switch";
5
5
  import { cn } from "@kopexa/shared-utils";
6
6
  import {
7
7
  switchVariants
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { Switch, SwitchProps } from './switch.mjs';
2
2
  import 'react/jsx-runtime';
3
- import '@base-ui-components/react/switch';
3
+ import '@base-ui/react/switch';
4
4
  import '@kopexa/theme';
5
5
  import 'react';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { Switch, SwitchProps } from './switch.js';
2
2
  import 'react/jsx-runtime';
3
- import '@base-ui-components/react/switch';
3
+ import '@base-ui/react/switch';
4
4
  import '@kopexa/theme';
5
5
  import 'react';
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-components/react/switch");
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
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Switch
4
- } from "./chunk-GPSL6OZJ.mjs";
4
+ } from "./chunk-UJKRZTFG.mjs";
5
5
  export {
6
6
  Switch
7
7
  };
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-components/react/switch';
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-components/react/switch';
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-components/react/switch");
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
@@ -2,7 +2,7 @@
2
2
  "use client";
3
3
  import {
4
4
  Switch
5
- } from "./chunk-GPSL6OZJ.mjs";
5
+ } from "./chunk-UJKRZTFG.mjs";
6
6
  export {
7
7
  Switch
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/switch",
3
- "version": "17.0.27",
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.14.0"
31
+ "@kopexa/theme": "17.16.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.29",
36
+ "@kopexa/shared-utils": "17.0.29"
37
37
  },
38
38
  "clean-package": "../../../clean-package.config.json",
39
39
  "module": "dist/index.mjs",