hplx-feature-library 1.0.99 → 1.0.101

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 (41) hide show
  1. package/dist/Attachments/index.js +12192 -10805
  2. package/dist/PediatricsCalculator/index.js +1 -1
  3. package/dist/PediatricsCalculatorTable-BSfspmzA.cjs +40 -0
  4. package/dist/PediatricsCalculatorTable-CEIcs8fu.js +2163 -0
  5. package/dist/components/{customDropdown/CustomDropdown.d.ts → CustomDropdown.d.ts} +1 -1
  6. package/dist/components/{toggleButtons/ToggleButtons.d.ts → ToggleButtons.d.ts} +1 -1
  7. package/dist/hplx-feature-library.css +1 -1
  8. package/dist/index.d.ts +0 -5
  9. package/dist/index.js +2 -12
  10. package/dist/useOutsideClick-DDF4hEI5.js +6684 -0
  11. package/dist/useOutsideClick-t7zJNned.cjs +84 -0
  12. package/package.json +2 -31
  13. package/dist/AlertPopup/index.js +0 -5
  14. package/dist/AlertPopup-BNDuLUqA.js +0 -1069
  15. package/dist/AlertPopup-CyDKrt43.cjs +0 -32
  16. package/dist/AllInvestigations/components/AllInvestigationsTable.d.ts +0 -11
  17. package/dist/AllInvestigations/index.d.ts +0 -1
  18. package/dist/AllInvestigations/index.js +0 -4
  19. package/dist/AllInvestigationsTable-C-tfS-lo.js +0 -91
  20. package/dist/AllInvestigationsTable-CpD4wv_W.cjs +0 -1
  21. package/dist/CustomDropdown/index.js +0 -256
  22. package/dist/DateTimePicker/DateAndTimePicker/index.js +0 -6167
  23. package/dist/PediatricsCalculatorTable-CGrZz303.cjs +0 -1
  24. package/dist/PediatricsCalculatorTable-DelYgJEq.js +0 -832
  25. package/dist/ToggleButtons/index.js +0 -17
  26. package/dist/components/alertPopup/index.d.ts +0 -1
  27. package/dist/components/customDropdown/index.d.ts +0 -1
  28. package/dist/components/dateTimePicker/DateAndTimePicker.d.ts +0 -21
  29. package/dist/components/dateTimePicker/index.d.ts +0 -1
  30. package/dist/components/toggleButtons/index.d.ts +0 -1
  31. package/dist/index-D-wXK-PO.cjs +0 -84
  32. package/dist/index-D6vi5Sgs.js +0 -6768
  33. package/dist/parseISO-AwyR5Nhg.cjs +0 -1
  34. package/dist/parseISO-Cso9HWPX.js +0 -1414
  35. package/dist/types/AllInvestigationTypes/index.js +0 -1
  36. package/dist/types/AllInvestigationTypes.d.ts +0 -30
  37. package/dist/useClickOutside-BjJyGTec.js +0 -14
  38. package/dist/useClickOutside-DsVG12Cs.cjs +0 -1
  39. package/dist/useOutsideClick-C4Q0aGuf.js +0 -15
  40. package/dist/useOutsideClick-CicUjzPP.cjs +0 -1
  41. /package/dist/components/{alertPopup/AlertPopup.d.ts → AlertPopup.d.ts} +0 -0
@@ -1,17 +0,0 @@
1
- import { j as e, Y as f } from "../index-D6vi5Sgs.js";
2
- function n(r) {
3
- const { options: h, selectedOption: a, onChangeHandler: s } = r;
4
- return /* @__PURE__ */ e.jsx("div", { className: "hfl-flex hfl-gap-2 hfl-h-full hfl-items-center hfl-px-4 hfl-justify-center hfl-py-1", children: h?.map((l) => /* @__PURE__ */ e.jsx("div", { className: "hfl-bg-White hfl-rounded-lg", children: /* @__PURE__ */ e.jsx(
5
- f,
6
- {
7
- onClick: () => s && s(l),
8
- hierarchy: a?.label === l.label ? "Primary" : "Secondary-Grey",
9
- size: "sm",
10
- textField: l.label,
11
- className: a?.label === l.label ? "hfl-bg-Blue-600" : ""
12
- }
13
- ) }, l.label)) });
14
- }
15
- export {
16
- n as default
17
- };
@@ -1 +0,0 @@
1
- export { default as AlertPopup } from './AlertPopup';
@@ -1 +0,0 @@
1
- export { default as CustomDropdown } from './CustomDropdown';
@@ -1,21 +0,0 @@
1
- import { RefObject } from 'react';
2
- interface DateAndTimePickerProps {
3
- inputDate: Date;
4
- triggerType?: 'button' | 'input';
5
- placeholderCTA?: string;
6
- placeholderCTAStyles?: string;
7
- inputPlaceholder?: string;
8
- inputFieldClassName?: string;
9
- displayDateFormat?: string;
10
- minDate?: Date | null;
11
- maxDate?: Date | null;
12
- applyChanges: (selectedDate: Date) => void;
13
- datePickerAbsoluteClasses: string;
14
- highlightClickedCell?: boolean;
15
- sectionRef?: RefObject<HTMLDivElement>;
16
- inputIcon?: string;
17
- inputIconClasses?: string;
18
- datePickerMainDivClasses?: string;
19
- }
20
- declare const DateAndTimePicker: ({ inputDate, placeholderCTA, placeholderCTAStyles, minDate, maxDate, applyChanges, datePickerAbsoluteClasses, triggerType, inputPlaceholder, inputFieldClassName, displayDateFormat, sectionRef, highlightClickedCell, inputIcon, inputIconClasses, datePickerMainDivClasses, }: DateAndTimePickerProps) => import("react/jsx-runtime").JSX.Element;
21
- export default DateAndTimePicker;
@@ -1 +0,0 @@
1
- export { default as DateAndTimePicker } from './DateAndTimePicker';
@@ -1 +0,0 @@
1
- export { default } from './ToggleButtons';