@beterdichtbij/component-library 0.15.0 → 0.15.2

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.
@@ -37,8 +37,14 @@ $grid-breakpoints: (xs: 0,
37
37
  sm: 576px,
38
38
  md: 768px,
39
39
  lg: 850px,
40
- xl: 1200px,
41
- xxl: 1400px);
40
+ xl: 1200px);
41
+
42
+ $container-max-widths: (
43
+ sm: 540px,
44
+ md: 720px,
45
+ lg: 960px,
46
+ xl: 1140px
47
+ );
42
48
 
43
49
  // mapping
44
50
  $theme-colors: (
@@ -106,7 +112,7 @@ $border-radius-default: 8px;
106
112
  $form-label-font-size: 1rem;
107
113
  $form-label-font-weight:600;
108
114
  $form-label-color:$color-darkblue;
109
- $form-label-margin-bottom: 0.25rem;
115
+ $form-label-margin-bottom: 0.25rem; //deze lijkt niet te werken
110
116
  // scss-docs-end form-label-variables
111
117
 
112
118
  // scss-docs-start form-input-variables
@@ -2,4 +2,5 @@
2
2
  line-height: 1.5rem;
3
3
  padding: 0;
4
4
  font-weight: $font-bold;
5
+ margin-bottom: 0.25rem;
5
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@beterdichtbij/component-library",
3
3
  "private": false,
4
- "version": "0.15.0",
4
+ "version": "0.15.2",
5
5
  "author": "Ralph van der Neut <rvanderneut@beterdichtbij.nl>",
6
6
  "type": "module",
7
7
  "files": [