@ordergroove/offers 2.48.8-alpha-PR-1482-24.31 → 2.49.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.
- package/CHANGELOG.md +28 -0
- package/dist/bundle-report.html +13 -13
- package/dist/offers.js +41 -41
- package/dist/offers.js.map +3 -3
- package/package.json +2 -2
- package/src/components/BenefitMessages.js +3 -51
- package/src/core/actions-preview.js +15 -4
- package/src/core/actions.js +0 -6
- package/src/core/reducer.ts +4 -2
- package/src/core/selectors.ts +57 -0
- package/src/core/types/reducer.ts +8 -0
- package/tsconfig.json +5 -2
- package/types.ts +1 -0
- package/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,34 @@
|
|
|
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.49.0](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.48.8...@ordergroove/offers@2.49.0) (2026-05-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **offers:** Deduping Benefit Messages (canary) ([2a69774](https://github.com/ordergroove/plush-toys/commit/2a69774575ccbb4a46a07d6d8d5c0ecfb4de81f7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **offers:** Adding BenefitMessages Component (canary) ([1e24061](https://github.com/ordergroove/plush-toys/commit/1e240617a23d9815ece0dceaad000811765db10a))
|
|
17
|
+
* **offers:** Adding localization support for benefits messaging (canary) ([8505e63](https://github.com/ordergroove/plush-toys/commit/8505e639d4889e18ff638eb26048f78fba9be3e8))
|
|
18
|
+
* **offers:** Copy update (canary) ([c7bc07b](https://github.com/ordergroove/plush-toys/commit/c7bc07b2a0329e2cbfa7dffe5183b4c5cb052528))
|
|
19
|
+
* **offers:** Introducing benefit messaging framework on offer widgets (canary) ([2ff048d](https://github.com/ordergroove/plush-toys/commit/2ff048da3ad11c0065a182aedf475c426637f56f))
|
|
20
|
+
* **offers:** Updating to use enhanced incentives data (canary) ([dbac0c5](https://github.com/ordergroove/plush-toys/commit/dbac0c59cdfab98862e3f758ab96d6872c48cf28))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [2.48.8](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.48.7...@ordergroove/offers@2.48.8) (2026-05-14)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @ordergroove/offers
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
6
34
|
## [2.48.7](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.48.6...@ordergroove/offers@2.48.7) (2026-05-06)
|
|
7
35
|
|
|
8
36
|
|
package/dist/bundle-report.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
│ └ examples/index.js
|
|
5
5
|
└ examples/index.js ───────────────────────────────────────── 9.8kb ─── 3.5%
|
|
6
6
|
|
|
7
|
-
dist/offers.js ───────────────────────────────────────────── 159.
|
|
7
|
+
dist/offers.js ───────────────────────────────────────────── 159.3kb ─ 100.0%
|
|
8
8
|
├ src/components/Offer.js ─────────────────────────────────── 9.6kb ─── 6.0%
|
|
9
9
|
│ └ src/make-api.js
|
|
10
10
|
│ └ src/index.js
|
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
│ └ src/components/Price.js
|
|
24
24
|
│ └ src/make-api.js
|
|
25
25
|
│ └ src/index.js
|
|
26
|
+
├ src/core/actions-preview.js ─────────────────────────────── 5.2kb ─── 3.2%
|
|
27
|
+
│ └ src/components/Offer.js
|
|
28
|
+
│ └ src/make-api.js
|
|
29
|
+
│ └ src/index.js
|
|
26
30
|
├ src/components/TestWizard.js ────────────────────────────── 5.1kb ─── 3.2%
|
|
27
31
|
│ └ src/run-tests.js
|
|
28
32
|
│ └ src/test-mode.js
|
|
@@ -33,24 +37,20 @@
|
|
|
33
37
|
│ └ src/components/BenefitMessages.js
|
|
34
38
|
│ └ src/make-api.js
|
|
35
39
|
│ └ src/index.js
|
|
36
|
-
├ src/core/actions-preview.js ─────────────────────────────── 4.9kb ─── 3.1%
|
|
37
|
-
│ └ src/components/Offer.js
|
|
38
|
-
│ └ src/make-api.js
|
|
39
|
-
│ └ src/index.js
|
|
40
40
|
├ src/components/Modal.js ─────────────────────────────────── 4.8kb ─── 3.0%
|
|
41
41
|
│ └ src/make-api.js
|
|
42
42
|
│ └ src/index.js
|
|
43
43
|
├ src/shopify/shopifyReducer.ts ───────────────────────────── 4.8kb ─── 3.0%
|
|
44
44
|
│ └ src/index.js
|
|
45
|
+
├ src/core/selectors.ts ───────────────────────────────────── 4.5kb ─── 2.8%
|
|
46
|
+
│ └ src/core/utils.ts
|
|
47
|
+
│ └ src/index.js
|
|
45
48
|
├ node_modules/lodash.memoize/index.js ────────────────────── 4.0kb ─── 2.5%
|
|
46
49
|
│ └ src/shopify/shopifyMiddleware.ts
|
|
47
50
|
│ └ src/index.js
|
|
48
51
|
├ src/core/actions.js ─────────────────────────────────────── 3.8kb ─── 2.4%
|
|
49
52
|
│ └ src/shopify/shopifyBootstrap.ts
|
|
50
53
|
│ └ src/index.js
|
|
51
|
-
├ src/core/selectors.ts ───────────────────────────────────── 3.8kb ─── 2.4%
|
|
52
|
-
│ └ src/core/utils.ts
|
|
53
|
-
│ └ src/index.js
|
|
54
54
|
├ src/make-api.js ─────────────────────────────────────────── 2.9kb ─── 1.8%
|
|
55
55
|
│ └ src/index.js
|
|
56
56
|
├ src/components/OptinStatus.js ───────────────────────────── 2.8kb ─── 1.7%
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
│ └ src/index.js
|
|
65
65
|
├ src/core/utils.ts ───────────────────────────────────────── 2.4kb ─── 1.5%
|
|
66
66
|
│ └ src/index.js
|
|
67
|
-
├ src/shopify/reducers/productPlans.ts ────────────────────── 2.3kb ─── 1.
|
|
67
|
+
├ src/shopify/reducers/productPlans.ts ────────────────────── 2.3kb ─── 1.4%
|
|
68
68
|
│ └ src/shopify/shopifyReducer.ts
|
|
69
69
|
│ └ src/index.js
|
|
70
70
|
├ src/components/IncentiveText.js ─────────────────────────── 2.0kb ─── 1.3%
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
├ src/components/OptinSelect.js ───────────────────────────── 1.5kb ─── 1.0%
|
|
120
120
|
│ └ src/make-api.js
|
|
121
121
|
│ └ src/index.js
|
|
122
|
-
├ src/components/OptinToggle.js ───────────────────────────── 1.5kb ───
|
|
122
|
+
├ src/components/OptinToggle.js ───────────────────────────── 1.5kb ─── 0.9%
|
|
123
123
|
│ └ src/make-api.js
|
|
124
124
|
│ └ src/index.js
|
|
125
125
|
├ src/shopify/utils.ts ────────────────────────────────────── 1.5kb ─── 0.9%
|
|
@@ -150,9 +150,6 @@
|
|
|
150
150
|
│ └ src/index.js
|
|
151
151
|
├ src/shopify/shopifyTrackingMiddleware.ts ────────────────── 1.1kb ─── 0.7%
|
|
152
152
|
│ └ src/index.js
|
|
153
|
-
├ src/components/BenefitMessages.js ───────────────────────── 1.0kb ─── 0.6%
|
|
154
|
-
│ └ src/make-api.js
|
|
155
|
-
│ └ src/index.js
|
|
156
153
|
├ node_modules/lit-html/lib/modify-template.js ────────────── 1.0kb ─── 0.6%
|
|
157
154
|
│ └ node_modules/lit-html/lib/shady-render.js
|
|
158
155
|
│ └ node_modules/lit-element/lit-element.js
|
|
@@ -245,6 +242,9 @@
|
|
|
245
242
|
│ └ src/components/NextUpcomingOrder.js
|
|
246
243
|
│ └ src/make-api.js
|
|
247
244
|
│ └ src/index.js
|
|
245
|
+
├ src/components/BenefitMessages.js ───────────────────────── 447b ──── 0.3%
|
|
246
|
+
│ └ src/make-api.js
|
|
247
|
+
│ └ src/index.js
|
|
248
248
|
├ src/core/store.js ───────────────────────────────────────── 438b ──── 0.3%
|
|
249
249
|
│ └ src/index.js
|
|
250
250
|
├ src/components/NextUpcomingOrder.js ─────────────────────── 377b ──── 0.2%
|