@cas-smartdesign/token-selector 0.21.4 → 1.0.0

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.
@@ -1 +1 @@
1
- const s="./demo.svg";function i(a){const t=[];return t.push({caption:"Address assistant",description:"First aia tag",type:"aia-tag",disabled:!0}),t.push({caption:"Picasso assistant",description:"Second aia tag",type:"aia-tag"}),t.push({caption:"Import assistant",description:"Third aia tag",type:"aia-tag"}),t.push({caption:"My personal tag",type:"user-tag",disabled:!a}),t.push({caption:"My second personal tag",type:"user-tag",disabled:!a}),t.push({caption:"Administration",type:"system-tag",icon:s,iconBackgroundColor:"rgb(0, 138, 178)"}),t.push({caption:"Database assistant",type:"system-tag",icon:s,iconBackgroundColor:"rgb(0, 138, 178)"}),t.push({caption:"Tag without type",disabled:!a}),t.push({caption:"Tag with some description",description:"This is the description of the tag",disabled:!a}),t.push({caption:"Last tag with a very long caption to illustrate that such tokens are also shown as expected",disabled:!a}),t}export{i as g};
1
+ const a="./demo.svg";function i(s){const t=[];return t.push({caption:"Address assistant",description:"First aia tag",type:"aia-tag",disabled:!0}),t.push({caption:"Picasso assistant",description:"Second aia tag",type:"aia-tag"}),t.push({caption:"Import assistant",description:"Third aia tag",type:"aia-tag"}),t.push({caption:"My personal tag",type:"user-tag",disabled:!1}),t.push({caption:"My second personal tag",type:"user-tag",disabled:!1}),t.push({caption:"Administration",type:"system-tag",icon:a,iconBackgroundColor:"rgb(0, 138, 178)"}),t.push({caption:"Database assistant",type:"system-tag",icon:a,iconBackgroundColor:"rgb(0, 138, 178)"}),t.push({caption:"Tag without type",disabled:!1}),t.push({caption:"Tag with some description",description:"This is the description of the tag",disabled:!1}),t.push({caption:"Last tag with a very long caption to illustrate that such tokens are also shown as expected",disabled:!1}),t}export{i as g};