hr-design-system-handlebars 0.117.8 → 0.117.9
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.117.9 (Thu Jan 12 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- removes unneeded margin bottom [#474](https://github.com/mumprod/hr-design-system-handlebars/pull/474) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.117.8 (Thu Jan 12 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -826,9 +826,6 @@ video {
|
|
|
826
826
|
.mt-2 {
|
|
827
827
|
margin-top: 0.5rem;
|
|
828
828
|
}
|
|
829
|
-
.mb-2 {
|
|
830
|
-
margin-bottom: 0.5rem;
|
|
831
|
-
}
|
|
832
829
|
.mt-0 {
|
|
833
830
|
margin-top: 0px;
|
|
834
831
|
}
|
|
@@ -931,6 +928,9 @@ video {
|
|
|
931
928
|
.ml-0 {
|
|
932
929
|
margin-left: 0px;
|
|
933
930
|
}
|
|
931
|
+
.mb-2 {
|
|
932
|
+
margin-bottom: 0.5rem;
|
|
933
|
+
}
|
|
934
934
|
.\!mr-2 {
|
|
935
935
|
margin-right: 0.5rem !important;
|
|
936
936
|
}
|
|
@@ -2224,7 +2224,7 @@ video {
|
|
|
2224
2224
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2225
2225
|
}
|
|
2226
2226
|
.counter-reset {
|
|
2227
|
-
counter-reset:
|
|
2227
|
+
counter-reset: cnt1673529848192;
|
|
2228
2228
|
}
|
|
2229
2229
|
.line-clamp-4 {
|
|
2230
2230
|
overflow: hidden;
|
|
@@ -2456,7 +2456,7 @@ video {
|
|
|
2456
2456
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2457
2457
|
}
|
|
2458
2458
|
.-ordered {
|
|
2459
|
-
counter-increment:
|
|
2459
|
+
counter-increment: cnt1673529848192 1;
|
|
2460
2460
|
}
|
|
2461
2461
|
.-ordered::before {
|
|
2462
2462
|
position: absolute;
|
|
@@ -2472,7 +2472,7 @@ video {
|
|
|
2472
2472
|
letter-spacing: .0125em;
|
|
2473
2473
|
--tw-text-opacity: 1;
|
|
2474
2474
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2475
|
-
content: counter(
|
|
2475
|
+
content: counter(cnt1673529848192);
|
|
2476
2476
|
}
|
|
2477
2477
|
/*! ****************************/
|
|
2478
2478
|
/*! text-shadow */
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</nav>
|
|
9
9
|
{{else}}
|
|
10
10
|
{{#decorator 'components/content_nav/content_nav_dropdown'
|
|
11
|
-
_componentClass="c-content-nav h-10 md:h-auto w-full
|
|
11
|
+
_componentClass="c-content-nav h-10 md:h-auto w-full"
|
|
12
12
|
_teaserSize=../_teaserSize
|
|
13
13
|
_iconOpen="arrow-down"
|
|
14
14
|
_iconClose="arrow-up"
|
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.117.
|
|
9
|
+
"version": "0.117.9",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</nav>
|
|
9
9
|
{{else}}
|
|
10
10
|
{{#decorator 'components/content_nav/content_nav_dropdown'
|
|
11
|
-
_componentClass="c-content-nav h-10 md:h-auto w-full
|
|
11
|
+
_componentClass="c-content-nav h-10 md:h-auto w-full"
|
|
12
12
|
_teaserSize=../_teaserSize
|
|
13
13
|
_iconOpen="arrow-down"
|
|
14
14
|
_iconClose="arrow-up"
|