@wix/editor-react-components 1.2506.0 → 1.2508.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/site/components/AccordionComponent/manifest.js +1 -1
- package/dist/site/components/AccordionComponent/manifestConfigs/iconPositionConfig.d.ts +2 -2
- package/dist/site/components/AnimatedIcon/manifest.js +1 -1
- package/dist/site/components/AudioPlayer/manifest.js +1 -1
- package/dist/site/components/AudioPlayer/manifestConfigs/controlsConfig.d.ts +6 -6
- package/dist/site/components/AudioPlayer/manifestConfigs/coverMediaConfig.d.ts +1 -1
- package/dist/site/components/BoxContainer/manifest.js +1 -1
- package/dist/site/components/Breadcrumbs/manifest.js +1 -1
- package/dist/site/components/Button/manifest.js +1 -1
- package/dist/site/components/Checkbox/manifest.js +1 -1
- package/dist/site/components/CheckboxGroup/manifest.js +1 -1
- package/dist/site/components/CollapsibleText/manifest.js +1 -1
- package/dist/site/components/DatePicker/manifest.js +1 -1
- package/dist/site/components/Dropdown/manifest.js +1 -1
- package/dist/site/components/GoogleMap/manifest.js +1 -1
- package/dist/site/components/HTMLComponent/manifest.js +1 -1
- package/dist/site/components/HipaaIcon/manifest.js +1 -1
- package/dist/site/components/Image3/manifest.js +1 -1
- package/dist/site/components/LegacyAppWidget/manifest.js +1 -1
- package/dist/site/components/LegacyContainer/manifest.js +1 -1
- package/dist/site/components/LegacyMultiStateBox/manifest.js +1 -1
- package/dist/site/components/Line/manifest.js +1 -1
- package/dist/site/components/Line/manifestConfigs/shapeConfig.d.ts +2 -2
- package/dist/site/components/Line/manifestConfigs/typeConfig.d.ts +2 -2
- package/dist/site/components/LinkBar/manifest.js +1 -1
- package/dist/site/components/Logo/manifest.js +1 -1
- package/dist/site/components/Lottie/manifest.js +1 -1
- package/dist/site/components/Menu/manifest.js +1 -1
- package/dist/site/components/Menu/manifestConfigs/dropdownConfig.d.ts +38 -38
- package/dist/site/components/MultiStateBox/manifest.js +1 -1
- package/dist/site/components/ProgressBar/manifest.js +1 -1
- package/dist/site/components/RadioButtons/manifest.js +1 -1
- package/dist/site/components/Repeater/manifest.js +1 -1
- package/dist/site/components/ShareButtons/manifest.js +1 -1
- package/dist/site/components/SiteLogo/manifest.js +1 -1
- package/dist/site/components/Slideshow/manifest.js +1 -1
- package/dist/site/components/SlotsPlaceholder/manifest.js +1 -1
- package/dist/site/components/SocialPlayerFacebook/manifest.js +1 -1
- package/dist/site/components/SocialPlayerInstagram/manifest.js +1 -1
- package/dist/site/components/SocialPlayerSnapchat/manifest.js +1 -1
- package/dist/site/components/SocialPlayerTikTok/manifest.js +1 -1
- package/dist/site/components/SocialPlayerVimeo/manifest.js +1 -1
- package/dist/site/components/SocialPlayerYoutube/manifest.js +1 -1
- package/dist/site/components/SvgImage/manifest.js +1 -1
- package/dist/site/components/Tabs/Tabs.d.ts +3 -0
- package/dist/site/components/Tabs/component.js +2 -0
- package/dist/site/components/Tabs/constants.d.ts +8 -0
- package/dist/site/components/Tabs/css.css +2 -2
- package/dist/site/components/Tabs/manifest.js +110 -3
- package/dist/site/components/Tabs/manifestConfigs/menuItemConfig.d.ts +2 -0
- package/dist/site/components/TestComp/manifest.js +1 -1
- package/dist/site/components/TextBox/manifest.js +1 -1
- package/dist/site/components/TextEffects3d/manifest.js +1 -1
- package/dist/site/components/TextEffectsBauhaus/manifest.js +1 -1
- package/dist/site/components/TextEffectsGlass/manifest.js +1 -1
- package/dist/site/components/TextEffectsGlitch/manifest.js +1 -1
- package/dist/site/components/TextEffectsLetterPress/manifest.js +1 -1
- package/dist/site/components/TextEffectsMatrix/manifest.js +1 -1
- package/dist/site/components/TextEffectsNeonSign/manifest.js +1 -1
- package/dist/site/components/TextEffectsNoisy/manifest.js +1 -1
- package/dist/site/components/TextEffectsOutlineOut/manifest.js +1 -1
- package/dist/site/components/TextEffectsRetro/manifest.js +1 -1
- package/dist/site/components/TextEffectsShared/manifestBase.d.ts +7 -7
- package/dist/site/components/TextEffectsShook/manifest.js +1 -1
- package/dist/site/components/TextEffectsSticker/manifest.js +1 -1
- package/dist/site/components/TextEffectsStriped/manifest.js +1 -1
- package/dist/site/components/TextInput/manifest.js +1 -1
- package/dist/site/components/TextMarquee/manifest.js +1 -1
- package/dist/site/components/TimePicker/manifest.js +1 -1
- package/dist/site/components/TransparentVideo/manifest.js +1 -1
- package/dist/site/components/VideoUpload/manifest.js +1 -1
- package/dist/site/components/WRichText/manifest.js +1 -1
- package/dist/site/components/chunks/{chunk-V7QOLP3D.js → chunk-6KMOHX3X.js} +797 -632
- package/dist/site/components/chunks/constants19.js +36 -0
- package/dist/site/components/chunks/constants22.js +1 -1
- package/dist/site/components/chunks/manifest2.js +1 -1
- package/dist/site/components/chunks/manifestBase.js +1 -1
- package/dist/site/components/chunks/manifestSdkMixins.js +1 -1
- package/dist/site/components/chunks/types.impl.js +377 -375
- package/package.json +4 -4
|
@@ -450,6 +450,7 @@ const Tabs = (props) => {
|
|
|
450
450
|
role: "tablist",
|
|
451
451
|
ref: menuItemsRef,
|
|
452
452
|
children: tabs2 == null ? void 0 : tabs2.map((tab, index) => {
|
|
453
|
+
var _a2;
|
|
453
454
|
const { tabId, panelId } = a11yIds[index];
|
|
454
455
|
const isActive2 = index === currentTab;
|
|
455
456
|
return /* @__PURE__ */ jsx(
|
|
@@ -465,6 +466,7 @@ const Tabs = (props) => {
|
|
|
465
466
|
styles$1["menu-item"],
|
|
466
467
|
classes.menuItem,
|
|
467
468
|
HAS_CUSTOM_FOCUS_CLASSNAME,
|
|
469
|
+
(_a2 = elementProps == null ? void 0 : elementProps.menuItem) == null ? void 0 : _a2.className,
|
|
468
470
|
{
|
|
469
471
|
[styles$1["is-active"]]: isActive2
|
|
470
472
|
}
|
|
@@ -25,4 +25,12 @@ export declare const DesignStates: {
|
|
|
25
25
|
readonly className: "tabs--disabled";
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
|
+
readonly menuItem: {
|
|
29
|
+
readonly hover: {
|
|
30
|
+
readonly displayName: "Hover";
|
|
31
|
+
readonly className: "tabs__item--hover";
|
|
32
|
+
};
|
|
33
|
+
};
|
|
28
34
|
};
|
|
35
|
+
export declare const ROOT_MENU_ITEM_CUSTOM_PROPERTIES: readonly ["menu-item-background", "menu-item-box-shadow", "menu-item-color", "menu-item-text-decoration-line", "menu-item-letter-spacing", "menu-item-text-shadow", "menu-item-text-align", "menu-item-flex", "menu-item-border-width-top", "menu-item-border-width-bottom", "menu-item-border-width-inline-start", "menu-item-border-width-inline-end", "menu-item-border-style-top", "menu-item-border-style-bottom", "menu-item-border-style-inline-start", "menu-item-border-style-inline-end", "menu-item-border-color-top", "menu-item-border-color-bottom", "menu-item-border-color-inline-start", "menu-item-border-color-inline-end", "menu-item-border-radius-start-start", "menu-item-border-radius-start-end", "menu-item-border-radius-end-start", "menu-item-border-radius-end-end", "menu-item-padding-top", "menu-item-padding-bottom", "menu-item-padding-inline-start", "menu-item-padding-inline-end"];
|
|
36
|
+
export declare const ROOT_MENU_ITEM_CSS_PROPERTIES: readonly ["font"];
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
outline: 2px solid #116dff;
|
|
108
108
|
outline-offset: -2px;
|
|
109
109
|
}
|
|
110
|
-
.menu-item__BJ1CW:hover {
|
|
110
|
+
.menu-item__BJ1CW:hover, .menu-item__BJ1CW.tabs__item--hover {
|
|
111
111
|
text-decoration: underline;
|
|
112
112
|
}
|
|
113
113
|
.menu-item__BJ1CW.is-active__tEw9F {
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
outline: 2px solid ButtonText;
|
|
119
119
|
outline-offset: 0px;
|
|
120
120
|
}
|
|
121
|
-
.menu-item__BJ1CW:hover, .menu-item__BJ1CW.is-active__tEw9F {
|
|
121
|
+
.menu-item__BJ1CW:hover, .menu-item__BJ1CW.tabs__item--hover, .menu-item__BJ1CW.is-active__tEw9F {
|
|
122
122
|
outline: 3px solid Highlight;
|
|
123
123
|
outline-offset: -2px;
|
|
124
124
|
}
|
|
@@ -1,8 +1,108 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { D as DesignStates, c as classes } from "../chunks/constants19.js";
|
|
3
|
-
import { m as manifestFocusable, c as manifestMouseHover, d as manifestClickable, a as manifestChangeable } from "../chunks/manifestSdkMixins.js";
|
|
1
|
+
import { E as ELEMENTS, N as NativeStateType, C as CSS_PROPERTIES, a as ACTIONS, I as INTERACTIONS, b as DISPLAY_GROUPS, D as DATA, L as LAYOUT, c as ContainerType, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
|
+
import { D as DesignStates, c as classes, R as ROOT_MENU_ITEM_CSS_PROPERTIES, a as ROOT_MENU_ITEM_CUSTOM_PROPERTIES } from "../chunks/constants19.js";
|
|
4
3
|
import { w as withSpec } from "../chunks/manifest.js";
|
|
5
4
|
import { I as IS_SUPPORT_DESIGN_STATE_SPEC } from "../chunks/specs.js";
|
|
5
|
+
import { m as manifestFocusable, c as manifestMouseHover, d as manifestClickable, a as manifestChangeable } from "../chunks/manifestSdkMixins.js";
|
|
6
|
+
const menuItemConfig = {
|
|
7
|
+
elementType: ELEMENTS.ELEMENT_TYPE.inlineElement,
|
|
8
|
+
[ELEMENTS.ELEMENT_TYPE.inlineElement]: {
|
|
9
|
+
selector: `.${classes.menuItem}`,
|
|
10
|
+
displayName: "Tab item",
|
|
11
|
+
behaviors: {
|
|
12
|
+
selectable: false,
|
|
13
|
+
removable: false
|
|
14
|
+
},
|
|
15
|
+
cssProperties: {
|
|
16
|
+
font: {},
|
|
17
|
+
background: {
|
|
18
|
+
displayName: "Tab item color",
|
|
19
|
+
defaultValue: "transparent"
|
|
20
|
+
},
|
|
21
|
+
boxShadow: {
|
|
22
|
+
displayName: "Tab item shadow",
|
|
23
|
+
defaultValue: "none"
|
|
24
|
+
},
|
|
25
|
+
color: {
|
|
26
|
+
displayName: "Text color",
|
|
27
|
+
defaultValue: "#000000"
|
|
28
|
+
},
|
|
29
|
+
textDecorationLine: {
|
|
30
|
+
displayName: "Text decoration",
|
|
31
|
+
defaultValue: "none",
|
|
32
|
+
statesDefaultValues: { hover: "underline" }
|
|
33
|
+
},
|
|
34
|
+
letterSpacing: {
|
|
35
|
+
displayName: "Letter spacing",
|
|
36
|
+
defaultValue: "0em"
|
|
37
|
+
},
|
|
38
|
+
textShadow: {
|
|
39
|
+
displayName: "Text shadow",
|
|
40
|
+
defaultValue: "none"
|
|
41
|
+
},
|
|
42
|
+
borderTop: {
|
|
43
|
+
defaultValue: "0px solid #000000"
|
|
44
|
+
},
|
|
45
|
+
borderBottom: {
|
|
46
|
+
defaultValue: "0px solid #000000"
|
|
47
|
+
},
|
|
48
|
+
borderInlineStart: {
|
|
49
|
+
defaultValue: "0px solid #000000"
|
|
50
|
+
},
|
|
51
|
+
borderInlineEnd: {
|
|
52
|
+
defaultValue: "0px solid #000000"
|
|
53
|
+
},
|
|
54
|
+
borderStartStartRadius: {
|
|
55
|
+
defaultValue: "0px"
|
|
56
|
+
},
|
|
57
|
+
borderStartEndRadius: {
|
|
58
|
+
defaultValue: "0px"
|
|
59
|
+
},
|
|
60
|
+
borderEndStartRadius: {
|
|
61
|
+
defaultValue: "0px"
|
|
62
|
+
},
|
|
63
|
+
borderEndEndRadius: {
|
|
64
|
+
defaultValue: "0px"
|
|
65
|
+
},
|
|
66
|
+
paddingTop: {
|
|
67
|
+
defaultValue: "0px"
|
|
68
|
+
},
|
|
69
|
+
paddingBottom: {
|
|
70
|
+
defaultValue: "0px"
|
|
71
|
+
},
|
|
72
|
+
paddingInlineStart: {
|
|
73
|
+
defaultValue: "0px"
|
|
74
|
+
},
|
|
75
|
+
paddingInlineEnd: {
|
|
76
|
+
defaultValue: "0px"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
cssCustomProperties: {
|
|
80
|
+
"menu-item-flex": {
|
|
81
|
+
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.customEnum,
|
|
82
|
+
displayName: "Tab item width",
|
|
83
|
+
defaultValue: "0 0 auto",
|
|
84
|
+
customEnum: {
|
|
85
|
+
options: [
|
|
86
|
+
{ value: "0 0 auto", displayName: "Fit to text" },
|
|
87
|
+
{ value: "1 1 0", displayName: "Fill tab container" }
|
|
88
|
+
]
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"menu-item-text-align": {
|
|
92
|
+
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.textAlign,
|
|
93
|
+
defaultValue: "center"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
states: {
|
|
97
|
+
hover: withSpec({
|
|
98
|
+
spec: IS_SUPPORT_DESIGN_STATE_SPEC,
|
|
99
|
+
displayName: DesignStates.menuItem.hover.displayName,
|
|
100
|
+
className: DesignStates.menuItem.hover.className,
|
|
101
|
+
pseudoClass: NativeStateType.hover
|
|
102
|
+
})
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
};
|
|
6
106
|
const manifest = {
|
|
7
107
|
id: "dee6ace1-7a56-46d6-90f2-4338879b00b5",
|
|
8
108
|
type: "wixEditorElements.TabsContainer",
|
|
@@ -24,6 +124,12 @@ const manifest = {
|
|
|
24
124
|
displayFilters: {
|
|
25
125
|
elements: {
|
|
26
126
|
hide: ["scrollButton"]
|
|
127
|
+
},
|
|
128
|
+
cssCustomProperties: {
|
|
129
|
+
hide: [...ROOT_MENU_ITEM_CUSTOM_PROPERTIES]
|
|
130
|
+
},
|
|
131
|
+
cssProperties: {
|
|
132
|
+
hide: [...ROOT_MENU_ITEM_CSS_PROPERTIES]
|
|
27
133
|
}
|
|
28
134
|
},
|
|
29
135
|
archetype: Archetype.Tabs,
|
|
@@ -389,6 +495,7 @@ const manifest = {
|
|
|
389
495
|
})
|
|
390
496
|
},
|
|
391
497
|
elements: {
|
|
498
|
+
menuItem: menuItemConfig,
|
|
392
499
|
tabContent: {
|
|
393
500
|
elementType: ELEMENTS.ELEMENT_TYPE.inlineElement,
|
|
394
501
|
inlineElement: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LAYOUT, N as NativeStateType, D as DATA, E as ELEMENTS, b as DISPLAY_GROUPS, C as CSS_PROPERTIES, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { L as LAYOUT, N as NativeStateType, D as DATA, E as ELEMENTS, b as DISPLAY_GROUPS, C as CSS_PROPERTIES, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { m as manifestFocusable, c as manifestMouseHover, d as manifestClickable } from "../chunks/manifestSdkMixins.js";
|
|
3
3
|
const DesignStates = {
|
|
4
4
|
testCompCard: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as ELEMENTS, N as NativeStateType, b as DISPLAY_GROUPS, C as CSS_PROPERTIES, D as DATA, L as LAYOUT, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { E as ELEMENTS, N as NativeStateType, b as DISPLAY_GROUPS, C as CSS_PROPERTIES, D as DATA, L as LAYOUT, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DesignStates, b as DisplayNames, d as defaultValues, s as selectors } from "../chunks/constants18.js";
|
|
3
3
|
import { w as withSpec, g as getSelector } from "../chunks/manifest.js";
|
|
4
4
|
import { I as IS_SUPPORT_DESIGN_STATE_SPEC } from "../chunks/specs.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants17.js";
|
|
3
3
|
import { e as textEffectsPatternCssCustomPropertyNames, t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants16.js";
|
|
3
3
|
import { t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, e as textEffectsPatternCssCustomPropertyNames, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants15.js";
|
|
3
3
|
import { e as textEffectsPatternCssCustomPropertyNames, t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants14.js";
|
|
3
3
|
import { t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, e as textEffectsPatternCssCustomPropertyNames, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants13.js";
|
|
3
3
|
import { e as textEffectsPatternCssCustomPropertyNames, t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants12.js";
|
|
3
3
|
import { t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, e as textEffectsPatternCssCustomPropertyNames, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants11.js";
|
|
3
3
|
import { t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, e as textEffectsPatternCssCustomPropertyNames, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants10.js";
|
|
3
3
|
import { t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, e as textEffectsPatternCssCustomPropertyNames, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, b as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants8.js";
|
|
3
3
|
import { t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, e as textEffectsPatternCssCustomPropertyNames, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants7.js";
|
|
3
3
|
import { t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, e as textEffectsPatternCssCustomPropertyNames, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -58,12 +58,12 @@ export declare const textEffectsBaseCssProperties: {
|
|
|
58
58
|
textTransform: {};
|
|
59
59
|
};
|
|
60
60
|
export declare const textEffectsInteractions: {
|
|
61
|
-
triggers: import('@wix/ambassador-devcenter-v1-component-type-data/types').
|
|
61
|
+
triggers: import('@wix/ambassador-devcenter-v1-component-type-data/types').Trigger[];
|
|
62
62
|
};
|
|
63
63
|
export declare const textEffectsPatternCssCustomProperties: {
|
|
64
64
|
'rotation-pattern-intensity': {
|
|
65
65
|
displayName: string;
|
|
66
|
-
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').
|
|
66
|
+
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').CssPropertyType;
|
|
67
67
|
number: {
|
|
68
68
|
min: string;
|
|
69
69
|
max: string;
|
|
@@ -71,7 +71,7 @@ export declare const textEffectsPatternCssCustomProperties: {
|
|
|
71
71
|
};
|
|
72
72
|
'offset-pattern-intensity': {
|
|
73
73
|
displayName: string;
|
|
74
|
-
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').
|
|
74
|
+
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').CssPropertyType;
|
|
75
75
|
number: {
|
|
76
76
|
min: string;
|
|
77
77
|
max: string;
|
|
@@ -79,9 +79,9 @@ export declare const textEffectsPatternCssCustomProperties: {
|
|
|
79
79
|
};
|
|
80
80
|
'pattern-preset': {
|
|
81
81
|
displayName: string;
|
|
82
|
-
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').
|
|
82
|
+
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').CssPropertyType;
|
|
83
83
|
customEnum: {
|
|
84
|
-
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').
|
|
84
|
+
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').CssPropertyType;
|
|
85
85
|
options: ({
|
|
86
86
|
value: "Fridge Magnet" | "Wave" | "Bounce";
|
|
87
87
|
displayName: "Fridge Magnet" | "Wave" | "Bounce";
|
|
@@ -93,9 +93,9 @@ export declare const textEffectsPatternCssCustomProperties: {
|
|
|
93
93
|
};
|
|
94
94
|
'is-capitalize': {
|
|
95
95
|
displayName: string;
|
|
96
|
-
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').
|
|
96
|
+
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').CssPropertyType;
|
|
97
97
|
customEnum: {
|
|
98
|
-
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').
|
|
98
|
+
cssPropertyType: import('@wix/ambassador-devcenter-v1-component-type-data/types').CssPropertyType;
|
|
99
99
|
options: {
|
|
100
100
|
value: string;
|
|
101
101
|
displayName: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants6.js";
|
|
3
3
|
import { e as textEffectsPatternCssCustomPropertyNames, t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, b as textEffectsCommonData, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants5.js";
|
|
3
3
|
import { D as DEFAULT_TEXT_DIRECTION } from "../chunks/constants9.js";
|
|
4
4
|
import { b as textEffectsCommonData, e as textEffectsPatternCssCustomPropertyNames, t as textEffectsInteractions, f as textEffectsPatternCssCustomProperties, a as textEffectsBaseCssProperties, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DisplayNames } from "../chunks/constants4.js";
|
|
3
3
|
import { t as textEffectsInteractions, a as textEffectsBaseCssProperties, b as textEffectsCommonData, c as textEffectsLayout, d as textEffectsInstallation } from "../chunks/manifestBase.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as INTERACTIONS, D as DATA, b as DISPLAY_GROUPS, C as CSS_PROPERTIES, E as ELEMENTS, N as NativeStateType, L as LAYOUT, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { I as INTERACTIONS, D as DATA, b as DISPLAY_GROUPS, C as CSS_PROPERTIES, E as ELEMENTS, N as NativeStateType, L as LAYOUT, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { D as DesignStates, a as DisplayNames, s as selectors } from "../chunks/constants3.js";
|
|
3
3
|
import { w as withSpec, g as getSelector } from "../chunks/manifest.js";
|
|
4
4
|
import { I as IS_SUPPORT_DESIGN_STATE_SPEC } from "../chunks/specs.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, L as LAYOUT, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, L as LAYOUT, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
const running_text = {
|
|
3
3
|
settings: {
|
|
4
4
|
movement_direction_label: "Movement direction",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CSS_PROPERTIES, b as DISPLAY_GROUPS, D as DATA, E as ELEMENTS, L as LAYOUT, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { C as CSS_PROPERTIES, b as DISPLAY_GROUPS, D as DATA, E as ELEMENTS, L as LAYOUT, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { c as DisplayNames, d as defaultValues, e as DesignStates, s as selectors } from "../chunks/constants2.js";
|
|
3
3
|
import { w as withSpec, g as getSelector } from "../chunks/manifest.js";
|
|
4
4
|
import { I as IS_SUPPORT_DESIGN_STATE_SPEC } from "../chunks/specs.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DATA, b as DISPLAY_GROUPS, a as ACTIONS, I as INTERACTIONS, A as Archetype, L as LAYOUT } from "../chunks/chunk-
|
|
1
|
+
import { D as DATA, b as DISPLAY_GROUPS, a as ACTIONS, I as INTERACTIONS, A as Archetype, L as LAYOUT } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
import { V as VideoCategoryTypes } from "../chunks/types.impl.js";
|
|
3
3
|
import { a as VideoEndType, V as VideoStartType } from "../chunks/TransparentVideo.types.js";
|
|
4
4
|
const manifest = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as ACTIONS, D as DATA, C as CSS_PROPERTIES, b as DISPLAY_GROUPS, I as INTERACTIONS, A as Archetype, L as LAYOUT } from "../chunks/chunk-
|
|
1
|
+
import { a as ACTIONS, D as DATA, C as CSS_PROPERTIES, b as DISPLAY_GROUPS, I as INTERACTIONS, A as Archetype, L as LAYOUT } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
const manifest = {
|
|
3
3
|
id: "8441a520-52ed-4c32-9b9d-0aa8c2604b01",
|
|
4
4
|
type: "wixEditorElements.VideoUpload",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LAYOUT, I as INTERACTIONS, D as DATA, C as CSS_PROPERTIES, A as Archetype } from "../chunks/chunk-
|
|
1
|
+
import { L as LAYOUT, I as INTERACTIONS, D as DATA, C as CSS_PROPERTIES, A as Archetype } from "../chunks/chunk-6KMOHX3X.js";
|
|
2
2
|
const presets = {
|
|
3
3
|
horizontal: "horizontal"
|
|
4
4
|
};
|