hr-design-system-handlebars 1.113.17 → 1.113.18
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.113.18 (Mon Nov 04 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- add important rule [#1145](https://github.com/mumprod/hr-design-system-handlebars/pull/1145) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.113.17 (Mon Nov 04 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2050,12 +2050,12 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2050
2050
|
.animate-spin {
|
|
2051
2051
|
animation: spin 1s linear infinite;
|
|
2052
2052
|
}
|
|
2053
|
+
.\!cursor-not-allowed {
|
|
2054
|
+
cursor: not-allowed !important;
|
|
2055
|
+
}
|
|
2053
2056
|
.cursor-default {
|
|
2054
2057
|
cursor: default;
|
|
2055
2058
|
}
|
|
2056
|
-
.cursor-not-allowed {
|
|
2057
|
-
cursor: not-allowed;
|
|
2058
|
-
}
|
|
2059
2059
|
.cursor-pointer {
|
|
2060
2060
|
cursor: pointer;
|
|
2061
2061
|
}
|
|
@@ -3664,7 +3664,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3664
3664
|
border-bottom-color: var(--color-secondary-ds);
|
|
3665
3665
|
}
|
|
3666
3666
|
.counter-reset {
|
|
3667
|
-
counter-reset:
|
|
3667
|
+
counter-reset: cnt1730744193495;
|
|
3668
3668
|
}
|
|
3669
3669
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3670
3670
|
font-size: 0.75rem;
|
|
@@ -4078,7 +4078,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4078
4078
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4079
4079
|
}
|
|
4080
4080
|
.-ordered {
|
|
4081
|
-
counter-increment:
|
|
4081
|
+
counter-increment: cnt1730744193495 1;
|
|
4082
4082
|
}
|
|
4083
4083
|
.-ordered::before {
|
|
4084
4084
|
position: absolute;
|
|
@@ -4096,7 +4096,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4096
4096
|
--tw-text-opacity: 1;
|
|
4097
4097
|
color: rgba(0, 0, 0, 1);
|
|
4098
4098
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4099
|
-
content: counter(
|
|
4099
|
+
content: counter(cnt1730744193495);
|
|
4100
4100
|
}
|
|
4101
4101
|
/*! ****************************/
|
|
4102
4102
|
/*! DataPolicy stuff */
|
|
@@ -155,7 +155,7 @@ const VotingValidator = (context) => {
|
|
|
155
155
|
let label = hr$('label[for=' + uncheckedOptions.id + ']')
|
|
156
156
|
label = label.item(0)
|
|
157
157
|
label.classList.add('-inactive')
|
|
158
|
-
label.classList.add('cursor-not-allowed')
|
|
158
|
+
label.classList.add('!cursor-not-allowed')
|
|
159
159
|
}
|
|
160
160
|
})
|
|
161
161
|
}
|
|
@@ -169,7 +169,7 @@ const VotingValidator = (context) => {
|
|
|
169
169
|
let label = hr$('label[for=' + disabledCheckboxes.id + ']')
|
|
170
170
|
label = label.item(0)
|
|
171
171
|
label.classList.remove('-inactive')
|
|
172
|
-
label.classList.remove('cursor-not-allowed')
|
|
172
|
+
label.classList.remove('!cursor-not-allowed')
|
|
173
173
|
})
|
|
174
174
|
}
|
|
175
175
|
|
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.113.
|
|
9
|
+
"version": "1.113.18",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -155,7 +155,7 @@ const VotingValidator = (context) => {
|
|
|
155
155
|
let label = hr$('label[for=' + uncheckedOptions.id + ']')
|
|
156
156
|
label = label.item(0)
|
|
157
157
|
label.classList.add('-inactive')
|
|
158
|
-
label.classList.add('cursor-not-allowed')
|
|
158
|
+
label.classList.add('!cursor-not-allowed')
|
|
159
159
|
}
|
|
160
160
|
})
|
|
161
161
|
}
|
|
@@ -169,7 +169,7 @@ const VotingValidator = (context) => {
|
|
|
169
169
|
let label = hr$('label[for=' + disabledCheckboxes.id + ']')
|
|
170
170
|
label = label.item(0)
|
|
171
171
|
label.classList.remove('-inactive')
|
|
172
|
-
label.classList.remove('cursor-not-allowed')
|
|
172
|
+
label.classList.remove('!cursor-not-allowed')
|
|
173
173
|
})
|
|
174
174
|
}
|
|
175
175
|
|