@bigbinary/neeto-molecules 3.16.99 → 3.16.101

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-molecules",
3
- "version": "3.16.99",
3
+ "version": "3.16.101",
4
4
  "description": "A package of reusable molecular components for neeto products.",
5
5
  "repository": "git@github.com:bigbinary/neeto-molecules.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -270,5 +270,6 @@
270
270
  "webpack": "^5.75.0",
271
271
  "yup": "0.32.11",
272
272
  "zustand": "4.3.2"
273
- }
273
+ },
274
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
274
275
  }
@@ -476,7 +476,8 @@
476
476
  "categoryName": "GLOBAL",
477
477
  "openKeyboardShortcutsPane": "Tastenkombinationen anzeigen",
478
478
  "close": "Modale, Pane schließen",
479
- "submitForm": "Formular oder Texteingabe einreichen"
479
+ "submitForm": "Formular oder Texteingabe einreichen",
480
+ "openProductSwitcher": "Produktwechsler öffnen"
480
481
  }
481
482
  },
482
483
  "emailPreview": {
@@ -476,7 +476,8 @@
476
476
  "categoryName": "GLOBAL",
477
477
  "openKeyboardShortcutsPane": "Ver atajos de teclado",
478
478
  "close": "Cerrar modales, paneles",
479
- "submitForm": "Enviar formulario o entrada de texto"
479
+ "submitForm": "Enviar formulario o entrada de texto",
480
+ "openProductSwitcher": "Abrir conmutador de productos"
480
481
  }
481
482
  },
482
483
  "emailPreview": {
@@ -476,7 +476,8 @@
476
476
  "categoryName": "GLOBAL",
477
477
  "openKeyboardShortcutsPane": "Voir les raccourcis clavier",
478
478
  "close": "Fermer les modaux, panneaux",
479
- "submitForm": "Soumettre le formulaire ou l'entrée de texte"
479
+ "submitForm": "Soumettre le formulaire ou l'entrée de texte",
480
+ "openProductSwitcher": "Ouvrir l'interrupteur de produit"
480
481
  }
481
482
  },
482
483
  "emailPreview": {
@@ -476,7 +476,8 @@
476
476
  "categoryName": "ALGEMEEN",
477
477
  "openKeyboardShortcutsPane": "Bekijk toetsenbord sneltoetsen",
478
478
  "close": "Modals, panelen sluiten",
479
- "submitForm": "Formulier of tekstinvoer indienen"
479
+ "submitForm": "Formulier of tekstinvoer indienen",
480
+ "openProductSwitcher": "Open product switcher"
480
481
  }
481
482
  },
482
483
  "emailPreview": {
@@ -476,7 +476,8 @@
476
476
  "categoryName": "GLOBALNY",
477
477
  "openKeyboardShortcutsPane": "Zobacz skróty klawiaturowe",
478
478
  "close": "Zamknij modalne okna, panele",
479
- "submitForm": "Wyślij formularz lub pole tekstowe"
479
+ "submitForm": "Wyślij formularz lub pole tekstowe",
480
+ "openProductSwitcher": "Otwórz przełącznik produktów"
480
481
  }
481
482
  },
482
483
  "emailPreview": {
@@ -476,7 +476,8 @@
476
476
  "categoryName": "GLOBAL",
477
477
  "openKeyboardShortcutsPane": "Ver atalhos de teclado",
478
478
  "close": "Fechar modais, painéis",
479
- "submitForm": "Enviar formulário ou entrada de texto"
479
+ "submitForm": "Enviar formulário ou entrada de texto",
480
+ "openProductSwitcher": "Abrir switcher de produtos"
480
481
  }
481
482
  },
482
483
  "emailPreview": {
@@ -79,6 +79,7 @@ declare const ElementsPanel: React.FC<{
79
79
  isElementVisible: (element: Element) => boolean;
80
80
  fixedFirstElement?: SelectedElement[] | SelectedElement;
81
81
  fixedLastElement?: SelectedElement;
82
+ anchoredElementIds?: string[];
82
83
  isReorderDisabled?: boolean;
83
84
  isDragElementsDisabled?: boolean;
84
85
  handleSelectElement: (index: number) => void;