@davincihealthcare/elty-design-system-vue 1.11.3 → 1.11.4
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 +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16480,7 +16480,7 @@ const Nh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
16480
16480
|
"bg-primary hover:bg-primary-hover focus:bg-primary-pressed focus:outlined-primary text-white": e.variant === "primary" && !e.error && !e.disabled,
|
|
16481
16481
|
"bg-error hover:bg-error-hover focus:bg-error-pressed focus:outlined-error text-white": e.variant === "primary" && e.error && !e.disabled,
|
|
16482
16482
|
"bg-neutral-inactive text-neutral-inactive cursor-not-allowed": e.variant === "primary" && e.disabled,
|
|
16483
|
-
"bg-white border border-primary hover:border-primary-hover hover:bg-primary-light-hover hover:text-primary-hover focus:text-primary-pressed focus:bg-primary-light focus:border-primary-pressed text-
|
|
16483
|
+
"bg-white border border-primary hover:border-primary-hover hover:bg-primary-light-hover hover:text-primary-hover focus:text-primary-pressed focus:bg-primary-light focus:border-primary-pressed text-primary focus:outlined-primary": e.variant === "secondary" && !e.error && !e.disabled,
|
|
16484
16484
|
"border-error text-error hover:bg-error-light-hover focus:bg-error-light-pressed focus:outlined-error border bg-white": e.variant === "secondary" && e.error && !e.disabled,
|
|
16485
16485
|
"text-neutral-inactive border-neutral-inactive cursor-not-allowed border": e.variant === "secondary" && e.disabled,
|
|
16486
16486
|
"text-primary hover:text-primary-hover hover:bg-primary-light-hover focus:text-primary-pressed focus:bg-primary-light-pressed focus:outlined-primary border-none bg-transparent": e.variant === "tertiary" && !e.error && !e.disabled,
|