@rvx/iconoir 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,10 +23,10 @@ All icons are rendered with the following additional css classes:
23
23
 
24
24
  You can add additional attributes or event handlers:
25
25
  ```jsx
26
- import { Overwrite } from "rvx";
26
+ import { Override } from "rvx";
27
27
  import { Sparks } from "@rvx/iconoir/solid";
28
28
 
29
- <Overwrite role="button" on:click={...}>
29
+ <Override role="button" on:click={...}>
30
30
  <Sparks />
31
- </Overwrite>
31
+ </Override>
32
32
  ```
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "iconoir"
11
11
  ],
12
12
  "license": "MIT",
13
- "version": "1.0.0",
13
+ "version": "1.0.1",
14
14
  "type": "module",
15
15
  "sideEffects": false,
16
16
  "exports": {