@warp-ds/elements 2.0.1-next.1 → 2.0.1-next.2

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/dist/index.js CHANGED
@@ -4229,7 +4229,7 @@ var WarpBadge = class extends WarpElement4 {
4229
4229
  };
4230
4230
  __publicField(WarpBadge, "properties", {
4231
4231
  variant: {
4232
- type: "neutral" | "info" | "positive" | "warning" | "negative" | "disabled" | "notification" | "price"
4232
+ type: "neutral" | "info" | "positive" | "warning" | "negative" | "disabled" | "price"
4233
4233
  },
4234
4234
  position: {
4235
4235
  type: "top-left" | "top-right" | "bottom-right" | "bottom-left"