hr-design-system-handlebars 0.93.1 → 0.94.0
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
|
+
# v0.94.0 (Wed Nov 30 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Delete not needed param and add mt-12 to safeList to be sure the css-… [#407](https://github.com/mumprod/hr-design-system-handlebars/pull/407) ([@mariokinzel](https://github.com/mariokinzel))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@mariokinzel](https://github.com/mariokinzel)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.93.1 (Wed Nov 30 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -797,6 +797,9 @@ video {
|
|
|
797
797
|
margin-left: 0.25rem;
|
|
798
798
|
margin-right: 0.25rem;
|
|
799
799
|
}
|
|
800
|
+
.mt-12 {
|
|
801
|
+
margin-top: 3rem;
|
|
802
|
+
}
|
|
800
803
|
.mt-6 {
|
|
801
804
|
margin-top: 1.5rem;
|
|
802
805
|
}
|
|
@@ -2253,7 +2256,7 @@ video {
|
|
|
2253
2256
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2254
2257
|
}
|
|
2255
2258
|
.counter-reset {
|
|
2256
|
-
counter-reset:
|
|
2259
|
+
counter-reset: cnt1669823977544;
|
|
2257
2260
|
}
|
|
2258
2261
|
.line-clamp-4 {
|
|
2259
2262
|
overflow: hidden;
|
|
@@ -2639,7 +2642,7 @@ video {
|
|
|
2639
2642
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2640
2643
|
}
|
|
2641
2644
|
.-ordered {
|
|
2642
|
-
counter-increment:
|
|
2645
|
+
counter-increment: cnt1669823977544 1;
|
|
2643
2646
|
}
|
|
2644
2647
|
.-ordered::before {
|
|
2645
2648
|
position: absolute;
|
|
@@ -2655,7 +2658,7 @@ video {
|
|
|
2655
2658
|
letter-spacing: .0125em;
|
|
2656
2659
|
--tw-text-opacity: 1;
|
|
2657
2660
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2658
|
-
content: counter(
|
|
2661
|
+
content: counter(cnt1669823977544);
|
|
2659
2662
|
}
|
|
2660
2663
|
.\[-T\:\+Z\] {
|
|
2661
2664
|
--t: +Z;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/grid/grid_group
|
|
1
|
+
{{#>components/grid/grid_group _backgroundColor=this.backgroundColor }}
|
|
2
2
|
{{~#if this.hasGroupTitle}}
|
|
3
3
|
<h2 class="text-2xl md:text-4xl col-span-full py-0 font-headingSerif {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
|
|
4
4
|
{{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-blue-science" href="{{this.link.url}}">{{/if~}}
|
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.
|
|
9
|
+
"version": "0.94.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/grid/grid_group
|
|
1
|
+
{{#>components/grid/grid_group _backgroundColor=this.backgroundColor }}
|
|
2
2
|
{{~#if this.hasGroupTitle}}
|
|
3
3
|
<h2 class="text-2xl md:text-4xl col-span-full py-0 font-headingSerif {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
|
|
4
4
|
{{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-blue-science" href="{{this.link.url}}">{{/if~}}
|