dfh-ui-library 1.13.65 → 1.13.67

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 { FC } from 'react';
2
+ import { IHookFormsInputProps } from '../../../shared/models/components/base.model';
3
+ /**
4
+ * Primary UI component for user interaction
5
+ */
6
+ declare const IconInputV2: FC<IHookFormsInputProps>;
7
+ export default IconInputV2;
@@ -1 +1,2 @@
1
- export { default } from "./IconInput";
1
+ export { default } from './IconInput';
2
+ export { default as IconInputV2 } from './IconInputV2';
@@ -5,5 +5,5 @@ export { default as Label } from './Label';
5
5
  export * from './Select';
6
6
  export { default as RadioButton } from './RadioButton';
7
7
  export { Textarea, TextareaWithCount, TextareaWithCountV2 } from './Textarea';
8
- export { default as IconInput } from './IconInput';
8
+ export { default as IconInput, IconInputV2 } from './IconInput';
9
9
  export { default as ImageInput } from './ImageInput';
@@ -1,4 +1,4 @@
1
- import React from "react";
2
- import { ImagePreviewProps } from "../../shared/models/components/common.model";
1
+ import React from 'react';
2
+ import { ImagePreviewProps } from '../../shared/models/components/common.model';
3
3
  declare const ImagePreview: React.FC<ImagePreviewProps>;
4
4
  export default ImagePreview;
@@ -3,7 +3,7 @@ export { default as Button } from './Button';
3
3
  export { default as ButtonV2 } from './Button/ButtonV2';
4
4
  export { default as Typhography } from './Typhography';
5
5
  export { default as TyphographyFormGen } from './TyphographyFormGen';
6
- export { Input, Select, SelectV2, CheckBox, Label, InputValidation, Textarea, RadioButton, IconInput, ImageInput, } from './FormElements';
6
+ export { Input, Select, SelectV2, CheckBox, Label, InputValidation, Textarea, RadioButton, IconInput, ImageInput, IconInputV2, } from './FormElements';
7
7
  export { default as Card } from './Card';
8
8
  export { default as ComboBox } from './ComboBox';
9
9
  export { default as ComponentProvider } from './ComponentProvider';
package/dist/index.d.ts CHANGED
@@ -1396,6 +1396,11 @@ declare const Textarea: React__default.FC<IInputProps>;
1396
1396
  */
1397
1397
  declare const IconInput: FC<IHookFormsInputProps>;
1398
1398
 
1399
+ /**
1400
+ * Primary UI component for user interaction
1401
+ */
1402
+ declare const IconInputV2: FC<IHookFormsInputProps>;
1403
+
1399
1404
  declare const ImageInput: React__default.FC<ImageInputProps>;
1400
1405
 
1401
1406
  /**
@@ -2024,5 +2029,5 @@ declare const themeConfigs: {
2024
2029
  plugins: any[];
2025
2030
  };
2026
2031
 
2027
- export { BADGETYPE, Badge, BorderType, Breadcrumb, Button, ButtonGroup, ButtonGroupFormGen, ButtonGroupMultiSelect, ButtonGroupMultiSelectV2, ButtonGroupWithInputs, ButtonGroupWithInputsFormGen, ButtonGroupWithUpload, ButtonV2, Card, Checkbox as CheckBox, CheckBoxComponent, ClickedAction, ComboBox, DFHFormProvider as ComponentProvider, CustomFileInput, CustomDatePicker as DatePicker, DialogBox, DynamicDualInputTextGroupFormGen, FilterButtonGroup, Heading, HistoryDetails, Icon, IconInput, ImageInput, ImagePreview, IndeterminateCheckbox, InfoCard, Input, InputDatePicker, InputDatePickerV2, InputValidation, InputsGroup, Label, ListRow, LoadingSpinner, Logo, Message, Modal, MultiSelectFormGen, NavBar, NoteEditor, NoteEditorV2, PanelCard, PhoneNumberInput, PhoneNumberInput2, PhoneNumberInput3, PreviousDataBadge, ProgressBar, RadioButton, RegularDropdown, Row, SearchDropdownWithButton, Select, SelectUserWithButton, SelectV2, SideBarListView, Signature, SortDropdown, Spinner, SsnInput, Stepper, Tab, TabButton, TabList, TabPanel, Table, TagSelect as TagDropdown, TagSelect, Textarea, Timeline, Todos, TodosV2, Tooltip, TooltipWithChildren, Typho, Typhography, TyphographyFormGen, UrgentChallenges, useSchemaProcessor as UseSchemaProcessor, VersionDateDropdown, themeConfigs, usePagination, useSorting };
2032
+ export { BADGETYPE, Badge, BorderType, Breadcrumb, Button, ButtonGroup, ButtonGroupFormGen, ButtonGroupMultiSelect, ButtonGroupMultiSelectV2, ButtonGroupWithInputs, ButtonGroupWithInputsFormGen, ButtonGroupWithUpload, ButtonV2, Card, Checkbox as CheckBox, CheckBoxComponent, ClickedAction, ComboBox, DFHFormProvider as ComponentProvider, CustomFileInput, CustomDatePicker as DatePicker, DialogBox, DynamicDualInputTextGroupFormGen, FilterButtonGroup, Heading, HistoryDetails, Icon, IconInput, IconInputV2, ImageInput, ImagePreview, IndeterminateCheckbox, InfoCard, Input, InputDatePicker, InputDatePickerV2, InputValidation, InputsGroup, Label, ListRow, LoadingSpinner, Logo, Message, Modal, MultiSelectFormGen, NavBar, NoteEditor, NoteEditorV2, PanelCard, PhoneNumberInput, PhoneNumberInput2, PhoneNumberInput3, PreviousDataBadge, ProgressBar, RadioButton, RegularDropdown, Row, SearchDropdownWithButton, Select, SelectUserWithButton, SelectV2, SideBarListView, Signature, SortDropdown, Spinner, SsnInput, Stepper, Tab, TabButton, TabList, TabPanel, Table, TagSelect as TagDropdown, TagSelect, Textarea, Timeline, Todos, TodosV2, Tooltip, TooltipWithChildren, Typho, Typhography, TyphographyFormGen, UrgentChallenges, useSchemaProcessor as UseSchemaProcessor, VersionDateDropdown, themeConfigs, usePagination, useSorting };
2028
2033
  export type { AccountPopoverMenuItem, BadgeColorVariant, BtnOptionDropdown, DropdownSearchProps, ISolutionvalues, InputType, ListMasterDataProps, LogoProps, MessageProps, NoteChildrenProps, NoteHistoryProps, NoteItemProps, NoteProps, OptionProps, TimelineEventProps, UrgentDataProps, VariantTypes };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.65",
3
+ "version": "1.13.67",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",