hr-design-system-handlebars 1.91.1 → 1.92.0

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.92.0 (Wed Aug 14 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - :bug: Set an initial height in copytext-ds__icon class so that [#1048](https://github.com/mumprod/hr-design-system-handlebars/pull/1048) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.91.1 (Tue Aug 13 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -1027,11 +1027,9 @@ article.indexTextDS .indexTextHighlighted .link {
1027
1027
  margin-top: -0.125rem;
1028
1028
  margin-left: 0.25rem;
1029
1029
  display: inline;
1030
- fill: currentColor;
1031
- }
1032
- .copytext-ds__box .copytext-ds__icon {
1033
1030
  height: 1.25rem;
1034
1031
  width: 1.25rem;
1032
+ fill: currentColor;
1035
1033
  }
1036
1034
  .copytext-ds__paragraph .copytext-ds__icon {
1037
1035
  height: 1.5rem;
@@ -3334,7 +3332,7 @@ article.indexTextDS .indexTextHighlighted .link {
3334
3332
  border-bottom-color: var(--color-secondary-ds);
3335
3333
  }
3336
3334
  .counter-reset {
3337
- counter-reset: cnt1723559328817;
3335
+ counter-reset: cnt1723623542167;
3338
3336
  }
3339
3337
  .hyphens-auto {
3340
3338
  -webkit-hyphens: auto;
@@ -3742,7 +3740,7 @@ article.indexTextDS .indexTextHighlighted .link {
3742
3740
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3743
3741
  }
3744
3742
  .-ordered {
3745
- counter-increment: cnt1723559328817 1;
3743
+ counter-increment: cnt1723623542167 1;
3746
3744
  }
3747
3745
  .-ordered::before {
3748
3746
  position: absolute;
@@ -3758,7 +3756,7 @@ article.indexTextDS .indexTextHighlighted .link {
3758
3756
  letter-spacing: .0125em;
3759
3757
  --tw-text-opacity: 1;
3760
3758
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3761
- content: counter(cnt1723559328817);
3759
+ content: counter(cnt1723623542167);
3762
3760
  }
3763
3761
  /*! ****************************/
3764
3762
  /*! DataPolicy stuff */
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.91.1",
9
+ "version": "1.92.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -316,13 +316,7 @@ article.indexTextDS .indexTextHighlighted .link {
316
316
  }
317
317
 
318
318
  &__icon {
319
- @apply inline -mt-0.5 fill-current ml-1;
320
- }
321
-
322
- &__box {
323
- .copytext-ds__icon {
324
- @apply w-5 h-5;
325
- }
319
+ @apply inline w-5 h-5 -mt-0.5 fill-current ml-1;
326
320
  }
327
321
 
328
322
  &__paragraph {