@ordergroove/offers 2.48.2-alpha-PR-1444-2.310 → 2.48.2
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
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.48.2](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.48.1...@ordergroove/offers@2.48.2) (2026-03-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* set aria-label on optin-select and prepaid-select ([61c742b](https://github.com/ordergroove/plush-toys/commit/61c742b808fc8ef5c9d230320ec9a135d2039a66))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.48.1](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.48.0...@ordergroove/offers@2.48.1) (2026-01-14)
|
|
7
18
|
|
|
8
19
|
|
package/dist/offers.js
CHANGED
|
@@ -264,7 +264,7 @@ var lib=(()=>{var ic=Object.create;var bt=Object.defineProperty;var sc=Object.ge
|
|
|
264
264
|
${i} ${this.defaultText||""}
|
|
265
265
|
`:i,value:s})),d`
|
|
266
266
|
<og-select
|
|
267
|
-
.ariaLabel="Delivery frequency"
|
|
267
|
+
.ariaLabel="${"Delivery frequency"}"
|
|
268
268
|
.options="${e}"
|
|
269
269
|
.selected="${this.currentFrequency}"
|
|
270
270
|
.onChange="${({target:{value:i}})=>{this.productChangeFrequency(this.product,i,this.offer)}}"
|