@orangelogic/design-system 2.111.0 → 2.112.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 (157) hide show
  1. package/library/chunks/asset.Ci6rP56l.js +458 -0
  2. package/library/chunks/{button.i88sSbTZ.js → button.BvBgxmvw.js} +3 -3
  3. package/library/chunks/calendar-grid.CXYoS6VA.js +108 -0
  4. package/library/chunks/{color-swatch-group.mIHaCJsh.js → color-swatch-group.D8KPblw2.js} +3 -3
  5. package/library/chunks/{color-swatch.D9vkPoV2.js → color-swatch.DQxReKYX.js} +2 -2
  6. package/library/chunks/{color.vLD2sNTs.js → color.LzSGBy7o.js} +2 -2
  7. package/library/chunks/{confirm-popover.UuBhn8GA.js → confirm-popover.dyPIFLWa.js} +3 -3
  8. package/library/chunks/date-picker.D0SJADN6.js +77 -0
  9. package/library/chunks/{dialog.Bso6gK-8.js → dialog.BoCFGpPO.js} +2 -2
  10. package/library/chunks/{document-viewer.C6eclRvd.js → document-viewer.B90s20gM.js} +8 -7
  11. package/library/chunks/{dot-pagination.CNnUuI-Z.js → dot-pagination.uz9GFrMP.js} +1 -1
  12. package/library/chunks/{file-on-demand.Cf2ujTeF.js → file-on-demand.DLVH0DID.js} +10 -10
  13. package/library/chunks/{folder-select.ByNUfTia.js → folder-select.C2ruplAB.js} +5 -5
  14. package/library/chunks/{form.Ch1cwYzO.js → form.B-5nQJva.js} +46 -34
  15. package/library/chunks/{header.hj2Kw-N7.js → header.By_Mfx47.js} +1 -1
  16. package/library/chunks/{i18n.D6AYDPK-.js → i18n.BcD4Ohsq.js} +46 -13
  17. package/library/chunks/{icon-button.ztYU-DHy.js → icon-button.DO6DHXwo.js} +2 -2
  18. package/library/chunks/icon.DnBh6-56.js +111 -0
  19. package/library/chunks/{iframe.uLxZ6LsL.js → iframe.C4jZSmOr.js} +1 -1
  20. package/library/chunks/{image.DKB6yEQO.js → image.Cx4hbc4L.js} +2 -2
  21. package/library/chunks/input.B7SaYNrr.js +2855 -0
  22. package/library/chunks/{list-editor.GT2kQsmR.js → list-editor.Hag-nXN-.js} +86 -86
  23. package/library/chunks/{option.BAYtHIvG.js → option.CA-HtVdP.js} +2 -2
  24. package/library/chunks/{pagination.CCJD61IB.js → pagination.jgAGwDyt.js} +5 -5
  25. package/library/chunks/{tab-group.BsR8tdVY.js → tab-group.DyxpVNOn.js} +3 -3
  26. package/library/chunks/{table.DL_CEeYh.js → table.Crb35At8.js} +2905 -2306
  27. package/library/chunks/{tree.KmZRWZ0F.js → tree.jg0MjIB8.js} +2 -2
  28. package/library/components/alert.js +2 -2
  29. package/library/components/animated-image.js +15 -15
  30. package/library/components/asset-link-format.js +7 -7
  31. package/library/components/atoms.js +194 -180
  32. package/library/components/audio.js +2 -2
  33. package/library/components/avatar.js +1 -1
  34. package/library/components/border-input-group.js +2 -2
  35. package/library/components/breadcrumb.js +4 -4
  36. package/library/components/button.js +4 -4
  37. package/library/components/checkbox.js +2 -2
  38. package/library/components/color-picker.js +5 -5
  39. package/library/components/color-swatch-group.js +4 -4
  40. package/library/components/color-swatch.js +3 -3
  41. package/library/components/confirm-popover.js +4 -4
  42. package/library/components/copy-button.js +2 -2
  43. package/library/components/corner-position-input-group.js +3 -3
  44. package/library/components/date-calendar.d.ts +3 -0
  45. package/library/components/date-calendar.js +107 -0
  46. package/library/components/details.js +12 -12
  47. package/library/components/dialog.js +3 -3
  48. package/library/components/document-viewer.js +4 -4
  49. package/library/components/dot-pagination.js +2 -2
  50. package/library/components/drawer.js +2 -2
  51. package/library/components/dropdown.js +2 -2
  52. package/library/components/dynamic-select.js +4 -4
  53. package/library/components/e-chart.js +1 -1
  54. package/library/components/element-clamp.js +2 -2
  55. package/library/components/faceted-filter.d.ts +3 -0
  56. package/library/components/faceted-filter.js +295 -0
  57. package/library/components/file-on-demand.js +11 -11
  58. package/library/components/folder-select.js +5 -5
  59. package/library/components/format-bytes.js +1 -1
  60. package/library/components/format-date.js +1 -1
  61. package/library/components/format-number.js +1 -1
  62. package/library/components/format-time.js +1 -1
  63. package/library/components/header.js +2 -2
  64. package/library/components/icon-button.js +3 -3
  65. package/library/components/icon.js +10 -109
  66. package/library/components/iframe.js +2 -2
  67. package/library/components/image-comparer.js +2 -2
  68. package/library/components/image.js +3 -3
  69. package/library/components/input.js +19 -2852
  70. package/library/components/line-clamp.js +1 -1
  71. package/library/components/list-editor.js +7 -7
  72. package/library/components/masonry.js +2 -2
  73. package/library/components/menu-item.js +2 -2
  74. package/library/components/menu.js +2 -2
  75. package/library/components/molecules.js +4 -4
  76. package/library/components/option.js +3 -3
  77. package/library/components/organisms.js +2 -2
  78. package/library/components/padding-input-group.js +9 -9
  79. package/library/components/pagination.js +6 -6
  80. package/library/components/popup.js +1 -1
  81. package/library/components/position-picker.js +1 -1
  82. package/library/components/progress-bar.js +1 -1
  83. package/library/components/progress-ring.js +1 -1
  84. package/library/components/radio-group.js +1 -1
  85. package/library/components/radio.js +1 -1
  86. package/library/components/range.js +2 -2
  87. package/library/components/rating.js +6 -6
  88. package/library/components/relative-time.js +1 -1
  89. package/library/components/select.js +5 -5
  90. package/library/components/shadow-input-group.js +5 -5
  91. package/library/components/share-option-list.js +2 -2
  92. package/library/components/sidebar.js +2 -2
  93. package/library/components/size-input-group.js +3 -3
  94. package/library/components/spinner.js +1 -1
  95. package/library/components/split-panel.js +1 -1
  96. package/library/components/step.js +1 -1
  97. package/library/components/stepper-wizard.js +16 -16
  98. package/library/components/switch.js +1 -1
  99. package/library/components/tab-group.js +4 -4
  100. package/library/components/tab.js +2 -2
  101. package/library/components/table.js +5 -5
  102. package/library/components/tag.js +2 -2
  103. package/library/components/textarea.js +1 -1
  104. package/library/components/tooltip.js +1 -1
  105. package/library/components/tree-item.js +3 -3
  106. package/library/components/tree.js +2 -2
  107. package/library/components/typeface.js +2 -2
  108. package/library/components/types.js +25164 -24599
  109. package/library/components/video.js +2 -2
  110. package/library/package.json +1 -1
  111. package/library/packages/atoms/src/components/date-calendar/date-calendar.d.ts +61 -0
  112. package/library/packages/atoms/src/components/date-calendar/date-calendar.styles.d.ts +2 -0
  113. package/library/packages/atoms/src/components/details/details.d.ts +1 -0
  114. package/library/packages/atoms/src/components/faceted-filter/components/facet/facet.d.ts +58 -0
  115. package/library/packages/atoms/src/components/faceted-filter/components/facet/facet.styles.d.ts +2 -0
  116. package/library/packages/atoms/src/components/faceted-filter/faceted-filter.d.ts +71 -0
  117. package/library/packages/atoms/src/components/faceted-filter/faceted-filter.styles.d.ts +2 -0
  118. package/library/packages/atoms/src/components/icon/font-awesome-icons.d.ts +1 -0
  119. package/library/packages/atoms/src/components/icon/icon.d.ts +1 -0
  120. package/library/packages/atoms/src/components/image/image.d.ts +1 -1
  121. package/library/packages/atoms/src/components/table/table-data-loader.d.ts +13 -0
  122. package/library/packages/atoms/src/components/table/table.d.ts +13 -1
  123. package/library/packages/atoms/src/index.d.ts +3 -0
  124. package/library/packages/events/src/cx-date-select.d.ts +9 -0
  125. package/library/packages/events/src/cx-faceted-filter-change.d.ts +8 -0
  126. package/library/packages/events/src/cx-table-data-load.d.ts +17 -0
  127. package/library/packages/events/src/events.d.ts +3 -0
  128. package/library/packages/hybrid/table-core/src/tabulator-tables/modules/ClickableCell/ClickableCell.d.ts +5 -0
  129. package/library/packages/molecules/src/asset-data-display/asset-data-display.d.ts +1 -1
  130. package/library/packages/molecules/src/asset-picker/asset-picker.d.ts +2 -0
  131. package/library/packages/molecules/src/icon-picker/icon-picker.d.ts +73 -13
  132. package/library/packages/molecules/src/index.d.ts +2 -0
  133. package/library/packages/molecules/src/input-date-picker/input-date-picker.d.ts +127 -0
  134. package/library/packages/molecules/src/input-date-picker/input-date-picker.styles.d.ts +2 -0
  135. package/library/packages/molecules/src/input-date-range-picker/input-date-range-picker.d.ts +90 -0
  136. package/library/packages/molecules/src/input-date-range-picker/input-date-range-picker.styles.d.ts +2 -0
  137. package/library/packages/molecules/src/timeline/timeline.d.ts +1 -1
  138. package/library/packages/organisms/src/content-builder/components/config-form/config-form-controller.d.ts +0 -1
  139. package/library/packages/services/src/api/asset/asset.d.ts +3 -3
  140. package/library/packages/tools/src/fetch-asset/fetch-asset.d.ts +2 -2
  141. package/library/packages/tools/src/fetch-image/fetch-image.d.ts +4 -4
  142. package/library/packages/types/src/date-picker.d.ts +45 -0
  143. package/library/packages/types/src/faceted-filter.d.ts +23 -0
  144. package/library/packages/types/src/icon-picker.d.ts +8 -0
  145. package/library/packages/types/src/index.d.ts +1 -1
  146. package/library/packages/types/src/table.d.ts +12 -0
  147. package/library/packages/utils/src/custom-element/form.d.ts +5 -0
  148. package/library/packages/utils/src/custom-element/i18n.d.ts +33 -0
  149. package/library/packages/utils/src/date/calendar-grid.d.ts +40 -0
  150. package/library/packages/utils/src/date/date-range-preset.d.ts +12 -0
  151. package/library/packages/utils/src/date/date.d.ts +42 -0
  152. package/library/packages/utils/src/date/index.d.ts +3 -0
  153. package/library/packages/utils/src/index.d.ts +1 -0
  154. package/library/react-web-component.d.ts +491 -195
  155. package/library/utils.js +539 -332
  156. package/package.json +1 -1
  157. package/library/chunks/asset.NgymQ3Zx.js +0 -454
