@mindly/ui-components 4.3.5 → 4.3.6

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,5 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  type AppHeaderProps = {
3
+ fullwidth?: boolean;
3
4
  className?: string;
4
5
  };
5
6
  declare const AppHeader_v2: FC<AppHeaderProps>;
package/dist/index.d.ts CHANGED
@@ -1502,6 +1502,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
1502
1502
  declare const _default: React.NamedExoticComponent<BadgeProps>;
1503
1503
 
1504
1504
  type AppHeaderProps = {
1505
+ fullwidth?: boolean;
1505
1506
  className?: string;
1506
1507
  };
1507
1508
  declare const AppHeader_v2: FC<AppHeaderProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "4.3.5",
3
+ "version": "4.3.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",