@social-mail/social-mail-client 1.7.1 → 1.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-client",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -6,7 +6,7 @@ import InjectProperty from "@web-atoms/core/dist/core/InjectProperty";
6
6
  import Action from "@web-atoms/core/dist/view-model/Action";
7
7
  import CodeEditorPage from "../../code-editor/CodeEditorPage";
8
8
  import FetchBuilder from "@web-atoms/core/dist/services/FetchBuilder";
9
- import { imageUrl, srcSetUrl, viewFileUrl } from "../../common/fileUrl";
9
+ import { imageUrl } from "../../common/fileUrl";
10
10
  import ChooseMediaPage from "../../common/pages/files/media/ChooseMediaPage";
11
11
  import CloudFileService from "../../common/pages/files/service/CloudFileService";
12
12
  import { descendentElementIterator } from "@web-atoms/core/dist/web/core/AtomUI";
@@ -7,6 +7,9 @@
7
7
  grid-column: 1;
8
8
  grid-row: 1;
9
9
  height: 200px;
10
+ max-height: 200px;
11
+ overflow-y: auto;
12
+ overflow-x: auto;
10
13
  }
11
14
  & .file-list {
12
15
  grid-row: 1 / span 2;
@@ -27,19 +27,11 @@ import DownloadZip from "../../../../common/pages/files/preview/document/Downloa
27
27
  import FileHistoryPage from "../../../../common/pages/files/FileHistoryPage";
28
28
  import MenuService from "../../../../common/menu/MenuService";
29
29
 
30
- import "./web-site-studio-page.local.less";
31
30
  import PopupService from "@web-atoms/core/dist/web/services/PopupService";
32
31
  import Checkbox from "@web-atoms/web-controls/dist/basic/Checkbox";
33
32
  import Tools from "../../../../site-editor/tools/Tools";
34
33
 
35
- const getExtension = (name: string) => {
36
- const index = name.lastIndexOf(".");
37
- if (index === -1) {
38
- return "dat";
39
- }
40
- return name.substring(index + 1);
41
- };
42
-
34
+ import "./WebSiteStudioPage.local.less";
43
35
 
44
36
  export default class WebSiteStudioPage extends ContentPage {
45
37
 
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/site-editor-app/pages/websites/studio/web-site-studio-page.local.less"],"names":[],"mappings":"AAAA;EACI,aAAA;EACA,gCAAA;EACA,4BAAA;EACA,QAAA;;AACA,qBAAE;EACE,cAAA;EACA,WAAA;EACA,aAAA;;AAEJ,qBAAE;EACE,oBAAA;EACA,cAAA;EACA,kBAAA;EACA,YAAA;EACA,cAAA;EACA,qBAAA;EACA,mBAAA;;AAGJ,qBAAE;EACE,cAAA;EACA,WAAA","file":"web-site-studio-page.local.less.css"}