@@ -2,14 +2,14 @@ import { n as h, C as f } from "../chunks/lib-cortex-element.CVMmyPMC.js";
2
2
  import { c as g } from "../chunks/component.styles.CRO4Odto.js";
3
3
  import { c as u } from "../chunks/custom-element.L4WJXn1j.js";
4
4
  import { d as v } from "../chunks/drag.DXEXVXPv.js";
5
- import { L as _ } from "../chunks/i18n.D6AYDPK-.js";
5
+ import { L as _ } from "../chunks/i18n.BcD4Ohsq.js";
6
6
  import { c as m } from "../chunks/math.DqTA6ya4.js";
7
7
  import { w } from "../chunks/watch.CThbualB.js";
8
8
  import { i as y, x } from "../chunks/lit-element.jLBm65_O.js";
9
9
  import { e as p } from "../chunks/query.BBf1UFkC.js";
10
10
  import { e as b } from "../chunks/class-map.BiVq-cVR.js";
11
11
  import { o as c } from "../chunks/style-map.llVFPd__.js";
12
- import d from "./icon.js";
12
+ import { C as d } from "../chunks/icon.DnBh6-56.js";
13
13
  const $ = y`:host{--divider-width:2px;--handle-size:2.5rem;display:inline-block;position:relative}.image-comparer{max-width:100%;max-height:100%;overflow:hidden}.image-comparer__before,.image-comparer__after{pointer-events:none;display:block;position:relative}slot[name=before]::slotted(img),slot[name=after]::slotted(img),slot[name=before]::slotted(svg),slot[name=after]::slotted(svg){height:auto;display:block;max-width:100%!important}.image-comparer__before{width:100%;height:100%;position:absolute;top:0;left:0}.image-comparer__divider{width:var(--divider-width);background-color:var(--cx-color-neutral-0);height:100%;translate:calc(var(--divider-width) / -2);cursor:ew-resize;justify-content:center;align-items:center;display:flex;position:absolute;top:0}.image-comparer__handle{top:calc(50% - (var(--handle-size) / 2));width:var(--handle-size);height:var(--handle-size);background-color:var(--cx-color-neutral-0);border-radius:var(--cx-border-radius-circle);font-size:calc(var(--handle-size) * .5);color:var(--cx-color-neutral-700);cursor:inherit;z-index:10;justify-content:center;align-items:center;display:flex;position:absolute}.image-comparer__handle:focus-visible{outline:var(--cx-focus-ring);outline-offset:var(--cx-focus-ring-offset)}`;
