@ilo-org/twig 0.2.14 → 0.2.16

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.
@@ -1,9 +1,9 @@
1
1
 
2
- > @ilo-org/twig@0.2.14 build:lib /home/runner/work/designsystem/designsystem/packages/twig
2
+ > @ilo-org/twig@0.2.16 build:lib /home/runner/work/designsystem/designsystem/packages/twig
3
3
  > node importprefix.js; node importsvgs.js; pnpm output
4
4
 
5
5
  theme prefix added
6
6
 
7
- > @ilo-org/twig@0.2.14 output /home/runner/work/designsystem/designsystem/packages/twig
7
+ > @ilo-org/twig@0.2.16 output /home/runner/work/designsystem/designsystem/packages/twig
8
8
  > node outputtwigs.js
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ilo-org/twig
2
2
 
3
+ ## 0.2.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 9da85065a: Remove unneeded props and markup from localnav
8
+
9
+ ## 0.2.15
10
+
11
+ ### Patch Changes
12
+
13
+ - d55e975ca: Add homepage to package.json
14
+
3
15
  ## 0.2.14
4
16
 
5
17
  ### Patch Changes
@@ -4,11 +4,12 @@
4
4
  @import url("https://fonts.googleapis.com/css2?family=Fira+Code&display=swap");
5
5
  </style>
6
6
 
7
- <link
8
- rel="icon"
9
- type="image/x-icon"
10
- href="https://www.ilo.org/wcmsp5/ilo/global/images/templates/favicons/favicon.ico"
11
- />
7
+ <!-- Canonical URL -->
8
+
9
+ <link href="https://twig.ui.ilo.org" rel="canonical" />
10
+
11
+ <!-- Favicon -->
12
+ <link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
12
13
 
13
14
  <style>
14
15
  :root {
Binary file
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@ilo-org/twig",
3
- "version": "0.2.14",
3
+ "version": "0.2.16",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Twig components for the ILO's Design System",
6
6
  "main": "",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
+ "homepage": "https://twig.ui.ilo.org",
10
11
  "repository": {
11
12
  "type": "git",
12
13
  "url": "https://github.com/international-labour-organization/designsystem.git",
@@ -37,10 +37,9 @@
37
37
  %}
38
38
  </div> <!-- /.{{prefix}}--language-switcher--wrap -->
39
39
  </div> <!-- /.{{prefix}}--language-switcher -->
40
- <button class="ilo--header--menu">Menu</button>
40
+ <button class="{{prefix}}--header--menu">Menu</button>
41
41
  </div> <!-- /.{{prefix}}--header--utility-bar -->
42
42
 
43
-
44
43
  <div class="{{prefix}}--header--navigation">
45
44
  <div class="{{prefix}}--header--inner">
46
45
  <div class="{{prefix}}--mobile--nav">
@@ -79,15 +78,6 @@
79
78
  <a href="{{item.link}}" class="{{prefix}}--nav--link">{{item.label}}</a>
80
79
  </li>
81
80
  {% endfor %}
82
- {% if subnav %}
83
- <li class="{{prefix}}--nav--items">
84
- <button class="{{prefix}}--nav--trigger">{{subnav.buttonlabel}}</button>
85
- </li>
86
- {% endif %}
87
81
  </ul>
88
82
  </nav>
89
- <div class="{{prefix}}--search">
90
- <button class="{{prefix}}--search--button" type="button">{{searchlabel}}</button>
91
- </div> <!-- /.{{prefix}}--search -->
92
- </div> <!-- /.{{prefix}}--header--inner -->
93
83
  </header>