@latte-macchiat-io/latte-vanilla-components 0.0.316 → 0.0.317
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,11 +1,10 @@
|
|
1
|
-
import {
|
1
|
+
import { style } from '@vanilla-extract/css';
|
2
2
|
import { calc } from '@vanilla-extract/css-utils';
|
3
3
|
import { recipe, RecipeVariants } from '@vanilla-extract/recipes';
|
4
4
|
|
5
5
|
import { queries } from '../../styles/mediaqueries';
|
6
6
|
import { themeContract } from '../../theme/contract.css';
|
7
7
|
|
8
|
-
import { combineResponsive } from '../../utils/combineResponsive';
|
9
8
|
import { generateResponsiveMedia } from '../../utils/generateResponsiveMedia';
|
10
9
|
|
11
10
|
export const carouselRecipe = recipe(
|
@@ -122,10 +121,7 @@ export const carouselNav = recipe(
|
|
122
121
|
spaceBetween: {
|
123
122
|
left: 0,
|
124
123
|
right: 0,
|
125
|
-
|
126
|
-
center: {
|
127
|
-
left: 'auto',
|
128
|
-
right: 'auto',
|
124
|
+
justifyContent: 'space-between',
|
129
125
|
},
|
130
126
|
},
|
131
127
|
|