@elliemae/ds-loading-indicator 3.26.1-rc.1 → 3.27.0-next.2

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/dist/cjs/index.js CHANGED
@@ -29,10 +29,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
  var src_exports = {};
31
31
  __export(src_exports, {
32
- default: () => import_DSLoadingIndicator.default
32
+ default: () => import_ds_legacy_loading_indicator.default
33
33
  });
34
34
  module.exports = __toCommonJS(src_exports);
35
35
  var React = __toESM(require("react"));
36
- __reExport(src_exports, require("./DSLoadingIndicator.js"), module.exports);
37
- var import_DSLoadingIndicator = __toESM(require("./DSLoadingIndicator.js"));
36
+ __reExport(src_exports, require("@elliemae/ds-legacy-loading-indicator"), module.exports);
37
+ var import_ds_legacy_loading_indicator = __toESM(require("@elliemae/ds-legacy-loading-indicator"));
38
38
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export * from './DSLoadingIndicator.js';\n\nexport { default } from './DSLoadingIndicator.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,oCAAd;AAEA,gCAAwB;",
4
+ "sourcesContent": ["export * from '@elliemae/ds-legacy-loading-indicator';\nexport { default } from '@elliemae/ds-legacy-loading-indicator';\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,kDAAd;AACA,yCAAwB;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as React from "react";
2
- export * from "./DSLoadingIndicator.js";
3
- import { default as default2 } from "./DSLoadingIndicator.js";
2
+ export * from "@elliemae/ds-legacy-loading-indicator";
3
+ import { default as default2 } from "@elliemae/ds-legacy-loading-indicator";
4
4
  export {
5
5
  default2 as default
6
6
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from './DSLoadingIndicator.js';\n\nexport { default } from './DSLoadingIndicator.js';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;AAEd,SAAS,WAAAA,gBAAe;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from '@elliemae/ds-legacy-loading-indicator';\nexport { default } from '@elliemae/ds-legacy-loading-indicator';\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;AACd,SAAS,WAAAA,gBAAe;",
6
6
  "names": ["default"]
7
7
  }
@@ -1,2 +1,2 @@
1
- export * from './DSLoadingIndicator.js';
2
- export { default } from './DSLoadingIndicator.js';
1
+ export * from '@elliemae/ds-legacy-loading-indicator';
2
+ export { default } from '@elliemae/ds-legacy-loading-indicator';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-loading-indicator",
3
- "version": "3.26.1-rc.1",
3
+ "version": "3.27.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Loading Indicator",
6
6
  "files": [
@@ -13,10 +13,6 @@
13
13
  ".": {
14
14
  "import": "./dist/esm/index.js",
15
15
  "require": "./dist/cjs/index.js"
16
- },
17
- "./DSLoadingIndicator": {
18
- "import": "./dist/esm/DSLoadingIndicator.js",
19
- "require": "./dist/cjs/DSLoadingIndicator.js"
20
16
  }
21
17
  },
22
18
  "sideEffects": [
@@ -39,15 +35,12 @@
39
35
  "indent": 4
40
36
  },
41
37
  "dependencies": {
42
- "@elliemae/ds-classnames": "3.26.1-rc.1",
43
- "@elliemae/ds-overlay": "3.26.1-rc.1",
44
- "@elliemae/ds-props-helpers": "3.26.1-rc.1",
45
- "@elliemae/ds-spinner": "3.26.1-rc.1"
38
+ "@elliemae/ds-legacy-loading-indicator": "1.0.1"
46
39
  },
47
40
  "devDependencies": {
48
41
  "@elliemae/pui-cli": "~9.0.0-next.31",
49
42
  "styled-components": "~5.3.9",
50
- "@elliemae/ds-monorepo-devops": "3.26.1-rc.1"
43
+ "@elliemae/ds-monorepo-devops": "3.27.0-next.2"
51
44
  },
52
45
  "peerDependencies": {
53
46
  "react": "^17.0.2",
@@ -59,13 +52,13 @@
59
52
  },
60
53
  "scripts": {
61
54
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
62
- "test": "pui-cli test --passWithNoTests",
63
- "lint": "node ../../../scripts/lint.mjs",
64
- "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
65
- "dts": "node ../../../scripts/dts.mjs",
55
+ "test": "exit 0 | echo",
56
+ "lint": "exit 0 | echo",
57
+ "eslint:fix": "exit 0 | echo",
58
+ "dts": "exit 0 | echo",
66
59
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
67
60
  "dev:build": "pnpm --filter {.}... build",
68
61
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
69
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
62
+ "checkDeps": "exit 0 | echo"
70
63
  }
71
64
  }
