@ptlm-azulejo/tooltip 1.0.0-alpha.209 → 1.1.0-alpha.211
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/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 238cf6d: Add `AzTooltip` — Mozaic-aligned overlay tooltip with `id`, `text`, `position`, origin arrow (`pointer`), optional help cursor (`helpCursor`, off by default), `radius` (`none` / `sm` / `md` default / `lg`), `standalone`, default slot, `:ui` overrides, `--tooltip-z-index`, and WCAG 1.4.13 / ARIA tooltip accessibility (describedby on owner, focus + Escape dismiss, hoverable).
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 2c46e8c: Fix the origin arrow to use Mozaic’s masked-triangle geometry (fill flush with the bubble edge, border layer 1px toward the tip) instead of a half-overlapping rotated square — removes the diamond seam and vertical misalignment. Bubble chrome border uses `--color-blue-grey-500` to match the arrow rim. Recolour with `--tooltip-pointer-fill` / `--tooltip-pointer-border` on `:ui.pointer`.
|
|
12
|
+
- 06a62d2: Keep publishing the stylesheet as `./style.css`. Vite 6 stopped hardcoding that name in library mode and started deriving it from the entry name, which would have moved the file to `index.css` and broken the documented import path. The entry points and type definitions are unchanged.
|
|
13
|
+
- 19ed560: Rebuild on Vite 8, which bundles with Rolldown and minifies CSS with Lightning CSS. The ESM, CJS and type entry points are unchanged, and `vue` stays external in both the ESM build and the UMD global. The published CSS is equivalent but slightly larger, because Lightning CSS expands shorthands to match the configured build target.
|
|
14
|
+
|
|
3
15
|
All notable changes to this project will be documented in this file.
|
|
4
16
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|