@orangelogic/design-system 2.19.0-pr77248.4 → 2.21.0-pr77302.4
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/{asset-link-format.CNLtOgSn.js → asset-link-format.C0CS4yT2.js} +1 -1
- package/library/chunks/{color-swatch-group.fL5ADbZF.js → color-swatch-group.CLgR1RVY.js} +3 -3
- package/library/chunks/{color-swatch.JL7CbNRm.js → color-swatch.k8v423rv.js} +1 -1
- package/library/chunks/{confirm-popover.DwSAxWFi.js → confirm-popover.B5zE9qkC.js} +1 -1
- package/library/chunks/{dialog.upIZWR3x.js → dialog.BTGwgvZG.js} +1 -1
- package/library/chunks/{file-on-demand.Cb4mtesb.js → file-on-demand.Dbju7eFg.js} +5 -5
- package/library/chunks/{folder-select.BsbsjikP.js → folder-select.hyld2fgc.js} +2 -2
- package/library/chunks/{image.CRcv0x3Z.js → image.9eUBQRQ0.js} +11 -12
- package/library/chunks/{list-editor.BPUsGMW-.js → list-editor.CrErjQdh.js} +1 -1
- package/library/chunks/{menu-item.HK2A6RqD.js → menu-item.Dep30IBS.js} +1 -1
- package/library/chunks/popup.CiIgTjOV.js +3320 -0
- package/library/chunks/{select.DMdl1Kdd.js → select.CWOW4pAr.js} +1 -1
- package/library/chunks/{tab-group.3F6gRchD.js → tab-group.C0I_UeKY.js} +1 -1
- package/library/chunks/{table.BarE1-gL.js → table.Oco9h8cd.js} +1 -1
- package/library/components/asset-link-format.js +1 -1
- package/library/components/atoms.js +7 -7
- package/library/components/color-picker.js +1 -1
- package/library/components/color-swatch-group.js +4 -4
- package/library/components/color-swatch.js +2 -2
- package/library/components/confirm-popover.js +2 -2
- package/library/components/corner-position-input-group.js +1 -1
- package/library/components/dialog.js +2 -2
- package/library/components/dropdown.js +1 -1
- package/library/components/dynamic-select.js +2 -2
- package/library/components/file-on-demand.js +6 -6
- package/library/components/folder-select.js +2 -2
- package/library/components/image.js +3 -4
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +2 -2
- package/library/components/masonry.js +1 -1
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +4 -4
- package/library/components/organisms.js +3 -3
- package/library/components/pagination.js +1 -1
- package/library/components/popup.js +10 -3297
- package/library/components/range.js +1 -1
- package/library/components/select.js +2 -2
- package/library/components/size-input-group.js +1 -1
- package/library/components/tab-group.js +2 -2
- package/library/components/table.js +1 -1
- package/library/components/tooltip.js +1 -1
- package/library/components/types.js +2262 -2333
- package/library/components/video.js +1 -1
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/popup/popup.d.ts +7 -1
- package/library/packages/tools/src/fetch-image/fetch-image.d.ts +0 -8
- package/package.json +1 -1
- package/library/chunks/debounce.DZNkg8Q5.js +0 -11
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { i as T, n as h, C as V, x as _, c as D } from "../chunks/custom-element.fmLrnDZr.js";
|
|
2
2
|
import { c as w } from "../chunks/component.styles.DtouHn2g.js";
|
|
3
3
|
import { f as $ } from "../chunks/form-control.styles.j0hNjZTU.js";
|
|
4
|
-
import { d as C } from "../chunks/
|
|
4
|
+
import { d as C } from "../chunks/popup.CiIgTjOV.js";
|
|
5
5
|
import { d as S } from "../chunks/default-value.BrNrMtnz.js";
|
|
6
6
|
import { d as y } from "../chunks/drag.DXEXVXPv.js";
|
|
7
7
|
import { F as L } from "../chunks/form.BFLbw9Rz.js";
|
|
@@ -10,7 +10,7 @@ import "../chunks/form.BFLbw9Rz.js";
|
|
|
10
10
|
import "../chunks/i18n.C6c6_pqI.js";
|
|
11
11
|
import "../chunks/scroll.DwPiX2Ox.js";
|
|
12
12
|
import "../chunks/slot.DJLm4Dig.js";
|
|
13
|
-
import { C as y } from "../chunks/select.
|
|
13
|
+
import { C as y } from "../chunks/select.CWOW4pAr.js";
|
|
14
14
|
import "../chunks/watch.BCJD77bD.js";
|
|
15
15
|
import "../chunks/state.Dt9F_SuS.js";
|
|
16
16
|
import "../chunks/query.BBf1UFkC.js";
|
|
@@ -19,7 +19,7 @@ import "../chunks/unsafe-html.BpqikVtf.js";
|
|
|
19
19
|
import "../chunks/when.Dr1es41R.js";
|
|
20
20
|
import "./icon.js";
|
|
21
21
|
import "../chunks/option.pgg_ZoHY.js";
|
|
22
|
-
import "
|
|
22
|
+
import "../chunks/popup.CiIgTjOV.js";
|
|
23
23
|
import "./spinner.js";
|
|
24
24
|
import "./tag.js";
|
|
25
25
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import f from "./icon-button.js";
|
|
2
2
|
import d from "./input.js";
|
|
3
|
-
import { C as g } from "../chunks/select.
|
|
3
|
+
import { C as g } from "../chunks/select.CWOW4pAr.js";
|
|
4
4
|
import v from "./space.js";
|
|
5
5
|
import k from "./tooltip.js";
|
|
6
6
|
import { i as P, n as r, C as $, x as h, c as b } from "../chunks/custom-element.fmLrnDZr.js";
|
|
@@ -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 q } from "../chunks/tab-group.
|
|
4
|
+
import { C as q } from "../chunks/tab-group.C0I_UeKY.js";
|
|
5
5
|
import "../chunks/i18n.C6c6_pqI.js";
|
|
6
6
|
import "../chunks/scroll.DwPiX2Ox.js";
|
|
7
7
|
import "../chunks/watch.BCJD77bD.js";
|
|
@@ -17,7 +17,7 @@ import "../chunks/button.G_W-dK6b.js";
|
|
|
17
17
|
import "./dropdown.js";
|
|
18
18
|
import "./icon-button.js";
|
|
19
19
|
import "./menu.js";
|
|
20
|
-
import "../chunks/menu-item.
|
|
20
|
+
import "../chunks/menu-item.Dep30IBS.js";
|
|
21
21
|
import "./tab.js";
|
|
22
22
|
export {
|
|
23
23
|
q as default
|
|
@@ -7,7 +7,7 @@ import "../chunks/custom-element.fmLrnDZr.js";
|
|
|
7
7
|
import "../chunks/component.styles.DtouHn2g.js";
|
|
8
8
|
import "../chunks/overlay-scrollbar.styles.B1VCLkfA.js";
|
|
9
9
|
import "../chunks/pagination.y5oqoPVr.js";
|
|
10
|
-
import { A as c, l as w, n as b, e as T, c as z, o as F, p as P, d as S, D as v, q as y, E as g, s as x, F as A, t as D, u as I, v as h, G as E, w as G, H, x as f, I as j, y as K, K as L, z as V, M as k, B as q, J as B, L as J, N, O, Q, U, P as W, h as X, V as Y, k as Z, W as _, X as $, Y as oo, Z as eo, j as ao, R as so, $ as lo, _ as uo, S as to, a0 as Mo, a1 as ro, T as no, b as po, a2 as io, a3 as mo, C as Co } from "../chunks/table.
|
|
10
|
+
import { A as c, l as w, n as b, e as T, c as z, o as F, p as P, d as S, D as v, q as y, E as g, s as x, F as A, t as D, u as I, v as h, G as E, w as G, H, x as f, I as j, y as K, K as L, z as V, M as k, B as q, J as B, L as J, N, O, Q, U, P as W, h as X, V as Y, k as Z, W as _, X as $, Y as oo, Z as eo, j as ao, R as so, $ as lo, _ as uo, S as to, a0 as Mo, a1 as ro, T as no, b as po, a2 as io, a3 as mo, C as Co } from "../chunks/table.Oco9h8cd.js";
|
|
11
11
|
import "../chunks/i18n.C6c6_pqI.js";
|
|
12
12
|
import "../chunks/watch.BCJD77bD.js";
|
|
13
13
|
import "../chunks/state.Dt9F_SuS.js";
|
|
@@ -6,7 +6,7 @@ import { L as k } from "../chunks/i18n.C6c6_pqI.js";
|
|
|
6
6
|
import { w as l } from "../chunks/watch.BCJD77bD.js";
|
|
7
7
|
import { e as d } from "../chunks/query.BBf1UFkC.js";
|
|
8
8
|
import { e as B } from "../chunks/class-map.DqNfBvJI.js";
|
|
9
|
-
import D from "
|
|
9
|
+
import { C as D } from "../chunks/popup.CiIgTjOV.js";
|
|
10
10
|
const O = v`
|
|
11
11
|
:host {
|
|
12
12
|
--hide-delay: 0ms;
|