hr-design-system-handlebars 1.23.0 → 1.23.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
+ # v1.23.1 (Mon May 15 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - - changed Merriweather to RobotoSlab in Typography Documentation [#634](https://github.com/mumprod/hr-design-system-handlebars/pull/634) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.23.0 (Thu May 11 2023)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -2688,7 +2688,7 @@ video {
2688
2688
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2689
2689
  }
2690
2690
  .counter-reset {
2691
- counter-reset: cnt1683797606438;
2691
+ counter-reset: cnt1684135221294;
2692
2692
  }
2693
2693
  .hyphens-auto {
2694
2694
  -webkit-hyphens: auto;
@@ -2930,7 +2930,7 @@ video {
2930
2930
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2931
2931
  }
2932
2932
  .-ordered {
2933
- counter-increment: cnt1683797606438 1;
2933
+ counter-increment: cnt1684135221294 1;
2934
2934
  }
2935
2935
  .-ordered::before {
2936
2936
  position: absolute;
@@ -2946,7 +2946,7 @@ video {
2946
2946
  letter-spacing: .0125em;
2947
2947
  --tw-text-opacity: 1;
2948
2948
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2949
- content: counter(cnt1683797606438);
2949
+ content: counter(cnt1684135221294);
2950
2950
  }
2951
2951
  /*! ****************************/
2952
2952
  /*! text-shadow */
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.23.0",
9
+ "version": "1.23.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -6,7 +6,7 @@ import { Meta } from '@storybook/addon-docs'
6
6
 
7
7
  In den Webauftritten des Hessischen Rundfunks werden drei unterschiedliche Schriftarten verwendet. Fließtexte (Artikel, Anreißertexte von Teasern, Navigationsmenü Punkte, etc.) gebrauchen
8
8
  die Schriftart **DIN**. Überschriften werden mit **Roboto** ausgezeichnet und Metainformationen (Copyright Hinweise, Datumsangaben bei Teasern, etc.) nutzen die Schriftart
9
- **Merriweather**.
9
+ **RobotoSlab**.
10
10
 
11
11
  ## Fließtexte
12
12