hr-design-system-handlebars 1.50.36 → 1.50.37

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.37 (Wed Dec 06 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - DPE-2694 [#781](https://github.com/mumprod/hr-design-system-handlebars/pull/781) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.50.36 (Tue Dec 05 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1163,6 +1163,9 @@ article.indexText ul {
1163
1163
  .order-4 {
1164
1164
  order: 4;
1165
1165
  }
1166
+ .order-5 {
1167
+ order: 5;
1168
+ }
1166
1169
  .order-first {
1167
1170
  order: -9999;
1168
1171
  }
@@ -1502,6 +1505,9 @@ article.indexText ul {
1502
1505
  .h-12 {
1503
1506
  height: 3rem;
1504
1507
  }
1508
+ .h-16 {
1509
+ height: 4rem;
1510
+ }
1505
1511
  .h-2 {
1506
1512
  height: 0.5rem;
1507
1513
  }
@@ -3202,7 +3208,7 @@ article.indexText ul {
3202
3208
  border-bottom-color: var(--color-secondary-ds);
3203
3209
  }
3204
3210
  .counter-reset {
3205
- counter-reset: cnt1701791350665;
3211
+ counter-reset: cnt1701862382614;
3206
3212
  }
3207
3213
  .hyphens-auto {
3208
3214
  -webkit-hyphens: auto;
@@ -3463,7 +3469,7 @@ article.indexText ul {
3463
3469
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3464
3470
  }
3465
3471
  .-ordered {
3466
- counter-increment: cnt1701791350665 1;
3472
+ counter-increment: cnt1701862382614 1;
3467
3473
  }
3468
3474
  .-ordered::before {
3469
3475
  position: absolute;
@@ -3479,7 +3485,7 @@ article.indexText ul {
3479
3485
  letter-spacing: .0125em;
3480
3486
  --tw-text-opacity: 1;
3481
3487
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3482
- content: counter(cnt1701791350665);
3488
+ content: counter(cnt1701862382614);
3483
3489
  }
3484
3490
  /*! ****************************/
3485
3491
  /*! DataPolicy stuff */
@@ -119,5 +119,8 @@
119
119
  {{/components/banner/header/byline }}
120
120
  {{/components/banner/header/title_background }}
121
121
  {{/components/banner/header/banner_overlay }}
122
- {{/components/banner/header/banner_wrapper }}
123
- </div>
122
+ {{/components/banner/header/banner_wrapper }}
123
+ <div class="z-10 grid order-5 grid-page">
124
+ <div class="h-16 py-2 bg-white col-full sm:col-main">
125
+ </div>
126
+ </div>
@@ -1,6 +1,6 @@
1
1
  <div class="grid grid-page w-full order-2{{#if _hasBannerImage}} overflow-hidden -image{{else}} -text{{/if}}{{~#if _hideOnMobile}} -hideOnMobile{{/if}}">
2
- <div role="banner" class="grid col-full sm:col-main relative{{#unless _hasBannerImage}} px-4 md:px-5 lg:px-10 border-b border-gray-boulder pb-4 bg-white dark:bg-black{{/unless}}">
3
- <div class="relative {{#if _hasBannerImage}}-hasImage{{~#if _hideOnMobile}} aspect-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27{{/if}}{{/if}}">
2
+ <div role="banner" class="grid col-full sm:col-main relative{{#unless _hasBannerImage}} px-4 md:px-5 lg:px-10 bg-white dark:bg-black{{/unless}}">
3
+ <div class="relative {{#if _hasBannerImage}}-hasImage{{~#if _hideOnMobile}} aspect-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27{{/if}}{{else}}pb-4 border-b border-gray-boulder{{/if}}">
4
4
  {{> @partial-block }}
5
5
  </div>
6
6
  </div>
@@ -119,5 +119,8 @@
119
119
  {{/components/banner/header/byline }}
120
120
  {{/components/banner/header/title_background }}
121
121
  {{/components/banner/header/banner_overlay }}
122
- {{/components/banner/header/banner_wrapper }}
123
- </div>
122
+ {{/components/banner/header/banner_wrapper }}
123
+ <div class="z-10 grid order-5 grid-page">
124
+ <div class="h-16 py-2 bg-white col-full sm:col-main">
125
+ </div>
126
+ </div>
@@ -1,6 +1,6 @@
1
1
  <div class="grid grid-page w-full order-2{{#if _hasBannerImage}} overflow-hidden -image{{else}} -text{{/if}}{{~#if _hideOnMobile}} -hideOnMobile{{/if}}">
2
- <div role="banner" class="grid col-full sm:col-main relative{{#unless _hasBannerImage}} px-4 md:px-5 lg:px-10 border-b border-gray-boulder pb-4 bg-white dark:bg-black{{/unless}}">
3
- <div class="relative {{#if _hasBannerImage}}-hasImage{{~#if _hideOnMobile}} aspect-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27{{/if}}{{/if}}">
2
+ <div role="banner" class="grid col-full sm:col-main relative{{#unless _hasBannerImage}} px-4 md:px-5 lg:px-10 bg-white dark:bg-black{{/unless}}">
3
+ <div class="relative {{#if _hasBannerImage}}-hasImage{{~#if _hideOnMobile}} aspect-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27{{/if}}{{else}}pb-4 border-b border-gray-boulder{{/if}}">
4
4
  {{> @partial-block }}
5
5
  </div>
6
6
  </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.50.36",
9
+ "version": "1.50.37",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -119,5 +119,8 @@
119
119
  {{/components/banner/header/byline }}
120
120
  {{/components/banner/header/title_background }}
121
121
  {{/components/banner/header/banner_overlay }}
122
- {{/components/banner/header/banner_wrapper }}
123
- </div>
122
+ {{/components/banner/header/banner_wrapper }}
123
+ <div class="z-10 grid order-5 grid-page">
124
+ <div class="h-16 py-2 bg-white col-full sm:col-main">
125
+ </div>
126
+ </div>
@@ -1,6 +1,6 @@
1
1
  <div class="grid grid-page w-full order-2{{#if _hasBannerImage}} overflow-hidden -image{{else}} -text{{/if}}{{~#if _hideOnMobile}} -hideOnMobile{{/if}}">
2
- <div role="banner" class="grid col-full sm:col-main relative{{#unless _hasBannerImage}} px-4 md:px-5 lg:px-10 border-b border-gray-boulder pb-4 bg-white dark:bg-black{{/unless}}">
3
- <div class="relative {{#if _hasBannerImage}}-hasImage{{~#if _hideOnMobile}} aspect-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27{{/if}}{{/if}}">
2
+ <div role="banner" class="grid col-full sm:col-main relative{{#unless _hasBannerImage}} px-4 md:px-5 lg:px-10 bg-white dark:bg-black{{/unless}}">
3
+ <div class="relative {{#if _hasBannerImage}}-hasImage{{~#if _hideOnMobile}} aspect-auto bg-white dark:bg-black{{else}} ar-16-9 sm480:ar-16-7 md:ar-100-27{{/if}}{{else}}pb-4 border-b border-gray-boulder{{/if}}">
4
4
  {{> @partial-block }}
5
5
  </div>
6
6
  </div>