@orangelogic/design-system 2.47.0 → 2.48.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/amazon_s3.BB3xCgkt.js +36 -0
- package/library/chunks/{button.DrU92LJQ.js → button.DQ1SyxmK.js} +2 -2
- package/library/chunks/{color-swatch-group.D25TleOW.js → color-swatch-group.DN7t4a6b.js} +4 -4
- package/library/chunks/{color-swatch.C2-EzrL8.js → color-swatch.CyN0Rfwc.js} +2 -2
- package/library/chunks/{confirm-popover.DZEKwSER.js → confirm-popover.CFrckJqd.js} +3 -3
- package/library/chunks/{cropper.3qRm5dEe.js → cropper.CfSeVI5y.js} +1 -1
- package/library/chunks/{dialog.DJooAubs.js → dialog.B1-k8d10.js} +2 -2
- package/library/chunks/{dot-pagination.BAYd2LHU.js → dot-pagination.Ci2f-RDI.js} +1 -1
- package/library/chunks/{file-on-demand.Da51rS_0.js → file-on-demand.DKBPqNSf.js} +10 -10
- package/library/chunks/{folder-select.XvnsKaxl.js → folder-select.BY9NfYq8.js} +5 -5
- package/library/chunks/{header.CS8blIMq.js → header.55H9vN7t.js} +1 -1
- package/library/chunks/{i18n.D33BKrRs.js → i18n.CXUGdxzx.js} +1 -0
- package/library/chunks/{iframe.Ad6DPhUL.js → iframe.BYMxR3Sc.js} +1 -1
- package/library/chunks/{image.B0y0mQS7.js → image.qBD2O7kA.js} +2 -2
- package/library/chunks/{list-editor.Cp7uimYS.js → list-editor.BT8jyXOn.js} +6 -6
- package/library/chunks/{number.eX2EGPvy.js → number.CjNxU7Xs.js} +26 -16
- package/library/chunks/{option.C4nNbxye.js → option.DrGgLWa5.js} +1 -1
- package/library/chunks/orangelogic.B9VE3Ocx.js +22 -0
- package/library/chunks/parse.Cu5nBDTb.js +28 -0
- package/library/chunks/{popup.DSpLrBM-.js → popup.dmeEbJcf.js} +5 -5
- package/library/chunks/{select.q95lVGWn.js → select.Bc4UXmFy.js} +3 -3
- package/library/chunks/{tab-group.BBZDkdIX.js → tab-group.BHNXl1XO.js} +601 -581
- package/library/chunks/{table.Bz0thu3_.js → table.CNDxXSQ-.js} +1100 -1078
- package/library/chunks/{timecode.BOz71Ho5.js → timecode.DYwU2oVN.js} +18 -16
- package/library/chunks/{tree.Dqx2HC5u.js → tree.CwqbM4ad.js} +1 -1
- package/library/components/alert.js +1 -1
- package/library/components/asset-link-format.js +6 -6
- package/library/components/atoms.js +120 -118
- 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 +3 -3
- package/library/components/color-swatch-group.js +5 -5
- package/library/components/color-swatch.js +3 -3
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +1 -1
- package/library/components/corner-position-input-group.js +3 -3
- package/library/components/cropper.js +1 -1
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/divider.js +37 -16
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +1 -1
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +5 -5
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +11 -11
- package/library/components/folder-select.js +4 -4
- 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.d.ts +3 -0
- package/library/components/format-time.js +223 -0
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +1 -1
- package/library/components/icon.js +3 -1
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +3 -3
- package/library/components/input.js +1 -1
- package/library/components/line-clamp.js +2 -2
- package/library/components/list-editor.js +6 -6
- package/library/components/masonry.js +1 -1
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +5 -5
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/padding-input-group.js +38 -62
- package/library/components/pagination.js +4 -4
- package/library/components/popup.js +2 -2
- 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 +2 -2
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +4 -4
- package/library/components/share-option-list.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 +5 -4
- package/library/components/tab.js +3 -2
- package/library/components/table.js +56 -55
- package/library/components/tag.js +1 -1
- package/library/components/timecode.js +1 -1
- package/library/components/tooltip.js +2 -2
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +1 -1
- package/library/components/types.js +624 -619
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/divider/divider.d.ts +6 -0
- package/library/packages/atoms/src/components/format-time/format-time.d.ts +40 -0
- package/library/packages/atoms/src/components/format-time/format-time.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/icon/custom-icons/amazon_s3.d.ts +4 -0
- package/library/packages/atoms/src/components/icon/custom-icons/orangelogic.d.ts +4 -0
- package/library/packages/atoms/src/components/tab-group/tab-group.d.ts +3 -1
- package/library/packages/atoms/src/components/table/table.d.ts +6 -3
- package/library/packages/atoms/src/components/table/tabulator-tables/core/RowManager.d.ts +14 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/core/Tabulator.d.ts +0 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Page/Page.d.ts +6 -0
- package/library/packages/atoms/src/index.d.ts +1 -0
- package/library/packages/events/src/events.d.ts +0 -1
- package/library/packages/molecules/src/timeline/timeline.d.ts +4 -2
- package/library/packages/organisms/src/content-builder/configs/timeline.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs-controller.d.ts +2 -0
- package/library/packages/types/src/table.d.ts +0 -7
- package/library/packages/types/src/time.d.ts +44 -0
- package/library/packages/utils/src/custom-element/i18n.d.ts +1 -0
- package/library/packages/utils/src/number/number.d.ts +1 -0
- package/library/packages/utils/src/time/index.d.ts +1 -0
- package/library/packages/utils/src/time/time.d.ts +11 -0
- package/library/react-web-component.d.ts +62 -4
- package/package.json +1 -1
- package/library/packages/events/src/cx-tab-group-pagination-change.d.ts +0 -8
|
@@ -7,7 +7,7 @@ import { s as w, a as x, g as y, b as v } from "./animation-registry.DavRkTTr.js
|
|
|
7
7
|
import { d as $ } from "./default-value.BrNrMtnz.js";
|
|
8
8
|
import { w as _ } from "./event.mFzZi4sr.js";
|
|
9
9
|
import { F as E } from "./form.BY8-x3IU.js";
|
|
10
|
-
import { L as T } from "./i18n.
|
|
10
|
+
import { L as T } from "./i18n.CXUGdxzx.js";
|
|
11
11
|
import { s as A } from "./scroll.DwPiX2Ox.js";
|
|
12
12
|
import { H as B } from "./slot.DJLm4Dig.js";
|
|
13
13
|
import { w as h } from "./watch.BCJD77bD.js";
|
|
@@ -17,8 +17,8 @@ import { e as b } from "./class-map.DqNfBvJI.js";
|
|
|
17
17
|
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
|
-
import { C as d } from "./option.
|
|
21
|
-
import { C as P } from "./popup.
|
|
20
|
+
import { C as d } from "./option.DrGgLWa5.js";
|
|
21
|
+
import { C as P } from "./popup.dmeEbJcf.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`
|