@lightspeed/design-system-css 34.0.1 → 34.0.2

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
@@ -5006,8 +5006,8 @@ vd-dott,
5006
5006
  border-radius: 50%;
5007
5007
  background-color: var(--hs-color-border-neutral-strong);
5008
5008
  opacity: 0;
5009
- left: 5px;
5010
- top: 5px;
5009
+ left: 6px;
5010
+ top: 6px;
5011
5011
  transition: opacity 0.2s;
5012
5012
  }
5013
5013
 
@@ -5006,8 +5006,8 @@ vd-dott,
5006
5006
  border-radius: 50%;
5007
5007
  background-color: var(--hs-color-border-neutral-strong);
5008
5008
  opacity: 0;
5009
- left: 5px;
5010
- top: 5px;
5009
+ left: 6px;
5010
+ top: 6px;
5011
5011
  transition: opacity 0.2s;
5012
5012
  }
5013
5013
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@lightspeed/design-system-css","version":"34.0.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":"^34.0.1"},"devDependencies":{"stylelint":"^13.5.0","stylelint-scss":"^3.17.2"}}
1
+ {"name":"@lightspeed/design-system-css","version":"34.0.2","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":"^34.0.2"},"devDependencies":{"stylelint":"^13.5.0","stylelint-scss":"^3.17.2"}}
@@ -1,3 +1,3 @@
1
1
  $vd-radio-length: 24px;
2
2
  $vd-radio-tick-length: 8px;
3
- $vd-radio-tick-position: 5px;
3
+ $vd-radio-tick-position: 6px;