@orangelogic/design-system 2.158.0 → 2.160.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.
@@ -111,7 +111,7 @@ let t = class extends k {
111
111
  this.canFocusCodeOnly ? void 0 : "-1"
112
112
  )} class="color-swatch__copy-button" copy-label=${this.localize.term("clickToCopy")} focus-copy-label=${this.localize.term(
113
113
  "pressEnterOrCtrlCToCopy"
114
- )} label=${`${a.key} ${a.value}`} no-icon value=${a.value}><cx-line-clamp lines=${this.lineClamp} disabled-tooltip class=${g({
114
+ )} label=${`${a.key} ${a.value}`} no-icon hoist value=${a.value}><cx-line-clamp lines=${this.lineClamp} disabled-tooltip class=${g({
115
115
  "color-swatch__value-wrapper": !0
116
116
  })}><cx-typography variant=${this.textVariant} style=${l({
117
117
  "--color": this.textColor
@@ -34,7 +34,7 @@ import { a as ObjectFit } from "./index.Cpamj0jB.js";
34
34
  import { r as r$1 } from "./state.CSDxrqLd.js";
35
35
  import { e } from "./class-map.BiVq-cVR.js";
36
36
  import { n as n$1 } from "./when.Dr1es41R.js";
37
- import { C as CxImage } from "./image.BO6NWyIo.js";
37
+ import { C as CxImage } from "./image.5mhGPvMN.js";
38
38
  var BookReaderMode$1 = /* @__PURE__ */ ((l) => (l.Image = "Image", l.Pdf = "Pdf", l))(BookReaderMode$1 || {}), BookReaderViewMode = /* @__PURE__ */ ((l) => (l.FourPage = "FourPage", l.OnePage = "OnePage", l.TwoPage = "TwoPage", l))(BookReaderViewMode || {});
39
39
  function commonjsRequire(l) {
40
40
  throw new Error('Could not dynamically require "' + l + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
@@ -5,7 +5,7 @@ import { c as Ae } from "./custom-element.L4WJXn1j.js";
5
5
  import { d as Oe } from "./debounce.DaHuiSGU.js";
6
6
  import { L as je } from "./i18n.Bchq8v1d.js";
7
7
  import { w as I } from "./watch.DOt4Mabe.js";
8
- import { a as Ze } from "./url.-WDYqplj.js";
8
+ import { a as Ze } from "./url.Bd5rq4G0.js";
9
9
  import { i as se, E as K, x as E } from "./lit-element.jLBm65_O.js";
10
10
  import { n as v } from "./lib-cortex-element.CVMmyPMC.js";
11
11
  import { r as k } from "./state.CSDxrqLd.js";
@@ -0,0 +1,48 @@
1
+ function R(a, e = globalThis.location.origin) {
2
+ if (a) {
3
+ try {
4
+ const t = new URL(a);
5
+ if (t.origin === e)
6
+ return t.pathname + t.search + t.hash || "/";
7
+ } catch {
8
+ }
9
+ return a;
10
+ }
11
+ }
12
+ function _(a, e = "https://", t = !1) {
13
+ return t && a.match(c) || a.match(/^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//) ? a : `${e}${a}`;
14
+ }
15
+ function h(a, e, t) {
16
+ if (!a)
17
+ return a;
18
+ const s = a.indexOf("#"), n = s === -1 ? a : a.slice(0, s), d = s === -1 ? "" : a.slice(s), o = n.includes("?") ? "&" : "?";
19
+ return `${n}${o}${encodeURIComponent(e)}=${encodeURIComponent(t)}${d}`;
20
+ }
21
+ function p(a) {
22
+ return !!a && a.toLowerCase().includes("expire");
23
+ }
24
+ function A(a) {
25
+ try {
26
+ return new URL(a), new RegExp(r, "i").test(a);
27
+ } catch {
28
+ return !1;
29
+ }
30
+ }
31
+ const c = "^(?![a-zA-Z][a-zA-Z\\d+\\-.]*:\\/\\/)(?!([a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,}($|\\/))[^\\s]+$", r = "^(https?:\\/\\/)?((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|((\\d{1,3}\\.){3}\\d{1,3}))(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*(\\?[;&a-z\\d%_.~+=-]*)?(\\#[^\\s]*)?$", z = "^(https?:\\/\\/)?((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.){2,}[a-z]{2,}|((\\d{1,3}\\.){3}\\d{1,3}))(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*(\\?[;&a-z\\d%_.~+=-]*)?(\\#[^\\s]*)?$", i = "^((https?:\\/\\/)?[a-z\\d]([a-z\\d-]*[a-z\\d])*\\.[a-z\\d]([a-z\\d-]*[a-z\\d])*|(https?:\\/\\/)[a-z\\d]([a-z\\d-]*[a-z\\d])*)(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*(\\?[;&a-z\\d%_.~+=-]*)?(\\#[^\\s]*)?$";
32
+ function E(a) {
33
+ return new RegExp(z, "i").test(a) || new RegExp(i, "i").test(a);
34
+ }
35
+ const I = "^(https?:\\/\\/)((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|((\\d{1,3}\\.){3}\\d{1,3}))(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*(\\?[;&a-z\\d%_.~+=-]*)?(\\#[^\\s]*)?$";
36
+ export {
37
+ c as R,
38
+ r as U,
39
+ h as a,
40
+ _ as b,
41
+ E as c,
42
+ p as d,
43
+ z as e,
44
+ i as f,
45
+ I as g,
46
+ A as i,
47
+ R as t
48
+ };
@@ -20,7 +20,7 @@ import { default as W } from "./details.js";
20
20
  import { default as Y } from "./diff.js";
21
21
  import { C as _ } from "../chunks/dialog.Bzf4-IgH.js";
22
22
  import { default as oe } from "./divider.js";
23
- import { C as ae } from "../chunks/document-viewer.DXtjdvqe.js";
23
+ import { C as ae } from "../chunks/document-viewer.CGyOG1yw.js";
24
24
  import { C as xe } from "../chunks/dot-pagination.BdZc-K0r.js";
25
25
  import { default as me } from "./dot-status.js";
26
26
  import { default as pe } from "./drawer.js";
@@ -39,7 +39,7 @@ import { f } from "../chunks/icon.mxNZ85k0.js";
39
39
  import { C as Fe } from "../chunks/icon.mxNZ85k0.js";
40
40
  import { C as Oe } from "../chunks/icon-button.DbVIFgu7.js";
41
41
  import { C as Ee } from "../chunks/iframe.DcHjOcLG.js";
42
- import { C as Le } from "../chunks/image.BO6NWyIo.js";
42
+ import { C as Le } from "../chunks/image.5mhGPvMN.js";
43
43
  import { default as je } from "./image-comparer.js";
44
44
  import { default as Qe } from "./include.js";
45
45
  import { C as qe } from "../chunks/input.BcyLZUmv.js";
@@ -1,9 +1,9 @@
1
1
  import "./space.js";
2
2
  import "../chunks/typography.IqHbnd3C.js";
3
3
  import "../chunks/lib-cortex-element.CVMmyPMC.js";
4
- import "../chunks/color-swatch.BhBZe8OE.js";
4
+ import "../chunks/color-swatch.DsWP2fd-.js";
5
5
  import "../chunks/component.styles.CRO4Odto.js";
6
- import { C as v } from "../chunks/color-swatch-group.oFxwjebo.js";
6
+ import { C as v } from "../chunks/color-swatch-group.Dg5avknJ.js";
7
7
  import "../chunks/content-builder.BU8X7I6V.js";
8
8
  import "../chunks/custom-element.L4WJXn1j.js";
9
9
  import "../chunks/debounce.DaHuiSGU.js";
@@ -5,7 +5,7 @@ import "./space.js";
5
5
  import "../chunks/typography.IqHbnd3C.js";
6
6
  import "../chunks/lib-cortex-element.CVMmyPMC.js";
7
7
  import "../chunks/component.styles.CRO4Odto.js";
8
- import { C as q } from "../chunks/color-swatch.BhBZe8OE.js";
8
+ import { C as q } from "../chunks/color-swatch.DsWP2fd-.js";
9
9
  import "../chunks/color.LzSGBy7o.js";
10
10
  import "../chunks/custom-element.L4WJXn1j.js";
11
11
  import "../chunks/debounce.DaHuiSGU.js";
@@ -1,5 +1,5 @@
1
1
  import "../chunks/resizable-component.styles.CAfXABBc.js";
2
- import { C as b } from "../chunks/document-viewer.DXtjdvqe.js";
2
+ import { C as b } from "../chunks/document-viewer.CGyOG1yw.js";
3
3
  import "../chunks/component.styles.CRO4Odto.js";
4
4
  import "../chunks/index.Cpamj0jB.js";
5
5
  import "../chunks/custom-element.L4WJXn1j.js";
@@ -10,7 +10,7 @@ import "../chunks/state.CSDxrqLd.js";
10
10
  import "../chunks/class-map.BiVq-cVR.js";
11
11
  import "../chunks/when.Dr1es41R.js";
12
12
  import "../chunks/icon.mxNZ85k0.js";
13
- import "../chunks/image.BO6NWyIo.js";
13
+ import "../chunks/image.5mhGPvMN.js";
14
14
  import "../chunks/typography.IqHbnd3C.js";
15
15
  export {
16
16
  b as default
@@ -33,7 +33,7 @@ import { C as rt } from "../chunks/typography.IqHbnd3C.js";
33
33
  import { C as jt } from "../chunks/confirm-popover.C-eHPJaU.js";
34
34
  import { d as Mt } from "../chunks/debounce.DaHuiSGU.js";
35
35
  import { a as Z } from "../chunks/number.CtCaI0T_.js";
36
- import { i as X, b as pt } from "../chunks/url.-WDYqplj.js";
36
+ import { i as X, b as pt } from "../chunks/url.Bd5rq4G0.js";
37
37
  import { b as Vt, a as Ht, i as Wt } from "../chunks/_baseXor.VohG8cOH.js";
38
38
  import qt from "./progress-bar.js";
39
39
  import Gt from "./spinner.js";
@@ -1,12 +1,12 @@
1
1
  import "../chunks/resizable-component.styles.CAfXABBc.js";
2
2
  import "../chunks/component.styles.CRO4Odto.js";
3
3
  import "../chunks/index.Cpamj0jB.js";
4
- import { C as y } from "../chunks/image.BO6NWyIo.js";
4
+ import { C as y } from "../chunks/image.5mhGPvMN.js";
5
5
  import "../chunks/custom-element.L4WJXn1j.js";
6
6
  import "../chunks/debounce.DaHuiSGU.js";
7
7
  import "../chunks/i18n.Bchq8v1d.js";
8
8
  import "../chunks/watch.DOt4Mabe.js";
9
- import "../chunks/url.-WDYqplj.js";
9
+ import "../chunks/url.Bd5rq4G0.js";
10
10
  import "../chunks/lit-element.jLBm65_O.js";
11
11
  import "../chunks/lib-cortex-element.CVMmyPMC.js";
12
12
  import "../chunks/state.CSDxrqLd.js";
@@ -1,7 +1,7 @@
1
1
  import _ from "./grid.js";
2
2
  import f from "./grid-item.js";
3
3
  import { C as v } from "../chunks/icon-button.DbVIFgu7.js";
4
- import { C as S } from "../chunks/image.BO6NWyIo.js";
4
+ import { C as S } from "../chunks/image.5mhGPvMN.js";
5
5
  import $ from "./space.js";
6
6
  import C from "./tooltip.js";
7
7
  import { n, C as w } from "../chunks/lib-cortex-element.CVMmyPMC.js";
@@ -1,6 +1,6 @@
1
1
  import { default as e } from "./bicolor-picker.js";
2
2
  import { default as a } from "./border-input-group.js";
3
- import { C as x } from "../chunks/color-swatch.BhBZe8OE.js";
3
+ import { C as x } from "../chunks/color-swatch.DsWP2fd-.js";
4
4
  import { C as u } from "../chunks/confirm-popover.C-eHPJaU.js";
5
5
  import { default as d } from "./corner-position-input-group.js";
6
6
  import { default as l } from "./cropper.js";
@@ -1,5 +1,5 @@
1
1
  import { C as a } from "../chunks/asset-link-format.CUPqX8XL.js";
2
- import { C as t } from "../chunks/color-swatch-group.oFxwjebo.js";
2
+ import { C as t } from "../chunks/color-swatch-group.Dg5avknJ.js";
3
3
  import { default as C } from "./file-on-demand.js";
4
4
  export {
5
5
  a as CxAssetLinkFormat,
@@ -20,8 +20,8 @@ import Qw from "./details.js";
20
20
  import { default as iYt } from "./diff.js";
21
21
  import { C as Da, D as gf, O as k$, a as HJ, H as VJ, z as UJ, o as qJ } from "../chunks/dialog.Bzf4-IgH.js";
22
22
  import Fs from "./divider.js";
23
- import { r as WJ, a as _$, b as GJ, c as KJ } from "../chunks/document-viewer.DXtjdvqe.js";
24
- import { C as rYt } from "../chunks/document-viewer.DXtjdvqe.js";
23
+ import { r as WJ, a as _$, b as GJ, c as KJ } from "../chunks/document-viewer.CGyOG1yw.js";
24
+ import { C as rYt } from "../chunks/document-viewer.CGyOG1yw.js";
25
25
  import { d as YJ, C as XJ } from "../chunks/dot-pagination.BdZc-K0r.js";
26
26
  import { default as aYt } from "./dot-status.js";
27
27
  import { default as lYt } from "./drawer.js";
@@ -40,7 +40,7 @@ import { C as gYt } from "../chunks/hub-connection.CA_wS_wh.js";
40
40
  import { C as _r } from "../chunks/icon.mxNZ85k0.js";
41
41
  import { C as Cr } from "../chunks/icon-button.DbVIFgu7.js";
42
42
  import { C as rZ, a as oZ } from "../chunks/iframe.DcHjOcLG.js";
43
- import { C as g4, a as aZ } from "../chunks/image.BO6NWyIo.js";
43
+ import { C as g4, a as aZ } from "../chunks/image.5mhGPvMN.js";
44
44
  import { default as fYt } from "./image-comparer.js";
45
45
  import { default as yYt } from "./include.js";
46
46
  import { C as Yr, I as mS } from "../chunks/input.BcyLZUmv.js";
@@ -126,7 +126,7 @@ import { t as Xc, b as YZ, c as C8, g as S8 } from "../chunks/toast.TDU3wVhq.js"
126
126
  import { j as JXt, f as ZXt, e as QXt, i as eJt, a as tJt, h as iJt, m as nJt, d as rJt, r as oJt } from "../chunks/toast.TDU3wVhq.js";
127
127
  import V$ from "./bicolor-picker.js";
128
128
  import U$ from "./border-input-group.js";
129
- import { C as sJt } from "../chunks/color-swatch.BhBZe8OE.js";
129
+ import { C as sJt } from "../chunks/color-swatch.DsWP2fd-.js";
130
130
  import { C as OC, a as q$ } from "../chunks/confirm-popover.C-eHPJaU.js";
131
131
  import XZ from "./corner-position-input-group.js";
132
132
  import JZ from "./cropper.js";
@@ -140,8 +140,8 @@ import { g as Y$, F as rQ } from "../chunks/form.CP9KLGjF.js";
140
140
  import { c as gJt, f as mJt, v as fJt, a as vJt } from "../chunks/form.CP9KLGjF.js";
141
141
  import { d as kS, c as O8, e as oQ, i as D8, h as aQ, p as sQ, t as lQ } from "../chunks/date.iWq_pkIk.js";
142
142
  import { b as bJt, f as wJt, g as xJt, a as kJt, n as _Jt } from "../chunks/date.iWq_pkIk.js";
143
- import { F as X$, a as cQ, b as MC, H as dQ, c as uQ, f as pQ, d as Yb, g as hQ, e as gQ, o as bu, h as mQ } from "../chunks/color-swatch-group.oFxwjebo.js";
144
- import { C as SJt, i as TJt, j as EJt } from "../chunks/color-swatch-group.oFxwjebo.js";
143
+ import { F as X$, a as cQ, b as MC, H as dQ, c as uQ, f as pQ, d as Yb, g as hQ, e as gQ, o as bu, h as mQ } from "../chunks/color-swatch-group.Dg5avknJ.js";
144
+ import { C as SJt, i as TJt, j as EJt } from "../chunks/color-swatch-group.Dg5avknJ.js";
145
145
  import { F as jd, C as k4, s as PC, a as _S } from "../chunks/folder-select.BKAuh4GE.js";
146
146
  import { b as NC, a as aw, c as fQ, r as Ue, j as _e, w as vQ, R as yQ } from "../chunks/jsx-runtime.CTpPVMxj.js";
147
147
  import { S as I8, r as bQ, c as wQ, i as M8, a as P8, b as xQ, d as N8, e as CS } from "../chunks/index.DcjJFMlq.js";
@@ -168,20 +168,20 @@ import { default as jJt } from "./stepper-wizard.js";
168
168
  import { t as C4, a as $Q } from "../chunks/toString.Dcbz5jVT.js";
169
169
  import { default as VJt } from "./typeface.js";
170
170
  import { i as FQ } from "../chunks/user-agent.D9aPuOyL.js";
171
- import { b as nF, U as S4, t as zQ } from "../chunks/url.-WDYqplj.js";
172
- import { R as qJt, e as WJt, d as GJt, a as KJt, c as YJt, i as XJt } from "../chunks/url.-WDYqplj.js";
171
+ import { b as nF, c as S4, t as zQ } from "../chunks/url.Bd5rq4G0.js";
172
+ import { R as qJt, e as WJt, f as GJt, g as KJt, U as YJt, a as XJt, d as JJt, i as ZJt } from "../chunks/url.Bd5rq4G0.js";
173
173
  import { t as rF } from "../chunks/converters.DkDtLstb.js";
174
174
  import { i as RC } from "../chunks/guard.D4axKaMo.js";
175
175
  import { a as jQ } from "../chunks/tabbable.BwnZBHrm.js";
176
- import { g as ZJt } from "../chunks/tabbable.BwnZBHrm.js";
176
+ import { g as eZt } from "../chunks/tabbable.BwnZBHrm.js";
177
177
  import { r as sw } from "../chunks/choose.BTbF6BAn.js";
178
178
  import { t as T4 } from "../chunks/event-options.CYHYGOd8.js";
179
179
  import { i as oF, u as Jc } from "../chunks/static.UA3G1Deq.js";
180
180
  import { c as hp, q as HQ } from "../chunks/math.DuKzLacZ.js";
181
181
  import { c as R8, w as VQ } from "../chunks/event.BeKOsirN.js";
182
- import { a as eZt, p as tZt, b as iZt, s as nZt } from "../chunks/event.BeKOsirN.js";
182
+ import { a as iZt, p as nZt, b as rZt, s as oZt } from "../chunks/event.BeKOsirN.js";
183
183
  import { b as B8, e as UQ } from "../chunks/number.CtCaI0T_.js";
184
- import { a as oZt, c as aZt, d as sZt, f as lZt, g as cZt, r as dZt, s as uZt } from "../chunks/number.CtCaI0T_.js";
184
+ import { a as sZt, c as lZt, d as cZt, f as dZt, g as uZt, r as pZt, s as hZt } from "../chunks/number.CtCaI0T_.js";
185
185
  import { p as qQ } from "../chunks/purify.es.BIuh5IAZ.js";
186
186
  import { c as aF, t as WQ, a as GQ, h as KQ, b as sF } from "../chunks/_baseIteratee.BdKyHJ5i.js";
187
187
  import { a as $8, i as YQ, b as XQ } from "../chunks/isObjectLike.z36Fu426.js";
@@ -192,17 +192,17 @@ import { v as BC } from "../chunks/v4.CKZ6klMF.js";
192
192
  import { M as cF } from "../chunks/asset-link-format.QzzboHHE.js";
193
193
  import { d as eee } from "../chunks/default-value.COZopaet.js";
194
194
  import { d as tee } from "../chunks/drag.DXEXVXPv.js";
195
- import { default as hZt } from "./file-on-demand.js";
195
+ import { default as mZt } from "./file-on-demand.js";
196
196
  import { r as dF } from "../chunks/query-async.CTgXGyQ5.js";
197
197
  import { S as iee } from "../chunks/sortable.esm.oSzf6C5Q.js";
198
- import { a as mZt, g as fZt } from "../chunks/active-elements.jTVWtBDp.js";
199
- import { f as yZt } from "../chunks/focus-when-visible.jWSw9ks0.js";
200
- import { g as wZt } from "../chunks/modal.jdGhujoh.js";
201
- import { C as kZt } from "../chunks/calendar-grid.BWjcZL5W.js";
202
- import { c as CZt, f as SZt, e as TZt, b as EZt, g as AZt, d as OZt, i as DZt, r as IZt, a as MZt } from "../chunks/image.QVlPFadX.js";
203
- import { b as NZt, e as LZt } from "../chunks/waveform.1U9U_0rd.js";
204
- import { g as BZt, a as $Zt } from "../chunks/template.ClovJacp.js";
205
- import { b as zZt } from "../chunks/transformation.BDmd3kER.js";
198
+ import { a as vZt, g as yZt } from "../chunks/active-elements.jTVWtBDp.js";
199
+ import { f as wZt } from "../chunks/focus-when-visible.jWSw9ks0.js";
200
+ import { g as kZt } from "../chunks/modal.jdGhujoh.js";
201
+ import { C as CZt } from "../chunks/calendar-grid.BWjcZL5W.js";
202
+ import { c as TZt, f as EZt, e as AZt, b as OZt, g as DZt, d as IZt, i as MZt, r as PZt, a as NZt } from "../chunks/image.QVlPFadX.js";
203
+ import { b as RZt, e as BZt } from "../chunks/waveform.1U9U_0rd.js";
204
+ import { g as FZt, a as zZt } from "../chunks/template.ClovJacp.js";
205
+ import { b as HZt } from "../chunks/transformation.BDmd3kER.js";
206
206
  var MA = /* @__PURE__ */ ((i) => (i.Button = "button", i.Select = "select", i))(MA || {}), Xb = /* @__PURE__ */ ((i) => (i.Grid = "grid", i.Shadows = "shadows", i.Textures = "textures", i.Wireframe = "wireframe", i))(Xb || {}), ph = /* @__PURE__ */ ((i) => (i.Animation = "animation", i.Environment = "environment", i.Speed = "speed", i.Variant = "variant", i))(ph || {});
207
207
  const V8 = 30, nee = ["0.5", "1", "1.5", "2"], U8 = 100, ree = 0.01, oee = 0.01, aee = 200, see = 10, lee = 0.01, cee = 0.3, uF = "#2A2342";
208
208
  var ek = /* @__PURE__ */ ((i) => (i.Bridge = "https://downloads.orangelogic.com/3dviewer/static/environments/bridge.env", i.Church = "https://downloads.orangelogic.com/3dviewer/static/environments/church.env", i.Studio = "https://downloads.orangelogic.com/3dviewer/static/environments/studio.env", i))(ek || {}), Nd = /* @__PURE__ */ ((i) => (i.Babylon = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/babylon.js", i.Fflate = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/fflate.js", i.GlslangJs = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/glslang.js", i.GlslangWasm = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/glslang.wasm", i.Gui = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/babylon.gui.min.js", i.Inspector = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/babylon.inspector.bundle.js", i.Loaders = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/babylonjs.loaders.min.js", i.Materials = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/babylonjs.materials.js", i.Serializers = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/babylonjs.serializers.min.js", i.TwgslJs = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/twgsl.js", i.TwgslWasm = "https://downloads.orangelogic.com/3dviewer/static/babylonjs/cdn/twgsl.wasm", i))(Nd || {});
@@ -90700,7 +90700,7 @@ const L7t = {
90700
90700
  inputConfigs: {
90701
90701
  validation: (r) => {
90702
90702
  const o = r["click-link"];
90703
- return new RegExp(S4, "i").test(o) ? "" : i.term("urlValidationMessage");
90703
+ return S4(o) ? "" : i.term("urlValidationMessage");
90704
90704
  }
90705
90705
  },
90706
90706
  label: i.term("link"),
@@ -95873,7 +95873,7 @@ const pDt = {
95873
95873
  inputConfigs: {
95874
95874
  validation: (o) => {
95875
95875
  const a = o["click-link"];
95876
- return new RegExp(S4, "i").test(a) ? "" : i.term("urlValidationMessage");
95876
+ return S4(a) ? "" : i.term("urlValidationMessage");
95877
95877
  }
95878
95878
  },
95879
95879
  label: i.term("link"),
@@ -97575,7 +97575,7 @@ const pDt = {
97575
97575
  inputConfigs: {
97576
97576
  validation: (o) => {
97577
97577
  const a = o["click-link"];
97578
- return new RegExp(S4, "i").test(a) ? "" : i.term("urlValidationMessage");
97578
+ return S4(a) ? "" : i.term("urlValidationMessage");
97579
97579
  }
97580
97580
  },
97581
97581
  label: i.term("link"),
@@ -155443,7 +155443,7 @@ nr = wd([
155443
155443
  ], nr);
155444
155444
  export {
155445
155445
  OJt as CMYK_VALIDATION_REGEX,
155446
- kZt as CalendarGrid,
155446
+ CZt as CalendarGrid,
155447
155447
  lv as ColorType,
155448
155448
  YXt as CornerPosition,
155449
155449
  di as CortexElement,
@@ -155515,7 +155515,7 @@ export {
155515
155515
  il as CxFacetDateRange,
155516
155516
  TJt as CxFacetedFilter,
155517
155517
  Ka as CxFacetedFilterFacet,
155518
- hZt as CxFileOnDemand,
155518
+ mZt as CxFileOnDemand,
155519
155519
  rl as CxFindAndReplace,
155520
155520
  k4 as CxFolderSelect,
155521
155521
  sd as CxFontPicker,
@@ -155626,28 +155626,29 @@ export {
155626
155626
  qJt as RELATIVE_URL_REGEX,
155627
155627
  MJt as RGB_VALIDATION_REGEX,
155628
155628
  up as TransitionType,
155629
- S4 as URL_DOMAIN_VALIDATION_REGEX,
155630
- WJt as URL_PROTOCOL_VALIDATION_REGEX,
155631
- GJt as URL_VALIDATION_REGEX,
155632
- mZt as activeElements,
155629
+ WJt as URL_DOMAIN_VALIDATION_REGEX,
155630
+ GJt as URL_INTRANET_DOMAIN_VALIDATION_REGEX,
155631
+ KJt as URL_PROTOCOL_VALIDATION_REGEX,
155632
+ YJt as URL_VALIDATION_REGEX,
155633
+ vZt as activeElements,
155633
155634
  bJt as addMonths,
155634
155635
  JXt as adjustRelativeValues,
155635
- eZt as animateTo,
155636
+ iZt as animateTo,
155636
155637
  nF as appendProtocol,
155637
- KJt as appendQueryParam,
155638
- zZt as buildTransformationString,
155639
- NZt as buildWaveformPath,
155640
- CZt as calculateAspectRatioFit,
155638
+ XJt as appendQueryParam,
155639
+ HZt as buildTransformationString,
155640
+ RZt as buildWaveformPath,
155641
+ TZt as calculateAspectRatioFit,
155641
155642
  hp as clamp,
155642
- SZt as cleanImageFileName,
155643
+ EZt as cleanImageFileName,
155643
155644
  cJt as clearZeroDurationParts,
155644
155645
  ui as componentStyles,
155645
155646
  sv as convertColor,
155646
- oZt as convertDataUnits,
155647
+ sZt as convertDataUnits,
155647
155648
  B8 as convertDurationToMilliseconds,
155648
- aZt as convertPixelsToAspectRatio,
155649
- TZt as convertSrcToBlob,
155650
- EZt as cropImage,
155649
+ lZt as convertPixelsToAspectRatio,
155650
+ AZt as convertSrcToBlob,
155651
+ OZt as cropImage,
155651
155652
  r8 as cssValueToPx,
155652
155653
  Qt as customElement,
155653
155654
  gJt as customErrorValidityState,
@@ -155662,27 +155663,27 @@ export {
155662
155663
  RZ as extractFrames,
155663
155664
  LXt as extractRootData,
155664
155665
  UQ as extractValueAndUnit,
155665
- LZt as extractWaveformPeaks,
155666
+ BZt as extractWaveformPeaks,
155666
155667
  AC as fetchCortexApi,
155667
155668
  KYt as findAncestorWithBuggyStyle,
155668
155669
  YYt as findContainingBlock,
155669
155670
  XYt as findCuttingAncestor,
155670
155671
  l8 as findFrameByColAndRow,
155671
155672
  ZXt as findIndexByProp,
155672
- yZt as focusWhenVisible,
155673
+ wZt as focusWhenVisible,
155673
155674
  yZ as fontAwesomeIconNames,
155674
155675
  mJt as formCollections,
155675
- sZt as formatAspectRatioString,
155676
+ cZt as formatAspectRatioString,
155676
155677
  dJt as formatDurationPartsManually,
155677
155678
  O8 as formatIsoToDisplay,
155678
155679
  wJt as formatMonthYearLabel,
155679
- lZt as formatNumberWithGrouping,
155680
+ dZt as formatNumberWithGrouping,
155680
155681
  Mk as formatSecondsToTime,
155681
155682
  jZ as formatTimeToSeconds,
155682
155683
  uJt as formatWithIntlDurationFormat,
155683
- cZt as gcd,
155684
+ uZt as gcd,
155684
155685
  M$ as getActiveElement,
155685
- wZt as getActiveModals,
155686
+ kZt as getActiveModals,
155686
155687
  qYt as getAnimation,
155687
155688
  HYt as getAnimationNames,
155688
155689
  Y$ as getAssociatedForm,
@@ -155691,11 +155692,11 @@ export {
155691
155692
  YZ as getBreakpointsFromCSS,
155692
155693
  wXt as getBrowserFontVariants,
155693
155694
  NJt as getColorType,
155694
- AZt as getContainedImageSize,
155695
+ DZt as getContainedImageSize,
155695
155696
  sXt as getCortexPopupLayer,
155696
155697
  lXt as getCurrentZIndex,
155697
155698
  aQ as getDateMask,
155698
- fZt as getDeepestActiveElement,
155699
+ yZt as getDeepestActiveElement,
155699
155700
  C8 as getDeviceType,
155700
155701
  pJt as getDurationPartsByUnitsFormat,
155701
155702
  VYt as getEasingNames,
@@ -155704,19 +155705,19 @@ export {
155704
155705
  xJt as getFirstDayOfWeek,
155705
155706
  $m as getFontFamilyOptionValue,
155706
155707
  xXt as getFormControls,
155707
- BZt as getHighlightedTitle,
155708
- $Zt as getHighlightedTitleHtml,
155708
+ FZt as getHighlightedTitle,
155709
+ zZt as getHighlightedTitleHtml,
155709
155710
  WXt as getInnerHTML,
155710
155711
  J1 as getInterval,
155711
155712
  Q1 as getLightDarkCssString,
155712
- OZt as getNaturalWidthHeight,
155713
+ IZt as getNaturalWidthHeight,
155713
155714
  dXt as getNeededPaddingForBoxShadow,
155714
155715
  JYt as getNextAncestor,
155715
155716
  rXt as getOffset,
155716
155717
  fS as getRelativeClickPercentage,
155717
155718
  RXt as getRootIDString,
155718
155719
  jQ as getTabbableBoundary,
155719
- ZJt as getTabbableElements,
155720
+ eZt as getTabbableElements,
155720
155721
  GXt as getTextContent,
155721
155722
  kJt as getTodayIsoDate,
155722
155723
  Bm as getTypefaceOptionValue,
@@ -155729,7 +155730,7 @@ export {
155729
155730
  FQ as isCortexAdobePlugin,
155730
155731
  o8 as isDomElement,
155731
155732
  uXt as isElementInHorizontalView,
155732
- YJt as isExpiredAssetUrl,
155733
+ JJt as isExpiredAssetUrl,
155733
155734
  QYt as isFirefox,
155734
155735
  kXt as isFontFamilyAvailable,
155735
155736
  B$ as isFormInteracted,
@@ -155738,9 +155739,10 @@ export {
155738
155739
  P$ as isInElement,
155739
155740
  L$ as isModKey,
155740
155741
  eXt as isSafari,
155741
- DZt as isSaveSrcValid,
155742
+ MZt as isSaveSrcValid,
155743
+ S4 as isValidDomainOrIntranetUrl,
155742
155744
  D8 as isValidIsoDate,
155743
- XJt as isValidUrl,
155745
+ ZJt as isValidUrl,
155744
155746
  kS as isoToDate,
155745
155747
  NZ as isoWeekNumber,
155746
155748
  ym as loadScript,
@@ -155758,7 +155760,7 @@ export {
155758
155760
  $Xt as parseBooleanString,
155759
155761
  iF as parseBorder,
155760
155762
  oQ as parseDisplayToIso,
155761
- tZt as parseDuration,
155763
+ nZt as parseDuration,
155762
155764
  sQ as parseIsoDate,
155763
155765
  TXt as parseJsonString,
155764
155766
  tF as parseLightDark,
@@ -155773,24 +155775,24 @@ export {
155773
155775
  gXt as registerTranslation,
155774
155776
  rJt as removeAtIndex,
155775
155777
  oJt as removeMultipleAtIndex,
155776
- IZt as resizeImage,
155777
- dZt as rotateBox,
155778
- MZt as rotateImage,
155778
+ PZt as resizeImage,
155779
+ pZt as rotateBox,
155780
+ NZt as rotateImage,
155779
155781
  zXt as safeExtension,
155780
155782
  c8 as safeString,
155781
155783
  d8 as sanitizeHTML,
155782
- uZt as sanitizeRotation,
155784
+ hZt as sanitizeRotation,
155783
155785
  oXt as scrollIntoView,
155784
155786
  OXt as serialize,
155785
155787
  t8 as setAnimation,
155786
155788
  WYt as setDefaultAnimation,
155787
155789
  DXt as shareAsset,
155788
- iZt as shimKeyframesHeightAuto,
155790
+ rZt as shimKeyframesHeightAuto,
155789
155791
  pXt as sortByTopPosition,
155790
155792
  IXt as sortTypefaceVariants,
155791
155793
  lF as splitBoxValues,
155792
155794
  jXt as splitCamelCaseFormatted,
155793
- nZt as stopAnimations,
155795
+ oZt as stopAnimations,
155794
155796
  iXt as supportHLS,
155795
155797
  MXt as testFontAvailability,
155796
155798
  rF as timecodeConverter,
@@ -1,7 +1,7 @@
1
1
  import { _ as kd, a as Sa, b as Be, c as Je } from "../chunks/inheritsLoose.BuSn_CvZ.js";
2
2
  import { c as ps, a as Bn } from "../chunks/_commonjsHelpers.DQNKXVTB.js";
3
3
  import { r as Sb } from "../chunks/___vite-browser-external_commonjs-proxy.C2tf3HsQ.js";
4
- import { C as Cb } from "../chunks/image.BO6NWyIo.js";
4
+ import { C as Cb } from "../chunks/image.5mhGPvMN.js";
5
5
  import Mb from "./resize-observer.js";
6
6
  import { r as Db, R as Pb, a as Rp, b as Lb } from "../chunks/resizable-component.styles.CAfXABBc.js";
7
7
  import { c as Rb } from "../chunks/component.styles.CRO4Odto.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orangelogic/design-system",
3
3
  "type": "module",
4
- "version": "2.158.0",
4
+ "version": "2.160.0",
5
5
  "license": "UNLICENSED",
6
6
  "types": "library/types.d.ts",
7
7
  "scripts": {
@@ -0,0 +1,9 @@
1
+ /**
2
+ * use-overlay-scrollbar: table-scoped OverlayScrollbars rules — structure of
3
+ * the generated horizontal viewport, positioning of the scrollbars slotted
4
+ * into `.table` (see initVerticalScrollbar), and the mapping of the `:host`
5
+ * scrollbar css vars (declared below) onto the OverlayScrollbars theme so
6
+ * tables with and without use-overlay-scrollbar look the same.
7
+ */
8
+ declare const _default: import('lit').CSSResult;
9
+ export default _default;
@@ -35,6 +35,7 @@ export default class VirtualDomVertical extends Renderer implements IVirtualDomV
35
35
  * Internal Rendering
36
36
  */
37
37
  _virtualRenderFill(position?: number, forceMove?: boolean, offset?: number): void;
38
+ private resolveRowHeight;
38
39
  _addTopRow(rows: IRow[], fillableSpace: number): void;
39
40
  _removeTopRow(rows: IRow[], fillableSpace: number): void;
40
41
  _addBottomRow(rows: IRow[], fillableSpace: number): void;
@@ -22,4 +22,11 @@ export declare function isValidUrl(urlString: string): boolean;
22
22
  export declare const RELATIVE_URL_REGEX: string;
23
23
  export declare const URL_VALIDATION_REGEX: string;
24
24
  export declare const URL_DOMAIN_VALIDATION_REGEX: string;
25
+ export declare const URL_INTRANET_DOMAIN_VALIDATION_REGEX: string;
26
+ /**
27
+ * Validates a URL against the public-domain pattern first, falling back to the
28
+ * 1-dot intranet hostname pattern so internal links without a public TLD
29
+ * (e.g. https://echonet.bnooaribas/fr) are also accepted.
30
+ */
31
+ export declare function isValidDomainOrIntranetUrl(urlString: string): boolean;
25
32
  export declare const URL_PROTOCOL_VALIDATION_REGEX: string;