@ordergroove/offers 2.26.7-alpha-PR-620-2.51 → 2.26.7

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,14 @@
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.7](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.6...@ordergroove/offers@2.26.7) (2022-07-19)
7
+
8
+ **Note:** Version bump only for package @ordergroove/offers
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.26.6](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.5...@ordergroove/offers@2.26.6) (2022-07-12)
7
15
 
8
16
  **Note:** Version bump only for package @ordergroove/offers
@@ -1,6 +1,6 @@
1
1
  <pre id="esbuild-metadata">
2
- dist/examples.js ─────────────────────────────────────────── 257.7kb ─ 100.0%
3
- ├ ../offers-templates/dist/main.js ──────────────────────── 248.3kb ── 96.3%
2
+ dist/examples.js ─────────────────────────────────────────── 257.8kb ─ 100.0%
3
+ ├ ../offers-templates/dist/main.js ──────────────────────── 248.4kb ── 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;
@@ -290,7 +293,7 @@ og-optin-button button {
290
293
  }
291
294
 
292
295
  og-tooltip {
293
- transform: translateY(3px);
296
+ vertical-align: middle;
294
297
  }
295
298
 
296
299
  .og-offer-incentive {
@@ -315,6 +318,10 @@ og-select-frequency {
315
318
  border-radius: 0;
316
319
  }
317
320
 
321
+ og-price {
322
+ display: inline-flex;
323
+ }
324
+
318
325
  og-price[regular] {
319
326
  font-size: 14px;
320
327
  opacity: 67.5%;