@utrecht/component-library-css 1.0.0-alpha.393 → 1.0.0-alpha.395

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.
Files changed (2) hide show
  1. package/dist/index.css +4 -4
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -497,18 +497,18 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
497
497
  }
498
498
  .utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after,
499
499
  .utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before {
500
+ block-size: 0;
500
501
  border-block-end-width: var(--utrecht-breadcrumb-block-size);
501
502
  border-block-start-width: var(--utrecht-breadcrumb-block-size);
502
503
  border-color: transparent;
503
504
  border-style: solid;
504
505
  content: " ";
505
506
  display: block;
506
- height: 0;
507
- left: 100%;
507
+ inline-size: 0;
508
+ inset-block-start: 50%;
509
+ inset-inline-start: 100%;
508
510
  margin-block-start: calc(-1 * var(--utrecht-breadcrumb-block-size));
509
511
  position: absolute;
510
- top: 50%;
511
- width: 0;
512
512
  }
513
513
  .utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after {
514
514
  border-inline-start-color: var(--utrecht-breadcrumb-link-background-color);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.393",
2
+ "version": "1.0.0-alpha.395",
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": "f95099fc4e7644d78edc8b28a19f225d27ef061c"
29
+ "gitHead": "1dd9a186043c30674a86e148e3a7bacb395812e0"
30
30
  }