@beterdichtbij/component-library 0.42.0 → 0.42.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.
@@ -1,3 +1,5 @@
1
1
  export declare const vBdTooltip: {
2
2
  mounted: (element: Element) => void;
3
+ updated: (element: Element) => void;
4
+ unmounted: (element: Element) => void;
3
5
  };
@@ -59,7 +59,7 @@
59
59
  text-decoration: none;
60
60
  margin: 0px 4px;
61
61
 
62
- &.router-link-exact-active {
62
+ &.router-link-exact-active, &:hover {
63
63
  background-color: #f1f2f4;
64
64
  }
65
65
  }
@@ -131,6 +131,12 @@
131
131
  display: flex;
132
132
  }
133
133
 
134
+ .bd-btn-settings, .btn-header {
135
+ display: none !important;
136
+ }
137
+ }
138
+
139
+ @media (max-width: 890px) {
134
140
  .logo-mix .logo {
135
141
  height: 20px;
136
142
 
@@ -138,10 +144,6 @@
138
144
  margin-left: 16px;
139
145
  }
140
146
  }
141
-
142
- .bd-btn-settings, .btn-header {
143
- display: none !important;
144
- }
145
147
  }
146
148
 
147
149
  @media (max-width: 400px) {
@@ -65,7 +65,8 @@ $info:$blue;
65
65
  $light:$gray-200;
66
66
  $dark:$gray-900;
67
67
 
68
- $grid-breakpoints: (xs: 0,
68
+ $grid-breakpoints: (
69
+ xs: 0,
69
70
  sm: 576px, // Small screen / phone
70
71
  md: 768px, // Medium screen / tablet
71
72
  lg: 850px, // Large screen / desktop
@@ -12,5 +12,6 @@ export declare const BTN_COLOR_VARIANTS: {
12
12
  readonly LIGHT: "light";
13
13
  readonly DARK: "dark";
14
14
  readonly REMOVE: "remove";
15
+ readonly NEUTRAL: "neutral";
15
16
  };
16
17
  export type btnColorVariants = GenericEnum<typeof BTN_COLOR_VARIANTS>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@beterdichtbij/component-library",
3
3
  "private": false,
4
- "version": "0.42.0",
4
+ "version": "0.42.1",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"