@orangelogic/design-system 2.114.0 → 2.116.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.Drl4D1c7.js → asset.D_xAgoOX.js} +16 -14
- package/library/chunks/{color-swatch-group.5Mqr0rNP.js → color-swatch-group.BvLicLI4.js} +1 -1
- package/library/chunks/{document-viewer.Cui5mV3v.js → document-viewer.CKCX8ueu.js} +2285 -2269
- package/library/chunks/{list-editor.BBgFSBlF.js → list-editor.on8VVRn-.js} +161 -161
- package/library/chunks/{table.DLrle5SR.js → table.GCs54Y2t.js} +764 -666
- package/library/chunks/{time.BiQnh9wt.js → time.BSmpFe2G.js} +2 -2
- package/library/chunks/waveform.1U9U_0rd.js +60 -0
- package/library/components/asset-link-format.js +1 -1
- package/library/components/atoms.js +2 -2
- package/library/components/audio.js +132 -183
- package/library/components/color-swatch-group.js +2 -2
- package/library/components/document-viewer.js +1 -1
- package/library/components/format-time.js +1 -1
- package/library/components/list-editor.js +2 -2
- package/library/components/molecules.js +1 -1
- package/library/components/organisms.js +1 -1
- package/library/components/table.js +6 -6
- package/library/components/types.js +23098 -22860
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/audio/audio.d.ts +36 -28
- package/library/packages/atoms/src/components/table/table-data-loader.d.ts +1 -0
- package/library/packages/atoms/src/components/table/table.d.ts +1 -0
- package/library/packages/events/src/cx-facet-change.d.ts +16 -0
- package/library/packages/events/src/cx-faceted-filter-change.d.ts +6 -1
- package/library/packages/events/src/events.d.ts +1 -0
- package/library/packages/hybrid/book-reader/src/react/components/Controller/PageControl.d.ts +2 -1
- package/library/packages/hybrid/book-reader/src/react/hooks/useBreakpoint.d.ts +5 -1
- package/library/packages/molecules/src/faceted-filter/components/facet-date-picker/facet-date-picker.d.ts +43 -0
- package/library/packages/molecules/src/faceted-filter/components/facet-date-picker/facet-date-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/faceted-filter/components/facet-date-range/facet-date-range.d.ts +51 -0
- package/library/packages/molecules/src/faceted-filter/components/facet-date-range/facet-date-range.styles.d.ts +2 -0
- package/library/packages/molecules/src/faceted-filter/facet-adapters.d.ts +12 -0
- package/library/packages/molecules/src/faceted-filter/faceted-filter.d.ts +14 -3
- package/library/packages/molecules/src/index.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/configs/audio.d.ts +1 -1
- package/library/packages/organisms/src/content-builder/configs-controller.d.ts +2 -2
- package/library/packages/types/src/faceted-filter.d.ts +71 -2
- package/library/packages/utils/src/image/index.d.ts +1 -0
- package/library/packages/utils/src/image/waveform.d.ts +29 -0
- package/library/react-web-component.d.ts +317 -194
- package/library/utils.js +174 -171
- package/package.json +1 -1
- package/library/chunks/wavesurfer.esm.Cwi1pz64.js +0 -1276
|
@@ -437,22 +437,24 @@ async function ge({
|
|
|
437
437
|
}
|
|
438
438
|
export {
|
|
439
439
|
C as D,
|
|
440
|
-
|
|
440
|
+
oe as F,
|
|
441
441
|
I as O,
|
|
442
442
|
he as a,
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
443
|
+
k as b,
|
|
444
|
+
Te as c,
|
|
445
|
+
Le as d,
|
|
446
|
+
ge as e,
|
|
447
|
+
K as f,
|
|
448
|
+
T as g,
|
|
449
|
+
Fe as h,
|
|
450
450
|
Q as i,
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
451
|
+
w as j,
|
|
452
|
+
H as k,
|
|
453
|
+
M as l,
|
|
454
|
+
U as m,
|
|
455
|
+
Se as n,
|
|
456
|
+
v as o,
|
|
457
|
+
j as p,
|
|
458
|
+
$ as q,
|
|
457
459
|
Y as u
|
|
458
460
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import z from "../components/space.js";
|
|
2
|
-
import { C as $ } from "./table.
|
|
2
|
+
import { C as $ } from "./table.GCs54Y2t.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.DVzEaNeL.js";
|