@cascivo/icons 0.3.1 → 0.3.3
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/README.md +3 -1
- package/package.json +3 -3
- package/readme.body.md +2 -0
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
<a href="https://cascivo.com"><img src="https://cascivo.com/favicon.svg" width="72" height="72" alt="cascivo logo"></a>
|
|
5
5
|
<h1>@cascivo/icons</h1>
|
|
6
|
-
<p><strong
|
|
6
|
+
<p><strong>~440 tree-shakeable SVG icon components for cascivo (SideNav, IconButton, Button). Components: @cascivo/react. Docs offline: npx @cascivo/docs</strong></p>
|
|
7
7
|
|
|
8
8
|
[](https://www.npmjs.com/package/@cascivo/icons)
|
|
9
9
|
[](https://www.npmjs.com/package/@cascivo/icons)
|
|
@@ -20,6 +20,8 @@ A set of **~440** React SVG icon components that inherit the cascivo token syste
|
|
|
20
20
|
|
|
21
21
|
Browse and search the full catalog — with click-to-copy imports and live size/color/theme previews — in the **[/icons gallery](https://cascivo.com/icons)**.
|
|
22
22
|
|
|
23
|
+
> **Docs offline?** The full cascivo reference ships as an npm package — `npx -y @cascivo/docs`, no website needed.
|
|
24
|
+
|
|
23
25
|
## Usage
|
|
24
26
|
|
|
25
27
|
```tsx
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cascivo/icons",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"private": false,
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "~440 tree-shakeable SVG icon components for cascivo (SideNav, IconButton, Button). Components: @cascivo/react. Docs offline: npx @cascivo/docs",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cascivo",
|
|
8
8
|
"css",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"exports": {
|
|
32
32
|
"./package.json": "./package.json",
|
|
33
33
|
".": {
|
|
34
|
-
"import": "./dist/index.mjs",
|
|
35
34
|
"types": "./dist/index.d.mts",
|
|
35
|
+
"import": "./dist/index.mjs",
|
|
36
36
|
"default": "./dist/index.mjs"
|
|
37
37
|
},
|
|
38
38
|
"./glyphs.css": "./src/glyphs.css"
|
package/readme.body.md
CHANGED
|
@@ -2,6 +2,8 @@ A set of **~440** React SVG icon components that inherit the cascivo token syste
|
|
|
2
2
|
|
|
3
3
|
Browse and search the full catalog — with click-to-copy imports and live size/color/theme previews — in the **[/icons gallery](https://cascivo.com/icons)**.
|
|
4
4
|
|
|
5
|
+
> **Docs offline?** The full cascivo reference ships as an npm package — `npx -y @cascivo/docs`, no website needed.
|
|
6
|
+
|
|
5
7
|
## Usage
|
|
6
8
|
|
|
7
9
|
```tsx
|