@gem-sdk/components 2.5.13 → 2.5.14

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.
@@ -582,7 +582,9 @@ const config = {
582
582
  placeholder: {
583
583
  notAppendTags: [
584
584
  'MarqueeItem',
585
- 'Marquee'
585
+ 'Marquee',
586
+ 'Carousel',
587
+ 'CarouselItem'
586
588
  ]
587
589
  }
588
590
  },
@@ -578,7 +578,9 @@ const config = {
578
578
  placeholder: {
579
579
  notAppendTags: [
580
580
  'MarqueeItem',
581
- 'Marquee'
581
+ 'Marquee',
582
+ 'Carousel',
583
+ 'CarouselItem'
582
584
  ]
583
585
  }
584
586
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.5.13",
3
+ "version": "2.5.14",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",