pejay-ui 1.0.2 → 1.0.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ npx pejay-ui remove <component-name>
28
28
 
29
29
  ## Available Components
30
30
 
31
- Below is the list of components you can add. Markdown renderers (like GitHub and NPM) automatically place a **Copy icon** at the top right of each code block for one-click copying:
31
+ Below is the list of components you can add. Each has a copyable command block with a working native copy button on GitHub and NPM:
32
32
 
33
33
  ### Buttons
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pejay-ui",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "description": "react ui components",
6
6
  "bin": {