gatsby-core-theme 44.30.2 → 44.30.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,10 @@
1
+ ## [44.30.3](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v44.30.2...v44.30.3) (2026-06-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add variable for height of bonus code button ([f147e4d](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/f147e4d70100a3fc9cd55e1e497cfdff7dd1f629))
7
+
1
8
  ## [44.30.2](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v44.30.1...v44.30.2) (2026-06-24)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "44.30.2",
3
+ "version": "44.30.3",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -196,7 +196,7 @@
196
196
  @include flex-align(center, center);
197
197
 
198
198
  gap: 0.6rem;
199
- height: 2.4rem;
199
+ height: var(--notification-bonus-code-height, 2.4rem);
200
200
  padding: 0 0.8rem;
201
201
  border: 1px var(--notification-bonus-code-border-style, dashed)
202
202
  var(--notification-bonus-code-border, #20cd77);