@latte-macchiat-io/latte-vanilla-components 0.0.337 → 0.0.338

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.337",
3
+ "version": "0.0.338",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -84,7 +84,6 @@ const themeCarouselBase = {
84
84
  export const themeCarouselLight = {
85
85
  carousel: {
86
86
  ...themeCarouselBase.carousel,
87
- iconColor: '#FF7377',
88
87
 
89
88
  nav: {
90
89
  ...themeCarouselBase.carousel.nav,
@@ -107,7 +106,6 @@ export const themeCarouselLight = {
107
106
  export const themeCarouselDark = {
108
107
  carousel: {
109
108
  ...themeCarouselBase.carousel,
110
- iconColor: '#FF7377',
111
109
 
112
110
  nav: {
113
111
  ...themeCarouselBase.carousel.nav,
@@ -799,16 +799,6 @@ export const themeContract = createGlobalThemeContract({
799
799
  },
800
800
  },
801
801
  carousel: {
802
- iconColor: 'latte-carousel-iconColor',
803
- gap: {
804
- mobile: 'latte-carousel-gap-mobile',
805
- sm: 'latte-carousel-gap-sm',
806
- md: 'latte-carousel-gap-md',
807
- lg: 'latte-carousel-gap-lg',
808
- xl: 'latte-carousel-gap-xl',
809
- '2xl': 'latte-carousel-gap-2xl',
810
- },
811
-
812
802
  nav: {
813
803
  color: 'latte-carousel-nav-color',
814
804
  colorHover: 'latte-carousel-nav-colorHover',