@girumtech/gs-design-system-native 0.1.9 → 0.1.10

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 +2 -2
package/README.md CHANGED
@@ -153,7 +153,7 @@ Decorative icons may omit `label`; meaningful icons should provide one for acces
153
153
 
154
154
  ### Built-in icon names
155
155
 
156
- `NamedIcon`'s `name` prop is a PascalCase `IconName`: `ArrowRight`, `Check`, `Heart`, `Plus`, `Menu`, `User`, `ChevronRight`, `ChevronLeft`, `Logout`, `Close`, `Layers`, `Box`, `Edit`, `Eye`, `EyeOff`, `Moon`, `Sun`, `Coin`. Need something outside that set? Pass your own `paths` to `Icon` rather than keeping a one-off icon set in the consuming app.
156
+ `NamedIcon`'s `name` prop is a PascalCase `IconName`: `ArrowRight`, `Check`, `Heart`, `Plus`, `Menu`, `User`, `ChevronRight`, `ChevronLeft`, `Logout`, `Close`, `Layers`, `Box`, `Edit`, `Eye`, `EyeOff`, `Moon`, `Sun`, `Coin`, `MoreVertical`, `Trash`. Need something outside that set? Pass your own `paths` to `Icon` rather than keeping a one-off icon set in the consuming app.
157
157
 
158
158
  ## Exports
159
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girumtech/gs-design-system-native",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "React Native entry point for GsDesignSystem",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -25,7 +25,7 @@
25
25
  "typecheck": "tsc -p tsconfig.json"
26
26
  },
27
27
  "dependencies": {
28
- "@girumtech/gs-design-system-core": "0.1.9"
28
+ "@girumtech/gs-design-system-core": "0.1.10"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=19",