@toptal/picasso 14.1.0 → 14.1.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.
@@ -13,9 +13,9 @@ export interface PrivateProps extends StandardProps, HTMLAttributes<HTMLDivEleme
13
13
  /** Enable elevated appearance for Notification */
14
14
  elevated?: boolean;
15
15
  testIds?: {
16
- closeButton: string;
17
- notification: string;
18
- content: string;
16
+ closeButton?: string;
17
+ notification?: string;
18
+ content?: string;
19
19
  };
20
20
  }
21
21
  /** `elevated` and `icon` props are omitted from the public declaration, since they're only for internal use */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso",
3
- "version": "14.1.0",
3
+ "version": "14.1.1",
4
4
  "description": "Toptal UI components library",
5
5
  "publishConfig": {
6
6
  "access": "public",