hr-design-system-handlebars 1.105.1 → 1.105.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,15 @@
1
+ # v1.105.2 (Wed Oct 09 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - remove unnecessary css [#1094](https://github.com/mumprod/hr-design-system-handlebars/pull/1094) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.105.1 (Mon Oct 07 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3494,7 +3494,7 @@ article.indexTextDS .indexTextHighlighted .link {
3494
3494
  border-bottom-color: var(--color-secondary-ds);
3495
3495
  }
3496
3496
  .counter-reset {
3497
- counter-reset: cnt1728316535820;
3497
+ counter-reset: cnt1728465262023;
3498
3498
  }
3499
3499
  .hyphens-auto {
3500
3500
  -webkit-hyphens: auto;
@@ -3902,7 +3902,7 @@ article.indexTextDS .indexTextHighlighted .link {
3902
3902
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3903
3903
  }
3904
3904
  .-ordered {
3905
- counter-increment: cnt1728316535820 1;
3905
+ counter-increment: cnt1728465262023 1;
3906
3906
  }
3907
3907
  .-ordered::before {
3908
3908
  position: absolute;
@@ -3918,7 +3918,7 @@ article.indexTextDS .indexTextHighlighted .link {
3918
3918
  letter-spacing: .0125em;
3919
3919
  --tw-text-opacity: 1;
3920
3920
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3921
- content: counter(cnt1728316535820);
3921
+ content: counter(cnt1728465262023);
3922
3922
  }
3923
3923
  /*! ****************************/
3924
3924
  /*! DataPolicy stuff */
@@ -23,7 +23,7 @@
23
23
  {{~inline-switch
24
24
  _variant
25
25
  '["primary","secondary","tertiary","icon-button"]'
26
- '[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button active:bg-button-primary--inverted"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
26
+ '[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-inverted--dark"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-inverted--dark"," border bg-transparent border-transparent text-button active:bg-button-inverted--dark"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
27
27
  ~}}
28
28
  {{/if}}
29
29
  {{/if}}
@@ -2,7 +2,7 @@
2
2
  x-show="tab === '{{this.groupTitle}}'"
3
3
  class="pb-10"
4
4
  >
5
- <div class="grid items-start content-start grid-cols-12 px-0 sm:px-10 colspan-12 gap-x-6 gap-y-6">
5
+ <div class="grid items-start content-start grid-cols-12 px-0 sm:px-10 gap-x-6 gap-y-6">
6
6
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
7
7
  </div>
8
8
  {{~#if this.link~}}
@@ -23,7 +23,7 @@
23
23
  {{~inline-switch
24
24
  _variant
25
25
  '["primary","secondary","tertiary","icon-button"]'
26
- '[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button active:bg-button-primary--inverted"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
26
+ '[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-inverted--dark"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-inverted--dark"," border bg-transparent border-transparent text-button active:bg-button-inverted--dark"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
27
27
  ~}}
28
28
  {{/if}}
29
29
  {{/if}}
@@ -2,7 +2,7 @@
2
2
  x-show="tab === '{{this.groupTitle}}'"
3
3
  class="pb-10"
4
4
  >
5
- <div class="grid items-start content-start grid-cols-12 px-0 sm:px-10 colspan-12 gap-x-6 gap-y-6">
5
+ <div class="grid items-start content-start grid-cols-12 px-0 sm:px-10 gap-x-6 gap-y-6">
6
6
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
7
7
  </div>
8
8
  {{~#if this.link~}}
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.105.1",
9
+ "version": "1.105.2",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -23,7 +23,7 @@
23
23
  {{~inline-switch
24
24
  _variant
25
25
  '["primary","secondary","tertiary","icon-button"]'
26
- '[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-primary--inverted"," border bg-transparent border-transparent text-button active:bg-button-primary--inverted"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
26
+ '[" border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "," border text-button border-button hover:bg-button-inverted active:bg-button-inverted--dark"," border bg-transparent border-transparent text-button hover:bg-button-inverted hover:border-button active:bg-button-inverted--dark"," border bg-transparent border-transparent text-button active:bg-button-inverted--dark"," border text-button-inverted bg-button border-button hover:bg-button--dark hover:border-button--dark active:bg-button--dark "]'
27
27
  ~}}
28
28
  {{/if}}
29
29
  {{/if}}
@@ -2,7 +2,7 @@
2
2
  x-show="tab === '{{this.groupTitle}}'"
3
3
  class="pb-10"
4
4
  >
5
- <div class="grid items-start content-start grid-cols-12 px-0 sm:px-10 colspan-12 gap-x-6 gap-y-6">
5
+ <div class="grid items-start content-start grid-cols-12 px-0 sm:px-10 gap-x-6 gap-y-6">
6
6
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
7
7
  </div>
8
8
  {{~#if this.link~}}