@orangelogic/design-system 2.61.0 → 2.62.0-ci.3
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/{button.P71VJ5xh.js → button.SoX-7UYy.js} +1 -1
- package/library/chunks/{color-swatch-group.DlLmydlB.js → color-swatch-group.BaFFkIh8.js} +3 -3
- package/library/chunks/{color-swatch.Bpb_hW2H.js → color-swatch.B7XXHxx1.js} +1 -1
- package/library/chunks/{confirm-popover.C1uA36JR.js → confirm-popover.327ATuQH.js} +3 -3
- package/library/chunks/{dialog.C_75RVVz.js → dialog.eN3RUbwx.js} +1 -1
- package/library/chunks/{dot-pagination.CoCIJsHC.js → dot-pagination.Bek4w4zz.js} +1 -1
- package/library/chunks/{file-on-demand.B2jNilAj.js → file-on-demand.BiC4cymk.js} +368 -331
- package/library/chunks/{folder-select.CSEQxIXF.js → folder-select.DVEFgexx.js} +3 -3
- package/library/chunks/{header.Bd3G0-oA.js → header.Da5yvwdy.js} +1 -1
- package/library/chunks/{i18n.DrzK7TPf.js → i18n.BMRLOAZR.js} +2 -0
- package/library/chunks/{iframe.UCj6Ze2A.js → iframe.BJizUE1A.js} +1 -1
- package/library/chunks/{image.DZCRhE3G.js → image.bndP5q2c.js} +1 -1
- package/library/chunks/{index.S0wy3rzm.js → index.DlyaD23D.js} +1 -1
- package/library/chunks/{list-editor.CrLntuM7.js → list-editor.OXCgQphx.js} +5 -5
- package/library/chunks/{option.D1u5-cTt.js → option.Ce_wlnZj.js} +1 -1
- package/library/chunks/{pagination.BI3LONVU.js → pagination.DXu-mFAk.js} +3 -3
- package/library/chunks/{tab-group.DxSlcWK0.js → tab-group.B2pW__9H.js} +2 -2
- package/library/chunks/{table.CY-iMTWV.js → table.D34xVq4y.js} +557 -499
- package/library/chunks/{tree.CNbrP8cY.js → tree.Zls5YZ8z.js} +1 -1
- package/library/components/alert.js +1 -1
- package/library/components/asset-link-format.js +3 -3
- package/library/components/atoms.js +11 -11
- 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 +2 -2
- package/library/components/color-swatch-group.js +4 -4
- package/library/components/color-swatch.js +2 -2
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +1 -1
- package/library/components/corner-position-input-group.js +2 -2
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +2 -2
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +1 -1
- package/library/components/dropdown.js +1 -1
- package/library/components/dynamic-select.js +3 -3
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +8 -8
- package/library/components/folder-select.js +3 -3
- 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 +1 -1
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +2 -2
- package/library/components/input.js +1 -1
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +5 -5
- package/library/components/masonry.js +1 -1
- package/library/components/menu-item.js +1 -1
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +4 -4
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/pagination.js +4 -4
- 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/range.js +1 -1
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +2 -2
- package/library/components/share-option-list.js +1 -1
- package/library/components/size-input-group.js +1 -1
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/tab-group.js +3 -3
- package/library/components/tab.js +1 -1
- package/library/components/table.js +59 -64
- package/library/components/tag.js +1 -1
- package/library/components/tooltip.js +1 -1
- 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 +2480 -2465
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/table/table.d.ts +1 -10
- package/library/packages/organisms/src/file-on-demand/components/file-on-demand-asset/file-on-demand-asset.d.ts +18 -3
- package/library/packages/utils/src/custom-element/i18n.d.ts +2 -0
- package/library/packages/utils/src/custom-element/shadow-root-autoloader-controller.d.ts +15 -0
- package/library/utils.js +2 -2
- package/package.json +1 -1
|
@@ -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.CO12-VK0.js";
|
|
5
|
-
import { L as $ } from "./i18n.
|
|
5
|
+
import { L as $ } from "./i18n.BMRLOAZR.js";
|
|
6
6
|
import { H as S, g as O } from "./slot.j5oheLJC.js";
|
|
7
7
|
import { w as m } from "./watch.q1sEjPWL.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.
|
|
2
|
+
import { C as $ } from "./table.D34xVq4y.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.
|
|
5
|
+
import { C, a as m } from "./color-swatch.B7XXHxx1.js";
|
|
6
6
|
import { c as A } from "./component.styles.DMSLciL5.js";
|
|
7
7
|
import { D as p } from "./content-builder.Bf7kqzDI.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.
|
|
10
|
+
import { L as E } from "./i18n.BMRLOAZR.js";
|
|
11
11
|
import { w as x } from "./watch.q1sEjPWL.js";
|
|
12
12
|
import { g as D, a as R } from "./responsive.CA6dcNiM.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.
|
|
11
|
+
import { L as A } from "./i18n.BMRLOAZR.js";
|
|
12
12
|
import { w as i } from "./watch.q1sEjPWL.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.
|
|
2
|
-
import { C as u, D as h } from "./dialog.
|
|
1
|
+
import { C as _ } from "./button.SoX-7UYy.js";
|
|
2
|
+
import { C as u, D as h } from "./dialog.eN3RUbwx.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.
|
|
8
|
+
import { L as $ } from "./i18n.BMRLOAZR.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 as B, z as L, o as P } from "./overlayscrollbars.XhGWx9Zk.
|
|
|
4
4
|
import { a as h, s as u } from "./animate.El-MpOws.js";
|
|
5
5
|
import { c as $ } from "./custom-element.L4WJXn1j.js";
|
|
6
6
|
import { w as x } from "./event.mFzZi4sr.js";
|
|
7
|
-
import { L as H } from "./i18n.
|
|
7
|
+
import { L as H } from "./i18n.BMRLOAZR.js";
|
|
8
8
|
import { M as E } from "./modal.U1QltQKe.js";
|
|
9
9
|
import { l as w, u as _ } from "./scroll.xtO5yojm.js";
|
|
10
10
|
import { H as R } from "./slot.j5oheLJC.js";
|
|
@@ -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.
|
|
5
|
+
import { L as S } from "./i18n.BMRLOAZR.js";
|
|
6
6
|
import { w as m } from "./watch.q1sEjPWL.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";
|