@kopexa/tooltip 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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,9 +1,13 @@
1
1
  # @kopexa/tooltip
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/tooltip",
3
- "version": "17.0.27",
3
+ "version": "17.1.0",
4
4
  "description": "Floating element that provides a control with contextual information via pointer or focus.",
5
5
  "keywords": [
6
6
  "tooltip"
@@ -28,14 +28,14 @@
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",
34
+ "@base-ui/react": "^1.1.0",
35
35
  "@radix-ui/react-tooltip": "^1.2.8",
36
- "@kopexa/react-utils": "17.0.27",
37
- "@kopexa/use-controllable-state": "17.0.27",
38
- "@kopexa/shared-utils": "17.0.27"
36
+ "@kopexa/react-utils": "17.0.28",
37
+ "@kopexa/use-controllable-state": "17.0.28",
38
+ "@kopexa/shared-utils": "17.0.28"
39
39
  },
40
40
  "clean-package": "../../../clean-package.config.json",
41
41
  "module": "dist/index.mjs",