hr-design-system-handlebars 1.85.1 → 1.85.2
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 +6 -3
- package/dist/views/components/externalService/components/external_service_data_policy.hbs +2 -2
- package/dist/views_static/components/externalService/components/external_service_data_policy.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/externalService/components/external_service_data_policy.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.85.2 (Fri Jul 26 2024)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `main`
|
|
4
|
+
|
|
5
|
+
- Update external_service_data_policy.hbs ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.85.1 (Fri Jul 26 2024)
|
|
2
14
|
|
|
3
15
|
#### ⚠️ Pushed to `main`
|
package/dist/assets/index.css
CHANGED
|
@@ -2600,6 +2600,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2600
2600
|
.p-1 {
|
|
2601
2601
|
padding: 0.25rem;
|
|
2602
2602
|
}
|
|
2603
|
+
.p-10 {
|
|
2604
|
+
padding: 2.5rem;
|
|
2605
|
+
}
|
|
2603
2606
|
.p-2 {
|
|
2604
2607
|
padding: 0.5rem;
|
|
2605
2608
|
}
|
|
@@ -3319,7 +3322,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3319
3322
|
border-bottom-color: var(--color-secondary-ds);
|
|
3320
3323
|
}
|
|
3321
3324
|
.counter-reset {
|
|
3322
|
-
counter-reset:
|
|
3325
|
+
counter-reset: cnt1721997967413;
|
|
3323
3326
|
}
|
|
3324
3327
|
.hyphens-auto {
|
|
3325
3328
|
-webkit-hyphens: auto;
|
|
@@ -3727,7 +3730,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3727
3730
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3728
3731
|
}
|
|
3729
3732
|
.-ordered {
|
|
3730
|
-
counter-increment:
|
|
3733
|
+
counter-increment: cnt1721997967413 1;
|
|
3731
3734
|
}
|
|
3732
3735
|
.-ordered::before {
|
|
3733
3736
|
position: absolute;
|
|
@@ -3743,7 +3746,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3743
3746
|
letter-spacing: .0125em;
|
|
3744
3747
|
--tw-text-opacity: 1;
|
|
3745
3748
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3746
|
-
content: counter(
|
|
3749
|
+
content: counter(cnt1721997967413);
|
|
3747
3750
|
}
|
|
3748
3751
|
/*! ****************************/
|
|
3749
3752
|
/*! DataPolicy stuff */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div id="service--{{nextRandom}}" class="grid col-span-12 p-
|
|
1
|
+
<div id="service--{{nextRandom}}" class="grid col-span-12 p-10 sm:mx-0 bg-highlight-1 rounded-tl-hr rounded-br-hr js-datapolicy">
|
|
2
2
|
<h3 class="text-2xl font-headingSerif">
|
|
3
3
|
{{loca "ext_service_datapolicy_headline" this.externalServiceConfig.externalServiceName}}
|
|
4
4
|
</h3>
|
|
@@ -39,4 +39,4 @@
|
|
|
39
39
|
{{#*inline "htmlProperties"~}}
|
|
40
40
|
{{~/inline}}
|
|
41
41
|
</noscript>
|
|
42
|
-
</div>
|
|
42
|
+
</div>
|
package/dist/views_static/components/externalService/components/external_service_data_policy.hbs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div id="service--{{nextRandom}}" class="grid col-span-12 p-
|
|
1
|
+
<div id="service--{{nextRandom}}" class="grid col-span-12 p-10 sm:mx-0 bg-highlight-1 rounded-tl-hr rounded-br-hr js-datapolicy">
|
|
2
2
|
<h3 class="text-2xl font-headingSerif">
|
|
3
3
|
{{loca "ext_service_datapolicy_headline" this.externalServiceConfig.externalServiceName}}
|
|
4
4
|
</h3>
|
|
@@ -39,4 +39,4 @@
|
|
|
39
39
|
{{#*inline "htmlProperties"~}}
|
|
40
40
|
{{~/inline}}
|
|
41
41
|
</noscript>
|
|
42
|
-
</div>
|
|
42
|
+
</div>
|
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.85.
|
|
9
|
+
"version": "1.85.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
package/src/stories/views/components/externalService/components/external_service_data_policy.hbs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div id="service--{{nextRandom}}" class="grid col-span-12 p-
|
|
1
|
+
<div id="service--{{nextRandom}}" class="grid col-span-12 p-10 sm:mx-0 bg-highlight-1 rounded-tl-hr rounded-br-hr js-datapolicy">
|
|
2
2
|
<h3 class="text-2xl font-headingSerif">
|
|
3
3
|
{{loca "ext_service_datapolicy_headline" this.externalServiceConfig.externalServiceName}}
|
|
4
4
|
</h3>
|
|
@@ -39,4 +39,4 @@
|
|
|
39
39
|
{{#*inline "htmlProperties"~}}
|
|
40
40
|
{{~/inline}}
|
|
41
41
|
</noscript>
|
|
42
|
-
</div>
|
|
42
|
+
</div>
|