@ordergroove/offers 2.26.7 → 2.26.10
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 +27 -0
- package/dist/bundle-report.html +5 -5
- package/dist/examples.js +22 -3
- package/dist/examples.js.map +1 -1
- package/dist/offers.js +10 -6
- package/dist/offers.js.map +2 -2
- package/package.json +3 -3
- package/src/components/OptinStatus.js +10 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.26.10](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.9...@ordergroove/offers@2.26.10) (2022-07-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ordergroove/offers
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.26.9](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.8...@ordergroove/offers@2.26.9) (2022-07-22)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **offers:** Support css variables for the radio button ([9cc1b67](https://github.com/ordergroove/plush-toys/commit/9cc1b672116ff9c19abb62b2389b98c650c9ed18))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [2.26.8](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.7...@ordergroove/offers@2.26.8) (2022-07-21)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @ordergroove/offers
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## [2.26.7](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.6...@ordergroove/offers@2.26.7) (2022-07-19)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @ordergroove/offers
|
package/dist/bundle-report.html
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<pre id="esbuild-metadata">
|
|
2
|
-
dist/examples.js ───────────────────────────────────────────
|
|
3
|
-
├ ../offers-templates/dist/main.js ──────────────────────── 248.
|
|
2
|
+
dist/examples.js ─────────────────────────────────────────── 258.1kb ─ 100.0%
|
|
3
|
+
├ ../offers-templates/dist/main.js ──────────────────────── 248.7kb ── 96.3%
|
|
4
4
|
│ └ examples/index.js
|
|
5
5
|
└ examples/index.js ───────────────────────────────────────── 8.4kb ─── 3.3%
|
|
6
6
|
|
|
7
|
-
dist/offers.js ───────────────────────────────────────────── 109.
|
|
7
|
+
dist/offers.js ───────────────────────────────────────────── 109.1kb ─ 100.0%
|
|
8
8
|
├ src/components/Offer.js ─────────────────────────────────── 7.9kb ─── 7.2%
|
|
9
9
|
│ └ src/index.js
|
|
10
10
|
├ node_modules/redux/es/redux.js ──────────────────────────── 6.7kb ─── 6.1%
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
├ node_modules/lodash.memoize/index.js ────────────────────── 4.0kb ─── 3.7%
|
|
33
33
|
│ └ src/core/api.js
|
|
34
34
|
│ └ src/index.js
|
|
35
|
-
├ src/core/actions.js ─────────────────────────────────────── 3.7kb ─── 3.
|
|
35
|
+
├ src/core/actions.js ─────────────────────────────────────── 3.7kb ─── 3.3%
|
|
36
36
|
│ └ src/index.js
|
|
37
37
|
├ src/index.js ────────────────────────────────────────────── 3.4kb ─── 3.1%
|
|
38
38
|
├ src/core/api.js ─────────────────────────────────────────── 2.5kb ─── 2.3%
|
|
39
39
|
│ └ src/index.js
|
|
40
40
|
├ src/components/UpsellModal.js ───────────────────────────── 2.4kb ─── 2.2%
|
|
41
41
|
│ └ src/index.js
|
|
42
|
-
├ src/components/OptinStatus.js ───────────────────────────── 2.
|
|
42
|
+
├ src/components/OptinStatus.js ───────────────────────────── 2.4kb ─── 2.2%
|
|
43
43
|
│ └ src/index.js
|
|
44
44
|
├ src/core/actions-preview.js ─────────────────────────────── 2.2kb ─── 2.0%
|
|
45
45
|
│ └ src/components/Offer.js
|
package/dist/examples.js
CHANGED
|
@@ -207,6 +207,11 @@ og-optin-toggle > div {
|
|
|
207
207
|
align-items: center;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
+
og-price[regular] {
|
|
211
|
+
margin-left: 12px;
|
|
212
|
+
margin-right: 6px;
|
|
213
|
+
}
|
|
214
|
+
|
|
210
215
|
og-optin-toggle + div {
|
|
211
216
|
height: 0;
|
|
212
217
|
margin: 10px 0 10px 30px;
|
|
@@ -251,12 +256,26 @@ button {
|
|
|
251
256
|
margin: 0 0 1.5em;
|
|
252
257
|
}
|
|
253
258
|
|
|
254
|
-
og-tooltip {
|
|
255
|
-
margin-left: 1em;
|
|
256
|
-
}
|
|
257
259
|
og-tooltip svg {
|
|
258
260
|
fill: var(--og-primary-color, inherit);
|
|
259
261
|
}
|
|
262
|
+
|
|
263
|
+
og-optin-button,
|
|
264
|
+
og-optout-button {
|
|
265
|
+
display: flex;
|
|
266
|
+
align-items: center;
|
|
267
|
+
gap: 5px;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
og-optin-button {
|
|
271
|
+
display: inline-flex;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.og-optin-button-item {
|
|
275
|
+
display: flex;
|
|
276
|
+
gap: 10px;
|
|
277
|
+
align-items: flex-start;
|
|
278
|
+
}
|
|
260
279
|
`}),Bl=x((l,r)=>{r.exports=`* {
|
|
261
280
|
--og-radio-width: 22px;
|
|
262
281
|
--og-radio-height: 22px;
|