hr-design-system-handlebars 1.114.6 → 1.114.7

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.114.7 (Tue Nov 12 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix voting-js error [#1155](https://github.com/mumprod/hr-design-system-handlebars/pull/1155) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.114.6 (Mon Nov 11 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3687,7 +3687,7 @@ article.indexTextDS .indexTextHighlighted .link {
3687
3687
  border-bottom-color: var(--color-secondary-ds);
3688
3688
  }
3689
3689
  .counter-reset {
3690
- counter-reset: cnt1731349218923;
3690
+ counter-reset: cnt1731407006715;
3691
3691
  }
3692
3692
  .placeholder-text-xs::-webkit-input-placeholder {
3693
3693
  font-size: 0.75rem;
@@ -4101,7 +4101,7 @@ article.indexTextDS .indexTextHighlighted .link {
4101
4101
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4102
4102
  }
4103
4103
  .-ordered {
4104
- counter-increment: cnt1731349218923 1;
4104
+ counter-increment: cnt1731407006715 1;
4105
4105
  }
4106
4106
  .-ordered::before {
4107
4107
  position: absolute;
@@ -4119,7 +4119,7 @@ article.indexTextDS .indexTextHighlighted .link {
4119
4119
  --tw-text-opacity: 1;
4120
4120
  color: rgba(0, 0, 0, 1);
4121
4121
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4122
- content: counter(cnt1731349218923);
4122
+ content: counter(cnt1731407006715);
4123
4123
  }
4124
4124
  /*! ****************************/
4125
4125
  /*! DataPolicy stuff */
@@ -70,7 +70,7 @@ const Voting = (context) => {
70
70
  replaceAnimated(
71
71
  votingWrapper,
72
72
  hr$('.js-errorMessage', rootElement)[0].innerHTML,
73
- true,
73
+ false,
74
74
  scrollIntoVoting
75
75
  )
76
76
  break
@@ -78,7 +78,7 @@ const Voting = (context) => {
78
78
  replaceAnimated(
79
79
  votingWrapper,
80
80
  hr$('.js-successMessage', rootElement)[0].innerHTML,
81
- true,
81
+ false,
82
82
  scrollIntoVoting
83
83
  )
84
84
  break
@@ -86,13 +86,13 @@ const Voting = (context) => {
86
86
  replaceAnimated(
87
87
  votingWrapper,
88
88
  hr$('.js-errorMessage', rootElement)[0].innerHTML,
89
- true,
89
+ false,
90
90
  scrollIntoVoting
91
91
  )
92
92
  break
93
93
  }
94
94
  } else {
95
- replaceAnimated(votingWrapper, data, true, scrollIntoVoting)
95
+ replaceAnimated(votingWrapper, data, false, scrollIntoVoting)
96
96
  }
97
97
  })
98
98
 
@@ -103,7 +103,7 @@ const Voting = (context) => {
103
103
  replaceAnimated(
104
104
  votingWrapper,
105
105
  hr$('.js-errorMessage', rootElement)[0].innerHTML,
106
- true,
106
+ false,
107
107
  scrollIntoVoting
108
108
  )
109
109
  })
@@ -151,7 +151,7 @@ const Voting = (context) => {
151
151
 
152
152
  const handleFormReload = function (event) {
153
153
  event.preventDefault()
154
- replaceAnimated(votingWrapper, votingTmpl, true, scrollIntoVoting)
154
+ replaceAnimated(votingWrapper, votingTmpl, false, scrollIntoVoting)
155
155
  }
156
156
 
157
157
  const handleKeydown = function (event) {
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.6",
9
+ "version": "1.114.7",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -70,7 +70,7 @@ const Voting = (context) => {
70
70
  replaceAnimated(
71
71
  votingWrapper,
72
72
  hr$('.js-errorMessage', rootElement)[0].innerHTML,
73
- true,
73
+ false,
74
74
  scrollIntoVoting
75
75
  )
76
76
  break
@@ -78,7 +78,7 @@ const Voting = (context) => {
78
78
  replaceAnimated(
79
79
  votingWrapper,
80
80
  hr$('.js-successMessage', rootElement)[0].innerHTML,
81
- true,
81
+ false,
82
82
  scrollIntoVoting
83
83
  )
84
84
  break
@@ -86,13 +86,13 @@ const Voting = (context) => {
86
86
  replaceAnimated(
87
87
  votingWrapper,
88
88
  hr$('.js-errorMessage', rootElement)[0].innerHTML,
89
- true,
89
+ false,
90
90
  scrollIntoVoting
91
91
  )
92
92
  break
93
93
  }
94
94
  } else {
95
- replaceAnimated(votingWrapper, data, true, scrollIntoVoting)
95
+ replaceAnimated(votingWrapper, data, false, scrollIntoVoting)
96
96
  }
97
97
  })
98
98
 
@@ -103,7 +103,7 @@ const Voting = (context) => {
103
103
  replaceAnimated(
104
104
  votingWrapper,
105
105
  hr$('.js-errorMessage', rootElement)[0].innerHTML,
106
- true,
106
+ false,
107
107
  scrollIntoVoting
108
108
  )
109
109
  })
@@ -151,7 +151,7 @@ const Voting = (context) => {
151
151
 
152
152
  const handleFormReload = function (event) {
153
153
  event.preventDefault()
154
- replaceAnimated(votingWrapper, votingTmpl, true, scrollIntoVoting)
154
+ replaceAnimated(votingWrapper, votingTmpl, false, scrollIntoVoting)
155
155
  }
156
156
 
157
157
  const handleKeydown = function (event) {