@ordergroove/offers 2.26.8 → 2.26.11
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 +18 -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.11](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.10...@ordergroove/offers@2.26.11) (2022-07-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ordergroove/offers
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.26.10](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.9...@ordergroove/offers@2.26.10) (2022-07-26)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @ordergroove/offers
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [2.26.9](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.8...@ordergroove/offers@2.26.9) (2022-07-22)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **offers:** Support css variables for the radio button ([9cc1b67](https://github.com/ordergroove/plush-toys/commit/9cc1b672116ff9c19abb62b2389b98c650c9ed18))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## [2.26.8](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.7...@ordergroove/offers@2.26.8) (2022-07-21)
|
|
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
|
@@ -205,6 +205,7 @@ button {
|
|
|
205
205
|
og-optin-toggle > div {
|
|
206
206
|
display: flex;
|
|
207
207
|
align-items: center;
|
|
208
|
+
gap: 5px;
|
|
208
209
|
}
|
|
209
210
|
|
|
210
211
|
og-price[regular] {
|
|
@@ -256,12 +257,26 @@ button {
|
|
|
256
257
|
margin: 0 0 1.5em;
|
|
257
258
|
}
|
|
258
259
|
|
|
259
|
-
og-tooltip {
|
|
260
|
-
margin-left: 1em;
|
|
261
|
-
}
|
|
262
260
|
og-tooltip svg {
|
|
263
261
|
fill: var(--og-primary-color, inherit);
|
|
264
262
|
}
|
|
263
|
+
|
|
264
|
+
og-optin-button,
|
|
265
|
+
og-optout-button {
|
|
266
|
+
display: flex;
|
|
267
|
+
align-items: center;
|
|
268
|
+
gap: 5px;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
og-optin-button {
|
|
272
|
+
display: inline-flex;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.og-optin-button-item {
|
|
276
|
+
display: flex;
|
|
277
|
+
gap: 10px;
|
|
278
|
+
align-items: flex-start;
|
|
279
|
+
}
|
|
265
280
|
`}),Bl=x((l,r)=>{r.exports=`* {
|
|
266
281
|
--og-radio-width: 22px;
|
|
267
282
|
--og-radio-height: 22px;
|