hr-design-system-handlebars 1.11.2 → 1.11.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.11.3 (Tue Mar 21 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - forgot to edit custom-components.css [#593](https://github.com/mumprod/hr-design-system-handlebars/pull/593) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.11.2 (Tue Mar 21 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -941,7 +941,7 @@ video {
941
941
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
942
942
  }
943
943
  .content-nav-dropdown_content.-isDropdown.-isClosed {
944
- z-index: 1003;
944
+ z-index: 10;
945
945
  display: none;
946
946
  }
947
947
  /* ---------------- NAV DROPDOWN - CONTENT - MIXED------------------ */
@@ -971,7 +971,7 @@ video {
971
971
  }
972
972
  .teaser-size-100 .content-nav-dropdown_content.-isMixed.-isClosed,
973
973
  .teaser-size-66 .content-nav-dropdown_content.-isMixed.-isClosed {
974
- z-index: 1003;
974
+ z-index: 10;
975
975
  display: none;
976
976
  }
977
977
  @media (min-width: 768px) {
@@ -2664,7 +2664,7 @@ video {
2664
2664
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2665
2665
  }
2666
2666
  .counter-reset {
2667
- counter-reset: cnt1679391553484;
2667
+ counter-reset: cnt1679393732768;
2668
2668
  }
2669
2669
  .line-clamp-4 {
2670
2670
  overflow: hidden;
@@ -2898,7 +2898,7 @@ video {
2898
2898
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2899
2899
  }
2900
2900
  .-ordered {
2901
- counter-increment: cnt1679391553484 1;
2901
+ counter-increment: cnt1679393732768 1;
2902
2902
  }
2903
2903
  .-ordered::before {
2904
2904
  position: absolute;
@@ -2914,7 +2914,7 @@ video {
2914
2914
  letter-spacing: .0125em;
2915
2915
  --tw-text-opacity: 1;
2916
2916
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2917
- content: counter(cnt1679391553484);
2917
+ content: counter(cnt1679393732768);
2918
2918
  }
2919
2919
  /*! ****************************/
2920
2920
  /*! text-shadow */
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.11.2",
9
+ "version": "1.11.3",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -257,7 +257,7 @@
257
257
  }
258
258
 
259
259
  .content-nav-dropdown_content.-isDropdown.-isClosed {
260
- @apply z-1003;
260
+ @apply z-10;
261
261
  @apply hidden;
262
262
  }
263
263
  /* ---------------- NAV DROPDOWN - CONTENT - MIXED------------------ */
@@ -277,7 +277,7 @@
277
277
  }
278
278
  .teaser-size-100 .content-nav-dropdown_content.-isMixed.-isClosed,
279
279
  .teaser-size-66 .content-nav-dropdown_content.-isMixed.-isClosed {
280
- @apply z-1003;
280
+ @apply z-10;
281
281
  @apply hidden;
282
282
  @apply md:block;
283
283
  }