@utrecht/component-library-css 1.0.0-alpha.172 → 1.0.0-alpha.177

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/bem.css CHANGED
@@ -1590,7 +1590,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
1590
1590
  --utrecht-sidenav-connection-inline-size: 2px;
1591
1591
  --utrecht-sidenav-marker-current-color: var(--utrecht-sidenav-link-hover-color);
1592
1592
  --utrecht-sidenav-marker-offset: 26px;
1593
- --utrecht-sidenav-connection-block-size: 38px;
1593
+ --utrecht-sidenav-connection-block-size: 100%;
1594
+ --utrecht-sidenav-marker-height: 8px;
1595
+ --utrecht-sidenav-marker-outline-width: 2px;
1594
1596
  border-block-end: 1px solid var(--utrecht-color-grey-80);
1595
1597
  border-block-start: 1px solid var(--utrecht-color-grey-80);
1596
1598
  margin-block-end: 0;
@@ -1629,9 +1631,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
1629
1631
  }
1630
1632
 
1631
1633
  /* draw the li item box bottom line */
1632
- .utrecht-sidenav__item-separator:not(.utrecht-sidenav__item--last .utrecht-sidenav__item-separator,
1633
- .utrecht-sidenav__item--has-children .utrecht-sidenav__item-separator:first-of-type) {
1634
- /* .utrecht-sidenav__item--has-children span */
1634
+ .utrecht-sidenav__item-separator:not(.utrecht-sidenav__item--last .utrecht-sidenav__item-separator) {
1635
+ /* .utrecht-sidenav__item--parent span */
1635
1636
  border-block-end: 1px solid var(--utrecht-color-grey-80);
1636
1637
  display: block;
1637
1638
  margin-inline-start: var(--utrecht-space-inline-md);
@@ -1662,27 +1663,28 @@ however browsers don't seem to have implemented great looking supixel tweening y
1662
1663
  }
1663
1664
 
1664
1665
  /* Remove bottom padding form first item in list with children */
1665
- .utrecht-sidenav__link--has-children {
1666
+ .utrecht-sidenav__link--parent {
1666
1667
  padding-block-end: 0;
1667
1668
  }
1668
1669
 
1669
1670
  /* Draw metro connection lines on sidenav link items */
1670
- .utrecht-sidenav__connection, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:not(.utrecht-sidenav__link--sibling):not(.utrecht-sidenav__link--child)::after {
1671
+ .utrecht-sidenav__connection, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:not(.utrecht-sidenav__link--sibling):not(.utrecht-sidenav__link--parent):not(.utrecht-sidenav__link--child)::after {
1671
1672
  background: var(--utrecht-sidenav-connection-color);
1672
1673
  bottom: 0;
1673
1674
  content: "";
1674
1675
  display: block;
1675
- height: calc(var(--utrecht-sidenav-connection-block-size) + 2px);
1676
+ height: calc(var(--utrecht-sidenav-connection-block-size) - var(--utrecht-sidenav-marker-height) - 2 * var(--utrecht-sidenav-marker-outline-width));
1676
1677
  left: 3px;
1677
- min-height: var(--utrecht-sidenav-connection-block-size);
1678
1678
  overflow: hidden;
1679
1679
  position: absolute;
1680
- top: -22px;
1680
+ top: calc(var(--utrecht-sidenav-marker-offset));
1681
1681
  width: var(--utrecht-sidenav-connection-inline-size);
1682
1682
  z-index: 5;
1683
1683
  }
1684
1684
 
1685
- .utrecht-sidenav__connection--first, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__item:first-child .utrecht-sidenav__link::after {
1685
+ .utrecht-sidenav__connection--last,
1686
+ .utrecht-sidenav__connection--parent,
1687
+ .utrecht-sidenav__connection--sibling {
1686
1688
  display: none;
1687
1689
  }
1688
1690
 
@@ -1691,10 +1693,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
1691
1693
  .utrecht-sidenav__marker, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link::before {
1692
1694
  background-color: var(--utrecht-sidenav-item-marker-color);
1693
1695
  border-radius: 100%;
1694
- box-shadow: 0 0 2px 2px #fff;
1695
- /* Make var */
1696
1696
  content: "";
1697
- height: 8px;
1697
+ height: var(--utrecht-sidenav-marker-height);
1698
1698
  left: var(--utrecht-sidenav-marker-offset);
1699
1699
  overflow: hidden;
1700
1700
  position: absolute;
package/dist/index.css CHANGED
@@ -1630,7 +1630,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
1630
1630
  --utrecht-sidenav-connection-inline-size: 2px;
1631
1631
  --utrecht-sidenav-marker-current-color: var(--utrecht-sidenav-link-hover-color);
1632
1632
  --utrecht-sidenav-marker-offset: 26px;
1633
- --utrecht-sidenav-connection-block-size: 38px;
1633
+ --utrecht-sidenav-connection-block-size: 100%;
1634
+ --utrecht-sidenav-marker-height: 8px;
1635
+ --utrecht-sidenav-marker-outline-width: 2px;
1634
1636
  border-block-end: 1px solid var(--utrecht-color-grey-80);
1635
1637
  border-block-start: 1px solid var(--utrecht-color-grey-80);
1636
1638
  margin-block-end: 0;
@@ -1669,9 +1671,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
1669
1671
  }
1670
1672
 
1671
1673
  /* draw the li item box bottom line */
1672
- .utrecht-sidenav__item-separator:not(.utrecht-sidenav__item--last .utrecht-sidenav__item-separator,
1673
- .utrecht-sidenav__item--has-children .utrecht-sidenav__item-separator:first-of-type) {
1674
- /* .utrecht-sidenav__item--has-children span */
1674
+ .utrecht-sidenav__item-separator:not(.utrecht-sidenav__item--last .utrecht-sidenav__item-separator) {
1675
+ /* .utrecht-sidenav__item--parent span */
1675
1676
  border-block-end: 1px solid var(--utrecht-color-grey-80);
1676
1677
  display: block;
1677
1678
  margin-inline-start: var(--utrecht-space-inline-md);
@@ -1702,27 +1703,28 @@ however browsers don't seem to have implemented great looking supixel tweening y
1702
1703
  }
1703
1704
 
1704
1705
  /* Remove bottom padding form first item in list with children */
1705
- .utrecht-sidenav__link--has-children {
1706
+ .utrecht-sidenav__link--parent {
1706
1707
  padding-block-end: 0;
1707
1708
  }
1708
1709
 
1709
1710
  /* Draw metro connection lines on sidenav link items */
1710
- .utrecht-sidenav__connection, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:not(.utrecht-sidenav__link--sibling):not(.utrecht-sidenav__link--child)::after {
1711
+ .utrecht-sidenav__connection, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:not(.utrecht-sidenav__link--sibling):not(.utrecht-sidenav__link--parent):not(.utrecht-sidenav__link--child)::after {
1711
1712
  background: var(--utrecht-sidenav-connection-color);
1712
1713
  bottom: 0;
1713
1714
  content: "";
1714
1715
  display: block;
1715
- height: calc(var(--utrecht-sidenav-connection-block-size) + 2px);
1716
+ height: calc(var(--utrecht-sidenav-connection-block-size) - var(--utrecht-sidenav-marker-height) - 2 * var(--utrecht-sidenav-marker-outline-width));
1716
1717
  left: 3px;
1717
- min-height: var(--utrecht-sidenav-connection-block-size);
1718
1718
  overflow: hidden;
1719
1719
  position: absolute;
1720
- top: -22px;
1720
+ top: calc(var(--utrecht-sidenav-marker-offset));
1721
1721
  width: var(--utrecht-sidenav-connection-inline-size);
1722
1722
  z-index: 5;
1723
1723
  }
1724
1724
 
1725
- .utrecht-sidenav__connection--first, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__item:first-child .utrecht-sidenav__link::after {
1725
+ .utrecht-sidenav__connection--last,
1726
+ .utrecht-sidenav__connection--parent,
1727
+ .utrecht-sidenav__connection--sibling {
1726
1728
  display: none;
1727
1729
  }
1728
1730
 
@@ -1731,10 +1733,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
1731
1733
  .utrecht-sidenav__marker, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link::before {
1732
1734
  background-color: var(--utrecht-sidenav-item-marker-color);
1733
1735
  border-radius: 100%;
1734
- box-shadow: 0 0 2px 2px #fff;
1735
- /* Make var */
1736
1736
  content: "";
1737
- height: 8px;
1737
+ height: var(--utrecht-sidenav-marker-height);
1738
1738
  left: var(--utrecht-sidenav-marker-offset);
1739
1739
  overflow: hidden;
1740
1740
  position: absolute;
@@ -5264,7 +5264,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
5264
5264
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
5265
5265
  /**
5266
5266
  * Do not edit directly
5267
- * Generated on Mon, 07 Feb 2022 11:32:01 GMT
5267
+ * Generated on Mon, 14 Feb 2022 14:04:11 GMT
5268
5268
  */
5269
5269
  :root {
5270
5270
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
@@ -5,7 +5,7 @@
5
5
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
6
6
  /**
7
7
  * Do not edit directly
8
- * Generated on Mon, 07 Feb 2022 11:32:01 GMT
8
+ * Generated on Mon, 14 Feb 2022 14:04:11 GMT
9
9
  */
10
10
  :root {
11
11
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.172",
2
+ "version": "1.0.0-alpha.177",
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",
@@ -16,7 +16,7 @@
16
16
  "url": "git@github.com:nl-design-system/utrecht.git"
17
17
  },
18
18
  "devDependencies": {
19
- "@utrecht/design-tokens": "1.0.0-alpha.165",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.170",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
22
  "sass": "1.49.7"
@@ -26,5 +26,5 @@
26
26
  "build": "sass src/:dist/ --load-path=../../node_modules/ --no-source-map",
27
27
  "clean": "rimraf dist/"
28
28
  },
29
- "gitHead": "166e4957a946b2c362e26f426aaa7ec7ac4ec21c"
29
+ "gitHead": "dab68b2d69711c9acc4d1231db21da90a55e4e88"
30
30
  }