test-stpr-ui-kit 0.6.10 → 0.6.11
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 +5844 -5884
- package/dist/test-stpr-ui-kit.umd.cjs +9 -7
- package/package.json +5 -6
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { Accordion } from "./components/Accordion";
|
|
2
|
+
import { ApplyButtons } from "./components/ApplyButtons";
|
|
3
|
+
import { AuthProtected } from "./components/AuthProtected";
|
|
4
|
+
import { BaseTooltip } from "./components/BaseTooltip";
|
|
5
|
+
import { Breadcrumb, type TCrumbItem } from "./components/Breadcrumb";
|
|
6
|
+
import type { TButtonVariant } from "./components/Button";
|
|
7
|
+
import { Button } from "./components/Button";
|
|
8
|
+
import type { TOnChangeCheckbox } from "./components/Checkbox";
|
|
9
|
+
import { Checkbox } from "./components/Checkbox";
|
|
10
|
+
import { Confirm } from "./components/Confirm";
|
|
11
|
+
import type { TContextMenuOption } from "./components/ContextMenu";
|
|
12
|
+
import { ContextMenu } from "./components/ContextMenu";
|
|
13
|
+
import type { TOnChangeDatePicker } from "./components/DatePicker";
|
|
14
|
+
import { DatePicker } from "./components/DatePicker";
|
|
15
|
+
import type { IDatePickerInputProps, TOnChangeDatePickerInput } from "./components/DatePickerInput";
|
|
16
|
+
import { DatePickerInput } from "./components/DatePickerInput";
|
|
17
|
+
import { DefaultDropzone } from "./components/DefaultDropzone";
|
|
18
|
+
import { Dropdown } from "./components/Dropdown";
|
|
19
|
+
import { EllipsisTextWithTooltip } from "./components/EllipsisTextWithTooltip";
|
|
20
|
+
import { Form } from "./components/Form";
|
|
21
|
+
import { EIconName, Icon } from "./components/Icons";
|
|
22
|
+
import type { IInputProps, TOnBlurInput, TOnChangeInput } from "./components/Input";
|
|
23
|
+
import { Input } from "./components/Input";
|
|
24
|
+
import { Label } from "./components/Label";
|
|
25
|
+
import { Layer } from "./components/Layer";
|
|
26
|
+
import { MediaContext, MediaContextProvider } from "./components/MediaContextProvider";
|
|
27
|
+
import { Modal, useModal } from "./components/Modal";
|
|
28
|
+
import { Portal } from "./components/Portal";
|
|
29
|
+
import type { ProgressWrapperProps } from "./components/ProgressWrapper";
|
|
30
|
+
import { ProgressWrapper, useAnimatedValue } from "./components/ProgressWrapper";
|
|
31
|
+
import type { ISelectProps, TOnBlurSelect, TOnChangeSelect, TSelectOption } from "./components/Select";
|
|
32
|
+
import { Select } from "./components/Select";
|
|
33
|
+
import { Skeleton } from "./components/Skeleton";
|
|
34
|
+
import { Spinner } from "./components/Spinner";
|
|
35
|
+
import type { TableProps, TClickOnCellAction, TColumn } from "./components/Table";
|
|
36
|
+
import { Table, useTableActions } from "./components/Table";
|
|
37
|
+
import type { TPaneItem } from "./components/Tabs";
|
|
38
|
+
import { Tabs } from "./components/Tabs";
|
|
39
|
+
import { Text } from "./components/Text";
|
|
40
|
+
import type { TOnChangeTextarea } from "./components/Textarea";
|
|
41
|
+
import { Textarea } from "./components/Textarea";
|
|
42
|
+
import { TextWithLabel } from "./components/TextWithLabel";
|
|
43
|
+
import { ETooltipPosition, InfoTooltip, Tooltip } from "./components/Tooltip";
|
|
44
|
+
import { UploadFiles } from "./components/UploadFiles";
|
|
45
|
+
import { ViewImageModal } from "./components/ViewImageModal";
|
|
46
|
+
export { Accordion, ApplyButtons, AuthProtected, BaseTooltip, Breadcrumb, Button, Checkbox, Confirm, ContextMenu, DatePicker, DatePickerInput, DefaultDropzone, Dropdown, EIconName, EllipsisTextWithTooltip, ETooltipPosition, Form, Icon, IDatePickerInputProps, IInputProps, InfoTooltip, Input, ISelectProps, Label, Layer, MediaContext, MediaContextProvider, Modal, Portal, ProgressWrapper, ProgressWrapperProps, Select, Skeleton, Spinner, Table, TableProps, Tabs, TButtonVariant, TClickOnCellAction, TColumn, TContextMenuOption, TCrumbItem, Text, Textarea, TextWithLabel, TOnBlurInput, TOnBlurSelect, TOnChangeCheckbox, TOnChangeDatePicker, TOnChangeDatePickerInput, TOnChangeInput, TOnChangeSelect, TOnChangeTextarea, Tooltip, TPaneItem, TSelectOption, UploadFiles, useAnimatedValue, useModal, useTableActions, ViewImageModal, };
|