hr-design-system-handlebars 1.51.11 → 1.51.12

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,3 +1,15 @@
1
+ # v1.51.12 (Wed Jan 10 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - :alembic: always use preventDefault on flyout link [#797](https://github.com/mumprod/hr-design-system-handlebars/pull/797) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.51.11 (Fri Dec 22 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3218,7 +3218,7 @@ article.indexText ul {
3218
3218
  border-bottom-color: var(--color-secondary-ds);
3219
3219
  }
3220
3220
  .counter-reset {
3221
- counter-reset: cnt1703256994857;
3221
+ counter-reset: cnt1704881090998;
3222
3222
  }
3223
3223
  .hyphens-auto {
3224
3224
  -webkit-hyphens: auto;
@@ -3520,7 +3520,7 @@ article.indexText ul {
3520
3520
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3521
3521
  }
3522
3522
  .-ordered {
3523
- counter-increment: cnt1703256994857 1;
3523
+ counter-increment: cnt1704881090998 1;
3524
3524
  }
3525
3525
  .-ordered::before {
3526
3526
  position: absolute;
@@ -3536,7 +3536,7 @@ article.indexText ul {
3536
3536
  letter-spacing: .0125em;
3537
3537
  --tw-text-opacity: 1;
3538
3538
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3539
- content: counter(cnt1703256994857);
3539
+ content: counter(cnt1704881090998);
3540
3540
  }
3541
3541
  /*! ****************************/
3542
3542
  /*! DataPolicy stuff */
@@ -28,7 +28,7 @@
28
28
  @click="preventDefault(isDesktopView(),$event); toggle(); correctFlyoutPos()"
29
29
  @resize.window="dropped=false; correctFlyoutPos()"
30
30
  :class="dropped ? 'lg:underline font-bold lg:font-normal' : 'font-normal'"
31
- class="{{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset-white js-load pl-4 pr-8 lg:pr-4 flex flex-auto justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
31
+ class="js-noStateManager {{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset-white js-load pl-4 pr-8 lg:pr-4 flex flex-auto justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
32
32
  aria-haspopup="true"
33
33
  x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen ? '0' : '-1')"
34
34
  aria-owns="flyout-{{getRandom}}"
@@ -28,7 +28,7 @@
28
28
  @click="preventDefault(isDesktopView(),$event); toggle(); correctFlyoutPos()"
29
29
  @resize.window="dropped=false; correctFlyoutPos()"
30
30
  :class="dropped ? 'lg:underline font-bold lg:font-normal' : 'font-normal'"
31
- class="{{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset-white js-load pl-4 pr-8 lg:pr-4 flex flex-auto justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
31
+ class="js-noStateManager {{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset-white js-load pl-4 pr-8 lg:pr-4 flex flex-auto justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
32
32
  aria-haspopup="true"
33
33
  x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen ? '0' : '-1')"
34
34
  aria-owns="flyout-{{getRandom}}"
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "repository": "https://github.com/szuelch/hr-design-system-handlebars",
9
- "version": "1.51.11",
9
+ "version": "1.51.12",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -28,7 +28,7 @@
28
28
  @click="preventDefault(isDesktopView(),$event); toggle(); correctFlyoutPos()"
29
29
  @resize.window="dropped=false; correctFlyoutPos()"
30
30
  :class="dropped ? 'lg:underline font-bold lg:font-normal' : 'font-normal'"
31
- class="{{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset-white js-load pl-4 pr-8 lg:pr-4 flex flex-auto justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
31
+ class="js-noStateManager {{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset-white js-load pl-4 pr-8 lg:pr-4 flex flex-auto justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
32
32
  aria-haspopup="true"
33
33
  x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen ? '0' : '-1')"
34
34
  aria-owns="flyout-{{getRandom}}"