dfh-ui-library 1.13.5 → 1.13.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ import { PhoneNumberInputProps } from "../../shared/models/components/common.model";
3
+ import 'react-phone-number-input/style.css';
4
+ import './phoneInput.css';
5
+ declare const PhoneNumberInput3: React.FC<PhoneNumberInputProps>;
6
+ export default PhoneNumberInput3;
@@ -1,2 +1,3 @@
1
1
  export { default as PhoneNumberInput } from "./PhoneNumberInput";
2
2
  export { default as PhoneNumberInput2 } from "./PhoneNumberInput2";
3
+ export { default as PhoneNumberInput3 } from "./PhoneNumberInput3";
@@ -14,7 +14,7 @@ export { default as ImagePreview } from "./ImagePreview";
14
14
  export { default as DatePicker } from "./Datepicker";
15
15
  export { default as InputDatePicker } from "./InputDatepicker";
16
16
  export { Row } from "./core";
17
- export { PhoneNumberInput, PhoneNumberInput2 } from "./PhoneNumberInput";
17
+ export { PhoneNumberInput, PhoneNumberInput2, PhoneNumberInput3 } from "./PhoneNumberInput";
18
18
  export { Tooltip } from "./Tooltip";
19
19
  export { default as DialogBox } from "../components/core/DialogBox";
20
20
  export { default as Modal } from "../components/Modal";
package/dist/index.d.ts CHANGED
@@ -1388,6 +1388,8 @@ declare const PhoneNumberInput: React__default.FC<PhoneNumberInputProps>;
1388
1388
 
1389
1389
  declare const PhoneNumberInput2: React__default.FC<PhoneNumberInputProps>;
1390
1390
 
1391
+ declare const PhoneNumberInput3: React__default.FC<PhoneNumberInputProps>;
1392
+
1391
1393
  /**
1392
1394
  * Primary UI component for Tooltip
1393
1395
  */
@@ -1892,4 +1894,4 @@ declare const themeConfigs: {
1892
1894
  plugins: any[];
1893
1895
  };
1894
1896
 
