@useinsider/guido 1.0.0-beta.ef5e504 → 1.0.0-beta.f2786f4
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/README.md +30 -294
- package/dist/@types/generic.d.ts +0 -12
- package/dist/App.vue.d.ts +1 -1
- package/dist/components/Guido.vue.d.ts +3 -17
- package/dist/components/Guido.vue.js +8 -8
- package/dist/components/Guido.vue2.js +20 -57
- package/dist/components/organisms/{header/HeaderWrapper.vue.js → top-bar/Header.vue.js} +7 -7
- package/dist/components/organisms/top-bar/Header.vue2.js +14 -0
- package/dist/components/organisms/top-bar/HeaderLeftSlot.vue.d.ts +2 -0
- package/dist/components/organisms/top-bar/HeaderLeftSlot.vue.js +17 -0
- package/dist/components/organisms/top-bar/HeaderLeftSlot.vue2.js +11 -0
- package/dist/components/organisms/top-bar/HeaderMiddleSlot.vue.d.ts +2 -0
- package/dist/components/organisms/top-bar/HeaderMiddleSlot.vue.js +17 -0
- package/dist/components/organisms/top-bar/HeaderMiddleSlot.vue2.js +19 -0
- package/dist/components/organisms/top-bar/HeaderRightSlot.vue.js +18 -0
- package/dist/components/organisms/top-bar/HeaderRightSlot.vue2.js +12 -0
- package/dist/components/organisms/top-bar/HeaderViewOptions.vue.d.ts +2 -0
- package/dist/components/organisms/top-bar/HeaderViewOptions.vue.js +18 -0
- package/dist/components/organisms/{header/ViewOptions.vue2.js → top-bar/HeaderViewOptions.vue2.js} +3 -3
- package/dist/composables/useCustomInterfaceAppearance.js +9 -45
- package/dist/composables/useStripo.d.ts +2 -2
- package/dist/composables/useStripo.js +56 -66
- package/dist/composables/useTemplates.d.ts +5 -0
- package/dist/composables/useTemplates.js +27 -0
- package/dist/composables/useToaster.d.ts +0 -1
- package/dist/composables/useTranslations.d.ts +3 -1
- package/dist/composables/useTranslations.js +7 -5
- package/dist/enums/defaults.d.ts +0 -2
- package/dist/enums/defaults.js +3 -5
- package/dist/guido.css +1 -1
- package/dist/node_modules/pinia/dist/pinia.js +314 -0
- package/dist/node_modules/pinia/node_modules/vue-demi/lib/index.js +11 -0
- package/dist/static/editor.css.js +182 -0
- package/dist/static/templates/default/index.html.js +5 -0
- package/dist/static/templates/default/style.css.js +119 -0
- package/dist/stores/editor.d.ts +0 -5
- package/dist/stores/editor.js +4 -9
- package/package.json +5 -6
- package/dist/_virtual/AddCustomFont.js +0 -4
- package/dist/_virtual/AiAssistantValueType.js +0 -4
- package/dist/_virtual/BackgroundColorBuiltInControl.js +0 -4
- package/dist/_virtual/BackgroundImageBuiltInControl.js +0 -4
- package/dist/_virtual/Block.js +0 -4
- package/dist/_virtual/BlockAttributes.js +0 -4
- package/dist/_virtual/BlockCompositionType.js +0 -4
- package/dist/_virtual/BlockPaddingsBuiltInControl.js +0 -4
- package/dist/_virtual/BlockRenderer.js +0 -4
- package/dist/_virtual/BlockType.js +0 -4
- package/dist/_virtual/BlocksPanel.js +0 -4
- package/dist/_virtual/BuiltInControl.js +0 -4
- package/dist/_virtual/BuiltInControlTypes.js +0 -4
- package/dist/_virtual/ButtonBorderBuiltInControl.js +0 -4
- package/dist/_virtual/ButtonColorBuiltInControl.js +0 -4
- package/dist/_virtual/ButtonFontColorBuiltInControl.js +0 -4
- package/dist/_virtual/ButtonInternalIndentsBuiltInControl.js +0 -4
- package/dist/_virtual/ButtonTextBuiltInControl.js +0 -4
- package/dist/_virtual/ContextAction.js +0 -4
- package/dist/_virtual/ContextActionType.js +0 -4
- package/dist/_virtual/Control.js +0 -4
- package/dist/_virtual/EditorStatePropertyType.js +0 -4
- package/dist/_virtual/Extension.js +0 -4
- package/dist/_virtual/ExtensionBuilder.js +0 -4
- package/dist/_virtual/FontFamilyBuiltInControl.js +0 -4
- package/dist/_virtual/LinkColorBuiltInControl.js +0 -4
- package/dist/_virtual/ModificationDescription.js +0 -4
- package/dist/_virtual/PanelPosition.js +0 -4
- package/dist/_virtual/PreviewDeviceMode.js +0 -4
- package/dist/_virtual/SettingsPanelRegistry.js +0 -4
- package/dist/_virtual/SettingsPanelTab.js +0 -4
- package/dist/_virtual/SettingsTab.js +0 -4
- package/dist/_virtual/StructureBorderBuiltInControl.js +0 -4
- package/dist/_virtual/StructurePaddingsBuiltInControl.js +0 -4
- package/dist/_virtual/TextColorBuiltInControl.js +0 -4
- package/dist/_virtual/TextLineSpacingBuiltInControl.js +0 -4
- package/dist/_virtual/TextSizeBuiltInControl.js +0 -4
- package/dist/_virtual/TextStyleBuiltInControl.js +0 -4
- package/dist/_virtual/UIElement.js +0 -4
- package/dist/_virtual/UIElementTagRegistry.js +0 -4
- package/dist/_virtual/UIElementType.js +0 -4
- package/dist/_virtual/UIElementsAttributes.js +0 -4
- package/dist/_virtual/index.js +0 -5
- package/dist/_virtual/index2.js +0 -4
- package/dist/components/organisms/design-preview/DesktopPreview.vue.d.ts +0 -16
- package/dist/components/organisms/design-preview/DesktopPreview.vue.js +0 -22
- package/dist/components/organisms/design-preview/DesktopPreview.vue2.js +0 -28
- package/dist/components/organisms/design-preview/EmailPreview.vue.d.ts +0 -16
- package/dist/components/organisms/design-preview/EmailPreview.vue.js +0 -17
- package/dist/components/organisms/design-preview/EmailPreview.vue2.js +0 -37
- package/dist/components/organisms/design-preview/EmailView.vue.d.ts +0 -18
- package/dist/components/organisms/design-preview/EmailView.vue.js +0 -19
- package/dist/components/organisms/design-preview/EmailView.vue2.js +0 -24
- package/dist/components/organisms/design-preview/InboxView.vue.d.ts +0 -17
- package/dist/components/organisms/design-preview/InboxView.vue.js +0 -19
- package/dist/components/organisms/design-preview/InboxView.vue2.js +0 -23
- package/dist/components/organisms/design-preview/MobilePreview.vue.d.ts +0 -17
- package/dist/components/organisms/design-preview/MobilePreview.vue.js +0 -17
- package/dist/components/organisms/design-preview/MobilePreview.vue2.js +0 -22
- package/dist/components/organisms/header/AmpErrorModal.vue.d.ts +0 -16
- package/dist/components/organisms/header/AmpErrorModal.vue.js +0 -21
- package/dist/components/organisms/header/AmpErrorModal.vue2.js +0 -27
- package/dist/components/organisms/header/AmpToggle.vue.js +0 -19
- package/dist/components/organisms/header/AmpToggle.vue2.js +0 -38
- package/dist/components/organisms/header/HeaderWrapper.vue2.js +0 -14
- package/dist/components/organisms/header/LeftSlot.vue.d.ts +0 -2
- package/dist/components/organisms/header/LeftSlot.vue.js +0 -17
- package/dist/components/organisms/header/LeftSlot.vue2.js +0 -13
- package/dist/components/organisms/header/MiddleSlot.vue.d.ts +0 -2
- package/dist/components/organisms/header/MiddleSlot.vue.js +0 -17
- package/dist/components/organisms/header/MiddleSlot.vue2.js +0 -26
- package/dist/components/organisms/header/RightSlot.vue.d.ts +0 -2
- package/dist/components/organisms/header/RightSlot.vue.js +0 -17
- package/dist/components/organisms/header/RightSlot.vue2.js +0 -21
- package/dist/components/organisms/header/ViewOptions.vue.d.ts +0 -2
- package/dist/components/organisms/header/ViewOptions.vue.js +0 -18
- package/dist/components/organisms/header/version-history/RestoreButton.vue.d.ts +0 -2
- package/dist/components/organisms/header/version-history/RestoreButton.vue.js +0 -19
- package/dist/components/organisms/header/version-history/RestoreButton.vue2.js +0 -14
- package/dist/components/organisms/header/version-history/VersionHistory.vue.d.ts +0 -14
- package/dist/components/organisms/header/version-history/VersionHistory.vue.js +0 -22
- package/dist/components/organisms/header/version-history/VersionHistory.vue2.js +0 -18
- package/dist/components/organisms/header/version-history/VersionHistoryItem.vue.d.ts +0 -16
- package/dist/components/organisms/header/version-history/VersionHistoryItem.vue.js +0 -18
- package/dist/components/organisms/header/version-history/VersionHistoryItem.vue2.js +0 -16
- package/dist/components/organisms/header/version-history/ViewOptions.vue.d.ts +0 -2
- package/dist/components/organisms/header/version-history/ViewOptions.vue.js +0 -18
- package/dist/components/organisms/header/version-history/ViewOptions.vue2.js +0 -23
- package/dist/composables/useActionsApi.d.ts +0 -5
- package/dist/composables/useActionsApi.js +0 -38
- package/dist/composables/useDebounce.d.ts +0 -4
- package/dist/composables/useDebounce.js +0 -12
- package/dist/composables/useExport.d.ts +0 -3
- package/dist/composables/useExport.js +0 -45
- package/dist/composables/useHtmlCompiler.d.ts +0 -4
- package/dist/composables/useHtmlCompiler.js +0 -16
- package/dist/composables/useHttp.js +0 -84
- package/dist/composables/useMobileGmailFit.d.ts +0 -5
- package/dist/composables/useMobileGmailFit.js +0 -69
- package/dist/composables/usePartner.d.ts +0 -4
- package/dist/composables/usePartner.js +0 -16
- package/dist/composables/usePreviewMode.d.ts +0 -6
- package/dist/composables/usePreviewMode.js +0 -19
- package/dist/composables/useToaster.js +0 -37
- package/dist/composables/useVersionHistoryApi.d.ts +0 -8
- package/dist/composables/useVersionHistoryApi.js +0 -53
- package/dist/config/compiler/htmlCompilerRules.d.ts +0 -2
- package/dist/config/compiler/htmlCompilerRules.js +0 -145
- package/dist/config/compiler/outlookCompilerRules.d.ts +0 -0
- package/dist/enums/displayConditions.d.ts +0 -2
- package/dist/enums/displayConditions.js +0 -80
- package/dist/enums/gmailMobilePreview.d.ts +0 -7
- package/dist/enums/gmailMobilePreview.js +0 -17
- package/dist/extensions/DynamicContent/dynamic-content-modal.d.ts +0 -6
- package/dist/extensions/DynamicContent/dynamic-content-modal.js +0 -27
- package/dist/extensions/DynamicContent/dynamic-content.css.js +0 -24
- package/dist/extensions/DynamicContent/dynamic-content.d.ts +0 -16
- package/dist/extensions/DynamicContent/dynamic-content.js +0 -63
- package/dist/extensions/DynamicContent/extension.d.ts +0 -2
- package/dist/extensions/DynamicContent/extension.js +0 -11
- package/dist/inbox-mockup.svg +0 -41
- package/dist/mock/api/custom-fonts.d.ts +0 -2
- package/dist/mock/api/default-template.d.ts +0 -2
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/Extension.js +0 -51
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ExtensionBuilder.js +0 -52
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/Block.js +0 -41
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlockRenderer.js +0 -18
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/BlocksPanel.js +0 -32
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/blocks/ContextAction.js +0 -18
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AddCustomFont.js +0 -8
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/AiAssistantValueType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockAttributes.js +0 -34
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockCompositionType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BlockType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/BuiltInControlTypes.js +0 -104
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/ContextActionType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/EditorStatePropertyType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PanelPosition.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/PreviewDeviceMode.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/SettingsTab.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementType.js +0 -13
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/constants/UIElementsAttributes.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundColorBuiltInControl.js +0 -43
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BackgroundImageBuiltInControl.js +0 -46
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BlockPaddingsBuiltInControl.js +0 -44
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/BuiltInControl.js +0 -22
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonBorderBuiltInControl.js +0 -46
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonColorBuiltInControl.js +0 -46
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonFontColorBuiltInControl.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonInternalIndentsBuiltInControl.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/ButtonTextBuiltInControl.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/Control.js +0 -20
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/FontFamilyBuiltInControl.js +0 -43
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/LinkColorBuiltInControl.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelRegistry.js +0 -18
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/SettingsPanelTab.js +0 -32
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructureBorderBuiltInControl.js +0 -46
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/StructurePaddingsBuiltInControl.js +0 -44
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextColorBuiltInControl.js +0 -43
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextLineSpacingBuiltInControl.js +0 -43
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextSizeBuiltInControl.js +0 -45
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/controls/TextStyleBuiltInControl.js +0 -43
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/index.js +0 -266
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/modifications/ModificationDescription.js +0 -26
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElement.js +0 -22
- package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElementTagRegistry.js +0 -18
- package/dist/phone-mockup.svg +0 -31
- package/dist/services/stripoApi.d.ts +0 -8
- package/dist/services/stripoApi.js +0 -45
- package/dist/static/styles/base.css.js +0 -11
- package/dist/static/styles/components/alert-message.css.js +0 -39
- package/dist/static/styles/components/amp-block.css.js +0 -18
- package/dist/static/styles/components/base-input.css.js +0 -47
- package/dist/static/styles/components/button-group.css.js +0 -54
- package/dist/static/styles/components/button.css.js +0 -106
- package/dist/static/styles/components/combobox.css.js +0 -49
- package/dist/static/styles/components/counter.css.js +0 -42
- package/dist/static/styles/components/dropdown-menu.css.js +0 -52
- package/dist/static/styles/components/narrow-panel.css.js +0 -38
- package/dist/static/styles/components/switcher.css.js +0 -11
- package/dist/static/styles/components/tabs.css.js +0 -97
- package/dist/static/styles/components/tools.css.js +0 -23
- package/dist/static/styles/components/version-history.css.js +0 -30
- package/dist/static/styles/components/wide-panel.css.js +0 -135
- package/dist/static/styles/variables.css.js +0 -23
- package/dist/stores/version-history.d.ts +0 -80
- package/dist/stores/version-history.js +0 -28
- package/dist/utils/dateUtil.d.ts +0 -1
- package/dist/utils/dateUtil.js +0 -16
- package/dist/utils/htmlCompiler.d.ts +0 -12
- package/dist/utils/htmlCompiler.js +0 -70
- /package/dist/components/organisms/{header/AmpToggle.vue.d.ts → top-bar/Header.vue.d.ts} +0 -0
- /package/dist/components/organisms/{header/HeaderWrapper.vue.d.ts → top-bar/HeaderRightSlot.vue.d.ts} +0 -0
|
@@ -1,266 +0,0 @@
|
|
|
1
|
-
import { __exports as t } from "../../../../_virtual/index2.js";
|
|
2
|
-
import { __require as J } from "./ui-elements/UIElement.js";
|
|
3
|
-
import { __require as K } from "./controls/Control.js";
|
|
4
|
-
import { __require as Q } from "./controls/SettingsPanelRegistry.js";
|
|
5
|
-
import { __require as W } from "./blocks/ContextAction.js";
|
|
6
|
-
import { __require as X } from "./blocks/BlockRenderer.js";
|
|
7
|
-
import { __require as Y } from "./blocks/Block.js";
|
|
8
|
-
import { __require as Z } from "./ExtensionBuilder.js";
|
|
9
|
-
import { __require as $ } from "./Extension.js";
|
|
10
|
-
import { __require as x } from "./ui-elements/UIElementTagRegistry.js";
|
|
11
|
-
import { __require as ee } from "./modifications/ModificationDescription.js";
|
|
12
|
-
import { __require as re } from "./controls/SettingsPanelTab.js";
|
|
13
|
-
import { __require as te } from "./constants/UIElementType.js";
|
|
14
|
-
import { __require as ne } from "./constants/BuiltInControlTypes.js";
|
|
15
|
-
import { __require as oe } from "./constants/SettingsTab.js";
|
|
16
|
-
import { __require as ie } from "./constants/UIElementsAttributes.js";
|
|
17
|
-
import { __require as ue } from "./constants/BlockType.js";
|
|
18
|
-
import { __require as le } from "./constants/ContextActionType.js";
|
|
19
|
-
import { __require as ae } from "./constants/BlockCompositionType.js";
|
|
20
|
-
import { __require as ce } from "./constants/BlockAttributes.js";
|
|
21
|
-
import { __require as Ce } from "./constants/AiAssistantValueType.js";
|
|
22
|
-
import { __require as me } from "./constants/AddCustomFont.js";
|
|
23
|
-
import { __require as Be } from "./controls/BuiltInControl.js";
|
|
24
|
-
import { __require as fe } from "./controls/FontFamilyBuiltInControl.js";
|
|
25
|
-
import { __require as de } from "./controls/BackgroundColorBuiltInControl.js";
|
|
26
|
-
import { __require as be } from "./controls/BlockPaddingsBuiltInControl.js";
|
|
27
|
-
import { __require as _e } from "./controls/BackgroundImageBuiltInControl.js";
|
|
28
|
-
import { __require as ge } from "./constants/EditorStatePropertyType.js";
|
|
29
|
-
import { __require as Ie } from "./constants/PreviewDeviceMode.js";
|
|
30
|
-
import { __require as ye } from "./controls/StructurePaddingsBuiltInControl.js";
|
|
31
|
-
import { __require as Pe } from "./controls/TextColorBuiltInControl.js";
|
|
32
|
-
import { __require as se } from "./controls/ButtonFontColorBuiltInControl.js";
|
|
33
|
-
import { __require as Te } from "./controls/ButtonColorBuiltInControl.js";
|
|
34
|
-
import { __require as qe } from "./controls/ButtonInternalIndentsBuiltInControl.js";
|
|
35
|
-
import { __require as Oe } from "./controls/StructureBorderBuiltInControl.js";
|
|
36
|
-
import { __require as je } from "./controls/TextSizeBuiltInControl.js";
|
|
37
|
-
import { __require as Se } from "./controls/TextStyleBuiltInControl.js";
|
|
38
|
-
import { __require as ve } from "./controls/LinkColorBuiltInControl.js";
|
|
39
|
-
import { __require as ke } from "./controls/ButtonTextBuiltInControl.js";
|
|
40
|
-
import { __require as pe } from "./controls/ButtonBorderBuiltInControl.js";
|
|
41
|
-
import { __require as Ae } from "./controls/TextLineSpacingBuiltInControl.js";
|
|
42
|
-
import { __require as Ee } from "./blocks/BlocksPanel.js";
|
|
43
|
-
import { __require as Fe } from "./constants/PanelPosition.js";
|
|
44
|
-
var n;
|
|
45
|
-
function Tr() {
|
|
46
|
-
return n ? t : (n = 1, function(e) {
|
|
47
|
-
Object.defineProperty(e, "__esModule", { value: !0 }), e.ButtonTextBuiltInControl = e.LinkColorBuiltInControl = e.BackgroundImageBuiltInControl = e.BackgroundColorBuiltInControl = e.FontFamilyBuiltInControl = e.BuiltInControl = e.ADD_CUSTOM_FONT_OPTION = e.BlockAttr = e.AiAssistantValueType = e.BlockCompositionType = e.AmpFormControls = e.GeneralControls = e.GeneralStylesControls = e.MessageSettingsControls = e.ContainerControls = e.StructureControls = e.StripeControls = e.CarouselControls = e.AccordionControls = e.MenuControls = e.SocialControls = e.CustomTextControls = e.CustomImageControls = e.CustomLinkControls = e.HTMLControls = e.ImageControls = e.SpacerControls = e.TimerControls = e.VideoControls = e.TextControls = e.ButtonControls = e.BannerChildControls = e.BannerControls = e.BlockType = e.SettingsTab = e.BuiltInControlTypes = e.ContextActionType = e.UEAttr = e.UIElementType = e.ModificationDescription = e.Extension = e.ExtensionBuilder = e.SettingsPanelTab = e.Block = e.BlockRenderer = e.ContextAction = e.SettingsPanelRegistry = e.Control = e.UIElementTagRegistry = e.UIElement = void 0, e.TextLineSpacingBuiltInControl = e.ButtonBorderBuiltInControl = e.PanelPosition = e.BlocksPanel = e.StructureBorderBuiltInControl = e.TextStyleBuiltInControl = e.TextSizeBuiltInControl = e.PreviewDeviceMode = e.EditorStatePropertyType = e.ButtonColorBuiltInControl = e.ButtonFontColorBuiltInControl = e.TextColorBuiltInControl = e.ButtonInternalIndentsBuiltInControl = e.StructurePaddingsBuiltInControl = e.BlockPaddingsBuiltInControl = void 0;
|
|
48
|
-
var o = J();
|
|
49
|
-
Object.defineProperty(e, "UIElement", { enumerable: !0, get: function() {
|
|
50
|
-
return o.UIElement;
|
|
51
|
-
} });
|
|
52
|
-
var i = K();
|
|
53
|
-
Object.defineProperty(e, "Control", { enumerable: !0, get: function() {
|
|
54
|
-
return i.Control;
|
|
55
|
-
} });
|
|
56
|
-
var u = Q();
|
|
57
|
-
Object.defineProperty(e, "SettingsPanelRegistry", { enumerable: !0, get: function() {
|
|
58
|
-
return u.SettingsPanelRegistry;
|
|
59
|
-
} });
|
|
60
|
-
var l = W();
|
|
61
|
-
Object.defineProperty(e, "ContextAction", { enumerable: !0, get: function() {
|
|
62
|
-
return l.ContextAction;
|
|
63
|
-
} });
|
|
64
|
-
var a = X();
|
|
65
|
-
Object.defineProperty(e, "BlockRenderer", { enumerable: !0, get: function() {
|
|
66
|
-
return a.BlockRenderer;
|
|
67
|
-
} });
|
|
68
|
-
var c = Y();
|
|
69
|
-
Object.defineProperty(e, "Block", { enumerable: !0, get: function() {
|
|
70
|
-
return c.Block;
|
|
71
|
-
} });
|
|
72
|
-
var C = Z();
|
|
73
|
-
Object.defineProperty(e, "ExtensionBuilder", { enumerable: !0, get: function() {
|
|
74
|
-
return C.ExtensionBuilder;
|
|
75
|
-
} });
|
|
76
|
-
var m = $();
|
|
77
|
-
Object.defineProperty(e, "Extension", { enumerable: !0, get: function() {
|
|
78
|
-
return m.Extension;
|
|
79
|
-
} });
|
|
80
|
-
var B = x();
|
|
81
|
-
Object.defineProperty(e, "UIElementTagRegistry", { enumerable: !0, get: function() {
|
|
82
|
-
return B.UIElementTagRegistry;
|
|
83
|
-
} });
|
|
84
|
-
var f = ee();
|
|
85
|
-
Object.defineProperty(e, "ModificationDescription", { enumerable: !0, get: function() {
|
|
86
|
-
return f.ModificationDescription;
|
|
87
|
-
} });
|
|
88
|
-
var d = re();
|
|
89
|
-
Object.defineProperty(e, "SettingsPanelTab", { enumerable: !0, get: function() {
|
|
90
|
-
return d.SettingsPanelTab;
|
|
91
|
-
} });
|
|
92
|
-
var b = te();
|
|
93
|
-
Object.defineProperty(e, "UIElementType", { enumerable: !0, get: function() {
|
|
94
|
-
return b.UIElementType;
|
|
95
|
-
} });
|
|
96
|
-
var r = ne();
|
|
97
|
-
Object.defineProperty(e, "AccordionControls", { enumerable: !0, get: function() {
|
|
98
|
-
return r.AccordionControls;
|
|
99
|
-
} }), Object.defineProperty(e, "AmpFormControls", { enumerable: !0, get: function() {
|
|
100
|
-
return r.AmpFormControls;
|
|
101
|
-
} }), Object.defineProperty(e, "BannerChildControls", { enumerable: !0, get: function() {
|
|
102
|
-
return r.BannerChildControls;
|
|
103
|
-
} }), Object.defineProperty(e, "BannerControls", { enumerable: !0, get: function() {
|
|
104
|
-
return r.BannerControls;
|
|
105
|
-
} }), Object.defineProperty(e, "BuiltInControlTypes", { enumerable: !0, get: function() {
|
|
106
|
-
return r.BuiltInControlTypes;
|
|
107
|
-
} }), Object.defineProperty(e, "ButtonControls", { enumerable: !0, get: function() {
|
|
108
|
-
return r.ButtonControls;
|
|
109
|
-
} }), Object.defineProperty(e, "CarouselControls", { enumerable: !0, get: function() {
|
|
110
|
-
return r.CarouselControls;
|
|
111
|
-
} }), Object.defineProperty(e, "ContainerControls", { enumerable: !0, get: function() {
|
|
112
|
-
return r.ContainerControls;
|
|
113
|
-
} }), Object.defineProperty(e, "CustomImageControls", { enumerable: !0, get: function() {
|
|
114
|
-
return r.CustomImageControls;
|
|
115
|
-
} }), Object.defineProperty(e, "CustomLinkControls", { enumerable: !0, get: function() {
|
|
116
|
-
return r.CustomLinkControls;
|
|
117
|
-
} }), Object.defineProperty(e, "CustomTextControls", { enumerable: !0, get: function() {
|
|
118
|
-
return r.CustomTextControls;
|
|
119
|
-
} }), Object.defineProperty(e, "GeneralControls", { enumerable: !0, get: function() {
|
|
120
|
-
return r.GeneralControls;
|
|
121
|
-
} }), Object.defineProperty(e, "GeneralStylesControls", { enumerable: !0, get: function() {
|
|
122
|
-
return r.GeneralStylesControls;
|
|
123
|
-
} }), Object.defineProperty(e, "HTMLControls", { enumerable: !0, get: function() {
|
|
124
|
-
return r.HTMLControls;
|
|
125
|
-
} }), Object.defineProperty(e, "ImageControls", { enumerable: !0, get: function() {
|
|
126
|
-
return r.ImageControls;
|
|
127
|
-
} }), Object.defineProperty(e, "MenuControls", { enumerable: !0, get: function() {
|
|
128
|
-
return r.MenuControls;
|
|
129
|
-
} }), Object.defineProperty(e, "MessageSettingsControls", { enumerable: !0, get: function() {
|
|
130
|
-
return r.MessageSettingsControls;
|
|
131
|
-
} }), Object.defineProperty(e, "SocialControls", { enumerable: !0, get: function() {
|
|
132
|
-
return r.SocialControls;
|
|
133
|
-
} }), Object.defineProperty(e, "SpacerControls", { enumerable: !0, get: function() {
|
|
134
|
-
return r.SpacerControls;
|
|
135
|
-
} }), Object.defineProperty(e, "StripeControls", { enumerable: !0, get: function() {
|
|
136
|
-
return r.StripeControls;
|
|
137
|
-
} }), Object.defineProperty(e, "StructureControls", { enumerable: !0, get: function() {
|
|
138
|
-
return r.StructureControls;
|
|
139
|
-
} }), Object.defineProperty(e, "TextControls", { enumerable: !0, get: function() {
|
|
140
|
-
return r.TextControls;
|
|
141
|
-
} }), Object.defineProperty(e, "TimerControls", { enumerable: !0, get: function() {
|
|
142
|
-
return r.TimerControls;
|
|
143
|
-
} }), Object.defineProperty(e, "VideoControls", { enumerable: !0, get: function() {
|
|
144
|
-
return r.VideoControls;
|
|
145
|
-
} });
|
|
146
|
-
var _ = oe();
|
|
147
|
-
Object.defineProperty(e, "SettingsTab", { enumerable: !0, get: function() {
|
|
148
|
-
return _.SettingsTab;
|
|
149
|
-
} });
|
|
150
|
-
var g = ie();
|
|
151
|
-
Object.defineProperty(e, "UEAttr", { enumerable: !0, get: function() {
|
|
152
|
-
return g.UEAttr;
|
|
153
|
-
} });
|
|
154
|
-
var I = ue();
|
|
155
|
-
Object.defineProperty(e, "BlockType", { enumerable: !0, get: function() {
|
|
156
|
-
return I.BlockType;
|
|
157
|
-
} });
|
|
158
|
-
var y = le();
|
|
159
|
-
Object.defineProperty(e, "ContextActionType", { enumerable: !0, get: function() {
|
|
160
|
-
return y.ContextActionType;
|
|
161
|
-
} });
|
|
162
|
-
var P = ae();
|
|
163
|
-
Object.defineProperty(e, "BlockCompositionType", { enumerable: !0, get: function() {
|
|
164
|
-
return P.BlockCompositionType;
|
|
165
|
-
} });
|
|
166
|
-
var s = ce();
|
|
167
|
-
Object.defineProperty(e, "BlockAttr", { enumerable: !0, get: function() {
|
|
168
|
-
return s.BlockAttr;
|
|
169
|
-
} });
|
|
170
|
-
var T = Ce();
|
|
171
|
-
Object.defineProperty(e, "AiAssistantValueType", { enumerable: !0, get: function() {
|
|
172
|
-
return T.AiAssistantValueType;
|
|
173
|
-
} });
|
|
174
|
-
var q = me();
|
|
175
|
-
Object.defineProperty(e, "ADD_CUSTOM_FONT_OPTION", { enumerable: !0, get: function() {
|
|
176
|
-
return q.ADD_CUSTOM_FONT_OPTION;
|
|
177
|
-
} });
|
|
178
|
-
var O = Be();
|
|
179
|
-
Object.defineProperty(e, "BuiltInControl", { enumerable: !0, get: function() {
|
|
180
|
-
return O.BuiltInControl;
|
|
181
|
-
} });
|
|
182
|
-
var j = fe();
|
|
183
|
-
Object.defineProperty(e, "FontFamilyBuiltInControl", { enumerable: !0, get: function() {
|
|
184
|
-
return j.FontFamilyBuiltInControl;
|
|
185
|
-
} });
|
|
186
|
-
var S = de();
|
|
187
|
-
Object.defineProperty(e, "BackgroundColorBuiltInControl", { enumerable: !0, get: function() {
|
|
188
|
-
return S.BackgroundColorBuiltInControl;
|
|
189
|
-
} });
|
|
190
|
-
var v = be();
|
|
191
|
-
Object.defineProperty(e, "BlockPaddingsBuiltInControl", { enumerable: !0, get: function() {
|
|
192
|
-
return v.BlockPaddingsBuiltInControl;
|
|
193
|
-
} });
|
|
194
|
-
var k = _e();
|
|
195
|
-
Object.defineProperty(e, "BackgroundImageBuiltInControl", { enumerable: !0, get: function() {
|
|
196
|
-
return k.BackgroundImageBuiltInControl;
|
|
197
|
-
} });
|
|
198
|
-
var p = ge();
|
|
199
|
-
Object.defineProperty(e, "EditorStatePropertyType", { enumerable: !0, get: function() {
|
|
200
|
-
return p.EditorStatePropertyType;
|
|
201
|
-
} });
|
|
202
|
-
var A = Ie();
|
|
203
|
-
Object.defineProperty(e, "PreviewDeviceMode", { enumerable: !0, get: function() {
|
|
204
|
-
return A.PreviewDeviceMode;
|
|
205
|
-
} });
|
|
206
|
-
var E = ye();
|
|
207
|
-
Object.defineProperty(e, "StructurePaddingsBuiltInControl", { enumerable: !0, get: function() {
|
|
208
|
-
return E.StructurePaddingsBuiltInControl;
|
|
209
|
-
} });
|
|
210
|
-
var F = Pe();
|
|
211
|
-
Object.defineProperty(e, "TextColorBuiltInControl", { enumerable: !0, get: function() {
|
|
212
|
-
return F.TextColorBuiltInControl;
|
|
213
|
-
} });
|
|
214
|
-
var M = se();
|
|
215
|
-
Object.defineProperty(e, "ButtonFontColorBuiltInControl", { enumerable: !0, get: function() {
|
|
216
|
-
return M.ButtonFontColorBuiltInControl;
|
|
217
|
-
} });
|
|
218
|
-
var U = Te();
|
|
219
|
-
Object.defineProperty(e, "ButtonColorBuiltInControl", { enumerable: !0, get: function() {
|
|
220
|
-
return U.ButtonColorBuiltInControl;
|
|
221
|
-
} });
|
|
222
|
-
var D = qe();
|
|
223
|
-
Object.defineProperty(e, "ButtonInternalIndentsBuiltInControl", { enumerable: !0, get: function() {
|
|
224
|
-
return D.ButtonInternalIndentsBuiltInControl;
|
|
225
|
-
} });
|
|
226
|
-
var L = Oe();
|
|
227
|
-
Object.defineProperty(e, "StructureBorderBuiltInControl", { enumerable: !0, get: function() {
|
|
228
|
-
return L.StructureBorderBuiltInControl;
|
|
229
|
-
} });
|
|
230
|
-
var R = je();
|
|
231
|
-
Object.defineProperty(e, "TextSizeBuiltInControl", { enumerable: !0, get: function() {
|
|
232
|
-
return R.TextSizeBuiltInControl;
|
|
233
|
-
} });
|
|
234
|
-
var V = Se();
|
|
235
|
-
Object.defineProperty(e, "TextStyleBuiltInControl", { enumerable: !0, get: function() {
|
|
236
|
-
return V.TextStyleBuiltInControl;
|
|
237
|
-
} });
|
|
238
|
-
var G = ve();
|
|
239
|
-
Object.defineProperty(e, "LinkColorBuiltInControl", { enumerable: !0, get: function() {
|
|
240
|
-
return G.LinkColorBuiltInControl;
|
|
241
|
-
} });
|
|
242
|
-
var N = ke();
|
|
243
|
-
Object.defineProperty(e, "ButtonTextBuiltInControl", { enumerable: !0, get: function() {
|
|
244
|
-
return N.ButtonTextBuiltInControl;
|
|
245
|
-
} });
|
|
246
|
-
var w = pe();
|
|
247
|
-
Object.defineProperty(e, "ButtonBorderBuiltInControl", { enumerable: !0, get: function() {
|
|
248
|
-
return w.ButtonBorderBuiltInControl;
|
|
249
|
-
} });
|
|
250
|
-
var z = Ae();
|
|
251
|
-
Object.defineProperty(e, "TextLineSpacingBuiltInControl", { enumerable: !0, get: function() {
|
|
252
|
-
return z.TextLineSpacingBuiltInControl;
|
|
253
|
-
} });
|
|
254
|
-
var h = Ee();
|
|
255
|
-
Object.defineProperty(e, "BlocksPanel", { enumerable: !0, get: function() {
|
|
256
|
-
return h.BlocksPanel;
|
|
257
|
-
} });
|
|
258
|
-
var H = Fe();
|
|
259
|
-
Object.defineProperty(e, "PanelPosition", { enumerable: !0, get: function() {
|
|
260
|
-
return H.PanelPosition;
|
|
261
|
-
} });
|
|
262
|
-
}(t), t);
|
|
263
|
-
}
|
|
264
|
-
export {
|
|
265
|
-
Tr as __require
|
|
266
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { __exports as i } from "../../../../../_virtual/ModificationDescription.js";
|
|
2
|
-
var r;
|
|
3
|
-
function a() {
|
|
4
|
-
if (r) return i;
|
|
5
|
-
r = 1, Object.defineProperty(i, "__esModule", { value: !0 }), i.ModificationDescription = void 0;
|
|
6
|
-
var e = (
|
|
7
|
-
/** @class */
|
|
8
|
-
function() {
|
|
9
|
-
function t(o) {
|
|
10
|
-
this.key = o;
|
|
11
|
-
}
|
|
12
|
-
return t.prototype.withParams = function(o) {
|
|
13
|
-
return this.params = o, this;
|
|
14
|
-
}, t.prototype.getValue = function() {
|
|
15
|
-
return {
|
|
16
|
-
key: this.key,
|
|
17
|
-
params: this.params
|
|
18
|
-
};
|
|
19
|
-
}, t;
|
|
20
|
-
}()
|
|
21
|
-
);
|
|
22
|
-
return i.ModificationDescription = e, i;
|
|
23
|
-
}
|
|
24
|
-
export {
|
|
25
|
-
a as __require
|
|
26
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { __exports as t } from "../../../../../_virtual/UIElement.js";
|
|
2
|
-
var n;
|
|
3
|
-
function l() {
|
|
4
|
-
if (n) return t;
|
|
5
|
-
n = 1, Object.defineProperty(t, "__esModule", { value: !0 }), t.UIElement = void 0;
|
|
6
|
-
var r = (
|
|
7
|
-
/** @class */
|
|
8
|
-
function() {
|
|
9
|
-
function e() {
|
|
10
|
-
}
|
|
11
|
-
return e.prototype.onDestroy = function() {
|
|
12
|
-
}, e.prototype.getValue = function() {
|
|
13
|
-
}, e.prototype.setValue = function(o) {
|
|
14
|
-
}, e.prototype.onAttributeUpdated = function(o, u) {
|
|
15
|
-
}, e;
|
|
16
|
-
}()
|
|
17
|
-
);
|
|
18
|
-
return t.UIElement = r, t;
|
|
19
|
-
}
|
|
20
|
-
export {
|
|
21
|
-
l as __require
|
|
22
|
-
};
|
package/dist/node_modules/@stripoinc/ui-editor-extensions/dist/ui-elements/UIElementTagRegistry.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { __exports as e } from "../../../../../_virtual/UIElementTagRegistry.js";
|
|
2
|
-
var r;
|
|
3
|
-
function g() {
|
|
4
|
-
if (r) return e;
|
|
5
|
-
r = 1, Object.defineProperty(e, "__esModule", { value: !0 }), e.UIElementTagRegistry = void 0;
|
|
6
|
-
var t = (
|
|
7
|
-
/** @class */
|
|
8
|
-
/* @__PURE__ */ function() {
|
|
9
|
-
function i() {
|
|
10
|
-
}
|
|
11
|
-
return i;
|
|
12
|
-
}()
|
|
13
|
-
);
|
|
14
|
-
return e.UIElementTagRegistry = t, e;
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
g as __require
|
|
18
|
-
};
|
package/dist/phone-mockup.svg
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<svg width="344" height="713" viewBox="0 0 344 713" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
-
<rect width="344" height="712.056" rx="44" fill="white"/>
|
|
3
|
-
<path d="M54.6454 34V28.1943H54.5624L52.8095 29.4346V28.248L54.6503 26.9541H55.9052V34H54.6454ZM60.7072 34V32.6475H57.2599V31.6172C58.173 30.0303 59.174 28.4092 60.131 26.9541H61.9132V31.6074H62.8605V32.6475H61.9132V34H60.7072ZM58.4318 31.6367H60.7267V27.96H60.6534C59.9308 29.0635 59.1154 30.3672 58.4318 31.5635V31.6367ZM64.6742 29.4346C64.2298 29.4346 63.8978 29.0928 63.8978 28.6631C63.8978 28.2285 64.2298 27.8916 64.6742 27.8916C65.1234 27.8916 65.4505 28.2285 65.4505 28.6631C65.4505 29.0928 65.1234 29.4346 64.6742 29.4346ZM64.6742 33.0576C64.2298 33.0576 63.8978 32.7207 63.8978 32.2861C63.8978 31.8516 64.2298 31.5146 64.6742 31.5146C65.1234 31.5146 65.4505 31.8516 65.4505 32.2861C65.4505 32.7207 65.1234 33.0576 64.6742 33.0576ZM66.688 34V33.1504L69.0025 30.7871C69.9595 29.8203 70.2281 29.4639 70.2281 28.9219V28.9072C70.2281 28.2578 69.7837 27.7891 69.0513 27.7891C68.3042 27.7891 67.8013 28.2822 67.8013 29.0098L67.7964 29.0293L66.6245 29.0244L66.6197 29.0098C66.6197 27.6963 67.6451 26.7783 69.1148 26.7783C70.4869 26.7783 71.4732 27.6133 71.4732 28.7998V28.8145C71.4732 29.6152 71.0874 30.25 69.8033 31.4854L68.3921 32.8525V32.9551H71.5806V34H66.688ZM75.1521 34.1758C73.4773 34.1758 72.4714 32.7549 72.4714 30.4795V30.4697C72.4714 28.1943 73.4773 26.7783 75.1521 26.7783C76.8269 26.7783 77.8425 28.1943 77.8425 30.4697V30.4795C77.8425 32.7549 76.8269 34.1758 75.1521 34.1758ZM75.1521 33.1553C76.0505 33.1553 76.573 32.1494 76.573 30.4795V30.4697C76.573 28.7998 76.0505 27.8037 75.1521 27.8037C74.2537 27.8037 73.741 28.7998 73.741 30.4697V30.4795C73.741 32.1494 74.2537 33.1553 75.1521 33.1553Z" fill="black"/>
|
|
4
|
-
<path d="M257.835 27C257.835 26.5398 258.208 26.1667 258.668 26.1667H259.501C259.961 26.1667 260.335 26.5398 260.335 27V33.6667C260.335 34.1269 259.961 34.5 259.501 34.5H258.668C258.208 34.5 257.835 34.1269 257.835 33.6667V27Z" fill="black"/>
|
|
5
|
-
<path d="M262.001 25.3333C262.001 24.8731 262.374 24.5 262.835 24.5H263.668C264.128 24.5 264.501 24.8731 264.501 25.3333V33.6667C264.501 34.1269 264.128 34.5 263.668 34.5H262.835C262.374 34.5 262.001 34.1269 262.001 33.6667V25.3333Z" fill="black"/>
|
|
6
|
-
<path d="M253.668 29.9167C253.668 29.4564 254.041 29.0833 254.501 29.0833H255.335C255.795 29.0833 256.168 29.4564 256.168 29.9167V33.6667C256.168 34.1269 255.795 34.5 255.335 34.5H254.501C254.041 34.5 253.668 34.1269 253.668 33.6667V29.9167Z" fill="black"/>
|
|
7
|
-
<path d="M249.501 32C249.501 31.5398 249.874 31.1667 250.335 31.1667H251.168C251.628 31.1667 252.001 31.5398 252.001 32V33.6667C252.001 34.1269 251.628 34.5 251.168 34.5H250.335C249.874 34.5 249.501 34.1269 249.501 33.6667V32Z" fill="black"/>
|
|
8
|
-
<path d="M277.668 32.0361C278.868 31.0007 280.625 31.0005 281.824 32.0361C281.885 32.0918 281.919 32.1709 281.921 32.2539C281.923 32.3369 281.891 32.4174 281.833 32.4756L279.954 34.4102C279.899 34.4669 279.825 34.4989 279.746 34.499C279.668 34.499 279.592 34.467 279.537 34.4102L277.658 32.4756C277.6 32.4174 277.569 32.3369 277.57 32.2539C277.572 32.1709 277.608 32.0918 277.668 32.0361ZM275.128 29.7207C277.713 27.2665 281.716 27.2665 284.301 29.7207C284.359 29.7782 284.392 29.8569 284.393 29.9395C284.394 30.0223 284.362 30.1024 284.305 30.1611L283.219 31.2812C283.107 31.3954 282.926 31.3974 282.812 31.2861C281.963 30.5016 280.858 30.0673 279.713 30.0674C278.569 30.068 277.466 30.5022 276.617 31.2861C276.503 31.3974 276.322 31.3954 276.21 31.2812L275.124 30.1611C275.067 30.1025 275.036 30.0223 275.036 29.9395C275.037 29.8569 275.07 29.7781 275.128 29.7207ZM272.591 27.4082C276.555 23.5301 282.81 23.5301 286.775 27.4082C286.832 27.4658 286.864 27.5448 286.864 27.627C286.865 27.7088 286.834 27.7875 286.778 27.8457L285.69 28.9658C285.578 29.0807 285.396 29.0826 285.282 28.9697C283.772 27.5039 281.767 26.6866 279.683 26.6865C277.599 26.6866 275.594 27.5039 274.083 28.9697C273.969 29.0827 273.788 29.0808 273.676 28.9658L272.588 27.8457C272.532 27.7875 272.501 27.7088 272.501 27.627C272.502 27.5448 272.534 27.4658 272.591 27.4082Z" fill="black"/>
|
|
9
|
-
<path opacity="0.35" d="M298.864 25H309.864C311.245 25 312.364 26.1193 312.364 27.5V30.5C312.364 31.8807 311.245 33 309.864 33H298.864C297.484 33 296.364 31.8807 296.364 30.5V27.5C296.364 26.1193 297.484 25 298.864 25Z" stroke="black"/>
|
|
10
|
-
<path opacity="0.4" d="M313.864 27.5V30.5C314.47 30.2459 314.864 29.6549 314.864 29C314.864 28.3451 314.47 27.7541 313.864 27.5Z" fill="black"/>
|
|
11
|
-
<path d="M297.864 27.5C297.864 26.9477 298.312 26.5 298.864 26.5H309.864C310.417 26.5 310.864 26.9477 310.864 27.5V30.5C310.864 31.0523 310.417 31.5 309.864 31.5H298.864C298.312 31.5 297.864 31.0523 297.864 30.5V27.5Z" fill="black"/>
|
|
12
|
-
<rect width="320" height="66" transform="translate(12 623)" fill="white"/>
|
|
13
|
-
<path d="M38.5 642.625C37.4661 642.625 36.625 643.466 36.625 644.5V645.625H32.875C32.461 645.625 32.125 645.961 32.125 646.375C32.125 646.789 32.461 647.125 32.875 647.125H33.666L34.2974 658.5C34.3641 659.691 35.3501 660.625 36.5437 660.625H43.4563C44.6495 660.625 45.6359 659.691 45.7026 658.5L46.334 647.125H47.125C47.539 647.125 47.875 646.789 47.875 646.375C47.875 645.961 47.539 645.625 47.125 645.625H43.375V644.5C43.375 643.466 42.5339 642.625 41.5 642.625H38.5ZM38.5 644.125H41.5C41.707 644.125 41.875 644.293 41.875 644.5V645.625H38.125V644.5C38.125 644.293 38.293 644.125 38.5 644.125ZM35.1675 647.125H44.8325L44.2048 658.416C44.1827 658.814 43.8542 659.125 43.4563 659.125H36.5437C36.1462 659.125 35.8173 658.814 35.7952 658.417L35.1675 647.125ZM40 648.719C39.6374 648.719 39.3438 649.013 39.3438 649.375V656.875C39.3438 657.237 39.6374 657.531 40 657.531C40.3626 657.531 40.6562 657.237 40.6562 656.875V649.375C40.6562 649.013 40.3626 648.719 40 648.719ZM37.241 648.719C36.8791 648.732 36.5958 649.035 36.6082 649.398L36.8696 656.93C36.882 657.284 37.1734 657.563 37.5252 657.563C37.533 657.563 37.5407 657.563 37.5486 657.563C37.9105 657.551 38.1938 657.247 38.1814 656.885L37.9199 649.352C37.9072 648.99 37.6025 648.711 37.241 648.719ZM42.7583 648.719C42.3957 648.709 42.0928 648.99 42.0801 649.352L41.8186 656.885C41.8059 657.247 42.0892 657.551 42.4514 657.563C42.4593 657.564 42.467 657.563 42.4749 657.563C42.8266 657.563 43.118 657.284 43.1304 656.93L43.3918 649.398C43.4046 649.035 43.1206 648.732 42.7583 648.719Z" fill="#989898"/>
|
|
14
|
-
<path d="M122 644.875C120.759 644.875 119.75 645.884 119.75 647.125V656.875C119.75 658.116 120.759 659.125 122 659.125H134C135.241 659.125 136.25 658.116 136.25 656.875V648.625C136.25 647.384 135.241 646.375 134 646.375H126.914C126.574 646.375 126.242 646.258 125.978 646.046L125.335 645.533C124.806 645.109 124.14 644.875 123.461 644.875H122ZM122 646.375H123.461C123.801 646.375 124.133 646.492 124.398 646.704L125.04 647.217C125.569 647.641 126.235 647.875 126.914 647.875H134C134.414 647.875 134.75 648.211 134.75 648.625V649H121.25V647.125C121.25 646.711 121.586 646.375 122 646.375ZM121.25 650.5H134.75V656.875C134.75 657.289 134.414 657.625 134 657.625H122C121.586 657.625 121.25 657.289 121.25 656.875V650.5Z" fill="#989898"/>
|
|
15
|
-
<rect x="204" y="640" width="24" height="24" fill="url(#pattern0_2_77)"/>
|
|
16
|
-
<rect x="292" y="640" width="24" height="24" fill="url(#pattern1_2_77)"/>
|
|
17
|
-
<g opacity="0.8">
|
|
18
|
-
<rect x="127" y="690" width="90" height="4" rx="2" fill="#0F1218" style="mix-blend-mode:darken"/>
|
|
19
|
-
</g>
|
|
20
|
-
<rect x="131" y="20" width="83" height="22" rx="11" fill="#24262D"/>
|
|
21
|
-
<defs>
|
|
22
|
-
<pattern id="pattern0_2_77" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
23
|
-
<use xlink:href="#image0_2_77" transform="scale(0.0208333)"/>
|
|
24
|
-
</pattern>
|
|
25
|
-
<pattern id="pattern1_2_77" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
26
|
-
<use xlink:href="#image1_2_77" transform="scale(0.0208333)"/>
|
|
27
|
-
</pattern>
|
|
28
|
-
<image id="image0_2_77" width="48" height="48" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAADPElEQVR4nO1YSWgUQRTtKHEJKnpwAUURBMXlIi6HQBS9iCKeREHwIIJeBBFBBHGOLhBktKn3fichHiRgK+Yi0YuIiAdxF7xo9BBwQUVUMMFoMvLJb2gGx2SmM5O09IO+dFf9eu9Xdf3F8zJkyJAhw3iB7/uLSD4j2eGlDSKyjGQPyQLJV16aICKrAXw08ukSQLKJ5DclDuBiqgSIyDaSvUb+fBiGk1IjwDm3G0C/kT+t70SkPhUCSB4kOQBgkOTh6H0qBAA4bl7vB7An/i0SAOCNc25WqUfH1Zx4oVCoA3DWCPaR3F48JrYDwz4APgB4pDYBNOZyuQlVIx+G4USSgS38HcDGUmNJ3iL55V+PHb1iUS9FZKc6arTJ681y2ch/IrkmqU3dKQDz1RG2A92xnbkXBMGCUSEvIg0Abpjx9yKyyqsCCoVCnXo/EmKOakpktL29fSaAu9FP6fv+klFjXHrNKSQvmcN6RWRtRYZaWlrmAnhi5J/7vj/Pq+1l0WwiespeWw2QfGEG7uu159UYuVxuAslr5sDOSjzw3Ca/DYJghTcG8H1/mq5vPBrLmtzW1jab5EPbhc8A1nljABHZbxxulT05n8/PAHAnuvudc5tGuGh9qQhcbrAKw3Ci7gKA3865OWWLaG5ungrgehR9AewYwdl9PYII3AXgqIgsHI4DAOg859w+rxJYetBhBH4B2PuPsQ1GcvAv0bfvL4IGNEgCWF7KpqYsNrbVqxTq2cgTRu7QMAI+ldpR59xKPdsaIAH8tvE/SZ7QI1M8Ry8RG9PlJYHdTqdiR+FkuQKK4ZxbSvJKzGan2igaM8u+P/VGAySPRckYgHPx5KtcARFI7gLww4jejKfbVakxAByw86uG26Otr1SAQkTW621nNi9UvUiKl5QaNfP5/OQkAhQkt8Qqvc1Vr/IAbI2KepK3NYdKIkABIG82us0p1S1TNe0F8NUWeZxUQGtr63QA78zekZrU2cWNrSQCFBq0zNY3LW5q0iiItxaTCsgNxZ1HUQCrWadDm7sAHmiHLqktEdkQi9bju1VTCiSvprLfGiEIgsWxHCp9AhQkz6RaQH6oLrmredhYc8mQIUOG/xB/ACszo0e1cHoDAAAAAElFTkSuQmCC"/>
|
|
29
|
-
<image id="image1_2_77" width="48" height="48" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAB9UlEQVR4nO2Zv2oVQRTGBxHsLG1FEdTCXoh/wVpUtFGMD+EDbGW0Ehb2zvd9V7FO6qSztfAJBPMIQhqTaCGinGQXxuXmund3NswN84NTXe7M9zuc2V12nctkTj5lWZ713l92y4j3/iaAHZJ/SL51y4SkawD26vAHNZlMrrploSiK0wDWm/AA9r3351zqALgD4IMJWJHcIPkLwOPei3rvLwJ4A2ALwMeYJelpK3wzNhuNhJ2F3uFJPgLwM5zFWAXgXVEUp2aEb35f7x086Pwo4Um+nxee5G8Aq4MEbGyCbny1OZR0L0LdbcJLuj1K+FpgKxDof4iOQGOGN+yQNQtb51xEJN0gudsOL+lFtE3GEujSeT/kyjOmgHUewPd5nZf00vZOTqBreB6eubQESN6aNfP4d2yuBxeNdAQArPyv84btkZxA1/BJCiwSPjmBo67z825SSkXAHhNIfln0JqVUBAA87HOHVSoCJD8FQb4BeNblf0pBQNKVOsBn7/3zsizPdN1PKQjY/FdVdanPfkpBYAjKAi2ywIIoC7TIAguiLHDMr1XaSHoSPD9tuqEAeB0suG0bRHqxNass/HbQsFeDBabT6QWSP1pPlqMXgP2qqs67GEh6cJwSOPwOcN/FxLpRj9Nm7NfrqMvWJrkWrfOZTCaTOfH8BUJmVJAShmWwAAAAAElFTkSuQmCC"/>
|
|
30
|
-
</defs>
|
|
31
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CustomFont, Template } from '@@/Types/stripo';
|
|
2
|
-
export declare const useStripoApi: () => {
|
|
3
|
-
getToken: () => Promise<string>;
|
|
4
|
-
getCustomFonts: () => Promise<(CustomFont & {
|
|
5
|
-
active: boolean;
|
|
6
|
-
})[]>;
|
|
7
|
-
getDefaultTemplate: () => Promise<Template>;
|
|
8
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { useHttp as a } from "../composables/useHttp.js";
|
|
2
|
-
import { useToaster as s } from "../composables/useToaster.js";
|
|
3
|
-
const m = () => {
|
|
4
|
-
const { get: r } = a(), { handleError: o } = s();
|
|
5
|
-
return {
|
|
6
|
-
getToken: async () => {
|
|
7
|
-
try {
|
|
8
|
-
const t = Number(localStorage.getItem("ins-guido-test-instance")), { data: e } = await r(`/stripo/get-user-token?test=${t}`);
|
|
9
|
-
return e.body.token;
|
|
10
|
-
} catch (t) {
|
|
11
|
-
return o(t, "Failed to fetch token"), "";
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
getCustomFonts: async () => {
|
|
15
|
-
try {
|
|
16
|
-
const { data: t = [] } = await r("/stripo/get-partner-custom-fonts");
|
|
17
|
-
return t.map((e) => ({
|
|
18
|
-
...e,
|
|
19
|
-
active: !0
|
|
20
|
-
}));
|
|
21
|
-
} catch (t) {
|
|
22
|
-
return o(t, "Failed to fetch custom fonts"), [];
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
getDefaultTemplate: async () => {
|
|
26
|
-
const t = {
|
|
27
|
-
html: "",
|
|
28
|
-
css: ""
|
|
29
|
-
};
|
|
30
|
-
try {
|
|
31
|
-
const { data: e } = await r("/stripo/default-template");
|
|
32
|
-
try {
|
|
33
|
-
return JSON.parse(e);
|
|
34
|
-
} catch {
|
|
35
|
-
return t;
|
|
36
|
-
}
|
|
37
|
-
} catch (e) {
|
|
38
|
-
return o(e, "Failed to fetch default template"), t;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
export {
|
|
44
|
-
m as useStripoApi
|
|
45
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const n = `.alert-message-wrapper {
|
|
2
|
-
box-shadow: none;
|
|
3
|
-
border: 1px solid var(--guido-color-gray-300);
|
|
4
|
-
color: var(--guido-color-gray-600);
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.alert-message-wrapper.info,
|
|
8
|
-
.alert-message-wrapper.loader {
|
|
9
|
-
background: var(--guido-color-background-onpage-message-info);
|
|
10
|
-
border-color: var(--guido-color-border-onpage-message-info);
|
|
11
|
-
color: inherit;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.alert-message-wrapper.info ue-icon-component.icon,
|
|
15
|
-
.alert-message-wrapper.loader ue-icon-component.icon {
|
|
16
|
-
color: var(--guido-color-border-onpage-message-info);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.alert-message-wrapper ue-button {
|
|
20
|
-
padding: 0;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.alert-message-wrapper .button {
|
|
24
|
-
border: none;
|
|
25
|
-
background: transparent;
|
|
26
|
-
color: var(--guido-color-primary-500);
|
|
27
|
-
padding: 0;
|
|
28
|
-
min-width: unset;
|
|
29
|
-
min-height: unset;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.alert-message-wrapper .button:hover:not(:disabled,.disabled) {
|
|
33
|
-
background-color: transparent;
|
|
34
|
-
text-decoration: underline;
|
|
35
|
-
}
|
|
36
|
-
`;
|
|
37
|
-
export {
|
|
38
|
-
n as default
|
|
39
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
const n = `.amp-input-list {
|
|
2
|
-
box-shadow: none;
|
|
3
|
-
border: 1px solid var(--guido-color-gray-300);
|
|
4
|
-
margin-bottom: 16px;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.amp-input-list:last-child {
|
|
8
|
-
margin-bottom: 0;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.amp-input-list.active,
|
|
12
|
-
.amp-input-list:hover {
|
|
13
|
-
background-color: var(--guido-color-neutral-100);
|
|
14
|
-
}
|
|
15
|
-
`;
|
|
16
|
-
export {
|
|
17
|
-
n as default
|
|
18
|
-
};
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
const n = `.base-input {
|
|
2
|
-
border: 1px solid var(--guido-color-gray-300);
|
|
3
|
-
border-radius: 4px;
|
|
4
|
-
background-color: var(--guido-color-gray-0);
|
|
5
|
-
align-items: center;
|
|
6
|
-
height: 40px;
|
|
7
|
-
max-height: 40px;
|
|
8
|
-
box-sizing: content-box;
|
|
9
|
-
outline: none;
|
|
10
|
-
resize: vertical;
|
|
11
|
-
padding: 8px;
|
|
12
|
-
font-size: 13px;
|
|
13
|
-
color: var(--guido-color-gray-800);
|
|
14
|
-
box-shadow: none !important;
|
|
15
|
-
box-sizing: border-box !important;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.base-input:hover:not(:disabled) {
|
|
19
|
-
background-color: var(--guido-color-gray-0);
|
|
20
|
-
border-color: var(--guido-color-primary-500);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.base-input:focus:not(:disabled),
|
|
24
|
-
.base-input.focused {
|
|
25
|
-
background-color: var(--guido-color-gray-0);
|
|
26
|
-
border-color: var(--guido-color-primary-500);
|
|
27
|
-
box-shadow: 0 0 0 3px var(--guido-color-primary-200) !important;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
ue-contenteditable {
|
|
31
|
-
height: 40px;
|
|
32
|
-
overflow: unset;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
ue-contenteditable .base-input {
|
|
36
|
-
line-height: 24px;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
ue-icon-component.icon-button.icon-clear-input {
|
|
40
|
-
right: 2px;
|
|
41
|
-
top: 2px;
|
|
42
|
-
padding: 9px;
|
|
43
|
-
}
|
|
44
|
-
`;
|
|
45
|
-
export {
|
|
46
|
-
n as default
|
|
47
|
-
};
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
const o = `/* Radio Buttons and Check Buttons */
|
|
2
|
-
|
|
3
|
-
.button-group {
|
|
4
|
-
padding: 0;
|
|
5
|
-
column-gap: 0;
|
|
6
|
-
border-radius: 0;
|
|
7
|
-
background-color: transparent;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.button-group .button {
|
|
11
|
-
background-color: var(--guido-color-gray-0);
|
|
12
|
-
outline: none;
|
|
13
|
-
padding: 8px 12px;
|
|
14
|
-
border: 1px solid var(--guido-color-gray-300);
|
|
15
|
-
box-shadow: none;
|
|
16
|
-
height: 40px;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.button-group .button:hover:not(:disabled,.disabled) {
|
|
20
|
-
background-color: var(--guido-color-gray-1);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.button-group .button ue-icon-component.icon-button {
|
|
24
|
-
color: var(--guido-color-gray-800);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.button-group > div:first-of-type .button {
|
|
28
|
-
border-radius: 4px 0 0 4px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.button-group > *:last-child .button {
|
|
32
|
-
border-radius: 0 4px 4px 0;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
ue-check-buttons input:checked + .button,
|
|
36
|
-
ue-radio-buttons input:checked + .button {
|
|
37
|
-
background-color: var(--guido-color-primary-100);
|
|
38
|
-
color: var(--guido-color-primary-500);
|
|
39
|
-
border-color: var(--guido-color-primary-500);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
ue-check-buttons input:checked + .button ue-icon-component.icon-button,
|
|
43
|
-
ue-radio-buttons input:checked + .button ue-icon-component.icon-button {
|
|
44
|
-
color: var(--guido-color-primary-500);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
ue-check-buttons input:checked + label:hover:not(:disabled,.disabled),
|
|
48
|
-
ue-radio-buttons input:checked + label:hover:not(:disabled,.disabled) {
|
|
49
|
-
background-color: var(--guido-color-primary-100) !important;
|
|
50
|
-
}
|
|
51
|
-
`;
|
|
52
|
-
export {
|
|
53
|
-
o as default
|
|
54
|
-
};
|