@broxus/react-uikit 0.15.3 → 0.15.5

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,10 +13,10 @@ export type TextOwnProps = {
13
13
  italic?: boolean;
14
14
  kind?: 'meta' | 'lead' | 'base';
15
15
  prefixCls?: string;
16
- size?: 'xsmall' | 'small' | 'medium' | 'large';
16
+ size?: 'xsmall' | 'small' | 'large';
17
17
  transform?: 'capitalize' | 'uppercase' | 'lowercase';
18
18
  verticalAlign?: 'top' | 'middle' | 'bottom' | 'baseline';
19
- weight?: 'thin' | 'light' | 'normal' | 'semibold' | 'bold' | 'lighter' | 'bolder';
19
+ weight?: 'thin' | 'light' | 'normal' | 'medium' | 'semibold' | 'bold' | 'lighter' | 'bolder';
20
20
  wrap?: 'truncate' | 'break' | 'nowrap';
21
21
  };
22
22
  export type TextProps<E extends React.ElementType = React.ElementType> = React.PropsWithChildren<TextOwnProps & PolymorphicProps<E>> & PolymorphicProps<E, TextOwnProps>;
@@ -2244,6 +2244,7 @@
2244
2244
 
2245
2245
  @mixin hook-text-lead() {}
2246
2246
  @mixin hook-text-meta() {}
2247
+ @mixin hook-text-base() {}
2247
2248
  @mixin hook-text-xsmall() {}
2248
2249
  @mixin hook-text-small() {}
2249
2250
  @mixin hook-text-large() {}