Skip to content

Commit 6b6818a

Browse files
committed
feat: add CoCreate-notification component
1 parent 6223d3c commit 6b6818a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

CoCreate.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ module.exports = {
215215
"path": "../CoCreate-components/CoCreate-modal",
216216
"repo": "github.com/CoCreate-app/CoCreate-modal.git"
217217
},
218+
{
219+
"path": "../CoCreate-components/CoCreate-notification",
220+
"repo": "github.com/CoCreate-app/CoCreate-notification.git"
221+
},
218222
{
219223
"path": "../CoCreate-components/CoCreate-observer",
220224
"repo": "github.com/CoCreate-app/CoCreate-observer.git"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"@cocreate/local-storage": "^1.10.2",
101101
"@cocreate/message-client": "^1.8.0",
102102
"@cocreate/modal": "^1.14.0",
103+
"@cocreate/notification": "^1.0.1",
103104
"@cocreate/observer": "^1.11.2",
104105
"@cocreate/openai": "^1.0.6",
105106
"@cocreate/organizations": "^1.21.0",

src/components.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ lazyLoad('socialShare', '[share-network]', () => import(/*webpackChunkName: "soc
6363
lazyLoad('select', 'cocreate-select', () => import(/*webpackChunkName: "select-chunk"*/ '@cocreate/select'));
6464
lazyLoad('toolbar', '[toolbar-selector]', () => import(/*webpackChunkName: "toolbar-chunk"*/ '@cocreate/toolbar'));
6565
lazyLoad('vdom', '[vdom-selector], [vdom-id]', () => import(/*webpackChunkName: "vdom-chunk"*/ '@cocreate/vdom'));
66+
lazyLoad('notification', '[actions*="notification"]', () => import(/*webpackChunkName: "notification-chunk"*/ '@cocreate/notification'));
6667

6768
// Plugins
6869
// lazyLoad('charts', '[chart="chartjs"]', ()=> import(/*webpackChunkName: "charts-chunk"*/ '@cocreate/charts'));

0 commit comments

Comments
 (0)