@wix/editor-react-components 1.2279.0 → 1.2281.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 (152) 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 +4 -2
  14. package/dist/site/components/CollapsibleText/component.js +1 -1
  15. package/dist/site/components/CollapsibleText/manifest.js +3 -2
  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/Image3/manifest.js +3 -1
  31. package/dist/site/components/LegacyMultiStateBox/hooks/useMSBStates.d.ts +4 -4
  32. package/dist/site/components/Line/manifest.js +3 -1
  33. package/dist/site/components/LinkBar/component.js +1 -1
  34. package/dist/site/components/LinkBar/manifest.js +1 -1
  35. package/dist/site/components/Logo/component.js +1 -1
  36. package/dist/site/components/Logo/manifest.js +1 -1
  37. package/dist/site/components/Logo/panels/customizeLogo/components/LogoBackgroundRemovalButton.d.ts +2 -2
  38. package/dist/site/components/Logo/panels/customizeLogo/handlers.d.ts +1 -1
  39. package/dist/site/components/Logo/panels/customizeLogo/utils.d.ts +1 -1
  40. package/dist/site/components/Logo/sdk.js +1 -1
  41. package/dist/site/components/Lottie/component.js +1 -1
  42. package/dist/site/components/Lottie/manifest.js +1 -1
  43. package/dist/site/components/Menu/component.js +1 -1
  44. package/dist/site/components/Menu/components/MenuContent/MenuItem/utils.d.ts +1 -1
  45. package/dist/site/components/Menu/components/MenuContent/Scroll/utils.d.ts +1 -1
  46. package/dist/site/components/Menu/manifest.js +1 -1
  47. package/dist/site/components/Menu/manifestConfigs/dropdownConfig.d.ts +3 -1
  48. package/dist/site/components/Menu/panels/format/options.d.ts +4 -4
  49. package/dist/site/components/Menu/sdkUtils/menuUtils.d.ts +4 -4
  50. package/dist/site/components/Menu/utils.d.ts +2 -2
  51. package/dist/site/components/MultiStateBox/component.js +1 -1
  52. package/dist/site/components/MultiStateBox/manifest.js +1 -1
  53. package/dist/site/components/ProgressBar/component.js +1 -1
  54. package/dist/site/components/ProgressBar/manifest.js +1 -1
  55. package/dist/site/components/ProgressBar/sdk.js +1 -1
  56. package/dist/site/components/Repeater/component.js +1 -1
  57. package/dist/site/components/Repeater/hooks/useItemsPerRow.d.ts +0 -1
  58. package/dist/site/components/Repeater/hooks/useLoadMoreObserver.d.ts +0 -1
  59. package/dist/site/components/Repeater/manifest.js +1 -1
  60. package/dist/site/components/ShareButtons/component.js +1 -1
  61. package/dist/site/components/ShareButtons/constants.d.ts +1 -1
  62. package/dist/site/components/ShareButtons/manifest.js +1 -1
  63. package/dist/site/components/ShareButtons/utils.d.ts +9 -9
  64. package/dist/site/components/SiteLogo/panels/customizeLogo/bi.d.ts +1 -0
  65. package/dist/site/components/SocialPlayerVimeo/components/hooks/useVimeoPlayer.d.ts +8 -9
  66. package/dist/site/components/SocialPlayerYoutube/components/hooks/useYoutubeIframe.d.ts +0 -1
  67. package/dist/site/components/SocialPlayerYoutube/components/utils/getIframeUrl.d.ts +1 -1
  68. package/dist/site/components/SvgImage/manifest.js +3 -1
  69. package/dist/site/components/SvgImage/utils.d.ts +1 -1
  70. package/dist/site/components/Tabs/component.js +1 -1
  71. package/dist/site/components/Tabs/manifest.js +1 -1
  72. package/dist/site/components/Tabs/utils/scrollTabs.d.ts +1 -1
  73. package/dist/site/components/TextEffects3d/component.js +1 -1
  74. package/dist/site/components/TextEffects3d/manifest.js +1 -1
  75. package/dist/site/components/TextEffectsBauhaus/component.js +1 -1
  76. package/dist/site/components/TextEffectsBauhaus/manifest.js +1 -1
  77. package/dist/site/components/TextEffectsGlass/component.js +1 -1
  78. package/dist/site/components/TextEffectsGlass/manifest.js +1 -1
  79. package/dist/site/components/TextEffectsGlitch/component.js +1 -1
  80. package/dist/site/components/TextEffectsGlitch/manifest.js +1 -1
  81. package/dist/site/components/TextEffectsLetterPress/component.js +1 -1
  82. package/dist/site/components/TextEffectsLetterPress/manifest.js +1 -1
  83. package/dist/site/components/TextEffectsMatrix/component.js +1 -1
  84. package/dist/site/components/TextEffectsMatrix/manifest.js +1 -1
  85. package/dist/site/components/TextEffectsNeonSign/component.js +1 -1
  86. package/dist/site/components/TextEffectsNeonSign/manifest.js +1 -1
  87. package/dist/site/components/TextEffectsNoisy/component.js +1 -1
  88. package/dist/site/components/TextEffectsNoisy/manifest.js +1 -1
  89. package/dist/site/components/TextEffectsOutlineOut/component.js +2 -2
  90. package/dist/site/components/TextEffectsOutlineOut/manifest.js +1 -1
  91. package/dist/site/components/TextEffectsRetro/component.js +1 -1
  92. package/dist/site/components/TextEffectsRetro/manifest.js +1 -1
  93. package/dist/site/components/TextEffectsShared/components/stringParser/parsers/word-parsing-phases/word-directionality.d.ts +1 -1
  94. package/dist/site/components/TextEffectsShook/component.js +1 -1
  95. package/dist/site/components/TextEffectsShook/manifest.js +1 -1
  96. package/dist/site/components/TextEffectsSticker/component.js +1 -1
  97. package/dist/site/components/TextEffectsSticker/manifest.js +2 -2
  98. package/dist/site/components/TextEffectsStriped/component.js +1 -1
  99. package/dist/site/components/TextEffectsStriped/manifest.js +1 -1
  100. package/dist/site/components/TextInput/component.js +4 -3
  101. package/dist/site/components/TextInput/constants.d.ts +3 -0
  102. package/dist/site/components/TextInput/css.css +18 -18
  103. package/dist/site/components/TextInput/manifest.js +3 -51
  104. package/dist/site/components/TextInput/utils.d.ts +2 -2
  105. package/dist/site/components/TransparentVideo/kampos/transparent-video.d.ts +1 -1
  106. package/dist/site/components/VideoUpload/VideoUpload.utils.d.ts +1 -1
  107. package/dist/site/components/VideoUpload/components/hooks/useVideoPlayer.d.ts +1 -1
  108. package/dist/site/components/VideoUpload/components/hooks/useVolume.d.ts +1 -1
  109. package/dist/site/components/WRichText/components/providers/usePopupLinkEvents/index.d.ts +0 -1
  110. package/dist/site/components/WRichText/manifest.js +3 -1
  111. package/dist/site/components/WRichText/utils/decodeHtmlEntities.d.ts +0 -1
  112. package/dist/site/components/chunks/AnimatedIcon.js +1 -1
  113. package/dist/site/components/chunks/Button.js +1 -1
  114. package/dist/site/components/chunks/Patterns.js +1 -1
  115. package/dist/site/components/chunks/TextEffectsShared.js +1 -1
  116. package/dist/site/components/chunks/constants10.js +9 -9
  117. package/dist/site/components/chunks/constants11.js +10 -8
  118. package/dist/site/components/chunks/constants12.js +9 -13
  119. package/dist/site/components/chunks/constants13.js +14 -17
  120. package/dist/site/components/chunks/constants14.js +17 -12
  121. package/dist/site/components/chunks/constants15.js +11 -13
  122. package/dist/site/components/chunks/constants16.js +23 -19
  123. package/dist/site/components/chunks/constants17.js +15 -50
  124. package/dist/site/components/chunks/constants18.js +43 -45
  125. package/dist/site/components/chunks/constants19.js +48 -297
  126. package/dist/site/components/chunks/constants2.js +49 -14
  127. package/dist/site/components/chunks/constants20.js +299 -41
  128. package/dist/site/components/chunks/constants21.js +44 -29
  129. package/dist/site/components/chunks/constants22.js +32 -17
  130. package/dist/site/components/chunks/constants23.js +16 -402
  131. package/dist/site/components/chunks/constants24.js +393 -73
  132. package/dist/site/components/chunks/constants25.js +80 -15
  133. package/dist/site/components/chunks/constants26.js +11 -42
  134. package/dist/site/components/chunks/constants27.js +44 -23
  135. package/dist/site/components/chunks/constants28.js +28 -10
  136. package/dist/site/components/chunks/constants29.js +10 -132
  137. package/dist/site/components/chunks/constants3.js +10 -19
  138. package/dist/site/components/chunks/constants30.js +114 -46
  139. package/dist/site/components/chunks/constants31.js +53 -71
  140. package/dist/site/components/chunks/constants32.js +73 -77
  141. package/dist/site/components/chunks/constants33.js +76 -57
  142. package/dist/site/components/chunks/constants34.js +72 -0
  143. package/dist/site/components/chunks/constants4.js +14 -14
  144. package/dist/site/components/chunks/constants5.js +11 -10
  145. package/dist/site/components/chunks/constants6.js +14 -14
  146. package/dist/site/components/chunks/constants7.js +22 -65
  147. package/dist/site/components/chunks/constants8.js +65 -20
  148. package/dist/site/components/chunks/constants9.js +14 -12
  149. package/dist/site/components/chunks/manifestBase.js +1 -1
  150. package/dist/site/components/chunks/utils.js +1 -1
  151. package/dist/site/components/extensions.js +1 -1
  152. package/package.json +2 -2
