@tridion-sites/extensions 2.0.1 → 2.0.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @tridion-sites/extensions
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ed618c0898]
8
+ - @tridion-sites/models@1.2.0
9
+
3
10
  ## 2.0.1
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1251,6 +1251,7 @@ export declare const contentExplorerActionId: {
1251
1251
  copy: "copy";
1252
1252
  cut: "cut";
1253
1253
  paste: "paste";
1254
+ pasteInContainer: "pasteInContainer";
1254
1255
  newBundle: "newBundle";
1255
1256
  newCategory: "newCategory";
1256
1257
  newComponent: "newComponent";
@@ -1277,7 +1278,7 @@ export declare const contentExplorerActionId: {
1277
1278
  /**
1278
1279
  * @public
1279
1280
  */
1280
- export declare const contentExplorerActionIds: readonly ["open", "openEditor", "openEditorInNewTab", "addSelectedItemsToBundle", "addToBundle", "removeFromBundle", "autoClassify", "copy", "cut", "paste", "newBundle", "newCategory", "newComponent", "newFolder", "newKeyword", "newMultimediaComponent", "newPage", "newStructureGroup", "uploadMultimediaComponent", "delete", "finishEditing", "revert", "export", "localize", "unlocalize", "publish", "unpublish", "openPublishingQueue", "refresh", "openTranslationQueue", "translate", "translateTarget", "startWorkflow"];
1281
+ export declare const contentExplorerActionIds: readonly ["open", "openEditor", "openEditorInNewTab", "addSelectedItemsToBundle", "addToBundle", "removeFromBundle", "autoClassify", "copy", "cut", "paste", "pasteInContainer", "newBundle", "newCategory", "newComponent", "newFolder", "newKeyword", "newMultimediaComponent", "newPage", "newStructureGroup", "uploadMultimediaComponent", "delete", "finishEditing", "revert", "export", "localize", "unlocalize", "publish", "unpublish", "openPublishingQueue", "refresh", "openTranslationQueue", "translate", "translateTarget", "startWorkflow"];
1281
1282
 
1282
1283
  /**
1283
1284
  * @internal
package/dist/index.js CHANGED
@@ -855,6 +855,7 @@ const contentExplorerActionIds = [
855
855
  'copy',
856
856
  'cut',
857
857
  'paste',
858
+ 'pasteInContainer',
858
859
  'newBundle',
859
860
  'newCategory',
860
861
  'newComponent',
@@ -2474,7 +2475,7 @@ const createExtensionGlobals = () => {
2474
2475
  };
2475
2476
  };
2476
2477
 
2477
- const version = "2.0.1";
2478
+ const version = "2.0.2";
2478
2479
  const peerDependencies = {
2479
2480
  "@tridion-sites/models": "workspace:*",
2480
2481
  "@tridion-sites/open-api-client": "workspace:*",
@@ -2482,7 +2483,7 @@ const peerDependencies = {
2482
2483
  "react-dom": "18.2.0",
2483
2484
  "react-is": "18.2.0",
2484
2485
  "styled-components": "5.3.6",
2485
- tinymce: "6.7.1"
2486
+ tinymce: "6.8.4"
2486
2487
  };
2487
2488
 
2488
2489
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tridion-sites/extensions",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Tridion Sites Extensions API",
5
5
  "author": "RWS",
6
6
  "homepage": "https://www.rws.com",
@@ -22,20 +22,20 @@
22
22
  "prepublish": "yarn build"
23
23
  },
24
24
  "peerDependencies": {
25
- "@tridion-sites/models": "1.1.1",
25
+ "@tridion-sites/models": "1.2.1",
26
26
  "@tridion-sites/open-api-client": "3.0.0",
27
27
  "react": "18.2.0",
28
28
  "react-dom": "18.2.0",
29
29
  "react-is": "18.2.0",
30
30
  "styled-components": "5.3.6",
31
- "tinymce": "6.7.1"
31
+ "tinymce": "6.8.4"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@rollup/plugin-commonjs": "25.0.4",
35
35
  "@rollup/plugin-json": "6.0.0",
36
36
  "@rollup/plugin-node-resolve": "15.2.1",
37
37
  "@rollup/plugin-typescript": "11.1.3",
38
- "@tridion-sites/models": "1.1.1",
38
+ "@tridion-sites/models": "1.2.1",
39
39
  "@tridion-sites/open-api-client": "3.0.0",
40
40
  "@tridion/graphene": "1.35.2",
41
41
  "@types/react": "18.2.21",
@@ -47,7 +47,7 @@
47
47
  "rollup-plugin-delete": "2.0.0",
48
48
  "rollup-plugin-node-externals": "6.1.1",
49
49
  "styled-components": "5.3.6",
50
- "tinymce": "6.7.1",
50
+ "tinymce": "6.8.4",
51
51
  "typescript": "5.2.2",
52
52
  "typescript-transform-paths": "3.4.6"
53
53
  }