@nimbus-ds/components 5.15.0-rc.3 → 5.15.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.
package/dist/index.d.ts CHANGED
@@ -2282,11 +2282,6 @@ export interface ChipProperties {
2282
2282
  * Informs whether the close icon should be displayed.
2283
2283
  */
2284
2284
  removable?: boolean;
2285
- /**
2286
- * Change the visual style of the chip.
2287
- * @default neutral
2288
- */
2289
- appearance?: "neutral";
2290
2285
  }
2291
2286
  export type ChipProps = ChipProperties & ButtonHTMLAttributes<HTMLButtonElement | HTMLDivElement>;
2292
2287
  export declare const Chip: React.FC<ChipProps> & ChipComponents;