@orangelogic/design-system 2.81.0 → 2.82.0-ci.1
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.B-ktz-w4.js → button.KaZ7h26c.js} +1 -1
- package/library/chunks/{color-swatch-group.o7zyUsbZ.js → color-swatch-group.9Cj98tfp.js} +1 -1
- package/library/chunks/{confirm-popover.BbHneK19.js → confirm-popover.DO0gfilx.js} +1 -1
- package/library/chunks/{dom.BQVKDNd8.js → dom.Dd4Wh-Mt.js} +1 -1
- package/library/chunks/{file-on-demand.D_Mia7M9.js → file-on-demand.C1FsJcvR.js} +4 -4
- package/library/chunks/folder-select.C0lq8nkf.js +775 -0
- package/library/chunks/{form.DgwYWi0O.js → form.Bi8x0jbW.js} +1 -1
- package/library/chunks/{index.Bx0otwQo.js → index.DOQMQFEd.js} +3 -3
- package/library/chunks/{list-editor.Hd2f8A0Y.js → list-editor.6MidcXE8.js} +3 -3
- package/library/chunks/{pagination.BiRyMwhM.js → pagination.BhTABU__.js} +1 -1
- package/library/chunks/string.B_mXTq0K.js +178 -0
- package/library/chunks/{tab-group.9HbDE1AF.js → tab-group.B2t3Ipa3.js} +2 -2
- package/library/chunks/{table.CLyePLwR.js → table.DgYTOnso.js} +904 -863
- package/library/components/asset-link-format.js +1 -1
- package/library/components/atoms.js +4 -4
- package/library/components/button.js +2 -2
- package/library/components/checkbox.js +1 -1
- package/library/components/color-picker.js +2 -2
- package/library/components/color-swatch-group.js +2 -2
- package/library/components/confirm-popover.js +2 -2
- package/library/components/dynamic-select.js +1 -1
- package/library/components/element-clamp.js +1 -1
- package/library/components/file-on-demand.js +5 -5
- package/library/components/folder-select.js +4 -2
- package/library/components/input.js +1 -1
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +3 -3
- package/library/components/menu-item.js +155 -145
- package/library/components/molecules.js +3 -3
- package/library/components/organisms.js +2 -2
- package/library/components/pagination.js +2 -2
- package/library/components/radio-group.js +1 -1
- package/library/components/range.js +1 -1
- package/library/components/select.js +1 -1
- package/library/components/share-option-list.js +1 -1
- package/library/components/switch.js +1 -1
- package/library/components/tab-group.js +3 -3
- package/library/components/table.js +3 -3
- package/library/components/textarea.js +1 -1
- package/library/components/timecode.js +1 -1
- package/library/components/types.js +1965 -1950
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/menu-item/menu-item.d.ts +4 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/List.d.ts +10 -2
- package/library/packages/molecules/src/folder-select/components/folder-select-tree/folder-select-tree.d.ts +25 -0
- package/library/packages/molecules/src/folder-select/components/folder-select-tree-item/folder-select-tree-item.d.ts +44 -0
- package/library/packages/molecules/src/folder-select/folder-select.d.ts +24 -0
- package/library/packages/organisms/src/content-builder/components/folder-picker/folder-picker.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/styleController.d.ts +1 -1
- package/library/packages/services/src/api/asset/asset.types.d.ts +1 -0
- package/library/packages/types/src/menu-item.d.ts +33 -0
- package/library/packages/types/src/table.d.ts +9 -2
- package/library/packages/utils/src/custom-element/i18n.d.ts +1 -1
- package/library/packages/utils/src/string/string.d.ts +32 -0
- package/library/react-web-component.d.ts +7 -3
- package/library/utils.js +58 -55
- package/package.json +1 -1
- package/library/chunks/folder-select.D6yLoXWU.js +0 -664
- package/library/chunks/string.B_rEG27K.js +0 -160
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as i, C as v } from "./lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as g } from "./component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as C } from "./custom-element.L4WJXn1j.js";
|
|
4
|
-
import { F as x, v as w } from "./form.
|
|
4
|
+
import { F as x, v as w } from "./form.Bi8x0jbW.js";
|
|
5
5
|
import { L as $ } from "./i18n.BUW7B9hr.js";
|
|
6
6
|
import { H as S, g as O } from "./slot.j5oheLJC.js";
|
|
7
7
|
import { w as m } from "./watch.BCJD77bD.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import z from "../components/space.js";
|
|
2
|
-
import { C as $ } from "./table.
|
|
2
|
+
import { C as $ } from "./table.DgYTOnso.js";
|
|
3
3
|
import { C as k } from "./typography.DJC_UXgs.js";
|
|
4
4
|
import { n as h, C as F } from "./lib-cortex-element.CVMmyPMC.js";
|
|
5
5
|
import { C, a as g } from "./color-swatch.Bx-HOp9f.js";
|
|
@@ -6,7 +6,7 @@ import { c as tt } from "./component.styles.CRO4Odto.js";
|
|
|
6
6
|
import { c as W } from "./custom-element.L4WJXn1j.js";
|
|
7
7
|
import { L as q } from "./i18n.BUW7B9hr.js";
|
|
8
8
|
import { k as zt, h as St, i as It, 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
|
-
import { p as R } from "./string.
|
|
9
|
+
import { p as R } from "./string.B_mXTq0K.js";
|
|
10
10
|
import { x as n, i as at, E as Nt } from "./lit-element.jLBm65_O.js";
|
|
11
11
|
import { r as u } from "./state.CSDxrqLd.js";
|
|
12
12
|
import { e as z } from "./query.BBf1UFkC.js";
|
|
@@ -15,7 +15,7 @@ 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 wt, 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.
|
|
18
|
+
import { C as Vt } from "./button.KaZ7h26c.js";
|
|
19
19
|
import { C as Ht } from "./dialog.B1nzoJak.js";
|
|
20
20
|
import Wt from "../components/divider.js";
|
|
21
21
|
import ot from "../components/format-bytes.js";
|
|
@@ -26,11 +26,11 @@ 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.
|
|
29
|
+
import { C as Zt } from "./tab-group.B2t3Ipa3.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.DJC_UXgs.js";
|
|
33
|
-
import { C as Qt } from "./confirm-popover.
|
|
33
|
+
import { C as Qt } from "./confirm-popover.DO0gfilx.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.Cj9cIQXJ.js";
|