hr-design-system-handlebars 1.110.13 → 1.110.14
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.110.14 (Thu Oct 17 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- path adjusted [#1118](https://github.com/mumprod/hr-design-system-handlebars/pull/1118) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.110.13 (Thu Oct 17 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3570,7 +3570,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3570
3570
|
border-bottom-color: var(--color-secondary-ds);
|
|
3571
3571
|
}
|
|
3572
3572
|
.counter-reset {
|
|
3573
|
-
counter-reset:
|
|
3573
|
+
counter-reset: cnt1729169701034;
|
|
3574
3574
|
}
|
|
3575
3575
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3576
3576
|
font-size: 0.75rem;
|
|
@@ -3984,7 +3984,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3984
3984
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3985
3985
|
}
|
|
3986
3986
|
.-ordered {
|
|
3987
|
-
counter-increment:
|
|
3987
|
+
counter-increment: cnt1729169701034 1;
|
|
3988
3988
|
}
|
|
3989
3989
|
.-ordered::before {
|
|
3990
3990
|
position: absolute;
|
|
@@ -4002,7 +4002,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4002
4002
|
--tw-text-opacity: 1;
|
|
4003
4003
|
color: rgba(0, 0, 0, 1);
|
|
4004
4004
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4005
|
-
content: counter(
|
|
4005
|
+
content: counter(cnt1729169701034);
|
|
4006
4006
|
}
|
|
4007
4007
|
/*! ****************************/
|
|
4008
4008
|
/*! DataPolicy stuff */
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<div class="flex flex-row items-center justify-between w-full">
|
|
2
2
|
<div class="flex items-center gap-x-2 md:gap-x-3">
|
|
3
3
|
{{#if _success}}
|
|
4
|
-
{{> components/forms/success_icon}}
|
|
4
|
+
{{> components/forms/components/success_icon}}
|
|
5
5
|
<span class="h-5 font-bold text-success">{{#if this.successText}}{{this.successText.richtext}}{{else}}{{~loca "webform_send_text_success"}}{{/if}}</span>
|
|
6
6
|
{{else}}
|
|
7
|
-
{{> components/forms/error_icon _class="!block"}}
|
|
7
|
+
{{> components/forms/components/error_icon _class="!block"}}
|
|
8
8
|
<span class="h-5 font-bold text-error dark:text-error-dark">{{~loca "webform_send_text_error"}}</span>
|
|
9
9
|
{{/if}}
|
|
10
10
|
</div>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<div class="flex flex-row items-center justify-between w-full">
|
|
2
2
|
<div class="flex items-center gap-x-2 md:gap-x-3">
|
|
3
3
|
{{#if _success}}
|
|
4
|
-
{{> components/forms/success_icon}}
|
|
4
|
+
{{> components/forms/components/success_icon}}
|
|
5
5
|
<span class="h-5 font-bold text-success">{{#if this.successText}}{{this.successText.richtext}}{{else}}{{~loca "webform_send_text_success"}}{{/if}}</span>
|
|
6
6
|
{{else}}
|
|
7
|
-
{{> components/forms/error_icon _class="!block"}}
|
|
7
|
+
{{> components/forms/components/error_icon _class="!block"}}
|
|
8
8
|
<span class="h-5 font-bold text-error dark:text-error-dark">{{~loca "webform_send_text_error"}}</span>
|
|
9
9
|
{{/if}}
|
|
10
10
|
</div>
|
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.110.
|
|
9
|
+
"version": "1.110.14",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<div class="flex flex-row items-center justify-between w-full">
|
|
2
2
|
<div class="flex items-center gap-x-2 md:gap-x-3">
|
|
3
3
|
{{#if _success}}
|
|
4
|
-
{{> components/forms/success_icon}}
|
|
4
|
+
{{> components/forms/components/success_icon}}
|
|
5
5
|
<span class="h-5 font-bold text-success">{{#if this.successText}}{{this.successText.richtext}}{{else}}{{~loca "webform_send_text_success"}}{{/if}}</span>
|
|
6
6
|
{{else}}
|
|
7
|
-
{{> components/forms/error_icon _class="!block"}}
|
|
7
|
+
{{> components/forms/components/error_icon _class="!block"}}
|
|
8
8
|
<span class="h-5 font-bold text-error dark:text-error-dark">{{~loca "webform_send_text_error"}}</span>
|
|
9
9
|
{{/if}}
|
|
10
10
|
</div>
|