@vtmn/css-text-input
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.10](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-text-input@0.1.9...@vtmn/css-text-input@0.1.10) (2021-03-15) | ||
**Note:** Version bump only for package @vtmn/css-text-input | ||
## [0.1.9](https://github.com/Decathlon/vitamin-web/compare/@vtmn/css-text-input@0.1.8...@vtmn/css-text-input@0.1.9) (2021-03-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@vtmn/css-text-input", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Decathlon Design System - Vitamin specific CSS styles for text input component", | ||
@@ -25,6 +25,6 @@ "keywords": [ | ||
"scripts": { | ||
"build": "postcss src/index.css -o dist/index.css" | ||
"build": "postcss src/index.css -o dist/index.css && cross-env FONT_SIZE_BASE=10 postcss src/index.css -o dist/index-base10.css" | ||
}, | ||
"devDependencies": { | ||
"@vtmn/css-design-tokens": "^0.0.14", | ||
"@vtmn/css-design-tokens": "^0.1.0", | ||
"@vtmn/css-postcss-config": "^0.0.0", | ||
@@ -42,3 +42,3 @@ "@vtmn/css-tailwind-config": "^0.0.0" | ||
], | ||
"gitHead": "2a5f046d757de586afafb2a2ca1d9ed4b5ce6548" | ||
"gitHead": "2b545d41a130c4e1629643a3910075808845ccac" | ||
} |
Sorry, the diff of this file is not supported yet
21623
6
146