@orangelogic/design-system 2.46.0 → 2.47.0-ci.2

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.
Files changed (112) hide show
  1. package/library/chunks/{color-swatch-group.Dp0a3l-3.js → color-swatch-group.B8m4EwfT.js} +3 -3
  2. package/library/chunks/{color-swatch.DkZKPbUq.js → color-swatch.Cvc27N8k.js} +1 -1
  3. package/library/chunks/{confirm-popover.NWK93E8p.js → confirm-popover.BdhM9xBy.js} +1 -1
  4. package/library/chunks/{dialog.rme_OwWe.js → dialog.zDBnKtg5.js} +1 -1
  5. package/library/chunks/{file-on-demand.BEr9s0HP.js → file-on-demand.DplQMBdS.js} +5 -5
  6. package/library/chunks/{folder-select.ChFCJ-w0.js → folder-select.BhZgnT1D.js} +3 -3
  7. package/library/chunks/{image.C9hVXtqX.js → image.DhElsgZE.js} +1 -1
  8. package/library/chunks/{list-editor.BZuFeqNq.js → list-editor.Bq88jPag.js} +4 -4
  9. package/library/chunks/{popup.CJrePm7n.js → popup.BA33Wwyu.js} +5 -5
  10. package/library/chunks/{select.Bo8mWJ1g.js → select.Cr0SQQ-O.js} +1 -1
  11. package/library/chunks/{table.Bz0thu3_.js → table.CUGnpZQp.js} +450 -448
  12. package/library/chunks/{tree.DynOxJWg.js → tree.Dqx2HC5u.js} +1 -1
  13. package/library/components/asset-link-format.js +1 -1
  14. package/library/components/atoms.js +134 -132
  15. package/library/components/color-picker.js +1 -1
  16. package/library/components/color-swatch-group.js +4 -4
  17. package/library/components/color-swatch.js +2 -2
  18. package/library/components/confirm-popover.js +2 -2
  19. package/library/components/corner-position-input-group.js +1 -1
  20. package/library/components/dialog.js +2 -2
  21. package/library/components/divider.js +37 -16
  22. package/library/components/dot-status.d.ts +3 -0
  23. package/library/components/dot-status.js +117 -0
  24. package/library/components/dropdown.js +1 -1
  25. package/library/components/dynamic-select.js +2 -2
  26. package/library/components/file-on-demand.js +6 -6
  27. package/library/components/folder-select.js +3 -3
  28. package/library/components/image.js +2 -2
  29. package/library/components/line-clamp.js +1 -1
  30. package/library/components/list-editor.js +4 -4
  31. package/library/components/masonry.js +1 -1
  32. package/library/components/menu-item.js +1 -1
  33. package/library/components/molecules.js +4 -4
  34. package/library/components/organisms.js +2 -2
  35. package/library/components/pagination.js +1 -1
  36. package/library/components/popup.js +1 -1
  37. package/library/components/range.js +1 -1
  38. package/library/components/select.js +2 -2
  39. package/library/components/size-input-group.js +1 -1
  40. package/library/components/table.js +55 -54
  41. package/library/components/tooltip.js +1 -1
  42. package/library/components/tree-item.js +1 -1
  43. package/library/components/tree.js +1 -1
  44. package/library/components/types.js +630 -625
  45. package/library/components/video.js +1 -1
  46. package/library/package.json +1 -1
  47. package/library/packages/atoms/src/components/dialog/dialog.d.ts +1 -1
  48. package/library/packages/atoms/src/components/divider/divider.d.ts +6 -0
  49. package/library/packages/atoms/src/components/dot-status/dot-status.d.ts +36 -0
  50. package/library/packages/atoms/src/components/dot-status/dot-status.styles.d.ts +2 -0
  51. package/library/packages/atoms/src/components/drawer/drawer.d.ts +1 -1
  52. package/library/packages/atoms/src/components/image/image.d.ts +1 -1
  53. package/library/packages/atoms/src/components/menu-item/submenu-controller.d.ts +1 -1
  54. package/library/packages/atoms/src/components/radio-group/radio-group.d.ts +1 -1
  55. package/library/packages/atoms/src/components/table/table.d.ts +3 -0
  56. package/library/packages/atoms/src/components/video/video.d.ts +1 -1
  57. package/library/packages/atoms/src/index.d.ts +1 -0
  58. package/library/packages/events/src/cx-dot-status-click.d.ts +11 -0
  59. package/library/packages/events/src/events.d.ts +1 -0
  60. package/library/packages/molecules/src/gallery-item/gallery-item.d.ts +1 -1
  61. package/library/packages/molecules/src/graph-view/react/GraphView.d.ts +1 -1
  62. package/library/packages/molecules/src/graph-view/react/context.d.ts +1 -1
  63. package/library/packages/molecules/src/sidebar/sidebar.d.ts +1 -1
  64. package/library/packages/organisms/src/color-swatch-group/color-swatch-group.constants.d.ts +1 -1
  65. package/library/packages/organisms/src/content-builder/components/color-swatch-picker/color-swatch-picker.constants.d.ts +1 -1
  66. package/library/packages/organisms/src/content-builder/configs/accordion.d.ts +1 -1
  67. package/library/packages/organisms/src/content-builder/configs/analytics.d.ts +1 -1
  68. package/library/packages/organisms/src/content-builder/configs/button.d.ts +1 -1
  69. package/library/packages/organisms/src/content-builder/configs/carousel.d.ts +1 -1
  70. package/library/packages/organisms/src/content-builder/configs/color-swatches.d.ts +1 -1
  71. package/library/packages/organisms/src/content-builder/configs/column-group.d.ts +1 -1
  72. package/library/packages/organisms/src/content-builder/configs/column.d.ts +1 -1
  73. package/library/packages/organisms/src/content-builder/configs/divider.d.ts +1 -1
  74. package/library/packages/organisms/src/content-builder/configs/font-kit.d.ts +1 -1
  75. package/library/packages/organisms/src/content-builder/configs/gallery.d.ts +1 -1
  76. package/library/packages/organisms/src/content-builder/configs/header.d.ts +1 -1
  77. package/library/packages/organisms/src/content-builder/configs/image.d.ts +1 -1
  78. package/library/packages/organisms/src/content-builder/configs/rich-text.d.ts +1 -1
  79. package/library/packages/organisms/src/content-builder/configs/search-box.d.ts +1 -1
  80. package/library/packages/organisms/src/content-builder/configs/tab-group.d.ts +1 -1
  81. package/library/packages/organisms/src/content-builder/configs/text.d.ts +1 -1
  82. package/library/packages/organisms/src/content-builder/configs/timeline.d.ts +1 -1
  83. package/library/packages/organisms/src/content-builder/configs/video.d.ts +1 -1
  84. package/library/packages/organisms/src/content-builder/configs-controller.d.ts +1 -1
  85. package/library/packages/organisms/src/content-builder/plugins/plugin-factory.d.ts +1 -1
  86. package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/index.d.ts +1 -1
  87. package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/toolbar.d.ts +1 -1
  88. package/library/packages/organisms/src/content-builder/plugins/toolbar.d.ts +1 -1
  89. package/library/packages/organisms/src/content-builder/styleController.d.ts +1 -1
  90. package/library/packages/organisms/src/text-to-speech/text-to-speech.utils.d.ts +1 -1
  91. package/library/packages/types/src/dot-status.d.ts +11 -0
  92. package/library/packages/utils/src/array/index.d.ts +1 -0
  93. package/library/packages/utils/src/browser/index.d.ts +1 -0
  94. package/library/packages/utils/src/color/index.d.ts +1 -0
  95. package/library/packages/utils/src/dom/index.d.ts +1 -0
  96. package/library/packages/utils/src/event/index.d.ts +1 -0
  97. package/library/packages/utils/src/fetch/index.d.ts +1 -0
  98. package/library/packages/utils/src/form/index.d.ts +1 -0
  99. package/library/packages/utils/src/function/index.d.ts +1 -0
  100. package/library/packages/utils/src/image/index.d.ts +1 -0
  101. package/library/packages/utils/src/number/index.d.ts +1 -0
  102. package/library/packages/utils/src/object/index.d.ts +1 -0
  103. package/library/packages/utils/src/parse/index.d.ts +1 -0
  104. package/library/packages/utils/src/responsive/index.d.ts +1 -0
  105. package/library/packages/utils/src/storage/index.d.ts +1 -0
  106. package/library/packages/utils/src/string/index.d.ts +1 -0
  107. package/library/packages/utils/src/toast/index.d.ts +1 -0
  108. package/library/packages/utils/src/translations/en.d.ts +1 -1
  109. package/library/packages/utils/src/url/index.d.ts +1 -0
  110. package/library/packages/utils/src/video/index.d.ts +1 -0
  111. package/library/react-web-component.d.ts +47 -5
  112. package/package.json +1 -1
