@ordergroove/offers 2.28.2-alpha-PR-681-4.1 → 2.28.3-alpha-PR-684-2.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.8kb ─ 100.0%
3
+ ├ ../offers-templates/dist/main.js ──────────────────────── 249.2kb ── 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
@@ -20,7 +20,15 @@ callback failed after deep iterate at:
20
20
  --og-primary-color: var(--og-tooltip-background,rgb(70, 124, 141));
21
21
  --og-default-color: #ccc;
22
22
  --og-lead-font-size: 1.3em;
23
+ --og-wrapper-min-width: 30em;
23
24
  }
25
+
26
+ @media only screen and (max-width: 600px) {
27
+ * {
28
+ --og-wrapper-min-width: 0;
29
+ }
30
+ }
31
+
24
32
  svg,
25
33
  button {
26
34
  vertical-align: text-bottom;
@@ -126,6 +134,13 @@ og-incentive-text {
126
134
  --og-tooltip-placement: bottom;
127
135
  --og-tooltip-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
128
136
  --og-checkbox-border: 2px solid #090909;
137
+ --og-wrapper-min-width: 23em;
138
+ }
139
+
140
+ @media only screen and (max-width: 600px) {
141
+ * {
142
+ --og-wrapper-min-width: 0;
143
+ }
129
144
  }
130
145
 
131
146
  og-offer {