@aragon/gov-ui-kit 2.2.0 → 2.3.1

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,6 +1,6 @@
1
1
  import { type AvatarIconSize } from '../avatars';
2
2
  import { type ButtonSize } from '../button';
3
- export type ClipboardVariant = 'button' | 'avatar' | 'avatar-white-bg';
3
+ export type ClipboardVariant = 'button' | 'avatar' | 'avatar-white-bg' | 'avatar-neutral-white-bg';
4
4
  export interface IClipboardProps {
5
5
  /**
6
6
  * Text value to be copied to the clipboard.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aragon/gov-ui-kit",
3
- "version": "2.2.0",
3
+ "version": "2.3.1",
4
4
  "description": "Implementation of the Aragon's Governance UI Kit",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/types/src/index.d.ts",