@mindly/ui-components 5.56.0 → 5.57.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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Day number of the month for specialists payments
3
3
  **/
4
- export declare const NUMBER_OF_PAYMENT_DAY = 4;
4
+ export declare const NUMBER_OF_PAYMENT_DAY = 10;
5
5
  type DatesResultType = {
6
6
  isPreviousMonth: boolean;
7
7
  isOldMonth: boolean;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- export type ItemCardVariants = 'neutral' | 'transparent';
2
+ export type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
3
3
  export type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
4
4
  variant: ItemCardVariants;
5
- size?: 'M' | 'M4';
5
+ size?: 'M' | 'M4' | 'M45';
6
6
  };
package/dist/index.d.ts CHANGED
@@ -1529,10 +1529,10 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
1529
1529
 
1530
1530
  declare const _default$l: React.NamedExoticComponent<BadgeProps>;
1531
1531
 
1532
- type ItemCardVariants = 'neutral' | 'transparent';
1532
+ type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
1533
1533
  type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
1534
1534
  variant: ItemCardVariants;
1535
- size?: 'M' | 'M4';
1535
+ size?: 'M' | 'M4' | 'M45';
1536
1536
  };
1537
1537
 
1538
1538
  declare const _default$k: React.NamedExoticComponent<ItemCardProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.56.0",
3
+ "version": "5.57.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",