@orangelogic/design-system 2.70.0-pr84667.4 → 2.71.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.
Files changed (98) hide show
  1. package/library/chunks/{button.CAAJPQFu.js → button.D6S0sAOO.js} +1 -1
  2. package/library/chunks/{color-swatch-group.CKHyWM8K.js → color-swatch-group.CSctShAT.js} +3 -3
  3. package/library/chunks/{color-swatch.BkpPCXd6.js → color-swatch.9fo7Prlq.js} +1 -1
  4. package/library/chunks/{confirm-popover.Cb1CLXYo.js → confirm-popover.DR2_O9i_.js} +3 -3
  5. package/library/chunks/{dialog.DfmvRD2J.js → dialog.n5g61iHs.js} +2 -2
  6. package/library/chunks/{dot-pagination.BN_0ljfc.js → dot-pagination.CqpDMHMz.js} +1 -1
  7. package/library/chunks/{file-on-demand.BZUB1kn1.js → file-on-demand.DyPdfxfM.js} +8 -8
  8. package/library/chunks/{folder-select.CPALQK22.js → folder-select.B4PPWsoq.js} +3 -3
  9. package/library/chunks/{header.DXZ_5gLY.js → header.tbXKX2yv.js} +1 -1
  10. package/library/chunks/{i18n.C0iakJkV.js → i18n.BU7mYVLM.js} +2 -2
  11. package/library/chunks/icon-button.Dxz2J4cg.js +683 -0
  12. package/library/chunks/{iframe.BlzVfeBc.js → iframe.Dx7QScC8.js} +1 -1
  13. package/library/chunks/{image.B3WjaCXP.js → image.Q7doiTcu.js} +1 -1
  14. package/library/chunks/{index.CmVKj_wl.js → index.xnuklZH8.js} +1 -1
  15. package/library/chunks/{list-editor.1M9g8sk9.js → list-editor.rlWs0RYN.js} +7 -7
  16. package/library/chunks/{option.ByVbmxUQ.js → option.CgM5bwtt.js} +1 -1
  17. package/library/chunks/pagination.I2BZVSB2.js +430 -0
  18. package/library/chunks/{tab-group.1h51o_Ly.js → tab-group.euL1exrl.js} +3 -3
  19. package/library/chunks/{table.wVHv1Xze.js → table.DNwNmw8a.js} +366 -351
  20. package/library/chunks/{tree.Bx0IGsWm.js → tree.ClkS3oAg.js} +1 -1
  21. package/library/components/alert.js +2 -2
  22. package/library/components/asset-link-format.js +4 -4
  23. package/library/components/atoms.js +12 -12
  24. package/library/components/border-input-group.js +1 -1
  25. package/library/components/breadcrumb.js +1 -1
  26. package/library/components/button.js +2 -2
  27. package/library/components/color-picker.js +2 -2
  28. package/library/components/color-swatch-group.js +4 -4
  29. package/library/components/color-swatch.js +2 -2
  30. package/library/components/confirm-popover.js +4 -4
  31. package/library/components/copy-button.js +1 -1
  32. package/library/components/corner-position-input-group.js +2 -2
  33. package/library/components/details.js +1 -1
  34. package/library/components/dialog.js +3 -3
  35. package/library/components/dot-pagination.js +2 -2
  36. package/library/components/drawer.js +2 -2
  37. package/library/components/dropdown.js +1 -1
  38. package/library/components/dynamic-select.js +4 -4
  39. package/library/components/e-chart.js +1 -1
  40. package/library/components/element-clamp.js +2 -2
  41. package/library/components/file-on-demand.js +9 -9
  42. package/library/components/folder-select.js +3 -3
  43. package/library/components/format-bytes.js +1 -1
  44. package/library/components/format-date.js +1 -1
  45. package/library/components/format-number.js +1 -1
  46. package/library/components/format-time.js +1 -1
  47. package/library/components/header.js +2 -2
  48. package/library/components/icon-button.js +14 -679
  49. package/library/components/iframe.js +2 -2
  50. package/library/components/image-comparer.js +1 -1
  51. package/library/components/image.js +2 -2
  52. package/library/components/input.js +409 -320
  53. package/library/components/line-clamp.js +1 -1
  54. package/library/components/list-editor.js +6 -6
  55. package/library/components/masonry.js +2 -2
  56. package/library/components/menu-item.js +1 -1
  57. package/library/components/menu.js +1 -1
  58. package/library/components/molecules.js +4 -4
  59. package/library/components/option.js +2 -2
  60. package/library/components/organisms.js +2 -2
  61. package/library/components/pagination.js +8 -6
  62. package/library/components/popup.js +1 -1
  63. package/library/components/position-picker.js +1 -1
  64. package/library/components/progress-bar.js +1 -1
  65. package/library/components/progress-ring.js +1 -1
  66. package/library/components/range.js +1 -1
  67. package/library/components/rating.js +1 -1
  68. package/library/components/relative-time.js +1 -1
  69. package/library/components/select.js +2 -2
  70. package/library/components/share-option-list.js +1 -1
  71. package/library/components/sidebar.js +1 -1
  72. package/library/components/size-input-group.js +2 -2
  73. package/library/components/spinner.js +1 -1
  74. package/library/components/split-panel.js +1 -1
  75. package/library/components/tab-group.js +4 -4
  76. package/library/components/tab.js +2 -2
  77. package/library/components/table.js +5 -5
  78. package/library/components/tag.js +2 -2
  79. package/library/components/tooltip.js +1 -1
  80. package/library/components/tree-item.js +2 -2
  81. package/library/components/tree.js +2 -2
  82. package/library/components/typeface.js +6 -6
  83. package/library/components/types.js +25 -25
  84. package/library/components/video.js +2 -2
  85. package/library/package.json +1 -1
  86. package/library/packages/atoms/src/components/icon-button/icon-button.d.ts +2 -1
  87. package/library/packages/atoms/src/components/input/auto-grow-controller.d.ts +23 -0
  88. package/library/packages/atoms/src/components/input/input.d.ts +9 -0
  89. package/library/packages/atoms/src/components/pagination/pagination.d.ts +31 -2
  90. package/library/packages/atoms/src/components/table/table.d.ts +13 -1
  91. package/library/packages/atoms/src/components/table/tabulator-tables/modules/Page/Page.d.ts +2 -2
  92. package/library/packages/types/src/icon-button.d.ts +7 -0
  93. package/library/packages/types/src/table.d.ts +3 -1
  94. package/library/packages/utils/src/custom-element/i18n.d.ts +2 -2
  95. package/library/react-web-component.d.ts +30 -6
  96. package/library/utils.js +2 -2
  97. package/package.json +1 -1
  98. package/library/chunks/pagination.DPQn2fKX.js +0 -341
