@rypen-dev/shared-components 2.1.85 → 2.1.86

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": "2.1.85",
4
+ "version": "2.1.86",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -411,6 +411,10 @@ small,
411
411
  color: $tertiary;
412
412
  }
413
413
 
414
+ .color-quaternary {
415
+ color: $quaternary;
416
+ }
417
+
414
418
  .color-body-color,
415
419
  .color-rypen-black {
416
420
  color: $body-font-color;