@wix/editor-react-components 1.2415.0 → 1.2417.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/BoxContainer/component.js +1 -1
- package/dist/site/components/Breadcrumbs/component.js +2 -2
- package/dist/site/components/Checkbox/component.js +1 -1
- package/dist/site/components/CheckboxGroup/component.js +1 -1
- package/dist/site/components/DatePicker/component.js +1 -1
- package/dist/site/components/Dropdown/component.js +2 -2
- package/dist/site/components/GoogleMap/component.js +1 -1
- package/dist/site/components/HTMLComponent/component.js +1 -1
- package/dist/site/components/HipaaIcon/component.js +2 -2
- package/dist/site/components/Image3/component.js +11 -1
- package/dist/site/components/LegacyAppWidget/component.js +1 -1
- package/dist/site/components/LegacyContainer/component.js +1 -1
- package/dist/site/components/LegacyMultiStateBox/component.js +1 -1
- package/dist/site/components/LinkBar/component.js +1 -1
- package/dist/site/components/Lottie/component.js +1 -1
- package/dist/site/components/Menu/component.js +3 -3
- package/dist/site/components/RadioButtons/component.js +1 -1
- package/dist/site/components/ShareButtons/component.js +2 -2
- package/dist/site/components/Slideshow/component.js +1 -1
- package/dist/site/components/TextBox/component.js +1 -1
- package/dist/site/components/TextEffects3d/component.js +1 -1
- package/dist/site/components/TextEffectsBauhaus/component.js +1 -1
- package/dist/site/components/TextEffectsGlass/component.js +1 -1
- package/dist/site/components/TextEffectsGlitch/component.js +1 -1
- package/dist/site/components/TextEffectsLetterPress/component.js +1 -1
- package/dist/site/components/TextEffectsMatrix/component.js +1 -1
- package/dist/site/components/TextEffectsNeonSign/component.js +1 -1
- package/dist/site/components/TextEffectsNoisy/component.js +1 -1
- package/dist/site/components/TextEffectsOutlineOut/component.js +1 -1
- package/dist/site/components/TextEffectsRetro/component.js +1 -1
- package/dist/site/components/TextEffectsShook/component.js +1 -1
- package/dist/site/components/TextEffectsSticker/component.js +1 -1
- package/dist/site/components/TextEffectsStriped/component.js +1 -1
- package/dist/site/components/TextInput/component.js +2 -2
- package/dist/site/components/TextInput/sdk.js +1 -1
- package/dist/site/components/TimePicker/component.js +1 -1
- package/dist/site/components/TransparentVideo/component.js +2 -2
- package/dist/site/components/VideoUpload/component.js +7 -1
- package/dist/site/components/WRichText/manifest.js +3 -0
- package/dist/site/components/chunks/AnimatedIcon.js +1 -1
- package/dist/site/components/chunks/Image.js +1 -1
- package/dist/site/components/chunks/customElementInit.js +1 -1
- package/dist/site/components/chunks/index10.js +1914 -30330
- package/dist/site/components/chunks/index11.js +30437 -3
- package/dist/site/components/chunks/index12.js +5 -0
- package/dist/site/components/chunks/index3.js +3 -1463
- package/dist/site/components/chunks/index4.js +1405 -2312
- package/dist/site/components/chunks/index5.js +2370 -3
- package/dist/site/components/chunks/index6.js +3 -3
- package/dist/site/components/chunks/index7.js +3 -4
- package/dist/site/components/chunks/index8.js +3 -66
- package/dist/site/components/chunks/index9.js +52 -2006
- package/dist/site/components/chunks/parseHtml.js +2 -2
- package/dist/site/components/chunks/parseSvg.js +2 -2
- package/dist/site/components/chunks/staticService.js +1 -1
- package/dist/site/components/chunks/useConsentPolicyProps.js +1 -1
- package/package.json +4 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { c as clsx } from "../chunks/clsx.js";
|
|
3
3
|
import { useService } from "@wix/services-manager-react";
|
|
4
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
4
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
5
5
|
import { A as ARIA_LABEL_NAMESPACE } from "../chunks/constants32.js";
|
|
6
6
|
import { e as getTabIndexAttribute, f as convertA11yKeysToHtmlFormat } from "../chunks/a11y.js";
|
|
7
7
|
const root = "root__eLvEL";
|
|
@@ -9,9 +9,9 @@ import { d as directionStyles } from "../chunks/direction.module.js";
|
|
|
9
9
|
import { s as semanticClassNames } from "../chunks/constants38.js";
|
|
10
10
|
import { A as AnimatedIcon } from "../chunks/AnimatedIcon.js";
|
|
11
11
|
import { useService } from "@wix/services-manager-react";
|
|
12
|
-
import { d as defineService } from "../chunks/
|
|
12
|
+
import { d as defineService } from "../chunks/index8.js";
|
|
13
13
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
14
|
-
import { U as UrlDefinition } from "../chunks/
|
|
14
|
+
import { U as UrlDefinition } from "../chunks/index12.js";
|
|
15
15
|
const $b5e257d569688ac6$var$defaultContext = {
|
|
16
16
|
prefix: String(Math.round(Math.random() * 1e10)),
|
|
17
17
|
current: 0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useState } from "react";
|
|
3
3
|
import { c as clsx } from "../chunks/clsx.js";
|
|
4
|
-
import { F as Field, d as Checkbox, T as Tooltip } from "../chunks/
|
|
4
|
+
import { F as Field, d as Checkbox, T as Tooltip } from "../chunks/index11.js";
|
|
5
5
|
import { useService } from "@wix/services-manager-react";
|
|
6
6
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
7
7
|
import { f as formatClassNames } from "../chunks/classNames.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { c as clsx } from "../chunks/clsx.js";
|
|
3
|
-
import { a as Fieldset, T as Tooltip, c as CheckboxGroup_CheckboxGroup_CheckboxGroup, d as Checkbox } from "../chunks/
|
|
3
|
+
import { a as Fieldset, T as Tooltip, c as CheckboxGroup_CheckboxGroup_CheckboxGroup, d as Checkbox } from "../chunks/index11.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import { useService } from "@wix/services-manager-react";
|
|
6
6
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
@@ -11,7 +11,7 @@ import { $ as $ea3928288112382f$export$439d29a4e110a164, a as $ea3928288112382f$
|
|
|
11
11
|
import __rspack_external_react_dom_7136dc57__default from "react-dom";
|
|
12
12
|
import { useService } from "@wix/services-manager-react";
|
|
13
13
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
14
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
14
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
15
15
|
import { a as getDataAttributes } from "../chunks/dataUtils.js";
|
|
16
16
|
import { d as directionStyles } from "../chunks/direction.module.js";
|
|
17
17
|
import { p as presetWrapperStyles } from "../chunks/presetWrapper.module.js";
|
|
@@ -2,10 +2,10 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { useState, useCallback, useLayoutEffect, useEffect, useRef } from "react";
|
|
4
4
|
import { c as clsx } from "../chunks/clsx.js";
|
|
5
|
-
import { C as Combobox, F as Field, B as Button_Button_Button } from "../chunks/
|
|
5
|
+
import { C as Combobox, F as Field, B as Button_Button_Button } from "../chunks/index11.js";
|
|
6
6
|
import { useService } from "@wix/services-manager-react";
|
|
7
7
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
8
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
8
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
9
9
|
import { f as formatClassNames } from "../chunks/classNames.js";
|
|
10
10
|
import { a as getDataAttributes } from "../chunks/dataUtils.js";
|
|
11
11
|
import { R as RequiredIndicator } from "../chunks/RequiredIndicator.js";
|
|
@@ -7,7 +7,7 @@ import { a as getDataAttributes } from "../chunks/dataUtils.js";
|
|
|
7
7
|
import { createPortal } from "react-dom";
|
|
8
8
|
import { g as getDefaultExportFromCjs } from "../chunks/_commonjsHelpers.js";
|
|
9
9
|
import { G as GOOGLE_MAPS_DIRECTIONS_BASE_URL, M as MIN_ZOOM, a as MAX_ZOOM, T as TestIds, D as DEFAULT_ZOOM, b as MAP_IDS, c as MAP_TYPES, A as API_KEY, d as DEFAULT_LOCATION, C as COMPANY_NAME_DEFAULT, e as COMPANY_NAME_KEY, f as COMPONENT_NAME_DEFAULT, g as COMPONENT_NAME_KEY } from "../chunks/consts.js";
|
|
10
|
-
import { p as parse } from "../chunks/
|
|
10
|
+
import { p as parse } from "../chunks/index5.js";
|
|
11
11
|
import { useService } from "@wix/services-manager-react";
|
|
12
12
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
13
13
|
import { u as useConsentPolicyProps, C as ConsentPolicyWrapper } from "../chunks/useConsentPolicyProps.js";
|
|
@@ -8,7 +8,7 @@ import { e as getTabIndexAttribute } from "../chunks/a11y.js";
|
|
|
8
8
|
import { useService } from "@wix/services-manager-react";
|
|
9
9
|
import { d as defineStaticService } from "../chunks/staticService.js";
|
|
10
10
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
11
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
11
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
12
12
|
import { A as ARIA_LABEL_NAMESPACE } from "../chunks/constants32.js";
|
|
13
13
|
const isBrowser = () => typeof window !== "undefined";
|
|
14
14
|
function useIFrame({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { c as clsx } from "../chunks/clsx.js";
|
|
3
3
|
import { useService } from "@wix/services-manager-react";
|
|
4
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
5
|
-
import { d as defineService } from "../chunks/
|
|
4
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
5
|
+
import { d as defineService } from "../chunks/index8.js";
|
|
6
6
|
import { T as TranslationKeys, D as DefaultTranslations, a as TRANSLATIONS_NAMESPACE } from "../chunks/constants31.js";
|
|
7
7
|
const RendererConfigurationDefinition = defineService("@wix/viewer-service-renderer-configuration");
|
|
8
8
|
const hipaaIcon = "hipaaIcon__VA3L3";
|
|
@@ -4,8 +4,10 @@ import { a as getDataAttributes, n as normalizeWixUri } from "../chunks/dataUtil
|
|
|
4
4
|
import { e as getTabIndexAttribute } from "../chunks/a11y.js";
|
|
5
5
|
import { L as Link } from "../chunks/Link.js";
|
|
6
6
|
import * as React from "react";
|
|
7
|
-
import { a as getData } from "../chunks/
|
|
7
|
+
import { a as getData, g as getPlaceholder, S as STATIC_MEDIA_URL$1 } from "../chunks/index4.js";
|
|
8
8
|
import { g as getMediaSizeQueryString, c as camelToKebab, a as getMediaUrlByContext, i as initCustomElement } from "../chunks/customElementInit.js";
|
|
9
|
+
import { useService } from "@wix/services-manager-react";
|
|
10
|
+
import { R as RenderingContextDefinition } from "../chunks/index3.js";
|
|
9
11
|
const image = "image__iWj48";
|
|
10
12
|
const styles = {
|
|
11
13
|
image
|
|
@@ -111,6 +113,7 @@ if (typeof window !== "undefined") {
|
|
|
111
113
|
}
|
|
112
114
|
const Image3 = (props) => {
|
|
113
115
|
var _a, _b;
|
|
116
|
+
const renderingContext = useService(RenderingContextDefinition);
|
|
114
117
|
const {
|
|
115
118
|
id,
|
|
116
119
|
className,
|
|
@@ -139,6 +142,12 @@ const Image3 = (props) => {
|
|
|
139
142
|
sources
|
|
140
143
|
};
|
|
141
144
|
image2.uri = normalizeWixUri(image2.uri ?? "");
|
|
145
|
+
const seoImageUrl = renderingContext.SEO && image2.uri ? getPlaceholder(
|
|
146
|
+
"fill",
|
|
147
|
+
{ ...image2, id: image2.uri },
|
|
148
|
+
{ alignment: "center", htmlTag: "img" },
|
|
149
|
+
{ hasAnimation: image2.animated, isSEOBot: true }
|
|
150
|
+
).uri : void 0;
|
|
142
151
|
let InnerImg;
|
|
143
152
|
if (sources && sources.length) {
|
|
144
153
|
InnerImg = /* @__PURE__ */ jsx(ImageNG, { ...imageNGProps });
|
|
@@ -162,6 +171,7 @@ const Image3 = (props) => {
|
|
|
162
171
|
loading: priority === "low" ? "lazy" : void 0,
|
|
163
172
|
fetchpriority: priority === "high" ? "high" : void 0,
|
|
164
173
|
alt: image2.alt ?? "",
|
|
174
|
+
src: renderingContext.SEO ? `${STATIC_MEDIA_URL$1}${seoImageUrl}` : void 0,
|
|
165
175
|
...role && { role }
|
|
166
176
|
}
|
|
167
177
|
) })
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { c as cn } from "../chunks/
|
|
2
|
+
import { c as cn } from "../chunks/index9.js";
|
|
3
3
|
import { c as clsx } from "../chunks/clsx.js";
|
|
4
4
|
import { a as getDataAttributes } from "../chunks/dataUtils.js";
|
|
5
5
|
import { R as ResponsiveContainer } from "../chunks/ResponsiveContainer.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { c as cn } from "../chunks/
|
|
2
|
+
import { c as cn } from "../chunks/index9.js";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { R as ResponsiveBox$1 } from "../chunks/ResponsiveBox.js";
|
|
5
5
|
import { R as ResponsiveContainer } from "../chunks/ResponsiveContainer.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { c as cn } from "../chunks/
|
|
2
|
+
import { c as cn } from "../chunks/index9.js";
|
|
3
3
|
import { a as getDataAttributes } from "../chunks/dataUtils.js";
|
|
4
4
|
import { h as getAriaAttributes } from "../chunks/a11y.js";
|
|
5
5
|
import { c as clsx } from "../chunks/clsx.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo } from "react";
|
|
3
3
|
import { useService } from "@wix/services-manager-react";
|
|
4
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
4
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
5
5
|
import { a as getDataAttributes } from "../chunks/dataUtils.js";
|
|
6
6
|
import { p as parseSvg } from "../chunks/parseSvg.js";
|
|
7
7
|
import { c as clsx } from "../chunks/clsx.js";
|
|
@@ -4,7 +4,7 @@ var __publicField = (obj, key2, value2) => __defNormalProp(obj, typeof key2 !==
|
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { c as clsx } from "../chunks/clsx.js";
|
|
6
6
|
import { useService } from "@wix/services-manager-react";
|
|
7
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
7
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
8
8
|
import { d as directionStyles } from "../chunks/direction.module.js";
|
|
9
9
|
import { g as getTranslation } from "../chunks/getTranslation.js";
|
|
10
10
|
import { B as Button } from "../chunks/Button.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { c as clsx } from "../chunks/clsx.js";
|
|
3
3
|
import { useService } from "@wix/services-manager-react";
|
|
4
|
-
import { U as UrlDefinition } from "../chunks/
|
|
5
|
-
import { d as defineService } from "../chunks/
|
|
6
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
4
|
+
import { U as UrlDefinition } from "../chunks/index12.js";
|
|
5
|
+
import { d as defineService } from "../chunks/index8.js";
|
|
6
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
7
7
|
import { M as MenuAnimationName, d as defaultTranslations, a as MenuOrientation, A as AnimationPhase, V as VerticalDropdownDisplay, D as DropdownAnimationName, H as HamburgerMenuAnimationName, b as MenuParts, s as selectors, u as useAnimationState, c as ARIA_LABEL_NAMESPACE, t as translationsKeys } from "../chunks/constants27.js";
|
|
8
8
|
import React__default, { createContext, useContext, useRef, useCallback, useMemo, useState, useEffect, useLayoutEffect } from "react";
|
|
9
9
|
import { p as presetWrapperStyles } from "../chunks/presetWrapper.module.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useState } from "react";
|
|
3
3
|
import { c as clsx } from "../chunks/clsx.js";
|
|
4
|
-
import { a as Fieldset, T as Tooltip, R as RadioGroup_RadioGroup_RadioGroup, b as Radio } from "../chunks/
|
|
4
|
+
import { a as Fieldset, T as Tooltip, R as RadioGroup_RadioGroup_RadioGroup, b as Radio } from "../chunks/index11.js";
|
|
5
5
|
import { useService } from "@wix/services-manager-react";
|
|
6
6
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
7
7
|
import { f as formatClassNames } from "../chunks/classNames.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import React__default, { useState, useEffect, useRef, useMemo, createElement } from "react";
|
|
3
3
|
import { c as clsx } from "../chunks/clsx.js";
|
|
4
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
5
|
-
import { U as UrlDefinition } from "../chunks/
|
|
4
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
5
|
+
import { U as UrlDefinition } from "../chunks/index12.js";
|
|
6
6
|
import { useService } from "@wix/services-manager-react";
|
|
7
7
|
import { p as presetWrapperStyles } from "../chunks/presetWrapper.module.js";
|
|
8
8
|
import { d as directionStyles } from "../chunks/direction.module.js";
|
|
@@ -7,7 +7,7 @@ import { p as presetWrapperStyles } from "../chunks/presetWrapper.module.js";
|
|
|
7
7
|
import { d as directionStyles } from "../chunks/direction.module.js";
|
|
8
8
|
import { useService } from "@wix/services-manager-react";
|
|
9
9
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
10
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
10
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
11
11
|
import { g as getTranslation } from "../chunks/getTranslation.js";
|
|
12
12
|
const validateActiveSlide = (activeSlide, slidesLength) => {
|
|
13
13
|
if (activeSlide === void 0) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useState } from "react";
|
|
3
3
|
import { c as clsx } from "../chunks/clsx.js";
|
|
4
|
-
import { F as Field, T as Tooltip, I as Input_Input_Input } from "../chunks/
|
|
4
|
+
import { F as Field, T as Tooltip, I as Input_Input_Input } from "../chunks/index11.js";
|
|
5
5
|
import { useService } from "@wix/services-manager-react";
|
|
6
6
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
7
7
|
import { f as formatClassNames } from "../chunks/classNames.js";
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
3
3
|
import { T as TestIds } from "../chunks/constants17.js";
|
|
4
4
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
5
|
-
import { c as cn } from "../chunks/
|
|
5
|
+
import { c as cn } from "../chunks/index9.js";
|
|
6
6
|
const container = "container__kUr-I";
|
|
7
7
|
const block = "block__EMDF3";
|
|
8
8
|
const styles = {
|
|
@@ -3,7 +3,7 @@ import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
|
3
3
|
import { T as TestIds } from "../chunks/constants16.js";
|
|
4
4
|
import { c as clsx } from "../chunks/clsx.js";
|
|
5
5
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
6
|
-
import { c as cn } from "../chunks/
|
|
6
|
+
import { c as cn } from "../chunks/index9.js";
|
|
7
7
|
const container = "container__s2rZR";
|
|
8
8
|
const text = "text__rwjDQ";
|
|
9
9
|
const block = "block__Aq5E2";
|
|
@@ -4,7 +4,7 @@ import { b as blurConfig, T as TestIds } from "../chunks/constants15.js";
|
|
|
4
4
|
import { c as createSvgManager, r as range, u as useUniqueSvg } from "../chunks/useUniqueSvg.js";
|
|
5
5
|
import { c as clsx } from "../chunks/clsx.js";
|
|
6
6
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
7
|
-
import { c as cn } from "../chunks/
|
|
7
|
+
import { c as cn } from "../chunks/index9.js";
|
|
8
8
|
const root = "root__8KuQx";
|
|
9
9
|
const container = "container__GR3va";
|
|
10
10
|
const text = "text__0R7qz";
|
|
@@ -3,7 +3,7 @@ import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
|
3
3
|
import { T as TestIds } from "../chunks/constants14.js";
|
|
4
4
|
import { c as clsx } from "../chunks/clsx.js";
|
|
5
5
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
6
|
-
import { c as cn } from "../chunks/
|
|
6
|
+
import { c as cn } from "../chunks/index9.js";
|
|
7
7
|
const container = "container__dZGrq";
|
|
8
8
|
const text = "text__9Z9q2";
|
|
9
9
|
const block = "block__-p5LG";
|
|
@@ -3,7 +3,7 @@ import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
|
3
3
|
import { T as TestIds } from "../chunks/constants13.js";
|
|
4
4
|
import { c as clsx } from "../chunks/clsx.js";
|
|
5
5
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
6
|
-
import { c as cn } from "../chunks/
|
|
6
|
+
import { c as cn } from "../chunks/index9.js";
|
|
7
7
|
const container = "container__XB6yU";
|
|
8
8
|
const text = "text__ptbeV";
|
|
9
9
|
const block = "block__cm29d";
|
|
@@ -3,7 +3,7 @@ import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
|
3
3
|
import { T as TestIds } from "../chunks/constants12.js";
|
|
4
4
|
import { c as clsx } from "../chunks/clsx.js";
|
|
5
5
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
6
|
-
import { c as cn } from "../chunks/
|
|
6
|
+
import { c as cn } from "../chunks/index9.js";
|
|
7
7
|
const container = "container__ejDm-";
|
|
8
8
|
const text = "text__-Pijk";
|
|
9
9
|
const block = "block__IP1-y";
|
|
@@ -3,7 +3,7 @@ import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
|
3
3
|
import { T as TestIds } from "../chunks/constants11.js";
|
|
4
4
|
import { c as clsx } from "../chunks/clsx.js";
|
|
5
5
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
6
|
-
import { c as cn } from "../chunks/
|
|
6
|
+
import { c as cn } from "../chunks/index9.js";
|
|
7
7
|
const block = "block__SOi-3";
|
|
8
8
|
const text = "text__yytMu";
|
|
9
9
|
const styles = {
|
|
@@ -3,7 +3,7 @@ import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
|
3
3
|
import { n as noiseIntensityConfig, T as TestIds } from "../chunks/constants10.js";
|
|
4
4
|
import { c as createSvgManager, r as range, u as useUniqueSvg } from "../chunks/useUniqueSvg.js";
|
|
5
5
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
6
|
-
import { c as cn } from "../chunks/
|
|
6
|
+
import { c as cn } from "../chunks/index9.js";
|
|
7
7
|
const container = "container__Bn5tU";
|
|
8
8
|
const styles = {
|
|
9
9
|
container
|
|
@@ -5,7 +5,7 @@ import { b as blendModes } from "../chunks/constants9.js";
|
|
|
5
5
|
import { r as range, u as useUniqueSvg, c as createSvgManager } from "../chunks/useUniqueSvg.js";
|
|
6
6
|
import { c as clsx } from "../chunks/clsx.js";
|
|
7
7
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
8
|
-
import { c as cn } from "../chunks/
|
|
8
|
+
import { c as cn } from "../chunks/index9.js";
|
|
9
9
|
const container = "container__85vF6";
|
|
10
10
|
const text = "text__ldqqQ";
|
|
11
11
|
const block = "block__4VcAn";
|
|
@@ -4,7 +4,7 @@ import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
|
4
4
|
import { T as TestIds } from "../chunks/constants7.js";
|
|
5
5
|
import { c as clsx } from "../chunks/clsx.js";
|
|
6
6
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
7
|
-
import { c as cn } from "../chunks/
|
|
7
|
+
import { c as cn } from "../chunks/index9.js";
|
|
8
8
|
const wrapper = "wrapper__pObMN";
|
|
9
9
|
const colorAnimation5 = "colorAnimation5__FQZvI";
|
|
10
10
|
const changeColors5 = "change-colors-5__CCuro";
|
|
@@ -3,7 +3,7 @@ import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
|
3
3
|
import { T as TestIds } from "../chunks/constants6.js";
|
|
4
4
|
import { c as clsx } from "../chunks/clsx.js";
|
|
5
5
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
6
|
-
import { c as cn } from "../chunks/
|
|
6
|
+
import { c as cn } from "../chunks/index9.js";
|
|
7
7
|
const container = "container__TF63u";
|
|
8
8
|
const unit = "unit__7VYSr";
|
|
9
9
|
const text = "text__Z9BAg";
|
|
@@ -3,7 +3,7 @@ import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
|
3
3
|
import { T as TestIds } from "../chunks/constants5.js";
|
|
4
4
|
import { c as clsx } from "../chunks/clsx.js";
|
|
5
5
|
import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
|
|
6
|
-
import { c as cn } from "../chunks/
|
|
6
|
+
import { c as cn } from "../chunks/index9.js";
|
|
7
7
|
const wrapper = "wrapper__53uzs";
|
|
8
8
|
const text = "text__BuBsw";
|
|
9
9
|
const block = "block__qu3zK";
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
|
|
3
3
|
import { T as TestIds } from "../chunks/constants4.js";
|
|
4
4
|
import { c as clsx } from "../chunks/clsx.js";
|
|
5
|
-
import { c as cn } from "../chunks/
|
|
5
|
+
import { c as cn } from "../chunks/index9.js";
|
|
6
6
|
const container = "container__tWYVk";
|
|
7
7
|
const block = "block__wsDEG";
|
|
8
8
|
const text = "text__Mcnok";
|
|
@@ -9,11 +9,11 @@ import { R as RequiredIndicator } from "../chunks/RequiredIndicator.js";
|
|
|
9
9
|
import { u as useValidatedField } from "../chunks/useValidatedField.js";
|
|
10
10
|
import { s as selectors, T as TestIds, V as VALUE_MISSING_MESSAGE } from "../chunks/constants3.js";
|
|
11
11
|
import { useService } from "@wix/services-manager-react";
|
|
12
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
12
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
13
13
|
import { c as $3e6197669829fe11$export$40bfa8c7b0832715, d as $d1116acdf220c2da$export$4c014de7c8940b4c, e as $3274bf1495747a7b$export$5add1d006293d136, f as $bbaa08b3cd72f041$export$9d1611c77c2fe928, g as $23f2114a1b82827e$export$e58f029f0fbfdb29, h as $01b77f81d0f07f68$export$75b6ee27786ba447, i as $a049562f99e7db0e$export$f9c6924e160136d1, a as $01b77f81d0f07f68$export$b04be29aa201d4f5, b as $d2b4bc8c273e7be6$export$353f5b6fc5456de1 } from "../chunks/Group.js";
|
|
14
14
|
import { d as $fd2148440a13ec26$export$fc1a364ae1f3ff10, e as $191c9b6d48a0a4e2$export$294aa081a6c6f55d, f as $860f7da480e22816$export$b8473d3665f3a75a, g as $d3e0e05bdfcf66bd$export$c24727297075ec6a, h as $3985021b0ad6602f$export$37fb8590cf2c088c, i as $514c0188e459b4c0$export$9afb8bc826b033ea, j as $ee014567cb39d3f0$export$ff05c3ac10437e03, $ as $4e3b923658d69c60$export$8c610744efcf8a1d, a as $4e3b923658d69c60$export$28c660c63b792dea, k as $3985021b0ad6602f$export$f5b8910cec6cf069 } from "../chunks/Tooltip.js";
|
|
15
15
|
import { a as $8e9d2fae0ecb9001$export$457c3d6518dd4c6f, b as $f39a9eba43920ace$export$86427a43e3e48ebb, c as $64fa3d84918910a7$export$29f1550f4b0d4415, d as $64fa3d84918910a7$export$fabf2dc03a41866e, e as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, f as $64fa3d84918910a7$export$ef03459518577ad4, g as $64fa3d84918910a7$export$4d86445c2cf5e3, h as $65484d02dcb7eb3e$export$457c3d6518dd4c6f, i as $64fa3d84918910a7$export$2881499e37b75b9a } from "../chunks/filterDOMProps.js";
|
|
16
|
-
import { S as SdkStateDefinition } from "../chunks/
|
|
16
|
+
import { S as SdkStateDefinition } from "../chunks/index7.js";
|
|
17
17
|
import { I as InfoCircleSmall_default } from "../chunks/InfoCircleSmall.js";
|
|
18
18
|
const $8e6cc465cc68f603$export$698f465ec27e93df = /* @__PURE__ */ createContext(null);
|
|
19
19
|
function $054f71d2330da2e3$export$712718f7aec83d5(props, ref) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as composeSDKFactories } from "../chunks/composeSDKFactories.js";
|
|
2
2
|
import { c as createA11ySdk } from "../chunks/a11ySdk.js";
|
|
3
|
-
import { S as SdkStateDefinition } from "../chunks/
|
|
3
|
+
import { S as SdkStateDefinition } from "../chunks/index7.js";
|
|
4
4
|
const createValueSdkFactory = ({ valueProperty }) => (api) => {
|
|
5
5
|
const { props, getService } = api;
|
|
6
6
|
const sdkService = getService(SdkStateDefinition);
|
|
@@ -7,7 +7,7 @@ import { $ as $4e3b923658d69c60$export$8c610744efcf8a1d, a as $4e3b923658d69c60$
|
|
|
7
7
|
import { $ as $2eb8e6d23f3d0cb0$export$a54013f0d02a8f82 } from "../chunks/filterDOMProps.js";
|
|
8
8
|
import { useService } from "@wix/services-manager-react";
|
|
9
9
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
10
|
-
import { T as TranslationsDefinition } from "../chunks/
|
|
10
|
+
import { T as TranslationsDefinition } from "../chunks/index6.js";
|
|
11
11
|
import { a as getDataAttributes } from "../chunks/dataUtils.js";
|
|
12
12
|
import { g as getTranslation } from "../chunks/getTranslation.js";
|
|
13
13
|
import { d as directionStyles } from "../chunks/direction.module.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default, { useRef, useState, useEffect, useMemo, useCallback } from "react";
|
|
3
3
|
import { F as FilterEffectType, V as VideoStartType, a as VideoEndType, b as VideoPlayingState } from "../chunks/TransparentVideo.types.js";
|
|
4
|
-
import { S as STATIC_MEDIA_URL } from "../chunks/
|
|
4
|
+
import { S as STATIC_MEDIA_URL } from "../chunks/index4.js";
|
|
5
5
|
import { c as clsx } from "../chunks/clsx.js";
|
|
6
6
|
import { V as Video } from "../chunks/Video.js";
|
|
7
|
-
import { p as parse } from "../chunks/
|
|
7
|
+
import { p as parse } from "../chunks/index5.js";
|
|
8
8
|
function getSepia(amount) {
|
|
9
9
|
return `${0.393 + 0.607 * (1 - amount)} ${0.769 - 0.769 * (1 - amount)} ${0.189 - 0.189 * (1 - amount)} 0 0
|
|
10
10
|
${0.349 - 0.349 * (1 - amount)} ${0.686 + 0.314 * (1 - amount)} ${0.168 - 0.168 * (1 - amount)} 0 0
|
|
@@ -5,6 +5,7 @@ import { f as formatClassNames } from "../chunks/classNames.js";
|
|
|
5
5
|
import { V as Video } from "../chunks/Video.js";
|
|
6
6
|
import { useService } from "@wix/services-manager-react";
|
|
7
7
|
import { E as EnvironmentDefinition } from "../chunks/index2.js";
|
|
8
|
+
import { R as RenderingContextDefinition } from "../chunks/index3.js";
|
|
8
9
|
const semanticClassNames = {
|
|
9
10
|
root: "video-upload",
|
|
10
11
|
title: "video-upload__title"
|
|
@@ -2263,9 +2264,14 @@ const VideoUpload = ({
|
|
|
2263
2264
|
function component(props) {
|
|
2264
2265
|
const video = props.video ?? defaultVideo;
|
|
2265
2266
|
const environment = useService(EnvironmentDefinition);
|
|
2267
|
+
const renderingContext = useService(RenderingContextDefinition);
|
|
2266
2268
|
const reducedMotion = (environment == null ? void 0 : environment.reducedMotion) ?? false;
|
|
2267
2269
|
const autoplay = !reducedMotion && props.autoplay;
|
|
2268
|
-
|
|
2270
|
+
const videoWithSeoPoster = renderingContext.SEO && video.poster ? {
|
|
2271
|
+
...video,
|
|
2272
|
+
poster: { ...video.poster, isSEOBot: true }
|
|
2273
|
+
} : video;
|
|
2274
|
+
return /* @__PURE__ */ jsx(VideoUpload, { ...props, autoplay, video: videoWithSeoPoster });
|
|
2269
2275
|
}
|
|
2270
2276
|
export {
|
|
2271
2277
|
component as default
|
|
@@ -81,6 +81,9 @@ const manifest = {
|
|
|
81
81
|
effectGroups: [INTERACTIONS.EFFECT_GROUP.UNKNOWN_EFFECT_GROUP]
|
|
82
82
|
},
|
|
83
83
|
layout: {
|
|
84
|
+
contentFill: {
|
|
85
|
+
dataItemKey: "richText"
|
|
86
|
+
},
|
|
84
87
|
resizeDirection: LAYOUT.RESIZE_DIRECTION.horizontal,
|
|
85
88
|
contentResizeDirection: LAYOUT.CONTENT_RESIZE_DIRECTION.vertical,
|
|
86
89
|
disableStretching: true,
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef, useRef, useImperativeHandle, useCallback, useMemo } from "react";
|
|
3
3
|
import { p as parseSvg } from "./parseSvg.js";
|
|
4
4
|
import { A as AnimatedSvgIds, a as AnimatedDataAttributes, b as AnimationDirection, T as TestIds, D as DEFAULT_ANIMATION_DURATION } from "./constants21.js";
|
|
5
|
-
import { c as cn } from "./
|
|
5
|
+
import { c as cn } from "./index9.js";
|
|
6
6
|
const AnimatedSvg = forwardRef(
|
|
7
7
|
({ svgContent, reducedMotion = false, duration }, ref) => {
|
|
8
8
|
const svgContainerRef = useRef(null);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as getData, b as getFileExtension, f as fileType, c as alignTypes, d as fittingTypes } from "./
|
|
1
|
+
import { a as getData, b as getFileExtension, f as fileType, c as alignTypes, d as fittingTypes } from "./index4.js";
|
|
2
2
|
import { g as getDefaultExportFromCjs } from "./_commonjsHelpers.js";
|
|
3
3
|
var fastdom$2 = { exports: {} };
|
|
4
4
|
var fastdom$1 = fastdom$2.exports;
|