@rocketui/vue 0.1.8 → 0.1.9
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/dist/rocket-ui-vue.js +1 -1
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -8737,7 +8737,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ v({
|
|
|
8737
8737
|
}
|
|
8738
8738
|
const B = k(() => ({
|
|
8739
8739
|
"r-tooltip": !0,
|
|
8740
|
-
"r-tooltip--dark": C.dark,
|
|
8740
|
+
"r-tooltip--dark": C.dark && !C.light,
|
|
8741
8741
|
"r-tooltip--light": C.light
|
|
8742
8742
|
}));
|
|
8743
8743
|
return window.onresize = () => {
|