hr-design-system-handlebars 1.40.2 → 1.40.3
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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/dataPolicySettings/data_policy_settings.hbs +1 -1
- package/dist/views/components/site_header/navigation_search/quick_search_form.hbs +1 -1
- package/dist/views_static/components/dataPolicySettings/data_policy_settings.hbs +1 -1
- package/dist/views_static/components/site_header/navigation_search/quick_search_form.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/dataPolicySettings/data_policy_settings.hbs +1 -1
- package/src/stories/views/components/site_header/navigation_search/quick_search_form.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.40.3 (Fri Sep 29 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- - fixes search border in footer with FF [#729](https://github.com/mumprod/hr-design-system-handlebars/pull/729) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.40.2 (Fri Sep 29 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3035,7 +3035,7 @@ video {
|
|
|
3035
3035
|
border-bottom-color: var(--color-secondary-ds);
|
|
3036
3036
|
}
|
|
3037
3037
|
.counter-reset {
|
|
3038
|
-
counter-reset:
|
|
3038
|
+
counter-reset: cnt1695998804053;
|
|
3039
3039
|
}
|
|
3040
3040
|
.hyphens-auto {
|
|
3041
3041
|
-webkit-hyphens: auto;
|
|
@@ -3270,7 +3270,7 @@ video {
|
|
|
3270
3270
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3271
3271
|
}
|
|
3272
3272
|
.-ordered {
|
|
3273
|
-
counter-increment:
|
|
3273
|
+
counter-increment: cnt1695998804053 1;
|
|
3274
3274
|
}
|
|
3275
3275
|
.-ordered::before {
|
|
3276
3276
|
position: absolute;
|
|
@@ -3286,7 +3286,7 @@ video {
|
|
|
3286
3286
|
letter-spacing: .0125em;
|
|
3287
3287
|
--tw-text-opacity: 1;
|
|
3288
3288
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3289
|
-
content: counter(
|
|
3289
|
+
content: counter(cnt1695998804053);
|
|
3290
3290
|
}
|
|
3291
3291
|
/*! ****************************/
|
|
3292
3292
|
/*! DataPolicy stuff */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<span
|
|
12
12
|
class="pr-4 -ml-1 fill-white"> {{> components/base/image/icon _icon="settings" _addClass="h-7 w-7 inline" }}</span>
|
|
13
13
|
<span class="w-full text-2xl text-white font-headingSerif">Einstellungen</span>
|
|
14
|
-
<button class="text-white bg-transparent fill-current
|
|
14
|
+
<button class="text-white bg-transparent fill-current js-data-policy-settings-close-button">
|
|
15
15
|
{{> components/base/image/icon _icon="close" _addClass="h-6 w-6 inline"}}
|
|
16
16
|
</button>
|
|
17
17
|
</span>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
name="query"
|
|
20
20
|
x-model="query"
|
|
21
21
|
placeholder='{{loca "search_input_placeholder" }}'
|
|
22
|
-
class="cy-quick-search w-full px-2 {{~#if _footer}} py-3 placeholder-search-footer-text text-search-footer-text {{else}} py-2 placeholder-search-header-text text-search-header-text {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l appearance-none lg:top-10 placeholder-text-xs focus:outline-none"
|
|
22
|
+
class="cy-quick-search w-full px-2 {{~#if _footer}} h-10 py-3 placeholder-search-footer-text text-search-footer-text {{else}} py-2 placeholder-search-header-text text-search-header-text {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l appearance-none lg:top-10 placeholder-text-xs focus:outline-none"
|
|
23
23
|
type="text"
|
|
24
24
|
id="searchInput--{{getRandom}}"
|
|
25
25
|
autocomplete="off"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<span
|
|
12
12
|
class="pr-4 -ml-1 fill-white"> {{> components/base/image/icon _icon="settings" _addClass="h-7 w-7 inline" }}</span>
|
|
13
13
|
<span class="w-full text-2xl text-white font-headingSerif">Einstellungen</span>
|
|
14
|
-
<button class="text-white bg-transparent fill-current
|
|
14
|
+
<button class="text-white bg-transparent fill-current js-data-policy-settings-close-button">
|
|
15
15
|
{{> components/base/image/icon _icon="close" _addClass="h-6 w-6 inline"}}
|
|
16
16
|
</button>
|
|
17
17
|
</span>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
name="query"
|
|
20
20
|
x-model="query"
|
|
21
21
|
placeholder='{{loca "search_input_placeholder" }}'
|
|
22
|
-
class="cy-quick-search w-full px-2 {{~#if _footer}} py-3 placeholder-search-footer-text text-search-footer-text {{else}} py-2 placeholder-search-header-text text-search-header-text {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l appearance-none lg:top-10 placeholder-text-xs focus:outline-none"
|
|
22
|
+
class="cy-quick-search w-full px-2 {{~#if _footer}} h-10 py-3 placeholder-search-footer-text text-search-footer-text {{else}} py-2 placeholder-search-header-text text-search-header-text {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l appearance-none lg:top-10 placeholder-text-xs focus:outline-none"
|
|
23
23
|
type="text"
|
|
24
24
|
id="searchInput--{{getRandom}}"
|
|
25
25
|
autocomplete="off"
|
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.40.
|
|
9
|
+
"version": "1.40.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<span
|
|
12
12
|
class="pr-4 -ml-1 fill-white"> {{> components/base/image/icon _icon="settings" _addClass="h-7 w-7 inline" }}</span>
|
|
13
13
|
<span class="w-full text-2xl text-white font-headingSerif">Einstellungen</span>
|
|
14
|
-
<button class="text-white bg-transparent fill-current
|
|
14
|
+
<button class="text-white bg-transparent fill-current js-data-policy-settings-close-button">
|
|
15
15
|
{{> components/base/image/icon _icon="close" _addClass="h-6 w-6 inline"}}
|
|
16
16
|
</button>
|
|
17
17
|
</span>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
name="query"
|
|
20
20
|
x-model="query"
|
|
21
21
|
placeholder='{{loca "search_input_placeholder" }}'
|
|
22
|
-
class="cy-quick-search w-full px-2 {{~#if _footer}} py-3 placeholder-search-footer-text text-search-footer-text {{else}} py-2 placeholder-search-header-text text-search-header-text {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l appearance-none lg:top-10 placeholder-text-xs focus:outline-none"
|
|
22
|
+
class="cy-quick-search w-full px-2 {{~#if _footer}} h-10 py-3 placeholder-search-footer-text text-search-footer-text {{else}} py-2 placeholder-search-header-text text-search-header-text {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l appearance-none lg:top-10 placeholder-text-xs focus:outline-none"
|
|
23
23
|
type="text"
|
|
24
24
|
id="searchInput--{{getRandom}}"
|
|
25
25
|
autocomplete="off"
|