hr-design-system-handlebars 1.91.0 → 1.91.1
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 +3 -7
- package/dist/assets/js/components/event/filtererDs.feature.js +3 -3
- package/dist/views/components/event/calendar/event_calendar_nav.hbs +1 -1
- package/dist/views_static/components/event/calendar/event_calendar_nav.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/event/calendar/event_calendar_nav.hbs +1 -1
- package/src/stories/views/components/event/filtererDs.feature.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.91.1 (Tue Aug 13 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- :lipstick: Modify font color post UX review [#1047](https://github.com/mumprod/hr-design-system-handlebars/pull/1047) ([@Sunny1112358](https://github.com/Sunny1112358))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.91.0 (Fri Aug 09 2024)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -3104,10 +3104,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3104
3104
|
color: #606060;
|
|
3105
3105
|
color: var(--color-secondary-ds);
|
|
3106
3106
|
}
|
|
3107
|
-
.text-slate-500 {
|
|
3108
|
-
--tw-text-opacity: 1;
|
|
3109
|
-
color: rgba(100, 116, 139, var(--tw-text-opacity));
|
|
3110
|
-
}
|
|
3111
3107
|
.text-stageLink {
|
|
3112
3108
|
color: #006eb7;
|
|
3113
3109
|
color: var(--color-stage-link);
|
|
@@ -3338,7 +3334,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3338
3334
|
border-bottom-color: var(--color-secondary-ds);
|
|
3339
3335
|
}
|
|
3340
3336
|
.counter-reset {
|
|
3341
|
-
counter-reset:
|
|
3337
|
+
counter-reset: cnt1723559328817;
|
|
3342
3338
|
}
|
|
3343
3339
|
.hyphens-auto {
|
|
3344
3340
|
-webkit-hyphens: auto;
|
|
@@ -3746,7 +3742,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3746
3742
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3747
3743
|
}
|
|
3748
3744
|
.-ordered {
|
|
3749
|
-
counter-increment:
|
|
3745
|
+
counter-increment: cnt1723559328817 1;
|
|
3750
3746
|
}
|
|
3751
3747
|
.-ordered::before {
|
|
3752
3748
|
position: absolute;
|
|
@@ -3762,7 +3758,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3762
3758
|
letter-spacing: .0125em;
|
|
3763
3759
|
--tw-text-opacity: 1;
|
|
3764
3760
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3765
|
-
content: counter(
|
|
3761
|
+
content: counter(cnt1723559328817);
|
|
3766
3762
|
}
|
|
3767
3763
|
/*! ****************************/
|
|
3768
3764
|
/*! DataPolicy stuff */
|
|
@@ -83,7 +83,7 @@ const Filterer = (context) => {
|
|
|
83
83
|
if (monthWrapper) {
|
|
84
84
|
|
|
85
85
|
if (monthName) {
|
|
86
|
-
monthName.classList.remove('text-
|
|
86
|
+
monthName.classList.remove('text-gray-scorpion')
|
|
87
87
|
monthName.classList.remove('bg-white')
|
|
88
88
|
monthName.classList.add('text-white');
|
|
89
89
|
monthName.classList.add('bg-black');
|
|
@@ -103,7 +103,7 @@ const Filterer = (context) => {
|
|
|
103
103
|
// hacky die würde bald verändert
|
|
104
104
|
currentMonth.classList.remove('text-white');
|
|
105
105
|
currentMonth.classList.remove('bg-black');
|
|
106
|
-
currentMonth.classList.add('text-
|
|
106
|
+
currentMonth.classList.add('text-gray-scorpion');
|
|
107
107
|
currentMonth.classList.add('bg-white');
|
|
108
108
|
|
|
109
109
|
|
|
@@ -112,7 +112,7 @@ const Filterer = (context) => {
|
|
|
112
112
|
// hacky die würde bald verändert
|
|
113
113
|
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.remove('text-white');
|
|
114
114
|
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.remove('bg-black');
|
|
115
|
-
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.add('text-
|
|
115
|
+
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.add('text-gray-scorpion');
|
|
116
116
|
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.add('bg-white');
|
|
117
117
|
triggerDomNode.classList.remove(navItemSelectedCssTrigger)
|
|
118
118
|
})
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<div class="inline-block items-center justify-center border-event-calendar-secondary border-l js-ns-month {{#if
|
|
12
12
|
this.hasFutureEventsFromNow}} -selected{{else}} js-fr-reload-trigger{{/if}}">
|
|
13
13
|
<span class="js-monthName block font-heading font-bold w-16 sticky left-0 px-2 py-3 {{#if
|
|
14
|
-
this.isCurrentMonth}} -currentMonth{{else}}text-
|
|
14
|
+
this.isCurrentMonth}} -currentMonth{{else}}text-gray-scorpion{{/if}}">{{this.date.monthNameShort}} {{this.date.yearShort}}</span>
|
|
15
15
|
<ul class="flex">
|
|
16
16
|
{{#each this.days}}
|
|
17
17
|
<li class="inline-block h-full group cursor-pointer js-ns-item{{#if
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<div class="inline-block items-center justify-center border-event-calendar-secondary border-l js-ns-month {{#if
|
|
12
12
|
this.hasFutureEventsFromNow}} -selected{{else}} js-fr-reload-trigger{{/if}}">
|
|
13
13
|
<span class="js-monthName block font-heading font-bold w-16 sticky left-0 px-2 py-3 {{#if
|
|
14
|
-
this.isCurrentMonth}} -currentMonth{{else}}text-
|
|
14
|
+
this.isCurrentMonth}} -currentMonth{{else}}text-gray-scorpion{{/if}}">{{this.date.monthNameShort}} {{this.date.yearShort}}</span>
|
|
15
15
|
<ul class="flex">
|
|
16
16
|
{{#each this.days}}
|
|
17
17
|
<li class="inline-block h-full group cursor-pointer js-ns-item{{#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": "1.91.
|
|
9
|
+
"version": "1.91.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<div class="inline-block items-center justify-center border-event-calendar-secondary border-l js-ns-month {{#if
|
|
12
12
|
this.hasFutureEventsFromNow}} -selected{{else}} js-fr-reload-trigger{{/if}}">
|
|
13
13
|
<span class="js-monthName block font-heading font-bold w-16 sticky left-0 px-2 py-3 {{#if
|
|
14
|
-
this.isCurrentMonth}} -currentMonth{{else}}text-
|
|
14
|
+
this.isCurrentMonth}} -currentMonth{{else}}text-gray-scorpion{{/if}}">{{this.date.monthNameShort}} {{this.date.yearShort}}</span>
|
|
15
15
|
<ul class="flex">
|
|
16
16
|
{{#each this.days}}
|
|
17
17
|
<li class="inline-block h-full group cursor-pointer js-ns-item{{#if
|
|
@@ -83,7 +83,7 @@ const Filterer = (context) => {
|
|
|
83
83
|
if (monthWrapper) {
|
|
84
84
|
|
|
85
85
|
if (monthName) {
|
|
86
|
-
monthName.classList.remove('text-
|
|
86
|
+
monthName.classList.remove('text-gray-scorpion')
|
|
87
87
|
monthName.classList.remove('bg-white')
|
|
88
88
|
monthName.classList.add('text-white');
|
|
89
89
|
monthName.classList.add('bg-black');
|
|
@@ -103,7 +103,7 @@ const Filterer = (context) => {
|
|
|
103
103
|
// hacky die würde bald verändert
|
|
104
104
|
currentMonth.classList.remove('text-white');
|
|
105
105
|
currentMonth.classList.remove('bg-black');
|
|
106
|
-
currentMonth.classList.add('text-
|
|
106
|
+
currentMonth.classList.add('text-gray-scorpion');
|
|
107
107
|
currentMonth.classList.add('bg-white');
|
|
108
108
|
|
|
109
109
|
|
|
@@ -112,7 +112,7 @@ const Filterer = (context) => {
|
|
|
112
112
|
// hacky die würde bald verändert
|
|
113
113
|
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.remove('text-white');
|
|
114
114
|
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.remove('bg-black');
|
|
115
|
-
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.add('text-
|
|
115
|
+
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.add('text-gray-scorpion');
|
|
116
116
|
triggerDomNode.closest('.js-ns-month').firstElementChild.classList.add('bg-white');
|
|
117
117
|
triggerDomNode.classList.remove(navItemSelectedCssTrigger)
|
|
118
118
|
})
|