@bigbinary/neeto-rules-frontend 2.7.17 → 2.7.18

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.
@@ -491,7 +491,7 @@
491
491
  },
492
492
  "helpText": {
493
493
  "description": "Automation rules feature allows you to create rules to automate specific actions when certain events occur.",
494
- "addDelay": "Add a delay so the following actions execute after the specified time"
494
+ "addDelay": "Add a delay so the following actions execute after the specified time."
495
495
  },
496
496
  "apiFields": {
497
497
  "insertPlaceholder": "Insert placeholder: {{label}}"
package/dist/.ready CHANGED
@@ -1 +1 @@
1
- Built at 2026-08-13T07:56:15.618Z
1
+ Built at 2026-08-20T10:41:53.049Z
@@ -11,7 +11,7 @@ import Header from '@bigbinary/neeto-molecules/Header';
11
11
  import Spinner from '@bigbinary/neetoui/Spinner';
12
12
  import ActionBlock from '@bigbinary/neetoui/formik/ActionBlock';
13
13
  import { useTranslation } from 'react-i18next';
14
- import { E as EditorAction, o as Panel, r as ErrorCallout, s as SmsFields, M as MIN_DELAY_VALUE, t as MAX_DELAY_VALUE, v as PhoneNumberField, l as formatData, u as usePollRuleName, T as TouchErrors, n as ScrollToErrorField, p as getValidationSchema, q as DEFAULT_INITIAL_VALUE, m as buildPayload } from './index-Bfe1tRHq.js';
14
+ import { E as EditorAction, o as Panel, r as ErrorCallout, s as SmsFields, M as MIN_DELAY_VALUE, t as MAX_DELAY_VALUE, v as PhoneNumberField, l as formatData, u as usePollRuleName, T as TouchErrors, n as ScrollToErrorField, p as getValidationSchema, q as DEFAULT_INITIAL_VALUE, m as buildPayload } from './index-ogJeZ752.js';
15
15
  import { u as useCustomDataStore } from './useCustomDataStore-BtKYtLVc.js';
16
16
  import { u as useUtilityStore } from './useUtilityStore-CCUYS1mS.js';
17
17
  import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
@@ -3019,8 +3019,10 @@ var Canvas = function Canvas(_ref) {
3019
3019
  });
3020
3020
  };
3021
3021
  var handleClearTrigger = function handleClearTrigger() {
3022
+ var _schema$actor2;
3022
3023
  clearTriggers();
3023
- setPerformer(null);
3024
+ // Hosts without an actor pane can never re-set it, and null fails its validation.
3025
+ if ((_schema$actor2 = schema.actor) !== null && _schema$actor2 !== void 0 && _schema$actor2.enabled) setPerformer(null);
3024
3026
  clearConditions();
3025
3027
  setDelay(null);
3026
3028
  clearActions();