ublo-lib 1.25.9 → 1.25.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.
|
@@ -162,6 +162,7 @@ export default function Tester({
|
|
|
162
162
|
})]
|
|
163
163
|
}), _jsx("div", {
|
|
164
164
|
className: styles.offers,
|
|
165
|
+
"data-custom-offers": "",
|
|
165
166
|
children: sortedOffers.map(({
|
|
166
167
|
title,
|
|
167
168
|
weight,
|
|
@@ -169,6 +170,7 @@ export default function Tester({
|
|
|
169
170
|
}) => {
|
|
170
171
|
return _jsxs("div", {
|
|
171
172
|
className: styles.offer,
|
|
173
|
+
"data-custom-offer": "",
|
|
172
174
|
children: [_jsx("div", {
|
|
173
175
|
className: styles.offerContent,
|
|
174
176
|
dangerouslySetInnerHTML: {
|