@rypen-dev/shared-components 5.2.0 → 5.2.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "5.2.0",
4
+ "version": "5.2.1",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -624,7 +624,7 @@ $button-small-multi-line-vertical-padding: #{($button-small-height - $button-mul
624
624
  $button-small-multi-line-vertical-padding-medium: #{($button-small-height-medium - ($button-multi-line-line-height * math.div($button-small-font-size, 1rem) * 16)) * 0.5};
625
625
 
626
626
  $button-large-multi-line-vertical-padding: #{($button-large-height - $button-multi-line-height) * 0.5};
627
- $button-large-multi-line-vertical-padding-medium: #{($button-large-height - $button-multi-line-height-medium) * 0.5};
627
+ $button-large-multi-line-vertical-padding-medium: #{($button-large-height-medium - $button-multi-line-height-medium) * 0.5};
628
628
 
629
629
  button,
630
630
  .button {