@ds-pack/components
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -0,1 +1,7 @@ | ||
### 1.0.10 | ||
- Allow `gap` to use `vars.space` tokens | ||
- Adjusted padding on Buttons and Inputs | ||
- Adjusted text color on the Label component | ||
### 1.0.9 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@ds-pack/components", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"main": "src/index.ts", | ||
@@ -62,2 +62,2 @@ "source": "src/index.ts", | ||
} | ||
} | ||
} |
@@ -51,3 +51,3 @@ import { defineProperties, createRainbowSprinkles } from 'rainbow-sprinkles' | ||
gridTemplateRows: true, | ||
gap: true, | ||
gap: vars.space, | ||
position: true, | ||
@@ -54,0 +54,0 @@ transform: true, |
@@ -6,3 +6,3 @@ import { style } from '@vanilla-extract/css' | ||
height: '50px', | ||
padding: '0.5em 1em', | ||
padding: '0.25em .5em', | ||
} | ||
@@ -9,0 +9,0 @@ |
@@ -11,3 +11,3 @@ import { style } from '@vanilla-extract/css' | ||
flexShrink: 0, | ||
padding: '0.5em 1em', | ||
padding: '0.5em .5em', | ||
borderRadius: vars.radii.small, | ||
@@ -14,0 +14,0 @@ color: vars.colors.black, |
@@ -7,3 +7,3 @@ import { style } from '@vanilla-extract/css' | ||
flexDirection: 'column', | ||
color: vars.colors.gray700, | ||
color: vars.colors.gray900, | ||
}) |
@@ -0,1 +1,5 @@ | ||
### 1.0.9 -> 1.0.10 | ||
No changes required for consuming applications. | ||
### 1.0.8 -> 1.0.9 | ||
@@ -2,0 +6,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
70191
120
2022
1