@scbt-ecom/ui 0.12.1 → 0.12.3
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/{Advantages-1Y5pepJl.js → Advantages-BIWy5o6G.js} +12 -5
- package/dist/Advantages-BIWy5o6G.js.map +1 -0
- package/dist/client.js +920 -903
- package/dist/client.js.map +1 -1
- package/dist/hybrid.js +49 -46
- package/dist/hybrid.js.map +1 -1
- package/dist/shared/ui/FloatButton.d.ts +4 -1
- package/dist/shared/ui/formElements/sliderControl/model/useLogarithmic.d.ts +15 -0
- package/dist/shared/ui/formElements/sliderControl/model/useSlider.d.ts +4 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/Advantages-1Y5pepJl.js.map +0 -1
|
@@ -6210,7 +6210,14 @@ const Gu = ({
|
|
|
6210
6210
|
portalContainer: u,
|
|
6211
6211
|
...f
|
|
6212
6212
|
}) => /* @__PURE__ */ P.jsxs(Pl, { defaultOpen: a, children: [
|
|
6213
|
-
/* @__PURE__ */ P.jsx("div", { className: ie("flex w-max items-center gap-2", e == null ? void 0 : e.root), children: /* @__PURE__ */ P.jsx(
|
|
6213
|
+
/* @__PURE__ */ P.jsx("div", { className: ie("flex w-max items-center gap-2", e == null ? void 0 : e.root), children: /* @__PURE__ */ P.jsx(
|
|
6214
|
+
Ol,
|
|
6215
|
+
{
|
|
6216
|
+
"aria-label": "tooltip",
|
|
6217
|
+
className: ie("flex cursor-pointer items-center justify-center", e == null ? void 0 : e.trigger),
|
|
6218
|
+
children: t
|
|
6219
|
+
}
|
|
6220
|
+
) }),
|
|
6214
6221
|
/* @__PURE__ */ P.jsx(Al, { container: u, children: /* @__PURE__ */ P.jsxs(
|
|
6215
6222
|
Nl,
|
|
6216
6223
|
{
|
|
@@ -6231,13 +6238,13 @@ const Gu = ({
|
|
|
6231
6238
|
jl,
|
|
6232
6239
|
{
|
|
6233
6240
|
"aria-label": "Close",
|
|
6234
|
-
className: ie("size-
|
|
6241
|
+
className: ie("flex size-5 items-center justify-center outline-0 outline-transparent", e == null ? void 0 : e.closeTrigger),
|
|
6235
6242
|
children: /* @__PURE__ */ P.jsx(
|
|
6236
6243
|
Di,
|
|
6237
6244
|
{
|
|
6238
6245
|
name: "general/close",
|
|
6239
6246
|
className: ie(
|
|
6240
|
-
"size-
|
|
6247
|
+
"size-5 cursor-pointer text-icon-blue-grey-600 transition-colors hover:text-icon-blue-grey-800",
|
|
6241
6248
|
e == null ? void 0 : e.closeIcon
|
|
6242
6249
|
)
|
|
6243
6250
|
}
|
|
@@ -9126,7 +9133,7 @@ const Ku = ({ advantagesList: t, classes: e }) => /* @__PURE__ */ P.jsx(
|
|
|
9126
9133
|
"div",
|
|
9127
9134
|
{
|
|
9128
9135
|
className: ie(
|
|
9129
|
-
'after:content-[" "] relative flex h-full w-full flex-col gap-
|
|
9136
|
+
'after:content-[" "] relative flex h-full w-full flex-col gap-1 after:absolute after:-bottom-4 after:left-1/2 after:h-[1px] after:w-full after:-translate-x-1/2 after:bg-color-blue-grey-300 last:after:hidden desktop:w-[285px] desktop:px-8 desktop:after:bottom-auto desktop:after:left-auto desktop:after:right-0 desktop:after:top-1/2 desktop:after:h-10 desktop:after:w-[1px] desktop:after:-translate-y-1/2 desktop:after:translate-x-0',
|
|
9130
9137
|
e == null ? void 0 : e.advantageItem
|
|
9131
9138
|
),
|
|
9132
9139
|
children: [
|
|
@@ -9186,4 +9193,4 @@ export {
|
|
|
9186
9193
|
Ne as y,
|
|
9187
9194
|
qu as z
|
|
9188
9195
|
};
|
|
9189
|
-
//# sourceMappingURL=Advantages-
|
|
9196
|
+
//# sourceMappingURL=Advantages-BIWy5o6G.js.map
|