@wix/editor-react-components 1.2279.0 → 1.2280.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.
Files changed (147) hide show
  1. package/dist/site/components/AccordionComponent/component.js +1 -1
  2. package/dist/site/components/AccordionComponent/constants.d.ts +3 -3
  3. package/dist/site/components/AccordionComponent/manifest.js +1 -1
  4. package/dist/site/components/AnimatedIcon/manifest.js +1 -1
  5. package/dist/site/components/AudioPlayer/component.js +1 -1
  6. package/dist/site/components/AudioPlayer/manifest.js +1 -1
  7. package/dist/site/components/BoxContainer/component.js +1 -1
  8. package/dist/site/components/BoxContainer/manifest.js +1 -1
  9. package/dist/site/components/Breadcrumbs/component.js +1 -1
  10. package/dist/site/components/Breadcrumbs/manifest.js +1 -1
  11. package/dist/site/components/Button/hooks/useButtonA11y.d.ts +9 -9
  12. package/dist/site/components/Button/hooks/useButtonEventHandlers.d.ts +2 -2
  13. package/dist/site/components/Button/manifest.js +1 -1
  14. package/dist/site/components/CollapsibleText/component.js +1 -1
  15. package/dist/site/components/CollapsibleText/manifest.js +1 -1
  16. package/dist/site/components/Dropdown/component.js +1 -1
  17. package/dist/site/components/Dropdown/dropdownUtils.d.ts +3 -3
  18. package/dist/site/components/Dropdown/hooks/useDropdownQuery.d.ts +1 -1
  19. package/dist/site/components/Dropdown/hooks/useDropdownSelection.d.ts +1 -1
  20. package/dist/site/components/Dropdown/manifest.js +1 -1
  21. package/dist/site/components/GoogleMap/components/GoogleMapReact.d.ts +21 -51
  22. package/dist/site/components/GoogleMap/components/GoogleMapReactInteractiveMap.d.ts +20 -20
  23. package/dist/site/components/GoogleMap/hooks/useGoogleMapProps.d.ts +1 -1
  24. package/dist/site/components/GoogleMap/panels/ManageLocations/hooks/useLocationForm.d.ts +1 -1
  25. package/dist/site/components/GoogleMap/utils/sdkMethods.d.ts +2 -2
  26. package/dist/site/components/HTMLComponent/component.js +1 -1
  27. package/dist/site/components/HTMLComponent/components/HTMLComponent.d.ts +6 -6
  28. package/dist/site/components/HipaaIcon/component.js +1 -1
  29. package/dist/site/components/HipaaIcon/manifest.js +1 -1
  30. package/dist/site/components/LegacyMultiStateBox/hooks/useMSBStates.d.ts +4 -4
  31. package/dist/site/components/LinkBar/component.js +1 -1
  32. package/dist/site/components/LinkBar/manifest.js +1 -1
  33. package/dist/site/components/Logo/component.js +1 -1
  34. package/dist/site/components/Logo/manifest.js +1 -1
  35. package/dist/site/components/Logo/panels/customizeLogo/components/LogoBackgroundRemovalButton.d.ts +2 -2
  36. package/dist/site/components/Logo/panels/customizeLogo/handlers.d.ts +1 -1
  37. package/dist/site/components/Logo/panels/customizeLogo/utils.d.ts +1 -1
  38. package/dist/site/components/Logo/sdk.js +1 -1
  39. package/dist/site/components/Lottie/component.js +1 -1
  40. package/dist/site/components/Lottie/manifest.js +1 -1
  41. package/dist/site/components/Menu/component.js +1 -1
  42. package/dist/site/components/Menu/components/MenuContent/MenuItem/utils.d.ts +1 -1
  43. package/dist/site/components/Menu/components/MenuContent/Scroll/utils.d.ts +1 -1
  44. package/dist/site/components/Menu/manifest.js +1 -1
  45. package/dist/site/components/Menu/manifestConfigs/dropdownConfig.d.ts +3 -1
  46. package/dist/site/components/Menu/panels/format/options.d.ts +4 -4
  47. package/dist/site/components/Menu/sdkUtils/menuUtils.d.ts +4 -4
  48. package/dist/site/components/Menu/utils.d.ts +2 -2
  49. package/dist/site/components/MultiStateBox/component.js +1 -1
  50. package/dist/site/components/MultiStateBox/manifest.js +1 -1
  51. package/dist/site/components/ProgressBar/component.js +1 -1
  52. package/dist/site/components/ProgressBar/manifest.js +1 -1
  53. package/dist/site/components/ProgressBar/sdk.js +1 -1
  54. package/dist/site/components/Repeater/component.js +1 -1
  55. package/dist/site/components/Repeater/hooks/useItemsPerRow.d.ts +0 -1
  56. package/dist/site/components/Repeater/hooks/useLoadMoreObserver.d.ts +0 -1
  57. package/dist/site/components/Repeater/manifest.js +1 -1
  58. package/dist/site/components/ShareButtons/component.js +1 -1
  59. package/dist/site/components/ShareButtons/constants.d.ts +1 -1
  60. package/dist/site/components/ShareButtons/manifest.js +1 -1
  61. package/dist/site/components/ShareButtons/utils.d.ts +9 -9
  62. package/dist/site/components/SocialPlayerVimeo/components/hooks/useVimeoPlayer.d.ts +8 -9
  63. package/dist/site/components/SocialPlayerYoutube/components/hooks/useYoutubeIframe.d.ts +0 -1
  64. package/dist/site/components/SocialPlayerYoutube/components/utils/getIframeUrl.d.ts +1 -1
  65. package/dist/site/components/SvgImage/utils.d.ts +1 -1
  66. package/dist/site/components/Tabs/component.js +1 -1
  67. package/dist/site/components/Tabs/manifest.js +1 -1
  68. package/dist/site/components/Tabs/utils/scrollTabs.d.ts +1 -1
  69. package/dist/site/components/TextEffects3d/component.js +1 -1
  70. package/dist/site/components/TextEffects3d/manifest.js +1 -1
  71. package/dist/site/components/TextEffectsBauhaus/component.js +1 -1
  72. package/dist/site/components/TextEffectsBauhaus/manifest.js +1 -1
  73. package/dist/site/components/TextEffectsGlass/component.js +1 -1
  74. package/dist/site/components/TextEffectsGlass/manifest.js +1 -1
  75. package/dist/site/components/TextEffectsGlitch/component.js +1 -1
  76. package/dist/site/components/TextEffectsGlitch/manifest.js +1 -1
  77. package/dist/site/components/TextEffectsLetterPress/component.js +1 -1
  78. package/dist/site/components/TextEffectsLetterPress/manifest.js +1 -1
  79. package/dist/site/components/TextEffectsMatrix/component.js +1 -1
  80. package/dist/site/components/TextEffectsMatrix/manifest.js +1 -1
  81. package/dist/site/components/TextEffectsNeonSign/component.js +1 -1
  82. package/dist/site/components/TextEffectsNeonSign/manifest.js +1 -1
  83. package/dist/site/components/TextEffectsNoisy/component.js +1 -1
  84. package/dist/site/components/TextEffectsNoisy/manifest.js +1 -1
  85. package/dist/site/components/TextEffectsOutlineOut/component.js +2 -2
  86. package/dist/site/components/TextEffectsOutlineOut/manifest.js +1 -1
  87. package/dist/site/components/TextEffectsRetro/component.js +1 -1
  88. package/dist/site/components/TextEffectsRetro/manifest.js +1 -1
  89. package/dist/site/components/TextEffectsShared/components/stringParser/parsers/word-parsing-phases/word-directionality.d.ts +1 -1
  90. package/dist/site/components/TextEffectsShook/component.js +1 -1
  91. package/dist/site/components/TextEffectsShook/manifest.js +1 -1
  92. package/dist/site/components/TextEffectsSticker/component.js +1 -1
  93. package/dist/site/components/TextEffectsSticker/manifest.js +2 -2
  94. package/dist/site/components/TextEffectsStriped/component.js +1 -1
  95. package/dist/site/components/TextEffectsStriped/manifest.js +1 -1
  96. package/dist/site/components/TextInput/component.js +4 -3
  97. package/dist/site/components/TextInput/constants.d.ts +3 -0
  98. package/dist/site/components/TextInput/css.css +18 -18
  99. package/dist/site/components/TextInput/manifest.js +3 -51
  100. package/dist/site/components/TextInput/utils.d.ts +2 -2
  101. package/dist/site/components/TransparentVideo/kampos/transparent-video.d.ts +1 -1
  102. package/dist/site/components/VideoUpload/VideoUpload.utils.d.ts +1 -1
  103. package/dist/site/components/VideoUpload/components/hooks/useVideoPlayer.d.ts +1 -1
  104. package/dist/site/components/VideoUpload/components/hooks/useVolume.d.ts +1 -1
  105. package/dist/site/components/WRichText/components/providers/usePopupLinkEvents/index.d.ts +0 -1
  106. package/dist/site/components/WRichText/utils/decodeHtmlEntities.d.ts +0 -1
  107. package/dist/site/components/chunks/AnimatedIcon.js +1 -1
  108. package/dist/site/components/chunks/Button.js +1 -1
  109. package/dist/site/components/chunks/Patterns.js +1 -1
  110. package/dist/site/components/chunks/TextEffectsShared.js +1 -1
  111. package/dist/site/components/chunks/constants10.js +9 -9
  112. package/dist/site/components/chunks/constants11.js +10 -8
  113. package/dist/site/components/chunks/constants12.js +9 -13
  114. package/dist/site/components/chunks/constants13.js +14 -17
  115. package/dist/site/components/chunks/constants14.js +17 -12
  116. package/dist/site/components/chunks/constants15.js +11 -13
  117. package/dist/site/components/chunks/constants16.js +23 -19
  118. package/dist/site/components/chunks/constants17.js +15 -50
  119. package/dist/site/components/chunks/constants18.js +43 -45
  120. package/dist/site/components/chunks/constants19.js +48 -297
  121. package/dist/site/components/chunks/constants2.js +49 -14
  122. package/dist/site/components/chunks/constants20.js +299 -41
  123. package/dist/site/components/chunks/constants21.js +44 -29
  124. package/dist/site/components/chunks/constants22.js +32 -17
  125. package/dist/site/components/chunks/constants23.js +16 -402
  126. package/dist/site/components/chunks/constants24.js +393 -73
  127. package/dist/site/components/chunks/constants25.js +80 -15
  128. package/dist/site/components/chunks/constants26.js +11 -42
  129. package/dist/site/components/chunks/constants27.js +44 -23
  130. package/dist/site/components/chunks/constants28.js +28 -10
  131. package/dist/site/components/chunks/constants29.js +10 -132
  132. package/dist/site/components/chunks/constants3.js +10 -19
  133. package/dist/site/components/chunks/constants30.js +114 -46
  134. package/dist/site/components/chunks/constants31.js +53 -71
  135. package/dist/site/components/chunks/constants32.js +73 -77
  136. package/dist/site/components/chunks/constants33.js +76 -57
  137. package/dist/site/components/chunks/constants34.js +72 -0
  138. package/dist/site/components/chunks/constants4.js +14 -14
  139. package/dist/site/components/chunks/constants5.js +11 -10
  140. package/dist/site/components/chunks/constants6.js +14 -14
  141. package/dist/site/components/chunks/constants7.js +22 -65
  142. package/dist/site/components/chunks/constants8.js +65 -20
  143. package/dist/site/components/chunks/constants9.js +14 -12
  144. package/dist/site/components/chunks/manifestBase.js +1 -1
  145. package/dist/site/components/chunks/utils.js +1 -1
  146. package/dist/site/components/extensions.js +1 -1
  147. package/package.json +2 -2