@@ -1,81 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var DSLoadingIndicator_exports = {};
30
- __export(DSLoadingIndicator_exports, {
31
- DSLoadingIndicator: () => DSLoadingIndicator,
32
- LoadingIndicatorWithSchema: () => LoadingIndicatorWithSchema,
33
- default: () => DSLoadingIndicator_default
34
- });
35
- module.exports = __toCommonJS(DSLoadingIndicator_exports);
36
- var React = __toESM(require("react"));
37
- var import_jsx_runtime = require("react/jsx-runtime");
38
- var import_ds_props_helpers = require("@elliemae/ds-props-helpers");
39
- var import_ds_classnames = require("@elliemae/ds-classnames");
40
- var import_ds_spinner = __toESM(require("@elliemae/ds-spinner"));
41
- var import_ds_overlay = __toESM(require("@elliemae/ds-overlay"));
42
- const blockName = "loading-indicator";
43
- const Container = (0, import_ds_classnames.aggregatedClasses)("div")(blockName);
44
- const DSLoadingIndicator = ({
45
- innerRef,
46
- size = "l",
47
- loading = false,
48
- message = null,
49
- hasBackdrop = true,
50
- onClickOutside = () => null,
51
- spinner = null,
52
- "aria-label": ariaLabel = "",
53
- ...rest
54
- }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
55
- import_ds_overlay.default,
56
- {
57
- backDropZIndex: 200,
58
- hasBackdrop,
59
- isOpen: loading,
60
- onClickOutside,
61
- style: {
62
- position: "fixed"
63
- },
64
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Container, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ds_spinner.default, { ariaLabel, spinner, innerRef, message, size, ...rest }) })
65
- }
66
- );
67
- const loadingIndicatorProps = {
68
- innerRef: import_ds_props_helpers.PropTypes.func.description("Get spinner reference"),
69
- size: import_ds_props_helpers.PropTypes.oneOf(["s", "m", "l"]).description("Size of the spinner").defaultValue("l"),
70
- loading: import_ds_props_helpers.PropTypes.bool.description("Whether to show the spinner or not").defaultValue(false),
71
- message: import_ds_props_helpers.PropTypes.string.description("Message below the spinner"),
72
- hasBackdrop: import_ds_props_helpers.PropTypes.bool.description("Show a backdrop besides the spinner").defaultValue(true),
73
- onClickOutside: import_ds_props_helpers.PropTypes.func.description("Handler when a user clicks the outside the spinner"),
74
- spinner: import_ds_props_helpers.PropTypes.element.description("Render a custom spinner (JSX)")
75
- };
76
- DSLoadingIndicator.propTypes = loadingIndicatorProps;
77
- DSLoadingIndicator.displayName = "DSLoadingIndicator";
78
- const LoadingIndicatorWithSchema = (0, import_ds_props_helpers.describe)(DSLoadingIndicator);
79
- LoadingIndicatorWithSchema.propTypes = loadingIndicatorProps;
80
- var DSLoadingIndicator_default = DSLoadingIndicator;
81
- //# sourceMappingURL=DSLoadingIndicator.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/DSLoadingIndicator.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import React from 'react';\nimport { describe, PropTypes } from '@elliemae/ds-props-helpers';\nimport { aggregatedClasses } from '@elliemae/ds-classnames';\nimport DSSpinner from '@elliemae/ds-spinner';\nimport DSOverlay from '@elliemae/ds-overlay';\n\nconst blockName = 'loading-indicator';\n\nconst Container = aggregatedClasses('div')(blockName);\n\nconst DSLoadingIndicator = ({\n innerRef,\n size = 'l',\n loading = false,\n message = null,\n hasBackdrop = true,\n onClickOutside = () => null,\n spinner = null,\n 'aria-label': ariaLabel = '',\n ...rest\n}) => (\n <DSOverlay\n backDropZIndex={200} // https://jira.elliemae.io/browse/PUI-1712\n hasBackdrop={hasBackdrop}\n isOpen={loading}\n onClickOutside={onClickOutside}\n style={{\n position: 'fixed',\n }}\n >\n <Container>\n <DSSpinner ariaLabel={ariaLabel} spinner={spinner} innerRef={innerRef} message={message} size={size} {...rest} />\n </Container>\n </DSOverlay>\n);\n\nconst loadingIndicatorProps = {\n innerRef: PropTypes.func.description('Get spinner reference'),\n size: PropTypes.oneOf(['s', 'm', 'l']).description('Size of the spinner').defaultValue('l'),\n loading: PropTypes.bool.description('Whether to show the spinner or not').defaultValue(false),\n message: PropTypes.string.description('Message below the spinner'),\n hasBackdrop: PropTypes.bool.description('Show a backdrop besides the spinner').defaultValue(true),\n onClickOutside: PropTypes.func.description('Handler when a user clicks the outside the spinner'),\n spinner: PropTypes.element.description('Render a custom spinner (JSX)'),\n};\n\nDSLoadingIndicator.propTypes = loadingIndicatorProps;\nDSLoadingIndicator.displayName = 'DSLoadingIndicator';\nconst LoadingIndicatorWithSchema = describe(DSLoadingIndicator);\nLoadingIndicatorWithSchema.propTypes = loadingIndicatorProps;\n\nexport { DSLoadingIndicator, LoadingIndicatorWithSchema };\nexport default DSLoadingIndicator;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;AD+BjB;AA9BN,8BAAoC;AACpC,2BAAkC;AAClC,wBAAsB;AACtB,wBAAsB;AAEtB,MAAM,YAAY;AAElB,MAAM,gBAAY,wCAAkB,KAAK,EAAE,SAAS;AAEpD,MAAM,qBAAqB,CAAC;AAAA,EAC1B;AAAA,EACA,OAAO;AAAA,EACP,UAAU;AAAA,EACV,UAAU;AAAA,EACV,cAAc;AAAA,EACd,iBAAiB,MAAM;AAAA,EACvB,UAAU;AAAA,EACV,cAAc,YAAY;AAAA,EAC1B,GAAG;AACL,MACE;AAAA,EAAC,kBAAAA;AAAA,EAAA;AAAA,IACC,gBAAgB;AAAA,IAChB;AAAA,IACA,QAAQ;AAAA,IACR;AAAA,IACA,OAAO;AAAA,MACL,UAAU;AAAA,IACZ;AAAA,IAEA,sDAAC,aACC,sDAAC,kBAAAC,SAAA,EAAU,WAAsB,SAAkB,UAAoB,SAAkB,MAAa,GAAG,MAAM,GACjH;AAAA;AACF;AAGF,MAAM,wBAAwB;AAAA,EAC5B,UAAU,kCAAU,KAAK,YAAY,uBAAuB;AAAA,EAC5D,MAAM,kCAAU,MAAM,CAAC,KAAK,KAAK,GAAG,CAAC,EAAE,YAAY,qBAAqB,EAAE,aAAa,GAAG;AAAA,EAC1F,SAAS,kCAAU,KAAK,YAAY,oCAAoC,EAAE,aAAa,KAAK;AAAA,EAC5F,SAAS,kCAAU,OAAO,YAAY,2BAA2B;AAAA,EACjE,aAAa,kCAAU,KAAK,YAAY,qCAAqC,EAAE,aAAa,IAAI;AAAA,EAChG,gBAAgB,kCAAU,KAAK,YAAY,oDAAoD;AAAA,EAC/F,SAAS,kCAAU,QAAQ,YAAY,+BAA+B;AACxE;AAEA,mBAAmB,YAAY;AAC/B,mBAAmB,cAAc;AACjC,MAAM,iCAA6B,kCAAS,kBAAkB;AAC9D,2BAA2B,YAAY;AAGvC,IAAO,6BAAQ;",
6
- "names": ["DSOverlay", "DSSpinner"]
7
- }
@@ -1,51 +0,0 @@
1
- import * as React from "react";
2
- import { jsx } from "react/jsx-runtime";
3
- import { describe, PropTypes } from "@elliemae/ds-props-helpers";
4
- import { aggregatedClasses } from "@elliemae/ds-classnames";
5
- import DSSpinner from "@elliemae/ds-spinner";
6
- import DSOverlay from "@elliemae/ds-overlay";
7
- const blockName = "loading-indicator";
8
- const Container = aggregatedClasses("div")(blockName);
9
- const DSLoadingIndicator = ({
10
- innerRef,
11
- size = "l",
12
- loading = false,
13
- message = null,
14
- hasBackdrop = true,
15
- onClickOutside = () => null,
16
- spinner = null,
17
- "aria-label": ariaLabel = "",
18
- ...rest
19
- }) => /* @__PURE__ */ jsx(
20
- DSOverlay,
21
- {
22
- backDropZIndex: 200,
23
- hasBackdrop,
24
- isOpen: loading,
25
- onClickOutside,
26
- style: {
27
- position: "fixed"
28
- },
29
- children: /* @__PURE__ */ jsx(Container, { children: /* @__PURE__ */ jsx(DSSpinner, { ariaLabel, spinner, innerRef, message, size, ...rest }) })
30
- }
31
- );
32
- const loadingIndicatorProps = {
33
- innerRef: PropTypes.func.description("Get spinner reference"),
34
- size: PropTypes.oneOf(["s", "m", "l"]).description("Size of the spinner").defaultValue("l"),
35
- loading: PropTypes.bool.description("Whether to show the spinner or not").defaultValue(false),
36
- message: PropTypes.string.description("Message below the spinner"),
37
- hasBackdrop: PropTypes.bool.description("Show a backdrop besides the spinner").defaultValue(true),
38
- onClickOutside: PropTypes.func.description("Handler when a user clicks the outside the spinner"),
39
- spinner: PropTypes.element.description("Render a custom spinner (JSX)")
40
- };
41
- DSLoadingIndicator.propTypes = loadingIndicatorProps;
42
- DSLoadingIndicator.displayName = "DSLoadingIndicator";
43
- const LoadingIndicatorWithSchema = describe(DSLoadingIndicator);
44
- LoadingIndicatorWithSchema.propTypes = loadingIndicatorProps;
45
- var DSLoadingIndicator_default = DSLoadingIndicator;
46
- export {
47
- DSLoadingIndicator,
48
- LoadingIndicatorWithSchema,
49
- DSLoadingIndicator_default as default
50
- };
51
- //# sourceMappingURL=DSLoadingIndicator.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSLoadingIndicator.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { describe, PropTypes } from '@elliemae/ds-props-helpers';\nimport { aggregatedClasses } from '@elliemae/ds-classnames';\nimport DSSpinner from '@elliemae/ds-spinner';\nimport DSOverlay from '@elliemae/ds-overlay';\n\nconst blockName = 'loading-indicator';\n\nconst Container = aggregatedClasses('div')(blockName);\n\nconst DSLoadingIndicator = ({\n innerRef,\n size = 'l',\n loading = false,\n message = null,\n hasBackdrop = true,\n onClickOutside = () => null,\n spinner = null,\n 'aria-label': ariaLabel = '',\n ...rest\n}) => (\n <DSOverlay\n backDropZIndex={200} // https://jira.elliemae.io/browse/PUI-1712\n hasBackdrop={hasBackdrop}\n isOpen={loading}\n onClickOutside={onClickOutside}\n style={{\n position: 'fixed',\n }}\n >\n <Container>\n <DSSpinner ariaLabel={ariaLabel} spinner={spinner} innerRef={innerRef} message={message} size={size} {...rest} />\n </Container>\n </DSOverlay>\n);\n\nconst loadingIndicatorProps = {\n innerRef: PropTypes.func.description('Get spinner reference'),\n size: PropTypes.oneOf(['s', 'm', 'l']).description('Size of the spinner').defaultValue('l'),\n loading: PropTypes.bool.description('Whether to show the spinner or not').defaultValue(false),\n message: PropTypes.string.description('Message below the spinner'),\n hasBackdrop: PropTypes.bool.description('Show a backdrop besides the spinner').defaultValue(true),\n onClickOutside: PropTypes.func.description('Handler when a user clicks the outside the spinner'),\n spinner: PropTypes.element.description('Render a custom spinner (JSX)'),\n};\n\nDSLoadingIndicator.propTypes = loadingIndicatorProps;\nDSLoadingIndicator.displayName = 'DSLoadingIndicator';\nconst LoadingIndicatorWithSchema = describe(DSLoadingIndicator);\nLoadingIndicatorWithSchema.propTypes = loadingIndicatorProps;\n\nexport { DSLoadingIndicator, LoadingIndicatorWithSchema };\nexport default DSLoadingIndicator;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;AC+BjB;AA9BN,SAAS,UAAU,iBAAiB;AACpC,SAAS,yBAAyB;AAClC,OAAO,eAAe;AACtB,OAAO,eAAe;AAEtB,MAAM,YAAY;AAElB,MAAM,YAAY,kBAAkB,KAAK,EAAE,SAAS;AAEpD,MAAM,qBAAqB,CAAC;AAAA,EAC1B;AAAA,EACA,OAAO;AAAA,EACP,UAAU;AAAA,EACV,UAAU;AAAA,EACV,cAAc;AAAA,EACd,iBAAiB,MAAM;AAAA,EACvB,UAAU;AAAA,EACV,cAAc,YAAY;AAAA,EAC1B,GAAG;AACL,MACE;AAAA,EAAC;AAAA;AAAA,IACC,gBAAgB;AAAA,IAChB;AAAA,IACA,QAAQ;AAAA,IACR;AAAA,IACA,OAAO;AAAA,MACL,UAAU;AAAA,IACZ;AAAA,IAEA,8BAAC,aACC,8BAAC,aAAU,WAAsB,SAAkB,UAAoB,SAAkB,MAAa,GAAG,MAAM,GACjH;AAAA;AACF;AAGF,MAAM,wBAAwB;AAAA,EAC5B,UAAU,UAAU,KAAK,YAAY,uBAAuB;AAAA,EAC5D,MAAM,UAAU,MAAM,CAAC,KAAK,KAAK,GAAG,CAAC,EAAE,YAAY,qBAAqB,EAAE,aAAa,GAAG;AAAA,EAC1F,SAAS,UAAU,KAAK,YAAY,oCAAoC,EAAE,aAAa,KAAK;AAAA,EAC5F,SAAS,UAAU,OAAO,YAAY,2BAA2B;AAAA,EACjE,aAAa,UAAU,KAAK,YAAY,qCAAqC,EAAE,aAAa,IAAI;AAAA,EAChG,gBAAgB,UAAU,KAAK,YAAY,oDAAoD;AAAA,EAC/F,SAAS,UAAU,QAAQ,YAAY,+BAA+B;AACxE;AAEA,mBAAmB,YAAY;AAC/B,mBAAmB,cAAc;AACjC,MAAM,6BAA6B,SAAS,kBAAkB;AAC9D,2BAA2B,YAAY;AAGvC,IAAO,6BAAQ;",
6
- "names": []
7
- }
@@ -1,36 +0,0 @@
1
- declare const DSLoadingIndicator: {
2
- ({ innerRef, size, loading, message, hasBackdrop, onClickOutside, spinner, "aria-label": ariaLabel, ...rest }: {
3
- [x: string]: any;
4
- innerRef: any;
5
- size?: string | undefined;
6
- loading?: boolean | undefined;
7
- message?: null | undefined;
8
- hasBackdrop?: boolean | undefined;
9
- onClickOutside?: (() => null) | undefined;
10
- spinner?: null | undefined;
11
- "aria-label"?: string | undefined;
12
- }): import("react/jsx-runtime").JSX.Element;
13
- propTypes: {
14
- innerRef: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
15
- size: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
16
- loading: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
17
- message: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
18
- hasBackdrop: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
19
- onClickOutside: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
20
- spinner: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
21
- };
22
- displayName: string;
23
- };
24
- declare const LoadingIndicatorWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent<{
25
- [x: string]: any;
26
- innerRef: any;
27
- size?: string | undefined;
28
- loading?: boolean | undefined;
29
- message?: null | undefined;
30
- hasBackdrop?: boolean | undefined;
31
- onClickOutside?: (() => null) | undefined;
32
- spinner?: null | undefined;
33
- "aria-label"?: string | undefined;
34
- }>;
35
- export { DSLoadingIndicator, LoadingIndicatorWithSchema };
36
- export default DSLoadingIndicator;