@scbt-ecom/ui 0.19.3 → 0.20.0
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-fkoWqN7e.js → CustomLink-BZ2X3A56.js} +2 -2
- package/dist/{CustomLink-fkoWqN7e.js.map → CustomLink-BZ2X3A56.js.map} +1 -1
- package/dist/shared/ui/formElements/SwitchControl.d.ts +3 -0
- package/dist/shared/ui/formElements/controlled/index.d.ts +1 -0
- package/dist/shared/ui/formElements/controlled/switch/SwitchControl.d.ts +36 -0
- package/dist/shared/ui/formElements/controlled/switch/index.d.ts +1 -0
- package/dist/shared/ui/formElements/uncontrolled/switch/Switch.d.ts +12 -0
- package/dist/shared/ui/formElements/uncontrolled/switch/index.d.ts +1 -0
- package/dist/ui.js +5080 -4967
- package/dist/ui.js.map +1 -1
- package/dist/widget.js +1 -1
- package/package.json +1 -1
|
@@ -4339,7 +4339,7 @@ const Ec = ({
|
|
|
4339
4339
|
oc,
|
|
4340
4340
|
{
|
|
4341
4341
|
className: L(
|
|
4342
|
-
"desk-body-regular-m flex w-64 items-start gap-2 rounded-sm bg-color-white p-4 shadow-sm outline-none",
|
|
4342
|
+
"desk-body-regular-m flex w-fit max-w-64 items-start gap-2 rounded-sm bg-color-white p-4 shadow-sm outline-none",
|
|
4343
4343
|
t == null ? void 0 : t.content
|
|
4344
4344
|
),
|
|
4345
4345
|
sideOffset: n,
|
|
@@ -4504,4 +4504,4 @@ export {
|
|
|
4504
4504
|
pe as y,
|
|
4505
4505
|
Da as z
|
|
4506
4506
|
};
|
|
4507
|
-
//# sourceMappingURL=CustomLink-
|
|
4507
|
+
//# sourceMappingURL=CustomLink-BZ2X3A56.js.map
|