hr-design-system-handlebars 1.61.2 → 1.61.4

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,27 @@
1
+ # v1.61.4 (Wed Apr 03 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fixes right margin in mobile view [#891](https://github.com/mumprod/hr-design-system-handlebars/pull/891) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
13
+ # v1.61.3 (Wed Apr 03 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - fixes margin in tabbox buttons in mobile view [#890](https://github.com/mumprod/hr-design-system-handlebars/pull/890) ([@StefanVesper](https://github.com/StefanVesper))
18
+
19
+ #### Authors: 1
20
+
21
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
22
+
23
+ ---
24
+
1
25
  # v1.61.2 (Wed Apr 03 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -1211,10 +1211,6 @@ article.indexTextDS .indexTextHighlighted .link {
1211
1211
  margin-left: 0.25rem;
1212
1212
  margin-right: 0.25rem;
1213
1213
  }
1214
- .mx-1\.5 {
1215
- margin-left: 0.375rem;
1216
- margin-right: 0.375rem;
1217
- }
1218
1214
  .mx-2 {
1219
1215
  margin-left: 0.5rem;
1220
1216
  margin-right: 0.5rem;
@@ -1402,6 +1398,9 @@ article.indexTextDS .indexTextHighlighted .link {
1402
1398
  .mr-4 {
1403
1399
  margin-right: 1rem;
1404
1400
  }
1401
+ .mr-5 {
1402
+ margin-right: 1.25rem;
1403
+ }
1405
1404
  .mt-0 {
1406
1405
  margin-top: 0px;
1407
1406
  }
@@ -3322,7 +3321,7 @@ article.indexTextDS .indexTextHighlighted .link {
3322
3321
  border-bottom-color: var(--color-secondary-ds);
3323
3322
  }
3324
3323
  .counter-reset {
3325
- counter-reset: cnt1712150013485;
3324
+ counter-reset: cnt1712153484418;
3326
3325
  }
3327
3326
  .hyphens-auto {
3328
3327
  -webkit-hyphens: auto;
@@ -3631,7 +3630,7 @@ article.indexTextDS .indexTextHighlighted .link {
3631
3630
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3632
3631
  }
3633
3632
  .-ordered {
3634
- counter-increment: cnt1712150013485 1;
3633
+ counter-increment: cnt1712153484418 1;
3635
3634
  }
3636
3635
  .-ordered::before {
3637
3636
  position: absolute;
@@ -3647,7 +3646,7 @@ article.indexTextDS .indexTextHighlighted .link {
3647
3646
  letter-spacing: .0125em;
3648
3647
  --tw-text-opacity: 1;
3649
3648
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3650
- content: counter(cnt1712150013485);
3649
+ content: counter(cnt1712153484418);
3651
3650
  }
3652
3651
  /*! ****************************/
3653
3652
  /*! DataPolicy stuff */
@@ -4,9 +4,9 @@
4
4
  class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
5
5
  >
6
6
  <section class="px-0 col-span-full sm:px-8 md:px-0">
7
- <div class="flex flex-wrap gap-y-3 justify-center mb-7 mx-1.5" role="tablist">
7
+ <div class="flex flex-wrap justify-center mx-5 gap-y-3 mb-7 gap-x-2" role="tablist">
8
8
  {{~#each this.tabbedGroup~}}
9
- {{#> components/button/button _size="sm" _css="mx-1.5" _variant="secondary" _type="button" }}
9
+ {{#> components/button/button _size="sm" _css="" _variant="secondary" _type="button" }}
10
10
  {{> components/button/components/button_label _css="" _label=this.title}}
11
11
  {{/components/button/button }}
12
12
  {{#*inline "htmlProperties"~}}
@@ -12,7 +12,7 @@
12
12
  x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300 transform absolute"
13
13
  x-transition:leave-start="opacity-100 translate-y-0"
14
14
  x-transition:leave-end="opacity-0 translate-y-12"
15
- class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-2 [@media(min-width:1170px)]:-mr-14"
15
+ class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-5 [@media(min-width:1170px)]:-mr-14"
16
16
  >
17
17
  {{> components/base/image/icon _icon="arrow-up" _addClass="w-5 h-5 fill-current dark:fill-link-dark"}}
18
18
  </button>
@@ -4,9 +4,9 @@
4
4
  class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
5
5
  >
6
6
  <section class="px-0 col-span-full sm:px-8 md:px-0">
7
- <div class="flex flex-wrap gap-y-3 justify-center mb-7 mx-1.5" role="tablist">
7
+ <div class="flex flex-wrap justify-center mx-5 gap-y-3 mb-7 gap-x-2" role="tablist">
8
8
  {{~#each this.tabbedGroup~}}
9
- {{#> components/button/button _size="sm" _css="mx-1.5" _variant="secondary" _type="button" }}
9
+ {{#> components/button/button _size="sm" _css="" _variant="secondary" _type="button" }}
10
10
  {{> components/button/components/button_label _css="" _label=this.title}}
11
11
  {{/components/button/button }}
12
12
  {{#*inline "htmlProperties"~}}
@@ -12,7 +12,7 @@
12
12
  x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300 transform absolute"
13
13
  x-transition:leave-start="opacity-100 translate-y-0"
14
14
  x-transition:leave-end="opacity-0 translate-y-12"
15
- class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-2 [@media(min-width:1170px)]:-mr-14"
15
+ class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-5 [@media(min-width:1170px)]:-mr-14"
16
16
  >
17
17
  {{> components/base/image/icon _icon="arrow-up" _addClass="w-5 h-5 fill-current dark:fill-link-dark"}}
18
18
  </button>
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.61.2",
9
+ "version": "1.61.4",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -4,9 +4,9 @@
4
4
  class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
5
5
  >
6
6
  <section class="px-0 col-span-full sm:px-8 md:px-0">
7
- <div class="flex flex-wrap gap-y-3 justify-center mb-7 mx-1.5" role="tablist">
7
+ <div class="flex flex-wrap justify-center mx-5 gap-y-3 mb-7 gap-x-2" role="tablist">
8
8
  {{~#each this.tabbedGroup~}}
9
- {{#> components/button/button _size="sm" _css="mx-1.5" _variant="secondary" _type="button" }}
9
+ {{#> components/button/button _size="sm" _css="" _variant="secondary" _type="button" }}
10
10
  {{> components/button/components/button_label _css="" _label=this.title}}
11
11
  {{/components/button/button }}
12
12
  {{#*inline "htmlProperties"~}}
@@ -12,7 +12,7 @@
12
12
  x-transition:leave="transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-300 transform absolute"
13
13
  x-transition:leave-start="opacity-100 translate-y-0"
14
14
  x-transition:leave-end="opacity-0 translate-y-12"
15
- class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-2 [@media(min-width:1170px)]:-mr-14"
15
+ class="{{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant="primary"}} -mt-6 z-100 p-3 h-max mr-5 [@media(min-width:1170px)]:-mr-14"
16
16
  >
17
17
  {{> components/base/image/icon _icon="arrow-up" _addClass="w-5 h-5 fill-current dark:fill-link-dark"}}
18
18
  </button>