hr-design-system-handlebars 0.107.1 → 0.108.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.
@@ -9,6 +9,14 @@ module.exports = {
9
9
  '../src/**/*.stories.mdx',
10
10
  '../src/**/*.stories.@(js|jsx|ts|tsx)',
11
11
  ],
12
+ refs: {
13
+ 'chromatic-published-Storybook': {
14
+ // The title of your Storybook
15
+ title: 'Remote Design System',
16
+ // The url provided by Chromatic when it was published
17
+ url: 'https://main--60bf71339b5fb20042bc58a6.chromatic.com/',
18
+ },
19
+ },
12
20
  addons: [
13
21
  '@storybook/addon-links',
14
22
  '@storybook/addon-essentials',
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.108.0 (Tue Dec 13 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Feature/dpe 1943 [#438](https://github.com/mumprod/hr-design-system-handlebars/pull/438) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v0.107.1 (Tue Dec 13 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2212,7 +2212,7 @@ video {
2212
2212
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2213
2213
  }
2214
2214
  .counter-reset {
2215
- counter-reset: cnt1670937399974;
2215
+ counter-reset: cnt1670950163057;
2216
2216
  }
2217
2217
  .line-clamp-4 {
2218
2218
  overflow: hidden;
@@ -2444,7 +2444,7 @@ video {
2444
2444
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2445
2445
  }
2446
2446
  .-ordered {
2447
- counter-increment: cnt1670937399974 1;
2447
+ counter-increment: cnt1670950163057 1;
2448
2448
  }
2449
2449
  .-ordered::before {
2450
2450
  position: absolute;
@@ -2460,7 +2460,7 @@ video {
2460
2460
  letter-spacing: .0125em;
2461
2461
  --tw-text-opacity: 1;
2462
2462
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2463
- content: counter(cnt1670937399974);
2463
+ content: counter(cnt1670950163057);
2464
2464
  }
2465
2465
  /*! ****************************/
2466
2466
  /*! text-shadow */
@@ -3400,6 +3400,9 @@ video {
3400
3400
  .before\:w-full::before {
3401
3401
  width: 100%;
3402
3402
  }
3403
+ .before\:rounded-2xl::before {
3404
+ border-radius: 1rem;
3405
+ }
3403
3406
  .before\:rounded-tl-3xl::before {
3404
3407
  border-top-left-radius: 1.5rem;
3405
3408
  }
@@ -1,6 +1,6 @@
1
1
  <div class="absolute left-2/4 right-auto bottom-15 lg:bottom-10 flex w-full px-5 sm:px-11.5 -translate-x-2/4 {{inline-switch this.stageTextPosition '["right50"]' '[" justify-end"," justify-start"]'}}">
2
- <div class="p-4 rounded-2xl bg-stageTextBox opacity-85{{inline-switch this.stageTextPosition '["left100"]' '[" w-full"," max-w-xs sm:w-fit md:max-w-2/4"]'}} ">
3
- {{#decorator 'components/base/link'}}
2
+ <div class="relative p-4 rounded-2xl bg-stageTextBox opacity-85{{inline-switch this.stageTextPosition '["left100"]' '[" w-full"," max-w-xs sm:w-fit md:max-w-2/4"]'}} ">
3
+ {{#decorator 'components/base/link' _css="ds-teaser-focus before:rounded-2xl"}}
4
4
  {{> components/teaser/components/teaser_heading _titleCss="text-stageText" _toplineCss="!text-stageText" _labelCss="text-stageText" _title=this.title _label=this.label _topline=this.topline _headlineTag="h2" _size="100" _teaserType="stage" _fontVariant="sans-serif"}}
5
5
  {{#if this.showProfileInfoAsByline}}
6
6
  <p class="text-stageText font-headingSerif block my-3">{{this.profiles}}</p>
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.107.1",
9
+ "version": "0.108.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -1,6 +1,6 @@
1
1
  <div class="absolute left-2/4 right-auto bottom-15 lg:bottom-10 flex w-full px-5 sm:px-11.5 -translate-x-2/4 {{inline-switch this.stageTextPosition '["right50"]' '[" justify-end"," justify-start"]'}}">
2
- <div class="p-4 rounded-2xl bg-stageTextBox opacity-85{{inline-switch this.stageTextPosition '["left100"]' '[" w-full"," max-w-xs sm:w-fit md:max-w-2/4"]'}} ">
3
- {{#decorator 'components/base/link'}}
2
+ <div class="relative p-4 rounded-2xl bg-stageTextBox opacity-85{{inline-switch this.stageTextPosition '["left100"]' '[" w-full"," max-w-xs sm:w-fit md:max-w-2/4"]'}} ">
3
+ {{#decorator 'components/base/link' _css="ds-teaser-focus before:rounded-2xl"}}
4
4
  {{> components/teaser/components/teaser_heading _titleCss="text-stageText" _toplineCss="!text-stageText" _labelCss="text-stageText" _title=this.title _label=this.label _topline=this.topline _headlineTag="h2" _size="100" _teaserType="stage" _fontVariant="sans-serif"}}
5
5
  {{#if this.showProfileInfoAsByline}}
6
6
  <p class="text-stageText font-headingSerif block my-3">{{this.profiles}}</p>