hr-design-system-handlebars 1.57.0 → 1.57.1

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.57.1 (Thu Feb 08 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Cheesebox design for Indextext [#831](https://github.com/mumprod/hr-design-system-handlebars/pull/831) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@Paul-Atreidis](https://github.com/Paul-Atreidis)
10
+
11
+ ---
12
+
1
13
  # v1.57.0 (Thu Feb 08 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -3305,7 +3305,7 @@ a.link:hover {
3305
3305
  border-bottom-color: var(--color-secondary-ds);
3306
3306
  }
3307
3307
  .counter-reset {
3308
- counter-reset: cnt1707397829445;
3308
+ counter-reset: cnt1707399927941;
3309
3309
  }
3310
3310
  .hyphens-auto {
3311
3311
  -webkit-hyphens: auto;
@@ -3607,7 +3607,7 @@ a.link:hover {
3607
3607
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3608
3608
  }
3609
3609
  .-ordered {
3610
- counter-increment: cnt1707397829445 1;
3610
+ counter-increment: cnt1707399927941 1;
3611
3611
  }
3612
3612
  .-ordered::before {
3613
3613
  position: absolute;
@@ -3623,7 +3623,7 @@ a.link:hover {
3623
3623
  letter-spacing: .0125em;
3624
3624
  --tw-text-opacity: 1;
3625
3625
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3626
- content: counter(cnt1707397829445);
3626
+ content: counter(cnt1707399927941);
3627
3627
  }
3628
3628
  /*! ****************************/
3629
3629
  /*! DataPolicy stuff */
@@ -1,5 +1,5 @@
1
1
  <article
2
- class='indexText mx-5 sm:mx-0 p-8 md:p-10 relative col-span-12 flex flex-col gap-x-4
2
+ class='indexText rounded-tl-hr rounded-br-hr mx-5 sm:mx-0 p-8 md:p-10 relative col-span-12 flex flex-col gap-x-4
3
3
  {{~inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}
4
4
  {{~inline-switch
5
5
  this.teaserType
@@ -1,5 +1,5 @@
1
1
  <article
2
- class='indexText mx-5 sm:mx-0 p-8 md:p-10 relative col-span-12 flex flex-col gap-x-4
2
+ class='indexText rounded-tl-hr rounded-br-hr mx-5 sm:mx-0 p-8 md:p-10 relative col-span-12 flex flex-col gap-x-4
3
3
  {{~inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}
4
4
  {{~inline-switch
5
5
  this.teaserType
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.57.0",
9
+ "version": "1.57.1",
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
  <article
2
- class='indexText mx-5 sm:mx-0 p-8 md:p-10 relative col-span-12 flex flex-col gap-x-4
2
+ class='indexText rounded-tl-hr rounded-br-hr mx-5 sm:mx-0 p-8 md:p-10 relative col-span-12 flex flex-col gap-x-4
3
3
  {{~inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}
4
4
  {{~inline-switch
5
5
  this.teaserType