@purr-react-tailwindcss/components.icon 0.0.1
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/dist/_anchor-Bz5r2XJl.cjs +1 -0
- package/dist/_anchor-Z0pFTzu-.js +31 -0
- package/dist/_arrow-down-DEXhnXl5.cjs +1 -0
- package/dist/_arrow-down-DgCYrS1o.js +30 -0
- package/dist/_arrow-left-D-_hRrvS.cjs +1 -0
- package/dist/_arrow-left-OECqQs0s.js +30 -0
- package/dist/_arrow-right-CF2KQyQA.js +30 -0
- package/dist/_arrow-right-aFJBg57p.cjs +1 -0
- package/dist/_arrow-up-8lluhIIo.js +30 -0
- package/dist/_arrow-up-D_XQetba.cjs +1 -0
- package/dist/_bomb-H0a4YrOh.js +32 -0
- package/dist/_bomb-rGyC0xpB.cjs +1 -0
- package/dist/_bookmark-Bxd9KtO1.js +27 -0
- package/dist/_bookmark-CTkJoqAz.cjs +1 -0
- package/dist/_chevron-down-BgZBy2hn.js +27 -0
- package/dist/_chevron-down-CRfuMvHD.cjs +1 -0
- package/dist/_chevron-left-DXeG7Wuu.js +27 -0
- package/dist/_chevron-left-DxuaLJdU.cjs +1 -0
- package/dist/_chevron-right-BY7xkyqe.cjs +1 -0
- package/dist/_chevron-right-eb4S-suO.js +27 -0
- package/dist/_chevron-up-B65PDieM.js +27 -0
- package/dist/_chevron-up-sdHFa5Ud.cjs +1 -0
- package/dist/_components.d.ts +4 -0
- package/dist/_contact-CG9UgYQ4.js +33 -0
- package/dist/_contact-CH2FajDX.cjs +1 -0
- package/dist/_copy-CipcUpEL.js +30 -0
- package/dist/_copy-SRFzP3xo.cjs +1 -0
- package/dist/_external-link-C1rWM7Xp.cjs +1 -0
- package/dist/_external-link-DNsCye3s.js +31 -0
- package/dist/_facebook-COBlkYGn.cjs +1 -0
- package/dist/_facebook-CQffkxE4.js +27 -0
- package/dist/_git-hub-DZemfvew.js +30 -0
- package/dist/_git-hub-OidttrkB.cjs +1 -0
- package/dist/_info-3vFKPy6N.js +31 -0
- package/dist/_info-DBgLVAvj.cjs +1 -0
- package/dist/_linked-in-B1U3CsBJ.js +31 -0
- package/dist/_linked-in-Bj6yMAAQ.cjs +1 -0
- package/dist/_loader-2-DsV94GqP.cjs +1 -0
- package/dist/_loader-2-ivSN7hp3.js +30 -0
- package/dist/_react-js-BRsbFKLR.js +36 -0
- package/dist/_react-js-z52PCKf_.cjs +1 -0
- package/dist/_rss-CYkLmyiu.cjs +1 -0
- package/dist/_rss-CeSeal_p.js +31 -0
- package/dist/_save-BTJJ3aLE.cjs +1 -0
- package/dist/_save-DTxJzpUE.js +31 -0
- package/dist/_script-C0xXps_j.js +30 -0
- package/dist/_script-CGtuCmDB.cjs +1 -0
- package/dist/_settings-CpMIp76O.js +30 -0
- package/dist/_settings-DnoKRi5n.cjs +1 -0
- package/dist/_types.d.ts +15 -0
- package/dist/_upwork-BbSfQudC.cjs +1 -0
- package/dist/_upwork-C_hOnzZY.js +30 -0
- package/dist/_user-search-oN7lrZxy.cjs +1 -0
- package/dist/_user-search-xVPRsSZ_.js +32 -0
- package/dist/_x-BOFyGuO0.js +26 -0
- package/dist/_x-BpoPB6xP.cjs +1 -0
- package/dist/icons/_anchor.d.ts +4 -0
- package/dist/icons/_arrow-down.d.ts +4 -0
- package/dist/icons/_arrow-left.d.ts +4 -0
- package/dist/icons/_arrow-right.d.ts +4 -0
- package/dist/icons/_arrow-up.d.ts +4 -0
- package/dist/icons/_bomb.d.ts +4 -0
- package/dist/icons/_bookmark.d.ts +4 -0
- package/dist/icons/_chevron-down.d.ts +4 -0
- package/dist/icons/_chevron-left.d.ts +4 -0
- package/dist/icons/_chevron-right.d.ts +4 -0
- package/dist/icons/_chevron-up.d.ts +4 -0
- package/dist/icons/_contact.d.ts +4 -0
- package/dist/icons/_copy.d.ts +4 -0
- package/dist/icons/_external-link.d.ts +4 -0
- package/dist/icons/_facebook.d.ts +4 -0
- package/dist/icons/_git-hub.d.ts +4 -0
- package/dist/icons/_info.d.ts +4 -0
- package/dist/icons/_linked-in.d.ts +4 -0
- package/dist/icons/_loader-2.d.ts +4 -0
- package/dist/icons/_react-js.d.ts +4 -0
- package/dist/icons/_rss.d.ts +4 -0
- package/dist/icons/_save.d.ts +4 -0
- package/dist/icons/_script.d.ts +4 -0
- package/dist/icons/_settings.d.ts +4 -0
- package/dist/icons/_upwork.d.ts +4 -0
- package/dist/icons/_user-search.d.ts +4 -0
- package/dist/icons/_x.d.ts +4 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +85 -0
- package/package.json +39 -0
package/package.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@purr-react-tailwindcss/components.icon",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "dist/index.cjs",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"default": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"require": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"default": "./dist/index.cjs"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist"
|
|
22
|
+
],
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"typescript": "*",
|
|
25
|
+
"react": "*",
|
|
26
|
+
"clsx": "*",
|
|
27
|
+
"@purr-core/utils.definitions": "0.0.5",
|
|
28
|
+
"@purr-core/utils.helpers": "0.0.5"
|
|
29
|
+
},
|
|
30
|
+
"author": "@DinhThienPhuc",
|
|
31
|
+
"license": "ISC",
|
|
32
|
+
"description": "",
|
|
33
|
+
"sideEffects": false,
|
|
34
|
+
"scripts": {
|
|
35
|
+
"dev": "vite build --watch",
|
|
36
|
+
"build": "tsc && vite build",
|
|
37
|
+
"lint": "eslint . --ext ts,tsx --max-warnings 0"
|
|
38
|
+
}
|
|
39
|
+
}
|