hr-design-system-handlebars 1.50.30 → 1.50.32

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.
@@ -3198,7 +3198,7 @@ article.indexText ul {
3198
3198
  border-bottom-color: var(--color-secondary-ds);
3199
3199
  }
3200
3200
  .counter-reset {
3201
- counter-reset: cnt1701707429853;
3201
+ counter-reset: cnt1701727551511;
3202
3202
  }
3203
3203
  .hyphens-auto {
3204
3204
  -webkit-hyphens: auto;
@@ -3459,7 +3459,7 @@ article.indexText ul {
3459
3459
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3460
3460
  }
3461
3461
  .-ordered {
3462
- counter-increment: cnt1701707429853 1;
3462
+ counter-increment: cnt1701727551511 1;
3463
3463
  }
3464
3464
  .-ordered::before {
3465
3465
  position: absolute;
@@ -3475,7 +3475,7 @@ article.indexText ul {
3475
3475
  letter-spacing: .0125em;
3476
3476
  --tw-text-opacity: 1;
3477
3477
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3478
- content: counter(cnt1701707429853);
3478
+ content: counter(cnt1701727551511);
3479
3479
  }
3480
3480
  /*! ****************************/
3481
3481
  /*! 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.50.30",
9
+ "version": "1.50.32",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",