@orangelogic/design-system 2.111.0 → 2.113.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/asset.HL1qMnhg.js +458 -0
- package/library/chunks/{button.i88sSbTZ.js → button.DIvU_uFU.js} +3 -3
- package/library/chunks/calendar-grid.CXYoS6VA.js +108 -0
- package/library/chunks/{color-swatch-group.mIHaCJsh.js → color-swatch-group.DV5uB8OC.js} +3 -3
- package/library/chunks/{color-swatch.D9vkPoV2.js → color-swatch.BoUZGGs4.js} +2 -2
- package/library/chunks/{color.vLD2sNTs.js → color.LzSGBy7o.js} +2 -2
- package/library/chunks/{confirm-popover.UuBhn8GA.js → confirm-popover.DS9HIy3c.js} +3 -3
- package/library/chunks/date-picker.D0SJADN6.js +77 -0
- package/library/chunks/{dialog.Bso6gK-8.js → dialog.DyT-Nai2.js} +2 -2
- package/library/chunks/{document-viewer.C6eclRvd.js → document-viewer.AiKX3RO6.js} +8 -7
- package/library/chunks/{dot-pagination.CNnUuI-Z.js → dot-pagination.CKbL6eN_.js} +1 -1
- package/library/chunks/{file-on-demand.Cf2ujTeF.js → file-on-demand.h8tCgq51.js} +10 -10
- package/library/chunks/{folder-select.ByNUfTia.js → folder-select.eoufobYO.js} +5 -5
- package/library/chunks/{form.Ch1cwYzO.js → form.B-5nQJva.js} +46 -34
- package/library/chunks/{header.hj2Kw-N7.js → header.BUp3_oeJ.js} +1 -1
- package/library/chunks/{i18n.D6AYDPK-.js → i18n.C21qyGi6.js} +49 -13
- package/library/chunks/{icon-button.ztYU-DHy.js → icon-button.DxkJ-cp-.js} +2 -2
- package/library/chunks/icon.DnBh6-56.js +111 -0
- package/library/chunks/{iframe.uLxZ6LsL.js → iframe.CwxozWMt.js} +1 -1
- package/library/chunks/{image.DKB6yEQO.js → image.B-YcKRop.js} +2 -2
- package/library/chunks/input.DdeXWD_F.js +2855 -0
- package/library/chunks/{list-editor.GT2kQsmR.js → list-editor.Qx2ecTcL.js} +23 -23
- package/library/chunks/{option.BAYtHIvG.js → option.CcGRV3jj.js} +2 -2
- package/library/chunks/{pagination.CCJD61IB.js → pagination.CgAt4Keg.js} +5 -5
- package/library/chunks/{tab-group.BsR8tdVY.js → tab-group.hfUY7YE7.js} +3 -3
- package/library/chunks/{table.DL_CEeYh.js → table.CP3oGDY1.js} +2905 -2306
- package/library/chunks/{tree.KmZRWZ0F.js → tree.YxFs3Tke.js} +2 -2
- package/library/components/alert.js +2 -2
- package/library/components/animated-image.js +15 -15
- package/library/components/asset-link-format.js +7 -7
- package/library/components/atoms.js +194 -180
- package/library/components/audio.js +2 -2
- package/library/components/avatar.js +1 -1
- package/library/components/border-input-group.js +2 -2
- package/library/components/breadcrumb.js +4 -4
- package/library/components/button.js +4 -4
- package/library/components/checkbox.js +2 -2
- package/library/components/color-picker.js +5 -5
- package/library/components/color-swatch-group.js +4 -4
- package/library/components/color-swatch.js +3 -3
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +2 -2
- package/library/components/corner-position-input-group.js +3 -3
- package/library/components/date-calendar.d.ts +3 -0
- package/library/components/date-calendar.js +107 -0
- package/library/components/details.js +12 -12
- package/library/components/dialog.js +3 -3
- package/library/components/document-viewer.js +4 -4
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +2 -2
- package/library/components/dropdown.js +2 -2
- 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/faceted-filter.d.ts +3 -0
- package/library/components/faceted-filter.js +295 -0
- package/library/components/file-on-demand.js +11 -11
- package/library/components/folder-select.js +5 -5
- 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 +3 -3
- package/library/components/icon.js +10 -109
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +2 -2
- package/library/components/image.js +3 -3
- package/library/components/input.js +19 -2852
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +7 -7
- package/library/components/masonry.js +2 -2
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +2 -2
- package/library/components/molecules.js +4 -4
- package/library/components/option.js +3 -3
- package/library/components/organisms.js +2 -2
- package/library/components/padding-input-group.js +9 -9
- package/library/components/pagination.js +6 -6
- package/library/components/popup.js +1 -1
- 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/radio-group.js +1 -1
- package/library/components/radio.js +1 -1
- package/library/components/range.js +2 -2
- package/library/components/rating.js +6 -6
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +5 -5
- package/library/components/shadow-input-group.js +5 -5
- package/library/components/share-option-list.js +2 -2
- package/library/components/sidebar.js +2 -2
- package/library/components/size-input-group.js +3 -3
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/step.js +1 -1
- package/library/components/stepper-wizard.js +16 -16
- package/library/components/switch.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/textarea.js +1 -1
- package/library/components/tooltip.js +1 -1
- package/library/components/tree-item.js +3 -3
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +2 -2
- package/library/components/types.js +25119 -24553
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/date-calendar/date-calendar.d.ts +61 -0
- package/library/packages/atoms/src/components/date-calendar/date-calendar.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/details/details.d.ts +1 -0
- package/library/packages/atoms/src/components/faceted-filter/components/facet/facet.d.ts +58 -0
- package/library/packages/atoms/src/components/faceted-filter/components/facet/facet.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/faceted-filter/faceted-filter.d.ts +71 -0
- package/library/packages/atoms/src/components/faceted-filter/faceted-filter.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/icon/font-awesome-icons.d.ts +1 -0
- package/library/packages/atoms/src/components/icon/icon.d.ts +1 -0
- package/library/packages/atoms/src/components/image/image.d.ts +1 -1
- package/library/packages/atoms/src/components/table/table-data-loader.d.ts +13 -0
- package/library/packages/atoms/src/components/table/table.d.ts +13 -1
- package/library/packages/atoms/src/index.d.ts +3 -0
- package/library/packages/events/src/cx-date-select.d.ts +9 -0
- package/library/packages/events/src/cx-faceted-filter-change.d.ts +8 -0
- package/library/packages/events/src/cx-table-data-load.d.ts +17 -0
- package/library/packages/events/src/events.d.ts +3 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/ClickableCell/ClickableCell.d.ts +5 -0
- package/library/packages/molecules/src/asset-data-display/asset-data-display.d.ts +1 -1
- package/library/packages/molecules/src/asset-picker/asset-picker.d.ts +2 -0
- package/library/packages/molecules/src/icon-picker/icon-picker.d.ts +72 -9
- package/library/packages/molecules/src/index.d.ts +2 -0
- package/library/packages/molecules/src/input-date-picker/input-date-picker.d.ts +127 -0
- package/library/packages/molecules/src/input-date-picker/input-date-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/input-date-range-picker/input-date-range-picker.d.ts +90 -0
- package/library/packages/molecules/src/input-date-range-picker/input-date-range-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/timeline/timeline.d.ts +1 -1
- package/library/packages/organisms/src/content-builder/components/config-form/config-form-controller.d.ts +0 -1
- package/library/packages/services/src/api/asset/asset.d.ts +3 -3
- package/library/packages/tools/src/fetch-asset/fetch-asset.d.ts +2 -2
- package/library/packages/tools/src/fetch-image/fetch-image.d.ts +4 -4
- package/library/packages/types/src/date-picker.d.ts +45 -0
- package/library/packages/types/src/faceted-filter.d.ts +23 -0
- package/library/packages/types/src/icon-picker.d.ts +8 -0
- package/library/packages/types/src/index.d.ts +1 -1
- package/library/packages/types/src/table.d.ts +12 -0
- package/library/packages/utils/src/custom-element/form.d.ts +5 -0
- package/library/packages/utils/src/custom-element/i18n.d.ts +36 -0
- package/library/packages/utils/src/date/calendar-grid.d.ts +40 -0
- package/library/packages/utils/src/date/date-range-preset.d.ts +12 -0
- package/library/packages/utils/src/date/date.d.ts +42 -0
- package/library/packages/utils/src/date/index.d.ts +3 -0
- package/library/packages/utils/src/index.d.ts +1 -0
- package/library/react-web-component.d.ts +489 -194
- package/library/utils.js +539 -332
- package/package.json +1 -1
- package/library/chunks/asset.NgymQ3Zx.js +0 -454
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
3
|
-
import { C as u } from "../chunks/iframe.
|
|
3
|
+
import { C as u } from "../chunks/iframe.CwxozWMt.js";
|
|
4
4
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import "../chunks/i18n.
|
|
5
|
+
import "../chunks/i18n.C21qyGi6.js";
|
|
6
6
|
import "../chunks/watch.CThbualB.js";
|
|
7
7
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
8
8
|
import "../chunks/query.BBf1UFkC.js";
|
|
@@ -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.
|
|
5
|
+
import { L as _ } from "../chunks/i18n.C21qyGi6.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 "
|
|
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.
|
|
4
|
+
import { C as q } from "../chunks/image.B-YcKRop.js";
|
|
5
5
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
6
6
|
import "../chunks/debounce.CIEhztrj.js";
|
|
7
|
-
import "../chunks/i18n.
|
|
7
|
+
import "../chunks/i18n.C21qyGi6.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 "
|
|
17
|
+
import "../chunks/icon.DnBh6-56.js";
|
|
18
18
|
import "./popup.js";
|
|
19
19
|
import "./resize-observer.js";
|
|
20
20
|
import "./skeleton.js";
|