@@ -4,7 +4,7 @@ import { useService } from "@wix/services-manager-react";
4
4
  import { U as UrlDefinition } from "../chunks/index10.js";
5
5
  import { d as defineService } from "../chunks/index7.js";
6
6
  import { T as TranslationsDefinition } from "../chunks/index5.js";
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/constants23.js";
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/constants24.js";
8
8
  import React__default, { createContext, useContext, useMemo, useState, useCallback, useRef, useEffect, useLayoutEffect } from "react";
9
9
  import { p as presetWrapperStyles } from "../chunks/presetWrapper.module.js";
10
10
  import { g as getItemDepthSelector, r as rootItemDepthLevel, s as subItemDepthLevel, a as subSubItemDepthLevel } from "../chunks/utils2.js";
@@ -3,7 +3,7 @@ import { IMenuItemSDKAction } from '../../../../../../common/sdk/props-factories
3
3
  import { IMenuItemProps } from '../../../Menu.types';
4
4
  import { DropdownAnimationNameType, MenuAnimationNameType, MenuOrientationType, MenuVerticalDropdownDisplayType } from '../../../constants';
5
5
  import { AnimationState } from './useAnimationState';
6
- export declare const createSDKAction: (item: Omit<IMenuItemProps['item'], 'children'>, selected: boolean, sdkAction?: IMenuItemSDKAction) => ((e: React.MouseEvent) => void) | undefined;
6
+ export declare const createSDKAction: (item: Omit<IMenuItemProps["item"], "children">, selected: boolean, sdkAction?: IMenuItemSDKAction) => ((e: React.MouseEvent) => void) | undefined;
7
7
  export declare const getMenuOrientation: (itemRef: React.RefObject<HTMLLIElement>) => MenuOrientationType | undefined;
