@dictu/navigation-bar 1.0.4 → 1.1.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,5 +1,12 @@
1
1
  # @dictu/navigation-bar
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b8671fe: replace mixin @use to index for better usage.
8
+ - ff8484d: add tokens import to index instead of the mixin
9
+
3
10
  ## 1.0.4
4
11
 
5
12
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../../node_modules/@dictu/design-tokens/dist/navigation-bar.css","../src/index.scss","../src/_mixin.scss"],"names":[],"mappings":"AAIA,sBACE,wCACA,4CACA,iCACA,2CACA,kDACA,6CACA,4EACA,sDACA,iEACA,2DACA,kEACA,6EACA,uEACA,8EACA,2DACA,2EACA,iEACA,2EACA,iEACA,0DACA,2DACA,kEACA,yEACA,sDACA,6DACA,4DACA,6DACA,iEACA,iEACA,iEACA,iEACA,sEACA,2DCnCF,sBCKE,eACA,gBAMA,uDACA,qGACA,iCACA,aACA,qDACA,mDDbF,4BCiBE,aACA,4CACA,gBACA,SACA,UDjBF,4BCqBE,mBACA,aDlBF,4BCsBE,mBACA,4DACA,sCACA,sDACA,aACA,sDACA,wDACA,0DAEA,kCACE,kEACA,4CAGF,kCACE,kEACA,4CACA,wDACA,mBAGF,mCACE,mEACA,6CDzCJ,4BC8CE,mBACA,0CACA,sCACA,oBACA,2CACA,uBD/CF,8BCmDE,aD/CF,kCCmDE,mBACA,gBACA,YACA,cACA,eACA,aACA,eACA,UACA,mBDtDF,sBC2DE,sBACE,mBACA,sBACA,aACA,gDACA,6BACA,8BACA,qBAGA,mDACE,cACA,WAGF,iDACE,cACA,WAGF,uDACE,cACA,WAGF,iDACE,qBACA,WAIJ,4BACE,cAGF,4BACE,iDACA,aACA,sBAGF,kEACE,aAGF,kCACE,cDpGJ,yBC0GE,kCACE,aAGF,4BACE,aAGF,4BACE,gBACA,aACA","file":"index.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../../node_modules/@dictu/design-tokens/dist/navigation-bar.css","../src/index.scss","../src/_mixin.scss"],"names":[],"mappings":"AAIA,sBACE,wCACA,4CACA,iCACA,2CACA,kDACA,6CACA,4EACA,sDACA,iEACA,2DACA,kEACA,6EACA,uEACA,8EACA,2DACA,2EACA,iEACA,2EACA,iEACA,0DACA,2DACA,kEACA,yEACA,sDACA,6DACA,4DACA,6DACA,iEACA,iEACA,iEACA,iEACA,sEACA,2DC7BF,sBCFE,eACA,gBAMA,uDACA,qGACA,iCACA,aACA,qDACA,mDDNF,4BCUE,aACA,4CACA,gBACA,SACA,UDVF,4BCcE,mBACA,aDXF,4BCeE,mBACA,4DACA,sCACA,sDACA,aACA,sDACA,wDACA,0DAEA,kCACE,kEACA,4CAGF,kCACE,kEACA,4CACA,wDACA,mBAGF,mCACE,mEACA,6CDlCJ,4BCuCE,mBACA,0CACA,sCACA,oBACA,2CACA,uBDxCF,8BC4CE,aDxCF,kCC4CE,mBACA,gBACA,YACA,cACA,eACA,aACA,eACA,UACA,mBD/CF,sBCoDE,sBACE,mBACA,sBACA,aACA,gDACA,6BACA,8BACA,qBAGA,mDACE,cACA,WAGF,iDACE,cACA,WAGF,uDACE,cACA,WAGF,iDACE,qBACA,WAIJ,4BACE,cAGF,4BACE,iDACA,aACA,sBAGF,kEACE,aAGF,kCACE,cD7FJ,yBCmGE,kCACE,aAGF,4BACE,aAGF,4BACE,gBACA,aACA","file":"index.css"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dictu/navigation-bar",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "author": "Dienst ICT Uitvoering",
5
5
  "description": "Navigation Bar CSS component.",
6
6
  "license": "EUPL-1.2",
package/src/_mixin.scss CHANGED
@@ -2,7 +2,6 @@
2
2
  * @license EUPL-1.2
3
3
  * Copyright (c) 2021-2025 dictu
4
4
  */
5
- @use "pkg:@dictu/design-tokens/dist/navigation-bar" as design-tokens;
6
5
 
7
6
  @mixin reset {
8
7
  margin-block: 0;
package/src/index.scss CHANGED
@@ -1,3 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021-2025 dictu
4
+ */
5
+
6
+ @use "pkg:@dictu/design-tokens/dist/navigation-bar" as design-tokens;
1
7
  @use "./mixin.scss" as mixin;
2
8
 
3
9
  .dictu-navigation-bar {