@scbt-ecom/ui 0.36.0 → 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/ui.js +2 -2
- package/dist/widget.js +195 -191
- package/dist/widget.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { ComponentProps } from 'react';
|
|
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
|
3
3
|
import { AllowedIcons } from '..';
|
|
4
4
|
declare const customLinkConfig: (props?: ({
|
|
5
|
-
intent?: "blue" | "white" | null | undefined;
|
|
5
|
+
intent?: "blue" | "white" | "dark" | null | undefined;
|
|
6
6
|
withUnderline?: boolean | null | undefined;
|
|
7
7
|
disabled?: boolean | null | undefined;
|
|
8
8
|
size?: "sm" | "md" | null | undefined;
|
package/dist/ui.js
CHANGED
|
@@ -3,8 +3,8 @@ var ch = (t) => {
|
|
|
3
3
|
};
|
|
4
4
|
var wc = (t, e, n) => e.has(t) || ch("Cannot " + n);
|
|
5
5
|
var pe = (t, e, n) => (wc(t, e, "read from private field"), n ? n.call(t) : e.get(t)), et = (t, e, n) => e.has(t) ? ch("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, n), Ve = (t, e, n, r) => (wc(t, e, "write to private field"), r ? r.call(t, n) : e.set(t, n), n), dt = (t, e, n) => (wc(t, e, "access private method"), n);
|
|
6
|
-
import { j as P, c as Rl, R as tS, B as Tv, I as ze, e as yt, f as Ar, g as Ov, u as pn, h as nS, i as qe, k as Nl, D as rS, l as iS, m as oS, n as sS, o as hf, p as Si, q as aS, r as Mv, s as Il, t as lS, A as cS, H as uS, d as dS, v as fS, w as No, x as pS, y as Dv, z as kc, E as Sc, F as hS, G as mS, J as gS, K as yS, M as vS, N as bS, O as jl, _ as Ei, L as xS, a as Ll } from "./CustomLink-
|
|
7
|
-
import { C as ZH, P as e5, S as t5, b as n5 } from "./CustomLink-
|
|
6
|
+
import { j as P, c as Rl, R as tS, B as Tv, I as ze, e as yt, f as Ar, g as Ov, u as pn, h as nS, i as qe, k as Nl, D as rS, l as iS, m as oS, n as sS, o as hf, p as Si, q as aS, r as Mv, s as Il, t as lS, A as cS, H as uS, d as dS, v as fS, w as No, x as pS, y as Dv, z as kc, E as Sc, F as hS, G as mS, J as gS, K as yS, M as vS, N as bS, O as jl, _ as Ei, L as xS, a as Ll } from "./CustomLink-BQOhJbbq.js";
|
|
7
|
+
import { C as ZH, P as e5, S as t5, b as n5 } from "./CustomLink-BQOhJbbq.js";
|
|
8
8
|
import * as B from "react";
|
|
9
9
|
import oe, { forwardRef as ot, createContext as st, useContext as _e, useState as Ae, useEffect as Fe, useMemo as De, useCallback as Oe, useRef as we, useId as Ut, useInsertionEffect as Pv, Children as Ki, isValidElement as oo, useLayoutEffect as js, Fragment as un, createElement as mf, Component as wS, cloneElement as gf, useReducer as yf, useSyncExternalStore as kS, createRef as SS, memo as Av, useImperativeHandle as ES, useDebugValue as Rv } from "react";
|
|
10
10
|
import { c as ee } from "./cn-DIfn7EPB.js";
|