@useinsider/guido 2.0.0-beta.cf2fe38 → 2.0.0-beta.d0056c9

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.
Files changed (71) hide show
  1. package/README.md +2 -0
  2. package/dist/@types/config/schemas.js +55 -39
  3. package/dist/components/Guido.vue.js +1 -1
  4. package/dist/components/Guido.vue2.js +15 -17
  5. package/dist/components/organisms/email-preview/PreviewContainer.vue.js +3 -3
  6. package/dist/components/organisms/email-preview/amp/AmpErrorModal.vue.js +6 -6
  7. package/dist/components/organisms/email-preview/amp/AmpErrorModal.vue2.js +17 -13
  8. package/dist/components/organisms/email-preview/amp/AmpToggle.vue.js +6 -6
  9. package/dist/components/organisms/email-preview/amp/AmpToggle.vue2.js +14 -12
  10. package/dist/components/organisms/email-preview/desktop-preview/DesktopBrowserHeader.vue.js +18 -0
  11. package/dist/components/organisms/email-preview/desktop-preview/DesktopBrowserHeader.vue2.js +15 -0
  12. package/dist/components/organisms/email-preview/desktop-preview/DesktopPreview.vue.js +10 -14
  13. package/dist/components/organisms/email-preview/desktop-preview/DesktopPreview.vue2.js +14 -22
  14. package/dist/components/organisms/email-preview/desktop-preview/EmailSizeIndicator.vue.js +3 -3
  15. package/dist/components/organisms/email-preview/mobile-preview/ContentView.vue.js +11 -10
  16. package/dist/components/organisms/email-preview/mobile-preview/InboxView.vue.js +12 -10
  17. package/dist/components/organisms/email-preview/mobile-preview/MobilePreview.vue.js +11 -10
  18. package/dist/components/organisms/email-preview/mobile-preview/MobilePreview.vue2.js +15 -14
  19. package/dist/components/organisms/header/EditorActions.vue.js +21 -0
  20. package/dist/components/organisms/header/EditorActions.vue2.js +41 -0
  21. package/dist/components/organisms/header/EditorToolbar.vue.js +18 -0
  22. package/dist/components/organisms/header/EditorToolbar.vue2.js +17 -0
  23. package/dist/components/organisms/header/HeaderWrapper.vue.js +6 -5
  24. package/dist/components/organisms/header/LeftSlot.vue.js +11 -11
  25. package/dist/components/organisms/header/LeftSlot.vue2.js +11 -12
  26. package/dist/components/organisms/header/MiddleSlot.vue.js +7 -7
  27. package/dist/components/organisms/header/MiddleSlot.vue2.js +11 -15
  28. package/dist/components/organisms/header/RightSlot.vue.js +11 -14
  29. package/dist/components/organisms/header/RightSlot.vue2.js +13 -30
  30. package/dist/components/organisms/header/version-history/VersionHistory.vue.js +5 -5
  31. package/dist/components/organisms/onboarding/NewVersionPopup.vue2.js +15 -15
  32. package/dist/components/organisms/unsubscribe/UnsubscribeTypeSelection.vue.js +1 -1
  33. package/dist/components/organisms/unsubscribe/UnsubscribeTypeSelection.vue2.js +20 -19
  34. package/dist/composables/useConfig.js +29 -27
  35. package/dist/composables/useSave.js +13 -11
  36. package/dist/composables/useStripo.js +40 -40
  37. package/dist/enums/academy.js +8 -0
  38. package/dist/enums/onboarding.js +1 -2
  39. package/dist/enums/unsubscribe.js +20 -21
  40. package/dist/extensions/Blocks/Unsubscribe/extension.js +9 -9
  41. package/dist/extensions/Blocks/common-control.js +6 -7
  42. package/dist/guido.css +1 -1
  43. package/dist/services/stripoApi.js +6 -10
  44. package/dist/src/@types/config/index.d.ts +2 -2
  45. package/dist/src/@types/config/schemas.d.ts +30 -0
  46. package/dist/src/@types/config/types.d.ts +7 -1
  47. package/dist/src/components/organisms/email-preview/desktop-preview/DesktopBrowserHeader.vue.d.ts +2 -0
  48. package/dist/src/components/organisms/header/EditorActions.vue.d.ts +4 -0
  49. package/dist/src/components/organisms/header/EditorToolbar.vue.d.ts +2 -0
  50. package/dist/src/components/organisms/header/RightSlot.vue.d.ts +1 -1
  51. package/dist/src/composables/useConfig.d.ts +8 -0
  52. package/dist/src/enums/academy.d.ts +12 -0
  53. package/dist/src/enums/onboarding.d.ts +0 -1
  54. package/dist/src/enums/unsubscribe.d.ts +0 -1
  55. package/dist/src/extensions/Blocks/common-control.d.ts +1 -1
  56. package/dist/src/stores/config.d.ts +164 -1
  57. package/dist/src/stores/editor.d.ts +21 -0
  58. package/dist/static/assets/desktop/desktop-mockup-center.svg.js +4 -0
  59. package/dist/static/assets/desktop/desktop-mockup-left.svg.js +4 -0
  60. package/dist/static/assets/desktop/desktop-mockup-right.svg.js +4 -0
  61. package/dist/static/assets/mobile/email-mockup.svg.js +4 -0
  62. package/dist/static/assets/mobile/inbox-mockup.svg.js +4 -0
  63. package/dist/static/styles/components/button.css.js +1 -1
  64. package/dist/static/styles/components/wide-panel.css.js +1 -1
  65. package/dist/stores/config.js +7 -0
  66. package/dist/stores/editor.js +1 -0
  67. package/package.json +1 -1
  68. package/dist/components/organisms/email-preview/desktop-preview/EmailHeaderInfo.vue.js +0 -17
  69. package/dist/components/organisms/email-preview/desktop-preview/EmailHeaderInfo.vue2.js +0 -20
  70. package/dist/static/assets/inbox-mockup.svg.js +0 -4
  71. package/dist/static/assets/phone-mockup.svg.js +0 -4
