@pnx-mixtape/ids-shape 0.0.19 → 0.0.20

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/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -470,7 +470,7 @@ export type Tabs = {
470
470
 
471
471
  export type Tags = {
472
472
  items: Link[] | string[] | FormControl[]
473
- type: TagTypes
473
+ tagType: TagTypes
474
474
  }
475
475
 
476
476
  export type SocialLinks = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnx-mixtape/ids-shape",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "shape details for ids project",
5
5
  "main": "./index.ts",
6
6
  "type": "module",