@bahmni/design-system 0.0.1-dev.144 → 0.0.1-dev.147

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.
@@ -0,0 +1,7 @@
1
+ import { MenuButtonProps as CarbonMenuButtonProps } from '@carbon/react';
2
+ import { default as React } from 'react';
3
+ export type MenuButtonProps = CarbonMenuButtonProps & {
4
+ testId?: string;
5
+ };
6
+ export declare const MenuButton: React.FC<MenuButtonProps>;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/menuButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,IAAI,qBAAqB,EACzC,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,eAAe,GAAG,qBAAqB,GAAG;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAKhD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { MenuItemProps as CarbonMenuItemProps } from '@carbon/react';
2
+ import { default as React } from 'react';
3
+ export type MenuItemProps = CarbonMenuItemProps & {
4
+ testId?: string;
5
+ };
6
+ export declare const MenuItem: React.FC<MenuItemProps>;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/menuItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,IAAI,mBAAmB,EACrC,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IAChD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAK5C,CAAC"}