@lightspeed/design-system-css 5.1.0 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.css CHANGED
@@ -1528,7 +1528,7 @@ details,
1528
1528
  transition-property: border-color, box-shadow;
1529
1529
  border-right: 1px solid var(--vd-colour--framing);
1530
1530
  border-radius: 4px 0 0 4px;
1531
- padding: 12px;
1531
+ padding: 11px;
1532
1532
  padding-left: 34px;
1533
1533
  text-transform: capitalize;
1534
1534
  }
@@ -1528,7 +1528,7 @@ details,
1528
1528
  transition-property: border-color, box-shadow;
1529
1529
  border-right: 1px solid var(--vd-colour--framing);
1530
1530
  border-radius: 4px 0 0 4px;
1531
- padding: 12px;
1531
+ padding: 11px;
1532
1532
  padding-left: 34px;
1533
1533
  text-transform: capitalize;
1534
1534
  }
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@lightspeed/design-system-css","version":"5.1.0","description":"Lightspeed's Design System in CSS","repository":"https://github.com/lightspeed/helios.git","author":"Lightspeed Commerce Inc.","license":"SEE LICENSE IN LICENSE.md","main":"dist/index.css","publishConfig":{"access":"public"},"files":["src","dist"],"scripts":{"prebuild":"rm -rf dist","build":"yarn lint && yarn build:css && yarn build:retrocompatibility","build:css":"sass --load-path=../../node_modules -q src/index.scss:dist/index.css","build:retrocompatibility":"cp dist/index.css dist/vend-styles.css","watch":"yarn lint && yarn build:css --watch","lint":"yarn stylelint './src/**/*.scss' --config ./stylelint.config.json"},"dependencies":{"@lightspeed/design-system-tokens":"^1.2.0"},"devDependencies":{"sass":"~1.45.2","stylelint":"^13.5.0","stylelint-scss":"^3.17.2"}}
1
+ {"name":"@lightspeed/design-system-css","version":"5.1.1","description":"Lightspeed's Design System in CSS","repository":"https://github.com/lightspeed/helios.git","author":"Lightspeed Commerce Inc.","license":"SEE LICENSE IN LICENSE.md","main":"dist/index.css","publishConfig":{"access":"public"},"files":["src","dist"],"scripts":{"prebuild":"rm -rf dist","build":"yarn lint && yarn build:css && yarn build:retrocompatibility","build:css":"sass --load-path=../../node_modules -q src/index.scss:dist/index.css","build:retrocompatibility":"cp dist/index.css dist/vend-styles.css","watch":"yarn lint && yarn build:css --watch","lint":"yarn stylelint './src/**/*.scss' --config ./stylelint.config.json"},"dependencies":{"@lightspeed/design-system-tokens":"^1.2.0"},"devDependencies":{"sass":"~1.45.2","stylelint":"^13.5.0","stylelint-scss":"^3.17.2"}}
@@ -1,6 +1,6 @@
1
1
  // stylelint-disable selector-type-no-unknown
2
2
  $vd-autocomplete-filter-select-border-radius: $vd-border-radius 0 0 $vd-border-radius;
3
- $vd-autocomplete-filter-select-padding: 12px;
3
+ $vd-autocomplete-filter-select-padding: 11px;
4
4
  $vd-autocomplete-filter-selector-container-width: 130px;
5
5
  $vd-autocomplete-filter-select-padding-left: 34px;
6
6
  $vd-autocomplete-filter-input-border-radius: 0 $vd-border-radius $vd-border-radius 0;