@@ -5,7 +5,14 @@
5
5
  * All types are inferred from these schemas to ensure single source of truth.
6
6
  * @module @types/config/schemas
7
7
  */
8
+ import type { SavedTemplateDetails } from '../stripo';
8
9
  import * as v from 'valibot';
10
+ /**
11
+ * Handler function for external validation before save
12
+ * @param data - The template details to validate
13
+ * @returns Promise<boolean> - true if valid, false to cancel save
14
+ */
15
+ export type ExternalValidationHandler = (data: SavedTemplateDetails) => Promise<boolean>;
9
16
  /**
10
17
  * Message type constants for email templates
11
18
  */
@@ -90,6 +97,8 @@ export declare const TemplateSchema: v.ObjectSchema<{
90
97
  }, undefined>, undefined>, readonly []>;
91
98
  /** Selected unsubscribe page IDs */
92
99
  readonly selectedUnsubscribePages: v.OptionalSchema<v.ArraySchema<v.NumberSchema<undefined>, undefined>, readonly []>;
100
+ /** Force recreate template in Stripo storage (use true when updating externally modified templates) */
101
+ readonly forceRecreate: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
93
102
  }, undefined>;
94
103
  /**
95
104
  * Email header configuration (sender name and subject)
@@ -344,6 +353,16 @@ export declare const CompilerSchema: v.ObjectSchema<{
344
353
  /** Skip default compiler rules */
345
354
  readonly ignoreDefaultRules: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
346
355
  }, undefined>;
356
+ /**
357
+ * Callbacks configuration - event handlers and hooks
358
+ */
359
+ export declare const CallbacksSchema: v.ObjectSchema<{
360
+ /**
361
+ * External validation handler called before save completes.
362
+ * Return false to cancel the save operation.
363
+ */
364
+ readonly externalValidation: v.OptionalSchema<v.CustomSchema<ExternalValidationHandler, v.ErrorMessage<v.CustomIssue> | undefined>, undefined>;
365
+ }, undefined>;
347
366
  /**
348
367
  * Complete Guido configuration schema
349
368
  *
@@ -356,6 +375,7 @@ export declare const CompilerSchema: v.ObjectSchema<{
356
375
  * - features: Feature toggles
357
376
  * - blocks: Block configuration
358
377
  * - compiler: HTML compilation
378
+ * - callbacks: Event handlers and hooks
359
379
  */
360
380
  export declare const GuidoConfigSchema: v.ObjectSchema<{
361
381
  /** Identity configuration (required) */
@@ -400,6 +420,8 @@ export declare const GuidoConfigSchema: v.ObjectSchema<{
400
420
  }, undefined>, undefined>, readonly []>;
401
421
  /** Selected unsubscribe page IDs */
402
422
  readonly selectedUnsubscribePages: v.OptionalSchema<v.ArraySchema<v.NumberSchema<undefined>, undefined>, readonly []>;
423
+ /** Force recreate template in Stripo storage (use true when updating externally modified templates) */
424
+ readonly forceRecreate: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
403
425
  }, undefined>, {}>;
404
426
  /** Editor settings */
405
427
  readonly editor: v.OptionalSchema<v.ObjectSchema<{
@@ -506,4 +528,12 @@ export declare const GuidoConfigSchema: v.ObjectSchema<{
506
528
  /** Skip default compiler rules */
507
529
  readonly ignoreDefaultRules: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
508
530
  }, undefined>, {}>;
531
+ /** Callbacks and event handlers */
532
+ readonly callbacks: v.OptionalSchema<v.ObjectSchema<{
533
+ /**
534
+ * External validation handler called before save completes.
535
+ * Return false to cancel the save operation.
536
+ */
537
+ readonly externalValidation: v.OptionalSchema<v.CustomSchema<ExternalValidationHandler, v.ErrorMessage<v.CustomIssue> | undefined>, undefined>;
538
+ }, undefined>, {}>;
509
539
  }, undefined>;
@@ -5,7 +5,7 @@
5
5
  * This ensures type definitions are always in sync with validation.
6
6
  * @module @types/config/types
7
7
  */
8
- import type { GuidoConfigSchema, IdentitySchema, PartnerSchema, TemplateSchema, EditorSchema, UISchema, FeaturesSchema, BlocksSchema, CompilerSchema, DynamicContentSchema, EmailHeaderSchema, CompilerRuleSchema, ReplaceRuleSchema, RegexRuleSchema, RemoveRuleSchema, CustomRuleSchema, DefaultBlockTypeSchema, CustomBlockTypeSchema } from './schemas';
8
+ import type { GuidoConfigSchema, IdentitySchema, PartnerSchema, TemplateSchema, EditorSchema, UISchema, FeaturesSchema, BlocksSchema, CompilerSchema, CallbacksSchema, DynamicContentSchema, EmailHeaderSchema, CompilerRuleSchema, ReplaceRuleSchema, RegexRuleSchema, RemoveRuleSchema, CustomRuleSchema, DefaultBlockTypeSchema, CustomBlockTypeSchema, ExternalValidationHandler } from './schemas';
9
9
  import type * as v from 'valibot';
