@zextras/carbonio-shell-ui 9.0.0-devel.1731667215456 → 9.0.0-devel.1732526252735

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/lib/lib.d.ts CHANGED
@@ -15,7 +15,6 @@ import type { AppDependantExports } from './boot/app/app-dependant-exports';
15
15
  import type { report as reportApp } from './reporting/functions';
16
16
  export * from './constants';
17
17
  export * from './ui-extras/app-link';
18
- export * from './ui-extras/spinner';
19
18
  export * from './settings/components/settings-header';
20
19
  export * from './boot/app/app-direct-exports';
21
20
  export declare const report: ReturnType<typeof reportApp>;
package/lib/lib.js CHANGED
@@ -22,7 +22,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
22
22
  // TODO: export only what is useful and not internal constants
23
23
  __exportStar(require("./constants"), exports);
24
24
  __exportStar(require("./ui-extras/app-link"), exports);
25
- __exportStar(require("./ui-extras/spinner"), exports);
26
25
  __exportStar(require("./settings/components/settings-header"), exports);
27
26
  __exportStar(require("./boot/app/app-direct-exports"), exports);
28
27
  __exportStar(require("./boot/app/app-direct-exports"), exports);
package/lib/lib.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"lib.js","sourceRoot":"","sources":["../src/lib.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;;;;;;;;;;;;;;AAmBH,8DAA8D;AAC9D,8CAA4B;AAC5B,uDAAqC;AACrC,sDAAoC;AACpC,wEAAsD;AACtD,gEAA8C;AAgC9C,gEAA8C"}
1
+ {"version":3,"file":"lib.js","sourceRoot":"","sources":["../src/lib.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;;;;;;;;;;;;;;AAmBH,8DAA8D;AAC9D,8CAA4B;AAC5B,uDAAqC;AACrC,wEAAsD;AACtD,gEAA8C;AAgC9C,gEAA8C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-shell-ui",
3
- "version": "9.0.0-devel.1731667215456",
3
+ "version": "9.0.0-devel.1732526252735",
4
4
  "description": "The Zextras Carbonio web client",
5
5
  "main": "./lib/lib.js",
6
6
  "types": "./lib/lib.d.ts",
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const Spinner: () => React.JSX.Element;
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /*
3
- * SPDX-FileCopyrightText: 2021 Zextras <https://www.zextras.com>
4
- *
5
- * SPDX-License-Identifier: AGPL-3.0-only
6
- */
7
- var __importDefault = (this && this.__importDefault) || function (mod) {
8
- return (mod && mod.__esModule) ? mod : { "default": mod };
9
- };
10
- Object.defineProperty(exports, "__esModule", { value: true });
11
- exports.Spinner = void 0;
12
- const react_1 = __importDefault(require("react"));
13
- const carbonio_design_system_1 = require("@zextras/carbonio-design-system");
14
- const lodash_1 = require("lodash");
15
- const Spinner = () => (react_1.default.createElement(carbonio_design_system_1.Container, { width: "fill", height: "fill", mainAlignment: "center", crossAlignment: "center" },
16
- react_1.default.createElement(carbonio_design_system_1.Button, { type: "ghost", label: "Button", color: "primary", loading: true, onClick: lodash_1.noop })));
17
- exports.Spinner = Spinner;
18
- //# sourceMappingURL=spinner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"spinner.js","sourceRoot":"","sources":["../../src/ui-extras/spinner.tsx"],"names":[],"mappings":";AAAA;;;;GAIG;;;;;;AAEH,kDAA0B;AAE1B,4EAAoE;AACpE,mCAA8B;AAEvB,MAAM,OAAO,GAAG,GAAsB,EAAE,CAAC,CAC/C,8BAAC,kCAAS,IAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAC,aAAa,EAAC,QAAQ,EAAC,cAAc,EAAC,QAAQ;IAEnF,8BAAC,+BAAM,IAAC,IAAI,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,SAAS,EAAC,OAAO,QAAC,OAAO,EAAE,aAAI,GAAI,CAClE,CACZ,CAAC;AALW,QAAA,OAAO,WAKlB"}