@@ -1,11 +1,11 @@
1
1
  import _ from "../components/space.js";
2
- import { C as z } from "./table.Bz0thu3_.js";
2
+ import { C as z } from "./table.CUGnpZQp.js";
3
3
  import { C as $ } from "./typography.trna8y2b.js";
4
4
  import { x as h, B as F, i as k, n as p, C as A, c as S } from "./custom-element.fmLrnDZr.js";
5
- import { C as v, a as m } from "./color-swatch.DkZKPbUq.js";
5
+ import { C as v, a as m } from "./color-swatch.Cvc27N8k.js";
6
6
  import { c as T } from "./component.styles.DtouHn2g.js";
7
7
  import { D as n } from "./content-builder.UlVFSATk.js";
8
- import { d as E } from "./popup.CJrePm7n.js";
8
+ import { d as E } from "./popup.BA33Wwyu.js";
9
9
  import { L as D } from "./i18n.D33BKrRs.js";
10
10
  import { w as C } from "./watch.BCJD77bD.js";
11
11
  import { r as d } from "./state.Dt9F_SuS.js";
@@ -6,7 +6,7 @@ import { C as G } from "./typography.trna8y2b.js";
6
6
  import { i as M, n as l, C as S, x as C, c as U } from "./custom-element.fmLrnDZr.js";