1895
- export { BADGETYPE, Badge, type BadgeColorVariant, BorderType, Breadcrumb, type BtnOptionDropdown, Button, ButtonGroup, ButtonGroupFormGen, ButtonGroupMultiSelect, ButtonGroupWithInputs, ButtonGroupWithInputsFormGen, ButtonGroupWithUpload, Card, Checkbox as CheckBox, CheckBoxComponent, ClickedAction, DFHFormProvider as ComponentProvider, CustomFileInput, CustomDatePicker as DatePicker, DialogBox, type DropdownSearchProps, DynamicDualInputTextGroupFormGen, FilterButtonGroup, Heading, HistoryDetails, type ISolutionvalues, Icon, IconInput, ImageInput, ImagePreview, IndeterminateCheckbox, InfoCard, Input, InputDatePicker, type InputType, InputValidation, InputsGroup, Label, type ListMasterDataProps, ListRow, LoadingSpinner, Logo, type LogoProps, Message, type MessageProps, Modal, MultiSelectFormGen, NavBar, type NoteChildrenProps, NoteEditor, type NoteHistoryProps, type NoteItemProps, type NoteProps, type OptionProps, PanelCard, PhoneNumberInput, PhoneNumberInput2, PreviousDataBadge, ProgressBar, RadioButton, RegularDropdown, Row, SearchDropdownWithButton, Select, SelectUserWithButton, SideBarListView, Signature, SortDropdown, Spinner, SsnInput, Stepper, Tab, TabButton, TabList, TabPanel, Table, TagSelect as TagDropdown, TagSelect, Textarea, Timeline, type TimelineEventProps, Todos, Tooltip, TooltipWithChildren, Typho, Typhography, TyphographyFormGen, UrgentChallenges, type UrgentDataProps, useSchemaProcessor as UseSchemaProcessor, type VariantTypes, VersionDateDropdown, themeConfigs, usePagination, useSorting };
1897
+ export { BADGETYPE, Badge, type BadgeColorVariant, BorderType, Breadcrumb, type BtnOptionDropdown, Button, ButtonGroup, ButtonGroupFormGen, ButtonGroupMultiSelect, ButtonGroupWithInputs, ButtonGroupWithInputsFormGen, ButtonGroupWithUpload, Card, Checkbox as CheckBox, CheckBoxComponent, ClickedAction, DFHFormProvider as ComponentProvider, CustomFileInput, CustomDatePicker as DatePicker, DialogBox, type DropdownSearchProps, DynamicDualInputTextGroupFormGen, FilterButtonGroup, Heading, HistoryDetails, type ISolutionvalues, Icon, IconInput, ImageInput, ImagePreview, IndeterminateCheckbox, InfoCard, Input, InputDatePicker, type InputType, InputValidation, InputsGroup, Label, type ListMasterDataProps, ListRow, LoadingSpinner, Logo, type LogoProps, Message, type MessageProps, Modal, MultiSelectFormGen, NavBar, type NoteChildrenProps, NoteEditor, type NoteHistoryProps, type NoteItemProps, type NoteProps, type OptionProps, PanelCard, PhoneNumberInput, PhoneNumberInput2, PhoneNumberInput3, PreviousDataBadge, ProgressBar, RadioButton, RegularDropdown, Row, SearchDropdownWithButton, Select, SelectUserWithButton, SideBarListView, Signature, SortDropdown, Spinner, SsnInput, Stepper, Tab, TabButton, TabList, TabPanel, Table, TagSelect as TagDropdown, TagSelect, Textarea, Timeline, type TimelineEventProps, Todos, Tooltip, TooltipWithChildren, Typho, Typhography, TyphographyFormGen, UrgentChallenges, type UrgentDataProps, useSchemaProcessor as UseSchemaProcessor, type VariantTypes, VersionDateDropdown, themeConfigs, usePagination, useSorting };
package/package.json CHANGED
@@ -1,111 +1,111 @@
1
- {
2
- "name": "dfh-ui-library",
3
- "version": "1.13.5",
4
- "description": "",
5
- "scripts": {
6
- "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
7
- "storybook": "storybook dev -p 6006",
8
- "build-storybook": "storybook build",
9
- "test": "jest"
10
- },
11
- "author": "DFH dev",
12
- "license": "ISC",
13
- "dependencies": {
14
- "@babel/preset-env": "^7.23.3",
15
- "@babel/preset-react": "^7.23.3",
16
- "@babel/preset-typescript": "^7.23.3",
17
- "@faker-js/faker": "^8.3.1",
18
- "@fontsource/inter": "^5.0.16",
19
- "@rollup/plugin-sucrase": "^5.0.2",
20
- "@rollup/plugin-terser": "^0.4.4",
21
- "@tailwindcss/forms": "^0.5.7",
22
- "@tanstack/react-table": "^8.11.3",
23
- "@types/react": "^18.2.37",
24
- "autoprefixer": "^10.4.16",
25
- "classnames": "^2.3.2",
26
- "dfh-form-generator": "^1.2.138",
27
- "dompurify": "^3.1.6",
28
- "formik": "^2.4.5",
29
- "lodash": "^4.17.21",
30
- "moment": "^2.29.4",
31
- "react": "^18.2.0",
32
- "react-datepicker": "^4.24.0",
33
- "react-dom": "^18.2.0",
34
- "react-input-mask": "^3.0.0-alpha.2",
35
- "react-phone-number-input": "^3.4.11",
36
- "react-select": "^5.8.0",
37
- "react-tooltip": "^5.26.3",
38
- "rollup-plugin-peer-deps-external": "^2.2.4",
39
- "rollup-plugin-scss": "^4.0.0",
40
- "signature_pad": "^4.2.0",
41
- "tailwindcss": "^3.3.5",
42
- "tsconfig-paths-webpack-plugin": "^4.1.0",
43
- "tslib": "^2.6.2",
44
- "typescript": "^5.2.2"
45
- },
46
- "devDependencies": {
47
- "@rollup/plugin-commonjs": "^25.0.7",
48
- "@rollup/plugin-node-resolve": "^15.2.3",
49
- "@rollup/plugin-typescript": "^11.1.5",
50
- "@storybook/addon-actions": "^7.6.3",
51
- "@storybook/addon-docs": "^7.5.3",
52
- "@storybook/addon-essentials": "^7.5.3",
53
- "@storybook/addon-interactions": "^7.5.3",
54
- "@storybook/addon-links": "^7.5.3",
55
- "@storybook/addon-onboarding": "^1.0.8",
56
- "@storybook/addon-postcss": "^2.0.0",
57
- "@storybook/blocks": "^7.5.3",
58
- "@storybook/cli": "^7.5.3",
59
- "@storybook/react": "^7.5.3",
60
- "@storybook/react-webpack5": "^7.5.3",
61
- "@storybook/testing-library": "^0.2.2",
62
- "@storybook/theming": "^7.5.3",
63
- "@testing-library/jest-dom": "^6.1.4",
64
- "@testing-library/react": "^14.1.2",
65
- "@testing-library/user-event": "^14.5.1",
66
- "@types/dompurify": "^3.0.5",
67
- "@types/jest": "^29.5.9",
68
- "@types/react-datepicker": "^4.19.4",
69
- "@types/signature_pad": "^2.3.6",
70
- "@typescript-eslint/eslint-plugin": "^6.12.0",
71
- "@typescript-eslint/parser": "^6.12.0",
72
- "autoprefixer": "^10.4.16",
73
- "cssnano": "^6.0.1",
74
- "eslint": "^8.54.0",
75
- "eslint-plugin-react": "^7.33.2",
76
- "jest": "^29.7.0",
77
- "jest-environment-jsdom": "^29.7.0",
78
- "postcss": "^8.4.31",
79
- "postcss-cssnext": "^3.1.1",
80
- "postcss-import": "^15.1.0",
81
- "postcss-loader": "^7.3.3",
82
- "rollup": "^4.5.0",
83
- "rollup-plugin-css-only": "^4.5.2",
84
- "rollup-plugin-dts": "^6.1.0",
85
- "rollup-plugin-postcss": "^4.0.2",
86
- "storybook": "^7.5.3",
87
- "sugarss": "^4.0.1",
88
- "vite": "^5.0.0"
89
- },
90
- "peerDependencies": {
91
- "@tailwindcss/forms": "^0.5.7",
92
- "autoprefixer": "^10.4.16",
93
- "classnames": "^2.3.2",
94
- "cssnano": "^6.0.1",
95
- "lodash": "^4.17.21",
96
- "moment": "^2.29.4",
97
- "postcss": "^8.4.31",
98
- "postcss-cssnext": "^3.1.1",
99
- "postcss-import": "^15.1.0",
100
- "postcss-loader": "^7.3.3",
101
- "react": "^18.2.0",
102
- "react-dom": "^18.2.0",
103
- "tailwindcss": "^3.3.5"
104
- },
105
- "main": "dist/cjs/index.js",
106
- "module": "dist/esm/index.js",
107
- "files": [
108
- "dist"
109
- ],
110
- "types": "dist/index.d.ts"
111
- }
1
+ {
2
+ "name": "dfh-ui-library",
3
+ "version": "1.13.7",
4
+ "description": "",
5
+ "scripts": {
6
+ "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
7
+ "storybook": "storybook dev -p 6006",
8
+ "build-storybook": "storybook build",
9
+ "test": "jest"
10
+ },
11
+ "author": "DFH dev",
12
+ "license": "ISC",
13
+ "dependencies": {
14
+ "@babel/preset-env": "^7.23.3",
15
+ "@babel/preset-react": "^7.23.3",
16
+ "@babel/preset-typescript": "^7.23.3",
17
+ "@faker-js/faker": "^8.3.1",
18
+ "@fontsource/inter": "^5.0.16",
19
+ "@rollup/plugin-sucrase": "^5.0.2",
20
+ "@rollup/plugin-terser": "^0.4.4",
21
+ "@tailwindcss/forms": "^0.5.7",
22
+ "@tanstack/react-table": "^8.11.3",
23
+ "@types/react": "^18.2.37",
24
+ "autoprefixer": "^10.4.16",
25
+ "classnames": "^2.3.2",
26
+ "dfh-form-generator": "^1.2.138",
27
+ "dompurify": "^3.1.6",
28
+ "formik": "^2.4.5",
29
+ "lodash": "^4.17.21",
30
+ "moment": "^2.29.4",
31
+ "react": "^18.2.0",
32
+ "react-datepicker": "^4.24.0",
33
+ "react-dom": "^18.2.0",
34
+ "react-input-mask": "^3.0.0-alpha.2",
35
+ "react-phone-number-input": "^3.4.11",
36
+ "react-select": "^5.8.0",
37
+ "react-tooltip": "^5.26.3",
38
+ "rollup-plugin-peer-deps-external": "^2.2.4",
39
+ "rollup-plugin-scss": "^4.0.0",
40
+ "signature_pad": "^4.2.0",
41
+ "tailwindcss": "^3.3.5",
42
+ "tsconfig-paths-webpack-plugin": "^4.1.0",
43
+ "tslib": "^2.6.2",
44
+ "typescript": "^5.2.2"
45
+ },
46
+ "devDependencies": {
47
+ "@rollup/plugin-commonjs": "^25.0.7",
48
+ "@rollup/plugin-node-resolve": "^15.2.3",
49
+ "@rollup/plugin-typescript": "^11.1.5",
50
+ "@storybook/addon-actions": "^7.6.3",
51
+ "@storybook/addon-docs": "^7.5.3",
52
+ "@storybook/addon-essentials": "^7.5.3",
53
+ "@storybook/addon-interactions": "^7.5.3",
54
+ "@storybook/addon-links": "^7.5.3",
55
+ "@storybook/addon-onboarding": "^1.0.8",
56
+ "@storybook/addon-postcss": "^2.0.0",
57
+ "@storybook/blocks": "^7.5.3",
58
+ "@storybook/cli": "^7.5.3",
59
+ "@storybook/react": "^7.5.3",
60
+ "@storybook/react-webpack5": "^7.5.3",
61
+ "@storybook/testing-library": "^0.2.2",
62
+ "@storybook/theming": "^7.5.3",
63
+ "@testing-library/jest-dom": "^6.1.4",
64
+ "@testing-library/react": "^14.1.2",
65
+ "@testing-library/user-event": "^14.5.1",
66
+ "@types/dompurify": "^3.0.5",
67
+ "@types/jest": "^29.5.9",
68
+ "@types/react-datepicker": "^4.19.4",
69
+ "@types/signature_pad": "^2.3.6",
70
+ "@typescript-eslint/eslint-plugin": "^6.12.0",
71
+ "@typescript-eslint/parser": "^6.12.0",
72
+ "autoprefixer": "^10.4.16",
73
+ "cssnano": "^6.0.1",
74
+ "eslint": "^8.54.0",
75
+ "eslint-plugin-react": "^7.33.2",
76
+ "jest": "^29.7.0",
77
+ "jest-environment-jsdom": "^29.7.0",
78
+ "postcss": "^8.4.31",
79
+ "postcss-cssnext": "^3.1.1",
80
+ "postcss-import": "^15.1.0",
81
+ "postcss-loader": "^7.3.3",
82
+ "rollup": "^4.5.0",
83
+ "rollup-plugin-css-only": "^4.5.2",
84
+ "rollup-plugin-dts": "^6.1.0",
85
+ "rollup-plugin-postcss": "^4.0.2",
86
+ "storybook": "^7.5.3",
87
+ "sugarss": "^4.0.1",
88
+ "vite": "^5.0.0"
89
+ },
90
+ "peerDependencies": {
91
+ "@tailwindcss/forms": "^0.5.7",
92
+ "autoprefixer": "^10.4.16",
93
+ "classnames": "^2.3.2",
94
+ "cssnano": "^6.0.1",
95
+ "lodash": "^4.17.21",
96
+ "moment": "^2.29.4",
97
+ "postcss": "^8.4.31",
98
+ "postcss-cssnext": "^3.1.1",
99
+ "postcss-import": "^15.1.0",
100
+ "postcss-loader": "^7.3.3",
101
+ "react": "^18.2.0",
102
+ "react-dom": "^18.2.0",
103
+ "tailwindcss": "^3.3.5"
104
+ },
105
+ "main": "dist/cjs/index.js",
106
+ "module": "dist/esm/index.js",
107
+ "files": [
108
+ "dist"
109
+ ],
110
+ "types": "dist/index.d.ts"
111
+ }