@orangelogic/design-system 2.94.0 → 2.96.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/{color-swatch-group.Q8ybVS0A.js → color-swatch-group.CKHEL4hJ.js} +1 -1
- package/library/chunks/{cropper.C3G5CGTF.js → cropper.uKGcvnPk.js} +2 -2
- package/library/chunks/{file-on-demand.Vj4PI0tu.js → file-on-demand.KQlA1JFF.js} +192 -189
- package/library/chunks/{image.C3LupRuN.js → image.C-Covc0H.js} +320 -299
- package/library/chunks/{image.ocYnNdYK.js → image.Dtdklw5q.js} +1 -1
- package/library/chunks/{index.B7slZiaV.js → index.BgXEXk4m.js} +3 -3
- package/library/chunks/{list-editor.CZzuw4XU.js → list-editor.De7nc_Wd.js} +2 -2
- package/library/chunks/number.CCF6IxpN.js +105 -0
- package/library/chunks/{table.CYxWpvAC.js → table.Cr0s-nqe.js} +2 -1
- package/library/chunks/{time.wo2iH5iw.js → time.BNrE47-8.js} +1 -1
- package/library/components/asset-link-format.js +3 -3
- package/library/components/atoms.js +2 -2
- package/library/components/color-swatch-group.js +2 -2
- package/library/components/cropper.js +1 -1
- package/library/components/file-on-demand.js +2 -2
- package/library/components/format-time.js +1 -1
- package/library/components/image.js +1 -1
- package/library/components/list-editor.js +2 -2
- package/library/components/masonry.js +1 -1
- package/library/components/molecules.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/table.js +1 -1
- package/library/components/textarea.js +1 -1
- package/library/components/types.js +23 -19
- package/library/components/video.js +1 -1
- package/library/package.json +1 -1
- package/library/packages/base/src/resizable-element.d.ts +9 -1
- package/library/packages/molecules/src/mentions/mentions.d.ts +1 -0
- package/library/packages/organisms/src/file-on-demand/file-on-demand.constants.d.ts +1 -0
- package/library/packages/types/src/resizable-element.d.ts +5 -0
- package/library/packages/utils/src/number/number.d.ts +4 -1
- package/library/react-web-component.d.ts +8 -0
- package/library/utils.js +4 -4
- package/package.json +1 -1
- package/library/chunks/number.DE78rV_g.js +0 -104
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import z from "../components/space.js";
|
|
2
|
-
import { C as $ } from "./table.
|
|
2
|
+
import { C as $ } from "./table.Cr0s-nqe.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.CbL_TpRZ.js";
|
|
@@ -7,8 +7,8 @@ import { r as DT } from "./state.CSDxrqLd.js";
|
|
|
7
7
|
import { e as CT } from "./query.BBf1UFkC.js";
|
|
8
8
|
import { n as J1 } from "./when.Dr1es41R.js";
|
|
9
9
|
import { a as yS } from "./_commonjsHelpers.DQNKXVTB.js";
|
|
10
|
-
import { c as zT, r as MT, a as _T } from "./image.
|
|
11
|
-
import { r as xT } from "./number.
|
|
10
|
+
import { c as zT, r as MT, a as _T } from "./image.Dtdklw5q.js";
|
|
11
|
+
import { r as xT } from "./number.CCF6IxpN.js";
|
|
12
12
|
import { d as $1 } from "./debounce.C_J-9zJi.js";
|
|
13
13
|
var b0 = { exports: {} }, at = {};
|
|
14
14
|
/**
|