@latte-macchiat-io/latte-vanilla-components 0.0.311 → 0.0.312

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": "@latte-macchiat-io/latte-vanilla-components",
3
- "version": "0.0.311",
3
+ "version": "0.0.312",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -12,7 +12,6 @@ export const carouselRecipe = recipe(
12
12
  {
13
13
  base: {
14
14
  width: '100%',
15
- overflow: 'hidden',
16
15
  position: 'relative',
17
16
  },
18
17
 
@@ -130,7 +129,7 @@ export const carouselNav = recipe(
130
129
 
131
130
  navPositionVertical: {
132
131
  top: {
133
- top: 0,
132
+ bottom: '100%',
134
133
  },
135
134
  center: {
136
135
  top: '50%',