10
10
  /**
11
11
  * Complete validated Guido configuration.
@@ -41,6 +41,10 @@ export type FeaturesConfig = v.InferOutput<typeof FeaturesSchema>;
41
41
  export type BlocksConfig = v.InferOutput<typeof BlocksSchema>;
42
42
  /** Compiler configuration (custom rules, ignore defaults) */
43
43
  export type CompilerConfig = v.InferOutput<typeof CompilerSchema>;
44
+ /** Callbacks configuration (event handlers and hooks) */
45
+ export type CallbacksConfig = v.InferOutput<typeof CallbacksSchema>;
46
+ /** Re-export ExternalValidationHandler for convenience */
47
+ export type { ExternalValidationHandler };
44
48
  /** Email header configuration (senderName, subject) */
45
49
  export type EmailHeader = v.InferOutput<typeof EmailHeaderSchema>;
46
50
  /** Dynamic content item */
@@ -85,6 +89,8 @@ export type FeaturesConfigInput = v.InferInput<typeof FeaturesSchema>;
85
89
  export type BlocksConfigInput = v.InferInput<typeof BlocksSchema>;
86
90
  /** Input type for compiler configuration */
87
91
  export type CompilerConfigInput = v.InferInput<typeof CompilerSchema>;
92
+ /** Input type for callbacks configuration */
93
+ export type CallbacksConfigInput = v.InferInput<typeof CallbacksSchema>;
88
94
  /** Default Stripo block types */
89
95
  export type DefaultBlockType = v.InferOutput<typeof DefaultBlockTypeSchema>;
90
96
  /** Custom Guido block types */
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ handleSave: (isSilent: boolean) => Promise<import("../../../@types/stripo").SavedTemplateDetails | undefined>;
3
+ }, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
@@ -1,4 +1,4 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
- handleSave: (isSilent: boolean) => Promise<import("../../../@types/stripo").SavedTemplateDetails | undefined>;
2
+ handleSave: (isSilent: boolean) => Promise<import("../../../@types/stripo.js").SavedTemplateDetails | undefined> | undefined;
3
3
  }, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export default _default;
@@ -31,6 +31,7 @@ export declare const useConfig: () => {
31
31
  } | undefined;
32
32
  }[];
33
33
  selectedUnsubscribePages: number[];
34
+ forceRecreate: boolean;
34
35
  };
35
36
  editor: {
36
37
  locale: string;
@@ -90,6 +91,9 @@ export declare const useConfig: () => {
90
91
  })[];
91
92
  ignoreDefaultRules: boolean;
92
93
  };
94
+ callbacks: {
95
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
96
+ };
93
97
  } | null>;
94
98
  initialized: import("vue").Ref<boolean>;
95
99
  identity: import("vue").ComputedRef<{
@@ -116,6 +120,7 @@ export declare const useConfig: () => {
116
120
  } | undefined;
117
121
  }[];
118
122
  selectedUnsubscribePages: number[];
123
+ forceRecreate: boolean;
119
124
  } | null>;
120
125
  editor: import("vue").ComputedRef<{
121
126
  locale: string;
@@ -175,6 +180,9 @@ export declare const useConfig: () => {
175
180
  })[];
176
181
  ignoreDefaultRules: boolean;
177
182
  } | null>;
183
+ callbacks: import("vue").ComputedRef<{
184
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
185
+ } | null>;
178
186
  templateId: import("vue").ComputedRef<string>;
179
187
  userId: import("vue").ComputedRef<string>;
180
188
  variationId: import("vue").ComputedRef<string>;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Centralized Academy Links
3
+ *
4
+ * All external academy documentation links should be defined here
5
+ * for easy maintenance and domain migration.
6
+ */
7
+ export declare const ACADEMY_LINKS: {
8
+ readonly EMAIL_EDITOR: "https://academy.insiderone.com//docs/email-drag-and-drop-editor";
9
+ readonly GLOBAL_UNSUBSCRIBE: "https://academy.insiderone.com//docs/global-unsubscribe-preference-center";
10
+ readonly AMP_FOR_EMAILS: "https://academy.insiderone.com//docs/amp-for-emails";
11
+ };
12
+ export type AcademyLinkKey = keyof typeof ACADEMY_LINKS;
@@ -3,4 +3,3 @@ export declare const UI_EDITOR_SELECTOR = "ui-editor";
3
3
  export declare const CARD_COMPOSITION_TAB_SELECTOR = "button[role=\"tab\"][aria-label=\"Card Composition\"]";
4
4
  export declare const SETTINGS_TAB_SELECTOR = "button[role=\"tab\"][aria-label=\"Settings\"]";
5
5
  export declare const RIBBON_SELECTOR = ".in-ribbons-wrapper";
6
- export declare const ACADEMY_LINK = "https://academy.useinsider.com/docs/email-drag-drop-editor";
@@ -17,7 +17,6 @@ export declare const DEFAULT_UNSUBSCRIBE_GROUP: {
17
17
  readonly name: "Global Unsubscribe";
18
18
  readonly sendGridId: "G";
19
19
  };
20
- export declare const ACADEMY_LINK = "https://academy.useinsider.com/docs/global-unsubscribe-preference-center";
21
20
  export declare const UNSUBSCRIBE_PAGES_LINK = "/email/unsubscribe-pages";
