@omniumretail/component-library 1.2.90 → 1.2.91

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.
@@ -137,7 +137,8 @@ declare const _default: {
137
137
  "bellNotifications": {
138
138
  "noNotifications": "No notifications",
139
139
  "onlyShowNoRead": "Only show unread",
140
- "markAllAsRead": "Mark all as read"
140
+ "markAllAsRead": "Mark all as read",
141
+ "noUnreadNotifications": "No unread notifications"
141
142
  },
142
143
  "supportModal": {
143
144
  "title": "Support Center",
@@ -137,7 +137,8 @@ declare const _default: {
137
137
  "bellNotifications": {
138
138
  "noNotifications": "Sin notificaciones",
139
139
  "onlyShowNoRead": "Mostrar sólo no leídas",
140
- "markAllAsRead": "Marcar todo como leído"
140
+ "markAllAsRead": "Marcar todo como leído",
141
+ "noUnreadNotifications": "No hay notificaciones no leídas"
141
142
  },
142
143
  "supportModal": {
143
144
  "title": "Centro de Soporte",
@@ -137,7 +137,8 @@ declare const _default: {
137
137
  "bellNotifications": {
138
138
  "noNotifications": "Sem notificações",
139
139
  "onlyShowNoRead": "Mostrar apenas não lidas",
140
- "markAllAsRead": "Marcar todas como lidas"
140
+ "markAllAsRead": "Marcar todas como lidas",
141
+ "noUnreadNotifications": "Todas as notificações estão lidas"
141
142
  },
142
143
  "supportModal": {
143
144
  "title": "Centro de Suporte",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/component-library",
3
- "version": "1.2.90",
3
+ "version": "1.2.91",
4
4
  "private": false,
5
5
  "main": "dist/component-library.umd.js",
6
6
  "module": "dist/component-library.es.js",
@@ -21,7 +21,8 @@
21
21
  "@storybook/test": "^8.6.14",
22
22
  "camelcase": "^8.0.0",
23
23
  "classnames": "^2.3.2",
24
- "lodash.merge": "^4.6.2"
24
+ "lodash.merge": "^4.6.2",
25
+ "react-swipeable": "^7.0.2"
25
26
  },
26
27
  "optionalDependencies": {
27
28
  "@e965/xlsx": "^0.20.3",