triafly-ui-kit 1.0.18 → 1.0.20
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/README.md +93 -93
- package/dist/assets/ButtonsArray.css +1 -1
- package/dist/assets/FormControls.css +1 -0
- package/dist/assets/FormRoot.css +1 -1
- package/dist/assets/Tooltip.css +1 -1
- package/dist/components/Ui/Accordeon/Accordeon.d.ts +10 -0
- package/dist/components/Ui/Accordeon/Accordeon.d.ts.map +1 -0
- package/dist/components/Ui/Accordeon/Accordeon.stories.d.ts +10 -0
- package/dist/components/Ui/Accordeon/Accordeon.stories.d.ts.map +1 -0
- package/dist/components/Ui/Accordeon/index.d.ts +2 -0
- package/dist/components/Ui/Accordeon/index.d.ts.map +1 -0
- package/dist/components/Ui/Alert/Alert.d.ts +11 -0
- package/dist/components/Ui/Alert/Alert.d.ts.map +1 -0
- package/dist/components/Ui/Alert/index.d.ts +2 -0
- package/dist/components/Ui/Alert/index.d.ts.map +1 -0
- package/dist/components/Ui/Avatar/Avatar.d.ts +8 -0
- package/dist/components/Ui/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Ui/Avatar/index.d.ts +2 -0
- package/dist/components/Ui/Avatar/index.d.ts.map +1 -0
- package/dist/components/Ui/Badge/Badge.d.ts +15 -0
- package/dist/components/Ui/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Ui/Badge/index.d.ts +2 -0
- package/dist/components/Ui/Badge/index.d.ts.map +1 -0
- package/dist/components/Ui/Button/Button.d.ts +20 -0
- package/dist/components/Ui/Button/Button.d.ts.map +1 -0
- package/dist/components/Ui/Button/index.d.ts +2 -0
- package/dist/components/Ui/Button/index.d.ts.map +1 -0
- package/dist/components/Ui/ButtonsArray/ButtonsArray.d.ts +17 -0
- package/dist/components/Ui/ButtonsArray/ButtonsArray.d.ts.map +1 -0
- package/dist/components/Ui/ButtonsArray/ButtonsArray.js +21 -13
- package/dist/components/Ui/ButtonsArray/ButtonsArray.stories.d.ts +12 -0
- package/dist/components/Ui/ButtonsArray/ButtonsArray.stories.d.ts.map +1 -0
- package/dist/components/Ui/ButtonsArray/index.d.ts +2 -0
- package/dist/components/Ui/ButtonsArray/index.d.ts.map +1 -0
- package/dist/components/Ui/Checkbox/Checkbox.d.ts +12 -0
- package/dist/components/Ui/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/Ui/Checkbox/Checkbox.stories.d.ts +16 -0
- package/dist/components/Ui/Checkbox/Checkbox.stories.d.ts.map +1 -0
- package/dist/components/Ui/Checkbox/index.d.ts +2 -0
- package/dist/components/Ui/Checkbox/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/CliTextareaInput.d.ts +19 -0
- package/dist/components/Ui/CliTextareaInput/CliTextareaInput.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/index.d.ts +3 -0
- package/dist/components/Ui/CliTextareaInput/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/escapeHtml/escapeHtml.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/escapeHtml/escapeHtml.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/fixJson/fixJson.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/fixJson/fixJson.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/highlightSyntax/highlightSyntax.d.ts +3 -0
- package/dist/components/Ui/CliTextareaInput/utils/highlightSyntax/highlightSyntax.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/highlightSyntax/index.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/highlightSyntax/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/index.d.ts +8 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useFixFormat/index.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useFixFormat/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useFixFormat/useFixFormat.d.ts +6 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useFixFormat/useFixFormat.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useHistoryNavigation/index.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useHistoryNavigation/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useHistoryNavigation/useHistoryNavigation.d.ts +7 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useHistoryNavigation/useHistoryNavigation.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useKeyHandlers/index.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useKeyHandlers/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useKeyHandlers/useKeyHandlers.d.ts +10 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useKeyHandlers/useKeyHandlers.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useLineNumbers/index.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useLineNumbers/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useLineNumbers/useLineNumbers.d.ts +8 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useLineNumbers/useLineNumbers.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useScrollSync/index.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useScrollSync/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useScrollSync/useScrollSync.d.ts +7 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useScrollSync/useScrollSync.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextActions/index.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextActions/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextActions/useTextActions.d.ts +15 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextActions/useTextActions.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextCoursore/index.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextCoursore/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextCoursore/useTextCoursore.d.ts +11 -0
- package/dist/components/Ui/CliTextareaInput/utils/hooks/useTextCoursore/useTextCoursore.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/index.d.ts +4 -0
- package/dist/components/Ui/CliTextareaInput/utils/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/processJson/index.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/processJson/index.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/processJson/processJson.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/processJson/processJson.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/processXml/processXml.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/processXml/processXml.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/processYml/processYml.d.ts +2 -0
- package/dist/components/Ui/CliTextareaInput/utils/processYml/processYml.d.ts.map +1 -0
- package/dist/components/Ui/CliTextareaInput/utils/types.d.ts +11 -0
- package/dist/components/Ui/CliTextareaInput/utils/types.d.ts.map +1 -0
- package/dist/components/Ui/CustomLink/CustomLink.d.ts +16 -0
- package/dist/components/Ui/CustomLink/CustomLink.d.ts.map +1 -0
- package/dist/components/Ui/CustomLink/index.d.ts +2 -0
- package/dist/components/Ui/CustomLink/index.d.ts.map +1 -0
- package/dist/components/Ui/Demos/DemoElements/DemoElements.d.ts +4 -0
- package/dist/components/Ui/Demos/DemoElements/DemoElements.d.ts.map +1 -0
- package/dist/components/Ui/Demos/DemoForm/DemoForm.d.ts +11 -0
- package/dist/components/Ui/Demos/DemoForm/DemoForm.d.ts.map +1 -0
- package/dist/components/Ui/Demos/DemoForm/DemoForm.stories.d.ts +7 -0
- package/dist/components/Ui/Demos/DemoForm/DemoForm.stories.d.ts.map +1 -0
- package/dist/components/Ui/Demos/DemoLogin/DemoLogin.d.ts +4 -0
- package/dist/components/Ui/Demos/DemoLogin/DemoLogin.d.ts.map +1 -0
- package/dist/components/Ui/Demos/DemoLogin/DemoLogin.stories.d.ts +13 -0
- package/dist/components/Ui/Demos/DemoLogin/DemoLogin.stories.d.ts.map +1 -0
- package/dist/components/Ui/DropdownInput/DropdownInput.d.ts +20 -0
- package/dist/components/Ui/DropdownInput/DropdownInput.d.ts.map +1 -0
- package/dist/components/Ui/DropdownInput/DropdownInput.stories.d.ts +20 -0
- package/dist/components/Ui/DropdownInput/DropdownInput.stories.d.ts.map +1 -0
- package/dist/components/Ui/DropdownInput/index.d.ts +2 -0
- package/dist/components/Ui/DropdownInput/index.d.ts.map +1 -0
- package/dist/components/Ui/DropdownMenu/DropdownMenu.d.ts +17 -0
- package/dist/components/Ui/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/dist/components/Ui/DropdownMenu/DropdownMenu.stories.d.ts +7 -0
- package/dist/components/Ui/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -0
- package/dist/components/Ui/DropdownMenu/index.d.ts +2 -0
- package/dist/components/Ui/DropdownMenu/index.d.ts.map +1 -0
- package/dist/components/Ui/FileUpload/FileUpload.d.ts +5 -0
- package/dist/components/Ui/FileUpload/FileUpload.d.ts.map +1 -0
- package/dist/components/Ui/FileUpload/fn.d.ts +8 -0
- package/dist/components/Ui/FileUpload/fn.d.ts.map +1 -0
- package/dist/components/Ui/FileUpload/index.d.ts +2 -0
- package/dist/components/Ui/FileUpload/index.d.ts.map +1 -0
- package/dist/components/Ui/FileUpload/types.d.ts +33 -0
- package/dist/components/Ui/FileUpload/types.d.ts.map +1 -0
- package/dist/components/Ui/Form/FormContext/FormContext.d.ts +77 -0
- package/dist/components/Ui/Form/FormContext/FormContext.d.ts.map +1 -0
- package/dist/components/Ui/Form/FormGroup/FormControls/FormControls.js +5 -0
- package/dist/components/Ui/Form/FormItem/FormItem.d.ts +4 -0
- package/dist/components/Ui/Form/FormItem/FormItem.d.ts.map +1 -0
- package/dist/components/Ui/Form/FormItem/fn.d.ts +3 -0
- package/dist/components/Ui/Form/FormItem/fn.d.ts.map +1 -0
- package/dist/components/Ui/Form/FormItem/types.d.ts +11 -0
- package/dist/components/Ui/Form/FormItem/types.d.ts.map +1 -0
- package/dist/components/Ui/Form/FormRoot/FormRoot.d.ts +5 -0
- package/dist/components/Ui/Form/FormRoot/FormRoot.d.ts.map +1 -0
- package/dist/components/Ui/Form/FormRoot/FormRoot.js +11 -9
- package/dist/components/Ui/Form/FormRoot/index.d.ts +2 -0
- package/dist/components/Ui/Form/FormRoot/index.d.ts.map +1 -0
- package/dist/components/Ui/Form/FormRoot/types.d.ts +13 -0
- package/dist/components/Ui/Form/FormRoot/types.d.ts.map +1 -0
- package/dist/components/Ui/Form/index.d.ts +3 -0
- package/dist/components/Ui/Form/index.d.ts.map +1 -0
- package/dist/components/Ui/Form/useForm/index.d.ts +2 -0
- package/dist/components/Ui/Form/useForm/index.d.ts.map +1 -0
- package/dist/components/Ui/Form/useForm/useForm.d.ts +3 -0
- package/dist/components/Ui/Form/useForm/useForm.d.ts.map +1 -0
- package/dist/components/Ui/Form/utils/fn.d.ts +8 -0
- package/dist/components/Ui/Form/utils/fn.d.ts.map +1 -0
- package/dist/components/Ui/Form/utils/types.d.ts +13 -0
- package/dist/components/Ui/Form/utils/types.d.ts.map +1 -0
- package/dist/components/Ui/Icons/Icons.d.ts +565 -0
- package/dist/components/Ui/Icons/Icons.d.ts.map +1 -0
- package/dist/components/Ui/Icons/index.d.ts +2 -0
- package/dist/components/Ui/Icons/index.d.ts.map +1 -0
- package/dist/components/Ui/Icons/utils/CreateIcon.d.ts +12 -0
- package/dist/components/Ui/Icons/utils/CreateIcon.d.ts.map +1 -0
- package/dist/components/Ui/Loader/Loader.d.ts +9 -0
- package/dist/components/Ui/Loader/Loader.d.ts.map +1 -0
- package/dist/components/Ui/Loader/index.d.ts +2 -0
- package/dist/components/Ui/Loader/index.d.ts.map +1 -0
- package/dist/components/Ui/ModalWindow/ModalWindow.d.ts +27 -0
- package/dist/components/Ui/ModalWindow/ModalWindow.d.ts.map +1 -0
- package/dist/components/Ui/ModalWindow/index.d.ts +2 -0
- package/dist/components/Ui/ModalWindow/index.d.ts.map +1 -0
- package/dist/components/Ui/Pagination/Pagination.d.ts +9 -0
- package/dist/components/Ui/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Ui/Pagination/index.d.ts +2 -0
- package/dist/components/Ui/Pagination/index.d.ts.map +1 -0
- package/dist/components/Ui/Radio/Radio.d.ts +13 -0
- package/dist/components/Ui/Radio/Radio.d.ts.map +1 -0
- package/dist/components/Ui/Radio/Radio.stories.d.ts +9 -0
- package/dist/components/Ui/Radio/Radio.stories.d.ts.map +1 -0
- package/dist/components/Ui/Radio/index.d.ts +2 -0
- package/dist/components/Ui/Radio/index.d.ts.map +1 -0
- package/dist/components/Ui/SearchInput/SearchData.d.ts +2 -0
- package/dist/components/Ui/SearchInput/SearchData.d.ts.map +1 -0
- package/dist/components/Ui/SearchInput/SearchInput.d.ts +24 -0
- package/dist/components/Ui/SearchInput/SearchInput.d.ts.map +1 -0
- package/dist/components/Ui/Skeleton/Skeleton.d.ts +13 -0
- package/dist/components/Ui/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/Ui/Skeleton/index.d.ts +2 -0
- package/dist/components/Ui/Skeleton/index.d.ts.map +1 -0
- package/dist/components/Ui/Switch/Switch.d.ts +12 -0
- package/dist/components/Ui/Switch/Switch.d.ts.map +1 -0
- package/dist/components/Ui/Switch/index.d.ts +2 -0
- package/dist/components/Ui/Switch/index.d.ts.map +1 -0
- package/dist/components/Ui/Table/MemoizedRow/MemoizedRow.d.ts +14 -0
- package/dist/components/Ui/Table/MemoizedRow/MemoizedRow.d.ts.map +1 -0
- package/dist/components/Ui/Table/Table.d.ts +4 -0
- package/dist/components/Ui/Table/Table.d.ts.map +1 -0
- package/dist/components/Ui/Table/TableTypes.d.ts +35 -0
- package/dist/components/Ui/Table/TableTypes.d.ts.map +1 -0
- package/dist/components/Ui/Table/index.d.ts +3 -0
- package/dist/components/Ui/Table/index.d.ts.map +1 -0
- package/dist/components/Ui/Tabs/Tabs.d.ts +15 -0
- package/dist/components/Ui/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Ui/Tabs/Tabs.stories.d.ts +9 -0
- package/dist/components/Ui/Tabs/Tabs.stories.d.ts.map +1 -0
- package/dist/components/Ui/Tabs/index.d.ts +2 -0
- package/dist/components/Ui/Tabs/index.d.ts.map +1 -0
- package/dist/components/Ui/TextInput/TextInput.d.ts +24 -0
- package/dist/components/Ui/TextInput/TextInput.d.ts.map +1 -0
- package/dist/components/Ui/TextInput/TextInput.stories.d.ts +17 -0
- package/dist/components/Ui/TextInput/TextInput.stories.d.ts.map +1 -0
- package/dist/components/Ui/TextInput/index.d.ts +2 -0
- package/dist/components/Ui/TextInput/index.d.ts.map +1 -0
- package/dist/components/Ui/TextareaInput/TextareaInput.d.ts +18 -0
- package/dist/components/Ui/TextareaInput/TextareaInput.d.ts.map +1 -0
- package/dist/components/Ui/TextareaInput/TextareaInput.stories.d.ts +7 -0
- package/dist/components/Ui/TextareaInput/TextareaInput.stories.d.ts.map +1 -0
- package/dist/components/Ui/TextareaInput/index.d.ts +2 -0
- package/dist/components/Ui/TextareaInput/index.d.ts.map +1 -0
- package/dist/components/Ui/Tooltip/Tooltip.d.ts +15 -0
- package/dist/components/Ui/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Ui/Tooltip/Tooltip.stories.d.ts +9 -0
- package/dist/components/Ui/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/dist/components/Ui/Tooltip/Tooltip.stories.js +1 -1
- package/dist/components/Ui/Tooltip/index.d.ts +2 -0
- package/dist/components/Ui/Tooltip/index.d.ts.map +1 -0
- package/dist/context/ToastContext/ToastContext.d.ts +10 -0
- package/dist/context/ToastContext/ToastContext.d.ts.map +1 -0
- package/dist/context/ToastContext/index.d.ts +2 -0
- package/dist/context/ToastContext/index.d.ts.map +1 -0
- package/dist/context/TriaflyContext/TriaflyContext.types.d.ts +8 -0
- package/dist/context/TriaflyContext/TriaflyContext.types.d.ts.map +1 -0
- package/dist/context/TriaflyContext/TriaflyProvider.d.ts +8 -0
- package/dist/context/TriaflyContext/TriaflyProvider.d.ts.map +1 -0
- package/dist/context/TriaflyContext/hooks/index.d.ts +4 -0
- package/dist/context/TriaflyContext/hooks/index.d.ts.map +1 -0
- package/dist/context/TriaflyContext/hooks/useBreakpointValue/index.d.ts +2 -0
- package/dist/context/TriaflyContext/hooks/useBreakpointValue/index.d.ts.map +1 -0
- package/dist/context/TriaflyContext/hooks/useBreakpointValue/useBreakpointValue.d.ts +9 -0
- package/dist/context/TriaflyContext/hooks/useBreakpointValue/useBreakpointValue.d.ts.map +1 -0
- package/dist/context/TriaflyContext/hooks/useModal/index.d.ts +2 -0
- package/dist/context/TriaflyContext/hooks/useModal/index.d.ts.map +1 -0
- package/dist/context/TriaflyContext/hooks/useModal/useModal.d.ts +7 -0
- package/dist/context/TriaflyContext/hooks/useModal/useModal.d.ts.map +1 -0
- package/dist/context/TriaflyContext/hooks/useTheme/index.d.ts +2 -0
- package/dist/context/TriaflyContext/hooks/useTheme/index.d.ts.map +1 -0
- package/dist/context/TriaflyContext/hooks/useTheme/useTheme.d.ts +6 -0
- package/dist/context/TriaflyContext/hooks/useTheme/useTheme.d.ts.map +1 -0
- package/dist/context/TriaflyContext/index.d.ts +3 -0
- package/dist/context/TriaflyContext/index.d.ts.map +1 -0
- package/dist/main.d.ts +20 -6
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/package.json +106 -106
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Icons/Icons.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React from "react";
|
2
|
+
export declare const createIcon: ({ displayName, path, viewBox, }: {
|
3
|
+
displayName: string;
|
4
|
+
path: string | React.ReactNode;
|
5
|
+
viewBox?: string;
|
6
|
+
}) => React.FC<{
|
7
|
+
size?: number;
|
8
|
+
color?: string;
|
9
|
+
className?: string;
|
10
|
+
viewBox?: string;
|
11
|
+
}>;
|
12
|
+
//# sourceMappingURL=CreateIcon.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CreateIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/Ui/Icons/utils/CreateIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,UAAU,GAAI,iCAIxB;IACD,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,KAAG,KAAK,CAAC,EAAE,CAAC;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,CAqBnF,CAAC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import "./Loader.scss";
|
2
|
+
export type LoaderProps = {
|
3
|
+
size?: number | undefined;
|
4
|
+
color?: string | undefined;
|
5
|
+
viewBox?: string | undefined;
|
6
|
+
className?: string;
|
7
|
+
};
|
8
|
+
export declare const Loader: React.FC<LoaderProps>;
|
9
|
+
//# sourceMappingURL=Loader.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Loader.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Loader/Loader.tsx"],"names":[],"mappings":"AACA,OAAO,eAAe,CAAC;AAEvB,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAExC,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Loader/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import type { ComponentType, ReactNode, SetStateAction } from "react";
|
2
|
+
import "./ModalWindow.scss";
|
3
|
+
type StatusType = "error" | "warning" | "success" | "info";
|
4
|
+
type RositionModal = "center" | "right" | "left" | "top" | "bottom";
|
5
|
+
type SizeModal = "sm" | "md" | "lg" | "full";
|
6
|
+
type ModalWindowProps = {
|
7
|
+
isOpen: boolean;
|
8
|
+
onClose: React.Dispatch<SetStateAction<boolean | null>>;
|
9
|
+
width?: string;
|
10
|
+
position?: RositionModal;
|
11
|
+
size?: SizeModal;
|
12
|
+
iconHeader?: {
|
13
|
+
view: boolean;
|
14
|
+
status: StatusType;
|
15
|
+
icon: ComponentType<{
|
16
|
+
size?: number;
|
17
|
+
}>;
|
18
|
+
size?: number;
|
19
|
+
};
|
20
|
+
title?: string | ReactNode;
|
21
|
+
children: React.ReactNode;
|
22
|
+
usePortal?: boolean;
|
23
|
+
foolHeight?: boolean;
|
24
|
+
};
|
25
|
+
export declare const ModalWindow: React.FC<ModalWindowProps>;
|
26
|
+
export {};
|
27
|
+
//# sourceMappingURL=ModalWindow.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ModalWindow.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/ModalWindow/ModalWindow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAGtE,OAAO,oBAAoB,CAAC;AAG5B,KAAK,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;AAC3D,KAAK,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,CAAC;AACpE,KAAK,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAE7C,KAAK,gBAAgB,GAAG;IACtB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,cAAc,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC,CAAC;IACxD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,UAAU,CAAC,EAAE;QACX,IAAI,EAAE,OAAO,CAAC;QACd,MAAM,EAAE,UAAU,CAAC;QACnB,IAAI,EAAE,aAAa,CAAC;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC,CAAC;QACvC,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AACF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAoDlD,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/ModalWindow/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Pagination/Pagination.tsx"],"names":[],"mappings":"AACA,OAAO,mBAAmB,CAAC;AAG3B,KAAK,eAAe,GAAG;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAiChD,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Pagination/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import "./Radio.scss";
|
2
|
+
type RadioProps = {
|
3
|
+
label?: string;
|
4
|
+
value?: string;
|
5
|
+
name?: string;
|
6
|
+
isChecked?: boolean;
|
7
|
+
isDisabled?: boolean;
|
8
|
+
radioId?: string;
|
9
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
10
|
+
};
|
11
|
+
export declare const Radio: React.FC<RadioProps>;
|
12
|
+
export {};
|
13
|
+
//# sourceMappingURL=Radio.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Radio/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAC7D,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAyBtC,CAAC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
2
|
+
import { Radio } from "./Radio";
|
3
|
+
declare const meta: Meta<typeof Radio>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof Radio>;
|
6
|
+
export declare const Default: Story;
|
7
|
+
export declare const Disabled: Story;
|
8
|
+
export declare const Checked: Story;
|
9
|
+
//# sourceMappingURL=Radio.stories.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Radio.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Radio/Radio.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAWhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAG5B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAMpC,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAUtB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Radio/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SearchData.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/SearchInput/SearchData.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,UA0B1B,CAAC"}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import "./SearchInput.scss";
|
2
|
+
type Option = {
|
3
|
+
value: string;
|
4
|
+
label: string;
|
5
|
+
};
|
6
|
+
type SearchInputProps = {
|
7
|
+
name?: string;
|
8
|
+
label?: string;
|
9
|
+
type?: string;
|
10
|
+
placeholder?: string;
|
11
|
+
id?: string;
|
12
|
+
isDisabled?: boolean;
|
13
|
+
isClearable?: boolean;
|
14
|
+
hasError?: boolean;
|
15
|
+
errorMessage?: string;
|
16
|
+
isLoading?: boolean;
|
17
|
+
className?: string;
|
18
|
+
options?: Option[];
|
19
|
+
value?: string;
|
20
|
+
onChange?: (value: string) => void;
|
21
|
+
};
|
22
|
+
export declare const SearchInput: React.FC<SearchInputProps>;
|
23
|
+
export {};
|
24
|
+
//# sourceMappingURL=SearchInput.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAGA,OAAO,oBAAoB,CAAC;AAG5B,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAmJlD,CAAC"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from "react";
|
2
|
+
type SkeletonProps = {
|
3
|
+
width?: number | string;
|
4
|
+
height?: number | string;
|
5
|
+
borderRadius?: number | string;
|
6
|
+
circle?: boolean;
|
7
|
+
animated?: boolean;
|
8
|
+
className?: string;
|
9
|
+
style?: React.CSSProperties;
|
10
|
+
};
|
11
|
+
export declare const Skeleton: React.FC<SkeletonProps>;
|
12
|
+
export {};
|
13
|
+
//# sourceMappingURL=Skeleton.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,aAAa,GAAG;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAkB5C,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Skeleton/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import "./Switch.scss";
|
3
|
+
type SwitchProps = {
|
4
|
+
label?: string;
|
5
|
+
isDisabled?: boolean;
|
6
|
+
isChecked?: boolean;
|
7
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
8
|
+
name?: string;
|
9
|
+
};
|
10
|
+
export declare const Switch: React.FC<SwitchProps>;
|
11
|
+
export {};
|
12
|
+
//# sourceMappingURL=Switch.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Switch/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,eAAe,CAAC;AAEvB,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAChE,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAoBxC,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Switch/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import type { Column } from "../TableTypes";
|
2
|
+
type RowProps<T extends object> = {
|
3
|
+
record: T;
|
4
|
+
columns: Column<T>[];
|
5
|
+
rowKey: keyof T | ((record: T) => string);
|
6
|
+
rowClassName?: (row: T, index: number) => string;
|
7
|
+
index: number;
|
8
|
+
stickyLeft?: boolean;
|
9
|
+
onClickTr?: (record: T) => void;
|
10
|
+
bordered: boolean;
|
11
|
+
};
|
12
|
+
export declare const MemoizedRow: <T extends object>(props: RowProps<T>) => JSX.Element;
|
13
|
+
export {};
|
14
|
+
//# sourceMappingURL=MemoizedRow.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"MemoizedRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/Ui/Table/MemoizedRow/MemoizedRow.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAE5C,KAAK,QAAQ,CAAC,CAAC,SAAS,MAAM,IAAI;IAChC,MAAM,EAAE,CAAC,CAAC;IACV,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,MAAM,CAAC,CAAC;IAC1C,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IACjD,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,IAAI,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,WAAW,EAoDnB,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,OAAO,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Table/Table.tsx"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAC;AACtB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAkMhD,eAAO,MAAM,KAAK,EAA8B,CAAC,CAAC,SAAS,MAAM,EAC/D,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,KAClB,GAAG,CAAC,OAAO,CAAC"}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import type React from "react";
|
2
|
+
export type Column<T extends object = Record<string, unknown>> = {
|
3
|
+
title: React.ReactNode;
|
4
|
+
dataIndex?: keyof T | string;
|
5
|
+
key: string;
|
6
|
+
align?: "left" | "center" | "right";
|
7
|
+
render?: (_: unknown, record: T) => React.ReactNode;
|
8
|
+
width?: number;
|
9
|
+
className?: string;
|
10
|
+
sorted?: boolean;
|
11
|
+
};
|
12
|
+
export type TablesProps<T extends object = Record<string, unknown>> = {
|
13
|
+
columns: Column<T>[];
|
14
|
+
dataSource: T[];
|
15
|
+
rowKey: keyof T | ((record: T) => string);
|
16
|
+
tableClassName?: string;
|
17
|
+
trTheadClassNames?: string;
|
18
|
+
thTheadClassNames?: string;
|
19
|
+
stickyHeader?: boolean;
|
20
|
+
stickyLeft?: boolean;
|
21
|
+
theadClassName?: string;
|
22
|
+
tbodyClassName?: string;
|
23
|
+
wrapperClassName?: string;
|
24
|
+
borderBottom?: boolean;
|
25
|
+
bordered?: boolean;
|
26
|
+
rowClassName?: (row: T, index: number) => string;
|
27
|
+
defaultSort?: {
|
28
|
+
key: string;
|
29
|
+
order: "asc" | "desc";
|
30
|
+
};
|
31
|
+
onClickTr?: (record: T) => void;
|
32
|
+
onClickTrHeader?: () => void;
|
33
|
+
loading?: boolean;
|
34
|
+
};
|
35
|
+
//# sourceMappingURL=TableTypes.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TableTypes.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Table/TableTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,MAAM,MAAM,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IAC/D,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC,GAAG,MAAM,CAAC;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IACpE,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IACrB,UAAU,EAAE,CAAC,EAAE,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,MAAM,CAAC,CAAC;IAC1C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IACjD,WAAW,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,KAAK,GAAG,MAAM,CAAA;KAAE,CAAC;IACrD,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,IAAI,CAAC;IAChC,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Table/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC"}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { ReactNode } from "react";
|
2
|
+
import "./Tabs.scss";
|
3
|
+
export interface TabItem {
|
4
|
+
key: string;
|
5
|
+
label: string;
|
6
|
+
children: ReactNode;
|
7
|
+
disabled?: boolean;
|
8
|
+
}
|
9
|
+
export interface TabsProps {
|
10
|
+
items: TabItem[];
|
11
|
+
defaultActiveKey?: string;
|
12
|
+
onChange?: (activeKey: string) => void;
|
13
|
+
}
|
14
|
+
export declare const Tabs: React.FC<TabsProps>;
|
15
|
+
//# sourceMappingURL=Tabs.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Tabs/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAC5C,OAAO,aAAa,CAAC;AAErB,MAAM,WAAW,OAAO;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA2BpC,CAAC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
2
|
+
import { Tabs } from "./Tabs";
|
3
|
+
declare const meta: Meta<typeof Tabs>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof Tabs>;
|
6
|
+
export declare const Basic: Story;
|
7
|
+
export declare const StyledTabs: Story;
|
8
|
+
export declare const SingleTab: Story;
|
9
|
+
//# sourceMappingURL=Tabs.stories.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Tabs.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Tabs/Tabs.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,IAAI,CAU3B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAGnC,eAAO,MAAM,KAAK,EAAE,KAoBnB,CAAC;AAGF,eAAO,MAAM,UAAU,EAAE,KAsBxB,CAAC;AAGF,eAAO,MAAM,SAAS,EAAE,KAUvB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Tabs/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import "./TextInput.scss";
|
3
|
+
type TextInputProps = {
|
4
|
+
label?: string;
|
5
|
+
className?: string;
|
6
|
+
placeholder?: string;
|
7
|
+
value?: string;
|
8
|
+
type?: string;
|
9
|
+
name?: string;
|
10
|
+
id?: string;
|
11
|
+
isDisabled?: boolean;
|
12
|
+
iconType?: "checkmark" | "search" | "password" | "email";
|
13
|
+
errorMessage?: string;
|
14
|
+
hasError?: boolean;
|
15
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
16
|
+
isClearable?: boolean;
|
17
|
+
isLoading?: boolean;
|
18
|
+
onFocus?: React.FocusEventHandler<HTMLInputElement>;
|
19
|
+
onKeyDown?: React.KeyboardEventHandler<HTMLInputElement>;
|
20
|
+
onBlur?: React.FocusEventHandler<HTMLInputElement>;
|
21
|
+
};
|
22
|
+
export declare const TextInput: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<HTMLInputElement>>;
|
23
|
+
export {};
|
24
|
+
//# sourceMappingURL=TextInput.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/TextInput/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,kBAAkB,CAAC;AAI1B,KAAK,cAAc,GAAG;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,WAAW,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAC;IACzD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAChE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACpD,SAAS,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;IACzD,MAAM,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;CACpD,CAAC;AAEF,eAAO,MAAM,SAAS,yFAyGrB,CAAC"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
2
|
+
import { TextInput } from "./TextInput";
|
3
|
+
declare const meta: Meta<typeof TextInput>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof TextInput>;
|
6
|
+
export declare const Default: Story;
|
7
|
+
export declare const WithIcon: Story;
|
8
|
+
export declare const WithError: Story;
|
9
|
+
export declare const Disabled: Story;
|
10
|
+
export declare const Clearable: Story;
|
11
|
+
export declare const Loading: Story;
|
12
|
+
export declare const SmallSize: Story;
|
13
|
+
export declare const SmallRounded: Story;
|
14
|
+
export declare const AllStates: Story;
|
15
|
+
export declare const SizeComparison: Story;
|
16
|
+
export declare const InteractiveDemo: Story;
|
17
|
+
//# sourceMappingURL=TextInput.stories.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TextInput.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/TextInput/TextInput.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CAwBhC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,CAAC;AAGxC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAOvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAGF,eAAO,MAAM,SAAS,EAAE,KAMvB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAM1B,CAAC;AAGF,eAAO,MAAM,SAAS,EAAE,KAqCvB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAoB5B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KA4E7B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/TextInput/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import "./TextareaInput.scss";
|
2
|
+
type TextareaInputProps = {
|
3
|
+
label?: string;
|
4
|
+
name?: string;
|
5
|
+
placeholder?: string;
|
6
|
+
errorMessage?: string;
|
7
|
+
hasError?: boolean;
|
8
|
+
isDisabled?: boolean;
|
9
|
+
charLimit?: number;
|
10
|
+
onChange?: (value: string) => void;
|
11
|
+
value?: string;
|
12
|
+
resize?: boolean;
|
13
|
+
isClearable?: boolean;
|
14
|
+
spellCheck?: boolean;
|
15
|
+
};
|
16
|
+
export declare const TextareaInput: import("react").ForwardRefExoticComponent<TextareaInputProps & import("react").RefAttributes<HTMLTextAreaElement>>;
|
17
|
+
export default TextareaInput;
|
18
|
+
//# sourceMappingURL=TextareaInput.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TextareaInput.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/TextareaInput/TextareaInput.tsx"],"names":[],"mappings":"AAEA,OAAO,sBAAsB,CAAC;AAI9B,KAAK,kBAAkB,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,oHA2FzB,CAAC;AAIF,eAAe,aAAa,CAAC"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
2
|
+
import { TextareaInput } from "./TextareaInput";
|
3
|
+
declare const meta: Meta<typeof TextareaInput>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof TextareaInput>;
|
6
|
+
export declare const Default: Story;
|
7
|
+
//# sourceMappingURL=TextareaInput.stories.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TextareaInput.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/TextareaInput/TextareaInput.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAGpC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAC;AAM5C,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/TextareaInput/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import "./Tooltip.scss";
|
3
|
+
type TooltipPosition = "top" | "bottom" | "left" | "right";
|
4
|
+
type ClickBehavior = "toggle" | "show" | "hide";
|
5
|
+
interface TooltipProps {
|
6
|
+
content: string;
|
7
|
+
children: React.ReactNode;
|
8
|
+
position?: TooltipPosition;
|
9
|
+
trigger?: "hover" | "click" | "mixed";
|
10
|
+
clickBehavior?: ClickBehavior;
|
11
|
+
className?: string;
|
12
|
+
}
|
13
|
+
export declare const Tooltip: React.FC<TooltipProps>;
|
14
|
+
export {};
|
15
|
+
//# sourceMappingURL=Tooltip.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,gBAAgB,CAAC;AAExB,KAAK,eAAe,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAC3D,KAAK,aAAa,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;AAEhD,UAAU,YAAY;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;IACtC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA4J1C,CAAC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
2
|
+
import { Tooltip } from "./Tooltip";
|
3
|
+
declare const meta: Meta<typeof Tooltip>;
|
4
|
+
export default meta;
|
5
|
+
type Story = StoryObj<typeof Tooltip>;
|
6
|
+
export declare const EdgeCases: Story;
|
7
|
+
export declare const AllPositions: Story;
|
8
|
+
export declare const InteractiveExample: Story;
|
9
|
+
//# sourceMappingURL=Tooltip.stories.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Tooltip.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Tooltip/Tooltip.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CAkB9B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,OAAO,CAAC,CAAC;AAEtC,eAAO,MAAM,SAAS,EAAE,KA0BvB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAmD1B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAWhC,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { jsxs as e, jsx as i } from "react/jsx-runtime";
|
2
2
|
import { Tooltip as o } from "./Tooltip.js";
|
3
|
-
import '../../../assets/Tooltip.css';const c = "
|
3
|
+
import '../../../assets/Tooltip.css';const c = "_container_193w2_1", r = "_trigger_193w2_14", n = "_clickTrigger_193w2_29 _trigger_193w2_14", l = "_positionsContainer_193w2_38", s = "_positionGroup_193w2_42", t = {
|
4
4
|
container: c,
|
5
5
|
trigger: r,
|
6
6
|
clickTrigger: n,
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Ui/Tooltip/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import type { ReactNode } from "react";
|
2
|
+
interface ToastContextType {
|
3
|
+
addToast: (message: string) => void;
|
4
|
+
}
|
5
|
+
export declare const useToast: () => ToastContextType;
|
6
|
+
export declare const ToastProvider: ({ children }: {
|
7
|
+
children: ReactNode;
|
8
|
+
}) => JSX.Element;
|
9
|
+
export {};
|
10
|
+
//# sourceMappingURL=ToastContext.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ToastContext.d.ts","sourceRoot":"","sources":["../../../src/context/ToastContext/ToastContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAWvC,UAAU,gBAAgB;IACxB,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC;AAID,eAAO,MAAM,QAAQ,QAAO,gBAM3B,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,cAAc;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,KAAG,GAAG,CAAC,OA0CzE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/ToastContext/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import type { BreakpointValuesTriafly, Theme, useModalState } from "./hooks";
|
2
|
+
export interface TriaflyContextType {
|
3
|
+
theme: Theme;
|
4
|
+
toggleTheme: () => void;
|
5
|
+
useBreakpointValueTriafly: <T>(values: BreakpointValuesTriafly<T>) => T;
|
6
|
+
useModalState: typeof useModalState;
|
7
|
+
}
|
8
|
+
//# sourceMappingURL=TriaflyContext.types.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TriaflyContext.types.d.ts","sourceRoot":"","sources":["../../../src/context/TriaflyContext/TriaflyContext.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7E,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,yBAAyB,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,uBAAuB,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IACxE,aAAa,EAAE,OAAO,aAAa,CAAC;CACrC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import type { ReactNode } from "react";
|
2
|
+
import type { TriaflyContextType } from "./TriaflyContext.types";
|
3
|
+
export declare const TriaflyContext: import("react").Context<TriaflyContextType | undefined>;
|
4
|
+
export declare const useTriafly: () => TriaflyContextType;
|
5
|
+
export declare const TriaflyProvider: ({ children }: {
|
6
|
+
children: ReactNode;
|
7
|
+
}) => JSX.Element;
|
8
|
+
//# sourceMappingURL=TriaflyProvider.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TriaflyProvider.d.ts","sourceRoot":"","sources":["../../../src/context/TriaflyContext/TriaflyProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,eAAO,MAAM,cAAc,yDAA2D,CAAC;AAEvF,eAAO,MAAM,UAAU,QAAO,kBAM7B,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,cAAc;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,KAAG,GAAG,CAAC,OAc3E,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/context/TriaflyContext/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC"}
|