amotify 0.0.32 → 0.0.33

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.
package/@types/amot.tsx CHANGED
@@ -53,7 +53,9 @@ declare global {
53
53
  }
54
54
  themeColors: {
55
55
  [ key in amotify.ThemeColorTypes ]: {
56
- ( alfa?: number ): string
56
+ alfa( alfa?: number ): string
57
+ isBrand: boolean
58
+ isAvocado: boolean
57
59
  }
58
60
  }
59
61
  }