opus-toolkit-components 1.2.8 → 1.2.9

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.
@@ -3819,7 +3819,7 @@ const variantMap = {
3819
3819
  body: 'text-base text-[--color-text-strong]',
3820
3820
  small: 'text-sm text-[--color-text-strong]',
3821
3821
  caption: 'text-xs text-[--color-text-strong]',
3822
- label: 'text-sm font-medium text-[--color-text-weak]'
3822
+ label: 'text-md text-[--color-text-weak]'
3823
3823
  };
3824
3824
  const elementMap = {
3825
3825
  h1: 'h1',