hr-design-system-handlebars 1.35.2 → 1.35.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 -7
- package/dist/views/components/article/components/accordion/accordion.hbs +2 -2
- package/dist/views_static/components/article/components/accordion/accordion.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/article/components/accordion/accordion.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.35.3 (Thu Aug 03 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- change size of icons in accordion [#698](https://github.com/mumprod/hr-design-system-handlebars/pull/698) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.35.2 (Thu Aug 03 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3015,7 +3015,7 @@ video {
|
|
|
3015
3015
|
border-bottom-color: var(--color-secondary-ds);
|
|
3016
3016
|
}
|
|
3017
3017
|
.counter-reset {
|
|
3018
|
-
counter-reset:
|
|
3018
|
+
counter-reset: cnt1691077591782;
|
|
3019
3019
|
}
|
|
3020
3020
|
.hyphens-auto {
|
|
3021
3021
|
-webkit-hyphens: auto;
|
|
@@ -3250,7 +3250,7 @@ video {
|
|
|
3250
3250
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3251
3251
|
}
|
|
3252
3252
|
.-ordered {
|
|
3253
|
-
counter-increment:
|
|
3253
|
+
counter-increment: cnt1691077591782 1;
|
|
3254
3254
|
}
|
|
3255
3255
|
.-ordered::before {
|
|
3256
3256
|
position: absolute;
|
|
@@ -3266,7 +3266,7 @@ video {
|
|
|
3266
3266
|
letter-spacing: .0125em;
|
|
3267
3267
|
--tw-text-opacity: 1;
|
|
3268
3268
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3269
|
-
content: counter(
|
|
3269
|
+
content: counter(cnt1691077591782);
|
|
3270
3270
|
}
|
|
3271
3271
|
/*! ****************************/
|
|
3272
3272
|
/*! DataPolicy stuff */
|
|
@@ -5264,10 +5264,6 @@ video {
|
|
|
5264
5264
|
margin-top: 1rem;
|
|
5265
5265
|
}
|
|
5266
5266
|
|
|
5267
|
-
.md\:mt-5 {
|
|
5268
|
-
margin-top: 1.25rem;
|
|
5269
|
-
}
|
|
5270
|
-
|
|
5271
5267
|
.md\:mt-6 {
|
|
5272
5268
|
margin-top: 1.5rem;
|
|
5273
5269
|
}
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
<div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
|
|
11
11
|
<h3 :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal md:my-5 md:text-lg font-headingSerif">{{{this.text}}}</h3>
|
|
12
12
|
<span :class="selected == {{getRandom}} ? 'hidden' : ''">
|
|
13
|
-
{{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-
|
|
13
|
+
{{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 md:mt-4 w-8 h-8 fill-current"}}
|
|
14
14
|
</span>
|
|
15
15
|
<span :class="selected !== {{getRandom}} ? 'hidden' : ''">
|
|
16
|
-
{{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-
|
|
16
|
+
{{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 md:mt-4 w-8 h-8 fill-current"}}
|
|
17
17
|
</span>
|
|
18
18
|
</div>
|
|
19
19
|
</button>
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
<div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
|
|
11
11
|
<h3 :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal md:my-5 md:text-lg font-headingSerif">{{{this.text}}}</h3>
|
|
12
12
|
<span :class="selected == {{getRandom}} ? 'hidden' : ''">
|
|
13
|
-
{{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-
|
|
13
|
+
{{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 md:mt-4 w-8 h-8 fill-current"}}
|
|
14
14
|
</span>
|
|
15
15
|
<span :class="selected !== {{getRandom}} ? 'hidden' : ''">
|
|
16
|
-
{{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-
|
|
16
|
+
{{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 md:mt-4 w-8 h-8 fill-current"}}
|
|
17
17
|
</span>
|
|
18
18
|
</div>
|
|
19
19
|
</button>
|
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.35.
|
|
9
|
+
"version": "1.35.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
<div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
|
|
11
11
|
<h3 :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal md:my-5 md:text-lg font-headingSerif">{{{this.text}}}</h3>
|
|
12
12
|
<span :class="selected == {{getRandom}} ? 'hidden' : ''">
|
|
13
|
-
{{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-
|
|
13
|
+
{{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 md:mt-4 w-8 h-8 fill-current"}}
|
|
14
14
|
</span>
|
|
15
15
|
<span :class="selected !== {{getRandom}} ? 'hidden' : ''">
|
|
16
|
-
{{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-
|
|
16
|
+
{{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 md:mt-4 w-8 h-8 fill-current"}}
|
|
17
17
|
</span>
|
|
18
18
|
</div>
|
|
19
19
|
</button>
|