@gemeentenijmegen/semantic-html 0.0.2-alpha.67 → 0.0.2-alpha.69

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/dist/index.css CHANGED
@@ -308,6 +308,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
308
308
  /* stylelint-disable-next-line block-no-empty */
309
309
  /* stylelint-disable-next-line block-no-empty */
310
310
  .nijmegen-html {
311
+ margin-block-end: var(--nijmegen-html-margin-block-end);
311
312
  writing-mode: horizontal-tb;
312
313
  /* reset `font-smoothing: antialiasing`, prefer automatic (`subpixel-antialiasing`) behavior for high-dpi screens */
313
314
  -webkit-font-smoothing: auto !important;
@@ -913,6 +914,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
913
914
  font-family: var(--nijmegen-table-font-family);
914
915
  font-size: var(--nijmegen-table-font-size, 1.125rem);
915
916
  line-height: var(--nijmegen-table-line-height, 150%);
917
+ margin-block-end: var(--nijmegen-table-margin-block-end);
916
918
  width: 100%; /* stylelint-disable-line property-disallowed-list */
917
919
  }
918
920
  .nijmegen-html table caption {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.2-alpha.67",
2
+ "version": "0.0.2-alpha.69",
3
3
  "author": "gemeente Nijmegen",
4
4
  "description": "Default html element styling for the gemeente Nijmegen design system",
5
5
  "license": "EUPL-1.2",
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@babel/core": "7.24.0",
28
28
  "@babel/preset-env": "7.24.0",
29
- "@gemeentenijmegen/components-css": "0.0.1-alpha.60",
29
+ "@gemeentenijmegen/components-css": "0.0.1-alpha.62",
30
30
  "@rollup/plugin-babel": "6.0.4",
31
31
  "@rollup/plugin-commonjs": "25.0.7",
32
32
  "@rollup/plugin-node-resolve": "15.2.3",
@@ -47,5 +47,5 @@
47
47
  "rollup": "4.12.1",
48
48
  "rollup-plugin-postcss": "4.0.2"
49
49
  },
50
- "gitHead": "2a2d77a8fd8119eaec63b11ed173c1c80696bbdc"
50
+ "gitHead": "56524c9578a857d65bca5c52766c84e990106a78"
51
51
  }
package/src/index.scss CHANGED
@@ -14,6 +14,7 @@
14
14
  @import "~@gemeentenijmegen/components-css/spacing/src/semantic/mixin";
15
15
 
16
16
  .nijmegen-html {
17
+ margin-block-end: var(--nijmegen-html-margin-block-end);
17
18
  writing-mode: horizontal-tb;
18
19
  @include utrecht-document;
19
20
  @include utrecht-html-button;