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

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.339",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -45,14 +45,6 @@ const themeCarouselBase = {
45
45
  xl: '50',
46
46
  '2xl': '50',
47
47
  },
48
- bottom: {
49
- mobile: '15px',
50
- sm: '15px',
51
- md: '30px',
52
- lg: '30px',
53
- xl: '50px',
54
- '2xl': '50px',
55
- },
56
48
  gap: {
57
49
  mobile: '15',
58
50
  sm: '15',
@@ -84,7 +76,6 @@ const themeCarouselBase = {
84
76
  export const themeCarouselLight = {
85
77
  carousel: {
86
78
  ...themeCarouselBase.carousel,
87
- iconColor: '#FF7377',
88
79
 
89
80
  nav: {
90
81
  ...themeCarouselBase.carousel.nav,
@@ -107,7 +98,6 @@ export const themeCarouselLight = {
107
98
  export const themeCarouselDark = {
108
99
  carousel: {
109
100
  ...themeCarouselBase.carousel,
110
- iconColor: '#FF7377',
111
101
 
112
102
  nav: {
113
103
  ...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',