@rypen-dev/shared-components 6.1.4 → 6.1.5
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 6, this package is built with Webpack 5 and Vue 3.",
|
|
4
|
-
"version": "6.1.
|
|
4
|
+
"version": "6.1.5",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "webpack --config ./webpack.config.js",
|
package/scss/_variables.scss
CHANGED
|
@@ -77,7 +77,7 @@ $navigation-link-highlight: $warning !default;
|
|
|
77
77
|
$navigation-divider-color: $medium-gray !default;
|
|
78
78
|
|
|
79
79
|
$call-to-action-color: $alert !default;
|
|
80
|
-
$call-to-action-color-active: color.adjust($alert, $lightness: -
|
|
80
|
+
$call-to-action-color-active: color.adjust($alert, $lightness: -20%) !default;
|
|
81
81
|
$default-button-bg-color: $white !default;
|
|
82
82
|
$default-button-hover-bg-color: $primary !default;
|
|
83
83
|
$button-hover-bg-color: $white !default;
|
|
@@ -179,7 +179,7 @@ $paragraph-margin-bottom: 1rem;
|
|
|
179
179
|
$paragraph-text-rendering: optimizeLegibility;
|
|
180
180
|
$enable-code-inline: true;
|
|
181
181
|
$anchor-color: $primary-color;
|
|
182
|
-
$anchor-color-hover: color.adjust($anchor-color, $lightness: -
|
|
182
|
+
$anchor-color-hover: color.adjust($anchor-color, $lightness: -14%);
|
|
183
183
|
$anchor-text-decoration: none;
|
|
184
184
|
$anchor-text-decoration-hover: none;
|
|
185
185
|
$hr-width: $global-width;
|
|
@@ -306,7 +306,7 @@ $button-padding: 0.85em 1em;
|
|
|
306
306
|
$button-margin: 0 0 $global-margin 0;
|
|
307
307
|
$button-fill: solid;
|
|
308
308
|
$button-background: $primary-color;
|
|
309
|
-
$button-background-hover: color.adjust($button-background, $lightness: -
|
|
309
|
+
$button-background-hover: color.adjust($button-background, $lightness: -15%);
|
|
310
310
|
$button-color: $white;
|
|
311
311
|
$button-color-alt: $white;
|
|
312
312
|
$button-radius: $global-button-radius;
|