diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md new file mode 100644 index 0000000..4a52a03 --- /dev/null +++ b/packages/tooltip/CHANGELOG.md @@ -0,0 +1,111 @@ +# @solid-aria/button + +## 0.1.3 + +### Patch Changes + +- Updated dependencies [e6bac81] + - @solid-aria/utils@0.2.0 + - @solid-aria/focus@0.1.4 + - @solid-aria/interactions@0.1.4 + - @solid-aria/toggle@0.1.3 + +## 0.1.2 + +### Patch Changes + +- Try manual release +- Updated dependencies + - @solid-aria/focus@0.1.2 + - @solid-aria/interactions@0.1.2 + - @solid-aria/toggle@0.1.2 + - @solid-aria/types@0.1.2 + - @solid-aria/utils@0.1.2 + +## 0.1.1 + +### Patch Changes + +- 2ca4cfc: Change dependency versions of packages from "workspace^" to "^0.1.0" (current version) — Fixes #29 + Move solid-primitives packages from peerDependencies to dependencies. +- Updated dependencies [2ca4cfc] + - @solid-aria/focus@0.1.1 + - @solid-aria/interactions@0.1.1 + - @solid-aria/toggle@0.1.1 + - @solid-aria/types@0.1.1 + - @solid-aria/utils@0.1.1 + +## 0.1.0 + +### Minor Changes + +- dcfaa90: Release menu package, breaking change all primitives return plain object props instead of memoized value + +### Patch Changes + +- Updated dependencies [dcfaa90] + - @solid-aria/focus@0.1.0 + - @solid-aria/interactions@0.1.0 + - @solid-aria/toggle@0.1.0 + - @solid-aria/types@0.1.0 + - @solid-aria/utils@0.1.0 + +## 0.0.6 + +### Patch Changes + +- 84e543b: Bump solid-js peer dep to ^1.4.3 +- Updated dependencies [84e543b] + - @solid-aria/focus@0.0.9 + - @solid-aria/interactions@0.0.7 + - @solid-aria/toggle@0.0.10 + - @solid-aria/types@0.0.5 + - @solid-aria/utils@0.0.6 + +## 0.0.5 + +### Patch Changes + +- Updated dependencies [af59eb8] + - @solid-aria/interactions@0.0.6 + - @solid-aria/focus@0.0.8 + - @solid-aria/toggle@0.0.9 + +## 0.0.4 + +### Patch Changes + +- Updated dependencies [e2c1d42] + - @solid-aria/focus@0.0.7 + - @solid-aria/toggle@0.0.8 + +## 0.0.3 + +### Patch Changes + +- Updated dependencies [20da459] + - @solid-aria/focus@0.0.6 + - @solid-aria/toggle@0.0.7 + +## 0.0.2 + +### Patch Changes + +- 7eebd05: Add FocusScope, Dialog and Overlays related primitives +- Updated dependencies [7eebd05] + - @solid-aria/focus@0.0.5 + - @solid-aria/interactions@0.0.5 + - @solid-aria/toggle@0.0.6 + - @solid-aria/types@0.0.4 + - @solid-aria/utils@0.0.5 + +## 0.0.1 + +### Patch Changes + +- e8be0a0: Release button package +- Updated dependencies [e8be0a0] + - @solid-aria/interactions@0.0.4 + - @solid-aria/toggle@0.0.5 + - @solid-aria/utils@0.0.4 + - @solid-aria/focus@0.0.4 diff --git a/packages/tooltip/LICENSE.md b/packages/tooltip/LICENSE.md new file mode 100644 index 0000000..4a0310d --- /dev/null +++ b/packages/tooltip/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Solid Aria Working Group + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/tooltip/README.md b/packages/tooltip/README.md new file mode 100644 index 0000000..f94a0fa --- /dev/null +++ b/packages/tooltip/README.md @@ -0,0 +1,163 @@ +
+
+