@kroo-web/design-system 1.21.1 → 1.21.2

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.
@@ -3,7 +3,7 @@ import { default as React } from 'react';
3
3
  export type BodyVariant = 'body-lg' | 'body-md' | 'body-sm' | 'body-xl' | 'body-xs';
4
4
  export type FunctionalVariant = 'button-md' | 'button-sm' | 'helper' | 'input-regular' | 'input-semi-bold' | 'label' | 'overline' | 'tag';
5
5
  export type TextVariant = BodyVariant | FunctionalVariant;
6
- export type TextWeight = 'bold' | 'medium' | 'regular';
6
+ export type TextWeight = 'light' | 'regular' | 'semi-bold';
7
7
  type BaseTextProps<C extends React.ElementType> = {
8
8
  as?: C;
9
9
  children?: React.ReactNode;