14
14
  var z = Object.defineProperty, C = Object.getOwnPropertyDescriptor, s = (e, t, a, o) => {
15
15
  for (var i = o > 1 ? void 0 : o ? C(t, a) : t, l = e.length - 1, n; l >= 0; l--)
@@ -1,10 +1,10 @@
1
1
  import "../chunks/resizable-component.styles.DpK0TTP5.js";
2
2
  import "../chunks/component.styles.CRO4Odto.js";
3
3
  import "../chunks/index.Cpamj0jB.js";
4
- import { C as q } from "../chunks/image.DKB6yEQO.js";
4
+ import { C as q } from "../chunks/image.Cx4hbc4L.js";
5
5
  import "../chunks/custom-element.L4WJXn1j.js";
6
6
  import "../chunks/debounce.CIEhztrj.js";
7
- import "../chunks/i18n.D6AYDPK-.js";
7
+ import "../chunks/i18n.BcD4Ohsq.js";
8
8
  import "../chunks/watch.CThbualB.js";
9
9
  import "../chunks/lit-element.jLBm65_O.js";
10
10
  import "../chunks/lib-cortex-element.CVMmyPMC.js";
@@ -14,7 +14,7 @@ import "../chunks/class-map.BiVq-cVR.js";
14
14
  import "../chunks/if-defined.BRoBj_Rp.js";
15
15
  import "../chunks/style-map.llVFPd__.js";
16
16
  import "../chunks/when.Dr1es41R.js";
17
- import "./icon.js";
17
+ import "../chunks/icon.DnBh6-56.js";
18
18
  import "./popup.js";
19
19
  import "./resize-observer.js";
20
20
  import "./skeleton.js";