@ordergroove/offers 2.26.9 → 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 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.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
+
6
14
  ## [2.26.9](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.26.8...@ordergroove/offers@2.26.9) (2022-07-22)
7
15
 
8
16
 
@@ -1,6 +1,6 @@
1
1
  <pre id="esbuild-metadata">
2
- dist/examples.js ─────────────────────────────────────────── 257.9kb ─ 100.0%
3
- ├ ../offers-templates/dist/main.js ──────────────────────── 248.5kb ── 96.3%
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
 
package/dist/examples.js CHANGED
@@ -256,12 +256,26 @@ button {
256
256
  margin: 0 0 1.5em;
257
257
  }
258
258
 
259
- og-tooltip {
260
- margin-left: 1em;
261
- }
262
259
  og-tooltip svg {
263
260
  fill: var(--og-primary-color, inherit);
264
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
+ }
265
279
  `}),Bl=x((l,r)=>{r.exports=`* {
266
280
  --og-radio-width: 22px;
267
281
  --og-radio-height: 22px;