7
7
  import { c as W } from "./component.styles.DtouHn2g.js";
8
8
  import { T as v } from "./index.C1chwzNp.js";
9
- import { d as H } from "./popup.CJrePm7n.js";
9
+ import { d as H } from "./popup.BA33Wwyu.js";
10
10
  import { L as D } from "./i18n.D33BKrRs.js";
11
11
  import { w as h } from "./watch.BCJD77bD.js";
12
12
  import { r as d } from "./state.Dt9F_SuS.js";
@@ -1,5 +1,5 @@
1
1
  import { C as _ } from "./button.DrU92LJQ.js";
2
- import { C as u, D as h } from "./dialog.rme_OwWe.js";
2
+ import { C as u, D as h } from "./dialog.zDBnKtg5.js";
3
3
  import g from "../components/dropdown.js";
4
4
  import { C as x } from "./typography.trna8y2b.js";
5
5
  import { i as b, n as e, C as y, x as d, c as w } from "./custom-element.fmLrnDZr.js";
@@ -16,7 +16,7 @@ import { o as A } from "./style-map.lEJHEwk3.js";
16
16
  import { n as g } from "./when.Dr1es41R.js";
17
17
  import F from "../components/divider.js";
18
18
  import I from "../components/icon-button.js";
19
- import { C as T } from "./popup.CJrePm7n.js";
19
+ import { C as T } from "./popup.BA33Wwyu.js";
20
20
  var l = /* @__PURE__ */ ((e) => (e.Both = "both", e.Footer = "footer", e.Header = "header", e.None = "none", e))(l || {});
