@bigbinary/neeto-molecules 4.0.79 → 4.0.81
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/dist/ProductEmbed.js +1 -0
- package/dist/ProductEmbed.js.map +1 -1
- package/dist/StickyRibbonsContainer.js +1 -1
- package/dist/StickyRibbonsContainer.js.map +1 -1
- package/dist/cjs/ProductEmbed.js +1 -0
- package/dist/cjs/ProductEmbed.js.map +1 -1
- package/dist/cjs/StickyRibbonsContainer.js +1 -1
- package/dist/cjs/StickyRibbonsContainer.js.map +1 -1
- package/package.json +1 -1
package/dist/ProductEmbed.js
CHANGED
|
@@ -366,6 +366,7 @@ var DynamicQueryParams = function DynamicQueryParams(_ref) {
|
|
|
366
366
|
return /*#__PURE__*/jsxs("div", {
|
|
367
367
|
children: [/*#__PURE__*/jsxs("div", {
|
|
368
368
|
className: "mb-2 flex",
|
|
369
|
+
"data-cy": "dynamic-query-params-label-container",
|
|
369
370
|
children: [/*#__PURE__*/jsx(Label, {
|
|
370
371
|
"data-cy": "dynamic-query-params-label",
|
|
371
372
|
"data-testid": "dynamic-query-params-label",
|