@kopexa/sidebar 17.1.11 → 17.1.13

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,9 +1,13 @@
1
1
  # @kopexa/sidebar
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
6
 
7
+ - **Author:** Kopexa (<https://kopexa.com>)
8
+ - **License:** Apache-2.0
9
+ - **Repository:** [kopexa-grc/sight](https://github.com/kopexa-grc/sight)
10
+
7
11
  ## Installation
8
12
 
9
13
  ```sh
package/dist/sidebar.js CHANGED
@@ -1,5 +1,6 @@
1
1
  "use client";
2
2
  "use strict";
3
+ "use client";
3
4
  var __defProp = Object.defineProperty;
4
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
package/dist/sidebar.mjs CHANGED
@@ -1,4 +1,5 @@
1
1
  "use client";
2
+ "use client";
2
3
  import {
3
4
  Sidebar,
4
5
  SidebarContent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/sidebar",
3
- "version": "17.1.11",
3
+ "version": "17.1.13",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "sidebar"
@@ -28,19 +28,19 @@
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
34
  "@radix-ui/react-slot": "^1.2.4",
35
- "@kopexa/button": "17.0.27",
36
- "@kopexa/drawer": "17.0.27",
37
- "@kopexa/icons": "17.4.0",
38
- "@kopexa/input": "17.0.27",
39
- "@kopexa/react-utils": "17.0.27",
40
- "@kopexa/separator": "17.0.27",
41
- "@kopexa/shared-utils": "17.0.27",
42
- "@kopexa/tooltip": "17.0.27",
43
- "@kopexa/use-is-mobile": "17.0.27"
35
+ "@kopexa/button": "17.0.29",
36
+ "@kopexa/drawer": "17.1.1",
37
+ "@kopexa/input": "17.0.29",
38
+ "@kopexa/react-utils": "17.0.29",
39
+ "@kopexa/shared-utils": "17.0.29",
40
+ "@kopexa/icons": "17.5.0",
41
+ "@kopexa/separator": "17.0.29",
42
+ "@kopexa/tooltip": "17.1.1",
43
+ "@kopexa/use-is-mobile": "17.0.29"
44
44
  },
45
45
  "clean-package": "../../../clean-package.config.json",
46
46
  "module": "dist/index.mjs",