@girumtech/gs-design-system-react 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
@@ -143,7 +143,7 @@ export function Icons() {
143
143
 
144
144
  ### Built-in icon names
145
145
 
146
- `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.
146
+ `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.
147
147
 
148
148
  Decorative icons may omit `label`; meaningful icons should provide one.
149
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girumtech/gs-design-system-react",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "React web entry point for GsDesignSystem",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -23,7 +23,7 @@
23
23
  "typecheck": "tsc -p tsconfig.json"
24
24
  },
25
25
  "dependencies": {
26
- "@girumtech/gs-design-system-core": "0.1.9"
26
+ "@girumtech/gs-design-system-core": "0.1.10"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": ">=19",