@bahmni/design-system 0.0.1-dev.13 → 0.0.1-dev.131

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.
Files changed (72) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +5 -0
  3. package/dist/atoms/button/index.d.ts +1 -0
  4. package/dist/atoms/button/index.d.ts.map +1 -1
  5. package/dist/atoms/checkbox/index.d.ts +1 -0
  6. package/dist/atoms/checkbox/index.d.ts.map +1 -1
  7. package/dist/atoms/codeSnippetSkeleton/index.d.ts +7 -0
  8. package/dist/atoms/codeSnippetSkeleton/index.d.ts.map +1 -0
  9. package/dist/atoms/comboBox/index.d.ts +2 -1
  10. package/dist/atoms/comboBox/index.d.ts.map +1 -1
  11. package/dist/atoms/datePicker/index.d.ts +2 -0
  12. package/dist/atoms/datePicker/index.d.ts.map +1 -1
  13. package/dist/atoms/dropdown/index.d.ts +2 -1
  14. package/dist/atoms/dropdown/index.d.ts.map +1 -1
  15. package/dist/atoms/fileUploader/index.d.ts +7 -0
  16. package/dist/atoms/fileUploader/index.d.ts.map +1 -0
  17. package/dist/atoms/filterableMultiSelect/index.d.ts +1 -0
  18. package/dist/atoms/filterableMultiSelect/index.d.ts.map +1 -1
  19. package/dist/atoms/grid/index.d.ts +3 -0
  20. package/dist/atoms/grid/index.d.ts.map +1 -1
  21. package/dist/atoms/inlineNotification/index.d.ts +7 -0
  22. package/dist/atoms/inlineNotification/index.d.ts.map +1 -0
  23. package/dist/atoms/labelValue/index.d.ts +11 -0
  24. package/dist/atoms/labelValue/index.d.ts.map +1 -0
  25. package/dist/atoms/link/index.d.ts +1 -0
  26. package/dist/atoms/link/index.d.ts.map +1 -1
  27. package/dist/atoms/modal/index.d.ts +12 -0
  28. package/dist/atoms/modal/index.d.ts.map +1 -0
  29. package/dist/atoms/numberInput/index.d.ts +1 -0
  30. package/dist/atoms/numberInput/index.d.ts.map +1 -1
  31. package/dist/atoms/rowCell/index.d.ts +13 -0
  32. package/dist/atoms/rowCell/index.d.ts.map +1 -0
  33. package/dist/atoms/textArea/index.d.ts +7 -0
  34. package/dist/atoms/textArea/index.d.ts.map +1 -0
  35. package/dist/atoms/textInput/index.d.ts +1 -0
  36. package/dist/atoms/textInput/index.d.ts.map +1 -1
  37. package/dist/atoms/tile/index.d.ts +1 -0
  38. package/dist/atoms/tile/index.d.ts.map +1 -1
  39. package/dist/atoms/timePicker/index.d.ts.map +1 -1
  40. package/dist/index.css +1 -1
  41. package/dist/index.d.ts +13 -0
  42. package/dist/index.d.ts.map +1 -1
  43. package/dist/index.js +37033 -32605
  44. package/dist/molecules/actionArea/ActionArea.d.ts +1 -0
  45. package/dist/molecules/actionArea/ActionArea.d.ts.map +1 -1
  46. package/dist/molecules/collapsibleRowGroup/CollapsibleRowGroup.d.ts +18 -0
  47. package/dist/molecules/collapsibleRowGroup/CollapsibleRowGroup.d.ts.map +1 -0
  48. package/dist/molecules/collapsibleRowGroup/index.d.ts +2 -0
  49. package/dist/molecules/collapsibleRowGroup/index.d.ts.map +1 -0
  50. package/dist/molecules/fileTile/FileTile.d.ts +10 -0
  51. package/dist/molecules/fileTile/FileTile.d.ts.map +1 -0
  52. package/dist/molecules/fileTile/index.d.ts +2 -0
  53. package/dist/molecules/fileTile/index.d.ts.map +1 -0
  54. package/dist/molecules/formCard/FormCard.d.ts +1 -0
  55. package/dist/molecules/formCard/FormCard.d.ts.map +1 -1
  56. package/dist/molecules/imageTile/ImageTile.d.ts +13 -0
  57. package/dist/molecules/imageTile/ImageTile.d.ts.map +1 -0
  58. package/dist/molecules/imageTile/index.d.ts +2 -0
  59. package/dist/molecules/imageTile/index.d.ts.map +1 -0
  60. package/dist/molecules/simpleDataTable/SimpleDataTable.d.ts +11 -0
  61. package/dist/molecules/simpleDataTable/SimpleDataTable.d.ts.map +1 -0
  62. package/dist/molecules/simpleDataTable/index.d.ts +3 -0
  63. package/dist/molecules/simpleDataTable/index.d.ts.map +1 -0
  64. package/dist/molecules/sortableDataTable/SortableDataTable.d.ts +2 -2
  65. package/dist/molecules/sortableDataTable/SortableDataTable.d.ts.map +1 -1
  66. package/dist/molecules/videoTile/VideoTile.d.ts +12 -0
  67. package/dist/molecules/videoTile/VideoTile.d.ts.map +1 -0
  68. package/dist/molecules/videoTile/index.d.ts +2 -0
  69. package/dist/molecules/videoTile/index.d.ts.map +1 -0
  70. package/dist/templates/actionAreaLayout/index.d.ts +4 -5
  71. package/dist/templates/actionAreaLayout/index.d.ts.map +1 -1
  72. package/package.json +3 -2
