@toptal/picasso 31.1.0 → 31.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.
@@ -2,4 +2,4 @@ import { OmitInternalProps } from '@toptal/picasso-shared';
2
2
  import { Props, VariantType } from './types';
3
3
  export { default } from './TagRectangular';
4
4
  export declare type TagRectangularProps = OmitInternalProps<Props>;
5
- export declare type TypeRectangularVariantType = VariantType;
5
+ export declare type TagRectangularVariantType = VariantType;
package/index.d.ts CHANGED
@@ -53,7 +53,7 @@ export { default as InputAdornment } from './InputAdornment';
53
53
  export type { InputAdornmentProps } from './InputAdornment';
54
54
  export { TagCompound as Tag } from './TagCompound';
55
55
  export type { TagProps } from './Tag';
56
- export type { TagRectangularProps, TypeRectangularVariantType, } from './TagRectangular';
56
+ export type { TagRectangularProps, TagRectangularVariantType, } from './TagRectangular';
57
57
  export { default as Link } from './Link';
58
58
  export type { LinkProps } from './Link';
59
59
  export { default as Loader } from './Loader';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso",
3
- "version": "31.1.0",
3
+ "version": "31.1.1",
4
4
  "description": "Toptal UI components library",
5
5
  "publishConfig": {
6
6
  "access": "public",