@getflip/swirl-components 0.390.0 → 0.391.0

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.
@@ -2,7 +2,7 @@ import { EventEmitter } from "../../stencil-public-runtime";
2
2
  export type SwirlAvatarBadgePosition = "bottom" | "top";
3
3
  export type SwirlAvatarLoading = "lazy" | "auto" | "eager" | "intersecting";
4
4
  export type SwirlAvatarToolPosition = "bottom" | "top";
5
- export type SwirlAvatarColor = "banana" | "blueberry" | "chilli" | "grape" | "kiwi" | "pumpkin" | "radish";
5
+ export type SwirlAvatarColor = "banana" | "blueberry" | "chilli" | "grape" | "kiwi" | "neutral" | "pumpkin" | "radish";
6
6
  export type SwirlAvatarSize = "3xs" | "2xs" | "xs" | "s" | "m" | "l" | "xl" | "2xl";
7
7
  export type SwirlAvatarVariant = "round" | "square";
8
8
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components",
3
- "version": "0.390.0",
3
+ "version": "0.391.0",
4
4
  "description": "Swirl Design System Web Component Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
package/vscode-data.json CHANGED
@@ -567,6 +567,9 @@
567
567
  {
568
568
  "name": "kiwi"
569
569
  },
570
+ {
571
+ "name": "neutral"
572
+ },
570
573
  {
571
574
  "name": "pumpkin"
572
575
  },