@bigbinary/neeto-playwright-commons 1.22.39 → 1.22.41

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/index.d.ts CHANGED
@@ -5422,6 +5422,7 @@ declare const NEETO_EDITOR_SELECTORS: {
5422
5422
  calloutTypeOption: string;
5423
5423
  editorMediaUploaderTab: string;
5424
5424
  dynamicVariableSelector: (variable: string) => string;
5425
+ dynamicVariableList: (variable: string) => string;
5425
5426
  neetoEditorFixedMenuFontSize: string;
5426
5427
  highlightText: (textColorIndex: number) => string;
5427
5428
  highlightBg: (bgColorIndex: number) => string;