hr-design-system-handlebars 1.59.4 → 1.59.5

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.59.5 (Fri Feb 23 2024)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - changed diffThreshold to 0.25 for testing ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.59.4 (Fri Feb 23 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3254,7 +3254,7 @@ article.indexText ul {
3254
3254
  border-bottom-color: var(--color-secondary-ds);
3255
3255
  }
3256
3256
  .counter-reset {
3257
- counter-reset: cnt1708694632505;
3257
+ counter-reset: cnt1708700248283;
3258
3258
  }
3259
3259
  .hyphens-auto {
3260
3260
  -webkit-hyphens: auto;
@@ -3577,7 +3577,7 @@ article.indexText ul {
3577
3577
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3578
3578
  }
3579
3579
  .-ordered {
3580
- counter-increment: cnt1708694632505 1;
3580
+ counter-increment: cnt1708700248283 1;
3581
3581
  }
3582
3582
  .-ordered::before {
3583
3583
  position: absolute;
@@ -3593,7 +3593,7 @@ article.indexText ul {
3593
3593
  letter-spacing: .0125em;
3594
3594
  --tw-text-opacity: 1;
3595
3595
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3596
- content: counter(cnt1708694632505);
3596
+ content: counter(cnt1708700248283);
3597
3597
  }
3598
3598
  /*! ****************************/
3599
3599
  /*! 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.59.4",
9
+ "version": "1.59.5",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -30,6 +30,7 @@ export default {
30
30
  parameters: {
31
31
  chromatic: {
32
32
  viewports: [360, 768, 1024],
33
+ diffThreshold: 0.25,
33
34
  },
34
35
 
35
36
  layout: 'fullscreen',
@@ -16,6 +16,7 @@ export default {
16
16
  parameters: {
17
17
  chromatic: {
18
18
  viewports: [360, 768, 1024],
19
+ diffThreshold: 0.25,
19
20
  },
20
21
 
21
22
  layout: 'fullscreen',
@@ -27,7 +27,7 @@ export default {
27
27
  parameters: {
28
28
  chromatic: {
29
29
  viewports: [360, 768, 1024],
30
- diffThreshold: 0.5,
30
+ diffThreshold: 0.25,
31
31
  },
32
32
 
33
33
  layout: 'fullscreen',
@@ -30,7 +30,7 @@ export default {
30
30
 
31
31
  chromatic: {
32
32
  viewports: [360, 1024],
33
- diffThreshold: 0.5,
33
+ diffThreshold: 0.25,
34
34
  },
35
35
  },
36
36
 
@@ -18,7 +18,7 @@ export default {
18
18
  layout: 'fullscreen',
19
19
 
20
20
  chromatic: {
21
- diffThreshold: 0.5,
21
+ diffThreshold: 0.25,
22
22
  },
23
23
  },
24
24
 
@@ -20,7 +20,7 @@ export default {
20
20
 
21
21
  chromatic: {
22
22
  viewports: [360, 768, 1024],
23
- diffThreshold: 0.5,
23
+ diffThreshold: 0.25,
24
24
  },
25
25
  },
26
26
 
@@ -34,7 +34,7 @@ export default {
34
34
 
35
35
  chromatic: {
36
36
  viewports: [360, 1024],
37
- diffThreshold: 0.5,
37
+ diffThreshold: 0.25,
38
38
  },
39
39
  },
40
40
 
@@ -26,7 +26,7 @@ export default {
26
26
  layout: 'fullscreen',
27
27
 
28
28
  chromatic: {
29
- diffThreshold: 0.5,
29
+ diffThreshold: 0.25,
30
30
  },
31
31
  },
32
32
 
@@ -34,7 +34,7 @@ export default {
34
34
 
35
35
  chromatic: {
36
36
  viewports: [360, 1024],
37
- diffThreshold: 0.5,
37
+ diffThreshold: 0.25,
38
38
  },
39
39
  },
40
40