@cagatayfdn/flora-components 0.0.164 → 0.0.165
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/dist/ReactToastify.css +1 -1
- package/dist/components/Datepicker/Datepicker.js +973 -806
- package/dist/index.d.mts +163 -0
- package/dist/index.d.ts +163 -0
- package/dist/index.js +108 -95
- package/dist/utils/http/createFetchClient.js +76 -0
- package/dist/utils/http/errors.js +41 -0
- package/dist/utils/http/helpers.js +100 -0
- package/dist/utils/http/index.js +15 -0
- package/dist/utils/http/interceptorManager.js +31 -0
- package/dist/utils/http/types.js +1 -0
- package/dist/utils/index.js +41 -28
- package/package.json +50 -44
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cagatayfdn/flora-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.165",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -31,25 +31,24 @@
|
|
|
31
31
|
"storybook": "storybook dev -p 6006",
|
|
32
32
|
"build-storybook": "storybook build"
|
|
33
33
|
},
|
|
34
|
+
"peerDependencies": {
|
|
35
|
+
"react": ">=18.0.0",
|
|
36
|
+
"react-dom": ">=18.0.0"
|
|
37
|
+
},
|
|
34
38
|
"dependencies": {
|
|
35
39
|
"@ebay/nice-modal-react": "1.2.13",
|
|
36
40
|
"@hookform/resolvers": "2.8.2",
|
|
37
|
-
"@tailwindcss/vite": "^4.1.17",
|
|
38
|
-
"@types/node": "18.7.6",
|
|
39
|
-
"@types/yup": "0.29.13",
|
|
40
41
|
"axios": "0.21.0",
|
|
41
42
|
"bootstrap": "5.1.3",
|
|
42
43
|
"chart.js": "3.9.1",
|
|
43
44
|
"classnames": "2.2.6",
|
|
44
45
|
"date-fns": "2.16.1",
|
|
45
46
|
"dayjs": "1.11.0",
|
|
46
|
-
"flatpickr": "4.6.
|
|
47
|
+
"flatpickr": "4.6.13",
|
|
47
48
|
"i18next": "19.8.4",
|
|
48
49
|
"ramda": "0.27.1",
|
|
49
|
-
"react": "^18.2.0",
|
|
50
50
|
"react-chartjs-2": "4.3.1",
|
|
51
51
|
"react-content-loader": "5.1.4",
|
|
52
|
-
"react-dom": "^18.2.0",
|
|
53
52
|
"react-dropdown-select": "4.8.0",
|
|
54
53
|
"react-hook-form": "7.17.3",
|
|
55
54
|
"react-i18next": "14.0.3",
|
|
@@ -57,49 +56,56 @@
|
|
|
57
56
|
"react-toastify": "8.1.0",
|
|
58
57
|
"react-tooltip": "4.2.21",
|
|
59
58
|
"react-virtuoso": "4.14.1",
|
|
60
|
-
"tailwindcss": "^4.1.17",
|
|
61
|
-
"vite-plugin-dts": "^3.7.3",
|
|
62
|
-
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
63
|
-
"vite-tsconfig-paths": "^5.1.4",
|
|
64
59
|
"yup": "0.32.11"
|
|
65
60
|
},
|
|
66
61
|
"devDependencies": {
|
|
67
|
-
"@chromatic-com/storybook": "
|
|
68
|
-
"@laynezh/vite-plugin-lib-assets": "
|
|
69
|
-
"@storybook/addon-essentials": "
|
|
70
|
-
"@storybook/addon-interactions": "
|
|
71
|
-
"@storybook/addon-links": "
|
|
72
|
-
"@storybook/addon-onboarding": "
|
|
73
|
-
"@storybook/blocks": "
|
|
74
|
-
"@storybook/react": "
|
|
75
|
-
"@storybook/react-vite": "
|
|
76
|
-
"@storybook/test": "
|
|
77
|
-
"@
|
|
78
|
-
"@testing-library/
|
|
79
|
-
"@testing-library/
|
|
80
|
-
"@testing-library/
|
|
62
|
+
"@chromatic-com/storybook": "1.2.25",
|
|
63
|
+
"@laynezh/vite-plugin-lib-assets": "0.5.24",
|
|
64
|
+
"@storybook/addon-essentials": "8.0.4",
|
|
65
|
+
"@storybook/addon-interactions": "8.0.4",
|
|
66
|
+
"@storybook/addon-links": "8.0.4",
|
|
67
|
+
"@storybook/addon-onboarding": "8.0.4",
|
|
68
|
+
"@storybook/blocks": "8.0.4",
|
|
69
|
+
"@storybook/react": "8.0.4",
|
|
70
|
+
"@storybook/react-vite": "8.0.4",
|
|
71
|
+
"@storybook/test": "8.0.4",
|
|
72
|
+
"@tailwindcss/vite": "4.1.17",
|
|
73
|
+
"@testing-library/dom": "9.3.4",
|
|
74
|
+
"@testing-library/jest-dom": "6.4.2",
|
|
75
|
+
"@testing-library/react": "14.2.2",
|
|
76
|
+
"@testing-library/user-event": "14.5.2",
|
|
81
77
|
"@types/classnames": "2.2.11",
|
|
82
78
|
"@types/flatpickr": "3.1.2",
|
|
83
|
-
"@types/jest": "
|
|
79
|
+
"@types/jest": "29.5.12",
|
|
80
|
+
"@types/node": "18.7.6",
|
|
84
81
|
"@types/ramda": "0.27.44",
|
|
85
|
-
"@types/react": "
|
|
86
|
-
"@types/react-dom": "
|
|
87
|
-
"@types/
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "
|
|
89
|
-
"@typescript-eslint/parser": "
|
|
90
|
-
"@vitejs/plugin-react": "
|
|
91
|
-
"eslint": "
|
|
92
|
-
"eslint-plugin-react-hooks": "
|
|
93
|
-
"eslint-plugin-react-refresh": "
|
|
94
|
-
"eslint-plugin-simple-import-sort": "
|
|
95
|
-
"eslint-plugin-storybook": "
|
|
82
|
+
"@types/react": "18.2.67",
|
|
83
|
+
"@types/react-dom": "18.2.22",
|
|
84
|
+
"@types/yup": "0.29.13",
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "7.3.1",
|
|
86
|
+
"@typescript-eslint/parser": "7.3.1",
|
|
87
|
+
"@vitejs/plugin-react": "4.2.1",
|
|
88
|
+
"eslint": "7.32.0",
|
|
89
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
90
|
+
"eslint-plugin-react-refresh": "0.4.6",
|
|
91
|
+
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
92
|
+
"eslint-plugin-storybook": "0.8.0",
|
|
96
93
|
"fantasticon": "1.2.2",
|
|
97
|
-
"identity-obj-proxy": "
|
|
98
|
-
"jest": "
|
|
99
|
-
"jest-environment-jsdom": "
|
|
100
|
-
"storybook": "
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
94
|
+
"identity-obj-proxy": "3.0.0",
|
|
95
|
+
"jest": "29.7.0",
|
|
96
|
+
"jest-environment-jsdom": "29.7.0",
|
|
97
|
+
"storybook": "8.0.4",
|
|
98
|
+
"tailwindcss": "4.1.17",
|
|
99
|
+
"ts-jest": "29.1.2",
|
|
100
|
+
"typescript": "5.3.3",
|
|
101
|
+
"vite": "5.2.2",
|
|
102
|
+
"vite-plugin-dts": "3.7.3",
|
|
103
|
+
"vite-plugin-lib-inject-css": "2.2.2",
|
|
104
|
+
"vite-tsconfig-paths": "5.1.4"
|
|
105
|
+
},
|
|
106
|
+
"resolutions": {
|
|
107
|
+
"strip-ansi": "^6.0.1",
|
|
108
|
+
"string-width": "^4.2.3",
|
|
109
|
+
"cliui/wrap-ansi": "^7.0.0"
|
|
104
110
|
}
|
|
105
111
|
}
|