Package not found. Please check the package name and try again.

@lightspeed/design-system-css 2.7.3 → 2.8.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.
package/dist/index.css CHANGED
@@ -5666,7 +5666,7 @@ vd-section .vd-section,
5666
5666
  position: absolute;
5667
5667
  left: -9999px;
5668
5668
  z-index: 0;
5669
- margin-bottom: 8px;
5669
+ margin-bottom: 4px;
5670
5670
  }
5671
5671
 
5672
5672
  .vd-tabs {
@@ -5666,7 +5666,7 @@ vd-section .vd-section,
5666
5666
  position: absolute;
5667
5667
  left: -9999px;
5668
5668
  z-index: 0;
5669
- margin-bottom: 8px;
5669
+ margin-bottom: 4px;
5670
5670
  }
5671
5671
 
5672
5672
  .vd-tabs {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@lightspeed/design-system-css","version":"2.7.3","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.1.0"},"devDependencies":{"@types/node":"^16.11.2","sass":"~1.45.2","stylelint":"^13.5.0","stylelint-scss":"^3.17.2","ts-node":"^10.3.1"}}
1
+ {"name":"@lightspeed/design-system-css","version":"2.8.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.1.0"},"devDependencies":{"@types/node":"^16.11.2","sass":"~1.45.2","stylelint":"^13.5.0","stylelint-scss":"^3.17.2","ts-node":"^10.3.1"}}
@@ -21,7 +21,7 @@
21
21
  position: absolute;
22
22
  left: -9999px;
23
23
  z-index: 0;
24
- margin-bottom: vd-spacer(2);
24
+ margin-bottom: vd-spacer(1);
25
25
  }
26
26
 
27
27
  .vd-tabs {
@@ -86,7 +86,7 @@
86
86
  background-color: transparent;
87
87
  height: vd-grid-unit(12);
88
88
  padding: 0;
89
- border-bottom: 4px solid transparent;
89
+ border-bottom: vd-spacer(1) solid transparent;
90
90
  color: inherit;
91
91
  font-family: $vd-font-primary;
92
92
  font-size: $vd-tab-font-size;