@rypen-dev/shared-components 8.1.12 → 8.1.13

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. Starting with version 8, this package is built with Vite 7 and Vue 3.",
4
- "version": "8.1.12",
4
+ "version": "8.1.13",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "scripts": {
@@ -843,11 +843,11 @@ button,
843
843
  }
844
844
 
845
845
  &.extra-tiny {
846
- line-height: $button-tiny-height !important;
846
+ line-height: $button-extra-tiny-height !important;
847
847
  }
848
848
 
849
849
  &.tiny {
850
- line-height: $button-extra-tiny-height !important;
850
+ line-height: $button-tiny-height !important;
851
851
  }
852
852
 
853
853
  &.full {