@ordergroove/offers 2.45.6 → 2.46.1-alpha-PR-1285-2.53
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 +11 -0
- package/dist/bundle-report.html +58 -54
- package/dist/examples.js +5 -5
- package/dist/examples.js.map +2 -2
- package/dist/offers.js +104 -77
- package/dist/offers.js.map +4 -4
- package/package.json +3 -3
- package/src/components/Offer.js +3 -1
- package/src/components/Price.js +31 -11
- package/src/components/Tooltip.js +127 -15
- package/src/components/__tests__/Price.spec.js +74 -1
- package/src/components/__tests__/Tooltip.spec.js +214 -3
- package/src/core/__tests__/experiments.spec.js +16 -3
- package/src/core/__tests__/reducer.spec.js +152 -1
- package/src/core/__tests__/selectors.spec.js +405 -1
- package/src/core/adapters.js +2 -0
- package/src/core/constants.js +7 -0
- package/src/core/experiments.js +3 -2
- package/src/core/reducer.ts +41 -9
- package/src/core/selectors.ts +66 -1
- package/src/core/types/api.ts +19 -1
- package/src/core/types/reducer.ts +14 -1
- package/src/shopify/__tests__/productPlan.spec.js +3 -3
- package/src/shopify/__tests__/shopifyMiddleware.spec.js +227 -6
- package/src/shopify/__tests__/shopifyReducer.spec.js +90 -17
- package/src/shopify/reducers/productPlans.ts +2 -1
- package/src/shopify/shopifyMiddleware.ts +45 -7
- package/src/shopify/shopifyReducer.ts +21 -0
- package/src/shopify/types/productPlan.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.46.0](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.45.6...@ordergroove/offers@2.46.0) (2025-09-16)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* support manual activation of tooltip ([370a7ca](https://github.com/ordergroove/plush-toys/commit/370a7cae4b24ebc33219ca374ae22f8eaa51a5f2))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.45.6](https://github.com/ordergroove/plush-toys/compare/@ordergroove/offers@2.45.5...@ordergroove/offers@2.45.6) (2025-09-16)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @ordergroove/offers
|
package/dist/bundle-report.html
CHANGED
|
@@ -1,79 +1,79 @@
|
|
|
1
1
|
<pre id="esbuild-metadata">
|
|
2
|
-
dist/examples.js ─────────────────────────────────────────── 279.
|
|
3
|
-
├ ../offers-templates/dist/main.js ──────────────────────── 269.
|
|
2
|
+
dist/examples.js ─────────────────────────────────────────── 279.8kb ─ 100.0%
|
|
3
|
+
├ ../offers-templates/dist/main.js ──────────────────────── 269.2kb ── 96.2%
|
|
4
4
|
│ └ examples/index.js
|
|
5
5
|
└ examples/index.js ───────────────────────────────────────── 9.7kb ─── 3.5%
|
|
6
6
|
|
|
7
|
-
dist/offers.js ─────────────────────────────────────────────
|
|
8
|
-
├ src/components/Offer.js ─────────────────────────────────── 9.
|
|
7
|
+
dist/offers.js ───────────────────────────────────────────── 155.7kb ─ 100.0%
|
|
8
|
+
├ src/components/Offer.js ─────────────────────────────────── 9.6kb ─── 6.2%
|
|
9
9
|
│ └ src/make-api.js
|
|
10
10
|
│ └ src/index.js
|
|
11
|
-
├ src/core/reducer.ts ───────────────────────────────────────
|
|
11
|
+
├ src/core/reducer.ts ─────────────────────────────────────── 7.1kb ─── 4.5%
|
|
12
12
|
│ └ src/index.js
|
|
13
|
-
├
|
|
13
|
+
├ src/components/Tooltip.js ───────────────────────────────── 6.7kb ─── 4.3%
|
|
14
|
+
│ └ src/make-api.js
|
|
15
|
+
│ └ src/index.js
|
|
16
|
+
├ node_modules/redux/es/redux.js ──────────────────────────── 6.6kb ─── 4.3%
|
|
14
17
|
│ └ src/shopify/shopifyReducer.ts
|
|
15
18
|
│ └ src/index.js
|
|
16
|
-
├
|
|
19
|
+
├ src/shopify/shopifyMiddleware.ts ────────────────────────── 5.5kb ─── 3.6%
|
|
20
|
+
│ └ src/index.js
|
|
21
|
+
├ node_modules/lit-element/lib/updating-element.js ────────── 5.4kb ─── 3.4%
|
|
17
22
|
│ └ node_modules/lit-element/lit-element.js
|
|
18
23
|
│ └ src/components/Price.js
|
|
19
24
|
│ └ src/make-api.js
|
|
20
25
|
│ └ src/index.js
|
|
21
|
-
├ src/components/TestWizard.js ────────────────────────────── 5.1kb ─── 3.
|
|
26
|
+
├ src/components/TestWizard.js ────────────────────────────── 5.1kb ─── 3.3%
|
|
22
27
|
│ └ src/run-tests.js
|
|
23
28
|
│ └ src/test-mode.js
|
|
24
29
|
│ └ src/make-api.js
|
|
25
30
|
│ └ src/index.js
|
|
26
|
-
├
|
|
27
|
-
│ └ src/index.js
|
|
28
|
-
├ node_modules/lit-html/lib/parts.js ──────────────────────── 4.9kb ─── 3.3%
|
|
31
|
+
├ node_modules/lit-html/lib/parts.js ──────────────────────── 4.9kb ─── 3.2%
|
|
29
32
|
│ └ node_modules/lit-html/lit-html.js
|
|
30
33
|
│ └ node_modules/lit-element/lit-element.js
|
|
31
34
|
│ └ src/components/Price.js
|
|
32
35
|
│ └ src/make-api.js
|
|
33
36
|
│ └ src/index.js
|
|
34
|
-
├ src/components/Modal.js ─────────────────────────────────── 4.8kb ─── 3.
|
|
37
|
+
├ src/components/Modal.js ─────────────────────────────────── 4.8kb ─── 3.1%
|
|
35
38
|
│ └ src/make-api.js
|
|
36
39
|
│ └ src/index.js
|
|
37
|
-
├ src/core/actions-preview.js ─────────────────────────────── 4.6kb ───
|
|
40
|
+
├ src/core/actions-preview.js ─────────────────────────────── 4.6kb ─── 2.9%
|
|
38
41
|
│ └ src/components/Offer.js
|
|
39
42
|
│ └ src/make-api.js
|
|
40
43
|
│ └ src/index.js
|
|
41
|
-
├ src/
|
|
42
|
-
│ └ src/
|
|
43
|
-
│ └ src/index.js
|
|
44
|
+
├ src/shopify/shopifyReducer.ts ───────────────────────────── 4.1kb ─── 2.7%
|
|
45
|
+
│ └ src/index.js
|
|
44
46
|
├ node_modules/lodash.memoize/index.js ────────────────────── 4.0kb ─── 2.6%
|
|
45
47
|
│ └ src/shopify/shopifyMiddleware.ts
|
|
46
48
|
│ └ src/index.js
|
|
47
|
-
├ src/
|
|
48
|
-
│ └ src/index.js
|
|
49
|
-
├ src/core/actions.js ─────────────────────────────────────── 3.7kb ─── 2.5%
|
|
49
|
+
├ src/core/actions.js ─────────────────────────────────────── 3.7kb ─── 2.4%
|
|
50
50
|
│ └ src/shopify/shopifyBootstrap.ts
|
|
51
51
|
│ └ src/index.js
|
|
52
|
-
├ src/core/selectors.ts ─────────────────────────────────────
|
|
52
|
+
├ src/core/selectors.ts ───────────────────────────────────── 3.7kb ─── 2.4%
|
|
53
53
|
│ └ src/core/utils.ts
|
|
54
54
|
│ └ src/index.js
|
|
55
|
-
├ src/make-api.js ─────────────────────────────────────────── 2.8kb ─── 1.
|
|
55
|
+
├ src/make-api.js ─────────────────────────────────────────── 2.8kb ─── 1.8%
|
|
56
56
|
│ └ src/index.js
|
|
57
57
|
├ src/components/OptinStatus.js ───────────────────────────── 2.8kb ─── 1.8%
|
|
58
58
|
│ └ src/make-api.js
|
|
59
59
|
│ └ src/index.js
|
|
60
|
-
├ src/core/api.js ─────────────────────────────────────────── 2.6kb ─── 1.
|
|
60
|
+
├ src/core/api.js ─────────────────────────────────────────── 2.6kb ─── 1.6%
|
|
61
61
|
│ └ src/core/reducer.ts
|
|
62
62
|
│ └ src/index.js
|
|
63
|
-
├ src/components/UpsellModal.js ───────────────────────────── 2.5kb ─── 1.
|
|
63
|
+
├ src/components/UpsellModal.js ───────────────────────────── 2.5kb ─── 1.6%
|
|
64
64
|
│ └ src/make-api.js
|
|
65
65
|
│ └ src/index.js
|
|
66
|
-
├ src/core/utils.ts ───────────────────────────────────────── 2.4kb ─── 1.
|
|
66
|
+
├ src/core/utils.ts ───────────────────────────────────────── 2.4kb ─── 1.5%
|
|
67
67
|
│ └ src/index.js
|
|
68
|
-
├ src/shopify/reducers/productPlans.ts ────────────────────── 2.
|
|
68
|
+
├ src/shopify/reducers/productPlans.ts ────────────────────── 2.3kb ─── 1.5%
|
|
69
69
|
│ └ src/shopify/shopifyReducer.ts
|
|
70
70
|
│ └ src/index.js
|
|
71
|
-
├ node_modules/lit-html/lib/shady-render.js ───────────────── 2.0kb ─── 1.
|
|
71
|
+
├ node_modules/lit-html/lib/shady-render.js ───────────────── 2.0kb ─── 1.3%
|
|
72
72
|
│ └ node_modules/lit-element/lit-element.js
|
|
73
73
|
│ └ src/components/Price.js
|
|
74
74
|
│ └ src/make-api.js
|
|
75
75
|
│ └ src/index.js
|
|
76
|
-
├ src/components/SelectFrequency.js ───────────────────────── 1.9kb ─── 1.
|
|
76
|
+
├ src/components/SelectFrequency.js ───────────────────────── 1.9kb ─── 1.2%
|
|
77
77
|
│ └ src/make-api.js
|
|
78
78
|
│ └ src/index.js
|
|
79
79
|
├ src/components/IncentiveText.js ─────────────────────────── 1.9kb ─── 1.2%
|
|
@@ -85,16 +85,19 @@
|
|
|
85
85
|
├ src/shopify/reducers/config.ts ──────────────────────────── 1.8kb ─── 1.2%
|
|
86
86
|
│ └ src/shopify/shopifyReducer.ts
|
|
87
87
|
│ └ src/index.js
|
|
88
|
-
├
|
|
88
|
+
├ src/components/Price.js ─────────────────────────────────── 1.8kb ─── 1.2%
|
|
89
|
+
│ └ src/make-api.js
|
|
90
|
+
│ └ src/index.js
|
|
91
|
+
├ node_modules/lit-html/lib/template.js ───────────────────── 1.8kb ─── 1.1%
|
|
89
92
|
│ └ node_modules/lit-html/lit-html.js
|
|
90
93
|
│ └ node_modules/lit-element/lit-element.js
|
|
91
94
|
│ └ src/components/Price.js
|
|
92
95
|
│ └ src/make-api.js
|
|
93
96
|
│ └ src/index.js
|
|
94
|
-
├ src/components/Select.js ────────────────────────────────── 1.8kb ─── 1.
|
|
97
|
+
├ src/components/Select.js ────────────────────────────────── 1.8kb ─── 1.1%
|
|
95
98
|
│ └ src/make-api.js
|
|
96
99
|
│ └ src/index.js
|
|
97
|
-
├ src/components/PrepaidToggle.js ─────────────────────────── 1.7kb ─── 1.
|
|
100
|
+
├ src/components/PrepaidToggle.js ─────────────────────────── 1.7kb ─── 1.1%
|
|
98
101
|
│ └ src/make-api.js
|
|
99
102
|
│ └ src/index.js
|
|
100
103
|
├ node_modules/lit-element/lit-element.js ─────────────────── 1.7kb ─── 1.1%
|
|
@@ -114,13 +117,10 @@
|
|
|
114
117
|
│ └ src/components/When.js
|
|
115
118
|
│ └ src/make-api.js
|
|
116
119
|
│ └ src/index.js
|
|
117
|
-
├ src/components/Price.js ─────────────────────────────────── 1.5kb ─── 1.0%
|
|
118
|
-
│ └ src/make-api.js
|
|
119
|
-
│ └ src/index.js
|
|
120
120
|
├ src/components/OptinToggle.js ───────────────────────────── 1.5kb ─── 1.0%
|
|
121
121
|
│ └ src/make-api.js
|
|
122
122
|
│ └ src/index.js
|
|
123
|
-
├ src/components/OptinSelect.js ───────────────────────────── 1.4kb ───
|
|
123
|
+
├ src/components/OptinSelect.js ───────────────────────────── 1.4kb ─── 0.9%
|
|
124
124
|
│ └ src/make-api.js
|
|
125
125
|
│ └ src/index.js
|
|
126
126
|
├ src/shopify/utils.ts ────────────────────────────────────── 1.4kb ─── 0.9%
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
├ src/components/UpsellButton.js ──────────────────────────── 1.4kb ─── 0.9%
|
|
130
130
|
│ └ src/make-api.js
|
|
131
131
|
│ └ src/index.js
|
|
132
|
-
├ node_modules/reselect/es/index.js ───────────────────────── 1.3kb ─── 0.
|
|
132
|
+
├ node_modules/reselect/es/index.js ───────────────────────── 1.3kb ─── 0.8%
|
|
133
133
|
│ └ src/core/selectors.ts
|
|
134
134
|
│ └ src/core/utils.ts
|
|
135
135
|
│ └ src/index.js
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
├ src/core/constants.js ───────────────────────────────────── 1.2kb ─── 0.8%
|
|
144
144
|
│ └ src/shopify/shopifyTrackingMiddleware.ts
|
|
145
145
|
│ └ src/index.js
|
|
146
|
-
├ src/components/PrepaidSelect.js ─────────────────────────── 1.2kb ─── 0.
|
|
146
|
+
├ src/components/PrepaidSelect.js ─────────────────────────── 1.2kb ─── 0.7%
|
|
147
147
|
│ └ src/make-api.js
|
|
148
148
|
│ └ src/index.js
|
|
149
149
|
├ src/shopify/shopifyBootstrap.ts ─────────────────────────── 1.1kb ─── 0.7%
|
|
@@ -151,18 +151,18 @@
|
|
|
151
151
|
├ src/index.js ────────────────────────────────────────────── 1.1kb ─── 0.7%
|
|
152
152
|
├ src/shopify/shopifyTrackingMiddleware.ts ────────────────── 1.1kb ─── 0.7%
|
|
153
153
|
│ └ src/index.js
|
|
154
|
-
├ node_modules/lit-html/lib/modify-template.js ────────────── 1.0kb ─── 0.
|
|
154
|
+
├ node_modules/lit-html/lib/modify-template.js ────────────── 1.0kb ─── 0.6%
|
|
155
155
|
│ └ node_modules/lit-html/lib/shady-render.js
|
|
156
156
|
│ └ node_modules/lit-element/lit-element.js
|
|
157
157
|
│ └ src/components/Price.js
|
|
158
158
|
│ └ src/make-api.js
|
|
159
159
|
│ └ src/index.js
|
|
160
|
-
├ node_modules/logical-expression-parser/node.js ──────────── 1.0kb ─── 0.
|
|
160
|
+
├ node_modules/logical-expression-parser/node.js ──────────── 1.0kb ─── 0.6%
|
|
161
161
|
│ └ node_modules/logical-expression-parser/index.js
|
|
162
162
|
│ └ src/components/When.js
|
|
163
163
|
│ └ src/make-api.js
|
|
164
164
|
│ └ src/index.js
|
|
165
|
-
├ ../offers-live-editor/dist/offers-live-editor.js ───────── 1006b ──── 0.
|
|
165
|
+
├ ../offers-live-editor/dist/offers-live-editor.js ───────── 1006b ──── 0.6%
|
|
166
166
|
│ └ src/make-api.js
|
|
167
167
|
│ └ src/index.js
|
|
168
168
|
├ ../auth/dist/auth.js ────────────────────────────────────── 985b ──── 0.6%
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
│ └ src/components/Price.js
|
|
176
176
|
│ └ src/make-api.js
|
|
177
177
|
│ └ src/index.js
|
|
178
|
-
├ node_modules/murmurhash-js/murmurhash3_gc.js ──────────────
|
|
178
|
+
├ node_modules/murmurhash-js/murmurhash3_gc.js ────────────── 959b ──── 0.6%
|
|
179
179
|
│ └ node_modules/murmurhash-js/index.js
|
|
180
180
|
│ └ src/core/experiments.js
|
|
181
181
|
│ └ src/shopify/shopifyReducer.ts
|
|
@@ -198,10 +198,10 @@
|
|
|
198
198
|
│ └ src/components/PrepaidSelect.js
|
|
199
199
|
│ └ src/make-api.js
|
|
200
200
|
│ └ src/index.js
|
|
201
|
-
├ node_modules/throttle-debounce/index.umd.js ───────────────
|
|
201
|
+
├ node_modules/throttle-debounce/index.umd.js ─────────────── 871b ──── 0.5%
|
|
202
202
|
│ └ src/shopify/shopifyMiddleware.ts
|
|
203
203
|
│ └ src/index.js
|
|
204
|
-
├ src/components/Text.js ──────────────────────────────────── 858b ──── 0.
|
|
204
|
+
├ src/components/Text.js ──────────────────────────────────── 858b ──── 0.5%
|
|
205
205
|
│ └ src/make-api.js
|
|
206
206
|
│ └ src/index.js
|
|
207
207
|
├ src/core/connect.js ─────────────────────────────────────── 794b ──── 0.5%
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
├ src/components/SubscriptionButton.js ────────────────────── 762b ──── 0.5%
|
|
211
211
|
│ └ src/make-api.js
|
|
212
212
|
│ └ src/index.js
|
|
213
|
-
├ node_modules/murmurhash-js/murmurhash2_gc.js ──────────────
|
|
213
|
+
├ node_modules/murmurhash-js/murmurhash2_gc.js ────────────── 697b ──── 0.4%
|
|
214
214
|
│ └ node_modules/murmurhash-js/index.js
|
|
215
215
|
│ └ src/core/experiments.js
|
|
216
216
|
│ └ src/shopify/shopifyReducer.ts
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
│ └ src/components/Price.js
|
|
232
232
|
│ └ src/make-api.js
|
|
233
233
|
│ └ src/index.js
|
|
234
|
-
├ node_modules/logical-expression-parser/polish.js ──────────
|
|
234
|
+
├ node_modules/logical-expression-parser/polish.js ────────── 594b ──── 0.4%
|
|
235
235
|
│ └ node_modules/logical-expression-parser/index.js
|
|
236
236
|
│ └ src/components/When.js
|
|
237
237
|
│ └ src/make-api.js
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
│ └ src/components/Price.js
|
|
255
255
|
│ └ src/make-api.js
|
|
256
256
|
│ └ src/index.js
|
|
257
|
-
├ node_modules/logical-expression-parser/tokenizer.js ───────
|
|
257
|
+
├ node_modules/logical-expression-parser/tokenizer.js ─────── 355b ──── 0.2%
|
|
258
258
|
│ └ node_modules/logical-expression-parser/index.js
|
|
259
259
|
│ └ src/components/When.js
|
|
260
260
|
│ └ src/make-api.js
|
|
@@ -278,19 +278,23 @@
|
|
|
278
278
|
├ ../../node_modules/redux-thunk/es/index.js ──────────────── 247b ──── 0.2%
|
|
279
279
|
│ └ src/core/store.js
|
|
280
280
|
│ └ src/index.js
|
|
281
|
-
├ node_modules/logical-expression-parser/token-type.js ──────
|
|
281
|
+
├ node_modules/logical-expression-parser/token-type.js ────── 238b ──── 0.1%
|
|
282
282
|
│ └ node_modules/logical-expression-parser/node.js
|
|
283
283
|
│ └ node_modules/logical-expression-parser/index.js
|
|
284
284
|
│ └ src/components/When.js
|
|
285
285
|
│ └ src/make-api.js
|
|
286
286
|
│ └ src/index.js
|
|
287
|
+
├ node_modules/lit-html/directives/if-defined.js ──────────── 210b ──── 0.1%
|
|
288
|
+
│ └ src/components/Tooltip.js
|
|
289
|
+
│ └ src/make-api.js
|
|
290
|
+
│ └ src/index.js
|
|
287
291
|
├ node_modules/lit-html/lib/dom.js ────────────────────────── 207b ──── 0.1%
|
|
288
292
|
│ └ node_modules/lit-html/lit-html.js
|
|
289
293
|
│ └ node_modules/lit-element/lit-element.js
|
|
290
294
|
│ └ src/components/Price.js
|
|
291
295
|
│ └ src/make-api.js
|
|
292
296
|
│ └ src/index.js
|
|
293
|
-
├ node_modules/logical-expression-parser/index.js ───────────
|
|
297
|
+
├ node_modules/logical-expression-parser/index.js ─────────── 196b ──── 0.1%
|
|
294
298
|
│ └ src/components/When.js
|
|
295
299
|
│ └ src/make-api.js
|
|
296
300
|
│ └ src/index.js
|
|
@@ -315,21 +319,21 @@
|
|
|
315
319
|
│ └ src/index.js
|
|
316
320
|
├ src/platform.ts ─────────────────────────────────────────── 149b ──── 0.1%
|
|
317
321
|
│ └ src/index.js
|
|
322
|
+
├ node_modules/lit-html/lib/directive.js ──────────────────── 141b ──── 0.1%
|
|
323
|
+
│ └ node_modules/lit-html/lit-html.js
|
|
324
|
+
│ └ node_modules/lit-element/lit-element.js
|
|
325
|
+
│ └ src/components/Price.js
|
|
326
|
+
│ └ src/make-api.js
|
|
327
|
+
│ └ src/index.js
|
|
318
328
|
├ node_modules/lit-html/lit-html.js ───────────────────────── 135b ──── 0.1%
|
|
319
329
|
│ └ node_modules/lit-element/lit-element.js
|
|
320
330
|
│ └ src/components/Price.js
|
|
321
331
|
│ └ src/make-api.js
|
|
322
332
|
│ └ src/index.js
|
|
323
|
-
├ node_modules/murmurhash-js/index.js
|
|
333
|
+
├ node_modules/murmurhash-js/index.js ─────────────────────── 100b ──── 0.1%
|
|
324
334
|
│ └ src/core/experiments.js
|
|
325
335
|
│ └ src/shopify/shopifyReducer.ts
|
|
326
336
|
│ └ src/index.js
|
|
327
|
-
├ node_modules/lit-html/lib/directive.js ───────────────────── 78b ──── 0.1%
|
|
328
|
-
│ └ node_modules/lit-html/lit-html.js
|
|
329
|
-
│ └ node_modules/lit-element/lit-element.js
|
|
330
|
-
│ └ src/components/Price.js
|
|
331
|
-
│ └ src/make-api.js
|
|
332
|
-
│ └ src/index.js
|
|
333
337
|
├ node_modules/lit-element/lib/decorators.js ───────────────── 75b ──── 0.0%
|
|
334
338
|
│ └ node_modules/lit-element/lit-element.js
|
|
335
339
|
│ └ src/components/Price.js
|
package/dist/examples.js
CHANGED
|
@@ -928,7 +928,7 @@ og-prepaid-toggle {
|
|
|
928
928
|
</div>
|
|
929
929
|
|
|
930
930
|
`+((e=s.invokePartial(u(o,"prepaidBox"),r,{name:"prepaidBox",data:a,indent:" ",helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")+`</og-when>
|
|
931
|
-
`},usePartial:!0,useData:!0})),re.default.registerPartial("prepaid-enabled-radio",re.default.template({1:function(s,r,t,o,a){var e,n=r??(s.nullContext||{}),i=s.lookupProperty||function(l,u){if(Object.prototype.hasOwnProperty.call(l,u))return l[u]};return
|
|
931
|
+
`},usePartial:!0,useData:!0})),re.default.registerPartial("prepaid-enabled-radio",re.default.template({1:function(s,r,t,o,a){var e,n=r??(s.nullContext||{}),i=s.lookupProperty||function(l,u){if(Object.prototype.hasOwnProperty.call(l,u))return l[u]};return' <og-tooltip activation-type="manual" '+((e=i(t,"if").call(n,(e=r!=null?i(r,"styles"):r)!=null?i(e,"tooltipPlacement"):e,{name:"if",hash:{},fn:s.program(2,a,0),inverse:s.noop,data:a,loc:{start:{line:13,column:49},end:{line:13,column:127}}}))!=null?e:"")+`>
|
|
932
932
|
<span slot="trigger">`+((e=s.invokePartial(i(o,"tooltipIcon"),r,{name:"tooltipIcon",data:a,helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")+`</span>
|
|
933
933
|
<span slot="content">`+s.escapeExpression((i(t,"withIncentives")||r&&i(r,"withIncentives")||s.hooks.helperMissing).call(n,(e=r!=null?i(r,"textCopy"):r)!=null?i(e,"offerTooltipContent"):e,{name:"withIncentives",hash:{},data:a,loc:{start:{line:15,column:37},end:{line:15,column:84}}}))+`</span>
|
|
934
934
|
</og-tooltip>
|
|
@@ -953,7 +953,7 @@ og-prepaid-toggle {
|
|
|
953
953
|
</div>
|
|
954
954
|
|
|
955
955
|
`+((e=s.invokePartial(i(o,"prepaidBox"),r,{name:"prepaidBox",data:a,indent:" ",helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")+`</og-when>
|
|
956
|
-
`+((e=s.invokePartial(i(o,"iuTemplate"),r,{name:"iuTemplate",data:a,helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")},usePartial:!0,useData:!0})),re.default.registerPartial("prepaid-option",re.default.template({1:function(s,r,t,o,a){var e,n=r??(s.nullContext||{}),i=s.lookupProperty||function(l,u){if(Object.prototype.hasOwnProperty.call(l,u))return l[u]};return
|
|
956
|
+
`+((e=s.invokePartial(i(o,"iuTemplate"),r,{name:"iuTemplate",data:a,helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")},usePartial:!0,useData:!0})),re.default.registerPartial("prepaid-option",re.default.template({1:function(s,r,t,o,a){var e,n=r??(s.nullContext||{}),i=s.lookupProperty||function(l,u){if(Object.prototype.hasOwnProperty.call(l,u))return l[u]};return' <og-tooltip activation-type="manual" '+((e=i(t,"if").call(n,(e=r!=null?i(r,"styles"):r)!=null?i(e,"tooltipPlacement"):e,{name:"if",hash:{},fn:s.program(2,a,0),inverse:s.noop,data:a,loc:{start:{line:15,column:53},end:{line:15,column:131}}}))!=null?e:"")+`>
|
|
957
957
|
<span slot="trigger">`+((e=s.invokePartial(i(o,"tooltipIcon"),r,{name:"tooltipIcon",data:a,helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")+`</span>
|
|
958
958
|
<span slot="content">`+s.escapeExpression((i(t,"withIncentives")||r&&i(r,"withIncentives")||s.hooks.helperMissing).call(n,(e=r!=null?i(r,"textCopy"):r)!=null?i(e,"offerTooltipContent"):e,{name:"withIncentives",hash:{},data:a,loc:{start:{line:17,column:41},end:{line:17,column:88}}}))+`</span>
|
|
959
959
|
</og-tooltip>
|
|
@@ -1019,7 +1019,7 @@ og-prepaid-toggle {
|
|
|
1019
1019
|
</og-when>
|
|
1020
1020
|
</div>
|
|
1021
1021
|
</og-when>
|
|
1022
|
-
`},useData:!0})),re.default.registerPartial("radio",re.default.template({1:function(s,r,t,o,a){var e,n=r??(s.nullContext||{}),i=s.lookupProperty||function(l,u){if(Object.prototype.hasOwnProperty.call(l,u))return l[u]};return
|
|
1022
|
+
`},useData:!0})),re.default.registerPartial("radio",re.default.template({1:function(s,r,t,o,a){var e,n=r??(s.nullContext||{}),i=s.lookupProperty||function(l,u){if(Object.prototype.hasOwnProperty.call(l,u))return l[u]};return' <og-tooltip activation-type="manual" '+((e=i(t,"if").call(n,(e=r!=null?i(r,"styles"):r)!=null?i(e,"tooltipPlacement"):e,{name:"if",hash:{},fn:s.program(2,a,0),inverse:s.noop,data:a,loc:{start:{line:13,column:49},end:{line:13,column:127}}}))!=null?e:"")+`>
|
|
1023
1023
|
<span slot="trigger">`+((e=s.invokePartial(i(o,"tooltipIcon"),r,{name:"tooltipIcon",data:a,helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")+`</span>
|
|
1024
1024
|
<span slot="content">`+s.escapeExpression((i(t,"withIncentives")||r&&i(r,"withIncentives")||s.hooks.helperMissing).call(n,(e=r!=null?i(r,"textCopy"):r)!=null?i(e,"offerTooltipContent"):e,{name:"withIncentives",hash:{},data:a,loc:{start:{line:15,column:37},end:{line:15,column:84}}}))+`</span>
|
|
1025
1025
|
</og-tooltip>
|
|
@@ -1082,7 +1082,7 @@ og-prepaid-toggle {
|
|
|
1082
1082
|
`+l((u(t,"withIncentives")||r&&u(r,"withIncentives")||i).call(n,(e=r!=null?u(r,"textCopy"):r)!=null?u(e,"offerEveryLabel"):e,{name:"withIncentives",hash:{},data:a,loc:{start:{line:9,column:4},end:{line:9,column:47}}}))+`
|
|
1083
1083
|
`+((e=s.invokePartial(u(o,"selectFrequency"),r,{name:"selectFrequency",data:a,indent:" ",helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")+`</p>
|
|
1084
1084
|
</og-when>
|
|
1085
|
-
`+((e=s.invokePartial(u(o,"iuTemplate"),r,{name:"iuTemplate",data:a,helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")},usePartial:!0,useData:!0})),re.default.registerPartial("tooltip",re.default.template({1:function(s,r,t,o,a){var e,n=r??(s.nullContext||{}),i=s.hooks.helperMissing,l=s.escapeExpression,u=s.lookupProperty||function(p,d){if(Object.prototype.hasOwnProperty.call(p,d))return p[d]};return
|
|
1085
|
+
`+((e=s.invokePartial(u(o,"iuTemplate"),r,{name:"iuTemplate",data:a,helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")},usePartial:!0,useData:!0})),re.default.registerPartial("tooltip",re.default.template({1:function(s,r,t,o,a){var e,n=r??(s.nullContext||{}),i=s.hooks.helperMissing,l=s.escapeExpression,u=s.lookupProperty||function(p,d){if(Object.prototype.hasOwnProperty.call(p,d))return p[d]};return'<og-tooltip activation-type="manual" '+((e=u(t,"if").call(n,(e=r!=null?u(r,"styles"):r)!=null?u(e,"tooltipPlacement"):e,{name:"if",hash:{},fn:s.program(2,a,0),inverse:s.noop,data:a,loc:{start:{line:2,column:37},end:{line:2,column:115}}}))!=null?e:"")+`>
|
|
1086
1086
|
<span slot="trigger">`+l((u(t,"withIncentives")||r&&u(r,"withIncentives")||i).call(n,(e=r!=null?u(r,"textCopy"):r)!=null?u(e,"offerTooltipTrigger"):e,{name:"withIncentives",hash:{},data:a,loc:{start:{line:3,column:25},end:{line:3,column:72}}}))+`</span>
|
|
1087
1087
|
<span slot="content">`+l((u(t,"withIncentives")||r&&u(r,"withIncentives")||i).call(n,(e=r!=null?u(r,"textCopy"):r)!=null?u(e,"offerTooltipContent"):e,{name:"withIncentives",hash:{},data:a,loc:{start:{line:4,column:25},end:{line:4,column:72}}}))+`</span>
|
|
1088
1088
|
</og-tooltip>
|
|
@@ -1092,7 +1092,7 @@ og-prepaid-toggle {
|
|
|
1092
1092
|
style=" fill: #000000;"
|
|
1093
1093
|
>
|
|
1094
1094
|
<path d="M15,3C8.373,3,3,8.373,3,15c0,6.627,5.373,12,12,12s12-5.373,12-12C27,8.373,21.627,3,15,3z M16,21h-2v-7h2V21z M15,11.5 c-0.828,0-1.5-0.672-1.5-1.5s0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5S15.828,11.5,15,11.5z"></path>
|
|
1095
|
-
</svg>`},useData:!0})),re.default.registerPartial("tooltipSvg",re.default.template({1:function(s,r,t,o,a){var e,n=r??(s.nullContext||{}),i=s.lookupProperty||function(l,u){if(Object.prototype.hasOwnProperty.call(l,u))return l[u]};return
|
|
1095
|
+
</svg>`},useData:!0})),re.default.registerPartial("tooltipSvg",re.default.template({1:function(s,r,t,o,a){var e,n=r??(s.nullContext||{}),i=s.lookupProperty||function(l,u){if(Object.prototype.hasOwnProperty.call(l,u))return l[u]};return'<og-tooltip activation-type="manual" '+((e=i(t,"if").call(n,(e=r!=null?i(r,"styles"):r)!=null?i(e,"tooltipPlacement"):e,{name:"if",hash:{},fn:s.program(2,a,0),inverse:s.noop,data:a,loc:{start:{line:2,column:37},end:{line:2,column:115}}}))!=null?e:"")+`>
|
|
1096
1096
|
<span slot="trigger">
|
|
1097
1097
|
`+((e=s.invokePartial(i(o,"tooltipIcon"),r,{name:"tooltipIcon",data:a,indent:" ",helpers:t,partials:o,decorators:s.decorators}))!=null?e:"")+` </span>
|
|
1098
1098
|
<span slot="content">`+s.escapeExpression((i(t,"withIncentives")||r&&i(r,"withIncentives")||s.hooks.helperMissing).call(n,(e=r!=null?i(r,"textCopy"):r)!=null?i(e,"offerTooltipContent"):e,{name:"withIncentives",hash:{},data:a,loc:{start:{line:6,column:25},end:{line:6,column:72}}}))+`</span>
|