@wix/editor-react-components 1.2497.0 → 1.2498.0

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.
@@ -148,7 +148,8 @@ const manifest = {
148
148
  displayName: DisplayNames.root.data.pinIcon,
149
149
  [DATA.DATA_TYPE.vectorArt]: {
150
150
  category: MEDIA.VECTOR_ART_CATEGORY.SHAPE_LOCATION
151
- }
151
+ },
152
+ disableDeletion: true
152
153
  },
153
154
  mapStyleKey: {
154
155
  dataType: DATA.DATA_TYPE.textEnum,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2497.0",
3
+ "version": "1.2498.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -197,5 +197,5 @@
197
197
  "registry": "https://registry.npmjs.org/",
198
198
  "access": "public"
199
199
  },
200
- "falconPackageHash": "83036df13dd1251174037445118ad053865044a40a536914fe0d6f13"
200
+ "falconPackageHash": "d5e8c4b8333b55ffe75c808fdfc261b9a390d37b0dd578aeed1b8d59"
201
201
  }