hr-design-system-handlebars 1.114.135 → 1.114.136

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,16 @@
1
+ # v1.114.136 (Wed Apr 30 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Update font assets to use DINWebPro and deprecate old DINPro files [#1277](https://github.com/mumprod/hr-design-system-handlebars/pull/1277) ([@vascoeduardo](https://github.com/vascoeduardo) [@eduardo-hr](https://github.com/eduardo-hr))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@eduardo-hr](https://github.com/eduardo-hr)
10
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
11
+
12
+ ---
13
+
1
14
  # v1.114.135 (Fri Apr 25 2025)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -471,8 +471,7 @@ video {
471
471
  @font-face {
472
472
  font-family: 'DIN';
473
473
  font-display: auto;
474
- src: url('fonts/DINPro.woff2') format('woff2'),
475
- url('fonts/DINPro.woff') format('woff');
474
+ src: url('fonts/DINWebPro.woff') format('woff');
476
475
  font-weight: 400;
477
476
  font-style: normal;
478
477
  font-stretch: normal;
@@ -480,8 +479,7 @@ video {
480
479
  @font-face {
481
480
  font-family: 'DIN';
482
481
  font-display: auto;
483
- src: url('fonts/DINPro-Bold.woff2') format('woff2'),
484
- url('fonts/DINPro-Bold.woff') format('woff');
482
+ src: url('fonts/DINWebPro-Bold.woff') format('woff');
485
483
  font-weight: 700;
486
484
  font-style: normal;
487
485
  font-stretch: normal;
@@ -3887,7 +3885,7 @@ article #commentList {
3887
3885
  border-bottom-color: var(--color-secondary-ds);
3888
3886
  }
3889
3887
  .counter-reset {
3890
- counter-reset: cnt1745576631509;
3888
+ counter-reset: cnt1746015548932;
3891
3889
  }
3892
3890
  .animate-delay-100 {
3893
3891
  --tw-animate-delay: 100ms;
@@ -4348,7 +4346,7 @@ html { scroll-behavior: smooth; }
4348
4346
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4349
4347
  }
4350
4348
  .-ordered {
4351
- counter-increment: cnt1745576631509 1;
4349
+ counter-increment: cnt1746015548932 1;
4352
4350
  }
4353
4351
  .-ordered::before {
4354
4352
  position: absolute;
@@ -4366,7 +4364,7 @@ html { scroll-behavior: smooth; }
4366
4364
  --tw-text-opacity: 1;
4367
4365
  color: rgba(0, 0, 0, 1);
4368
4366
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4369
- content: counter(cnt1745576631509);
4367
+ content: counter(cnt1746015548932);
4370
4368
  }
4371
4369
  /*! ****************************/
4372
4370
  /*! DataPolicy stuff */
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.114.135",
9
+ "version": "1.114.136",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -5,8 +5,7 @@
5
5
  @font-face {
6
6
  font-family: 'DIN';
7
7
  font-display: auto;
8
- src: url('fonts/DINPro.woff2') format('woff2'),
9
- url('fonts/DINPro.woff') format('woff');
8
+ src: url('fonts/DINWebPro.woff') format('woff');
10
9
  font-weight: 400;
11
10
  font-style: normal;
12
11
  font-stretch: normal;
@@ -14,8 +13,7 @@
14
13
  @font-face {
15
14
  font-family: 'DIN';
16
15
  font-display: auto;
17
- src: url('fonts/DINPro-Bold.woff2') format('woff2'),
18
- url('fonts/DINPro-Bold.woff') format('woff');
16
+ src: url('fonts/DINWebPro-Bold.woff') format('woff');
19
17
  font-weight: 700;
20
18
  font-style: normal;
21
19
  font-stretch: normal;
Binary file