@@ -2,7 +2,7 @@ import { n as i, C as v } from "./lib-cortex-element.CVMmyPMC.js";
2
2
  import { c as g } from "./component.styles.DMSLciL5.js";
3
3
  import { c as C } from "./custom-element.L4WJXn1j.js";
4
4
  import { F as x, v as w } from "./form.DgwYWi0O.js";
5
- import { L as $ } from "./i18n.C0iakJkV.js";
5
+ import { L as $ } from "./i18n.BU7mYVLM.js";
6
6
  import { H as S, g as O } from "./slot.j5oheLJC.js";
7
7
  import { w as m } from "./watch.BCJD77bD.js";
8
8
  import { r as u } from "./state.CSDxrqLd.js";
@@ -1,13 +1,13 @@
1
1
  import z from "../components/space.js";
2
- import { C as $ } from "./table.wVHv1Xze.js";
2
+ import { C as $ } from "./table.DNwNmw8a.js";
3
3
  import { C as k } from "./typography.oDzoLbZS.js";
4
4
  import { n as h, C as F } from "./lib-cortex-element.CVMmyPMC.js";
5
- import { C, a as m } from "./color-swatch.BkpPCXd6.js";
5
+ import { C, a as m } from "./color-swatch.9fo7Prlq.js";
6
6
  import { c as A } from "./component.styles.DMSLciL5.js";
7
7
  import { D as p } from "./content-builder.B4Tqoc6M.js";
8
8
  import { c as S } from "./custom-element.L4WJXn1j.js";
9
9
  import { d as T } from "./debounce.DaHuiSGU.js";
10
- import { L as E } from "./i18n.C0iakJkV.js";
10
+ import { L as E } from "./i18n.BU7mYVLM.js";
11
11
  import { w as x } from "./watch.BCJD77bD.js";
12
12
  import { g as D, a as R } from "./responsive.DL-wBD4P.js";
13
13
  import { x as l, B as H, i as O } from "./lit-element.jLBm65_O.js";
@@ -8,7 +8,7 @@ import { c as F } from "./component.styles.DMSLciL5.js";
8
8
  import { c as n, C as h, H as $, l as z } from "./color.vLD2sNTs.js";
9
9
  import { c as O } from "./custom-element.L4WJXn1j.js";
10
10
  import { d as W } from "./debounce.DaHuiSGU.js";
11
- import { L as A } from "./i18n.C0iakJkV.js";
11
+ import { L as A } from "./i18n.BU7mYVLM.js";
12
12
  import { w as i } from "./watch.BCJD77bD.js";
13
13
  import { i as G, x as u } from "./lit-element.jLBm65_O.js";
