@nexxtmove/ui 1.0.9 → 1.0.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.
package/dist/index.js CHANGED
@@ -5699,6 +5699,26 @@ var _s = /* @__PURE__ */ _({
5699
5699
  icon: "file-signature",
5700
5700
  color: "bg-green-600"
5701
5701
  },
5702
+ automation_phase_sent: {
5703
+ label: "Automation e-mail verzonden",
5704
+ icon: "paper-plane",
5705
+ color: "bg-indigo-500"
5706
+ },
5707
+ automation_phase_delivered: {
5708
+ label: "Automation e-mail afgeleverd",
5709
+ icon: "envelope-circle-check",
5710
+ color: "bg-indigo-400"
5711
+ },
5712
+ newsletter_sent: {
5713
+ label: "Nieuwsbrief verzonden",
5714
+ icon: "paper-plane",
5715
+ color: "bg-indigo-500"
5716
+ },
5717
+ newsletter_delivered: {
5718
+ label: "Nieuwsbrief afgeleverd",
5719
+ icon: "envelope-circle-check",
5720
+ color: "bg-indigo-400"
5721
+ },
5702
5722
  newsletter_opened: {
5703
5723
  label: "Nieuwsbrief geopend",
5704
5724
  icon: "envelope-open",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexxtmove/ui",
3
3
  "type": "module",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -158,6 +158,28 @@ export const EVENT_CONFIG_MAP: Record<string, { label: string; icon: string; col
158
158
  color: 'bg-green-600',
159
159
  },
160
160
 
161
+ // Delivery
162
+ automation_phase_sent: {
163
+ label: 'Automation e-mail verzonden',
164
+ icon: 'paper-plane',
165
+ color: 'bg-indigo-500',
166
+ },
167
+ automation_phase_delivered: {
168
+ label: 'Automation e-mail afgeleverd',
169
+ icon: 'envelope-circle-check',
170
+ color: 'bg-indigo-400',
171
+ },
172
+ newsletter_sent: {
173
+ label: 'Nieuwsbrief verzonden',
174
+ icon: 'paper-plane',
175
+ color: 'bg-indigo-500',
176
+ },
177
+ newsletter_delivered: {
178
+ label: 'Nieuwsbrief afgeleverd',
179
+ icon: 'envelope-circle-check',
180
+ color: 'bg-indigo-400',
181
+ },
182
+
161
183
  // Other / Awareness
162
184
  newsletter_opened: {
163
185
  label: 'Nieuwsbrief geopend',