@omniumretail/component-library 1.2.95 → 1.2.96

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.
@@ -141,8 +141,11 @@ declare const _default: {
141
141
  "noUnreadNotifications": "No unread notifications",
142
142
  "swipeToRead": "Mark as read",
143
143
  "swipeToOpen": "Open",
144
- "swipeTutorialTitle": "Swipe to the left to mark as read or open",
145
- "swipeTutorialTap": "Tap to continue"
144
+ "swipeTutorialTitle": "Click to open or swipe for more actions",
145
+ "swipeTutorialTap": "Tap to continue",
146
+ "tutorialClick": "Click",
147
+ "tutorialSwipe": "Swipe",
148
+ "tutorialOr": "OR"
146
149
  },
147
150
  "supportModal": {
148
151
  "title": "Support Center",
@@ -141,8 +141,11 @@ declare const _default: {
141
141
  "noUnreadNotifications": "No hay notificaciones no leídas",
142
142
  "swipeToRead": "Marcar como leído",
143
143
  "swipeToOpen": "Abrir",
144
- "swipeTutorialTitle": "Desliza hacia la izquierda para marcar como leído o abrir",
145
- "swipeTutorialTap": "Toque para continuar"
144
+ "swipeTutorialTitle": "Clic para abrir o hacer deslice para más acciones",
145
+ "swipeTutorialTap": "Toque para continuar",
146
+ "tutorialClick": "Toque",
147
+ "tutorialSwipe": "Desliza",
148
+ "tutorialOr": "O"
146
149
  },
147
150
  "supportModal": {
148
151
  "title": "Centro de Soporte",
@@ -141,8 +141,11 @@ declare const _default: {
141
141
  "noUnreadNotifications": "Todas as notificações estão lidas",
142
142
  "swipeToRead": "Marcar como lida",
143
143
  "swipeToOpen": "Abrir",
144
- "swipeTutorialTitle": "Deslize para a esquerda para marcar como lida ou abrir",
145
- "swipeTutorialTap": "Toque para continuar"
144
+ "swipeTutorialTitle": "Clique para abrir ou deslize para mais ações",
145
+ "swipeTutorialTap": "Toque para continuar",
146
+ "tutorialClick": "Clique",
147
+ "tutorialSwipe": "Deslize",
148
+ "tutorialOr": "OU"
146
149
  },
147
150
  "supportModal": {
148
151
  "title": "Centro de Suporte",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/component-library",
3
- "version": "1.2.95",
3
+ "version": "1.2.96",
4
4
  "private": false,
5
5
  "main": "dist/component-library.umd.js",
6
6
  "module": "dist/component-library.es.js",