@davincihealthcare/elty-design-system-vue 1.14.0 → 1.14.1
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +10 -10
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16379,7 +16379,7 @@ const ih = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
16379
16379
|
"cursor-not-allowed": L.value,
|
|
16380
16380
|
"text-neutral-inactive": L.value && !l.error,
|
|
16381
16381
|
"hover:bg-error-light-hover focus:bg-error-light-pressed text-error bg-transparent": !L.value && l.error,
|
|
16382
|
-
"text-primary hover:text-primary-hover
|
|
16382
|
+
"text-primary hover:text-primary-hover active:text-primary-pressed hover:bg-primary-light-hover active:bg-primary-light-pressed": !L.value && !l.error
|
|
16383
16383
|
}]),
|
|
16384
16384
|
type: "button",
|
|
16385
16385
|
title: l.tooltip,
|