@antscorp/antsomi-ui 1.3.5-beta.984 → 1.3.5-beta.985

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.
@@ -403,7 +403,7 @@ export const isPersonalizeTagType = (type) => [
403
403
  CUSTOM_FN,
404
404
  CONTENT_SOURCE_GROUP,
405
405
  ALLOCATED_CODE,
406
- CUSTOM_TAG,
406
+ // CUSTOM_TAG,
407
407
  ].includes(type);
408
408
  export const isShortLinkTagType = (type) => [SHORT_LINK_V2].includes(type);
409
409
  export const isCustomTagType = (type) => type === CUSTOM_TAG;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.984",
3
+ "version": "1.3.5-beta.985",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",