hr-design-system-handlebars 0.54.2 → 0.54.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
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v0.54.3 (Fri Aug 19 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Dpe 1656 [#299](https://github.com/mumprod/hr-design-system-handlebars/pull/299) (zouhair1 [@selbaciri](https://github.com/selbaciri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
10
|
+
- selbaciri (zouhair1)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v0.54.2 (Fri Aug 19 2022)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1807,7 +1807,7 @@ video {
|
|
|
1807
1807
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
1808
1808
|
}
|
|
1809
1809
|
.counter-reset {
|
|
1810
|
-
counter-reset:
|
|
1810
|
+
counter-reset: cnt1660915599908;
|
|
1811
1811
|
}
|
|
1812
1812
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
1813
1813
|
font-size: 0.75rem;
|
|
@@ -2190,7 +2190,7 @@ video {
|
|
|
2190
2190
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2191
2191
|
}
|
|
2192
2192
|
.-ordered {
|
|
2193
|
-
counter-increment:
|
|
2193
|
+
counter-increment: cnt1660915599908 1;
|
|
2194
2194
|
}
|
|
2195
2195
|
.-ordered::before {
|
|
2196
2196
|
position: absolute;
|
|
@@ -2207,7 +2207,7 @@ video {
|
|
|
2207
2207
|
letter-spacing: .0125em;
|
|
2208
2208
|
--tw-text-opacity: 1;
|
|
2209
2209
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2210
|
-
content: counter(
|
|
2210
|
+
content: counter(cnt1660915599908);
|
|
2211
2211
|
}
|
|
2212
2212
|
/*! purgecss start ignore */
|
|
2213
2213
|
:root,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
{{#>components/base/link link=this.logicItem.includeModel.link css="group" doTracking=(if this.logicItem.includeModel.doTracking 'true') clickLabelPrefix1="clusterTeaserLink" clickLabelPrefix2="Link" }}
|
|
3
3
|
{{> components/teaser/components/teaser_heading
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
_headlineTag=this.logicItem.includeModel.headlineTag
|
|
5
|
+
_label=this.logicItem.includeModel.label
|
|
6
|
+
_size=this.logicItem.includeModel.teaserSize
|
|
7
|
+
_title=this.logicItem.includeModel.title
|
|
8
|
+
_teaserType="cluster"
|
|
9
9
|
_ordered=_ordered
|
|
10
10
|
_titleBlue='true' }}
|
|
11
11
|
{{/components/base/link}}
|
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": "0.54.
|
|
9
|
+
"version": "0.54.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
{{#>components/base/link link=this.logicItem.includeModel.link css="group" doTracking=(if this.logicItem.includeModel.doTracking 'true') clickLabelPrefix1="clusterTeaserLink" clickLabelPrefix2="Link" }}
|
|
3
3
|
{{> components/teaser/components/teaser_heading
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
_headlineTag=this.logicItem.includeModel.headlineTag
|
|
5
|
+
_label=this.logicItem.includeModel.label
|
|
6
|
+
_size=this.logicItem.includeModel.teaserSize
|
|
7
|
+
_title=this.logicItem.includeModel.title
|
|
8
|
+
_teaserType="cluster"
|
|
9
9
|
_ordered=_ordered
|
|
10
10
|
_titleBlue='true' }}
|
|
11
11
|
{{/components/base/link}}
|