package/LICENSE CHANGED
@@ -6,4 +6,4 @@
6
6
  *
7
7
  * Copyright 2025. Thoughtworks, Inc. Thoughtworks is a registered trademark
8
8
  * and the Thoughtworks graphic logo is a trademark of Thoughtworks Inc.
9
- */
9
+ */
package/README.md CHANGED
@@ -4,3 +4,8 @@
4
4
 
5
5
  A reusable React component library built on [Carbon Design System](https://carbondesignsystem.com/), designed for building modern healthcare and enterprise web applications.
6
6
 
7
+ This library was generated with [Nx](https://nx.dev).
8
+
9
+ ## Running unit tests
10
+
11
+ Run `nx test @bahmni/design-system` to execute the unit tests via [Vitest](https://vitest.dev/)
@@ -2,6 +2,7 @@ import { ButtonProps as CarbonButtonProps } from '@carbon/react';
2
2
  import { default as React } from 'react';
3
3
  export type ButtonProps = CarbonButtonProps<'button'> & {
4
4
  testId?: string;
5
+ 'data-testid'?: string;
5
6
  };
6
7
  export declare const Button: React.FC<ButtonProps>;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAWxC,CAAC"}
@@ -2,6 +2,7 @@ import { CheckboxProps as CarbonCheckboxProps } from '@carbon/react';
2
2
  import { default as React } from 'react';
3
3
  export type CheckboxProps = CarbonCheckboxProps & {
4
4
  testId?: string;
5
+ 'data-testid'?: string;
5
6
  };
6
7
  export declare const Checkbox: React.FC<CheckboxProps>;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAM5C,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { CodeSnippetSkeleton as CarbonCodeSnippetSkeleton } from '@carbon/react';
2
+ import { default as React } from 'react';
3
+ export type CodeSnippetSkeletonProps = React.ComponentProps<typeof CarbonCodeSnippetSkeleton> & {
4
+ testId?: string;
5
+ };
6
+ export declare const CodeSnippetSkeleton: React.FC<CodeSnippetSkeletonProps>;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/codeSnippetSkeleton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,IAAI,yBAAyB,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,cAAc,CACzD,OAAO,yBAAyB,CACjC,GAAG;IACF,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAKlE,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { ComboBoxProps as CarbonComboBoxProps } from '@carbon/react';
2
2
  export type ComboBoxProps<T> = CarbonComboBoxProps<T> & {
3
3
  testId?: string;
4
+ 'data-testid'?: string;
4
5
  };
5
- export declare const ComboBox: <T>({ testId, ...carbonProps }: ComboBoxProps<T>) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const ComboBox: <T>({ testId, "data-testid": dataTestId, ...carbonProps }: ComboBoxProps<T>) => import("react/jsx-runtime").JSX.Element;
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAG,uDAI1B,aAAa,CAAC,CAAC,CAAC,4CAIlB,CAAC"}
@@ -2,10 +2,12 @@ import { DatePickerProps as CarbonDatePickerProps, DatePickerInputProps as Carbo
2
2
  import { default as React } from 'react';
3
3
  export type DatePickerProps = CarbonDatePickerProps & {
4
4
  testId?: string;
5
+ 'data-testid'?: string;
5
6
  };
6
7
  export declare const DatePicker: React.FC<DatePickerProps>;
7
8
  export type DatePickerInputProps = CarbonDatePickerInputProps & {
8
9
  testId?: string;
10
+ 'data-testid'?: string;
9
11
  };
10
12
  export declare const DatePickerInput: React.FC<DatePickerInputProps>;
11
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAWhD,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,0BAA0B,GAAG;IAC9D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAW1D,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { DropdownProps as CarbonDropdownProps } from '@carbon/react';
2
2
  export type DropdownProps<T> = CarbonDropdownProps<T> & {
3
3
  testId?: string;
4
+ 'data-testid'?: string;
4
5
  };
5
- export declare const Dropdown: <T>({ testId, ...carbonProps }: DropdownProps<T>) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const Dropdown: <T>({ testId, "data-testid": dataTestId, ...carbonProps }: DropdownProps<T>) => import("react/jsx-runtime").JSX.Element;
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,CAAC,EAAG,uDAI1B,aAAa,CAAC,CAAC,CAAC,4CAElB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { FileUploaderProps as CarbonFileUploaderProps } from '@carbon/react';
2
+ import { default as React } from 'react';
3
+ export type FileUploaderProps = CarbonFileUploaderProps & {
4
+ testId?: string;
5
+ };
6
+ export declare const FileUploader: React.FC<FileUploaderProps>;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/fileUploader/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,CAUpD,CAAC"}
@@ -2,6 +2,7 @@ import { FilterableMultiSelectProps as CarbonFilterableMultiSelectProps } from '
2
2
  import { default as React } from 'react';
3
3
  export type FilterableMultiSelectProps = CarbonFilterableMultiSelectProps<unknown> & {
4
4
  testId?: string;
5
+ 'data-testid'?: string;
5
6
  };
6
7
  export declare const FilterableMultiSelect: React.FC<FilterableMultiSelectProps>;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEJ,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAWtE,CAAC"}
@@ -2,14 +2,17 @@ import { GridProps as CarbonGridProps, RowProps as CarbonRowProps, ColumnProps a
2
2
  import { default as React } from 'react';
3
3
  export type GridProps = CarbonGridProps<'div'> & {
4
4
  testId?: string;
5
+ 'data-testid'?: string;
5
6
  };
6
7
  export declare const Grid: React.FC<GridProps>;
7
8
  export type RowProps = CarbonRowProps<'div'> & {
8
9
  testId?: string;
10
+ 'data-testid'?: string;
9
11
  };
10
12
  export declare const Row: React.FC<RowProps>;
11
13
  export type ColumnProps = CarbonColumnProps<'div'> & {
12
14
  testId?: string;
15
+ 'data-testid'?: string;
13
16
  };
14
17
  export declare const Column: React.FC<ColumnProps>;
15
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAWpC,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC7C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAWlC,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,iBAAiB,CAAC,KAAK,CAAC,GAAG;IACnD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAWxC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { InlineNotificationProps as CarbonInlineNotificationProps } from '@carbon/react';
2
+ import { default as React } from 'react';
3
+ export type InlineNotificationProps = CarbonInlineNotificationProps & {
4
+ testId?: string;
5
+ };
6
+ export declare const InlineNotification: React.FC<InlineNotificationProps>;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/inlineNotification/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,uBAAuB,IAAI,6BAA6B,EACzD,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,uBAAuB,GAAG,6BAA6B,GAAG;IACpE,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAKhE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { ReactNode } from 'react';
2
+ export interface LabelValueProps {
3
+ id: string;
4
+ label: string;
5
+ value: ReactNode;
6
+ labelId?: string;
7
+ valueId?: string;
8
+ valueClassName?: string;
9
+ }
10
+ export declare const LabelValue: React.FC<LabelValueProps>;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/labelValue/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA8BhD,CAAC"}
@@ -2,6 +2,7 @@ import { LinkProps as CarbonLinkProps } from '@carbon/react';
2
2
  import { default as React } from 'react';
3
3
  export type LinkProps = CarbonLinkProps<'a'> & {
4
4
  testId?: string;
5
+ 'data-testid'?: string;
5
6
  };
6
7
  export declare const Link: React.FC<LinkProps>;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAWpC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { ModalProps as CarbonModalProps, ModalHeader, ModalBody, ModalFooter } from '@carbon/react';
2
+ import { default as React } from 'react';
3
+ export type ModalProps = CarbonModalProps & {
4
+ testId?: string;
5
+ };
6
+ export declare const Modal: React.FC<ModalProps> & {
7
+ Header: typeof ModalHeader;
8
+ Body: typeof ModalBody;
9
+ Footer: typeof ModalFooter;
10
+ };
11
+ export { ModalHeader, ModalBody, ModalFooter };
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,IAAI,gBAAgB,EAC9B,WAAW,EACX,SAAS,EACT,WAAW,EACZ,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,CAAC,GAAG;IACzC,MAAM,EAAE,OAAO,WAAW,CAAC;IAC3B,IAAI,EAAE,OAAO,SAAS,CAAC;IACvB,MAAM,EAAE,OAAO,WAAW,CAAC;CAO5B,CAAC;AAOF,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC"}
@@ -2,6 +2,7 @@ import { NumberInputProps as CarbonNumberInputProps } from '@carbon/react';
2
2
  import { default as React } from 'react';
3
3
  export type NumberInputProps = CarbonNumberInputProps & {
4
4
  testId?: string;
5
+ 'data-testid'?: string;
5
6
  };
6
7
  export declare const NumberInput: React.FC<NumberInputProps>;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAQlD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ export interface RowCellProps {
3
+ header: React.ReactNode;
4
+ value: React.ReactNode;
5
+ info?: React.ReactNode;
6
+ id?: string;
7
+ testId?: string;
8
+ ariaLabel?: string;
9
+ className?: string;
10
+ }
11
+ export declare const RowCell: React.FC<RowCellProps>;
12
+ export default RowCell;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/rowCell/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA4C1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { TextAreaProps as CarbonTextAreaProps } from '@carbon/react';
2
+ import { default as React } from 'react';
3
+ export type TextAreaProps = CarbonTextAreaProps & {
4
+ testId?: string;
5
+ };
6
+ export declare const TextArea: React.FC<TextAreaProps>;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atoms/textArea/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,IAAI,mBAAmB,EACrC,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IAChD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAc5C,CAAC"}
@@ -2,6 +2,7 @@ import { TextInputProps as CarbonTextInputProps } from '@carbon/react';
2
2
  import { default as React } from 'react';
3
3
  export type TextInputProps = CarbonTextInputProps & {
4
4
  testId?: string;
5
+ 'data-testid'?: string;
5
6
  };
6
7
  export declare const TextInput: React.FC<TextInputProps>;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAQ9C,CAAC"}
@@ -2,6 +2,7 @@ import { TileProps as CarbonTileProps } from '@carbon/react';
2
2
  import { default as React } from 'react';
3
3
  export type TileProps = CarbonTileProps & {
4
4
  testId?: string;
5
+ 'data-testid'?: string;
5
6
  };
6
7
  export declare const Tile: React.FC<TileProps>;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAWpC,CAAC"}
@@ -1 +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"}
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,CA2NhD,CAAC"}