hr-design-system-handlebars 1.103.3 → 1.103.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.103.5 (Wed Oct 02 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - - align items to start of grid in article element [#1085](https://github.com/mumprod/hr-design-system-handlebars/pull/1085) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.103.3 (Tue Oct 01 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2059,9 +2059,6 @@ article.indexTextDS .indexTextHighlighted .link {
2059
2059
  .items-center {
2060
2060
  align-items: center;
2061
2061
  }
2062
- .items-baseline {
2063
- align-items: baseline;
2064
- }
2065
2062
  .items-stretch {
2066
2063
  align-items: stretch;
2067
2064
  }
@@ -3504,7 +3501,7 @@ article.indexTextDS .indexTextHighlighted .link {
3504
3501
  border-bottom-color: var(--color-secondary-ds);
3505
3502
  }
3506
3503
  .counter-reset {
3507
- counter-reset: cnt1727778755028;
3504
+ counter-reset: cnt1727864887124;
3508
3505
  }
3509
3506
  .hyphens-auto {
3510
3507
  -webkit-hyphens: auto;
@@ -3912,7 +3909,7 @@ article.indexTextDS .indexTextHighlighted .link {
3912
3909
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3913
3910
  }
3914
3911
  .-ordered {
3915
- counter-increment: cnt1727778755028 1;
3912
+ counter-increment: cnt1727864887124 1;
3916
3913
  }
3917
3914
  .-ordered::before {
3918
3915
  position: absolute;
@@ -3928,7 +3925,7 @@ article.indexTextDS .indexTextHighlighted .link {
3928
3925
  letter-spacing: .0125em;
3929
3926
  --tw-text-opacity: 1;
3930
3927
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3931
- content: counter(cnt1727778755028);
3928
+ content: counter(cnt1727864887124);
3932
3929
  }
3933
3930
  /*! ****************************/
3934
3931
  /*! DataPolicy stuff */
@@ -1,5 +1,5 @@
1
1
  <div class="grid grid-page{{#if _webview}} mt-4 sm:mt-0{{/if}}">
2
- <{{#if _isArticle}}article{{else}}div{{/if}} class="grid items-baseline bg-white dark:bg-black grid-article">
2
+ <{{#if _isArticle}}article{{else}}div{{/if}} class="grid items-start bg-white dark:bg-black grid-article">
3
3
  {{> @partial-block }}
4
4
  </{{#if _isArticle}}article{{else}}div{{/if}}>
5
5
  </div>
@@ -1,5 +1,5 @@
1
1
  <div class="grid grid-page{{#if _webview}} mt-4 sm:mt-0{{/if}}">
2
- <{{#if _isArticle}}article{{else}}div{{/if}} class="grid items-baseline bg-white dark:bg-black grid-article">
2
+ <{{#if _isArticle}}article{{else}}div{{/if}} class="grid items-start bg-white dark:bg-black grid-article">
3
3
  {{> @partial-block }}
4
4
  </{{#if _isArticle}}article{{else}}div{{/if}}>
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.103.3",
9
+ "version": "1.103.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{{#if _webview}} mt-4 sm:mt-0{{/if}}">
2
- <{{#if _isArticle}}article{{else}}div{{/if}} class="grid items-baseline bg-white dark:bg-black grid-article">
2
+ <{{#if _isArticle}}article{{else}}div{{/if}} class="grid items-start bg-white dark:bg-black grid-article">
3
3
  {{> @partial-block }}
4
4
  </{{#if _isArticle}}article{{else}}div{{/if}}>
5
5
  </div>