hr-design-system-handlebars 0.101.0 → 0.102.0

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,16 @@
1
+ # v0.102.0 (Fri Dec 09 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Truncate long geotag with Ellipsis [#425](https://github.com/mumprod/hr-design-system-handlebars/pull/425) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v0.101.0 (Thu Dec 08 2022)
2
15
 
3
16
  #### 🚀 Enhancement
@@ -1041,6 +1041,9 @@ video {
1041
1041
  .w-5 {
1042
1042
  width: 1.25rem;
1043
1043
  }
1044
+ .w-3\/5 {
1045
+ width: 60%;
1046
+ }
1044
1047
  .w-6 {
1045
1048
  width: 1.5rem;
1046
1049
  }
@@ -1095,6 +1098,11 @@ video {
1095
1098
  width: -moz-fit-content !important;
1096
1099
  width: fit-content !important;
1097
1100
  }
1101
+ .max-w-min {
1102
+ max-width: -webkit-min-content;
1103
+ max-width: -moz-min-content;
1104
+ max-width: min-content;
1105
+ }
1098
1106
  .max-w-full {
1099
1107
  max-width: 100%;
1100
1108
  }
@@ -2200,7 +2208,7 @@ video {
2200
2208
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2201
2209
  }
2202
2210
  .counter-reset {
2203
- counter-reset: cnt1670537513499;
2211
+ counter-reset: cnt1670589689556;
2204
2212
  }
2205
2213
  .line-clamp-4 {
2206
2214
  overflow: hidden;
@@ -2428,7 +2436,7 @@ video {
2428
2436
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2429
2437
  }
2430
2438
  .-ordered {
2431
- counter-increment: cnt1670537513499 1;
2439
+ counter-increment: cnt1670589689556 1;
2432
2440
  }
2433
2441
  .-ordered::before {
2434
2442
  position: absolute;
@@ -2444,7 +2452,7 @@ video {
2444
2452
  letter-spacing: .0125em;
2445
2453
  --tw-text-opacity: 1;
2446
2454
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2447
- content: counter(cnt1670537513499);
2455
+ content: counter(cnt1670589689556);
2448
2456
  }
2449
2457
  /*! ****************************/
2450
2458
  /*! text-shadow */
@@ -1,5 +1,5 @@
1
1
  <span
2
- class='z-10 pointer-events-none inline-block absolute bottom-0 left-0 {{~inline-switch _teaserSize '["33"]' '[" mx-5 my-5 md:mx-4 md:my-4"," mx-5 my-5"]'}} rounded px-1.5 pt-px tracking-wide text-black text-base leading-5.5 font-heading bg-geoTag'
2
+ class='w-3/5 max-w-min truncate z-10 pointer-events-none inline-block absolute bottom-0 left-0 {{~inline-switch _teaserSize '["33"]' '[" mx-5 my-5 md:mx-4 md:my-4"," mx-5 my-5"]'}} rounded px-1.5 pt-px tracking-wide text-black text-base leading-5.5 font-heading bg-geoTag'
3
3
  aria-hidden="true"
4
4
  >
5
5
  {{_text}}
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": "0.101.0",
9
+ "version": "0.102.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -1,5 +1,5 @@
1
1
  <span
2
- class='z-10 pointer-events-none inline-block absolute bottom-0 left-0 {{~inline-switch _teaserSize '["33"]' '[" mx-5 my-5 md:mx-4 md:my-4"," mx-5 my-5"]'}} rounded px-1.5 pt-px tracking-wide text-black text-base leading-5.5 font-heading bg-geoTag'
2
+ class='w-3/5 max-w-min truncate z-10 pointer-events-none inline-block absolute bottom-0 left-0 {{~inline-switch _teaserSize '["33"]' '[" mx-5 my-5 md:mx-4 md:my-4"," mx-5 my-5"]'}} rounded px-1.5 pt-px tracking-wide text-black text-base leading-5.5 font-heading bg-geoTag'
3
3
  aria-hidden="true"
4
4
  >
5
5
  {{_text}}