@bigbinary/neeto-rules-frontend 2.6.3 → 2.7.1

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.
@@ -6,6 +6,7 @@
6
6
  "selectOperator": "select operator",
7
7
  "selectActor": "select someone",
8
8
  "selectRecipient": "select recipient",
9
+ "selectPhoneField": "select phone field",
9
10
  "selectFallback": "select",
10
11
  "selectNoun": "select {{noun, anyCase}}",
11
12
  "send": "send",
@@ -95,11 +96,14 @@
95
96
  "recipientSubtitle": "Pick who should receive this.",
96
97
  "scopeChangeTitle": "Change booking pages",
97
98
  "scopeTitle": "Pick booking pages",
98
- "scopeSubtitle": "Pick one or more options. The automation runs on any of them."
99
+ "scopeSubtitle": "Pick one or more options. The automation runs on any of them.",
100
+ "phoneFieldTitle": "Phone field",
101
+ "phoneFieldSubtitle": "Pick which phone field on \"{{meeting, anyCase}}\" to use."
99
102
  },
100
103
  "scope": {
101
104
  "lead": "On",
102
- "placeholder": "On these bookings"
105
+ "placeholder": "On these bookings",
106
+ "using": "using"
103
107
  }
104
108
  },
105
109
  "common": {
package/dist/.ready CHANGED
@@ -1 +1 @@
1
- Built at 2026-07-10T00:54:42.360Z
1
+ Built at 2026-07-11T22:05:01.887Z
@@ -9,7 +9,7 @@ import { b as useUpdateAutomationRule, c as useCloneAutomationRule, d as useDele
9
9
  import { I as INITIAL_RULES_DATA, R as RulesReorder } from './index-CfUbVR_5.js';
10
10
  import Header$2 from '@bigbinary/neeto-molecules/Header';
11
11
  import Button from '@bigbinary/neetoui/Button';
12
- import { c as createRoutes } from './utils-CfCq6Ltz.js';
12
+ import { c as createRoutes } from './utils-DeqHhpwQ.js';
13
13
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
14
14
  import { useShallow } from 'zustand/shallow';
15
15
  import FilterBar from '@bigbinary/neeto-filters-frontend/Bar';