hr-design-system-handlebars 0.67.0 → 0.67.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
+ # v0.67.1 (Thu Oct 20 2022)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - Update Readme for macro ([@mariokinzel](https://github.com/mariokinzel))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@mariokinzel](https://github.com/mariokinzel)
10
+
11
+ ---
12
+
1
13
  # v0.67.0 (Wed Oct 19 2022)
2
14
 
3
15
  #### 🚀 Enhancement
package/README.md CHANGED
@@ -68,7 +68,7 @@ settings.json
68
68
  "workbench.action.terminal.focusPreviousPane",
69
69
  {
70
70
  "command": "workbench.action.terminal.sendSequence",
71
- "args": { "text": "npm run storybook-only\r" }
71
+ "args": { "text": "npm run storybook\r" }
72
72
  },
73
73
  "workbench.action.terminal.focusNextPane",
74
74
  {
@@ -2041,7 +2041,7 @@ video {
2041
2041
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2042
2042
  }
2043
2043
  .counter-reset {
2044
- counter-reset: cnt1666178020238;
2044
+ counter-reset: cnt1666255359085;
2045
2045
  }
2046
2046
  .line-clamp-4 {
2047
2047
  overflow: hidden;
@@ -2430,7 +2430,7 @@ video {
2430
2430
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2431
2431
  }
2432
2432
  .-ordered {
2433
- counter-increment: cnt1666178020238 1;
2433
+ counter-increment: cnt1666255359085 1;
2434
2434
  }
2435
2435
  .-ordered::before {
2436
2436
  position: absolute;
@@ -2447,7 +2447,7 @@ video {
2447
2447
  letter-spacing: .0125em;
2448
2448
  --tw-text-opacity: 1;
2449
2449
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2450
- content: counter(cnt1666178020238);
2450
+ content: counter(cnt1666255359085);
2451
2451
  }
2452
2452
  /*! purgecss start ignore */
2453
2453
  :root,
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.67.0",
9
+ "version": "0.67.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",