@bahmni/design-system 0.0.1-dev.13
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/LICENSE +9 -0
- package/README.md +6 -0
- package/dist/atoms/accordion/index.d.ts +12 -0
- package/dist/atoms/accordion/index.d.ts.map +1 -0
- package/dist/atoms/breadcrumb/index.d.ts +13 -0
- package/dist/atoms/breadcrumb/index.d.ts.map +1 -0
- package/dist/atoms/button/index.d.ts +7 -0
- package/dist/atoms/button/index.d.ts.map +1 -0
- package/dist/atoms/checkbox/index.d.ts +7 -0
- package/dist/atoms/checkbox/index.d.ts.map +1 -0
- package/dist/atoms/checkboxGroup/index.d.ts +7 -0
- package/dist/atoms/checkboxGroup/index.d.ts.map +1 -0
- package/dist/atoms/comboBox/index.d.ts +6 -0
- package/dist/atoms/comboBox/index.d.ts.map +1 -0
- package/dist/atoms/content/index.d.ts +2 -0
- package/dist/atoms/content/index.d.ts.map +1 -0
- package/dist/atoms/datePicker/index.d.ts +11 -0
- package/dist/atoms/datePicker/index.d.ts.map +1 -0
- package/dist/atoms/dropdown/index.d.ts +6 -0
- package/dist/atoms/dropdown/index.d.ts.map +1 -0
- package/dist/atoms/dropdownSkeleton/index.d.ts +7 -0
- package/dist/atoms/dropdownSkeleton/index.d.ts.map +1 -0
- package/dist/atoms/filterableMultiSelect/index.d.ts +7 -0
- package/dist/atoms/filterableMultiSelect/index.d.ts.map +1 -0
- package/dist/atoms/grid/index.d.ts +15 -0
- package/dist/atoms/grid/index.d.ts.map +1 -0
- package/dist/atoms/iconButton/index.d.ts +7 -0
- package/dist/atoms/iconButton/index.d.ts.map +1 -0
- package/dist/atoms/link/index.d.ts +7 -0
- package/dist/atoms/link/index.d.ts.map +1 -0
- package/dist/atoms/loading/index.d.ts +6 -0
- package/dist/atoms/loading/index.d.ts.map +1 -0
- package/dist/atoms/menuItemDivider/index.d.ts +7 -0
- package/dist/atoms/menuItemDivider/index.d.ts.map +1 -0
- package/dist/atoms/numberInput/index.d.ts +7 -0
- package/dist/atoms/numberInput/index.d.ts.map +1 -0
- package/dist/atoms/search/index.d.ts +7 -0
- package/dist/atoms/search/index.d.ts.map +1 -0
- package/dist/atoms/section/index.d.ts +7 -0
- package/dist/atoms/section/index.d.ts.map +1 -0
- package/dist/atoms/skeletonText/index.d.ts +7 -0
- package/dist/atoms/skeletonText/index.d.ts.map +1 -0
- package/dist/atoms/stack/index.d.ts +7 -0
- package/dist/atoms/stack/index.d.ts.map +1 -0
- package/dist/atoms/tabs/index.d.ts +23 -0
- package/dist/atoms/tabs/index.d.ts.map +1 -0
- package/dist/atoms/tag/index.d.ts +7 -0
- package/dist/atoms/tag/index.d.ts.map +1 -0
- package/dist/atoms/textInput/index.d.ts +7 -0
- package/dist/atoms/textInput/index.d.ts.map +1 -0
- package/dist/atoms/tile/index.d.ts +7 -0
- package/dist/atoms/tile/index.d.ts.map +1 -0
- package/dist/atoms/timePicker/constants.d.ts +7 -0
- package/dist/atoms/timePicker/constants.d.ts.map +1 -0
- package/dist/atoms/timePicker/index.d.ts +9 -0
- package/dist/atoms/timePicker/index.d.ts.map +1 -0
- package/dist/atoms/timePickerSelect/index.d.ts +7 -0
- package/dist/atoms/timePickerSelect/index.d.ts.map +1 -0
- package/dist/fontawesome/index.d.ts +6 -0
- package/dist/fontawesome/index.d.ts.map +1 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +43 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +65789 -0
- package/dist/molecules/actionArea/ActionArea.d.ts +30 -0
- package/dist/molecules/actionArea/ActionArea.d.ts.map +1 -0
- package/dist/molecules/actionArea/index.d.ts +2 -0
- package/dist/molecules/actionArea/index.d.ts.map +1 -0
- package/dist/molecules/boxWHeader/BoxWHeader.d.ts +39 -0
- package/dist/molecules/boxWHeader/BoxWHeader.d.ts.map +1 -0
- package/dist/molecules/boxWHeader/index.d.ts +2 -0
- package/dist/molecules/boxWHeader/index.d.ts.map +1 -0
- package/dist/molecules/formCard/FormCard.d.ts +20 -0
- package/dist/molecules/formCard/FormCard.d.ts.map +1 -0
- package/dist/molecules/formCard/index.d.ts +2 -0
- package/dist/molecules/formCard/index.d.ts.map +1 -0
- package/dist/molecules/formCardContainer/FormCardContainer.d.ts +22 -0
- package/dist/molecules/formCardContainer/FormCardContainer.d.ts.map +1 -0
- package/dist/molecules/formCardContainer/index.d.ts +2 -0
- package/dist/molecules/formCardContainer/index.d.ts.map +1 -0
- package/dist/molecules/icon/Icon.d.ts +28 -0
- package/dist/molecules/icon/Icon.d.ts.map +1 -0
- package/dist/molecules/icon/constants.d.ts +27 -0
- package/dist/molecules/icon/constants.d.ts.map +1 -0
- package/dist/molecules/icon/index.d.ts +3 -0
- package/dist/molecules/icon/index.d.ts.map +1 -0
- package/dist/molecules/notification/NotificationContainer.d.ts +9 -0
- package/dist/molecules/notification/NotificationContainer.d.ts.map +1 -0
- package/dist/molecules/notification/index.d.ts +2 -0
- package/dist/molecules/notification/index.d.ts.map +1 -0
- package/dist/molecules/selectedItem/SelectedItem.d.ts +30 -0
- package/dist/molecules/selectedItem/SelectedItem.d.ts.map +1 -0
- package/dist/molecules/selectedItem/index.d.ts +2 -0
- package/dist/molecules/selectedItem/index.d.ts.map +1 -0
- package/dist/molecules/sortableDataTable/SortableDataTable.d.ts +22 -0
- package/dist/molecules/sortableDataTable/SortableDataTable.d.ts.map +1 -0
- package/dist/molecules/sortableDataTable/index.d.ts +2 -0
- package/dist/molecules/sortableDataTable/index.d.ts.map +1 -0
- package/dist/molecules/statusTag/StatusTag.d.ts +31 -0
- package/dist/molecules/statusTag/StatusTag.d.ts.map +1 -0
- package/dist/molecules/statusTag/index.d.ts +2 -0
- package/dist/molecules/statusTag/index.d.ts.map +1 -0
- package/dist/molecules/textAreaWClose/TextAreaWClose.d.ts +50 -0
- package/dist/molecules/textAreaWClose/TextAreaWClose.d.ts.map +1 -0
- package/dist/molecules/textAreaWClose/index.d.ts +2 -0
- package/dist/molecules/textAreaWClose/index.d.ts.map +1 -0
- package/dist/molecules/tooltipIcon/TooltipIcon.d.ts +55 -0
- package/dist/molecules/tooltipIcon/TooltipIcon.d.ts.map +1 -0
- package/dist/molecules/tooltipIcon/index.d.ts +2 -0
- package/dist/molecules/tooltipIcon/index.d.ts.map +1 -0
- package/dist/organisms/header/Header.d.ts +13 -0
- package/dist/organisms/header/Header.d.ts.map +1 -0
- package/dist/organisms/header/index.d.ts +4 -0
- package/dist/organisms/header/index.d.ts.map +1 -0
- package/dist/organisms/header/models.d.ts +42 -0
- package/dist/organisms/header/models.d.ts.map +1 -0
- package/dist/organisms/header/useHeaderSideNav.d.ts +12 -0
- package/dist/organisms/header/useHeaderSideNav.d.ts.map +1 -0
- package/dist/organisms/header/useSidebarNavigation.d.ts +17 -0
- package/dist/organisms/header/useSidebarNavigation.d.ts.map +1 -0
- package/dist/organisms/header/utils.d.ts +2 -0
- package/dist/organisms/header/utils.d.ts.map +1 -0
- package/dist/templates/actionAreaLayout/index.d.ts +25 -0
- package/dist/templates/actionAreaLayout/index.d.ts.map +1 -0
- package/dist/templates/baseLayout/index.d.ts +17 -0
- package/dist/templates/baseLayout/index.d.ts.map +1 -0
- package/package.json +49 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This Source Code Form is subject to the terms of the Mozilla Public License,
|
|
3
|
+
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
|
4
|
+
* obtain one at http://mozilla.org/MPL/2.0/. Bahmni is also distributed under
|
|
5
|
+
* the terms of the Healthcare Disclaimer located at http://openmrs.org/license.
|
|
6
|
+
*
|
|
7
|
+
* Copyright 2025. Thoughtworks, Inc. Thoughtworks is a registered trademark
|
|
8
|
+
* and the Thoughtworks graphic logo is a trademark of Thoughtworks Inc.
|
|
9
|
+
*/
|
package/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AccordionProps as CarbonAccordionProps, AccordionItemProps as CarbonAccordionItemProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type AccordionProps = CarbonAccordionProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Accordion: React.FC<AccordionProps>;
|
|
7
|
+
export type AccordionItemProps = CarbonAccordionItemProps & {
|
|
8
|
+
testId?: string;
|
|
9
|
+
children?: React.ReactNode;
|
|
10
|
+
};
|
|
11
|
+
export declare const AccordionItem: React.FC<AccordionItemProps>;
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/accordion/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,cAAc,IAAI,oBAAoB,EAEtC,kBAAkB,IAAI,wBAAwB,EAC/C,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,cAAc,GAAG,oBAAoB,GAAG;IAClD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAU9C,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,GAAG;IAC1D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAUtD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { BreadcrumbProps as CarbonBreadcrumbProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export interface BreadcrumbItemType {
|
|
4
|
+
label: string;
|
|
5
|
+
href?: string;
|
|
6
|
+
isCurrentPage?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export type BreadcrumbProps = Omit<CarbonBreadcrumbProps, 'children'> & {
|
|
9
|
+
items: BreadcrumbItemType[];
|
|
10
|
+
testId?: string;
|
|
11
|
+
};
|
|
12
|
+
export declare const Breadcrumb: React.FC<BreadcrumbProps>;
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/breadcrumb/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,IAAI,qBAAqB,EACzC,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC,GAAG;IACtE,KAAK,EAAE,kBAAkB,EAAE,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAuBhD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ButtonProps as CarbonButtonProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type ButtonProps = CarbonButtonProps<'button'> & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Button: React.FC<ButtonProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,IAAI,iBAAiB,EACjC,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,WAAW,GAAG,iBAAiB,CAAC,QAAQ,CAAC,GAAG;IACtD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAUxC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CheckboxProps as CarbonCheckboxProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type CheckboxProps = CarbonCheckboxProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Checkbox: React.FC<CheckboxProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/checkbox/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"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CheckboxGroupProps as CarbonCheckboxGroupProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type CheckboxGroupProps = CarbonCheckboxGroupProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const CheckboxGroup: React.FC<CheckboxGroupProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/checkboxGroup/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,kBAAkB,IAAI,wBAAwB,EAC/C,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,GAAG;IAC1D,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAKtD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ComboBoxProps as CarbonComboBoxProps } from '@carbon/react';
|
|
2
|
+
export type ComboBoxProps<T> = CarbonComboBoxProps<T> & {
|
|
3
|
+
testId?: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const ComboBox: <T>({ testId, ...carbonProps }: ComboBoxProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/comboBox/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,IAAI,mBAAmB,EACrC,MAAM,eAAe,CAAC;AAEvB,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,mBAAmB,CAAC,CAAC,CAAC,GAAG;IACtD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAG,4BAA4B,aAAa,CAAC,CAAC,CAAC,4CAExE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/content/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DatePickerProps as CarbonDatePickerProps, DatePickerInputProps as CarbonDatePickerInputProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type DatePickerProps = CarbonDatePickerProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const DatePicker: React.FC<DatePickerProps>;
|
|
7
|
+
export type DatePickerInputProps = CarbonDatePickerInputProps & {
|
|
8
|
+
testId?: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const DatePickerInput: React.FC<DatePickerInputProps>;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/datePicker/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,IAAI,qBAAqB,EAExC,oBAAoB,IAAI,0BAA0B,EACnD,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,CAUhD,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,0BAA0B,GAAG;IAC9D,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAK1D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DropdownProps as CarbonDropdownProps } from '@carbon/react';
|
|
2
|
+
export type DropdownProps<T> = CarbonDropdownProps<T> & {
|
|
3
|
+
testId?: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const Dropdown: <T>({ testId, ...carbonProps }: DropdownProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/dropdown/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,IAAI,mBAAmB,EACrC,MAAM,eAAe,CAAC;AAEvB,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,mBAAmB,CAAC,CAAC,CAAC,GAAG;IACtD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAG,4BAA4B,aAAa,CAAC,CAAC,CAAC,4CAExE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DropdownSkeleton as CarbonDropdownSkeleton } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type DropdownSkeletonProps = React.ComponentProps<typeof CarbonDropdownSkeleton> & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const DropdownSkeleton: React.FC<DropdownSkeletonProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/dropdownSkeleton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAC3E,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,cAAc,CACtD,OAAO,sBAAsB,CAC9B,GAAG;IACF,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAK5D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FilterableMultiSelectProps as CarbonFilterableMultiSelectProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type FilterableMultiSelectProps = CarbonFilterableMultiSelectProps<unknown> & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const FilterableMultiSelect: React.FC<FilterableMultiSelectProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/filterableMultiSelect/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,0BAA0B,IAAI,gCAAgC,EAC/D,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,0BAA0B,GACpC,gCAAgC,CAAC,OAAO,CAAC,GAAG;IAC1C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEJ,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAKtE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { GridProps as CarbonGridProps, RowProps as CarbonRowProps, ColumnProps as CarbonColumnProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type GridProps = CarbonGridProps<'div'> & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Grid: React.FC<GridProps>;
|
|
7
|
+
export type RowProps = CarbonRowProps<'div'> & {
|
|
8
|
+
testId?: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const Row: React.FC<RowProps>;
|
|
11
|
+
export type ColumnProps = CarbonColumnProps<'div'> & {
|
|
12
|
+
testId?: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const Column: React.FC<ColumnProps>;
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/grid/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,IAAI,eAAe,EAE5B,QAAQ,IAAI,cAAc,EAE1B,WAAW,IAAI,iBAAiB,EACjC,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,SAAS,GAAG,eAAe,CAAC,KAAK,CAAC,GAAG;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAUpC,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC7C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAUlC,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,iBAAiB,CAAC,KAAK,CAAC,GAAG;IACnD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAUxC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IconButtonProps as CarbonIconButtonProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type IconButtonProps = CarbonIconButtonProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const IconButton: React.FC<IconButtonProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/iconButton/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 { LinkProps as CarbonLinkProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type LinkProps = CarbonLinkProps<'a'> & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Link: React.FC<LinkProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/link/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,IAAI,eAAe,EAC7B,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,SAAS,GAAG,eAAe,CAAC,GAAG,CAAC,GAAG;IAC7C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAUpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/loading/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,IAAI,kBAAkB,EACnC,MAAM,eAAe,CAAC;AAEvB,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAAG;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAU1C,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { MenuItemDivider as CarbonMenuItemDivider } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type MenuItemDividerProps = React.ComponentProps<typeof CarbonMenuItemDivider> & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const MenuItemDivider: React.FC<MenuItemDividerProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/menuItemDivider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,IAAI,qBAAqB,EAAE,MAAM,eAAe,CAAC;AACzE,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,cAAc,CACrD,OAAO,qBAAqB,CAC7B,GAAG;IACF,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAK1D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NumberInputProps as CarbonNumberInputProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type NumberInputProps = CarbonNumberInputProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const NumberInput: React.FC<NumberInputProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/numberInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,gBAAgB,IAAI,sBAAsB,EAC3C,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,GAAG;IACtD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAKlD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SearchProps as CarbonSearchProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type SearchProps = CarbonSearchProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Search: React.FC<SearchProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/search/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,IAAI,iBAAiB,EACjC,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,WAAW,GAAG,iBAAiB,GAAG;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAExC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SectionProps as CarbonSectionProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type SectionProps = CarbonSectionProps<'div'> & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Section: React.FC<SectionProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/section/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,IAAI,kBAAkB,EACnC,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,YAAY,GAAG,kBAAkB,CAAC,KAAK,CAAC,GAAG;IACrD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAE1C,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SkeletonTextProps as CarbonSkeletonTextProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type SkeletonTextProps = CarbonSkeletonTextProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const SkeletonText: React.FC<SkeletonTextProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/skeletonText/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,IAAI,uBAAuB,EAC7C,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,GAAG;IACxD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAKpD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { StackProps as CarbonStackProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type StackProps = CarbonStackProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Stack: React.FC<StackProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/stack/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,IAAI,gBAAgB,EAC/B,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,UAAU,GAAG,gBAAgB,GAAG;IAC1C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAUtC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { TabProps as CarbonTabProps, TabListProps as CarbonTabListProps, TabPanelProps as CarbonTabPanelProps, TabPanelsProps as CarbonTabPanelsProps, TabsProps as CarbonTabsProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type TabsProps = CarbonTabsProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const Tabs: React.FC<TabsProps>;
|
|
7
|
+
export type TabListProps = CarbonTabListProps & {
|
|
8
|
+
testId?: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const TabList: React.FC<TabListProps>;
|
|
11
|
+
export type TabProps = CarbonTabProps & {
|
|
12
|
+
testId?: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const Tab: React.FC<TabProps>;
|
|
15
|
+
export type TabPanelsProps = CarbonTabPanelsProps & {
|
|
16
|
+
testId?: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const TabPanels: React.FC<TabPanelsProps>;
|
|
19
|
+
export type TabPanelProps = CarbonTabPanelProps & {
|
|
20
|
+
testId?: string;
|
|
21
|
+
};
|
|
22
|
+
export declare const TabPanel: React.FC<TabPanelProps>;
|
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/tabs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,QAAQ,IAAI,cAAc,EAE1B,YAAY,IAAI,kBAAkB,EAElC,aAAa,IAAI,mBAAmB,EAEpC,cAAc,IAAI,oBAAoB,EAEtC,SAAS,IAAI,eAAe,EAC7B,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,SAAS,GAAG,eAAe,GAAG;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAUpC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAAG;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAU1C,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,cAAc,GAAG;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAUlC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,oBAAoB,GAAG;IAClD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAU9C,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IAChD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAU5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/tag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,QAAQ,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC7C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAUlC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TextInputProps as CarbonTextInputProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type TextInputProps = CarbonTextInputProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const TextInput: React.FC<TextInputProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/textInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,cAAc,IAAI,oBAAoB,EACvC,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,cAAc,GAAG,oBAAoB,GAAG;IAClD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAK9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/tile/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,IAAI,eAAe,EAC7B,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,SAAS,GAAG,eAAe,GAAG;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAUpC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const TIME_PICKER_12H_PATTERN = "^(0?[1-9]|1[0-2]):[0-5][0-9]\\s?(AM|PM|am|pm)$";
|
|
2
|
+
export declare const TIME_PICKER_24H_PATTERN = "^([01]?[0-9]|2[0-3]):[0-5][0-9]$";
|
|
3
|
+
export declare const TIME_PICKER_PLACEHOLDER_12H = "hh:mm AM/PM";
|
|
4
|
+
export declare const TIME_PICKER_PLACEHOLDER_24H = "HH:mm";
|
|
5
|
+
export declare const TIME_PICKER_MAX_LENGTH_12H = 8;
|
|
6
|
+
export declare const TIME_PICKER_MAX_LENGTH_24H = 5;
|
|
7
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/atoms/timePicker/constants.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,uBAAuB,mDACc,CAAC;AACnD,eAAO,MAAM,uBAAuB,qCAAqC,CAAC;AAG1E,eAAO,MAAM,2BAA2B,gBAAgB,CAAC;AACzD,eAAO,MAAM,2BAA2B,UAAU,CAAC;AAGnD,eAAO,MAAM,0BAA0B,IAAI,CAAC;AAC5C,eAAO,MAAM,0BAA0B,IAAI,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TimePickerProps as CarbonTimePickerProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type TimePickerProps = CarbonTimePickerProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
pattern?: string;
|
|
6
|
+
use24HourFormat?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare const TimePicker: React.FC<TimePickerProps>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/timePicker/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,IAAI,qBAAqB,EACzC,MAAM,eAAe,CAAC;AACvB,OAAO,KAAgC,MAAM,OAAO,CAAC;AAMrD,MAAM,MAAM,eAAe,GAAG,qBAAqB,GAAG;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA6NhD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TimePickerSelectProps as CarbonTimePickerSelectProps } from '@carbon/react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export type TimePickerSelectProps = CarbonTimePickerSelectProps & {
|
|
4
|
+
testId?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const TimePickerSelect: React.FC<TimePickerSelectProps>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/timePickerSelect/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,qBAAqB,IAAI,2BAA2B,EACrD,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,qBAAqB,GAAG,2BAA2B,GAAG;IAChE,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAK5D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/fontawesome/index.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,eAAO,MAAM,eAAe,YAE3B,CAAC"}
|