@pnx-mixtape/ids-shape 0.0.7 → 0.0.8

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 +4 -2
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -39,16 +39,18 @@ export type Link = {
39
39
  external?: boolean
40
40
  current?: boolean
41
41
  download?: boolean
42
- icon?: Icon
42
+ iconStart?: Icon
43
+ iconEnd?: Icon
43
44
  }
44
45
 
45
46
  export type Button = {
46
47
  title: string
47
48
  as: ButtonTypes
48
49
  modifiers?: ButtonModifiers[]
49
- icon?: Icon
50
50
  href?: string
51
51
  disabled?: boolean
52
+ iconStart?: Icon
53
+ iconEnd?: Icon
52
54
  }
53
55
 
54
56
  export type Heading = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnx-mixtape/ids-shape",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "shape details for ids project",
5
5
  "main": "./index.ts",
6
6
  "type": "module",