@onsvisual/svelte-components 1.1.19 → 1.1.20

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.
@@ -433,7 +433,7 @@
433
433
  class="ons-btn ons-u-fs-s--b ons-js-toggle-header-search ons-u-db-no-js_disabled ons-btn--search-icon ons-btn--search"
434
434
  aria-label="Toggle search"
435
435
  aria-controls="search"
436
- aria-expanded="true"
436
+ aria-expanded="false"
437
437
  aria-disabled="true"
438
438
  >
439
439
  <span class="ons-btn__inner"
@@ -639,4 +639,7 @@
639
639
  .ons-header__grid-top .ons-header__menu-links {
640
640
  width: auto;
641
641
  }
642
+ .ons-header__language {
643
+ display: block;
644
+ }
642
645
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onsvisual/svelte-components",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "npm run build:package && npm run build:docs",