@rypen-dev/shared-components 5.1.0 → 5.1.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.1.0",
4
+ "version": "5.1.1",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -468,7 +468,7 @@ label {
468
468
  display: block;
469
469
  margin-bottom: 0.5rem;
470
470
  font-size: 1rem;
471
- color: $gloabl-form-label-color;
471
+ color: $global-form-label-color;
472
472
  font-family: $headline-font-family;
473
473
  letter-spacing: 2px;
474
474
  font-weight: $body-weight-normal;
@@ -483,7 +483,7 @@ $label-color-alt: $white;
483
483
  $label-palette: $foundation-palette;
484
484
  $label-font-size: 0.8rem;
485
485
  $label-padding: 0.33333rem 0.5rem;
486
- $label-radius: $gloabl-badge-radius;
486
+ $label-radius: $global-badge-radius;
487
487
 
488
488
  // 22. Media Object
489
489
  // ----------------