@@ -79,34 +79,42 @@ module.exports = {
7979 import : "@cocreate/utils"
8080 } ,
8181 indexeddb : {
82- import : "@cocreate/indexeddb"
82+ import : "@cocreate/indexeddb" ,
83+ selector : "[storage*='indexeddb']"
8384 } ,
8485 localstorage : {
85- import : "@cocreate/local-storage"
86+ import : "@cocreate/local-storage" ,
87+ selector :
88+ "[storage*='localstorage'], [localstorage-set], [localstorage-get]"
8689 } ,
8790 config : {
8891 import : "@cocreate/config"
8992 } ,
9093 socket : {
91- import : "@cocreate/socket-client"
94+ import : "@cocreate/socket-client" ,
95+ selector : "[socket='true']"
9296 } ,
9397 events : {
9498 import : "@cocreate/events"
9599 } ,
96100 crud : {
97- import : "@cocreate/crud-client"
101+ import : "@cocreate/crud-client" ,
102+ selector : "[crud='true'], [database], [array]"
98103 } ,
99104 crdt : {
100- import : "@cocreate/crdt"
105+ import : "@cocreate/crdt" ,
106+ selector : "[crdt='true']"
101107 } ,
102108 state : {
103- import : "@cocreate/state"
109+ import : "@cocreate/state" ,
110+ selector : "link[state_to][state_id][key], link[parse]"
104111 } ,
105112 link : {
106113 import : "@cocreate/link"
107114 } ,
108115 cache : {
109- import : "@cocreate/cache"
116+ import : "@cocreate/cache" ,
117+ selector : "[cache='true']"
110118 } ,
111119 pwa : {
112120 import : "@cocreate/pwa"
@@ -140,6 +148,10 @@ module.exports = {
140148 import : "@cocreate/api" ,
141149 selector : "[actions], [template_id]"
142150 } ,
151+ aria : {
152+ import : "@cocreate/aria" ,
153+ selector : "[aria-controls], [aria-selected]"
154+ } ,
143155 dnd : {
144156 import : "@cocreate/dnd" ,
145157 selector :
0 commit comments