@elementor/editor-editing-panel 1.29.0 → 1.29.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ee3cb2b: Rename css selector placeholder
8
+
3
9
  ## 1.29.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.js CHANGED
@@ -587,7 +587,7 @@ function CssClassSelector() {
587
587
  {
588
588
  id: ID,
589
589
  size: "tiny",
590
- placeholder: showPlaceholder ? (0, import_i18n3.__)("Type to search/add global classes", "elementor") : void 0,
590
+ placeholder: showPlaceholder ? (0, import_i18n3.__)("Type class name", "elementor") : void 0,
591
591
  options: options13,
592
592
  selected: applied,
593
593
  onSelect: handleApply,