hr-design-system-handlebars 1.82.5 → 1.82.6
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 +14 -6
- 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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.82.6 (Wed Jul 17 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- :lipstick: Modify current month look & non-selected months in event calendar [#1013](https://github.com/mumprod/hr-design-system-handlebars/pull/1013) ([@Sunny1112358](https://github.com/Sunny1112358))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.82.5 (Tue Jul 16 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1662,6 +1662,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1662
1662
|
.w-15\/12 {
|
|
1663
1663
|
width: 120%;
|
|
1664
1664
|
}
|
|
1665
|
+
.w-16 {
|
|
1666
|
+
width: 4rem;
|
|
1667
|
+
}
|
|
1665
1668
|
.w-2 {
|
|
1666
1669
|
width: 0.5rem;
|
|
1667
1670
|
}
|
|
@@ -1674,9 +1677,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1674
1677
|
.w-22 {
|
|
1675
1678
|
width: 5.5rem;
|
|
1676
1679
|
}
|
|
1677
|
-
.w-24 {
|
|
1678
|
-
width: 6rem;
|
|
1679
|
-
}
|
|
1680
1680
|
.w-3 {
|
|
1681
1681
|
width: 0.75rem;
|
|
1682
1682
|
}
|
|
@@ -2301,6 +2301,10 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
2301
2301
|
--tw-bg-opacity: 1;
|
|
2302
2302
|
background-color: rgba(227, 227, 227, var(--tw-bg-opacity));
|
|
2303
2303
|
}
|
|
2304
|
+
.bg-black {
|
|
2305
|
+
--tw-bg-opacity: 1;
|
|
2306
|
+
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
|
|
2307
|
+
}
|
|
2304
2308
|
.bg-black\/\[0\.5\] {
|
|
2305
2309
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2306
2310
|
}
|
|
@@ -3076,6 +3080,10 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3076
3080
|
color: #606060;
|
|
3077
3081
|
color: var(--color-secondary-ds);
|
|
3078
3082
|
}
|
|
3083
|
+
.text-slate-500 {
|
|
3084
|
+
--tw-text-opacity: 1;
|
|
3085
|
+
color: rgba(100, 116, 139, var(--tw-text-opacity));
|
|
3086
|
+
}
|
|
3079
3087
|
.text-stageLink {
|
|
3080
3088
|
color: #006eb7;
|
|
3081
3089
|
color: var(--color-stage-link);
|
|
@@ -3306,7 +3314,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3306
3314
|
border-bottom-color: var(--color-secondary-ds);
|
|
3307
3315
|
}
|
|
3308
3316
|
.counter-reset {
|
|
3309
|
-
counter-reset:
|
|
3317
|
+
counter-reset: cnt1721221510443;
|
|
3310
3318
|
}
|
|
3311
3319
|
.hyphens-auto {
|
|
3312
3320
|
-webkit-hyphens: auto;
|
|
@@ -3704,7 +3712,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3704
3712
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3705
3713
|
}
|
|
3706
3714
|
.-ordered {
|
|
3707
|
-
counter-increment:
|
|
3715
|
+
counter-increment: cnt1721221510443 1;
|
|
3708
3716
|
}
|
|
3709
3717
|
.-ordered::before {
|
|
3710
3718
|
position: absolute;
|
|
@@ -3720,7 +3728,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3720
3728
|
letter-spacing: .0125em;
|
|
3721
3729
|
--tw-text-opacity: 1;
|
|
3722
3730
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3723
|
-
content: counter(
|
|
3731
|
+
content: counter(cnt1721221510443);
|
|
3724
3732
|
}
|
|
3725
3733
|
/*! ****************************/
|
|
3726
3734
|
/*! DataPolicy stuff */
|
|
@@ -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.isCurrentMonth}} -currentMonth{{/if}}{{#if
|
|
13
13
|
this.hasFutureEventsFromNow}} -selected{{else}} js-fr-reload-trigger{{/if}}">
|
|
14
|
-
<span class="block font-heading font-bold w-
|
|
14
|
+
<span class="block font-heading font-bold w-16 sticky left-0 px-2 py-3 {{#if this.isCurrentMonth }} bg-black text-white {{else}}text-slate-500{{/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.isCurrentMonth}} -currentMonth{{/if}}{{#if
|
|
13
13
|
this.hasFutureEventsFromNow}} -selected{{else}} js-fr-reload-trigger{{/if}}">
|
|
14
|
-
<span class="block font-heading font-bold w-
|
|
14
|
+
<span class="block font-heading font-bold w-16 sticky left-0 px-2 py-3 {{#if this.isCurrentMonth }} bg-black text-white {{else}}text-slate-500{{/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.82.
|
|
9
|
+
"version": "1.82.6",
|
|
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.isCurrentMonth}} -currentMonth{{/if}}{{#if
|
|
13
13
|
this.hasFutureEventsFromNow}} -selected{{else}} js-fr-reload-trigger{{/if}}">
|
|
14
|
-
<span class="block font-heading font-bold w-
|
|
14
|
+
<span class="block font-heading font-bold w-16 sticky left-0 px-2 py-3 {{#if this.isCurrentMonth }} bg-black text-white {{else}}text-slate-500{{/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
|