hr-design-system-handlebars 1.61.2 → 1.61.3

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.61.3 (Wed Apr 03 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fixes margin in tabbox buttons in mobile view [#890](https://github.com/mumprod/hr-design-system-handlebars/pull/890) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.61.2 (Wed Apr 03 2024)
2
14
 
3
15
  #### 🐛 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;
@@ -3322,7 +3318,7 @@ article.indexTextDS .indexTextHighlighted .link {
3322
3318
  border-bottom-color: var(--color-secondary-ds);
3323
3319
  }
3324
3320
  .counter-reset {
3325
- counter-reset: cnt1712150013485;
3321
+ counter-reset: cnt1712152656277;
3326
3322
  }
3327
3323
  .hyphens-auto {
3328
3324
  -webkit-hyphens: auto;
@@ -3631,7 +3627,7 @@ article.indexTextDS .indexTextHighlighted .link {
3631
3627
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3632
3628
  }
3633
3629
  .-ordered {
3634
- counter-increment: cnt1712150013485 1;
3630
+ counter-increment: cnt1712152656277 1;
3635
3631
  }
3636
3632
  .-ordered::before {
3637
3633
  position: absolute;
@@ -3647,7 +3643,7 @@ article.indexTextDS .indexTextHighlighted .link {
3647
3643
  letter-spacing: .0125em;
3648
3644
  --tw-text-opacity: 1;
3649
3645
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3650
- content: counter(cnt1712150013485);
3646
+ content: counter(cnt1712152656277);
3651
3647
  }
3652
3648
  /*! ****************************/
3653
3649
  /*! 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"~}}
@@ -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"~}}
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.3",
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"~}}