22
21
  export declare const PAGE_TYPES: {
23
22
  GLOBAL_UNSUBSCRIBE: number;
@@ -75,7 +75,7 @@ export declare abstract class CommonControl extends Control {
75
75
  * @returns true if block instance changed, false otherwise
76
76
  */
77
77
  protected handleBlockInstanceChange(syncFunction: (node: ImmutableHtmlNode) => void, updateUI: () => void, blockInstanceIdAttribute?: string): boolean;
78
- _GuLabel({ text, name, position }: LabelProps): string;
78
+ _GuLabel({ text, name }: LabelProps): string;
79
79
  _GuToggle(name: string): string;
80
80
  _GuSelectItem({ text, value }: {
81
81
  text: string;
@@ -1,4 +1,4 @@
1
- import type { GuidoConfig, GuidoConfigInput, IdentityConfig, PartnerConfig, TemplateConfig, EditorConfig, UIConfig, FeaturesConfig, BlocksConfig, CompilerConfig } from '@@/Types/config';
1
+ import type { GuidoConfig, GuidoConfigInput, IdentityConfig, PartnerConfig, TemplateConfig, EditorConfig, UIConfig, FeaturesConfig, BlocksConfig, CompilerConfig, CallbacksConfig } from '@@/Types/config';
2
2
  interface ConfigStoreState {
3
3
  /** Whether the config has been initialized */
4
4
  initialized: boolean;
@@ -36,6 +36,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
36
36
  } | undefined;
37
37
  }[];
38
38
  selectedUnsubscribePages: number[];
39
+ forceRecreate: boolean;
39
40
  };
40
41
  editor: {
41
42
  locale: string;
@@ -95,6 +96,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
95
96
  })[];
96
97
  ignoreDefaultRules: boolean;
97
98
  };
99
+ callbacks: {
100
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
101
+ };
98
102
  } | null;
99
103
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => IdentityConfig | null;
100
104
  /**
@@ -127,6 +131,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
127
131
  } | undefined;
128
132
  }[];
129
133
  selectedUnsubscribePages: number[];
134
+ forceRecreate: boolean;
130
135
  };
131
136
  editor: {
132
137
  locale: string;
@@ -186,6 +191,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
186
191
  })[];
187
192
  ignoreDefaultRules: boolean;
188
193
  };
194
+ callbacks: {
195
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
196
+ };
189
197
  } | null;
190
198
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => PartnerConfig | null;
191
199
  /**
@@ -218,6 +226,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
218
226
  } | undefined;
219
227
  }[];
220
228
  selectedUnsubscribePages: number[];
229
+ forceRecreate: boolean;
221
230
  };
222
231
  editor: {
223
232
  locale: string;
@@ -277,6 +286,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
277
286
  })[];
278
287
  ignoreDefaultRules: boolean;
279
288
  };
289
+ callbacks: {
290
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
291
+ };
280
292
  } | null;
281
293
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => TemplateConfig | null;
282
294
  /**
@@ -309,6 +321,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
309
321
  } | undefined;
310
322
  }[];
311
323
  selectedUnsubscribePages: number[];
324
+ forceRecreate: boolean;
312
325
  };
313
326
  editor: {
314
327
  locale: string;
@@ -368,6 +381,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
368
381
  })[];
369
382
  ignoreDefaultRules: boolean;
370
383
  };
384
+ callbacks: {
385
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
386
+ };
371
387
  } | null;
372
388
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => EditorConfig | null;
373
389
  /**
@@ -400,6 +416,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
400
416
  } | undefined;
401
417
  }[];
402
418
  selectedUnsubscribePages: number[];
419
+ forceRecreate: boolean;
403
420
  };
404
421
  editor: {
405
422
  locale: string;
@@ -459,6 +476,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
459
476
  })[];
460
477
  ignoreDefaultRules: boolean;
461
478
  };
479
+ callbacks: {
480
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
481
+ };
462
482
  } | null;
463
483
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => UIConfig | null;
464
484
  /**
@@ -491,6 +511,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
491
511
  } | undefined;
492
512
  }[];
493
513
  selectedUnsubscribePages: number[];
514
+ forceRecreate: boolean;
494
515
  };
495
516
  editor: {
496
517
  locale: string;
@@ -550,6 +571,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
550
571
  })[];
551
572
  ignoreDefaultRules: boolean;
552
573
  };
574
+ callbacks: {
575
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
576
+ };
553
577
  } | null;
554
578
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => FeaturesConfig | null;
555
579
  /**
@@ -582,6 +606,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
582
606
  } | undefined;
583
607
  }[];
584
608
  selectedUnsubscribePages: number[];
609
+ forceRecreate: boolean;
585
610
  };
586
611
  editor: {
587
612
  locale: string;
@@ -641,6 +666,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
641
666
  })[];
642
667
  ignoreDefaultRules: boolean;
643
668
  };
669
+ callbacks: {
670
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
671
+ };
644
672
  } | null;
645
673
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => BlocksConfig | null;
646
674
  /**
@@ -673,6 +701,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
673
701
  } | undefined;
674
702
  }[];
675
703
  selectedUnsubscribePages: number[];
704
+ forceRecreate: boolean;
676
705
  };
677
706
  editor: {
678
707
  locale: string;
@@ -732,8 +761,106 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
732
761
  })[];
733
762
  ignoreDefaultRules: boolean;
734
763
  };
764
+ callbacks: {
765
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
766
+ };
735
767
  } | null;
736
768
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => CompilerConfig | null;
769
+ /**
770
+ * Get the callbacks configuration
771
+ */
772
+ callbacks: (state: {
773
+ initialized: boolean;
774
+ config: {
775
+ identity: {
776
+ templateId: string;
777
+ userId: string;
778
+ variationId?: string | undefined;
779
+ };
780
+ partner: {
781
+ name: string;
782
+ productType: 60 | 49 | 97;
783
+ messageType: 1 | 2;
784
+ username: string;
785
+ };
786
+ template: {
787
+ html: string;
788
+ css: string;
789
+ preselectedDynamicContent: {
790
+ text: string;
791
+ value: string;
792
+ fallback?: string | undefined;
793
+ format?: {
794
+ key: string;
795
+ value: string;
796
+ } | undefined;
797
+ }[];
798
+ selectedUnsubscribePages: number[];
799
+ forceRecreate: boolean;
800
+ };
801
+ editor: {
802
+ locale: string;
803
+ translationsPath: string;
804
+ migrationDate: number;
805
+ emailHeader: {
806
+ senderName: string;
807
+ subject: string;
808
+ };
809
+ };
810
+ ui: {
811
+ showHeader: boolean;
812
+ backButtonLabel?: string | undefined;
813
+ };
814
+ features: {
815
+ dynamicContent: boolean;
816
+ saveAsTemplate: boolean;
817
+ versionHistory: boolean;
818
+ testMessage: boolean;
819
+ displayConditions: boolean;
820
+ unsubscribe: boolean;
821
+ modulesDisabled: boolean;
822
+ };
823
+ blocks: {
824
+ excludeDefaults: ("amp-accordion" | "amp-carousel" | "amp-form-controls" | "banner-block" | "button-block" | "html-block" | "image-block" | "menu-block" | "social-block" | "spacer-block" | "text-block" | "timer-block" | "video-block")[];
825
+ includeCustoms: ("dynamic-content" | "checkbox-block" | "radio-button-block" | "recommendation-block" | "unsubscribe-block" | "coupon-block" | "items-block")[];
826
+ };
827
+ compiler: {
828
+ customRules: ({
829
+ type: "replace";
830
+ search: string;
831
+ replacement: string;
832
+ replaceAll?: boolean | undefined;
833
+ id: string;
834
+ description?: string | undefined;
835
+ priority: number;
836
+ } | {
837
+ type: "regex";
838
+ pattern: string;
839
+ replacement: string;
840
+ flags?: string | undefined;
841
+ id: string;
842
+ description?: string | undefined;
843
+ priority: number;
844
+ } | {
845
+ type: "remove";
846
+ targets: string[];
847
+ id: string;
848
+ description?: string | undefined;
849
+ priority: number;
850
+ } | {
851
+ type: "custom";
852
+ processor: (html: string) => string;
853
+ id: string;
854
+ description?: string | undefined;
855
+ priority: number;
856
+ })[];
857
+ ignoreDefaultRules: boolean;
858
+ };
859
+ callbacks: {
860
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
861
+ };
862
+ } | null;
863
+ } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => CallbacksConfig | null;
737
864
  /**
738
865
  * Get the template ID
739
866
  */
@@ -764,6 +891,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
764
891
  } | undefined;
