hr-design-system-handlebars 1.11.7 → 1.11.8

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.11.8 (Wed Apr 05 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - changed :class statement so text-white class is removed properly [#602](https://github.com/mumprod/hr-design-system-handlebars/pull/602) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.11.7 (Wed Apr 05 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2665,7 +2665,7 @@ video {
2665
2665
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2666
2666
  }
2667
2667
  .counter-reset {
2668
- counter-reset: cnt1680680990051;
2668
+ counter-reset: cnt1680699574036;
2669
2669
  }
2670
2670
  .line-clamp-4 {
2671
2671
  overflow: hidden;
@@ -2895,7 +2895,7 @@ video {
2895
2895
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2896
2896
  }
2897
2897
  .-ordered {
2898
- counter-increment: cnt1680680990051 1;
2898
+ counter-increment: cnt1680699574036 1;
2899
2899
  }
2900
2900
  .-ordered::before {
2901
2901
  position: absolute;
@@ -2911,7 +2911,7 @@ video {
2911
2911
  letter-spacing: .0125em;
2912
2912
  --tw-text-opacity: 1;
2913
2913
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2914
- content: counter(cnt1680680990051);
2914
+ content: counter(cnt1680699574036);
2915
2915
  }
2916
2916
  /*! ****************************/
2917
2917
  /*! text-shadow */
@@ -35,7 +35,7 @@
35
35
  <span class="sr-only lg:hidden">{{this.text}}</span>
36
36
  </div>
37
37
 
38
- <div :class="dropped ? 'text-blue-congress fill-current' : 'text-white fill-white'" class="relative flex-row items-center justify-center hidden pt-px text-white lg:flex z-10002">
38
+ <div :class="{'text-blue-congress fill-current': dropped,'text-white fill-white': !dropped}" class="relative flex-row items-center justify-center hidden pt-px text-white lg:flex z-10002">
39
39
  <div class="flex" >
40
40
  <span class="flex text-xs leading-4 whitespace-nowrap">
41
41
  {{text}}
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.11.7",
9
+ "version": "1.11.8",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -35,7 +35,7 @@
35
35
  <span class="sr-only lg:hidden">{{this.text}}</span>
36
36
  </div>
37
37
 
38
- <div :class="dropped ? 'text-blue-congress fill-current' : 'text-white fill-white'" class="relative flex-row items-center justify-center hidden pt-px text-white lg:flex z-10002">
38
+ <div :class="{'text-blue-congress fill-current': dropped,'text-white fill-white': !dropped}" class="relative flex-row items-center justify-center hidden pt-px text-white lg:flex z-10002">
39
39
  <div class="flex" >
40
40
  <span class="flex text-xs leading-4 whitespace-nowrap">
41
41
  {{text}}