hr-design-system-handlebars 1.49.2 → 1.50.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,3 +1,15 @@
1
+ # v1.50.0 (Wed Nov 08 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - :bug: DPE-2646 - Remove [#747](https://github.com/mumprod/hr-design-system-handlebars/pull/747) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.49.2 (Fri Nov 03 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3049,7 +3049,7 @@ article.indexText ul {
3049
3049
  border-bottom-color: var(--color-secondary-ds);
3050
3050
  }
3051
3051
  .counter-reset {
3052
- counter-reset: cnt1699009155257;
3052
+ counter-reset: cnt1699440666138;
3053
3053
  }
3054
3054
  .hyphens-auto {
3055
3055
  -webkit-hyphens: auto;
@@ -3312,7 +3312,7 @@ article.indexText ul {
3312
3312
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3313
3313
  }
3314
3314
  .-ordered {
3315
- counter-increment: cnt1699009155257 1;
3315
+ counter-increment: cnt1699440666138 1;
3316
3316
  }
3317
3317
  .-ordered::before {
3318
3318
  position: absolute;
@@ -3328,7 +3328,7 @@ article.indexText ul {
3328
3328
  letter-spacing: .0125em;
3329
3329
  --tw-text-opacity: 1;
3330
3330
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3331
- content: counter(cnt1699009155257);
3331
+ content: counter(cnt1699440666138);
3332
3332
  }
3333
3333
  /*! ****************************/
3334
3334
  /*! DataPolicy stuff */
@@ -1,4 +1,4 @@
1
- <div class="js-load" data-hr-modal='{"modalTriggerId":"{{defaultIfEmpty _trigger ""}}", "trackingInformations": "{{this.link.cmsDocument.trackingInformations.ticketLink}}","dialogPolyfillBaseUrl":"{{resourceUrl (configProperty 'dialogPolyfill.baseUrl')}}"}'>
1
+ <div class="js-load" data-hr-modal='{"modalTriggerId":"{{defaultIfEmpty _trigger ""}}", "trackingInformations": {{this.link.cmsDocument.trackingInformations.ticketLink}},"dialogPolyfillBaseUrl":"{{resourceUrl (configProperty 'dialogPolyfill.baseUrl')}}"}'>
2
2
  <dialog class='js-modal p-0 backdrop:bg-gray-scorpion/90 shadow-md {{defaultIfEmpty _css "sm:max-w-xl"}}'>
3
3
  <form method="dialog" class="js-dialog-content p-4">
4
4
  {{> @partial-block }}
@@ -1,4 +1,4 @@
1
- <div class="js-load" data-hr-modal='{"modalTriggerId":"{{defaultIfEmpty _trigger ""}}", "trackingInformations": "{{this.link.cmsDocument.trackingInformations.ticketLink}}","dialogPolyfillBaseUrl":"{{resourceUrl (configProperty 'dialogPolyfill.baseUrl')}}"}'>
1
+ <div class="js-load" data-hr-modal='{"modalTriggerId":"{{defaultIfEmpty _trigger ""}}", "trackingInformations": {{this.link.cmsDocument.trackingInformations.ticketLink}},"dialogPolyfillBaseUrl":"{{resourceUrl (configProperty 'dialogPolyfill.baseUrl')}}"}'>
2
2
  <dialog class='js-modal p-0 backdrop:bg-gray-scorpion/90 shadow-md {{defaultIfEmpty _css "sm:max-w-xl"}}'>
3
3
  <form method="dialog" class="js-dialog-content p-4">
4
4
  {{> @partial-block }}
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.49.2",
9
+ "version": "1.50.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,4 +1,4 @@
1
- <div class="js-load" data-hr-modal='{"modalTriggerId":"{{defaultIfEmpty _trigger ""}}", "trackingInformations": "{{this.link.cmsDocument.trackingInformations.ticketLink}}","dialogPolyfillBaseUrl":"{{resourceUrl (configProperty 'dialogPolyfill.baseUrl')}}"}'>
1
+ <div class="js-load" data-hr-modal='{"modalTriggerId":"{{defaultIfEmpty _trigger ""}}", "trackingInformations": {{this.link.cmsDocument.trackingInformations.ticketLink}},"dialogPolyfillBaseUrl":"{{resourceUrl (configProperty 'dialogPolyfill.baseUrl')}}"}'>
2
2
  <dialog class='js-modal p-0 backdrop:bg-gray-scorpion/90 shadow-md {{defaultIfEmpty _css "sm:max-w-xl"}}'>
3
3
  <form method="dialog" class="js-dialog-content p-4">
4
4
  {{> @partial-block }}