hr-design-system-handlebars 1.77.4 → 1.77.5

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.77.5 (Fri Jul 05 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - -adds items-baseline to grid-article div in page_wrapper.hbs [#983](https://github.com/mumprod/hr-design-system-handlebars/pull/983) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.77.4 (Thu Jul 04 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1977,6 +1977,9 @@ article.indexTextDS .indexTextHighlighted .link {
1977
1977
  .items-center {
1978
1978
  align-items: center;
1979
1979
  }
1980
+ .items-baseline {
1981
+ align-items: baseline;
1982
+ }
1980
1983
  .items-stretch {
1981
1984
  align-items: stretch;
1982
1985
  }
@@ -3377,7 +3380,7 @@ article.indexTextDS .indexTextHighlighted .link {
3377
3380
  border-bottom-color: var(--color-secondary-ds);
3378
3381
  }
3379
3382
  .counter-reset {
3380
- counter-reset: cnt1720116108939;
3383
+ counter-reset: cnt1720180604984;
3381
3384
  }
3382
3385
  .hyphens-auto {
3383
3386
  -webkit-hyphens: auto;
@@ -3775,7 +3778,7 @@ article.indexTextDS .indexTextHighlighted .link {
3775
3778
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3776
3779
  }
3777
3780
  .-ordered {
3778
- counter-increment: cnt1720116108939 1;
3781
+ counter-increment: cnt1720180604984 1;
3779
3782
  }
3780
3783
  .-ordered::before {
3781
3784
  position: absolute;
@@ -3791,7 +3794,7 @@ article.indexTextDS .indexTextHighlighted .link {
3791
3794
  letter-spacing: .0125em;
3792
3795
  --tw-text-opacity: 1;
3793
3796
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3794
- content: counter(cnt1720116108939);
3797
+ content: counter(cnt1720180604984);
3795
3798
  }
3796
3799
  /*! ****************************/
3797
3800
  /*! DataPolicy stuff */
@@ -1,5 +1,5 @@
1
1
  <div class="grid grid-page">
2
- <div class="grid bg-white dark:bg-black grid-article">
2
+ <div class="grid items-baseline bg-white dark:bg-black grid-article">
3
3
  {{> @partial-block }}
4
4
  </div>
5
5
  </div>
@@ -1,5 +1,5 @@
1
1
  <div class="grid grid-page">
2
- <div class="grid bg-white dark:bg-black grid-article">
2
+ <div class="grid items-baseline bg-white dark:bg-black grid-article">
3
3
  {{> @partial-block }}
4
4
  </div>
5
5
  </div>
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.77.4",
9
+ "version": "1.77.5",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,5 +1,5 @@
1
1
  <div class="grid grid-page">
2
- <div class="grid bg-white dark:bg-black grid-article">
2
+ <div class="grid items-baseline bg-white dark:bg-black grid-article">
3
3
  {{> @partial-block }}
4
4
  </div>
5
5
  </div>