hr-design-system-handlebars 1.114.20 → 1.114.21

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.21 (Wed Nov 20 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - adaptions for delivery 4 [#1171](https://github.com/mumprod/hr-design-system-handlebars/pull/1171) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.114.20 (Wed Nov 20 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3686,7 +3686,7 @@ article.indexTextDS .indexTextHighlighted .link {
3686
3686
  border-bottom-color: var(--color-secondary-ds);
3687
3687
  }
3688
3688
  .counter-reset {
3689
- counter-reset: cnt1732109151154;
3689
+ counter-reset: cnt1732122955470;
3690
3690
  }
3691
3691
  .placeholder-text-xs::-webkit-input-placeholder {
3692
3692
  font-size: 0.75rem;
@@ -4100,7 +4100,7 @@ article.indexTextDS .indexTextHighlighted .link {
4100
4100
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4101
4101
  }
4102
4102
  .-ordered {
4103
- counter-increment: cnt1732109151154 1;
4103
+ counter-increment: cnt1732122955470 1;
4104
4104
  }
4105
4105
  .-ordered::before {
4106
4106
  position: absolute;
@@ -4118,7 +4118,7 @@ article.indexTextDS .indexTextHighlighted .link {
4118
4118
  --tw-text-opacity: 1;
4119
4119
  color: rgba(0, 0, 0, 1);
4120
4120
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4121
- content: counter(cnt1732109151154);
4121
+ content: counter(cnt1732122955470);
4122
4122
  }
4123
4123
  /*! ****************************/
4124
4124
  /*! DataPolicy stuff */
@@ -6178,6 +6178,12 @@ select:has(option:checked[value='']) {
6178
6178
  .hover\:\!decoration-1:hover {
6179
6179
  text-decoration-thickness: 1px !important;
6180
6180
  }
6181
+ .hover\:\!outline-2:hover {
6182
+ outline-width: 2px !important;
6183
+ }
6184
+ .hover\:\!outline-blue-science-hex:hover {
6185
+ outline-color: #006dc1 !important;
6186
+ }
6181
6187
  .focus\:border-y-2:focus {
6182
6188
  border-top-width: 2px;
6183
6189
  border-bottom-width: 2px;
@@ -48,7 +48,7 @@
48
48
  _isHorizontalLayout=this.isHorizontalLayout
49
49
  _isMultimediaVoting=../this.isMultimediaVoting
50
50
  _addClassGroup="!flex-col mt-2"
51
- _addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
51
+ _addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
52
52
  _addClassLabel="w-full !py-3 sm:!py-4 !pr-3 sm:!pr-4 !text-base sm:!text-lg md:!text-lg"
53
53
  _addClassLabelForDataPolicy="!pt-0"
54
54
  _addClassInput="!my-3 sm:!my-4 !ml-3 sm:!ml-4"
@@ -48,7 +48,7 @@
48
48
  _isHorizontalLayout=this.isHorizontalLayout
49
49
  _isMultimediaVoting=../this.isMultimediaVoting
50
50
  _addClassGroup="!flex-col mt-2"
51
- _addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
51
+ _addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
52
52
  _addClassLabel="w-full !py-3 sm:!py-4 !pr-3 sm:!pr-4 !text-base sm:!text-lg md:!text-lg"
53
53
  _addClassLabelForDataPolicy="!pt-0"
54
54
  _addClassInput="!my-3 sm:!my-4 !ml-3 sm:!ml-4"
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.20",
9
+ "version": "1.114.21",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -48,7 +48,7 @@
48
48
  _isHorizontalLayout=this.isHorizontalLayout
49
49
  _isMultimediaVoting=../this.isMultimediaVoting
50
50
  _addClassGroup="!flex-col mt-2"
51
- _addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
51
+ _addClassChoice="has-[input:checked]:outline outline-2 outline-blue-science-hex hover:!outline-2 hover:!outline-blue-science-hex bg-white has-[input:disabled]:opacity-50 has-[input:disabled]:cursor-not-allowed"
52
52
  _addClassLabel="w-full !py-3 sm:!py-4 !pr-3 sm:!pr-4 !text-base sm:!text-lg md:!text-lg"
53
53
  _addClassLabelForDataPolicy="!pt-0"
54
54
  _addClassInput="!my-3 sm:!my-4 !ml-3 sm:!ml-4"