@scbt-ecom/ui 0.35.2 → 0.36.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/{CustomLink-fcD_1hIU.js → CustomLink-BQOhJbbq.js} +7 -5
- package/dist/{CustomLink-fcD_1hIU.js.map → CustomLink-BQOhJbbq.js.map} +1 -1
- package/dist/shared/ui/customLink/CustomLink.d.ts +1 -1
- package/dist/shared/ui/formElements/uncontrolled/index.d.ts +1 -0
- package/dist/shared/ui/formElements/uncontrolled/select/model/compareByValue.d.ts +2 -0
- package/dist/shared/ui/formElements/uncontrolled/select/model/index.d.ts +1 -0
- package/dist/shared/ui/formElements/uncontrolled/switch/Switch.d.ts +2 -0
- package/dist/shared/utils/typeGuards.d.ts +1 -1
- package/dist/typeGuards-B82KZ2oS.js.map +1 -1
- package/dist/ui.js +5368 -5328
- package/dist/ui.js.map +1 -1
- package/dist/widget.js +195 -191
- package/dist/widget.js.map +1 -1
- package/package.json +2 -2
|
@@ -4395,12 +4395,13 @@ const Ec = ({
|
|
|
4395
4395
|
business: /* @__PURE__ */ y.jsx(de, { name: "brandLogos/logoBusiness" }),
|
|
4396
4396
|
insurance: /* @__PURE__ */ y.jsx(de, { name: "brandLogos/logoInsurance" })
|
|
4397
4397
|
}, cc = ze(
|
|
4398
|
-
"group outline-none transition-all duration-100 p-[2px] rounded-sm border border-solid border-transparent",
|
|
4398
|
+
"group outline-none transition-all duration-100 p-[2px] rounded-sm border border-solid border-transparent hover:underline underline-offset-4",
|
|
4399
4399
|
{
|
|
4400
4400
|
variants: {
|
|
4401
4401
|
intent: {
|
|
4402
|
-
blue: "text-color-primary-default hover:text-color-primary-hover
|
|
4403
|
-
white: "text-color-white hover:text-color-footer focus-visible:text-color-white
|
|
4402
|
+
blue: "text-color-primary-default hover:text-color-primary-hover focus-visible:text-color-primary-default focus-visible:border-primary-focus",
|
|
4403
|
+
white: "text-color-white hover:text-color-footer focus-visible:text-color-white focus-visible:border-primary-focus",
|
|
4404
|
+
dark: "text-color-dark group-focus:text-icon-dark-default focus-visible:border-primary-focus"
|
|
4404
4405
|
},
|
|
4405
4406
|
withUnderline: {
|
|
4406
4407
|
true: "underline underline-offset-4",
|
|
@@ -4426,7 +4427,8 @@ const Ec = ({
|
|
|
4426
4427
|
variants: {
|
|
4427
4428
|
intent: {
|
|
4428
4429
|
blue: "text-icon-primary-default group-hover:text-icon-primary-hover group-focus:text-icon-primary-default ",
|
|
4429
|
-
white: "text-icon-white group-hover:text-icon-footer group-focus:text-icon-white"
|
|
4430
|
+
white: "text-icon-white group-hover:text-icon-footer group-focus:text-icon-white",
|
|
4431
|
+
dark: "text-icon-dark-default"
|
|
4430
4432
|
},
|
|
4431
4433
|
disabled: {
|
|
4432
4434
|
true: "!text-icon-primary-disabled pointer-events-none",
|
|
@@ -4488,4 +4490,4 @@ export {
|
|
|
4488
4490
|
Da as y,
|
|
4489
4491
|
xc as z
|
|
4490
4492
|
};
|
|
4491
|
-
//# sourceMappingURL=CustomLink-
|
|
4493
|
+
//# sourceMappingURL=CustomLink-BQOhJbbq.js.map
|