@scbt-ecom/ui 0.84.0 → 0.85.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-5WLPawT4.js → index-D-n_ZccO.js} +1452 -1449
- package/dist/{index-5WLPawT4.js.map → index-D-n_ZccO.js.map} +1 -1
- package/dist/lib/shared/ui/customLink/index.d.ts +1 -0
- package/dist/lib/shared/ui/customLink/model/helpers.d.ts +14 -0
- package/dist/ui.js +12 -9
- package/dist/widget.js +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
export declare const linkPrimitiveIntent: {
|
|
2
|
+
readonly blue: "text-color-primary-default hover:text-color-primary-hover focus-visible:text-color-primary-default focus-visible:border-primary-focus";
|
|
3
|
+
readonly white: "text-color-white hover:text-color-footer focus-visible:text-color-white focus-visible:border-primary-focus";
|
|
4
|
+
readonly dark: "text-color-dark group-focus:text-icon-dark-default focus-visible:border-primary-focus";
|
|
5
|
+
};
|
|
6
|
+
export declare const linkPrimitiveSize: {
|
|
7
|
+
readonly sm: "desk-body-regular-m";
|
|
8
|
+
readonly md: "desk-body-regular-l";
|
|
9
|
+
};
|
|
10
|
+
export declare const linkPrimitiveArrowIntent: {
|
|
11
|
+
readonly blue: "text-icon-primary-default group-hover:text-icon-primary-hover group-focus:text-icon-primary-default ";
|
|
12
|
+
readonly white: "text-icon-white group-hover:text-icon-footer group-focus:text-icon-white";
|
|
13
|
+
readonly dark: "text-icon-dark-default";
|
|
14
|
+
};
|
|
1
15
|
export declare const customLinkConfig: (props?: ({
|
|
2
16
|
intent?: "blue" | "white" | "dark" | null | undefined;
|
|
3
17
|
withUnderline?: boolean | null | undefined;
|
package/dist/ui.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { c as On, R as An, B as ge, u as Tn, a as Nn, b as jn, d as Hn, P as Be, e as Wt, f as Gn, I as zn, g as et, h as kn, A as Bn, i as Ne, H as qn, D as Un, V as Kn, O as Xn } from "./index-
|
|
2
|
-
import { o as yi, C as Fi,
|
|
1
|
+
import { c as On, R as An, B as ge, u as Tn, a as Nn, b as jn, d as Hn, P as Be, e as Wt, f as Gn, I as zn, g as et, h as kn, A as Bn, i as Ne, H as qn, D as Un, V as Kn, O as Xn } from "./index-D-n_ZccO.js";
|
|
2
|
+
import { o as yi, C as Fi, z as _i, y as Ii, s as Mi, p as Vi, K as Pi, L as $i, M as bi, N as Ei, n as Di, q as Li, r as Oi, U as Ai, t as Ti, j as Ni, l as ji, k as Hi, m as Gi, E as zi, v as ki, w as Bi, x as qi } from "./index-D-n_ZccO.js";
|
|
3
3
|
import { j as C, m as Wn } from "./mergeRefs-Danc3mp8.js";
|
|
4
4
|
import * as ce from "react";
|
|
5
5
|
import { forwardRef as Q, useState as oe, useRef as je, useCallback as Se, useEffect as ve, isValidElement as He, cloneElement as Qt, Children as Ie } from "react";
|
|
6
6
|
import { c as F, T as Tt } from "./typeGuards-CSiImkUY.js";
|
|
7
|
-
import { aQ as
|
|
7
|
+
import { aQ as Ki, aT as Xi, aP as Wi, aS as Qi, aR as Ji } from "./utils-CnDzHNQ6.js";
|
|
8
8
|
import { u as qe, a as Qn } from "./useDebounce-CEu2ysPk.js";
|
|
9
9
|
const Jn = On(
|
|
10
10
|
"group flex items-center justify-center cursor-pointer rounded-full outline-offset-[3px] outline-transparent outline-2 transition duration-12 active:scale-[0.97] disabled:pointer-events-none",
|
|
@@ -4313,7 +4313,7 @@ export {
|
|
|
4313
4313
|
Ci as CarouselBase,
|
|
4314
4314
|
_i as Controlled,
|
|
4315
4315
|
Ii as CustomLink,
|
|
4316
|
-
|
|
4316
|
+
Ki as DATE_VISIBLE_PATTERN,
|
|
4317
4317
|
Si as DataTable,
|
|
4318
4318
|
lo as DataTableColumnHeader,
|
|
4319
4319
|
Mi as Dialog,
|
|
@@ -4351,10 +4351,13 @@ export {
|
|
|
4351
4351
|
ji as buttonPrimitiveSize,
|
|
4352
4352
|
Hi as buttonPrimitiveTextFormat,
|
|
4353
4353
|
Gi as buttonPrimitiveType,
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
zi as isSingleOption
|
|
4354
|
+
Xi as defaultClassNames,
|
|
4355
|
+
Wi as formatDateToLocaleString,
|
|
4356
|
+
Qi as formatDateToMonthString,
|
|
4357
|
+
Ji as formatDateToYearString,
|
|
4358
|
+
zi as isSingleOption,
|
|
4359
|
+
ki as linkPrimitiveArrowIntent,
|
|
4360
|
+
Bi as linkPrimitiveIntent,
|
|
4361
|
+
qi as linkPrimitiveSize
|
|
4359
4362
|
};
|
|
4360
4363
|
//# sourceMappingURL=ui.js.map
|
package/dist/widget.js
CHANGED
|
@@ -14,7 +14,7 @@ var bt = (e, t, r, n) => ({
|
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
16
|
import { j as o } from "./mergeRefs-Danc3mp8.js";
|
|
17
|
-
import { S as ge,
|
|
17
|
+
import { S as ge, F as je, Q as Re, G as F, J as Vt, T as ze, W as Le, X as $t, Y as $, Z as Qe, _ as Ve, $ as $e, a0 as We, a1 as Wt, a2 as At, a3 as Ae, a4 as qt, a5 as Ut, a6 as qe, B as ht, c as D, R as B, n as ye, t as Ue, H as P, i as b, y as pt, q as Tt, L as Ke, o as Ot, A as dt, z as ke, a7 as Ze, r as Xe, U as yt, s as Ye, a8 as Ft, a9 as Je, M as Ge } from "./index-D-n_ZccO.js";
|
|
18
18
|
import { c as a, T as O } from "./typeGuards-CSiImkUY.js";
|
|
19
19
|
import * as ut from "react";
|
|
20
20
|
import { lazy as E, useCallback as we, useState as A, useMemo as kt, createElement as Bt, useRef as Et, useReducer as se, memo as Pt, forwardRef as tr, useEffect as _t } from "react";
|