@telia-ace/alliance-ui 1.0.5 → 1.0.6-next.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.
- package/CHANGELOG.md +6 -0
- package/README.md +54 -0
- package/chunks/{chevron-right-788ce8a9.js → close-cf3fd2c4.js} +5 -4
- package/chunks/close-cf3fd2c4.js.map +1 -0
- package/components/alliance-modal/alliance-modal.d.ts +20 -0
- package/components/alliance-modal/alliance-modal.stories.d.ts +6 -0
- package/components/alliance-modal/index.d.ts +1 -0
- package/components/alliance-table/alliance-table-row.d.ts +1 -1
- package/components/index.d.ts +1 -0
- package/components/index.js +390 -278
- package/components/index.js.map +1 -1
- package/package.json +2 -2
- package/voca/icons/index.js +264 -264
- package/voca/icons/index.js.map +1 -1
- package/chunks/chevron-right-788ce8a9.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chevron-right-788ce8a9.js","sources":["../../../node_modules/.pnpm/@teliads+components@18.6.0/node_modules/@teliads/components/icons/main/assets/chevron-left.js","../../../node_modules/.pnpm/@teliads+components@18.6.0/node_modules/@teliads/components/icons/main/assets/chevron-right.js"],"sourcesContent":["export default { \"name\": \"chevron-left\", \"svg\": \"<svg viewBox=\\\"0 0 64 64\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" fill=\\\"currentColor\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M42.1162 49.8902C42.6915 50.4081 42.9468 51.1934 42.786 51.9505C42.6252 52.7076 42.0727 53.3214 41.3366 53.5607C40.6005 53.8 39.7927 53.6284 39.2174 53.1106L17.5508 33.6106C17.0942 33.1999 16.8335 32.6146 16.8335 32.0004C16.8335 31.3863 17.0942 30.801 17.5508 30.3902L39.2174 10.8902C40.1067 10.0898 41.4766 10.1618 42.277 11.0511C43.0775 11.9403 43.0055 13.3102 42.1162 14.1106L22.2385 32.0004L42.1162 49.8902Z\\\"/></svg>\" };\n","export default { \"name\": \"chevron-right\", \"svg\": \"<svg viewBox=\\\"0 0 64 64\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" fill=\\\"currentColor\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M47.1663 32.0005C47.1667 32.6147 46.9059 33.2001 46.449 33.6106L24.7824 53.1106C23.8931 53.9111 22.5233 53.8391 21.7228 52.9498C20.9223 52.0606 20.9943 50.6907 21.8836 49.8903L41.7613 32.0005L21.8836 14.1106C21.3083 13.5928 21.053 12.8075 21.2138 12.0503C21.3746 11.2932 21.9271 10.6794 22.6632 10.4402C23.3993 10.2009 24.2071 10.3724 24.7824 10.8903L46.449 30.3903C46.9059 30.8008 47.1667 31.3862 47.1663 32.0005Z\\\"/></svg>\" };\n"],"names":["chevronLeft","chevronRight"],"mappings":"AAAA,MAAeA,IAAA,EAAE,MAAQ,gBAAgB,KAAO,wiBAAqjB,GCAtlBC,IAAA,EAAE,MAAQ,iBAAiB,KAAO,2iBAAwjB;"}
|