@bigbinary/neeto-rules-frontend 0.7.3 → 0.7.4
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/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs.js
CHANGED
|
@@ -380,6 +380,7 @@ var ActionsDetail = function ActionsDetail(_ref) {
|
|
|
380
380
|
children: [allActions.map(function (action, index) {
|
|
381
381
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
382
382
|
className: "mb-2 flex flex-wrap gap-x-1 gap-y-2",
|
|
383
|
+
"data-cy": "then-action-events",
|
|
383
384
|
children: [/*#__PURE__*/jsxRuntime.jsx(Typography__default["default"], {
|
|
384
385
|
className: "neeto-ui-text-gray-700",
|
|
385
386
|
style: "h5",
|
|
@@ -581,6 +582,7 @@ var EventsDetail = function EventsDetail(_ref) {
|
|
|
581
582
|
title: t("neetoRules.common.when"),
|
|
582
583
|
children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
583
584
|
className: "flex flex-wrap gap-x-2 gap-y-2",
|
|
585
|
+
"data-cy": "when-condition-events",
|
|
584
586
|
children: [allEvents.map(function (event, index) {
|
|
585
587
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
586
588
|
className: "flex gap-x-2",
|