kitzo 2.1.18 → 2.1.19
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 +1 -1
- package/dist/react/react.esm.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ npm i kitzo
|
|
|
26
26
|
or
|
|
27
27
|
|
|
28
28
|
```javascript
|
|
29
|
-
<script src="https://cdn.jsdelivr.net/npm/kitzo@2.1.
|
|
29
|
+
<script src="https://cdn.jsdelivr.net/npm/kitzo@2.1.19/dist/kitzo.umd.min.js"></script>
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
> Vanilla: Attach this script tag in the html head tag and you are good to go.
|
package/dist/react/react.esm.js
CHANGED
|
@@ -581,7 +581,6 @@ const tooltipStyles = `
|
|
|
581
581
|
|
|
582
582
|
.kitzo-react-tooltip-wrapper {
|
|
583
583
|
--tooltip-transition-delay: calc(var(--delay) * 1ms);
|
|
584
|
-
will-change: transform, opacity;
|
|
585
584
|
transition:
|
|
586
585
|
transform 110ms var(--tooltip-transition-delay),
|
|
587
586
|
opacity 110ms var(--tooltip-transition-delay);
|