hr-design-system-handlebars 1.70.6 → 1.70.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.70.7 (Thu Jun 13 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - some fine tuning for the message div [#944](https://github.com/mumprod/hr-design-system-handlebars/pull/944) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.70.6 (Wed Jun 12 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -439,7 +439,7 @@ video {
439
439
  --tw-gradient-to-position: ;
440
440
  }
441
441
 
442
- .ds-focus, .ds-focus:not(:focus-visible), .ds-button, .ds-button:not(:focus-visible), .ds-button-round, .ds-button-round:not(:focus-visible), .ds-link, .ds-link:not(:focus-visible), .ds-teaser-focus, .ds-teaser-focus::before, .ds-cta > *, .ds-teaser-focus:not(:focus-visible)::before, .-isOpen, .shadow-md, .shadow-xl, .toggleSwitch-label, .before\:shadow-stage::before {
442
+ .ds-focus, .ds-focus:not(:focus-visible), .ds-button, .ds-button:not(:focus-visible), .ds-button-round, .ds-button-round:not(:focus-visible), .ds-link, .ds-link:not(:focus-visible), .ds-teaser-focus, .ds-teaser-focus::before, .ds-cta > *, .ds-teaser-focus:not(:focus-visible)::before, .-isOpen, .shadow, .shadow-md, .shadow-xl, .toggleSwitch-label, .before\:shadow-stage::before {
443
443
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
444
444
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
445
445
  --tw-shadow: 0 0 rgba(0,0,0,0);
@@ -3244,6 +3244,12 @@ article.indexTextDS .indexTextHighlighted .link {
3244
3244
  .opacity-80 {
3245
3245
  opacity: 0.8;
3246
3246
  }
3247
+ .shadow {
3248
+ --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
3249
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
3250
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
3251
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
3252
+ }
3247
3253
  .shadow-md {
3248
3254
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
3249
3255
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
@@ -3359,7 +3365,7 @@ article.indexTextDS .indexTextHighlighted .link {
3359
3365
  border-bottom-color: var(--color-secondary-ds);
3360
3366
  }
3361
3367
  .counter-reset {
3362
- counter-reset: cnt1718204121860;
3368
+ counter-reset: cnt1718284555345;
3363
3369
  }
3364
3370
  .hyphens-auto {
3365
3371
  -webkit-hyphens: auto;
@@ -3738,7 +3744,7 @@ article.indexTextDS .indexTextHighlighted .link {
3738
3744
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3739
3745
  }
3740
3746
  .-ordered {
3741
- counter-increment: cnt1718204121860 1;
3747
+ counter-increment: cnt1718284555345 1;
3742
3748
  }
3743
3749
  .-ordered::before {
3744
3750
  position: absolute;
@@ -3754,7 +3760,7 @@ article.indexTextDS .indexTextHighlighted .link {
3754
3760
  letter-spacing: .0125em;
3755
3761
  --tw-text-opacity: 1;
3756
3762
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3757
- content: counter(cnt1718204121860);
3763
+ content: counter(cnt1718284555345);
3758
3764
  }
3759
3765
  /*! ****************************/
3760
3766
  /*! DataPolicy stuff */
@@ -70,8 +70,8 @@
70
70
  >
71
71
  {{~> components/base/image/icon _addClass="w-full h-full fill-link hover:scale-105" _icon="copy-ds" _iconmap="icons" ~}}
72
72
  </a>
73
- <div class="absolute flex flex-row items-center justify-start hidden w-auto h-8 -mt-8 ml-0.5 text-xs bg-white whitespace-nowrap js-copyMessage sm480:text-sm font-headingSerif dark:text-text-dark">
74
- {{~> components/base/image/icon _addClass="w-7 h-7 text-green-600 mr-2" _icon="status-done" _iconmap="icons" ~}}
73
+ <div class="absolute flex flex-row items-center justify-start rounded pr-4 shadow hidden w-auto h-8 -mt-8 ml-0.5 text-xs bg-white whitespace-nowrap js-copyMessage sm480:text-sm font-headingSerif dark:text-text-dark">
74
+ {{~> components/base/image/icon _addClass="w-7 h-7 text-green-600 mr-4" _icon="status-done" _iconmap="icons" ~}}
75
75
  {{loca "share_copy_message" }}
76
76
  </div>
77
77
  </li>
@@ -70,8 +70,8 @@
70
70
  >
71
71
  {{~> components/base/image/icon _addClass="w-full h-full fill-link hover:scale-105" _icon="copy-ds" _iconmap="icons" ~}}
72
72
  </a>
73
- <div class="absolute flex flex-row items-center justify-start hidden w-auto h-8 -mt-8 ml-0.5 text-xs bg-white whitespace-nowrap js-copyMessage sm480:text-sm font-headingSerif dark:text-text-dark">
74
- {{~> components/base/image/icon _addClass="w-7 h-7 text-green-600 mr-2" _icon="status-done" _iconmap="icons" ~}}
73
+ <div class="absolute flex flex-row items-center justify-start rounded pr-4 shadow hidden w-auto h-8 -mt-8 ml-0.5 text-xs bg-white whitespace-nowrap js-copyMessage sm480:text-sm font-headingSerif dark:text-text-dark">
74
+ {{~> components/base/image/icon _addClass="w-7 h-7 text-green-600 mr-4" _icon="status-done" _iconmap="icons" ~}}
75
75
  {{loca "share_copy_message" }}
76
76
  </div>
77
77
  </li>
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.70.6",
9
+ "version": "1.70.7",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -70,8 +70,8 @@
70
70
  >
71
71
  {{~> components/base/image/icon _addClass="w-full h-full fill-link hover:scale-105" _icon="copy-ds" _iconmap="icons" ~}}
72
72
  </a>
73
- <div class="absolute flex flex-row items-center justify-start hidden w-auto h-8 -mt-8 ml-0.5 text-xs bg-white whitespace-nowrap js-copyMessage sm480:text-sm font-headingSerif dark:text-text-dark">
74
- {{~> components/base/image/icon _addClass="w-7 h-7 text-green-600 mr-2" _icon="status-done" _iconmap="icons" ~}}
73
+ <div class="absolute flex flex-row items-center justify-start rounded pr-4 shadow hidden w-auto h-8 -mt-8 ml-0.5 text-xs bg-white whitespace-nowrap js-copyMessage sm480:text-sm font-headingSerif dark:text-text-dark">
74
+ {{~> components/base/image/icon _addClass="w-7 h-7 text-green-600 mr-4" _icon="status-done" _iconmap="icons" ~}}
75
75
  {{loca "share_copy_message" }}
76
76
  </div>
77
77
  </li>