test-stpr-ui-kit 0.6.10 → 0.6.12
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/lib/components/Accordion/Accordion.d.ts +3 -0
- package/dist/lib/components/Accordion/index.d.ts +2 -0
- package/dist/lib/components/ApplyButtons/ApplyButtons.d.ts +3 -0
- package/dist/lib/components/ApplyButtons/index.d.ts +2 -0
- package/dist/lib/components/AuthProtected/AuthProtected.d.ts +3 -0
- package/dist/lib/components/AuthProtected/index.d.ts +2 -0
- package/dist/lib/components/BaseTooltip/BaseTooltip.d.ts +2 -0
- package/dist/lib/components/BaseTooltip/index.d.ts +2 -0
- package/dist/lib/components/Breadcrumb/Breadcrumb.d.ts +3 -0
- package/dist/lib/components/Breadcrumb/index.d.ts +2 -0
- package/dist/lib/components/Button/Button.d.ts +3 -0
- package/dist/lib/components/Button/index.d.ts +2 -0
- package/dist/lib/components/Checkbox/Checkbox.d.ts +3 -0
- package/dist/lib/components/Checkbox/index.d.ts +2 -0
- package/dist/lib/components/Confirm/Confirm.d.ts +3 -0
- package/dist/lib/components/Confirm/index.d.ts +2 -0
- package/dist/lib/components/ContextMenu/ContextMenu.d.ts +3 -0
- package/dist/lib/components/ContextMenu/index.d.ts +2 -0
- package/dist/lib/components/DatePicker/DatePicker.d.ts +3 -0
- package/dist/lib/components/DatePicker/index.d.ts +2 -0
- package/dist/lib/components/DatePickerInput/DatePickerInput.d.ts +2 -0
- package/dist/lib/components/DatePickerInput/index.d.ts +2 -0
- package/dist/lib/components/DefaultDropzone/DefaultDropzone.d.ts +3 -0
- package/dist/lib/components/DefaultDropzone/hooks/useDefaultDropzone.d.ts +1 -0
- package/dist/lib/components/DefaultDropzone/index.d.ts +2 -0
- package/dist/lib/components/Dropdown/Dropdown.d.ts +3 -0
- package/dist/lib/components/Dropdown/index.d.ts +2 -0
- package/dist/lib/components/EllipsisTextWithTooltip/EllipsisTextWithTooltip.d.ts +3 -0
- package/dist/lib/components/EllipsisTextWithTooltip/index.d.ts +2 -0
- package/dist/lib/components/EllipsisTextWithTooltip/utils/index.d.ts +2 -0
- package/dist/lib/components/Form/Form.d.ts +3 -0
- package/dist/lib/components/Form/index.d.ts +2 -0
- package/dist/lib/components/Icons/Icon.d.ts +40 -0
- package/dist/lib/components/Icons/index.d.ts +3 -0
- package/dist/lib/components/Icons/types/index.d.ts +44 -0
- package/dist/lib/components/Input/Input.d.ts +2 -0
- package/dist/lib/components/Input/index.d.ts +2 -0
- package/dist/lib/components/Label/Label.d.ts +3 -0
- package/dist/lib/components/Label/index.d.ts +2 -0
- package/dist/lib/components/Layer/Layer.d.ts +3 -0
- package/dist/lib/components/Layer/index.d.ts +2 -0
- package/dist/lib/components/MediaContextProvider/MediaContextProvider.d.ts +3 -0
- package/dist/lib/components/MediaContextProvider/constants/index.d.ts +3 -0
- package/dist/lib/components/MediaContextProvider/hooks/index.d.ts +7 -0
- package/dist/lib/components/MediaContextProvider/index.d.ts +4 -0
- package/dist/lib/components/Modal/Modal.d.ts +3 -0
- package/dist/lib/components/Modal/hooks/index.d.ts +17 -0
- package/dist/lib/components/Modal/index.d.ts +3 -0
- package/dist/lib/components/Portal/Potral.d.ts +3 -0
- package/dist/lib/components/Portal/index.d.ts +2 -0
- package/dist/lib/components/ProgressWrapper/ProgressWrapper.d.ts +3 -0
- package/dist/lib/components/ProgressWrapper/constants/index.d.ts +1 -0
- package/dist/lib/components/ProgressWrapper/hooks/index.d.ts +4 -0
- package/dist/lib/components/ProgressWrapper/index.d.ts +3 -0
- package/dist/lib/components/Select/Select.d.ts +3 -0
- package/dist/lib/components/Select/constants/index.d.ts +3 -0
- package/dist/lib/components/Select/hooks/useSelect.d.ts +28 -0
- package/dist/lib/components/Select/index.d.ts +2 -0
- package/dist/lib/components/Skeleton/Skeleton.d.ts +3 -0
- package/dist/lib/components/Skeleton/index.d.ts +2 -0
- package/dist/lib/components/Spinner/Spinner.d.ts +3 -0
- package/dist/lib/components/Spinner/index.d.ts +2 -0
- package/dist/lib/components/Table/Table.d.ts +1 -0
- package/dist/lib/components/Table/hooks/index.d.ts +12 -0
- package/dist/lib/components/Table/index.d.ts +3 -0
- package/dist/lib/components/Table/utils/index.d.ts +2 -0
- package/dist/lib/components/Tabs/Tabs.d.ts +3 -0
- package/dist/lib/components/Tabs/index.d.ts +2 -0
- package/dist/lib/components/Text/Text.d.ts +2 -0
- package/dist/lib/components/Text/index.d.ts +2 -0
- package/dist/lib/components/TextWithLabel/TextWithLabel.d.ts +3 -0
- package/dist/lib/components/TextWithLabel/index.d.ts +2 -0
- package/dist/lib/components/Textarea/Textarea.d.ts +2 -0
- package/dist/lib/components/Textarea/index.d.ts +2 -0
- package/dist/lib/components/Tooltip/Tooltip.d.ts +4 -0
- package/dist/lib/components/Tooltip/index.d.ts +3 -0
- package/dist/lib/components/Tooltip/types/index.d.ts +34 -0
- package/dist/lib/components/UploadFiles/UploadFiles.d.ts +3 -0
- package/dist/lib/components/UploadFiles/index.d.ts +2 -0
- package/dist/lib/components/UploadFiles/types/index.d.ts +33 -0
- package/dist/lib/components/UploadFiles/utils/index.d.ts +12 -0
- package/dist/lib/components/ViewImageModal/ViewImageModal.d.ts +3 -0
- package/dist/lib/components/ViewImageModal/index.d.ts +2 -0
- package/dist/lib/test-stpr-ui-kit.d.ts +46 -0
- package/dist/lib/vite-env.d.ts +2 -0
- package/dist/test-stpr-ui-kit.es.d.ts +1 -825
- package/dist/test-stpr-ui-kit.js +6096 -6143
- package/dist/test-stpr-ui-kit.umd.cjs +9 -7
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "test-stpr-ui-kit",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.12",
|
|
4
4
|
"description": "UI-kit package",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Mochalov Ivan",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"storybook:build": "node scripts/inline-changelog.js && storybook build --output-dir storybook-static/themes/main/assets/storybook && node scripts/fix-storybook-paths.js"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
+
"@mona-health/react-input-mask": "^3.0.3",
|
|
48
49
|
"clsx": "^2.1.1",
|
|
49
50
|
"date-fns": "^4.1.0",
|
|
50
|
-
"lodash": "4.17.23",
|
|
51
51
|
"react-datepicker": "^9.1.0",
|
|
52
52
|
"react-dropzone": "^14.3.8",
|
|
53
|
-
"react-input-mask": "^2.0.4",
|
|
54
53
|
"react-responsive": "^10.0.1",
|
|
55
54
|
"react-textarea-autosize": "^8.5.9"
|
|
56
55
|
},
|
|
57
56
|
"devDependencies": {
|
|
58
57
|
"@chromatic-com/storybook": "^5.0.1",
|
|
58
|
+
"@eslint/js": "^9.39.4",
|
|
59
59
|
"@storybook/addon-a11y": "^10.3.2",
|
|
60
60
|
"@storybook/addon-docs": "^10.3.2",
|
|
61
61
|
"@storybook/addon-links": "^10.3.2",
|
|
@@ -68,12 +68,10 @@
|
|
|
68
68
|
"@types/react-dom": "^18.2.22",
|
|
69
69
|
"@types/react-input-mask": "^3.0.6",
|
|
70
70
|
"@types/storybook__react": "^4.0.2",
|
|
71
|
-
"@eslint/js": "^9.39.4",
|
|
72
71
|
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
|
73
72
|
"@typescript-eslint/parser": "^8.57.1",
|
|
74
73
|
"@vitejs/plugin-react": "^4.2.1",
|
|
75
74
|
"eslint": "^9.39.4",
|
|
76
|
-
"globals": "^17.4.0",
|
|
77
75
|
"eslint-config-prettier": "^10.1.8",
|
|
78
76
|
"eslint-plugin-prettier": "^5.5.3",
|
|
79
77
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -81,13 +79,14 @@
|
|
|
81
79
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
82
80
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
83
81
|
"eslint-plugin-storybook": "^10.2.19",
|
|
82
|
+
"globals": "^17.4.0",
|
|
84
83
|
"prettier": "^3.6.2",
|
|
85
84
|
"rollup-plugin-copy": "^3.5.0",
|
|
86
85
|
"sass": "^1.89.2",
|
|
87
86
|
"storybook": "^10.3.2",
|
|
88
87
|
"typescript": "^5.5.3",
|
|
89
88
|
"vite": "^7.2.2",
|
|
90
|
-
"vite-plugin-dts": "^
|
|
89
|
+
"vite-plugin-dts": "^1.0.5",
|
|
91
90
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
92
91
|
"vite-plugin-svgr": "^4.3.0"
|
|
93
92
|
}
|