@visns-studio/visns-components 1.6.13 → 1.7.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.
@@ -150,9 +150,9 @@ function Notification(props) {
150
150
  <div ref={wrapperRef}>
151
151
  {items.length > 0 ? (
152
152
  <div className={containerClass}>
153
- {items.map((item, index) => (
154
- <div className="notiscrollwrap" key={item.id}>
155
- <div className={divClass}>
153
+ <div className="notiscrollwrap">
154
+ {items.map((item, index) => (
155
+ <div className={divClass} key={item.id}>
156
156
  <Bell
157
157
  size={19}
158
158
  strokeWidth={2}
@@ -175,8 +175,8 @@ function Notification(props) {
175
175
  />
176
176
  </button>
177
177
  </div>
178
- </div>
179
- ))}
178
+ ))}
179
+ </div>
180
180
  <div className={actionClass}>
181
181
  <button onClick={showAllNotifications}>
182
182
  View All
package/package.json CHANGED
@@ -34,7 +34,7 @@
34
34
  "react-dom": "^17.0.1"
35
35
  },
36
36
  "name": "@visns-studio/visns-components",
37
- "version": "1.6.13",
37
+ "version": "1.7.1",
38
38
  "description": "Various packages to assist in the development of our Custom Applications.",
39
39
  "main": "index.js",
40
40
  "devDependencies": {},