mayak-common-library 0.0.367 → 0.0.368

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.
package/dist/index.d.mts CHANGED
@@ -1448,6 +1448,8 @@ interface HProps extends PropsWithChildren {
1448
1448
  smallerXs?: boolean;
1449
1449
  leftXs?: boolean;
1450
1450
  bold?: boolean;
1451
+ uppercase?: boolean;
1452
+ catalog?: boolean;
1451
1453
  }
1452
1454
 
1453
1455
  declare const H1: FC<HProps>;
package/dist/index.d.ts CHANGED
@@ -1448,6 +1448,8 @@ interface HProps extends PropsWithChildren {
1448
1448
  smallerXs?: boolean;
1449
1449
  leftXs?: boolean;
1450
1450
  bold?: boolean;
1451
+ uppercase?: boolean;
1452
+ catalog?: boolean;
1451
1453
  }
1452
1454
 
1453
1455
  declare const H1: FC<HProps>;