hr-design-system-handlebars 1.36.2 → 1.36.3

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.
@@ -16,5 +16,6 @@ see: https://github.com/storybookjs/storybook/issues/11706 -->
16
16
  }
17
17
  const darkModePreference = window.matchMedia("(prefers-color-scheme: dark)");
18
18
  darkModePreference.addEventListener("change", setColorScheme);
19
+ setColorScheme(darkModePreference);
19
20
 
20
21
  </script>
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v1.36.3 (Fri Sep 01 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add setColorScheme(darkModePreference); [#716](https://github.com/mumprod/hr-design-system-handlebars/pull/716) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v1.36.2 (Fri Sep 01 2023)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -3034,7 +3034,7 @@ video {
3034
3034
  border-bottom-color: var(--color-secondary-ds);
3035
3035
  }
3036
3036
  .counter-reset {
3037
- counter-reset: cnt1693563242763;
3037
+ counter-reset: cnt1693578855316;
3038
3038
  }
3039
3039
  .hyphens-auto {
3040
3040
  -webkit-hyphens: auto;
@@ -3269,7 +3269,7 @@ video {
3269
3269
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3270
3270
  }
3271
3271
  .-ordered {
3272
- counter-increment: cnt1693563242763 1;
3272
+ counter-increment: cnt1693578855316 1;
3273
3273
  }
3274
3274
  .-ordered::before {
3275
3275
  position: absolute;
@@ -3285,7 +3285,7 @@ video {
3285
3285
  letter-spacing: .0125em;
3286
3286
  --tw-text-opacity: 1;
3287
3287
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3288
- content: counter(cnt1693563242763);
3288
+ content: counter(cnt1693578855316);
3289
3289
  }
3290
3290
  /*! ****************************/
3291
3291
  /*! DataPolicy stuff */
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.36.2",
9
+ "version": "1.36.3",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",