@ws-ui/shared 0.2.21 → 0.2.22

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.
@@ -2,6 +2,7 @@ import { FileFolderTypeWithContent } from '../types/api';
2
2
  export declare const ROLES_TAB_PATH = "roles.json";
3
3
  export declare const SETTINGS_TAB_PATH = "qodlyApp.json";
4
4
  export declare const MODEL_TAB_PATH = "model.4DModel";
5
+ export declare const HTTP_HANDLERS_PATH = "HTTPHandlers.json";
5
6
  export declare function getTypeFromExtension(path: string): FileFolderTypeWithContent;
6
7
  export declare function getFileExtentionFromType(type: string, qodly?: boolean): "" | "WebForm" | "4dm" | "4qs" | "QoDoc" | "MForm";
7
8
  export declare function extractWebformName(path: string, fallbackName?: string): string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
3
  "private": false,
4
- "version": "0.2.21",
4
+ "version": "0.2.22",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",
@@ -30,7 +30,7 @@
30
30
  "@popperjs/core": "^2.9.2",
31
31
  "@radix-ui/react-popover": "^0.1.6",
32
32
  "@ws-ui/craftjs-core": "^0.2.13",
33
- "@ws-ui/icons": "^0.0.27",
33
+ "@ws-ui/icons": "^0.0.28",
34
34
  "classnames": "^2.3.1",
35
35
  "lodash": "^4.17.21",
36
36
  "markdown-to-jsx": "^7.1.3",