@cdx-ui/icons 0.0.1-beta.21 → 0.0.1-beta.22

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
@@ -129,7 +129,7 @@ Cross-platform behavior:
129
129
 
130
130
  React Native >=0.76 aliases `aria-label` to `accessibilityLabel`, so either prop works.
131
131
 
132
- For full details, see [08-accessibility.md](../../docs/research/lucide-react-native/08-accessibility.md).
132
+ For full details, see [08-accessibility.md](../../docs/internal/research/lucide-react-native/08-accessibility.md).
133
133
 
134
134
  ## Custom icons
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/icons",
3
- "version": "0.0.1-beta.21",
3
+ "version": "0.0.1-beta.22",
4
4
  "main": "lib/commonjs/index.js",
5
5
  "module": "lib/module/index.js",
6
6
  "react-native": "lib/module/index.js",