@apolitical/component-library 4.1.6-SW.1 → 4.1.6-SW.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.
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  interface Props {
3
3
  /** The size of the pill */
4
- size?: 'small' | 'medium' | 'large';
4
+ size?: 'small' | 'medium' | 'large' | 'xlarge';
5
5
  /** The style of the pill */
6
6
  variant?: 'default' | 'subtle' | 'highlighted' | 'highlighted-light' | 'information' | 'registered' | 'light' | 'naked';
7
7
  /** Additional classes to add to the pill */