@orangelogic/design-system 2.74.0 → 2.75.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.
@@ -1,4 +1,4 @@
1
- import "../chunks/cropper.CQB3_qqG.js";
1
+ import "../chunks/cropper.D1lO3pl-.js";
2
2
  import { C as q } from "../chunks/button.csCRiZzY.js";
3
3
  import H from "./space.js";
4
4
  import { C as W } from "../chunks/typography.oDzoLbZS.js";
@@ -6,7 +6,7 @@ import "../chunks/lit-element.jLBm65_O.js";
6
6
  import "../chunks/state.CSDxrqLd.js";
7
7
  import "../chunks/query.BBf1UFkC.js";
8
8
  import "../chunks/when.Dr1es41R.js";
9
- import { C as l } from "../chunks/cropper.CQB3_qqG.js";
9
+ import { C as l } from "../chunks/cropper.D1lO3pl-.js";
10
10
  export {
11
11
  l as default
12
12
  };
@@ -3,7 +3,7 @@ import { default as a } from "./border-input-group.js";
3
3
  import { C as p } from "../chunks/color-swatch.BuUP5yG4.js";
4
4
  import { C } from "../chunks/confirm-popover.Kx6YyQwp.js";
5
5
  import { default as u } from "./corner-position-input-group.js";
6
- import { C as m } from "../chunks/cropper.CQB3_qqG.js";
6
+ import { C as m } from "../chunks/cropper.D1lO3pl-.js";
7
7
  import { default as i } from "./dynamic-select.js";
8
8
  import { C as c } from "../chunks/folder-select.BqLmIlj6.js";
9
9
  import { C as P } from "../chunks/list-editor.0Yd4kvV6.js";
@@ -118,8 +118,8 @@ import wR from "./border-input-group.js";
118
118
  import { C as fVt } from "../chunks/color-swatch.BuUP5yG4.js";
119
119
  import { C as d9, a as oY } from "../chunks/confirm-popover.Kx6YyQwp.js";
120
120
  import aY from "./corner-position-input-group.js";
121
- import { r as X2, R as ub, a as sY, b as qe, j as _e, t as cY, d as xR, w as lY, c as dY } from "../chunks/cropper.CQB3_qqG.js";
122
- import { C as yVt } from "../chunks/cropper.CQB3_qqG.js";
121
+ import { r as X2, R as ub, a as sY, b as qe, j as _e, t as cY, d as xR, w as lY, c as dY } from "../chunks/cropper.D1lO3pl-.js";
122
+ import { C as yVt } from "../chunks/cropper.D1lO3pl-.js";
123
123
  import { h as dr, D as kR, c as RO, C as Th, T as u9, M as uY, d as _R } from "../chunks/endpoints.B7lcoc1N.js";
124
124
  import { o as sr } from "../chunks/if-defined.BRoBj_Rp.js";
125
125
  import { c as Hn } from "../chunks/repeat.DbF2p5ae.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orangelogic/design-system",
3
3
  "type": "module",
4
- "version": "2.74.0",
4
+ "version": "2.75.0",
5
5
  "license": "UNLICENSED",
6
6
  "types": "library/types.d.ts",
7
7
  "scripts": {
@@ -44,6 +44,7 @@ export default class CxCropper extends CortexElement {
44
44
  disabled: boolean;
45
45
  loadable: boolean;
46
46
  loading: boolean;
47
+ useInternalLoading: boolean;
47
48
  private showLoading;
48
49
  private handleLoadingChange;
49
50
  render(): TemplateResult;
@@ -33,6 +33,7 @@ type Props = {
33
33
  width: number;
34
34
  };
35
35
  rotation: number;
36
+ useInternalLoading?: boolean;
36
37
  };
37
38
  declare const CropPreviewer: import('react').ForwardRefExoticComponent<Props & import('react').RefAttributes<unknown>>;
38
39
  export default CropPreviewer;
@@ -5603,6 +5603,10 @@
5603
5603
  *
5604
5604
  */
5605
5605
  loading?: boolean;
5606
+ /**
5607
+ *
5608
+ */
5609
+ useInternalLoading?: boolean;
5606
5610
  /**
5607
5611
  * Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
5608
5612
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orangelogic/design-system",
3
3
  "type": "module",
4
- "version": "2.74.0",
4
+ "version": "2.75.0",
5
5
  "license": "UNLICENSED",
6
6
  "types": "library/types.d.ts",
7
7
  "scripts": {