hr-design-system-handlebars 0.121.7 → 0.121.8

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.
@@ -24,4 +24,3 @@ jobs:
24
24
  #👇 Chromatic projectToken, see https://storybook.js.org/tutorials/design-systems-for-developers/react/en/review/ to obtain it
25
25
  projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
26
26
  token: ${{ secrets.GITHUB_TOKEN }}
27
- onlyChanged: true
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # v0.121.8 (Tue Jan 24 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Change clusterTeaser-Headline fontsize to 14px [#499](https://github.com/mumprod/hr-design-system-handlebars/pull/499) (saad.elbaciri@hr.de [@szuelch](https://github.com/szuelch) [@vascoeduardo](https://github.com/vascoeduardo) [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 4
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
11
+ - selbaciri (saad.elbaciri@hr.de)
12
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
13
+
14
+ ---
15
+
1
16
  # v0.121.7 (Tue Jan 24 2023)
2
17
 
3
18
  #### 🐛 Bug Fix
@@ -2477,7 +2477,7 @@ video {
2477
2477
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2478
2478
  }
2479
2479
  .counter-reset {
2480
- counter-reset: cnt1674569535467;
2480
+ counter-reset: cnt1674571086594;
2481
2481
  }
2482
2482
  .line-clamp-4 {
2483
2483
  overflow: hidden;
@@ -2695,7 +2695,7 @@ video {
2695
2695
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2696
2696
  }
2697
2697
  .-ordered {
2698
- counter-increment: cnt1674569535467 1;
2698
+ counter-increment: cnt1674571086594 1;
2699
2699
  }
2700
2700
  .-ordered::before {
2701
2701
  position: absolute;
@@ -2711,7 +2711,7 @@ video {
2711
2711
  letter-spacing: .0125em;
2712
2712
  --tw-text-opacity: 1;
2713
2713
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2714
- content: counter(cnt1674569535467);
2714
+ content: counter(cnt1674571086594);
2715
2715
  }
2716
2716
  /*! ****************************/
2717
2717
  /*! text-shadow */
@@ -83,9 +83,9 @@ the 4 parameters are:
83
83
  {{~/case~}}
84
84
  {{~#case 'cluster'~}}
85
85
  {{#if _firstItem}}
86
- {{~inline-switch _size '["100"]' '[" text-base md:text-2xl"," text-base"]'}}
86
+ {{~inline-switch _size '["100"]' '[" text-sm md:text-2xl"," text-sm"]'}}
87
87
  {{else}}
88
- text-base
88
+ text-sm
89
89
  {{/if}}
90
90
  {{~/case~}}
91
91
  {{~#case 'stage'~}}
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.121.7",
9
+ "version": "0.121.8",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -83,9 +83,9 @@ the 4 parameters are:
83
83
  {{~/case~}}
84
84
  {{~#case 'cluster'~}}
85
85
  {{#if _firstItem}}
86
- {{~inline-switch _size '["100"]' '[" text-base md:text-2xl"," text-base"]'}}
86
+ {{~inline-switch _size '["100"]' '[" text-sm md:text-2xl"," text-sm"]'}}
87
87
  {{else}}
88
- text-base
88
+ text-sm
89
89
  {{/if}}
90
90
  {{~/case~}}
91
91
  {{~#case 'stage'~}}