claude-web/node_modules/@primevue/icons/baseicon/style/index.mjs.map

1 line
1.1 KiB
Plaintext
Raw Normal View History

2026-02-23 02:23:38 +00:00
{"version":3,"file":"index.mjs","sources":["../../../src/baseicon/style/BaseIconStyle.js"],"sourcesContent":["import BaseStyle from '@primevue/core/base/style';\n\nconst css = `\n.p-icon {\n display: inline-block;\n vertical-align: baseline;\n flex-shrink: 0;\n}\n\n.p-icon-spin {\n -webkit-animation: p-icon-spin 2s infinite linear;\n animation: p-icon-spin 2s infinite linear;\n}\n\n@-webkit-keyframes p-icon-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n\n@keyframes p-icon-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n`;\n\nexport default BaseStyle.extend({\n name: 'baseicon',\n css\n});\n"],"names":["css","BaseStyle","extend","name"],"mappings":";;AAEA,IAAMA,GAAG,GAAA,qqBAiCR;AAED,oBAAeC,SAAS,CAACC,MAAM,CAAC;AAC5BC,EAAAA,IAAI,EAAE,UAAU;AAChBH,EAAAA,GAAG,EAAHA;AACJ,CAAC,CAAC;;;;"}