matcha-core 19.14.0 → 19.17.0

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.
Files changed (2) hide show
  1. package/core.scss +1 -1
  2. package/package.json +1 -1
package/core.scss CHANGED
@@ -222,7 +222,7 @@ $base-font-size: 16px;
222
222
 
223
223
  // For paddings, only positive values
224
224
  @if ($prop == padding) {
225
- @for $index from 0 through 16 {
225
+ @for $index from 0 through 24 {
226
226
  $size: $index * 4;
227
227
  $length: #{$size}px;
228
228
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-core",
3
- "version": "19.14.0",
3
+ "version": "19.17.0",
4
4
  "description": "Matcha Core is the core of css classes used in matcha design system",
5
5
  "main": "core.scss",
6
6
  "author": "",