14
14
  import { r as c } from "./state.CSDxrqLd.js";
@@ -1,11 +1,11 @@
1
- import { C as _ } from "./button.CAAJPQFu.js";
2
- import { C as u, D as h } from "./dialog.DfmvRD2J.js";
1
+ import { C as _ } from "./button.D6S0sAOO.js";
2
+ import { C as u, D as h } from "./dialog.n5g61iHs.js";
3
3
  import g from "../components/dropdown.js";
4
4
  import { C as x } from "./typography.oDzoLbZS.js";
5
5
  import { n as e, C as b } from "./lib-cortex-element.CVMmyPMC.js";
6
6
  import { c as y } from "./component.styles.DMSLciL5.js";
7
7
  import { c as w } from "./custom-element.L4WJXn1j.js";
8
- import { L as $ } from "./i18n.C0iakJkV.js";
8
+ import { L as $ } from "./i18n.BU7mYVLM.js";
9
9
  import { i as z, x as d } from "./lit-element.jLBm65_O.js";
10
10
  import { e as m } from "./query.BBf1UFkC.js";
11
11
  import { e as a } from "./class-map.BiVq-cVR.js";
@@ -4,7 +4,7 @@ import { O, C as D, H, z as B, o as L } from "./overlayscrollbars.XhGWx9Zk.js";
4
4
  import { a as c, s as p } from "./animate.El-MpOws.js";
5
5
  import { c as P } from "./custom-element.L4WJXn1j.js";
6
6
  import { w as x } from "./event.mFzZi4sr.js";
7
- import { L as $ } from "./i18n.C0iakJkV.js";
7
+ import { L as $ } from "./i18n.BU7mYVLM.js";
8
8
  import { M as A } from "./modal.U1QltQKe.js";
9
9
  import { l as w, u as _ } from "./scroll.xtO5yojm.js";
10
10
  import { H as E } from "./slot.j5oheLJC.js";
@@ -18,7 +18,7 @@ import { o as q } from "./style-map.llVFPd__.js";
18
18
  import { n as b } from "./when.Dr1es41R.js";
19
19
  import { s as u, g as h } from "./animation-registry.HmpwNuGH.js";
20
20
  import F from "../components/divider.js";
21
- import I from "../components/icon-button.js";
21
+ import { C as I } from "./icon-button.Dxz2J4cg.js";
22
22
  import T from "../components/popup.js";
23
23
  var l = /* @__PURE__ */ ((e) => (e.Both = "both", e.Footer = "footer", e.Header = "header", e.None = "none", e))(l || {});