@@ -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,
@@ -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/constants2.js";
3
+ import { T as TestIds } from "../chunks/constants3.js";
4
4
  import { c as clsx } from "../chunks/clsx.js";
5
5
  import { c as cn } from "../chunks/index8.js";
6
6
  const container = "container__tWYVk";
@@ -1,5 +1,5 @@
1
1
  import { C as CSS_PROPERTIES, D as DATA, b as DISPLAY_GROUPS, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- import { D as DisplayNames } from "../chunks/constants2.js";
2
+ import { D as DisplayNames } from "../chunks/constants3.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 = {
5
5
  id: "7e2b4a91-c5d8-4f3e-9a6b-1d8e7f2c3a4b",
@@ -5,6 +5,7 @@ import { c as clsx } from "../chunks/clsx.js";
5
5
  import { E as EnvironmentDefinition } from "../chunks/index2.js";
6
6
  import { b as getAccessibilityAttributes, H as HAS_CUSTOM_FOCUS_CLASSNAME } from "../chunks/a11y.js";
7
7
  import { a as getDataAttributes } from "../chunks/dataUtils.js";
8
+ import { s as selectors } from "../chunks/constants2.js";
8
9
  import { useService } from "@wix/services-manager-react";
9
10
  import { T as TranslationsDefinition } from "../chunks/index5.js";
10
11
  import { $ as $8e9d2fae0ecb9001$export$457c3d6518dd4c6f, a as $f39a9eba43920ace$export$86427a43e3e48ebb, b as $64fa3d84918910a7$export$29f1550f4b0d4415, c as $64fa3d84918910a7$export$4d86445c2cf5e3, d as $64fa3d84918910a7$export$fabf2dc03a41866e, e as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, f as $64fa3d84918910a7$export$ef03459518577ad4, g as $65484d02dcb7eb3e$export$457c3d6518dd4c6f, h as $64fa3d84918910a7$export$2881499e37b75b9a } from "../chunks/filterDOMProps.js";
@@ -297,7 +298,7 @@ const InlineErrorMessage = ({
297
298
  }
298
299
  ) : null;
299
300
  };
