@ordergroove/offers 2.26.6 → 2.26.8
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 +16 -0
- package/dist/bundle-report.html +2 -2
- package/dist/examples.js +13 -1
- package/dist/examples.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.8](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.7...@ordergroove/offers@2.26.8) (2022-07-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ordergroove/offers
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.26.7](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.6...@ordergroove/offers@2.26.7) (2022-07-19)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @ordergroove/offers
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [2.26.6](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.5...@ordergroove/offers@2.26.6) (2022-07-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @ordergroove/offers
|
package/dist/bundle-report.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<pre id="esbuild-metadata">
|
|
2
|
-
dist/examples.js ─────────────────────────────────────────── 257.
|
|
3
|
-
├ ../offers-templates/dist/main.js ──────────────────────── 248.
|
|
2
|
+
dist/examples.js ─────────────────────────────────────────── 257.9kb ─ 100.0%
|
|
3
|
+
├ ../offers-templates/dist/main.js ──────────────────────── 248.5kb ── 96.3%
|
|
4
4
|
│ └ examples/index.js
|
|
5
5
|
└ examples/index.js ───────────────────────────────────────── 8.4kb ─── 3.3%
|
|
6
6
|
|
package/dist/examples.js
CHANGED
|
@@ -125,6 +125,7 @@ og-incentive-text {
|
|
|
125
125
|
--og-tooltip-text-align: center;
|
|
126
126
|
--og-tooltip-placement: bottom;
|
|
127
127
|
--og-tooltip-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
|
|
128
|
+
--og-checkbox-border: 2px solid #090909;
|
|
128
129
|
}
|
|
129
130
|
|
|
130
131
|
og-offer {
|
|
@@ -193,7 +194,9 @@ button {
|
|
|
193
194
|
}
|
|
194
195
|
|
|
195
196
|
.og-button-toggle {
|
|
197
|
+
border: var(--og-checkbox-border, 2px solid #090909);
|
|
196
198
|
padding: 2px;
|
|
199
|
+
line-height: 11px;
|
|
197
200
|
border-radius: 3px;
|
|
198
201
|
margin: 0 5px 0 0;
|
|
199
202
|
background: #fff;
|
|
@@ -204,6 +207,11 @@ og-optin-toggle > div {
|
|
|
204
207
|
align-items: center;
|
|
205
208
|
}
|
|
206
209
|
|
|
210
|
+
og-price[regular] {
|
|
211
|
+
margin-left: 12px;
|
|
212
|
+
margin-right: 6px;
|
|
213
|
+
}
|
|
214
|
+
|
|
207
215
|
og-optin-toggle + div {
|
|
208
216
|
height: 0;
|
|
209
217
|
margin: 10px 0 10px 30px;
|
|
@@ -290,7 +298,7 @@ og-optin-button button {
|
|
|
290
298
|
}
|
|
291
299
|
|
|
292
300
|
og-tooltip {
|
|
293
|
-
|
|
301
|
+
vertical-align: middle;
|
|
294
302
|
}
|
|
295
303
|
|
|
296
304
|
.og-offer-incentive {
|
|
@@ -315,6 +323,10 @@ og-select-frequency {
|
|
|
315
323
|
border-radius: 0;
|
|
316
324
|
}
|
|
317
325
|
|
|
326
|
+
og-price {
|
|
327
|
+
display: inline-flex;
|
|
328
|
+
}
|
|
329
|
+
|
|
318
330
|
og-price[regular] {
|
|
319
331
|
font-size: 14px;
|
|
320
332
|
opacity: 67.5%;
|