@utrecht/component-library-css 2.0.0 → 3.0.0

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @utrecht/component-library-css
2
2
 
3
- ## 2.0.0
3
+ ## 3.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
package/dist/index.css CHANGED
@@ -2613,6 +2613,8 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2613
2613
  grid-auto-columns: 1fr;
2614
2614
  grid-template-columns: repeat(auto-fit, var(--_utrecht-auto-col));
2615
2615
  margin-block-start: var(--utrecht-data-list-rows-item-margin-block-start);
2616
+ padding-block-end: var(--utrecht-data-list-rows-item-padding-block-end);
2617
+ padding-block-start: var(--utrecht-data-list-rows-item-padding-block-start);
2616
2618
  row-gap: 0;
2617
2619
  }
2618
2620
  .utrecht-data-list--rows .utrecht-data-list__item:first-of-type {
@@ -2969,6 +2971,8 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2969
2971
  }
2970
2972
 
2971
2973
  .utrecht-form-field__input {
2974
+ margin-block-end: 0;
2975
+ margin-block-start: 0;
2972
2976
  grid-area: input;
2973
2977
  order: 5;
2974
2978
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0",
2
+ "version": "3.0.0",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "137bf2bf8430a1fac51e2061e2d5a040254a60b3"
29
+ "gitHead": "a9b38b2296d18e7ed11a00e959b28afd23d5876e"
30
30
  }