@ordergroove/offers 2.28.2-alpha-PR-681-4.1 → 2.28.2

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.28.2](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.28.1...@ordergroove/offers@2.28.2) (2022-10-13)
7
+
8
+ **Note:** Version bump only for package @ordergroove/offers
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.28.1](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.28.0...@ordergroove/offers@2.28.1) (2022-10-10)
7
15
 
8
16
  **Note:** Version bump only for package @ordergroove/offers
@@ -1,11 +1,11 @@
1
1
  <pre id="esbuild-metadata">
2
- dist/examples.js ─────────────────────────────────────────── 258.5kb ─ 100.0%
3
- ├ ../offers-templates/dist/main.js ──────────────────────── 249.0kb ── 96.3%
2
+ dist/examples.js ─────────────────────────────────────────── 258.6kb ─ 100.0%
3
+ ├ ../offers-templates/dist/main.js ──────────────────────── 249.1kb ── 96.3%
4
4
  │ └ examples/index.js
5
5
  └ examples/index.js ───────────────────────────────────────── 8.5kb ─── 3.3%
6
6
 
7
- dist/offers.js ───────────────────────────────────────────── 126.8kb ─ 100.0%
8
- ├ src/components/Offer.js ─────────────────────────────────── 8.1kb ─── 6.4%
7
+ dist/offers.js ───────────────────────────────────────────── 126.9kb ─ 100.0%
8
+ ├ src/components/Offer.js ─────────────────────────────────── 8.2kb ─── 6.4%
9
9
  │ └ src/make-api.js
10
10
  │ └ src/index.js
11
11
  ├ node_modules/redux/es/redux.js ──────────────────────────── 6.7kb ─── 5.3%
package/dist/examples.js CHANGED
@@ -126,6 +126,13 @@ og-incentive-text {
126
126
  --og-tooltip-placement: bottom;
127
127
  --og-tooltip-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
128
128
  --og-checkbox-border: 2px solid #090909;
129
+ --og-wrapper-min-width: 23em;
130
+ }
131
+
132
+ @media only screen and (max-width: 600px) {
133
+ * {
134
+ --og-wrapper-min-width: 0;
135
+ }
129
136
  }
130
137
 
131
138
  og-offer {