300
- const textInput = "textInput__aQChN";
301
+ const root = "root__zQlRz";
301
302
  const inputWrapper = "inputWrapper__2KDrH";
302
303
  const prefix = "prefix__fIo1S";
303
304
  const input = "input__fyTfx";
@@ -308,7 +309,7 @@ const label = "label__mbGIM";
308
309
  const hasLabel = "hasLabel__AGhlP";
309
310
  const requiredIndication = "requiredIndication__H3yrQ";
310
311
  const style = {
311
- textInput,
312
+ root,
312
313
  inputWrapper,
313
314
  prefix,
314
315
  input,
@@ -1055,7 +1056,7 @@ const TextInput = (props, ref) => {
1055
1056
  onMouseLeave(event);
1056
1057
  }
1057
1058
  };
1058
- const containerClasses = clsx(style.textInput, className, {
1059
+ const containerClasses = clsx(style.root, selectors.root, className, {
1059
1060
  [style.hasLabel]: !!label2,
1060
1061
  [style.requiredIndication]: required,
1061
1062
  [style.validationIndication]: !!shouldShowValidityIndication
@@ -1,3 +1,6 @@
1
+ export declare const selectors: {
2
+ readonly root: "textInput";
3
+ };
1
4
  export declare const DisplayNames: {
2
5
  root: {
3
6
  elementDisplayName: string;
@@ -22,7 +22,7 @@
22
22
  order: 1;
23
23
  flex-grow: 0;
24
24
  word-break: break-word;
25
- }.textInput__aQChN {
25
+ }.root__zQlRz {
26
26
  --align: start;
27
27
  --textPaddingBottom: 0.5rem;
28
28
  --textPaddingInlineStart: 0.75rem;
@@ -55,13 +55,13 @@
55
55
  text-align: var(--align, start);
56
56
  justify-content: var(--align, start);
57
57
  }
58
- .textInput__aQChN .inputWrapper__2KDrH {
58
+ .root__zQlRz .inputWrapper__2KDrH {
59
59
  flex: 1;
60
60
  display: flex;
61
61
  flex-direction: column;
62
62
  position: relative;
63
63
  }
64
- .textInput__aQChN .prefix__fIo1S {
64
+ .root__zQlRz .prefix__fIo1S {
65
65
  position: absolute;
66
66
  left: 0;
67
67
  top: 0;
@@ -74,7 +74,7 @@
74
74
  font: var(--prefixFont);
75
75
  color: var(--textColor);
76
76
  }
77
- .textInput__aQChN .input__fyTfx {
77
+ .root__zQlRz .input__fyTfx {
78
78
  box-shadow: var(--boxShadow);
79
79
  box-sizing: border-box !important;
80
80
  border-style: solid;
@@ -95,19 +95,19 @@
95
95
  border-width: var(--borderWidth);
96
96
  font: var(--font);
97
97
  }
98
- .textInput__aQChN .input__fyTfx[type=number] {
98
+ .root__zQlRz .input__fyTfx[type=number] {
99
99
  appearance: textfield;
100
100
  }
101
- .textInput__aQChN .input__fyTfx::placeholder {
101
+ .root__zQlRz .input__fyTfx::placeholder {
102
102
  color: var(--placeholderTextColor);
103
103
  opacity: 0.6;
104
104
  }
105
- .textInput__aQChN .input__fyTfx:hover {
105
+ .root__zQlRz .input__fyTfx:hover {
106
106
  background-color: #ffffff;
107
107
  border-color: #a3d9f6;
108
108
  border-width: 1px;
109
109
  }
110
- .textInput__aQChN .input__fyTfx:disabled {
110
+ .root__zQlRz .input__fyTfx:disabled {
111
111
  background-color: #f5f5f5;
112
112
  color: #999;
113
113
  border-color: #e3e3e3;
@@ -115,37 +115,37 @@
115
115
  opacity: 0.6;
116
116
  cursor: not-allowed;
117
117
  }
118
- .textInput__aQChN .input__fyTfx.hideNumberSpinner__nYhia[type=number]::-webkit-inner-spin-button {
118
+ .root__zQlRz .input__fyTfx.hideNumberSpinner__nYhia[type=number]::-webkit-inner-spin-button {
119
119
  appearance: none;
120
120
  margin: 0;
121
121
  }
122
- .textInput__aQChN .input__fyTfx.hasPrefix__RXMKp {
122
+ .root__zQlRz .input__fyTfx.hasPrefix__RXMKp {
123
123
  padding-inline-start: calc(var(--textPaddingInlineStart) + var(--prefixWidth));
124
124
  padding-inline-end: 3px;
125
125
  }
126
- .textInput__aQChN .input__fyTfx.hasPrefix__RXMKp[dir=rtl] {
126
+ .root__zQlRz .input__fyTfx.hasPrefix__RXMKp[dir=rtl] {
127
127
  padding-inline-start: 3px;
128
128
  padding-inline-end: calc(var(--textPaddingInlineEnd) + var(--prefixWidth));
129
129
  }
130
- .textInput__aQChN:not(.validation-indication__QMvkt) .input__fyTfx:focus {
130
+ .root__zQlRz:not(.validation-indication__QMvkt) .input__fyTfx:focus {
131
131
  background-color: #ffffff;
132
132
  border-color: #a3d9f6;
133
133
  border-width: 1px;
134
134
  }
135
- .textInput__aQChN.validation-indication__QMvkt .input__fyTfx:invalid {
135
+ .root__zQlRz.validation-indication__QMvkt .input__fyTfx:invalid {
136
136
  background-color: #ffffff;
137
137
  border-color: #e3e3e3;
138
138
  border-width: 1px;
139
139
  }
140
- .textInput__aQChN.validation-indication__QMvkt .input__fyTfx:not(:invalid):focus {
140
+ .root__zQlRz.validation-indication__QMvkt .input__fyTfx:not(:invalid):focus {
141
141
  background-color: #ffffff;
142
142
  border-color: #a3d9f6;
143
143
  border-width: 1px;
144
144
  }
145
- .textInput__aQChN .label__mbGIM {
145
+ .root__zQlRz .label__mbGIM {
146
146
  display: none;
147
147
  }
148
- .textInput__aQChN.hasLabel__AGhlP .label__mbGIM {
148
+ .root__zQlRz.hasLabel__AGhlP .label__mbGIM {
149
149
  word-break: break-word;
150
150
  display: inline-block;
151
151
  line-height: 1;
@@ -156,12 +156,12 @@
156
156
  color: var(--labelTextColor);
157
157
  font: var(--labelFont);
158
158
  }
159
- .textInput__aQChN.hasLabel__AGhlP.requiredIndication__H3yrQ .label__mbGIM::after {
159
+ .root__zQlRz.hasLabel__AGhlP.requiredIndication__H3yrQ .label__mbGIM::after {
160
160
  display: inline;
161
161
  content: " *";
162
162
  color: var(--requiredTextColor);
163
163
  }
164
- .textInput__aQChN.validationIndication__GE20D .input__fyTfx:invalid {
164
+ .root__zQlRz.validationIndication__GE20D .input__fyTfx:invalid {
165
165
  background-color: #ffffff;
166
166
  border-color: #e3e3e3;
167
167
  border-width: 1px;
@@ -1,54 +1,6 @@
1
1
  import { I as INTERACTIONS, D as DATA, C as CSS_PROPERTIES, b as DISPLAY_GROUPS, L as LAYOUT, A as Archetype } from "../chunks/chunk-JPMZBG44.js";
2
- const DisplayNames = {
3
- root: {
4
- elementDisplayName: "TextInput"
5
- },
6
- cssCustomProperties: {
7
- textColor: "Text color",
8
- placeholderTextColor: "Placeholder text color",
9
- requiredTextColor: "Required text color",
10
- prefixFont: "Prefix font",
11
- labelFont: "Label font",
12
- labelTextColor: "Label text color",
13
- labelMarginBottom: "Label bottom margin",
14
- labelPaddingInlineStart: "Label left padding",
15
- labelPaddingInlineEnd: "Label right padding",
16
- align: "Alignment",
17
- labelAlign: "Label alignment",
18
- inputAlign: "Input alignment"
19
- },
20
- data: {
21
- labelDirection: "Label direction",
22
- inputDirection: "Input direction",
23
- inputType: "Input type",
24
- maxLength: "Maximum length",
25
- min: "Minimum value",
26
- max: "Maximum value",
27
- pattern: "Pattern validation",
28
- phoneFormat: "Phone format",
29
- label: "Label text",
30
- placeholder: "Placeholder text",
31
- autoComplete: "Autocomplete",
32
- readOnly: "Read only",
33
- required: "Required",
34
- errorMessageType: "Error message format",
35
- prefix: "Prefix",
36
- step: "Step"
37
- },
38
- options: {
39
- text: "Text",
40
- number: "Number",
41
- email: "Email",
42
- url: "URL",
43
- tel: "Phone number",
44
- password: "Password",
45
- center: "Center",
46
- start: "Left",
47
- end: "Right",
48
- inline: "Inline",
49
- tooltip: "Tooltip"
50
- }
51
- };
2
+ import { D as DisplayNames, s as selectors } from "../chunks/constants2.js";
3
+ import { g as getSelector } from "../chunks/manifest.js";
52
4
  const manifest = {
53
5
  id: "b8f7e3d2-4a5c-4e8f-9b2d-1c3e5f7a9b4d",
54
6
  type: "wixEditorElements.TextInput",
@@ -75,7 +27,7 @@ const manifest = {
75
27
  }
76
28
  },
77
29
  editorElement: {
78
- selector: ".textInput",
30
+ selector: getSelector(selectors.root),
79
31
  displayName: DisplayNames.root.elementDisplayName,
80
32
  archetype: Archetype.TextInput,
81
33
  layout: {
@@ -4,6 +4,6 @@ export declare const formatPhoneNumber: (unformattedValue: string, phoneFormat:
4
4
  export declare const getUnformattedNumber: (val: string, phoneFormat: string, didDeleteChars: boolean) => string;
5
5
  export declare const hasNonNumericChar: (str: string) => boolean;
6
6
  export declare const translateHtmlValidationMessage: (message: HtmlValidationMessageOverrideObject, { translations, phoneFormat, }: {
7
- translations: ITextInputProps['translations'];
8
- phoneFormat?: string | undefined;
7
+ translations: ITextInputProps["translations"];
8
+ phoneFormat?: string;
9
9
  }) => string;
@@ -22,7 +22,7 @@ export default function transparentVideo(): {
22
22
  }[];
23
23
  attributes: {
24
24
  name: string;
25
- data: Float32Array;
25
+ data: Float32Array<ArrayBuffer>;
26
26
  size: number;
27
27
  type: string;
28
28
  }[];
@@ -13,5 +13,5 @@ export declare const isElementInFullscreen: (_element: Element) => boolean;
13
13
  export declare const requestElementFullscreen: (_element: Element) => Promise<never>;
14
14
  export declare const exitDocumentFullscreen: (_element: Element | null) => Promise<never>;
15
15
  export declare const getVideoDuration: (video: HTMLVideoElement | null) => number;
16
- export declare const getVideoAspectRatio: (video: VideoUploadProps['video']) => number | undefined;
16
+ export declare const getVideoAspectRatio: (video: VideoUploadProps["video"]) => number | undefined;
17
17
  export {};
@@ -65,7 +65,7 @@ export declare const useVideoPlayer: ({ videoRef, containerRef, video, autoplay,
65
65
  showControls: boolean;
66
66
  showSpinner: boolean;
67
67
  handlers: {
68
- onVideoPlayerKeyDown: (event: import('react').KeyboardEvent<HTMLDivElement>) => Promise<void>;
68
+ onVideoPlayerKeyDown: (event: React.KeyboardEvent<HTMLDivElement>) => Promise<void>;
69
69
  onVideoPlayerMouseEnter: () => void;
70
70
  onVideoPlayerMouseMove: () => void;
71
71
  onVideoPlayerMouseLeave: () => void;
@@ -1,6 +1,6 @@
1
1
  import { RefObject } from 'react';
2
2
  import { VideoUploadProps } from '../../VideoUpload.types';
3
- export declare const useVolume: (videoRef: RefObject<HTMLVideoElement>, video: VideoUploadProps['video']) => {
3
+ export declare const useVolume: (videoRef: RefObject<HTMLVideoElement>, video: VideoUploadProps["video"]) => {
4
4
  hasAudio: boolean;
5
5
  volume: number;
6
6
  isMuted: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /** Allows opening popup links passed in html with Space and Enter keys
3
2
  * @param htmlWrapperRef: ref pointing to a container with link elements
4
3
  * @param deps: dependency array, re-triggers effect on change
@@ -74,7 +74,9 @@ const manifest = {
74
74
  INTERACTIONS.TRIGGER_TYPE.pageVisible,
75
75
  INTERACTIONS.TRIGGER_TYPE.animationEnd,
76
76
  INTERACTIONS.TRIGGER_TYPE.viewProgress,
77
- INTERACTIONS.TRIGGER_TYPE.pointerMove
77
+ INTERACTIONS.TRIGGER_TYPE.pointerMove,
78
+ INTERACTIONS.TRIGGER_TYPE.click,
79
+ INTERACTIONS.TRIGGER_TYPE.hover
78
80
  ],
79
81
  effectGroups: [INTERACTIONS.EFFECT_GROUP.UNKNOWN_EFFECT_GROUP]
80
82
  },
@@ -1,2 +1 @@
1
- /// <reference lib="webworker" />
2
1
  export declare const decode: (rawText: string) => string;
@@ -1,7 +1,7 @@
1
1
  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
- import { A as AnimatedSvgIds, a as AnimatedDataAttributes, b as AnimationDirection, T as TestIds, D as DEFAULT_ANIMATION_DURATION } from "./constants18.js";
4
+ import { A as AnimatedSvgIds, a as AnimatedDataAttributes, b as AnimationDirection, T as TestIds, D as DEFAULT_ANIMATION_DURATION } from "./constants19.js";
5
5
  import { c as cn } from "./index8.js";
6
6
  const AnimatedSvg = forwardRef(
7
7
  ({ svgContent, reducedMotion = false, duration }, ref) => {
@@ -7,7 +7,7 @@ import { a as getDataAttributes, g as getQaDataAttributes } from "./dataUtils.js
7
7
  import { f as formatClassNames } from "./classNames.js";
8
8
  import { I as IconAnimationTriggers } from "./Button.types.js";
9
9
  import AnimatedIconWithReducedMotion from "../AnimatedIcon/component.js";
10
- import { T as TRANSITION_DURATION, S as SEMANTIC_CLASS_NAMES, a as TestIds } from "./constants17.js";
10
+ import { T as TRANSITION_DURATION, S as SEMANTIC_CLASS_NAMES, a as TestIds } from "./constants18.js";
11
11
  import { d as activateByEnterButton, a as activateBySpaceOrEnterButton, r as removeAriaPrefix, g as getAccessibilityAttributesSpread } from "./a11y.js";
12
12
  import { i as isValidLink } from "./Link.js";
13
13
  const root = "root__IB9QF";
@@ -2,7 +2,7 @@ import React__default from "react";
2
2
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
3
3
  import { c as clsx } from "./clsx.js";
4
4
  import { a as getDataAttributes } from "./dataUtils.js";
5
- import { T as TestIds } from "./constants7.js";
5
+ import { T as TestIds } from "./constants8.js";
6
6
  function bidiFactory() {
7
7
  var bidi2 = (function(exports$1) {
8
8
  var DATA = {
@@ -3,7 +3,7 @@ import React__default from "react";
3
3
  import { f as formatClassNames } from "./classNames.js";
4
4
  import { a as getDataAttributes } from "./dataUtils.js";
5
5
  import { e as getTabIndexAttribute } from "./a11y.js";
6
- import { D as DEFAULT_TEXT_DIRECTION, a as DEFAULT_HTML_TAG, d as dataHooks, T as TestIds } from "./constants7.js";
6
+ import { D as DEFAULT_TEXT_DIRECTION, a as DEFAULT_HTML_TAG, d as dataHooks, T as TestIds } from "./constants8.js";
7
7
  import { c as clsx } from "./clsx.js";
8
8
  import { L as Link } from "./Link.js";
9
9
  const semanticClassNames = {
@@ -1,19 +1,19 @@
1
- import { S as SharedDisplayNames } from "./constants7.js";
1
+ import { S as SharedDisplayNames } from "./constants8.js";
2
2
  const TestIds = {
3
3
  viewer: {
4
- container: "TextEffectsMatrix-container",
5
- text: "TextEffectsMatrix-text"
4
+ container: "TextEffectsNeonSign-container",
5
+ text: "TextEffectsNeonSign-text"
6
6
  }
7
7
  };
8
- const COMPONENT_ID = "45e26ded-fab2-4208-b6ae-3514ddea4cb0";
9
- const TEXT_TWIST_PANEL_ID = "ea4f3040-ce0b-44e3-a90b-7fcb74ba1a7b";
8
+ const COMPONENT_ID = "8c1f4b9e-d3a7-4e2c-a5b8-7d9f1e6c4a2b";
9
+ const TEXT_TWIST_PANEL_ID = "37855762-0e6d-4818-85ed-73c9a844825f";
10
10
  const DisplayNames = {
11
11
  ...SharedDisplayNames,
12
12
  cssCustomProperties: {
13
- textEffectsColor1: "Color",
14
- maskPosition: "Position",
15
- maskBlur: "Blur",
16
- textBlur: "Spread",
13
+ textColor: "Color",
14
+ shadowColor: "Color",
15
+ shadowOpacity: "Opacity",
16
+ shadowBlur: "Blur",
17
17
  innerAnimationSpeed: "Speed",
18
18
  disableInnerAnimation: "Animation"
19
19
  }
@@ -1,19 +1,21 @@
1
- import { S as SharedDisplayNames } from "./constants7.js";
1
+ import { S as SharedDisplayNames } from "./constants8.js";
2
2
  const TestIds = {
3
3
  viewer: {
4
- container: "TextEffectsLetterPress-container",
5
- text: "TextEffectsLetterPress-text"
4
+ container: "TextEffectsMatrix-container",
5
+ text: "TextEffectsMatrix-text"
6
6
  }
7
7
  };
8
- const COMPONENT_ID = "9d2a5c8f-e4b1-4f6d-b7a3-8e1c9f5d2b4a";
9
- const TEXT_TWIST_PANEL_ID = "4f36b4fa-893a-4eb2-a1b3-7c82351f063b";
8
+ const COMPONENT_ID = "45e26ded-fab2-4208-b6ae-3514ddea4cb0";
9
+ const TEXT_TWIST_PANEL_ID = "ea4f3040-ce0b-44e3-a90b-7fcb74ba1a7b";
10
10
  const DisplayNames = {
11
11
  ...SharedDisplayNames,
12
12
  cssCustomProperties: {
13
- shadow: "Shadow",
14
- layerBlendMode: "Blend mode",
15
13
  textEffectsColor1: "Color",
16
- textEffectsOpacityColor1: "opacity"
14
+ maskPosition: "Position",
15
+ maskBlur: "Blur",
16
+ textBlur: "Spread",
17
+ innerAnimationSpeed: "Speed",
18
+ disableInnerAnimation: "Animation"
17
19
  }
18
20
  };
19
21
  export {
@@ -1,23 +1,19 @@
1
- import { S as SharedDisplayNames } from "./constants7.js";
1
+ import { S as SharedDisplayNames } from "./constants8.js";
2
2
  const TestIds = {
3
3
  viewer: {
4
- container: "TextEffectsGlitch-container",
5
- text: "TextEffectsGlitch-text"
4
+ container: "TextEffectsLetterPress-container",
5
+ text: "TextEffectsLetterPress-text"
6
6
  }
7
7
  };
8
- const COMPONENT_ID = "1e3b6d9a-f5c2-4a8e-9c4b-2d7f8a1e5c3b";
9
- const TEXT_TWIST_PANEL_ID = "dde110d1-a3b1-4ba3-91d1-7c2face79c7b";
8
+ const COMPONENT_ID = "9d2a5c8f-e4b1-4f6d-b7a3-8e1c9f5d2b4a";
9
+ const TEXT_TWIST_PANEL_ID = "4f36b4fa-893a-4eb2-a1b3-7c82351f063b";
10
10
  const DisplayNames = {
11
11
  ...SharedDisplayNames,
12
12
  cssCustomProperties: {
13
- textEffectsColor1: "Color 1",
14
- textEffectsColor2: "Color 2",
15
- textEffectsColor3: "Color 3",
16
- layerAngle: "Angle",
17
- layerDistance: "Space between layers",
18
- shadowBlur: "Blur",
19
- disableInnerAnimation: "Animation",
20
- innerAnimationSpeed: "Speed"
13
+ shadow: "Shadow",
14
+ layerBlendMode: "Blend mode",
15
+ textEffectsColor1: "Color",
16
+ textEffectsOpacityColor1: "opacity"
21
17
  }
22
18
  };
23
19
  export {
@@ -1,31 +1,28 @@
1
- import { S as SharedDisplayNames } from "./constants7.js";
2
- const COMPONENT_ID = "d578a270-a696-4e0f-a876-bd47dc8c62b3";
3
- const TEXT_TWIST_PANEL_ID = "279c908d-b75f-4111-bbf1-7745ec173bc0";
1
+ import { S as SharedDisplayNames } from "./constants8.js";
4
2
  const TestIds = {
5
3
  viewer: {
6
- container: "TextEffectsGlass-container",
7
- text: "TextEffectsGlass-text"
4
+ container: "TextEffectsGlitch-container",
5
+ text: "TextEffectsGlitch-text"
8
6
  }
9
7
  };
10
- const blurConfig = {
11
- start: 2,
12
- end: 10,
13
- step: 1
14
- };
8
+ const COMPONENT_ID = "1e3b6d9a-f5c2-4a8e-9c4b-2d7f8a1e5c3b";
9
+ const TEXT_TWIST_PANEL_ID = "dde110d1-a3b1-4ba3-91d1-7c2face79c7b";
15
10
  const DisplayNames = {
16
11
  ...SharedDisplayNames,
17
12
  cssCustomProperties: {
18
- textColor: "Color",
19
- stroke: "Color",
20
- strokeWidth: "width",
21
- shadowBlur: "Spread",
22
- shadowColor: "Color"
13
+ textEffectsColor1: "Color 1",
14
+ textEffectsColor2: "Color 2",
15
+ textEffectsColor3: "Color 3",
16
+ layerAngle: "Angle",
17
+ layerDistance: "Space between layers",
18
+ shadowBlur: "Blur",
19
+ disableInnerAnimation: "Animation",
20
+ innerAnimationSpeed: "Speed"
23
21
  }
24
22
  };
25
23
  export {
26
24
  COMPONENT_ID as C,
27
25
  DisplayNames as D,
28
26
  TestIds as T,
29
- TEXT_TWIST_PANEL_ID as a,
30
- blurConfig as b
27
+ TEXT_TWIST_PANEL_ID as a
31
28
  };
@@ -1,26 +1,31 @@
1
- import { S as SharedDisplayNames } from "./constants7.js";
1
+ import { S as SharedDisplayNames } from "./constants8.js";
2
+ const COMPONENT_ID = "d578a270-a696-4e0f-a876-bd47dc8c62b3";
3
+ const TEXT_TWIST_PANEL_ID = "279c908d-b75f-4111-bbf1-7745ec173bc0";
2
4
  const TestIds = {
3
5
  viewer: {
4
- container: "TextEffectsBauhaus-container",
5
- text: "TextEffectsBauhaus-text"
6
+ container: "TextEffectsGlass-container",
7
+ text: "TextEffectsGlass-text"
6
8
  }
7
9
  };
8
- const COMPONENT_ID = "8c22adab-12f9-43ee-80c8-6f5dbe19eabe";
9
- const TEXT_TWIST_PANEL_ID = "cdacc489-4176-4558-97f3-0a23662a15ba";
10
+ const blurConfig = {
11
+ start: 2,
12
+ end: 10,
13
+ step: 1
14
+ };
10
15
  const DisplayNames = {
11
16
  ...SharedDisplayNames,
12
17
  cssCustomProperties: {
13
- bevelAngle: "Angle",
14
- textEffectsColor1: "Color 1",
15
- textEffectsColor2: "Color 2",
16
- textEffectsColor3: "Color 3",
17
- shadowDistance: "Distance",
18
- layerBlendMode: "Blend mode"
18
+ textColor: "Color",
19
+ stroke: "Color",
20
+ strokeWidth: "width",
21
+ shadowBlur: "Spread",
22
+ shadowColor: "Color"
19
23
  }
20
24
  };
21
25
  export {
22
26
  COMPONENT_ID as C,
23
27
  DisplayNames as D,
24
28
  TestIds as T,
25
- TEXT_TWIST_PANEL_ID as a
29
+ TEXT_TWIST_PANEL_ID as a,
30
+ blurConfig as b
26
31
  };
@@ -1,23 +1,21 @@
1
- import { S as SharedDisplayNames } from "./constants7.js";
2
- const COMPONENT_ID = "90c63713-61c9-4284-8e13-a4a2f1b7559d";
3
- const TEXT_TWIST_PANEL_ID = "ba438bb1-6b58-427d-9c54-5516cb94840e";
1
+ import { S as SharedDisplayNames } from "./constants8.js";
4
2
  const TestIds = {
5
3
  viewer: {
6
- container: "TextEffects3d-container",
7
- text: "TextEffects3d-text"
4
+ container: "TextEffectsBauhaus-container",
5
+ text: "TextEffectsBauhaus-text"
8
6
  }
9
7
  };
8
+ const COMPONENT_ID = "8c22adab-12f9-43ee-80c8-6f5dbe19eabe";
9
+ const TEXT_TWIST_PANEL_ID = "cdacc489-4176-4558-97f3-0a23662a15ba";
10
10
  const DisplayNames = {
11
11
  ...SharedDisplayNames,
12
12
  cssCustomProperties: {
13
- fillColor: "Color",
14
- fillOpacity: "opacity",
15
- textStroke: "Width",
16
- textStrokeColor: "Color",
17
- textStrokeOpacity: "opacity",
18
- textShadow1: "Shadow 1",
19
- textShadow2: "Shadow 2",
20
- textShadow3: "Shadow 3"
13
+ bevelAngle: "Angle",
14
+ textEffectsColor1: "Color 1",
15
+ textEffectsColor2: "Color 2",
16
+ textEffectsColor3: "Color 3",
17
+ shadowDistance: "Distance",
18
+ layerBlendMode: "Blend mode"
21
19
  }
22
20
  };
23
21
  export {