@treely/strapi-slices 5.2.2 → 5.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treely/strapi-slices",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "license": "MIT",
5
5
  "author": "Tree.ly GmbH",
6
6
  "description": "@treely/strapi-slices is a open source library maintained by Tree.ly.",
@@ -124,7 +124,7 @@ export const TextCarousel: React.FC<TextCarouselProps> = ({
124
124
  })}
125
125
  icon={<ArrowLeft size={16} />}
126
126
  pointerEvents="auto"
127
- boxShadow="sm"
127
+ boxShadow="md"
128
128
  />
129
129
  )}
130
130
  </AnimatePresence>