@orangelogic/design-system 2.72.0 → 2.73.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/{button.D6S0sAOO.js → button.csCRiZzY.js} +1 -1
- package/library/chunks/{color-swatch-group.U2tGN6wW.js → color-swatch-group.DLgAN7p7.js} +3 -3
- package/library/chunks/{color-swatch.9fo7Prlq.js → color-swatch.BuUP5yG4.js} +1 -1
- package/library/chunks/{confirm-popover.DR2_O9i_.js → confirm-popover.Kx6YyQwp.js} +3 -3
- package/library/chunks/{dialog.n5g61iHs.js → dialog.BdXQkCKY.js} +2 -2
- package/library/chunks/{dot-pagination.CqpDMHMz.js → dot-pagination.CIVxMAAS.js} +1 -1
- package/library/chunks/{file-on-demand.DyPdfxfM.js → file-on-demand.BJZ5E8XT.js} +8 -8
- package/library/chunks/{folder-select.B4PPWsoq.js → folder-select.BqLmIlj6.js} +3 -3
- package/library/chunks/{header.tbXKX2yv.js → header.m7v3M94Z.js} +1 -1
- package/library/chunks/{i18n.BU7mYVLM.js → i18n.BUW7B9hr.js} +8 -7
- package/library/chunks/{icon-button.Dxz2J4cg.js → icon-button.C3eqeQl9.js} +1 -1
- package/library/chunks/{iframe.Dx7QScC8.js → iframe.CNEyWhcM.js} +1 -1
- package/library/chunks/{image.Q7doiTcu.js → image.DHBgKeJp.js} +1 -1
- package/library/chunks/{index.xnuklZH8.js → index.VbMreXxL.js} +1 -1
- package/library/chunks/{list-editor.QCj3oq9e.js → list-editor.0Yd4kvV6.js} +7 -7
- package/library/chunks/{option.CgM5bwtt.js → option.Csqefux_.js} +1 -1
- package/library/chunks/{pagination.I2BZVSB2.js → pagination.BXCr_5om.js} +4 -4
- package/library/chunks/{tab-group.euL1exrl.js → tab-group.G24wrely.js} +3 -3
- package/library/chunks/{table.DWTaNNnC.js → table.p6kMJx5q.js} +5 -5
- package/library/chunks/{tree.ClkS3oAg.js → tree.OXvhEOjS.js} +1 -1
- package/library/components/alert.js +2 -2
- package/library/components/asset-link-format.js +4 -4
- package/library/components/atoms.js +12 -12
- package/library/components/border-input-group.js +1 -1
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +2 -2
- package/library/components/color-picker.js +2 -2
- package/library/components/color-swatch-group.js +4 -4
- package/library/components/color-swatch.js +2 -2
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +1 -1
- package/library/components/corner-position-input-group.js +2 -2
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +2 -2
- package/library/components/dropdown.js +1 -1
- package/library/components/dynamic-select.js +4 -4
- package/library/components/e-chart.js +1 -1
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +9 -9
- package/library/components/folder-select.js +3 -3
- package/library/components/format-bytes.js +1 -1
- package/library/components/format-date.js +1 -1
- package/library/components/format-number.js +1 -1
- package/library/components/format-time.js +1 -1
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +2 -2
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +2 -2
- package/library/components/input.js +1 -1
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +6 -6
- package/library/components/masonry.js +2 -2
- package/library/components/menu-item.js +1 -1
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +4 -4
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/pagination.js +5 -5
- package/library/components/popup.js +255 -218
- package/library/components/position-picker.js +1 -1
- package/library/components/progress-bar.js +1 -1
- package/library/components/progress-ring.js +1 -1
- package/library/components/range.js +1 -1
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +107 -106
- package/library/components/share-option-list.js +1 -1
- package/library/components/sidebar.js +1 -1
- package/library/components/size-input-group.js +2 -2
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/tab-group.js +4 -4
- package/library/components/tab.js +2 -2
- package/library/components/table.js +5 -5
- package/library/components/tag.js +2 -2
- package/library/components/tooltip.js +1 -1
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +2 -2
- package/library/components/types.js +27 -27
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/popup/overlay/Overlay.d.ts +10 -0
- package/library/packages/atoms/src/components/popup/popup.d.ts +1 -1
- package/library/packages/molecules/src/estimated-reading-time/estimated-reading-time.d.ts +3 -2
- package/library/packages/utils/src/custom-element/i18n.d.ts +1 -0
- package/library/react-web-component.d.ts +1 -1
- package/library/utils.js +2 -2
- package/package.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import "../chunks/button.
|
|
1
|
+
import "../chunks/button.csCRiZzY.js";
|
|
2
2
|
import "./checkbox.js";
|
|
3
3
|
import "./divider.js";
|
|
4
4
|
import "./format-number.js";
|
|
5
|
-
import "../chunks/icon-button.
|
|
5
|
+
import "../chunks/icon-button.C3eqeQl9.js";
|
|
6
6
|
import "./select.js";
|
|
7
7
|
import "./space.js";
|
|
8
8
|
import "./spinner.js";
|
|
9
9
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
10
10
|
import "../chunks/component.styles.DMSLciL5.js";
|
|
11
11
|
import "../chunks/overlayscrollbars.XhGWx9Zk.js";
|
|
12
|
-
import "../chunks/pagination.
|
|
13
|
-
import { A as F, i as P, j as S, d as g, g as v, b as y, k as A, l as D, c as I, a0 as f, a1 as h, D as E, m as G, E as j, n as H, F as K, o as L, p as V, q as k, G as q, r as B, s as J, t as N, I as O, u as Q, K as U, v as W, M as X, w as Y, x as Z, y as _, z as $, B as oo, J as eo, L as ao, P as so, e as lo, N as to, h as uo, O as ro, Q as Mo, U as io, V as po, f as mo, R as no, X as Co, W as Ro, S as co, Y as bo, Z as wo, T as To, a as xo, _ as zo, $ as Fo, C as Po } from "../chunks/table.
|
|
12
|
+
import "../chunks/pagination.BXCr_5om.js";
|
|
13
|
+
import { A as F, i as P, j as S, d as g, g as v, b as y, k as A, l as D, c as I, a0 as f, a1 as h, D as E, m as G, E as j, n as H, F as K, o as L, p as V, q as k, G as q, r as B, s as J, t as N, I as O, u as Q, K as U, v as W, M as X, w as Y, x as Z, y as _, z as $, B as oo, J as eo, L as ao, P as so, e as lo, N as to, h as uo, O as ro, Q as Mo, U as io, V as po, f as mo, R as no, X as Co, W as Ro, S as co, Y as bo, Z as wo, T as To, a as xo, _ as zo, $ as Fo, C as Po } from "../chunks/table.p6kMJx5q.js";
|
|
14
14
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
15
|
-
import "../chunks/i18n.
|
|
15
|
+
import "../chunks/i18n.BUW7B9hr.js";
|
|
16
16
|
import "../chunks/watch.BCJD77bD.js";
|
|
17
17
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
18
18
|
import "../chunks/state.CSDxrqLd.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { n as i, C as m } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as p } from "../chunks/component.styles.DMSLciL5.js";
|
|
3
3
|
import { c as u } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as v } from "../chunks/i18n.
|
|
4
|
+
import { L as v } from "../chunks/i18n.BUW7B9hr.js";
|
|
5
5
|
import { i as d, x as g } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { e as x } from "../chunks/class-map.BiVq-cVR.js";
|
|
7
|
-
import { C as h } from "../chunks/icon-button.
|
|
7
|
+
import { C as h } from "../chunks/icon-button.C3eqeQl9.js";
|
|
8
8
|
import b from "./line-clamp.js";
|
|
9
9
|
const f = d`
|
|
10
10
|
:host {
|
|
@@ -3,7 +3,7 @@ import { c as b } from "../chunks/component.styles.DMSLciL5.js";
|
|
|
3
3
|
import { p as c, s as u, a as m } from "../chunks/animate.El-MpOws.js";
|
|
4
4
|
import { c as w } from "../chunks/custom-element.L4WJXn1j.js";
|
|
5
5
|
import { w as y } from "../chunks/event.mFzZi4sr.js";
|
|
6
|
-
import { L as x } from "../chunks/i18n.
|
|
6
|
+
import { L as x } from "../chunks/i18n.BUW7B9hr.js";
|
|
7
7
|
import { w as l } from "../chunks/watch.BCJD77bD.js";
|
|
8
8
|
import { i as C, x as k } from "../chunks/lit-element.jLBm65_O.js";
|
|
9
9
|
import { e as d } from "../chunks/query.BBf1UFkC.js";
|
|
@@ -2,7 +2,7 @@ import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
|
2
2
|
import "../chunks/component.styles.DMSLciL5.js";
|
|
3
3
|
import "../chunks/animate.El-MpOws.js";
|
|
4
4
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import "../chunks/i18n.
|
|
5
|
+
import "../chunks/i18n.BUW7B9hr.js";
|
|
6
6
|
import "../chunks/watch.BCJD77bD.js";
|
|
7
7
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
8
8
|
import "../chunks/state.CSDxrqLd.js";
|
|
@@ -15,7 +15,7 @@ import "../chunks/animation-registry.HmpwNuGH.js";
|
|
|
15
15
|
import "./checkbox.js";
|
|
16
16
|
import "./icon.js";
|
|
17
17
|
import "./spinner.js";
|
|
18
|
-
import { C as j } from "../chunks/tree.
|
|
18
|
+
import { C as j } from "../chunks/tree.OXvhEOjS.js";
|
|
19
19
|
export {
|
|
20
20
|
j as default
|
|
21
21
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import "../chunks/component.styles.DMSLciL5.js";
|
|
3
3
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import "../chunks/i18n.
|
|
4
|
+
import "../chunks/i18n.BUW7B9hr.js";
|
|
5
5
|
import "../chunks/math.DqTA6ya4.js";
|
|
6
6
|
import "../chunks/watch.BCJD77bD.js";
|
|
7
|
-
import { a as y, b, s as f, c as x } from "../chunks/tree.
|
|
7
|
+
import { a as y, b, s as f, c as x } from "../chunks/tree.OXvhEOjS.js";
|
|
8
8
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
9
9
|
import "../chunks/state.CSDxrqLd.js";
|
|
10
10
|
import "../chunks/query.BBf1UFkC.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import d from "./grid.js";
|
|
2
2
|
import m from "./grid-item.js";
|
|
3
|
-
import { C as x } from "../chunks/icon-button.
|
|
3
|
+
import { C as x } from "../chunks/icon-button.C3eqeQl9.js";
|
|
4
4
|
import h from "./line-clamp.js";
|
|
5
5
|
import g from "./space.js";
|
|
6
6
|
import { C as w } from "../chunks/typography.oDzoLbZS.js";
|
|
7
7
|
import { n as a, C as u } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
8
8
|
import { c as _ } from "../chunks/component.styles.DMSLciL5.js";
|
|
9
9
|
import { c as v } from "../chunks/custom-element.L4WJXn1j.js";
|
|
10
|
-
import { L as S } from "../chunks/i18n.
|
|
10
|
+
import { L as S } from "../chunks/i18n.BUW7B9hr.js";
|
|
11
11
|
import { i as $, x as r } from "../chunks/lit-element.jLBm65_O.js";
|
|
12
12
|
import { o as y } from "../chunks/if-defined.BRoBj_Rp.js";
|
|
13
13
|
import { o as b } from "../chunks/style-map.llVFPd__.js";
|
|
@@ -8,16 +8,16 @@ import { default as CUt } from "./avatar.js";
|
|
|
8
8
|
import Wb from "./badge.js";
|
|
9
9
|
import { default as TUt } from "./breadcrumb.js";
|
|
10
10
|
import { default as AUt } from "./breadcrumb-item.js";
|
|
11
|
-
import { C as Xi, B as bc, a as _c } from "../chunks/button.
|
|
11
|
+
import { C as Xi, B as bc, a as _c } from "../chunks/button.csCRiZzY.js";
|
|
12
12
|
import YA from "./button-group.js";
|
|
13
13
|
import _h from "./card.js";
|
|
14
14
|
import em from "./checkbox.js";
|
|
15
15
|
import W2 from "./color-picker.js";
|
|
16
16
|
import nR from "./copy-button.js";
|
|
17
17
|
import rR from "./details.js";
|
|
18
|
-
import { C as vs, D as bT } from "../chunks/dialog.
|
|
18
|
+
import { C as vs, D as bT } from "../chunks/dialog.BdXQkCKY.js";
|
|
19
19
|
import Gl from "./divider.js";
|
|
20
|
-
import { d as rK, C as iK } from "../chunks/dot-pagination.
|
|
20
|
+
import { d as rK, C as iK } from "../chunks/dot-pagination.CIVxMAAS.js";
|
|
21
21
|
import { default as IUt } from "./dot-status.js";
|
|
22
22
|
import { default as MUt } from "./drawer.js";
|
|
23
23
|
import hu from "./dropdown.js";
|
|
@@ -29,13 +29,13 @@ import sK from "./format-number.js";
|
|
|
29
29
|
import iR from "./format-time.js";
|
|
30
30
|
import Ch from "./grid.js";
|
|
31
31
|
import Sh from "./grid-item.js";
|
|
32
|
-
import { C as oR, V as cK, A as lK } from "../chunks/header.
|
|
32
|
+
import { C as oR, V as cK, A as lK } from "../chunks/header.m7v3M94Z.js";
|
|
33
33
|
import { H as dK, a as uK } from "../chunks/hub-connection.Ot2odiCz.js";
|
|
34
34
|
import { C as zUt } from "../chunks/hub-connection.Ot2odiCz.js";
|
|
35
35
|
import mo from "./icon.js";
|
|
36
|
-
import { C as ta } from "../chunks/icon-button.
|
|
37
|
-
import { C as pK, a as hK } from "../chunks/iframe.
|
|
38
|
-
import { H as Ci, C as XA, a as gK, b as Cn, c as mK, d as Jo, e as La, f as zi } from "../chunks/image.
|
|
36
|
+
import { C as ta } from "../chunks/icon-button.C3eqeQl9.js";
|
|
37
|
+
import { C as pK, a as hK } from "../chunks/iframe.CNEyWhcM.js";
|
|
38
|
+
import { H as Ci, C as XA, a as gK, b as Cn, c as mK, d as Jo, e as La, f as zi } from "../chunks/image.DHBgKeJp.js";
|
|
39
39
|
import { default as $Ut } from "./image-comparer.js";
|
|
40
40
|
import { default as HUt } from "./include.js";
|
|
41
41
|
import wa from "./input.js";
|
|
@@ -47,8 +47,8 @@ import pp from "./menu-item.js";
|
|
|
47
47
|
import aR from "./menu-label.js";
|
|
48
48
|
import fK from "./menu-section.js";
|
|
49
49
|
import vK from "./mutation-observer.js";
|
|
50
|
-
import { C as Oc, a as yK } from "../chunks/option.
|
|
51
|
-
import { C as bK } from "../chunks/pagination.
|
|
50
|
+
import { C as Oc, a as yK } from "../chunks/option.Csqefux_.js";
|
|
51
|
+
import { C as bK } from "../chunks/pagination.BXCr_5om.js";
|
|
52
52
|
import il from "./popup.js";
|
|
53
53
|
import wK from "./progress-bar.js";
|
|
54
54
|
import { default as WUt } from "./progress-ring.js";
|
|
@@ -70,15 +70,15 @@ import { default as iqt } from "./step.js";
|
|
|
70
70
|
import { default as aqt } from "./stepper.js";
|
|
71
71
|
import Kb from "./switch.js";
|
|
72
72
|
import G2 from "./tab.js";
|
|
73
|
-
import { C as K2, T as e9, a as t9, b as n9, g as SO } from "../chunks/tab-group.
|
|
74
|
-
import { C as r9 } from "../chunks/table.
|
|
73
|
+
import { C as K2, T as e9, a as t9, b as n9, g as SO } from "../chunks/tab-group.G24wrely.js";
|
|
74
|
+
import { C as r9 } from "../chunks/table.p6kMJx5q.js";
|
|
75
75
|
import i9 from "./tab-panel.js";
|
|
76
76
|
import { default as cqt } from "./tag.js";
|
|
77
77
|
import _K from "./textarea.js";
|
|
78
78
|
import CK from "./timecode.js";
|
|
79
79
|
import xa from "./tooltip.js";
|
|
80
|
-
import { d as SK, v as nv } from "../chunks/tree.
|
|
81
|
-
import { a as dqt, C as uqt } from "../chunks/tree.
|
|
80
|
+
import { d as SK, v as nv } from "../chunks/tree.OXvhEOjS.js";
|
|
81
|
+
import { a as dqt, C as uqt } from "../chunks/tree.OXvhEOjS.js";
|
|
82
82
|
import { C as Oi, T as P_ } from "../chunks/typography.oDzoLbZS.js";
|
|
83
83
|
import { default as hqt } from "./video.js";
|
|
84
84
|
import TK from "./visually-hidden.js";
|
|
@@ -100,23 +100,23 @@ import { r as be } from "../chunks/state.CSDxrqLd.js";
|
|
|
100
100
|
import { e as Et } from "../chunks/query.BBf1UFkC.js";
|
|
101
101
|
import { e as hn } from "../chunks/class-map.BiVq-cVR.js";
|
|
102
102
|
import { n as vt } from "../chunks/when.Dr1es41R.js";
|
|
103
|
-
import { L as Jn } from "../chunks/i18n.
|
|
104
|
-
import { r as jqt } from "../chunks/i18n.
|
|
103
|
+
import { L as Jn } from "../chunks/i18n.BUW7B9hr.js";
|
|
104
|
+
import { r as jqt } from "../chunks/i18n.BUW7B9hr.js";
|
|
105
105
|
import { o as Gi } from "../chunks/map.D8heArFD.js";
|
|
106
106
|
import { c as hh, b as VK } from "../chunks/capitalize.CNStXZBq.js";
|
|
107
107
|
import { o as rr } from "../chunks/style-map.llVFPd__.js";
|
|
108
|
-
import { r as wT, w as WK, i as gR, C as mR, a as vn, G as wi, S as Sr, b as ln, c as Kd, O as Mu, d as GK, t as c9, o as KK, g as jw, P as L_, f as PO, e as YK, h as XK } from "../chunks/index.
|
|
109
|
-
import { D as Uqt, H as qqt, m as Vqt, u as Wqt, x as Gqt, p as Kqt, j as Yqt, k as Xqt, l as Jqt, y as Zqt, v as Qqt, s as eVt, q as tVt, n as nVt } from "../chunks/index.
|
|
108
|
+
import { r as wT, w as WK, i as gR, C as mR, a as vn, G as wi, S as Sr, b as ln, c as Kd, O as Mu, d as GK, t as c9, o as KK, g as jw, P as L_, f as PO, e as YK, h as XK } from "../chunks/index.VbMreXxL.js";
|
|
109
|
+
import { D as Uqt, H as qqt, m as Vqt, u as Wqt, x as Gqt, p as Kqt, j as Yqt, k as Xqt, l as Jqt, y as Zqt, v as Qqt, s as eVt, q as tVt, n as nVt } from "../chunks/index.VbMreXxL.js";
|
|
110
110
|
import { a as db, d as JK, e as ZK, D as R_, u as QK } from "../chunks/asset.DWZ2Lzb6.js";
|
|
111
111
|
import { H as fR } from "../chunks/slot.j5oheLJC.js";
|
|
112
112
|
import { a as iVt, g as oVt } from "../chunks/slot.j5oheLJC.js";
|
|
113
113
|
import { b as NO, G as gh, c as Gd, T as vR, d as fn, i as yR, g as eY, t as LO, u as tY, f as y1, h as nY, F as Cf, M as Vv } from "../chunks/string.B_rEG27K.js";
|
|
114
114
|
import { a as sVt, e as cVt, p as lVt, s as dVt, l as uVt, j as pVt, k as hVt, m as gVt } from "../chunks/string.B_rEG27K.js";
|
|
115
|
-
import { a as l9, u as Ju, I as bR, C as rY } from "../chunks/list-editor.
|
|
115
|
+
import { a as l9, u as Ju, I as bR, C as rY } from "../chunks/list-editor.0Yd4kvV6.js";
|
|
116
116
|
import iY from "./bicolor-picker.js";
|
|
117
117
|
import wR from "./border-input-group.js";
|
|
118
|
-
import { C as fVt } from "../chunks/color-swatch.
|
|
119
|
-
import { C as d9, a as oY } from "../chunks/confirm-popover.
|
|
118
|
+
import { C as fVt } from "../chunks/color-swatch.BuUP5yG4.js";
|
|
119
|
+
import { C as d9, a as oY } from "../chunks/confirm-popover.Kx6YyQwp.js";
|
|
120
120
|
import aY from "./corner-position-input-group.js";
|
|
121
121
|
import { r as X2, R as ub, a as sY, b as qe, j as _e, t as cY, d as xR, w as lY, c as dY } from "../chunks/cropper.CQB3_qqG.js";
|
|
122
122
|
import { C as yVt } from "../chunks/cropper.CQB3_qqG.js";
|
|
@@ -126,15 +126,15 @@ import { c as Hn } from "../chunks/repeat.DbF2p5ae.js";
|
|
|
126
126
|
import p9 from "./dynamic-select.js";
|
|
127
127
|
import { D as CR, M as pY, U as hY, F as gY } from "../chunks/time.D_uFZqqe.js";
|
|
128
128
|
import { c as wVt, a as xVt, f as kVt, g as _Vt } from "../chunks/time.D_uFZqqe.js";
|
|
129
|
-
import { F as Zu, C as h9, a as B_ } from "../chunks/folder-select.
|
|
129
|
+
import { F as Zu, C as h9, a as B_ } from "../chunks/folder-select.BqLmIlj6.js";
|
|
130
130
|
import { a as No, E as Fn, b as Xm, O as Fd, T as qu, G as BO } from "../chunks/index.Cpamj0jB.js";
|
|
131
131
|
import { C as SVt } from "../chunks/index.Cpamj0jB.js";
|
|
132
132
|
import { S as zO, r as mY, c as fY, i as FO, a as $O, b as vY, d as jO, e as z_ } from "../chunks/index.DcjJFMlq.js";
|
|
133
133
|
import { i as g9, T as F_, t as yY } from "../chunks/transform.BuqENXeT.js";
|
|
134
134
|
import { d as SR } from "../chunks/timer.B39XOBYL.js";
|
|
135
135
|
import { a as m9, c as sy } from "../chunks/_commonjsHelpers.DQNKXVTB.js";
|
|
136
|
-
import { b as rv, d as HO, a as J2, s as bY, o as wY, c as TR, i as Qd, e as xY } from "../chunks/file-on-demand.
|
|
137
|
-
import { C as EVt } from "../chunks/file-on-demand.
|
|
136
|
+
import { b as rv, d as HO, a as J2, s as bY, o as wY, c as TR, i as Qd, e as xY } from "../chunks/file-on-demand.BJZ5E8XT.js";
|
|
137
|
+
import { C as EVt } from "../chunks/file-on-demand.BJZ5E8XT.js";
|
|
138
138
|
import { o as $_ } from "../chunks/accessors.BHk36ecy.js";
|
|
139
139
|
import { N as kY, c as _Y } from "../chunks/index.CZJTjkLp.js";
|
|
140
140
|
import { e as CY, t as SY } from "../chunks/directive.oAbCiebi.js";
|
|
@@ -165,8 +165,8 @@ import { c as mg } from "../chunks/math.DqTA6ya4.js";
|
|
|
165
165
|
import { b as KO, e as BY } from "../chunks/number.CjNxU7Xs.js";
|
|
166
166
|
import { a as YVt, c as XVt, f as JVt, r as ZVt, s as QVt } from "../chunks/number.CjNxU7Xs.js";
|
|
167
167
|
import { t as DR } from "../chunks/event-options.CYHYGOd8.js";
|
|
168
|
-
import { a as Uw } from "../chunks/color-swatch-group.
|
|
169
|
-
import { C as tWt } from "../chunks/color-swatch-group.
|
|
168
|
+
import { a as Uw } from "../chunks/color-swatch-group.DLgAN7p7.js";
|
|
169
|
+
import { C as tWt } from "../chunks/color-swatch-group.DLgAN7p7.js";
|
|
170
170
|
import { t as zY } from "../chunks/converters.DkDtLstb.js";
|
|
171
171
|
import { i as FY } from "../chunks/user-agent.D9aPuOyL.js";
|
|
172
172
|
import { a as MR, U as f9 } from "../chunks/url.LjsR2sB5.js";
|
|
@@ -4425,7 +4425,7 @@ let fh = class extends Mn {
|
|
|
4425
4425
|
render() {
|
|
4426
4426
|
return vt(
|
|
4427
4427
|
this.durationMs > 0,
|
|
4428
|
-
() => V`<span part="base" class="estimated-reading-time"
|
|
4428
|
+
() => V`<span part="base" class="estimated-reading-time"><cx-format-time duration=${this.durationMs} units-format=${hY.DayHourMinute} display-style=${this.displayStyle}></cx-format-time> ${this.localize.term("read")}</span>`,
|
|
4429
4429
|
() => Xo
|
|
4430
4430
|
);
|
|
4431
4431
|
}
|
|
@@ -17494,7 +17494,7 @@ let Fl = class extends Mn {
|
|
|
17494
17494
|
no-flip
|
|
17495
17495
|
data-label=${this.localize.term("iconPicker")}
|
|
17496
17496
|
@cx-change=${this.handleSelectValueChange}
|
|
17497
|
-
@cx-show=${this.handleSelectShow}
|
|
17497
|
+
@cx-after-show=${this.handleSelectShow}
|
|
17498
17498
|
@cx-hide=${this.handleSelectHide}
|
|
17499
17499
|
@cx-focus=${this.handleSelectFocus}
|
|
17500
17500
|
.setOptionCurrent=${this.setSelectOptionCurrent}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { c as ps, a as kn } from "../chunks/_commonjsHelpers.DQNKXVTB.js";
|
|
2
2
|
import { r as Ab } from "../chunks/___vite-browser-external_commonjs-proxy.C2tf3HsQ.js";
|
|
3
|
-
import { r as Tb, C as Eb, R as wb } from "../chunks/image.
|
|
3
|
+
import { r as Tb, C as Eb, R as wb } from "../chunks/image.DHBgKeJp.js";
|
|
4
4
|
import Sb from "./resize-observer.js";
|
|
5
5
|
import { c as Cb } from "../chunks/component.styles.DMSLciL5.js";
|
|
6
6
|
import { b as Mb } from "../chunks/browser.BHOCIF_A.js";
|
|
7
7
|
import { c as Db } from "../chunks/custom-element.L4WJXn1j.js";
|
|
8
|
-
import { L as Pb } from "../chunks/i18n.
|
|
8
|
+
import { L as Pb } from "../chunks/i18n.BUW7B9hr.js";
|
|
9
9
|
import { w as Bn } from "../chunks/watch.BCJD77bD.js";
|
|
10
10
|
import { i as Lb, x as Kc } from "../chunks/lit-element.jLBm65_O.js";
|
|
11
11
|
import { n as ki } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
package/library/package.json
CHANGED
|
@@ -16,6 +16,9 @@ declare let OverlayFeatures: typeof AbstractOverlay & import('./overlay-types').
|
|
|
16
16
|
* @fires cx-opened - announces that an overlay has completed any entry animations
|
|
17
17
|
* @fires cx-closed - announce that an overlay has compelted any exit animations
|
|
18
18
|
* @fires slottable-request - requests to add or remove slottable content
|
|
19
|
+
*
|
|
20
|
+
* @attr defer-slotted-visibility - when set, default-slot content stays visually hidden
|
|
21
|
+
* (layout preserved) until `state` is `opened`, avoiding flashes before top layer settles.
|
|
19
22
|
*/
|
|
20
23
|
export declare class Overlay extends OverlayFeatures {
|
|
21
24
|
static styles: CSSResultGroup;
|
|
@@ -30,6 +33,11 @@ export declare class Overlay extends OverlayFeatures {
|
|
|
30
33
|
get delayed(): boolean;
|
|
31
34
|
set delayed(delayed: boolean);
|
|
32
35
|
private _delayed;
|
|
36
|
+
/**
|
|
37
|
+
* When true, slotted default content is not painted until `state === 'opened'`.
|
|
38
|
+
* Preserves layout (no `display: none`) so hosts can measure before reveal.
|
|
39
|
+
*/
|
|
40
|
+
deferSlottedVisibility: boolean;
|
|
33
41
|
dialogEl: HTMLDialogElement & {
|
|
34
42
|
hidePopover(): void;
|
|
35
43
|
showPopover(): void;
|
|
@@ -127,6 +135,8 @@ export declare class Overlay extends OverlayFeatures {
|
|
|
127
135
|
protected updated(changes: PropertyValues): void;
|
|
128
136
|
protected renderContent(): TemplateResult;
|
|
129
137
|
private get dialogStyleMap();
|
|
138
|
+
/** Reveal deferred slotted content only after the overlay reaches the opened state. */
|
|
139
|
+
private get deferSlottedOpened();
|
|
130
140
|
private handleClose;
|
|
131
141
|
protected renderDialog(): TemplateResult;
|
|
132
142
|
protected renderPopover(): TemplateResult;
|
|
@@ -45,7 +45,6 @@ export default class CxPopup extends CortexElement {
|
|
|
45
45
|
/** A reference to the internal popup container. Useful for animating and styling the popup with JavaScript. */
|
|
46
46
|
popup: HTMLElement;
|
|
47
47
|
private arrowEl;
|
|
48
|
-
private overlay;
|
|
49
48
|
/**
|
|
50
49
|
* The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide the anchor
|
|
51
50
|
* element `id`, a DOM element reference, or a `VirtualElement`. If the anchor lives inside the popup, use the
|
|
@@ -168,6 +167,7 @@ export default class CxPopup extends CortexElement {
|
|
|
168
167
|
disconnectedCallback(): void;
|
|
169
168
|
connectedUpdatedCallback(): void;
|
|
170
169
|
updated(changedProps: Map<string, unknown>): Promise<void>;
|
|
170
|
+
private handleOverlayOpened;
|
|
171
171
|
private handleAnchorChange;
|
|
172
172
|
private start;
|
|
173
173
|
private stop;
|
|
@@ -7,7 +7,8 @@ import { CSSResultGroup } from 'lit';
|
|
|
7
7
|
* @summary Displays the estimated reading time for a target element's text content.
|
|
8
8
|
*
|
|
9
9
|
* @description Calculates reading time based on the visible text of a target element,
|
|
10
|
-
* using an average reading speed of 238 words per minute.
|
|
10
|
+
* using an average reading speed of 238 words per minute. Rendered as `"<duration> read"`
|
|
11
|
+
* (e.g. "12 minutes read", "1 hour, 1 minute read"), with the duration formatted by `cx-format-time`.
|
|
11
12
|
* `resolveTarget` is a JS-only property (no HTML attribute) since it accepts non-serialisable values.
|
|
12
13
|
* If `resolveTarget` is not set, the component does nothing.
|
|
13
14
|
*
|
|
@@ -30,7 +31,7 @@ export default class CxEstimatedReadingTime extends CortexElement {
|
|
|
30
31
|
private observer;
|
|
31
32
|
/** The target element to calculate reading time for. Accepts a raw HTMLElement or a function that returns one. */
|
|
32
33
|
resolveTarget: HTMLElement | (() => HTMLElement | null) | null;
|
|
33
|
-
/** Display style
|
|
34
|
+
/** Display style forwarded to `cx-format-time`. Defaults to "long". */
|
|
34
35
|
displayStyle: DisplayStyle;
|
|
35
36
|
private durationMs;
|
|
36
37
|
connectedCallback(): void;
|
|
@@ -5960,7 +5960,7 @@
|
|
|
5960
5960
|
interface CxEstimatedReadingTimeAttributes extends HTMLAttributes<CxEstimatedReadingTime> {
|
|
5961
5961
|
|
|
5962
5962
|
/**
|
|
5963
|
-
* Display style
|
|
5963
|
+
* Display style forwarded to `cx-format-time`. Defaults to "long".
|
|
5964
5964
|
*/
|
|
5965
5965
|
displayStyle?: 'digital' | 'long' | 'narrow' | 'short';
|
|
5966
5966
|
/**
|
package/library/utils.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as s, D as t, H as o, P as r, m as i, e as l, f as n, u as m, x as p, g as c, h as g, p as d, d as f, i as x, o as u, j as C, k as A, l as T, y as I, r as E, v, s as y, q as S, n as L, t as R, w as F } from "./chunks/index.
|
|
1
|
+
import { C as s, D as t, H as o, P as r, m as i, e as l, f as n, u as m, x as p, g as c, h as g, p as d, d as f, i as x, o as u, j as C, k as A, l as T, y as I, r as E, v, s as y, q as S, n as L, t as R, w as F } from "./chunks/index.VbMreXxL.js";
|
|
2
2
|
import { l as b, f as h, g as D, j as P, i as _, e as B, k as M, m as O, h as w, r as H } from "./chunks/content-builder.B4Tqoc6M.js";
|
|
3
3
|
import { e as G, a as N, f as X, g as U, d as z, b as j, c as K, i as W, p as Z, s as q } from "./chunks/browser.BHOCIF_A.js";
|
|
4
4
|
import { d as J, C as Q, e as $, H as aa, R as ea, c as sa, h as ta, f as oa, g as ra, l as ia, p as la, a as na, b as ma } from "./chunks/color.vLD2sNTs.js";
|
|
@@ -11,7 +11,7 @@ import { d as Fa } from "./chunks/default-value.COZopaet.js";
|
|
|
11
11
|
import { d as ba } from "./chunks/drag.DXEXVXPv.js";
|
|
12
12
|
import { w as Da } from "./chunks/event.mFzZi4sr.js";
|
|
13
13
|
import { F as _a, c as Ba, f as Ma, v as Oa, a as wa } from "./chunks/form.DgwYWi0O.js";
|
|
14
|
-
import { L as ka, r as Ga } from "./chunks/i18n.
|
|
14
|
+
import { L as ka, r as Ga } from "./chunks/i18n.BUW7B9hr.js";
|
|
15
15
|
import { c as Xa } from "./chunks/math.DqTA6ya4.js";
|
|
16
16
|
import { g as za, l as ja, s as Ka, u as Wa } from "./chunks/scroll.xtO5yojm.js";
|
|
17
17
|
import { H as qa, a as Ya, g as Ja } from "./chunks/slot.j5oheLJC.js";
|