@@ -2,7 +2,7 @@ import { defineProperties, createSprinkles } from "@vanilla-extract/sprinkles";
2
2
import {
3
3
unconditionalProperties ,
4
4
unconditionalPropertiesShorthands ,
5
- responsiveProperties as bentoResponsiveProperties ,
5
+ responsiveProperties ,
6
6
responsivePropertiesConditions ,
7
7
responsivePropertiesDefaultCondition ,
8
8
responsivePropertiesShorthands ,
@@ -11,23 +11,13 @@ import {
11
11
statusPropertiesDefaultCondition ,
12
12
} from "@buildo/bento-design-system" ;
13
13
14
- const spaces = { ...bentoResponsiveProperties . gap , 120 : "120px" } ;
15
14
const backgrounds = {
16
15
...bentoStatusProperties . background ,
17
16
"linear-gradient-1" : "linear-gradient(285deg, #E0D5F5 0%, #EFE9FA 100%)" ,
18
17
"linear-gradient-2" : "linear-gradient(285deg, #DCE0FB 0%, #EDEFFD 100%)" ,
19
18
"linear-gradient-3" : "linear-gradient(285deg, #CCE6FB 0%, #E4F2FD 100%)" ,
20
19
} ;
21
20
22
- const responsiveProperties = {
23
- ...bentoResponsiveProperties ,
24
- paddingTop : spaces ,
25
- paddingBottom : spaces ,
26
- paddingLeft : spaces ,
27
- paddingRight : spaces ,
28
- gap : spaces ,
29
- } ;
30
-
31
21
const statusProperties = {
32
22
...bentoStatusProperties ,
33
23
background : backgrounds ,
0 commit comments