8
8
  export declare const getVerticalDropdownDispaly: (itemRef: React.RefObject<HTMLLIElement>) => MenuVerticalDropdownDisplayType | undefined;
9
9
  export declare const getIsAlwaysOpen: (itemRef: React.RefObject<HTMLLIElement>) => boolean;
@@ -1,7 +1,7 @@
1
1
  export declare const rootLevelMenuItemSelector: string;
2
2
  export declare const scrollPageButtonSelector = "[data-menu-scroll-action=\"page\"]";
3
3
  export declare const MINIMAL_IMPORTANT_SCROLL_DISTANCE = 15;
4
- export declare const scrollMenu: (menuNode: HTMLElement, direction: 'forward' | 'backward') => void;
4
+ export declare const scrollMenu: (menuNode: HTMLElement, direction: "forward" | "backward") => void;
5
5
  export declare const scrollMenuRight: (menuNode: HTMLElement) => void;
6
6
  export declare const scrollMenuLeft: (menuNode: HTMLElement) => void;
7
7
  export declare const scrollToMenuItem: (menuNode: HTMLElement, menuItem: HTMLElement, nextItem?: HTMLElement) => void;
@@ -1,5 +1,5 @@
1
1
  import { E as ELEMENTS, C as CSS_PROPERTIES, b as DISPLAY_GROUPS, N as NativeStateType, a as ACTIONS, D as DATA, L as LAYOUT, I as INTERACTIONS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { e as DesignStates, f as DisplayNames, s as selectors, g as DropdownAnchorPositions, h as DropdownAppliedStyleProperties, i as elementKeys, j as states, p as presets } from "../chunks/constants23.js";
2
+ import { e as DesignStates, f as DisplayNames, s as selectors, g as DropdownAnchorPositions, h as DropdownAppliedStyleProperties, i as elementKeys, j as states, p as presets } from "../chunks/constants24.js";
3
3
  import { w as withSpec } from "../chunks/manifest.js";
4
4
  import { I as IS_SUPPORT_DESIGN_STATE_SPEC } from "../chunks/specs.js";
5
5
  import { a as manifestMouseHover } from "../chunks/manifestSdkMixins.js";
@@ -1,4 +1,5 @@
1
1
  import { ElementItem } from '@wix/component-protocol/schema';
2
+ import { elementKeys } from '../constants';
2
3
  export declare const dropdownConfig: {
3
4
  elementType: import("@wix/ambassador-devcenter-v1-component-type-data/types").ElementTypeEnumElementType.inlineElement;
4
5
  inlineElement: {
@@ -244,7 +245,8 @@ export declare const dropdownConfig: {
244
245
  elementPath: string;
245
246
  };
246
247
  elements: {
247
- [x: string]: ElementItem;
248
+ [elementKeys.item]: ElementItem;
249
+ [elementKeys.subItem]: ElementItem;
248
250
  };
249
251
  };
250
252
  };
@@ -7,7 +7,7 @@ export declare const getMenuTypeOptions: (translations: Translations) => {
7
7
  label: React.ReactNode;
8
8
  prefix: React.ReactNode;
9
9
  value: ({ selected, hovered, size: restSize, ...rest }: import('@wix/design-system').ListItemSelectProps & {
10
- hovered?: boolean | undefined;
10
+ hovered?: boolean;
11
11
  }) => React.JSX.Element;
12
12
  }[];
13
13
  export declare const getOrientationOptions: (translations: Translations) => {
@@ -17,7 +17,7 @@ export declare const getOrientationOptions: (translations: Translations) => {
17
17
  label: React.ReactNode;
18
18
  prefix: React.ReactNode;
19
19
  value: ({ selected, hovered, size: restSize, ...rest }: import('@wix/design-system').ListItemSelectProps & {
20
- hovered?: boolean | undefined;
20
+ hovered?: boolean;
21
21
  }) => React.JSX.Element;
22
22
  }[];
23
23
  export declare const getOverflowOptions: (translations: Translations) => {
@@ -31,7 +31,7 @@ export declare const menuTypeOptions: {
31
31
  label: React.ReactNode;
32
32
  prefix: React.ReactNode;
33
33
  value: ({ selected, hovered, size: restSize, ...rest }: import('@wix/design-system').ListItemSelectProps & {
34
- hovered?: boolean | undefined;
34
+ hovered?: boolean;
35
35
  }) => React.JSX.Element;
36
36
  }[];
37
37
  export declare const orientationOptions: {
@@ -41,7 +41,7 @@ export declare const orientationOptions: {
41
41
  label: React.ReactNode;
42
42
  prefix: React.ReactNode;
43
43
  value: ({ selected, hovered, size: restSize, ...rest }: import('@wix/design-system').ListItemSelectProps & {
44
- hovered?: boolean | undefined;
44
+ hovered?: boolean;
45
45
  }) => React.JSX.Element;
46
46
  }[];
47
47
  export declare const overflowOptions: {
@@ -6,12 +6,12 @@ export type PageList = Record<string, {
6
6
  export declare const isPageUrl: (url: string) => boolean;
7
7
  export declare const isExternalPage: (url: string) => boolean;
8
8
  export declare const getLink: ({ link, target, linkUtils, }: {
9
- link?: string | undefined;
10
- target?: string | undefined;
9
+ link?: string;
10
+ target?: string;
11
11
  linkUtils: LinkUtils;
12
12
  }) => LinkProps;
13
13
  export declare const getLabel: ({ link, label, pageList, }: {
14
- link?: string | undefined;
15
- label?: string | undefined;
14
+ link?: string;
15
+ label?: string;
16
16
  pageList: PageList;
17
17
  }) => string | undefined;
@@ -3,9 +3,9 @@ import { PageList } from './sdkUtils/menuUtils';
3
3
  import { LinkUtils } from '../../../types/vendored/link-utils';
4
4
  import { MenuDataItem } from '../../../types/vendored/editor-elements-definitions';
5
5
  import { MenuItemType } from './Menu.types';
6
- export declare const validators: ((value: MenuDataItem[]) => boolean)[];
6
+ export declare const validators: ((value: Array<MenuDataItem>) => boolean)[];
7
7
  export declare const validateMenuItems: (menuItems: Array<MenuDataItem>) => boolean;
8
- export declare const createMenuDataItem: (menuDataItem: IMenuItemsPropsSDK['menuItems'][number], index: number, linkUtils: LinkUtils, pageList: PageList) => IMenuItemsPropsSDK['menuItems'][number];
8
+ export declare const createMenuDataItem: (menuDataItem: IMenuItemsPropsSDK["menuItems"][number], index: number, linkUtils: LinkUtils, pageList: PageList) => IMenuItemsPropsSDK["menuItems"][number];
9
9
  /**
10
10
  * Calculate the index of the dropdown to open based on priority:
11
11
  * 1. Dropdown with most sub-items (item.items[].items)
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { useState, useRef, useEffect } from "react";
3
3
  import { c as clsx } from "../chunks/clsx.js";
4
- import { s as selectors } from "../chunks/constants22.js";
4
+ import { s as selectors } from "../chunks/constants23.js";
5
5
  const root = "root__zTlgX";
6
6
  const state = "state__BCzGt";
7
7
  const styles = {
@@ -1,5 +1,5 @@
1
1
  import { b as DISPLAY_GROUPS, a as ACTIONS, D as DATA, L as LAYOUT, c as ContainerType, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DESCRIPTIONS, a as DISPLAY_NAMES, s as selectors } from "../chunks/constants22.js";
2
+ import { D as DESCRIPTIONS, a as DISPLAY_NAMES, s as selectors } from "../chunks/constants23.js";
3
3
  import { m as manifestFocusable, a as manifestMouseHover, b as manifestClickable, c as manifestChangeable } from "../chunks/manifestSdkMixins.js";
4
4
  import { g as getSelector } from "../chunks/manifest.js";
5
5
  const manifest = {
@@ -2,7 +2,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { useMemo } from "react";
3
3
  import { c as clsx } from "../chunks/clsx.js";
4
4
  import { g as getAccessibilityAttributesSpread, r as removeAriaPrefix } from "../chunks/a11y.js";
5
- import { F as FULL_PROGRESS, N as NO_PROGRESS, T as TestIDs } from "../chunks/constants21.js";
5
+ import { F as FULL_PROGRESS, N as NO_PROGRESS, T as TestIDs } from "../chunks/constants22.js";
6
6
  import { d as directionStyles } from "../chunks/direction.module.js";
7
7
  import { g as getProgressValue } from "../chunks/utils.js";
8
8
  const progressbar = "progressbar__A8aSK";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, E as ELEMENTS, L as LAYOUT, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames } from "../chunks/constants21.js";
2
+ import { D as DisplayNames } from "../chunks/constants22.js";
3
3
  const manifest = {
4
4
  id: "241afef1-74bd-4a10-843f-ac4928c25822",
5
5
  type: "wixEditorElements.ProgressBar",
@@ -1,6 +1,6 @@
1
1
  import { c as createA11ySdk } from "../chunks/a11ySdk.js";
2
2
  import { c as composeSDKFactories } from "../chunks/composeSDKFactories.js";
3
- import { F as FULL_PROGRESS, N as NO_PROGRESS } from "../chunks/constants21.js";
3
+ import { F as FULL_PROGRESS, N as NO_PROGRESS } from "../chunks/constants22.js";
4
4
  import { g as getProgressValue } from "../chunks/utils.js";
5
5
  const PROGRESS_BAR_SDK_TYPE = "$w.ProgressBar";
6
6
  const createProgressBarSdk = (api) => {
@@ -3,7 +3,7 @@ import { c as clsx } from "../chunks/clsx.js";
3
3
  import { f as convertA11yKeysToHtmlFormat } from "../chunks/a11y.js";
4
4
  import { d as directionStyles } from "../chunks/direction.module.js";
5
5
  import { p as presetWrapperStyles } from "../chunks/presetWrapper.module.js";
6
- import { D as DEFAULT_ITEMS_PER_ROW, C as COLUMN_COUNT_CSS_VAR, T as TestIds, s as semanticClassNames } from "../chunks/constants20.js";
6
+ import { D as DEFAULT_ITEMS_PER_ROW, C as COLUMN_COUNT_CSS_VAR, T as TestIds, s as semanticClassNames } from "../chunks/constants21.js";
7
7
  import React__default, { useState, useRef, useEffect, useCallback, forwardRef } from "react";
8
8
  const useAsyncLoadMore = (onLoadMore, itemsLength) => {
9
9
  const [isLoading, setIsLoading] = useState(false);
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const useItemsPerRow: (shouldMeasure: boolean) => readonly [import('react').RefObject<HTMLUListElement>, number];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type UseLoadMoreObserverArgs = {
3
2
  enabled: boolean;
4
3
  onLoadMore: (() => void) | undefined;
@@ -1,6 +1,6 @@
1
1
  import { I as INTERACTIONS, L as LAYOUT, a as ACTIONS, C as CSS_PROPERTIES, b as DISPLAY_GROUPS, D as DATA, c as ContainerType, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
2
  import { g as getSelector } from "../chunks/manifest.js";
3
- import { p as presets, a as DisplayNames, D as DEFAULT_ITEMS_PER_ROW, s as semanticClassNames } from "../chunks/constants20.js";
3
+ import { p as presets, a as DisplayNames, D as DEFAULT_ITEMS_PER_ROW, s as semanticClassNames } from "../chunks/constants21.js";
4
4
  const manifest = {
5
5
  id: "6a949e82-a1e4-4804-a692-95604c30941d",
6
6
  type: "wixEditorElements.Repeater__DEV__v4",
@@ -6,7 +6,7 @@ import { U as UrlDefinition } from "../chunks/index10.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";
9
- import { v as valueToPlatformId, C as COPY_CONFIRMATION_TIMEOUT, p as platformIds, H as HAS_CUSTOM_FOCUS_CLASSNAME, T as TOOLTIP_SUCCESS_TEXT, a as TOOLTIP_FAILED_TEXT, l as linkCopiedFailedTranslationKey, b as linkCopiedTranslationKey, s as sharerData, t as translationKeys, P as PagesToShare, D as DefaultValues, n as noButtonsErrorMessage, d as dataHooks, c as defaultRootAriaLabel, e as TestIds, f as TranslationKeys, g as shareUrlPrefixes } from "../chunks/constants19.js";
9
+ import { v as valueToPlatformId, C as COPY_CONFIRMATION_TIMEOUT, p as platformIds, H as HAS_CUSTOM_FOCUS_CLASSNAME, T as TOOLTIP_SUCCESS_TEXT, a as TOOLTIP_FAILED_TEXT, l as linkCopiedFailedTranslationKey, b as linkCopiedTranslationKey, s as sharerData, t as translationKeys, P as PagesToShare, D as DefaultValues, n as noButtonsErrorMessage, d as dataHooks, c as defaultRootAriaLabel, e as TestIds, f as TranslationKeys, g as shareUrlPrefixes } from "../chunks/constants20.js";
10
10
  import { r as removeAriaPrefix } from "../chunks/a11y.js";
11
11
  import { p as parseSvg } from "../chunks/parseSvg.js";
12
12
  const BASE_MEDIA_URL = "https://static.wixstatic.com/shapes";
@@ -3,7 +3,7 @@ export declare enum PagesToShare {
3
3
  current = "current"
4
4
  }
5
5
  export declare const componentName = "ShareButtons";
6
- export declare const shareButtonsBaseId: string;
6
+ export declare const shareButtonsBaseId = "wixui_ShareButtons";
7
7
  export declare const platformIds: {
8
8
  [key: string]: string;
9
9
  };
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, E as ELEMENTS, a as ACTIONS, D as DATA, N as NativeStateType, I as INTERACTIONS, L as LAYOUT, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { h as DesignStates, i as DisplayNames, j as DisplayConfig, D as DefaultValues, I as IconPositionOptions, k as PageToShareOptions, m as DefaultButtons, B as ButtonWidthOptions } from "../chunks/constants19.js";
2
+ import { h as DesignStates, i as DisplayNames, j as DisplayConfig, D as DefaultValues, I as IconPositionOptions, k as PageToShareOptions, m as DefaultButtons, B as ButtonWidthOptions } from "../chunks/constants20.js";
3
3
  import { a as manifestMouseHover } from "../chunks/manifestSdkMixins.js";
4
4
  import { w as withSpec } from "../chunks/manifest.js";
5
5
  import { I as IS_SUPPORT_DESIGN_STATE_SPEC } from "../chunks/specs.js";
@@ -43,19 +43,19 @@ export declare function getFullShareUrl(shareUrlPrefix: string, pageUrl: string)
43
43
  export declare function getAccessibilityAttributesSpread(attributes: IAccessibilityPropSDKProps): {
44
44
  tabIndex: 0 | -1 | undefined;
45
45
  screenReader: {
46
- prefix?: string | null | undefined;
47
- suffix?: string | null | undefined;
46
+ prefix?: string | null;
47
+ suffix?: string | null;
48
48
  hasHint?: boolean | undefined;
49
49
  } | undefined;
50
50
  lang: string | undefined;
51
51
  role: import('../../../types/vendored/editor-elements-types-a11y').A11yRoles | undefined;
52
52
  "aria-activedescendant"?: string | undefined;
53
53
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
54
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
54
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
55
55
  "aria-braillelabel"?: string | undefined;
56
56
  "aria-brailleroledescription"?: string | undefined;
57
57
  "aria-busy"?: (boolean | "false" | "true") | undefined;
58
- "aria-checked"?: boolean | "false" | "true" | "mixed" | undefined;
58
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
59
59
  "aria-colcount"?: number | undefined;
60
60
  "aria-colindex"?: number | undefined;
61
61
  "aria-colindextext"?: string | undefined;
@@ -66,19 +66,19 @@ export declare function getAccessibilityAttributesSpread(attributes: IAccessibil
66
66
  "aria-description"?: string | undefined;
67
67
  "aria-details"?: string | undefined;
68
68
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
69
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
69
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
70
70
  "aria-errormessage"?: string | undefined;
71
71
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
72
72
  "aria-flowto"?: string | undefined;
73
73
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
74
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "dialog" | "grid" | "listbox" | "tree" | undefined;
74
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
75
75
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
76
76
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
77
77
  "aria-keyshortcuts"?: string | undefined;
78
78
  "aria-label"?: string | undefined;
79
79
  "aria-labelledby"?: string | undefined;
80
80
  "aria-level"?: number | undefined;
81
- "aria-live"?: "polite" | "assertive" | "off" | undefined;
81
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
82
82
  "aria-modal"?: (boolean | "false" | "true") | undefined;
83
83
  "aria-multiline"?: (boolean | "false" | "true") | undefined;
84
84
  "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
@@ -86,9 +86,9 @@ export declare function getAccessibilityAttributesSpread(attributes: IAccessibil
86
86
  "aria-owns"?: string | undefined;
87
87
  "aria-placeholder"?: string | undefined;
88
88
  "aria-posinset"?: number | undefined;
89
- "aria-pressed"?: boolean | "false" | "true" | "mixed" | undefined;
89
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
90
90
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
91
- "aria-relevant"?: "additions" | "additions text" | "all" | "removals" | "text" | "additions removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
91
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
92
92
  "aria-required"?: (boolean | "false" | "true") | undefined;
93
93
  "aria-roledescription"?: string | undefined;
94
94
  "aria-rowcount"?: number | undefined;
@@ -1,11 +1,10 @@
1
- /// <reference types="react" />
2
1
  export declare const useVimeoPlayer: ({ url, autoPlay, loop, mute, enabledTitle, startTime, endTime, ref, }: {
3
- url?: string | undefined;
4
- autoPlay?: boolean | undefined;
5
- loop?: boolean | undefined;
6
- mute?: boolean | undefined;
7
- enabledTitle?: boolean | undefined;
8
- startTime?: number | undefined;
9
- endTime?: number | undefined;
10
- ref?: import('react').RefObject<HTMLDivElement> | undefined;
2
+ url?: string;
3
+ autoPlay?: boolean;
4
+ loop?: boolean;
5
+ mute?: boolean;
6
+ enabledTitle?: boolean;
7
+ startTime?: number;
8
+ endTime?: number;
9
+ ref?: React.RefObject<HTMLDivElement>;
11
10
  }) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const useYoutubeIframe: (props: {
3
2
  url?: string;
4
3
  mute: boolean;
@@ -1,2 +1,2 @@
1
1
  import { SocialPlayerSharedData } from '../../../SocialPlayerShared/SocialPlayersShared.types';
2
- export declare const getIframeUrl: (videoId: string, options: Pick<SocialPlayerSharedData, 'mute' | 'autoPlay' | 'loop' | 'enabledCaptions' | 'enabledControls' | 'startTime' | 'endTime'>) => string;
2
+ export declare const getIframeUrl: (videoId: string, options: Pick<SocialPlayerSharedData, "mute" | "autoPlay" | "loop" | "enabledCaptions" | "enabledControls" | "startTime" | "endTime">) => string;
@@ -1,5 +1,5 @@
1
1
  import { SvgImageProps, SvgInfo } from './SvgImage.types';
2
- export declare const isFallbackSvg: (svg: string) => boolean;
2
+ export declare const isFallbackSvg: (svg: string) => svg is "<svg data-failed />";
3
3
  export declare function getSvgViewBox(rawSvg: string, { viewBox, bbox, svgType }: SvgInfo): string | undefined;
4
4
  export declare function getWidth(rawSvg: string): string | undefined;
5
5
  export declare function getHeight(rawSvg: string): string | undefined;
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { useState, useEffect, useCallback, useMemo, useRef, useLayoutEffect } from "react";
3
3
  import { c as clsx } from "../chunks/clsx.js";
4
- import { O as OVERFLOW_BEHAVIOR, c as classes } from "../chunks/constants16.js";
4
+ import { O as OVERFLOW_BEHAVIOR, c as classes } from "../chunks/constants17.js";
5
5
  import { d as debounce } from "../chunks/performanceUtils.js";
6
6
  import { useService } from "@wix/services-manager-react";
7
7
  import { E as EnvironmentDefinition } from "../chunks/index2.js";
@@ -1,5 +1,5 @@
1
1
  import { a as ACTIONS, I as INTERACTIONS, b as DISPLAY_GROUPS, C as CSS_PROPERTIES, E as ELEMENTS, N as NativeStateType, D as DATA, L as LAYOUT, c as ContainerType, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { c as classes, D as DesignStates } from "../chunks/constants16.js";
2
+ import { c as classes, D as DesignStates } from "../chunks/constants17.js";
3
3
  import { m as manifestFocusable, a as manifestMouseHover, b as manifestClickable, c as manifestChangeable } from "../chunks/manifestSdkMixins.js";
4
4
  import { w as withSpec } from "../chunks/manifest.js";
5
5
  import { I as IS_SUPPORT_DESIGN_STATE_SPEC } from "../chunks/specs.js";
@@ -1,4 +1,4 @@
1
1
  import { Direction } from '@wix/editor-react-types';
2
2
  export declare const SCROLL_AMOUNT = 250;
3
3
  export declare const MINIMAL_IMPORTANT_SCROLL_DISTANCE = 15;
4
- export declare const scrollTabs: (container: HTMLElement, direction: Direction, scrollDirection: 'forward' | 'backward') => void;
4
+ export declare const scrollTabs: (container: HTMLElement, direction: Direction, scrollDirection: "forward" | "backward") => void;
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { T as TestIds } from "../chunks/constants15.js";
3
+ import { T as TestIds } from "../chunks/constants16.js";
4
4
  import { u as usePatterns, P as Patterns } from "../chunks/Patterns.js";
5
5
  import { c as cn } from "../chunks/index8.js";
6
6
  const container = "container__kUr-I";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants15.js";
2
+ import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants16.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 = {
5
5
  id: COMPONENT_ID,
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { T as TestIds } from "../chunks/constants14.js";
3
+ import { T as TestIds } from "../chunks/constants15.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
6
  import { c as cn } from "../chunks/index8.js";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants14.js";
2
+ import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants15.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 = {
5
5
  id: COMPONENT_ID,
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { b as blurConfig, T as TestIds } from "../chunks/constants13.js";
3
+ import { b as blurConfig, T as TestIds } from "../chunks/constants14.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";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants13.js";
2
+ import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants14.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 = {
5
5
  id: COMPONENT_ID,
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { T as TestIds } from "../chunks/constants12.js";
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
6
  import { c as cn } from "../chunks/index8.js";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants12.js";
2
+ import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants13.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 = {
5
5
  id: COMPONENT_ID,
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { T as TestIds } from "../chunks/constants11.js";
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
6
  import { c as cn } from "../chunks/index8.js";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants11.js";
2
+ import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants12.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 = {
5
5
  id: COMPONENT_ID,
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { T as TestIds } from "../chunks/constants10.js";
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
6
  import { c as cn } from "../chunks/index8.js";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants10.js";
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 = {
5
5
  id: COMPONENT_ID,
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { T as TestIds } from "../chunks/constants9.js";
3
+ import { T as TestIds } from "../chunks/constants10.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
6
  import { c as cn } from "../chunks/index8.js";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants9.js";
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 = {
5
5
  id: COMPONENT_ID,
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { n as noiseIntensityConfig, T as TestIds } from "../chunks/constants8.js";
3
+ import { n as noiseIntensityConfig, T as TestIds } from "../chunks/constants9.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
6
  import { c as cn } from "../chunks/index8.js";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants8.js";
2
+ import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants9.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 = {
5
5
  id: COMPONENT_ID,
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { T as TestIds, a as angleConfig } from "../chunks/constants6.js";
4
- import { b as blendModes } from "../chunks/constants7.js";
3
+ import { T as TestIds, a as angleConfig } from "../chunks/constants7.js";
4
+ import { b as blendModes } from "../chunks/constants8.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";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, b as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants6.js";
2
+ import { D as DisplayNames, b 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 = {
5
5
  id: COMPONENT_ID,
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { useState } from "react";
3
3
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
4
- import { T as TestIds } from "../chunks/constants5.js";
4
+ import { T as TestIds } from "../chunks/constants6.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
7
  import { c as cn } from "../chunks/index8.js";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants5.js";
2
+ import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants6.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 = {
5
5
  id: COMPONENT_ID,
@@ -5,4 +5,4 @@ import { ParsedWordSegment, EmbeddingLevelsResult, TextDirection } from '../type
5
5
  * Determine direction (ltr/rtl/neutral) for each word based on embedding levels.
6
6
  * Assign embedding level to each word based on most dominant directionality.
7
7
  */
8
- export declare const getWordDirectionality: (word: ParsedWordSegment, embeddingLevels: EmbeddingLevelsResult, startIndex: number) => TextDirection | 'neutral';
8
+ export declare const getWordDirectionality: (word: ParsedWordSegment, embeddingLevels: EmbeddingLevelsResult, startIndex: number) => TextDirection | "neutral";
@@ -1,6 +1,6 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { T as TestIds } from "../chunks/constants4.js";
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
6
  import { c as cn } from "../chunks/index8.js";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants4.js";
2
+ import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants5.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 = {
5
5
  id: COMPONENT_ID,
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { T as TextEffectsShared } from "../chunks/TextEffectsShared.js";
3
- import { T as TestIds } from "../chunks/constants3.js";
3
+ import { T as TestIds } from "../chunks/constants4.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
6
  import { c as cn } from "../chunks/index8.js";
@@ -1,6 +1,6 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, a as ACTIONS, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants3.js";
3
- import { D as DEFAULT_TEXT_DIRECTION } from "../chunks/constants7.js";
2
+ import { D as DisplayNames, a as TEXT_TWIST_PANEL_ID, C as COMPONENT_ID } from "../chunks/constants4.js";
3
+ import { D as DEFAULT_TEXT_DIRECTION } from "../chunks/constants8.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";
5
5
  const manifest = {
6
6
  id: COMPONENT_ID,