@lightspeed/design-system-css 37.2.0 → 37.3.1

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 (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@lightspeed/design-system-css","version":"37.2.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":"sass --load-path=../../node_modules src/index.scss:dist/index.css","watch":"yarn lint && yarn build:css --watch","lint":"yarn lint-scss && yarn lint-css","lint-scss":"yarn stylelint './src/**/*.scss' --config ./stylelint.scss.config.json","lint-css":"yarn stylelint './dist/index.css' --config ./stylelint.css.config.json"},"dependencies":{"@lightspeed/design-system-tokens":"^37.2.0"},"devDependencies":{"stylelint":"^16.9.0","stylelint-config-standard-scss":"^13.1.0"}}
1
+ {"name":"@lightspeed/design-system-css","version":"37.3.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":"sass --load-path=../../node_modules src/index.scss:dist/index.css","watch":"yarn lint && yarn build:css --watch","lint":"yarn lint-scss && yarn lint-css","lint-scss":"yarn stylelint './src/**/*.scss' --config ./stylelint.scss.config.json","lint-css":"yarn stylelint './dist/index.css' --config ./stylelint.css.config.json"},"dependencies":{"@lightspeed/design-system-tokens":"^37.3.1"},"devDependencies":{"stylelint":"^16.9.0","stylelint-config-standard-scss":"^13.1.0"}}