@scbt-ecom/ui 0.61.9 → 0.62.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/{index-agLtUw8q.js → index-DzIu8nCP.js} +1695 -1611
- package/dist/index-DzIu8nCP.js.map +1 -0
- package/dist/shared/ui/formElements/controlled/editor/EditorControl.d.ts +1 -0
- package/dist/shared/ui/formElements/controlled/editor/ui/Editor.d.ts +1 -0
- package/dist/shared/ui/icon/sprite.gen.d.ts +1 -1
- package/dist/sprites/arrows.svg +1 -1
- package/dist/ui.js +4 -2
- package/dist/ui.js.map +1 -1
- package/dist/widget.js +1 -1
- package/package.json +2 -1
- package/dist/index-agLtUw8q.js.map +0 -1
package/dist/widget.js
CHANGED
|
@@ -13,7 +13,7 @@ var mt = (e, t, r, n) => ({
|
|
|
13
13
|
return m(e, t, n);
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
|
-
import { S as Vt, w as Wt, Q as le, x as M, y as Mt, z as ue, E as pe, F as Et, G as P, J as me, M as he, T as xe, W as fe, X as Ot, Y as St, Z as ce, _ as Ft, $ as Bt, a0 as be, j as o, B as vt, c as E, R as H, l as Gt, r as ge, H as W, i as c, s as ct, p as je, L as ye, n as Nt, A as ot, t as ke, a1 as we, q as ve, U as Kt, m as st, k as Ne } from "./index-
|
|
16
|
+
import { S as Vt, w as Wt, Q as le, x as M, y as Mt, z as ue, E as pe, F as Et, G as P, J as me, M as he, T as xe, W as fe, X as Ot, Y as St, Z as ce, _ as Ft, $ as Bt, a0 as be, j as o, B as vt, c as E, R as H, l as Gt, r as ge, H as W, i as c, s as ct, p as je, L as ye, n as Nt, A as ot, t as ke, a1 as we, q as ve, U as Kt, m as st, k as Ne } from "./index-DzIu8nCP.js";
|
|
17
17
|
import { c as a, T as k } from "./typeGuards-Bhdr9KYW.js";
|
|
18
18
|
import * as at from "react";
|
|
19
19
|
import { useCallback as $t, useState as G, useMemo as Ct, createElement as Zt, Fragment as se, useEffect as Xt, useRef as Tt, useReducer as Ce, memo as Jt } from "react";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scbt-ecom/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.62.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
"@storybook/test": "^8.5.3",
|
|
109
109
|
"@tanstack/react-query": "^5.62.2",
|
|
110
110
|
"@tanstack/react-table": "^8.21.2",
|
|
111
|
+
"@tiptap/extension-character-count": "^2.11.5",
|
|
111
112
|
"@tiptap/extension-color": "^2.9.1",
|
|
112
113
|
"@tiptap/extension-heading": "^2.11.3",
|
|
113
114
|
"@tiptap/extension-link": "^2.9.1",
|