@orangelogic/design-system 2.44.0 → 2.45.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/library/chunks/{color-swatch-group.DrpRd8Xw.js → color-swatch-group.CMz7zQdk.js} +1 -1
- package/library/chunks/{file-on-demand.ZcYwCR_s.js → file-on-demand.CODE3g50.js} +1 -1
- package/library/chunks/{list-editor.B_BRQoUp.js → list-editor.BZMql0Tj.js} +1 -1
- package/library/chunks/ref.BDmlFGTP.js +99 -0
- package/library/chunks/{tab-group.g2uXM2W8.js → tab-group.uF5JbAGa.js} +1 -1
- package/library/chunks/{table.Be9berv0.js → table.D6Abk0xC.js} +1 -1
- package/library/components/atoms.js +3 -3
- package/library/components/color-swatch-group.js +2 -2
- package/library/components/file-on-demand.js +2 -2
- package/library/components/list-editor.js +2 -2
- package/library/components/menu-item.js +678 -13
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +1 -1
- package/library/components/organisms.js +2 -2
- package/library/components/range.js +535 -396
- package/library/components/tab-group.js +2 -2
- package/library/components/table.js +1 -1
- package/library/components/types.js +204 -189
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/range/mark-controller.d.ts +34 -0
- package/library/packages/atoms/src/components/range/range.d.ts +6 -8
- package/library/packages/atoms/src/components/range/range.utils.d.ts +58 -1
- package/library/packages/organisms/src/downloader/downloader.d.ts +1 -0
- package/library/packages/tools/src/fetch-image/fetch-image.d.ts +6 -1
- package/library/react-web-component.d.ts +4 -0
- package/package.json +1 -1
- package/library/chunks/menu-item.DOFCmq0Z.js +0 -775
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./resize-observer.js";
|
|
2
2
|
import "../chunks/custom-element.fmLrnDZr.js";
|
|
3
3
|
import "../chunks/component.styles.DtouHn2g.js";
|
|
4
|
-
import { C as w } from "../chunks/tab-group.
|
|
4
|
+
import { C as w } from "../chunks/tab-group.uF5JbAGa.js";
|
|
5
5
|
import "../chunks/i18n.D33BKrRs.js";
|
|
6
6
|
import "../chunks/scroll.DwPiX2Ox.js";
|
|
7
7
|
import "../chunks/watch.BCJD77bD.js";
|
|
@@ -19,7 +19,7 @@ import "../chunks/button.DrU92LJQ.js";
|
|
|
19
19
|
import "./dropdown.js";
|
|
20
20
|
import "./icon-button.js";
|
|
21
21
|
import "./menu.js";
|
|
22
|
-
import "
|
|
22
|
+
import "./menu-item.js";
|
|
23
23
|
import "./tab.js";
|
|
24
24
|
export {
|
|
25
25
|
w as default
|
|
@@ -7,7 +7,7 @@ import "../chunks/custom-element.fmLrnDZr.js";
|
|
|
7
7
|
import "../chunks/component.styles.DtouHn2g.js";
|
|
8
8
|
import "../chunks/overlayscrollbars.BhATcEys.js";
|
|
9
9
|
import "../chunks/pagination.y5oqoPVr.js";
|
|
10
|
-
import { A as b, l as w, n as T, e as x, c as z, o as F, p as P, d as S, a5 as v, a6 as y, D as A, q as g, E as D, s as I, F as h, t as E, u as G, v as f, G as j, w as H, x as K, y as L, I as V, z as k, K as q, B, M as J, J as N, L as O, N as Q, O as U, Q as W, U as X, V as Y, P as Z, h as _, W as $, k as oo, X as eo, Y as ao, Z as so, _ as lo, j as uo, R as to, a0 as Mo, $ as ro, S as io, a1 as no, a2 as po, T as mo, b as Co, a3 as Ro, a4 as co, C as bo } from "../chunks/table.
|
|
10
|
+
import { A as b, l as w, n as T, e as x, c as z, o as F, p as P, d as S, a5 as v, a6 as y, D as A, q as g, E as D, s as I, F as h, t as E, u as G, v as f, G as j, w as H, x as K, y as L, I as V, z as k, K as q, B, M as J, J as N, L as O, N as Q, O as U, Q as W, U as X, V as Y, P as Z, h as _, W as $, k as oo, X as eo, Y as ao, Z as so, _ as lo, j as uo, R as to, a0 as Mo, $ as ro, S as io, a1 as no, a2 as po, T as mo, b as Co, a3 as Ro, a4 as co, C as bo } from "../chunks/table.D6Abk0xC.js";
|
|
11
11
|
import "../chunks/i18n.D33BKrRs.js";
|
|
12
12
|
import "../chunks/watch.BCJD77bD.js";
|
|
13
13
|
import "../chunks/state.Dt9F_SuS.js";
|