@epam/ai-dial-shared 0.30.0 → 0.30.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/index.esm.js CHANGED
@@ -41,7 +41,6 @@ var Feature;
41
41
  Feature["CustomLogo"] = "custom-logo";
42
42
  // Applications
43
43
  Feature["CustomApplications"] = "custom-applications";
44
- Feature["QuickApps"] = "quick-apps";
45
44
  Feature["CodeApps"] = "code-apps";
46
45
  // Marketplace
47
46
  Feature["Marketplace"] = "marketplace";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@epam/ai-dial-shared",
3
3
  "description": "Shared elements that support developing DIAL",
4
4
  "homepage": "https://epam-rail.com",
5
- "version": "0.30.0",
5
+ "version": "0.30.2",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -30,7 +30,6 @@ export declare enum Feature {
30
30
  HideUserSettings = "hide-user-settings",// Hide user settings
31
31
  CustomLogo = "custom-logo",// Enable setting for custom logo feature
32
32
  CustomApplications = "custom-applications",// custom applications
33
- QuickApps = "quick-apps",// Enable Quick apps
34
33
  CodeApps = "code-apps",// Enable Code apps
35
34
  Marketplace = "marketplace",// Enable Marketplace
36
35
  MarketplaceTableView = "marketplace-table-view"