@treely/strapi-slices 5.13.0 → 5.14.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.
@@ -2190,7 +2190,7 @@ var variants = {
2190
2190
  shape: {
2191
2191
  padding: ['6', null, null, '8'],
2192
2192
  positionIcon: function positionIcon(index) {
2193
- return shapePositions[index];
2193
+ return shapePositions[index % shapePositions.length];
2194
2194
  },
2195
2195
  width: '40',
2196
2196
  height: '40',