hr-design-system-handlebars 0.96.0 → 0.96.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
+ # v0.96.1 (Thu Dec 01 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add margin to Button in Tabbox-Teaser [#412](https://github.com/mumprod/hr-design-system-handlebars/pull/412) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v0.96.0 (Thu Dec 01 2022)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -2259,7 +2259,7 @@ video {
2259
2259
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2260
2260
  }
2261
2261
  .counter-reset {
2262
- counter-reset: cnt1669908627308;
2262
+ counter-reset: cnt1669912552732;
2263
2263
  }
2264
2264
  .line-clamp-4 {
2265
2265
  overflow: hidden;
@@ -2659,7 +2659,7 @@ video {
2659
2659
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2660
2660
  }
2661
2661
  .-ordered {
2662
- counter-increment: cnt1669908627308 1;
2662
+ counter-increment: cnt1669912552732 1;
2663
2663
  }
2664
2664
  .-ordered::before {
2665
2665
  position: absolute;
@@ -2675,7 +2675,7 @@ video {
2675
2675
  letter-spacing: .0125em;
2676
2676
  --tw-text-opacity: 1;
2677
2677
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2678
- content: counter(cnt1669908627308);
2678
+ content: counter(cnt1669912552732);
2679
2679
  }
2680
2680
  .\[-T\:\+Z\] {
2681
2681
  --t: +Z;
@@ -21,4 +21,26 @@
21
21
  ~}}
22
22
  {{~/if~}}
23
23
  {{~/case~}}
24
+ {{~#case 'tabbox-standard-ds'~}}
25
+ {{~#if _isMobile1to1~}}
26
+ {{~inline-switch
27
+ _teaserSize '["25","33"]' '[" my-2 mx-2"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2 md:my-5 md:mx-5 "]'
28
+ ~}}
29
+ {{~else~}}
30
+ {{~inline-switch
31
+ _teaserSize '["25","33"]' '[" my-2 mx-2"," my-5 mx-5 md:my-3 md:mx-3"," my-5 mx-5"]'
32
+ ~}}
33
+ {{~/if~}}
34
+ {{~/case~}}
35
+ {{~#case 'tabbox-alternative-ds'~}}
36
+ {{~#if _isMobile1to1~}}
37
+ {{~inline-switch
38
+ _teaserSize '["hero","100","50"]' '[" my-2 mx-2 md:my-5 md:mx-5"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2"]'
39
+ ~}}
40
+ {{~else~}}
41
+ {{~inline-switch
42
+ _teaserSize '["hero","100","50"]' '[" my-5 mx-5"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2"]'
43
+ ~}}
44
+ {{~/if~}}
45
+ {{~/case~}}
24
46
  {{~/switch~}}
@@ -1,4 +1,5 @@
1
1
  <section
2
+ x-cloak
2
3
  x-show="tab === '{{this.groupTitle}}'"
3
4
  class="pb-10"
4
5
  >
@@ -1,5 +1,6 @@
1
1
  </div>
2
2
  <div
3
+ x-cloak
3
4
  x-data="{ tab: '{{this.tabbedGroup.[0].title}}' }"
4
5
  class="grid grid-cols-12 pt-6 mx-0 col-full md:pt-7 bg-blue-accented md:rounded-tl-3xl md:rounded-br-3xl md:col-main gap-x-6 gap-y-6"
5
6
  >
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": "0.96.0",
9
+ "version": "0.96.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -21,4 +21,26 @@
21
21
  ~}}
22
22
  {{~/if~}}
23
23
  {{~/case~}}
24
+ {{~#case 'tabbox-standard-ds'~}}
25
+ {{~#if _isMobile1to1~}}
26
+ {{~inline-switch
27
+ _teaserSize '["25","33"]' '[" my-2 mx-2"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2 md:my-5 md:mx-5 "]'
28
+ ~}}
29
+ {{~else~}}
30
+ {{~inline-switch
31
+ _teaserSize '["25","33"]' '[" my-2 mx-2"," my-5 mx-5 md:my-3 md:mx-3"," my-5 mx-5"]'
32
+ ~}}
33
+ {{~/if~}}
34
+ {{~/case~}}
35
+ {{~#case 'tabbox-alternative-ds'~}}
36
+ {{~#if _isMobile1to1~}}
37
+ {{~inline-switch
38
+ _teaserSize '["hero","100","50"]' '[" my-2 mx-2 md:my-5 md:mx-5"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2"]'
39
+ ~}}
40
+ {{~else~}}
41
+ {{~inline-switch
42
+ _teaserSize '["hero","100","50"]' '[" my-5 mx-5"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2"]'
43
+ ~}}
44
+ {{~/if~}}
45
+ {{~/case~}}
24
46
  {{~/switch~}}
@@ -1,4 +1,5 @@
1
1
  <section
2
+ x-cloak
2
3
  x-show="tab === '{{this.groupTitle}}'"
3
4
  class="pb-10"
4
5
  >
@@ -1,5 +1,6 @@
1
1
  </div>
2
2
  <div
3
+ x-cloak
3
4
  x-data="{ tab: '{{this.tabbedGroup.[0].title}}' }"
4
5
  class="grid grid-cols-12 pt-6 mx-0 col-full md:pt-7 bg-blue-accented md:rounded-tl-3xl md:rounded-br-3xl md:col-main gap-x-6 gap-y-6"
5
6
  >