765
892
  }[];
766
893
  selectedUnsubscribePages: number[];
894
+ forceRecreate: boolean;
767
895
  };
768
896
  editor: {
769
897
  locale: string;
@@ -823,6 +951,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
823
951
  })[];
824
952
  ignoreDefaultRules: boolean;
825
953
  };
954
+ callbacks: {
955
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
956
+ };
826
957
  } | null;
827
958
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => string;
828
959
  /**
@@ -855,6 +986,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
855
986
  } | undefined;
856
987
  }[];
857
988
  selectedUnsubscribePages: number[];
989
+ forceRecreate: boolean;
858
990
  };
859
991
  editor: {
860
992
  locale: string;
@@ -914,6 +1046,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
914
1046
  })[];
915
1047
  ignoreDefaultRules: boolean;
916
1048
  };
1049
+ callbacks: {
1050
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
1051
+ };
917
1052
  } | null;
918
1053
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => string;
919
1054
  /**
@@ -946,6 +1081,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
946
1081
  } | undefined;
947
1082
  }[];
948
1083
  selectedUnsubscribePages: number[];
1084
+ forceRecreate: boolean;
949
1085
  };
950
1086
  editor: {
951
1087
  locale: string;
@@ -1005,6 +1141,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1005
1141
  })[];
1006
1142
  ignoreDefaultRules: boolean;
1007
1143
  };
1144
+ callbacks: {
1145
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
1146
+ };
1008
1147
  } | null;
1009
1148
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => string;
1010
1149
  /**
@@ -1037,6 +1176,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1037
1176
  } | undefined;
1038
1177
  }[];
1039
1178
  selectedUnsubscribePages: number[];
1179
+ forceRecreate: boolean;
1040
1180
  };
1041
1181
  editor: {
1042
1182
  locale: string;
@@ -1096,6 +1236,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1096
1236
  })[];
1097
1237
  ignoreDefaultRules: boolean;
1098
1238
  };
1239
+ callbacks: {
1240
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
1241
+ };
1099
1242
  } | null;
1100
1243
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => string;
1101
1244
  /**
@@ -1128,6 +1271,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1128
1271
  } | undefined;
1129
1272
  }[];
1130
1273
  selectedUnsubscribePages: number[];
1274
+ forceRecreate: boolean;
1131
1275
  };
1132
1276
  editor: {
1133
1277
  locale: string;
@@ -1187,6 +1331,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1187
1331
  })[];
1188
1332
  ignoreDefaultRules: boolean;
1189
1333
  };
1334
+ callbacks: {
1335
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
1336
+ };
1190
1337
  } | null;
1191
1338
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => number;
1192
1339
  /**
@@ -1219,6 +1366,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1219
1366
  } | undefined;
1220
1367
  }[];
1221
1368
  selectedUnsubscribePages: number[];
1369
+ forceRecreate: boolean;
1222
1370
  };
1223
1371
  editor: {
1224
1372
  locale: string;
@@ -1278,6 +1426,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1278
1426
  })[];
1279
1427
  ignoreDefaultRules: boolean;
1280
1428
  };
1429
+ callbacks: {
1430
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
1431
+ };
1281
1432
  } | null;
1282
1433
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => number;
1283
1434
  /**
@@ -1310,6 +1461,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1310
1461
  } | undefined;
1311
1462
  }[];
1312
1463
  selectedUnsubscribePages: number[];
1464
+ forceRecreate: boolean;
1313
1465
  };
1314
1466
  editor: {
1315
1467
  locale: string;
@@ -1369,6 +1521,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1369
1521
  })[];
1370
1522
  ignoreDefaultRules: boolean;
1371
1523
  };
1524
+ callbacks: {
1525
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
1526
+ };
1372
1527
  } | null;
1373
1528
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => string;
1374
1529
  /**
@@ -1401,6 +1556,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1401
1556
  } | undefined;
1402
1557
  }[];
1403
1558
  selectedUnsubscribePages: number[];
1559
+ forceRecreate: boolean;
1404
1560
  };
1405
1561
  editor: {
1406
1562
  locale: string;
@@ -1460,6 +1616,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1460
1616
  })[];
1461
1617
  ignoreDefaultRules: boolean;
1462
1618
  };
1619
+ callbacks: {
1620
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
1621
+ };
1463
1622
  } | null;
1464
1623
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => boolean;
1465
1624
  /**
@@ -1492,6 +1651,7 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1492
1651
  } | undefined;
1493
1652
  }[];
1494
1653
  selectedUnsubscribePages: number[];
1654
+ forceRecreate: boolean;
1495
1655
  };
1496
1656
  editor: {
1497
1657
  locale: string;
@@ -1551,6 +1711,9 @@ export declare const useConfigStore: import("pinia").StoreDefinition<"guido-conf
1551
1711
  })[];
1552
1712
  ignoreDefaultRules: boolean;
1553
1713
  };
1714
+ callbacks: {
1715
+ externalValidation?: import("@@/Types/config").ExternalValidationHandler | undefined;
1716
+ };
1554
1717
  } | null;
1555
1718
  } & import("pinia").PiniaCustomStateProperties<ConfigStoreState>) => (feature: keyof FeaturesConfig) => boolean;
1556
1719
  }, {
@@ -9,6 +9,27 @@ export declare const useEditorStore: import("pinia").StoreDefinition<"guidoEdito
9
9
  isStripoInitialized: boolean;
10
10
  templateId: string;
11
11
  }, {
12
+ isEditorToolbarVisible: (state: {
13
+ loadingStatus: boolean;
14
+ isCodeEditorOpen: boolean;
15
+ isSaveAsTemplateDrawerOpen: boolean;
16
+ isVersionHistoryOpen: boolean;
17
+ isPreviewModeOpen: boolean;
18
+ editorVisualMode: string;
19
+ hasChanges: boolean;
20
+ isStripoInitialized: boolean;
21
+ templateId: string;
22
+ } & import("pinia").PiniaCustomStateProperties<{
23
+ loadingStatus: boolean;
24
+ isCodeEditorOpen: boolean;
25
+ isSaveAsTemplateDrawerOpen: boolean;
26
+ isVersionHistoryOpen: boolean;
27
+ isPreviewModeOpen: boolean;
28
+ editorVisualMode: string;
29
+ hasChanges: boolean;
30
+ isStripoInitialized: boolean;
31
+ templateId: string;
32
+ }>) => boolean;
12
33
  isUndoButtonDisabled: (state: {
13
34
  loadingStatus: boolean;
14
35
  isCodeEditorOpen: boolean;
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='2'%20height='79'%20viewBox='0%200%202%2079'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_14_463)'%3e%3crect%20y='42'%20width='2'%20height='36'%20fill='white'/%3e%3c/g%3e%3cg%20clip-path='url(%23clip0_14_463)'%3e%3crect%20y='46'%20width='2'%20height='28'%20fill='%23F0F3F4'/%3e%3c/g%3e%3cg%20clip-path='url(%23clip1_14_463)'%3e%3cpath%20d='M0%200H2V42H0V0Z'%20fill='%23DFE1E5'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_14_463'%20x='0'%20y='42'%20width='2'%20height='37'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.858824%200%200%200%200%200.862745%200%200%200%200%200.866667%200%200%200%201%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_14_463'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_14_463'%20result='shape'/%3e%3c/filter%3e%3cclipPath%20id='clip0_14_463'%3e%3crect%20width='2'%20height='28'%20fill='white'%20transform='translate(0%2046)'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_14_463'%3e%3crect%20width='2'%20height='42'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const L = "data:image/svg+xml,%3csvg%20width='378'%20height='79'%20viewBox='0%200%20378%2079'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_1_981)'%3e%3crect%20y='42'%20width='378'%20height='36'%20fill='white'/%3e%3c/g%3e%3cg%20clip-path='url(%23clip0_1_981)'%3e%3cpath%20d='M108%2060C108%2052.268%20114.268%2046%20122%2046H378V74H122C114.268%2074%20108%2067.732%20108%2060V60Z'%20fill='%23F0F3F4'/%3e%3cpath%20d='M126%2055C127.381%2055.0002%20128.5%2056.1194%20128.5%2057.5V58.5H129C129.552%2058.5%20130%2058.9477%20130%2059.5V64.5C130%2065.0523%20129.552%2065.5%20129%2065.5H123C122.448%2065.5%20122%2065.0523%20122%2064.5V59.5C122%2058.9477%20122.448%2058.5%20123%2058.5H123.5V57.5C123.5%2056.1194%20124.619%2055.0002%20126%2055ZM126%2056C125.172%2056.0002%20124.5%2056.6717%20124.5%2057.5V58.5H127.5V57.5C127.5%2056.6717%20126.828%2056.0002%20126%2056Z'%20fill='%235F6367'/%3e%3c/g%3e%3cpath%20d='M86%2053.5C87.9218%2053.5001%2089.6479%2054.3352%2090.8379%2055.6611L89.7754%2056.7236C88.8587%2055.6683%2087.5076%2055.0001%2086%2055C83.2387%2055.0001%2081%2057.2386%2081%2060C81%2062.7614%2083.2387%2064.9999%2086%2065C88.2387%2064.9999%2090.1333%2063.5284%2090.7705%2061.5H92.3242C91.6469%2064.3664%2089.0733%2066.4999%2086%2066.5C82.4102%2066.4999%2079.5%2063.5898%2079.5%2060C79.5%2056.4102%2082.4102%2053.5001%2086%2053.5ZM93%2059H87.5L93%2053.5V59Z'%20fill='%235F6367'/%3e%3cpath%20d='M53.9824%2053.957C54.2823%2053.6714%2054.7573%2053.6827%2055.043%2053.9824L60.043%2059.2324L60.1172%2059.3242C60.3158%2059.6117%2060.2912%2060.0069%2060.043%2060.2676L55.043%2065.5176L54.9609%2065.5918C54.6727%2065.8167%2054.2551%2065.8027%2053.9824%2065.543L53.9082%2065.4609C53.6833%2065.1727%2053.6973%2064.7551%2053.957%2064.4824L57.75%2060.5H48.25C47.8358%2060.5%2047.5%2060.1642%2047.5%2059.75C47.5%2059.3358%2047.8358%2059%2048.25%2059H57.75L53.957%2055.0176L53.8867%2054.9316C53.6762%2054.6329%2053.71%2054.2167%2053.9824%2053.957Z'%20fill='%23BABCBE'/%3e%3cpath%20d='M20.9575%2053.9823C21.2432%2053.6827%2021.7173%2053.6714%2022.0171%2053.9569C22.2898%2054.2166%2022.3244%2054.6327%2022.1138%2054.9315L22.0435%2055.0174L18.2505%2058.9999H27.7505C28.1646%2059%2028.5005%2059.3357%2028.5005%2059.7499C28.5005%2060.164%2028.1646%2060.4997%2027.7505%2060.4999H18.2505L22.0435%2064.4823C22.3032%2064.755%2022.3173%2065.1726%2022.0923%2065.4608L22.0171%2065.5428C21.7444%2065.8024%2021.3277%2065.8165%2021.0396%2065.5917L20.9575%2065.5174L15.9575%2060.2674C15.7093%2060.0068%2015.6838%2059.6116%2015.8824%2059.3241L15.9575%2059.2323L20.9575%2053.9823Z'%20fill='%235F6367'/%3e%3cg%20clip-path='url(%23clip1_1_981)'%3e%3cpath%20d='M0%200H378V42H0V0Z'%20fill='%23DFE1E5'/%3e%3cpath%20d='M355%2019C355.552%2019%20356%2019.4477%20356%2020V24H360C360.552%2024%20361%2024.4477%20361%2025C361%2025.5523%20360.552%2026%20360%2026H356V30C356%2030.5523%20355.552%2031%20355%2031C354.448%2031%20354%2030.5523%20354%2030V26H350C349.448%2026%20349%2025.5523%20349%2025C349%2024.4477%20349.448%2024%20350%2024H354V20C354%2019.4477%20354.448%2019%20355%2019Z'%20fill='%233C4043'/%3e%3cg%20clip-path='url(%23clip2_1_981)'%3e%3cpath%20d='M320.2%208C324.68%208%20326.921%208.00015%20328.632%208.87207C330.137%209.63906%20331.361%2010.8629%20332.128%2012.3682C333%2014.0794%20333%2016.3195%20333%2020.7998V33C333%2037.9706%20337.029%2042%20342%2042H84C88.9706%2042%2093%2037.9706%2093%2033V20.7998C93%2016.3195%2093.0001%2014.0794%2093.8721%2012.3682C94.6391%2010.8629%2095.8629%209.63906%2097.3682%208.87207C99.0794%208.00015%20101.32%208%20105.8%208H320.2Z'%20fill='white'/%3e%3cpath%20d='M320.147%2021.1466L319.793%2020.7931L320.147%2021.1466ZM320.854%2021.1466L321.207%2020.7931L321.207%2020.7931L320.854%2021.1466ZM320.854%2021.8536L321.207%2022.2072L320.854%2021.8536ZM317.707%2025.0001L317.354%2024.6466L317%2025.0001L317.354%2025.3537L317.707%2025.0001ZM320.854%2028.1466L321.207%2027.7931L321.207%2027.7931L320.854%2028.1466ZM320.854%2028.8536L321.207%2029.2072V29.2072L320.854%2028.8536ZM320.147%2028.8536L319.793%2029.2072L319.793%2029.2073L320.147%2028.8536ZM317%2025.7072L317.354%2025.3536L317%2025L316.647%2025.3536L317%2025.7072ZM313.854%2028.8536L314.207%2029.2072L313.854%2028.8536ZM313.147%2028.8536L312.793%2029.2072L312.793%2029.2073L313.147%2028.8536ZM313.147%2028.1466L313.5%2028.5002L313.147%2028.1466ZM316.293%2025.0001L316.647%2025.3537L317%2025.0001L316.647%2024.6466L316.293%2025.0001ZM313.147%2021.8536L312.793%2022.2072L313.147%2021.8536ZM313.147%2021.1466L312.793%2020.7931V20.7931L313.147%2021.1466ZM313.854%2021.1466L314.207%2020.7931L313.854%2021.1466ZM317%2024.2931L316.647%2024.6466L317%2025.0002L317.354%2024.6466L317%2024.2931ZM320.147%2021.1466L320.5%2021.5002H320.5L320.854%2021.1466L321.207%2020.7931C320.817%2020.4025%20320.184%2020.4025%20319.793%2020.7931L320.147%2021.1466ZM320.854%2021.1466L320.5%2021.5001L320.5%2021.5001L320.854%2021.8536L321.207%2022.2072C321.598%2021.8166%20321.597%2021.1836%20321.207%2020.7931L320.854%2021.1466ZM320.854%2021.8536L320.5%2021.5001L317.354%2024.6466L317.707%2025.0001L318.061%2025.3537L321.207%2022.2072L320.854%2021.8536ZM317.707%2025.0001L317.354%2025.3537L320.5%2028.5002L320.854%2028.1466L321.207%2027.7931L318.061%2024.6466L317.707%2025.0001ZM320.854%2028.1466L320.5%2028.5001L320.5%2028.5001L320.854%2028.8536L321.207%2029.2072C321.598%2028.8166%20321.597%2028.1836%20321.207%2027.7931L320.854%2028.1466ZM320.854%2028.8536L320.5%2028.5001L320.5%2028.5L320.147%2028.8536L319.793%2029.2073C320.184%2029.5975%20320.817%2029.5978%20321.207%2029.2072L320.854%2028.8536ZM320.147%2028.8536L320.5%2028.5001L317.354%2025.3536L317%2025.7072L316.647%2026.0607L319.793%2029.2072L320.147%2028.8536ZM317%2025.7072L316.647%2025.3536L313.5%2028.5001L313.854%2028.8536L314.207%2029.2072L317.354%2026.0607L317%2025.7072ZM313.854%2028.8536L313.5%2028.5001L313.5%2028.5L313.147%2028.8536L312.793%2029.2073C313.184%2029.5975%20313.817%2029.5978%20314.207%2029.2072L313.854%2028.8536ZM313.147%2028.8536L313.5%2028.5001V28.5002L313.147%2028.1466L312.793%2027.7931C312.402%2028.1836%20312.402%2028.8167%20312.793%2029.2072L313.147%2028.8536ZM313.147%2028.1466L313.5%2028.5002L316.647%2025.3537L316.293%2025.0001L315.94%2024.6466L312.793%2027.7931L313.147%2028.1466ZM316.293%2025.0001L316.647%2024.6466L313.5%2021.5001L313.147%2021.8536L312.793%2022.2072L315.94%2025.3537L316.293%2025.0001ZM313.147%2021.8536L313.5%2021.5001V21.5002L313.147%2021.1466L312.793%2020.7931C312.402%2021.1836%20312.402%2021.8167%20312.793%2022.2072L313.147%2021.8536ZM313.147%2021.1466L313.5%2021.5002H313.5L313.854%2021.1466L314.207%2020.7931C313.817%2020.4025%20313.184%2020.4025%20312.793%2020.7931L313.147%2021.1466ZM313.854%2021.1466L313.5%2021.5002L316.647%2024.6466L317%2024.2931L317.354%2023.9395L314.207%2020.7931L313.854%2021.1466ZM317%2024.2931L317.354%2024.6466L320.5%2021.5002L320.147%2021.1466L319.793%2020.7931L316.647%2023.9395L317%2024.2931Z'%20fill='%239D9FA1'/%3e%3crect%20x='105'%20y='17'%20width='16'%20height='16'%20rx='8'%20fill='%23F0F0F0'/%3e%3c/g%3e%3ccircle%20cx='67'%20cy='21'%20r='6'%20fill='%2361C554'/%3e%3ccircle%20cx='67'%20cy='21'%20r='5.75'%20stroke='black'%20stroke-opacity='0.2'%20stroke-width='0.5'/%3e%3ccircle%20cx='47'%20cy='21'%20r='6'%20fill='%23F4BF4F'/%3e%3ccircle%20cx='47'%20cy='21'%20r='5.75'%20stroke='black'%20stroke-opacity='0.2'%20stroke-width='0.5'/%3e%3ccircle%20cx='27'%20cy='21'%20r='6'%20fill='%23ED6A5F'/%3e%3ccircle%20cx='27'%20cy='21'%20r='5.75'%20stroke='black'%20stroke-opacity='0.2'%20stroke-width='0.5'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_1_981'%20x='0'%20y='42'%20width='378'%20height='37'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.858824%200%200%200%200%200.862745%200%200%200%200%200.866667%200%200%200%201%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_1_981'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_1_981'%20result='shape'/%3e%3c/filter%3e%3cclipPath%20id='clip0_1_981'%3e%3crect%20width='270'%20height='28'%20fill='white'%20transform='translate(108%2046)'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_1_981'%3e%3crect%20width='378'%20height='42'%20fill='white'/%3e%3c/clipPath%3e%3cclipPath%20id='clip2_1_981'%3e%3crect%20width='258'%20height='34'%20fill='white'%20transform='translate(84%208)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
2
+ export {
3
+ L as default
4
+ };