hr-design-system-handlebars 1.110.0 → 1.110.2

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,27 @@
1
+ # v1.110.2 (Mon Oct 14 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - :recycle: Remove unused class space-around [#1105](https://github.com/mumprod/hr-design-system-handlebars/pull/1105) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
13
+ # v1.110.1 (Mon Oct 14 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - :recycle: Remove unused class breadcrumb-container [#1104](https://github.com/mumprod/hr-design-system-handlebars/pull/1104) ([@szuelch](https://github.com/szuelch))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@szuelch](https://github.com/szuelch)
22
+
23
+ ---
24
+
1
25
  # v1.110.0 (Mon Oct 14 2024)
2
26
 
3
27
  #### 🚀 Enhancement
@@ -3593,7 +3593,7 @@ article.indexTextDS .indexTextHighlighted .link {
3593
3593
  border-bottom-color: var(--color-secondary-ds);
3594
3594
  }
3595
3595
  .counter-reset {
3596
- counter-reset: cnt1728892860840;
3596
+ counter-reset: cnt1728897382852;
3597
3597
  }
3598
3598
  .placeholder-text-xs::-webkit-input-placeholder {
3599
3599
  font-size: 0.75rem;
@@ -4007,7 +4007,7 @@ article.indexTextDS .indexTextHighlighted .link {
4007
4007
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4008
4008
  }
4009
4009
  .-ordered {
4010
- counter-increment: cnt1728892860840 1;
4010
+ counter-increment: cnt1728897382852 1;
4011
4011
  }
4012
4012
  .-ordered::before {
4013
4013
  position: absolute;
@@ -4025,7 +4025,7 @@ article.indexTextDS .indexTextHighlighted .link {
4025
4025
  --tw-text-opacity: 1;
4026
4026
  color: rgba(0, 0, 0, 1);
4027
4027
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4028
- content: counter(cnt1728892860840);
4028
+ content: counter(cnt1728897382852);
4029
4029
  }
4030
4030
  /*! ****************************/
4031
4031
  /*! DataPolicy stuff */
@@ -1,5 +1,5 @@
1
1
  <div class="mt-2 text-base font-copy">
2
- <span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:inline "]'~}}'>
2
+ <span class='flex {{inline-switch _size '["25"]' '["hidden ","hidden md:inline "]'~}}'>
3
3
  {{~_text~}}
4
4
  </span>
5
5
  {{#if this.isExtOrBrandLink}}
@@ -1,5 +1,5 @@
1
1
  <div class="mt-2 text-base font-copy">
2
- <span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:inline "]'~}}'>
2
+ <span class='flex {{inline-switch _size '["25"]' '["hidden ","hidden md:inline "]'~}}'>
3
3
  {{~_text~}}
4
4
  </span>
5
5
  {{#if this.isExtOrBrandLink}}
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.110.0",
9
+ "version": "1.110.2",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -58,7 +58,7 @@ export default {
58
58
  decorators: [
59
59
  (Story) => {
60
60
  return `
61
- <div class="breadcrumb-container grid grid-page">
61
+ <div class="grid grid-page">
62
62
  <div class="grid-cols-12 py-6 col-full sm:px-9.5 sm:col-main">
63
63
  ${Story()}
64
64
  </div>
@@ -1,5 +1,5 @@
1
1
  <div class="mt-2 text-base font-copy">
2
- <span class='flex space-around {{inline-switch _size '["25"]' '["hidden ","hidden md:inline "]'~}}'>
2
+ <span class='flex {{inline-switch _size '["25"]' '["hidden ","hidden md:inline "]'~}}'>
3
3
  {{~_text~}}
4
4
  </span>
5
5
  {{#if this.isExtOrBrandLink}}