hr-design-system-handlebars 1.63.11 → 1.63.12

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.63.12 (Fri Apr 12 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - less margin top in figure cation [#906](https://github.com/mumprod/hr-design-system-handlebars/pull/906) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.63.11 (Fri Apr 12 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3333,7 +3333,7 @@ article.indexTextDS .indexTextHighlighted .link {
3333
3333
  border-bottom-color: var(--color-secondary-ds);
3334
3334
  }
3335
3335
  .counter-reset {
3336
- counter-reset: cnt1712926533101;
3336
+ counter-reset: cnt1712929239066;
3337
3337
  }
3338
3338
  .hyphens-auto {
3339
3339
  -webkit-hyphens: auto;
@@ -3712,7 +3712,7 @@ article.indexTextDS .indexTextHighlighted .link {
3712
3712
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3713
3713
  }
3714
3714
  .-ordered {
3715
- counter-increment: cnt1712926533101 1;
3715
+ counter-increment: cnt1712929239066 1;
3716
3716
  }
3717
3717
  .-ordered::before {
3718
3718
  position: absolute;
@@ -3728,7 +3728,7 @@ article.indexTextDS .indexTextHighlighted .link {
3728
3728
  letter-spacing: .0125em;
3729
3729
  --tw-text-opacity: 1;
3730
3730
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3731
- content: counter(cnt1712926533101);
3731
+ content: counter(cnt1712929239066);
3732
3732
  }
3733
3733
  /*! ****************************/
3734
3734
  /*! DataPolicy stuff */
@@ -1,4 +1,4 @@
1
- <figcaption class="flex items-start mt-3 text-xs sm480:mt-4 sm480:text-sm font-headingSerif {{_cssClassCaption}}"
1
+ <figcaption class="flex items-start mt-3 text-xs sm480:text-sm font-headingSerif {{_cssClassCaption}}"
2
2
  x-data="{
3
3
  open: false,
4
4
  truncated: true,
@@ -1,4 +1,4 @@
1
- <figcaption class="flex items-start mt-3 text-xs sm480:mt-4 sm480:text-sm font-headingSerif {{_cssClassCaption}}"
1
+ <figcaption class="flex items-start mt-3 text-xs sm480:text-sm font-headingSerif {{_cssClassCaption}}"
2
2
  x-data="{
3
3
  open: false,
4
4
  truncated: true,
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.63.11",
9
+ "version": "1.63.12",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,4 +1,4 @@
1
- <figcaption class="flex items-start mt-3 text-xs sm480:mt-4 sm480:text-sm font-headingSerif {{_cssClassCaption}}"
1
+ <figcaption class="flex items-start mt-3 text-xs sm480:text-sm font-headingSerif {{_cssClassCaption}}"
2
2
  x-data="{
3
3
  open: false,
4
4
  truncated: true,