hr-design-system-handlebars 1.77.6 → 1.77.7
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
|
+
# v1.77.7 (Fri Jul 05 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- adds test hook class "ui-test-story-title" to title span [#985](https://github.com/mumprod/hr-design-system-handlebars/pull/985) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.77.6 (Fri Jul 05 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3380,7 +3380,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3380
3380
|
border-bottom-color: var(--color-secondary-ds);
|
|
3381
3381
|
}
|
|
3382
3382
|
.counter-reset {
|
|
3383
|
-
counter-reset:
|
|
3383
|
+
counter-reset: cnt1720186709670;
|
|
3384
3384
|
}
|
|
3385
3385
|
.hyphens-auto {
|
|
3386
3386
|
-webkit-hyphens: auto;
|
|
@@ -3778,7 +3778,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3778
3778
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3779
3779
|
}
|
|
3780
3780
|
.-ordered {
|
|
3781
|
-
counter-increment:
|
|
3781
|
+
counter-increment: cnt1720186709670 1;
|
|
3782
3782
|
}
|
|
3783
3783
|
.-ordered::before {
|
|
3784
3784
|
position: absolute;
|
|
@@ -3794,7 +3794,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3794
3794
|
letter-spacing: .0125em;
|
|
3795
3795
|
--tw-text-opacity: 1;
|
|
3796
3796
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3797
|
-
content: counter(
|
|
3797
|
+
content: counter(cnt1720186709670);
|
|
3798
3798
|
}
|
|
3799
3799
|
/*! ****************************/
|
|
3800
3800
|
/*! DataPolicy stuff */
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
<span class="block mb-2 text-base sm480:text-xl font-heading dark:text-text-dark">{{this.topline}}</span>
|
|
11
11
|
{{/if~}}
|
|
12
12
|
{{/unless~}}
|
|
13
|
-
<span class="text-3xl font-headingSerif sm480:text-4xl dark:text-text-dark">{{this.title}}</span>
|
|
13
|
+
<span class="text-3xl ui-test-story-title font-headingSerif sm480:text-4xl dark:text-text-dark">{{this.title}}</span>
|
|
14
14
|
</h2>
|
|
15
15
|
</header>
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
<span class="block mb-2 text-base sm480:text-xl font-heading dark:text-text-dark">{{this.topline}}</span>
|
|
11
11
|
{{/if~}}
|
|
12
12
|
{{/unless~}}
|
|
13
|
-
<span class="text-3xl font-headingSerif sm480:text-4xl dark:text-text-dark">{{this.title}}</span>
|
|
13
|
+
<span class="text-3xl ui-test-story-title font-headingSerif sm480:text-4xl dark:text-text-dark">{{this.title}}</span>
|
|
14
14
|
</h2>
|
|
15
15
|
</header>
|
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.77.
|
|
9
|
+
"version": "1.77.7",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
<span class="block mb-2 text-base sm480:text-xl font-heading dark:text-text-dark">{{this.topline}}</span>
|
|
11
11
|
{{/if~}}
|
|
12
12
|
{{/unless~}}
|
|
13
|
-
<span class="text-3xl font-headingSerif sm480:text-4xl dark:text-text-dark">{{this.title}}</span>
|
|
13
|
+
<span class="text-3xl ui-test-story-title font-headingSerif sm480:text-4xl dark:text-text-dark">{{this.title}}</span>
|
|
14
14
|
</h2>
|
|
15
15
|
</header>
|