21
21
  const j = z`
22
22
  :host {
@@ -1,6 +1,6 @@
1
1
  import lt from "../components/icon.js";
2
2
  import dt from "../components/line-clamp.js";
3
- import { C as pt, s as ht, a as ut, b as Q } from "./tree.DynOxJWg.js";
3
+ import { C as pt, s as ht, a as ut, b as Q } from "./tree.Dqx2HC5u.js";
4
4
  import { n as p, C as Y, x as r, c as K, i as gt, E as bt } from "./custom-element.fmLrnDZr.js";
5
5
  import { c as xt } from "./component.styles.DtouHn2g.js";
6
6
  import { L as Z } from "./i18n.D33BKrRs.js";
@@ -14,7 +14,7 @@ import { n as g } from "./when.Dr1es41R.js";
14
14
  import { a as zt, i as _t, c as Et, b as tt } from "./_baseUniq.BUihBa8c.js";
15
15
  import Lt from "../components/avatar.js";
16
16
  import { C as Rt } from "./button.DrU92LJQ.js";
17
- import { C as Pt } from "./dialog.rme_OwWe.js";
17
+ import { C as Pt } from "./dialog.zDBnKtg5.js";
18
18
  import Ft from "../components/divider.js";
19
19
  import Ut from "../components/format-bytes.js";
20
20
  import kt from "../components/icon-button.js";
@@ -22,15 +22,15 @@ import Ot from "../components/input.js";
22
22
  import { C as Nt } from "./option.C4nNbxye.js";
23
23
  import jt from "../components/progress-bar.js";
24
24
  import Mt from "../components/relative-time.js";
25
- import { C as Bt } from "./select.Bo8mWJ1g.js";
25
+ import { C as Bt } from "./select.Cr0SQQ-O.js";
26
26
  import Vt from "../components/space.js";
27
27
  import Ht from "../components/tab.js";
28
28
  import { C as Wt } from "./tab-group.BBZDkdIX.js";
29
29
  import Gt from "../components/tab-panel.js";
30
30
  import qt from "../components/tooltip.js";
31
31
  import { C as Yt } from "./typography.trna8y2b.js";
32
- import { C as Kt } from "./confirm-popover.NWK93E8p.js";
33
- import { d as Zt } from "./popup.CJrePm7n.js";
32
+ import { C as Kt } from "./confirm-popover.BdhM9xBy.js";
33
+ import { d as Zt } from "./popup.BA33Wwyu.js";
34
34
  import { a as H } from "./number.eX2EGPvy.js";
35
35
  import { o as Xt } from "./style-map.lEJHEwk3.js";
36
36
  import { a as Jt } from "./toString.CL_lYXbK.js";
@@ -1,7 +1,7 @@
1
1
  import G from "../components/icon.js";
2
2
  import Z from "../components/input.js";
3
- import { C as J } from "./select.Bo8mWJ1g.js";
4
- import { C as x, a as K } from "./tree.DynOxJWg.js";
3
+ import { C as J } from "./select.Cr0SQQ-O.js";
4
+ import { C as x, a as K } from "./tree.Dqx2HC5u.js";
5
5
  import { n as r, C as I, x as f, c as w, i as X } from "./custom-element.fmLrnDZr.js";
6
6
  import { h as k, F as Y, b as A } from "./endpoints.BgyupJys.js";
7
7
  import { c as R } from "./component.styles.DtouHn2g.js";
@@ -11,7 +11,7 @@ import { r as y } from "./state.Dt9F_SuS.js";
11
11
  import { e as B } from "./query.BBf1UFkC.js";
12
12
  import { r as ee } from "./choose.BTbF6BAn.js";
13
13
  import { C as q } from "./button.DrU92LJQ.js";
14
- import { d as te } from "./popup.CJrePm7n.js";
14
+ import { d as te } from "./popup.BA33Wwyu.js";
15
15
  import { o as S } from "./if-defined.CKupVaWs.js";
16
16
  import { c as W } from "./repeat.B1pVpmRx.js";
17
17
  import { n as O } from "./when.Dr1es41R.js";
@@ -3,7 +3,7 @@ import { r as H } from "./state.Dt9F_SuS.js";
3
3
  import { e as q } from "./query.BBf1UFkC.js";
4
4
  import { E as $e, b as de, a as We } from "./index.Cpamj0jB.js";
5
5
  import { c as Ae } from "./component.styles.DtouHn2g.js";
6
- import { C as Oe, d as Me } from "./popup.CJrePm7n.js";
6
+ import { C as Oe, d as Me } from "./popup.BA33Wwyu.js";
7
7
  import { L as De } from "./i18n.D33BKrRs.js";
8
8
  import { w as X } from "./watch.BCJD77bD.js";
9
9
  import { e as j } from "./class-map.DqNfBvJI.js";
@@ -1,5 +1,5 @@
1
1
  import { C as _ } from "./button.DrU92LJQ.js";
2
- import { C as z } from "./dialog.rme_OwWe.js";
2
+ import { C as z } from "./dialog.zDBnKtg5.js";
3
3
  import M from "../components/grid.js";
4
4
  import q from "../components/grid-item.js";
5
5
  import C from "../components/input.js";
@@ -7,11 +7,11 @@ import T from "../components/line-clamp.js";
7
7
  import R from "../components/radio.js";
8
8
  import O from "../components/radio-group.js";
9
9
  import $ from "../components/space.js";
10
- import { C as P, H as k } from "./table.Bz0thu3_.js";
10
+ import { C as P, H as k } from "./table.CUGnpZQp.js";
11
11
  import { C as I } from "./typography.trna8y2b.js";
12
12
  import { i as A, n, C as w, x as l, c as E } from "./custom-element.fmLrnDZr.js";
13
13
  import { c as D } from "./component.styles.DtouHn2g.js";
14
- import { d as F } from "./popup.CJrePm7n.js";
14
+ import { d as F } from "./popup.BA33Wwyu.js";
15
15
  import { L as S } from "./i18n.D33BKrRs.js";
16
16
  import { w as g } from "./watch.BCJD77bD.js";
17
17
  import { r as x } from "./state.Dt9F_SuS.js";
@@ -22,7 +22,7 @@ import { c as y } from "./repeat.B1pVpmRx.js";
22
22
  import { n as m } from "./when.Dr1es41R.js";
23
23
  import { t as B } from "./toString.CL_lYXbK.js";
24
24
  import H from "../components/icon-button.js";
25
- import { C as N } from "./image.C9hVXtqX.js";
25
+ import { C as N } from "./image.DhElsgZE.js";
26
26
  import { t as U, a as G, D as v } from "./asset.Ba-CxnNM.js";
27
27
  import { a as V } from "./index.Cpamj0jB.js";
28
28
  import { A as u } from "./content-builder.UlVFSATk.js";
@@ -30,7 +30,7 @@ const ae = Symbol(), kt = Symbol(), Xe = (e, t = !1) => (o, i, s) => {
30
30
  t || r.apply(this, n), this[kt] = !1;
31
31
  }, e);
32
32
  }, s.configurable === !1 && (s.configurable = !0);
33
- }, le = /* @__PURE__ */ new Set(), Ge = (e) => typeof e.startManagingContentDirection < "u" || e.tagName === "SP-THEME";
33
+ }, le = /* @__PURE__ */ new Set(), Ge = (e) => e?.startManagingContentDirection !== void 0 || e?.tagName === "SP-THEME";
34
34
  function Qe(e) {
35
35
  class t extends e {
36
36
  /**
@@ -62,13 +62,13 @@ function Qe(e) {
62
62
  connectedCallback() {
63
63
  if (!this.hasAttribute("dir")) {
64
64
  let i = this.assignedSlot || this.parentNode;
65
- for (; i !== document.documentElement && !Ge(i); )
65
+ for (; i && i !== document.documentElement && !Ge(i); )
66
66
  i = i.assignedSlot || // step into the shadow DOM of the parent of a slotted node
67
67
  i.parentNode || // DOM Element detected
68
68
  i.host;
69
- if (this.dir = i.dir === "rtl" ? i.dir : this.dir || "ltr", i === document.documentElement)
69
+ if (this.dir = i?.dir === "rtl" ? i.dir : this.dir || "ltr", i === document.documentElement)
70
70
  le.add(this);
71
- else {
71
+ else if (i) {
72
72
  const { localName: s } = i;
73
73
  s.search("-") > -1 && !customElements.get(s) ? customElements.whenDefined(s).then(() => {
74
74
  i.startManagingContentDirection(this);
@@ -3007,7 +3007,7 @@ let b = class extends Me {
3007
3007
  )), this.anchorEl && this.start();
3008
3008
  }
3009
3009
  start() {
3010
- this.anchorEl && (this.cleanup = Ht(this.anchorEl, this.popup, () => {
3010
+ !this.anchorEl || !this.isConnected || (this.cleanup = Ht(this.anchorEl, this.popup, () => {
3011
3011
  this.reposition();
3012
3012
  }));
3013
3013
  }
@@ -18,7 +18,7 @@ import { o as F } from "./unsafe-html.BpqikVtf.js";
18
18
  import { n as m } from "./when.Dr1es41R.js";
19
19
  import V from "../components/icon.js";
20
20
  import { C as d } from "./option.C4nNbxye.js";
21
- import { C as P } from "./popup.CJrePm7n.js";
21
+ import { C as P } from "./popup.BA33Wwyu.js";
22
22
  import M from "../components/spinner.js";
23
23
  import U from "../components/tag.js";
24
24
  const N = () => navigator.userAgent.includes("Cortex") || navigator.userAgent.includes("Photoshop") || navigator.userAgent.includes("AfterEffect") || navigator.userAgent.includes("Illustrator"), R = (e) => !(document.createElement(e.tagName).constructor === HTMLElement || customElements.get(e.tagName.toLowerCase())), W = S`