24
24
  const U = R`
@@ -2,7 +2,7 @@ import { n as a, C as P } from "./lib-cortex-element.CVMmyPMC.js";
2
2
  import { c as F } from "./component.styles.DMSLciL5.js";
3
3
  import { O as C } from "./index.Cpamj0jB.js";
4
4
  import { c as z } from "./custom-element.L4WJXn1j.js";
5
- import { L as S } from "./i18n.C0iakJkV.js";
5
+ import { L as S } from "./i18n.BU7mYVLM.js";
6
6
  import { w as m } from "./watch.BCJD77bD.js";
7
7
  import { i as O, x as y } from "./lit-element.jLBm65_O.js";
8
8
  import { r as j } from "./state.CSDxrqLd.js";
@@ -1,10 +1,10 @@
1
1
  import J from "../components/icon.js";
2
2
  import Q from "../components/line-clamp.js";
3
- import { C as yt, s as bt, a as $t, b as lt } from "./tree.Bx0IGsWm.js";
3
+ import { C as yt, s as bt, a as $t, b as lt } from "./tree.ClkS3oAg.js";
4
4
  import { n as d, C as H } from "./lib-cortex-element.CVMmyPMC.js";
5
5
  import { c as tt } from "./component.styles.DMSLciL5.js";
6
6
  import { c as W } from "./custom-element.L4WJXn1j.js";
7
- import { L as q } from "./i18n.C0iakJkV.js";
7
+ import { L as q } from "./i18n.BU7mYVLM.js";
8
8
  import { k as zt, h as St, i as wt, w as P, j as Et, l as Lt, f as Ft, g as Ut, d as Rt, m as kt, n as Ot } from "./watch.BCJD77bD.js";
9
9
  import { p as R } from "./string.B_rEG27K.js";
10
10
  import { x as n, i as at, E as Nt } from "./lit-element.jLBm65_O.js";
@@ -15,22 +15,22 @@ import { c as U } from "./repeat.DbF2p5ae.js";
15
15
  import { n as p } from "./when.Dr1es41R.js";
16
16
  import { a as jt, i as It, c as Bt, b as dt } from "./_baseUniq.BUihBa8c.js";
17
17
  import Mt from "../components/avatar.js";
18
- import { C as Vt } from "./button.CAAJPQFu.js";
19
- import { C as Ht } from "./dialog.DfmvRD2J.js";
18
+ import { C as Vt } from "./button.D6S0sAOO.js";
19
+ import { C as Ht } from "./dialog.n5g61iHs.js";
20
20
  import Wt from "../components/divider.js";
21
21
  import ot from "../components/format-bytes.js";
22
- import Ct from "../components/icon-button.js";
22
+ import { C as Ct } from "./icon-button.Dxz2J4cg.js";
23
23
  import qt from "../components/input.js";
24
- import { C as Gt } from "./option.ByVbmxUQ.js";
24
+ import { C as Gt } from "./option.CgM5bwtt.js";
25
25
  import At from "../components/relative-time.js";
26
26
  import Yt from "../components/select.js";
27
27
  import Kt from "../components/space.js";
28
28
  import Xt from "../components/tab.js";
29
- import { C as Zt } from "./tab-group.1h51o_Ly.js";
29
+ import { C as Zt } from "./tab-group.euL1exrl.js";
30
30
  import Jt from "../components/tab-panel.js";
31
31
  import Dt from "../components/tooltip.js";
32
32
  import { C as nt } from "./typography.oDzoLbZS.js";
33
- import { C as Qt } from "./confirm-popover.Cb1CLXYo.js";
33
+ import { C as Qt } from "./confirm-popover.DR2_O9i_.js";
34
34
  import { d as te } from "./debounce.DaHuiSGU.js";
35
35
  import { a as et } from "./number.CjNxU7Xs.js";
36
36
  import { i as K, a as ht } from "./url.LjsR2sB5.js";
@@ -1,18 +1,18 @@
1
1
  import A from "../components/icon.js";
2
2
  import X from "../components/input.js";
3
3
  import Y from "../components/select.js";
4
- import { C as $, a as ee } from "./tree.Bx0IGsWm.js";
4
+ import { C as $, a as ee } from "./tree.ClkS3oAg.js";
5
5
  import { n as r, C as O } from "./lib-cortex-element.CVMmyPMC.js";
6
6
  import { h as I, F as te, b as re } from "./endpoints.B7lcoc1N.js";
7
7
  import { c as R } from "./component.styles.DMSLciL5.js";
8
8
  import { c as D } from "./custom-element.L4WJXn1j.js";
9
- import { L as w } from "./i18n.C0iakJkV.js";
9
+ import { L as w } from "./i18n.BU7mYVLM.js";
10
10
  import { w as m } from "./watch.BCJD77bD.js";
11
11
  import { x as f, i as ae } from "./lit-element.jLBm65_O.js";
12
12
  import { r as x } from "./state.CSDxrqLd.js";
13
13
  import { e as B } from "./query.BBf1UFkC.js";
14
14
  import { r as se } from "./choose.BTbF6BAn.js";
15
- import { C as W } from "./button.CAAJPQFu.js";
15
+ import { C as W } from "./button.D6S0sAOO.js";
16
16
  import { d as le } from "./debounce.DaHuiSGU.js";
17
17
  import { o as y } from "./if-defined.BRoBj_Rp.js";
18
18
  import { c as q } from "./repeat.DbF2p5ae.js";
@@ -3,7 +3,7 @@ import { n as c, C as b } from "./lib-cortex-element.CVMmyPMC.js";
3
3
  import { c as x } from "./component.styles.DMSLciL5.js";
4
4
  import { i as u } from "./lit-element.jLBm65_O.js";
5
5
  import { c as v } from "./custom-element.L4WJXn1j.js";
6
- import { L as y } from "./i18n.C0iakJkV.js";
6
+ import { L as y } from "./i18n.BU7mYVLM.js";
7
7
  import { w } from "./watch.BCJD77bD.js";
8
8
  import { e as m } from "./query.BBf1UFkC.js";
9
9
  import { e as g } from "./class-map.BiVq-cVR.js";
@@ -498,8 +498,8 @@ const w = {
498
498
  interpretTextAs: "Interpret Text As",
499
499
  itCanTakeAFewMinutesForThisSettingToTakeEffect: "It can take a few minutes for this setting to take effect.",
500
500
  italic: "Italic",
501
- itemOfTotal: (e, t) => `${e} of ${t}`,
502
- itemRangeOfTotal: (e, t, o) => `${e} - ${t} of ${o}`,
501
+ itemOfTotal: (e, t) => `${e} of ${t}`.trim(),
502
+ itemRangeOfTotal: (e, t, o) => `${e} - ${t} of ${o}`.trim(),
503
503
  itemsGap: "Items gap",
504
504
  jump: "Jump",
505
505
  justify: "Justify",