indicator-ui 0.1.120 → 0.1.122

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.
Files changed (118) hide show
  1. package/dist/index.css +265 -197
  2. package/dist/index.css.map +1 -1
  3. package/dist/index.js +1 -3
  4. package/dist/index.js.map +1 -1
  5. package/dist/scss/ui/Buttons/styles/mixins/baseButton.scss +5 -4
  6. package/dist/scss/ui/Buttons/styles/mixins/properties/index.scss +0 -1
  7. package/dist/scss/ui/Buttons/styles/mixins/properties/link-gray.scss +11 -0
  8. package/dist/scss/ui/Buttons/styles/mixins/properties/primary.scss +19 -29
  9. package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-color.scss +49 -39
  10. package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-gray.scss +41 -46
  11. package/dist/scss/ui/Buttons/styles/mixins/properties/tab-active.scss +49 -0
  12. package/dist/scss/ui/Buttons/styles/mixins/properties/tab.scss +49 -0
  13. package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-color.scss +32 -32
  14. package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-white.scss +29 -29
  15. package/dist/scss/ui/Buttons/styles/mixins/properties/warning-secondary-color.scss +21 -0
  16. package/dist/ts/src/test/App.d.ts +1 -1
  17. package/dist/ts/src/test/layout/PageLayout.d.ts +1 -1
  18. package/dist/ts/src/test/pages/BreadcrumbsPage.d.ts +1 -1
  19. package/dist/ts/src/test/pages/ButtonsPage/ButtonsPage.d.ts +2 -0
  20. package/dist/ts/src/test/pages/CascadeSelectorPage.d.ts +1 -1
  21. package/dist/ts/src/test/pages/CheckboxMarkPage.d.ts +1 -1
  22. package/dist/ts/src/test/pages/CheckboxPage.d.ts +1 -1
  23. package/dist/ts/src/test/pages/DateTimeFieldMaskPage.d.ts +1 -1
  24. package/dist/ts/src/test/pages/DateTimeFieldsPage.d.ts +1 -1
  25. package/dist/ts/src/test/pages/DateTimePickerPage.d.ts +1 -1
  26. package/dist/ts/src/test/pages/DropdownItemPage.d.ts +1 -1
  27. package/dist/ts/src/test/pages/DropdownV2Page.d.ts +1 -1
  28. package/dist/ts/src/test/pages/FieldsPage/FieldsPage.d.ts +1 -1
  29. package/dist/ts/src/test/pages/FormBuilderPage.d.ts +1 -1
  30. package/dist/ts/src/test/pages/FormPage.d.ts +1 -1
  31. package/dist/ts/src/test/pages/HomePage.d.ts +1 -1
  32. package/dist/ts/src/test/pages/LoadingIndicatorPage.d.ts +1 -1
  33. package/dist/ts/src/test/pages/MediaPlayerPage.d.ts +1 -1
  34. package/dist/ts/src/test/pages/MicroButtonsPage.d.ts +1 -1
  35. package/dist/ts/src/test/pages/ModalsPage.d.ts +1 -1
  36. package/dist/ts/src/test/pages/PaginationPage.d.ts +1 -1
  37. package/dist/ts/src/test/pages/SelectFieldPage.d.ts +1 -1
  38. package/dist/ts/src/test/pages/SlideTransitionPage.d.ts +1 -1
  39. package/dist/ts/src/test/pages/TabFramePage.d.ts +1 -1
  40. package/dist/ts/src/test/pages/TagPage.d.ts +1 -1
  41. package/dist/ts/src/test/pages/TestPage.d.ts +1 -1
  42. package/dist/ts/src/test/pages/ToggleBasePage.d.ts +1 -1
  43. package/dist/ts/src/test/pages/TogglePage.d.ts +1 -1
  44. package/dist/ts/src/test/pages/TooltipTage.d.ts +1 -1
  45. package/dist/ts/src/test/pages/UiAnimationsPage.d.ts +1 -1
  46. package/dist/ts/src/test/pages/UseDragPage.d.ts +1 -1
  47. package/dist/ts/src/test/pages/UseSmartPositionPage.d.ts +1 -1
  48. package/dist/ts/src/test/pages/UseSmartScrollPage.d.ts +1 -1
  49. package/dist/ts/src/test/pages/UserPickPage.d.ts +1 -1
  50. package/dist/ts/src/test/pages/index.d.ts +1 -1
  51. package/dist/ts/src/ui/Breadcrumbs/ui/BreadcrumbButton.d.ts +1 -1
  52. package/dist/ts/src/ui/Breadcrumbs/ui/Breadcrumbs.d.ts +1 -1
  53. package/dist/ts/src/ui/Breadcrumbs/ui/Divider.d.ts +1 -1
  54. package/dist/ts/src/ui/Buttons/types/ButtonTypes.d.ts +1 -1
  55. package/dist/ts/src/ui/Carousel/ui/Carousel.d.ts +1 -1
  56. package/dist/ts/src/ui/CascadeSelector/ui/CascadeSelector.d.ts +1 -1
  57. package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarButton.d.ts +1 -1
  58. package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarDay.d.ts +1 -1
  59. package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarMonth.d.ts +1 -1
  60. package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarYear.d.ts +1 -1
  61. package/dist/ts/src/ui/DateTimePicker/ui/components/TimePickerTag.d.ts +1 -1
  62. package/dist/ts/src/ui/DateTimePicker/ui/parts/Footer.d.ts +1 -1
  63. package/dist/ts/src/ui/DateTimePicker/ui/parts/Header.d.ts +1 -1
  64. package/dist/ts/src/ui/DateTimePicker/ui/parts/Main.d.ts +1 -1
  65. package/dist/ts/src/ui/DateTimePicker/ui/pickers/DatePicker.d.ts +1 -1
  66. package/dist/ts/src/ui/DateTimePicker/ui/pickers/MonthPicker.d.ts +1 -1
  67. package/dist/ts/src/ui/DateTimePicker/ui/pickers/TimePicker.d.ts +1 -1
  68. package/dist/ts/src/ui/DateTimePicker/ui/pickers/TimeSuggestions.d.ts +1 -1
  69. package/dist/ts/src/ui/DateTimePicker/ui/pickers/YearPicker.d.ts +1 -1
  70. package/dist/ts/src/ui/DateTimePicker/ui/pickers/YearSwitcher.d.ts +1 -1
  71. package/dist/ts/src/ui/DropdownV2/ui/DropdownItemV2.d.ts +1 -1
  72. package/dist/ts/src/ui/DropdownV2/ui/components/Check.d.ts +1 -1
  73. package/dist/ts/src/ui/DropdownV2/ui/components/Info.d.ts +1 -1
  74. package/dist/ts/src/ui/FormBuilder/lib/formBuilder.d.ts +1 -1
  75. package/dist/ts/src/ui/InputFields/DateTimeField/ui/DateField.d.ts +1 -1
  76. package/dist/ts/src/ui/InputFields/DateTimeField/ui/DateFieldBase.d.ts +1 -1
  77. package/dist/ts/src/ui/InputFields/DateTimeField/ui/DateTimeField.d.ts +1 -1
  78. package/dist/ts/src/ui/InputFields/DateTimeField/ui/TimeField.d.ts +1 -1
  79. package/dist/ts/src/ui/InputFields/DateTimeField/ui/TimeFieldBase.d.ts +1 -1
  80. package/dist/ts/src/ui/InputFields/DateTimeFieldMask/ui/DateTimeFieldMask.d.ts +1 -1
  81. package/dist/ts/src/ui/InputFields/DateTimeRangeField/ui/DateRangeField.d.ts +1 -1
  82. package/dist/ts/src/ui/InputFields/DateTimeRangeField/ui/DateTimeRangeField.d.ts +1 -1
  83. package/dist/ts/src/ui/InputFields/DateTimeRangeField/ui/TimeRangeField.d.ts +1 -1
  84. package/dist/ts/src/ui/InputFields/TextareaField/ui/TextareaField.d.ts +1 -1
  85. package/dist/ts/src/ui/Loaders/ui/LoadingIndicator.d.ts +1 -1
  86. package/dist/ts/src/ui/MediaViewer/ui/components/ControlBar.d.ts +1 -1
  87. package/dist/ts/src/ui/MediaViewer/ui/components/VideoProgressBar.d.ts +1 -1
  88. package/dist/ts/src/ui/PaginationBar/ui/PageSwitcher.d.ts +1 -1
  89. package/dist/ts/src/ui/PaginationBar/ui/PaginationBar.d.ts +1 -1
  90. package/dist/ts/src/ui/PlayButton/ui/PlayButton.d.ts +1 -1
  91. package/dist/ts/src/ui/SlideTransition/ui/SlideTransition.d.ts +1 -1
  92. package/dist/ts/src/ui/TabButtons/ui/TabButtons.d.ts +1 -1
  93. package/dist/ts/src/ui/TabFrame/ui/TabFrame.d.ts +1 -1
  94. package/dist/ts/src/ui/Tag/ui/FilterTag.d.ts +1 -1
  95. package/dist/ts/src/ui/Tag/ui/Tag.d.ts +1 -1
  96. package/dist/ts/src/ui/Tag/ui/TagCheckbox.d.ts +1 -1
  97. package/dist/ts/src/ui/Tag/ui/TagCount.d.ts +1 -1
  98. package/dist/ts/src/ui/Toggle/ui/Toggle.d.ts +1 -1
  99. package/dist/ts/src/ui/Tooltip/ui/Tooltip.d.ts +1 -1
  100. package/dist/ts/src/ui/UserPick/ui/UserPick.d.ts +1 -1
  101. package/dist/ts/src/ui/formFields/FormDateField/ui/FormDateField.d.ts +1 -1
  102. package/dist/ts/src/ui/formFields/FormDateRangeField/ui/FormDateRangeField.d.ts +1 -1
  103. package/dist/ts/src/ui/formFields/FormDateRangeField/ui/FormDateRangeFieldBase.d.ts +1 -1
  104. package/dist/ts/src/ui/formFields/FormDateRangeField/ui/InputInnerButton.d.ts +1 -1
  105. package/dist/ts/src/ui/formFields/FormDateRangeField/ui/Mask.d.ts +1 -1
  106. package/dist/ts/src/ui/formFields/FormPaginatedSelectField/hooks/useFormPaginatedSelectField.d.ts +59 -53
  107. package/dist/ts/src/ui/formFields/FormPaginatedSelectField/lib/index.d.ts +1 -1
  108. package/dist/ts/src/ui/formFields/FormPaginatedSelectField/ui/FormPaginatedSelectFieldBase.d.ts +1 -1
  109. package/dist/ts/src/ui/formFields/FormRadioField/ui/FieldItem.d.ts +1 -1
  110. package/dist/ts/src/ui/formFields/FormRadioField/ui/FormRadioField.d.ts +1 -1
  111. package/dist/ts/src/ui/formFields/FormSelectField/ui/FormSelectFieldBase.d.ts +1 -1
  112. package/dist/ts/src/ui/formFields/FormTextareaField/ui/FormTextareaFieldBase.d.ts +1 -1
  113. package/dist/ts/src/ui/formFields/extends/ui/DropdownArrow.d.ts +1 -1
  114. package/dist/ts/src/ui/formFields/extends/ui/InputInnerButton.d.ts +1 -1
  115. package/docs/CSSVariables/CSSThemeCustomize.md +61 -0
  116. package/package.json +1 -1
  117. package/dist/scss/ui/Buttons/styles/mixins/properties/link-dark-theme.scss +0 -52
  118. package/dist/ts/src/test/pages/ButtonsPage.d.ts +0 -2
@@ -42,4 +42,25 @@
42
42
  &:disabled, &.disabled {
43
43
  opacity: 0.5;
44
44
  }
45
+
46
+ @include darkTheme {
47
+ background-color: transparent;
48
+ border: 1px solid var(--error-600);
49
+
50
+ &:not(.disabled):not(:disabled) {
51
+ @include tablet-plus {
52
+ &:hover {
53
+ background-color: var(--error-950);
54
+ border: 1px solid var(--error-500);
55
+ }
56
+ }
57
+
58
+ @include tablet {
59
+ &:active {
60
+ background-color: var(--error-950);
61
+ border: 1px solid var(--error-500);
62
+ }
63
+ }
64
+ }
65
+ }
45
66
  }
@@ -1,2 +1,2 @@
1
1
  import './global.scss';
2
- export declare function App(): JSX.Element;
2
+ export declare function App(): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
1
  export declare function PageLayout({ children }: {
2
2
  children?: React.ReactNode;
3
- }): JSX.Element;
3
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function BreadcrumbsPage(): JSX.Element;
1
+ export declare function BreadcrumbsPage(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import '../style.scss';
2
+ export declare function ButtonsPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function CascadeSelectorPage(): JSX.Element;
1
+ export declare function CascadeSelectorPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function CheckboxMarkPage(): JSX.Element;
1
+ export declare function CheckboxMarkPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function CheckboxPage(): JSX.Element;
1
+ export declare function CheckboxPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function DateTimeFieldMaskPage(): JSX.Element;
1
+ export declare function DateTimeFieldMaskPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function DateTimeFieldsPage(): JSX.Element;
1
+ export declare function DateTimeFieldsPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function DateTimePickerPage(): JSX.Element;
1
+ export declare function DateTimePickerPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function DropdownItemPage(): JSX.Element;
1
+ export declare function DropdownItemPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function DropdownV2Page(): JSX.Element;
1
+ export declare function DropdownV2Page(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function FieldsPage(): JSX.Element;
1
+ export declare function FieldsPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function FormBuilderPage(): JSX.Element;
1
+ export declare function FormBuilderPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function FormPage(): JSX.Element;
1
+ export declare function FormPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function HomePage(): JSX.Element;
1
+ export declare function HomePage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function LoadingIndicatorPage(): JSX.Element;
1
+ export declare function LoadingIndicatorPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function MediaPlayerPage(): JSX.Element;
1
+ export declare function MediaPlayerPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function MicroButtonsPage(): JSX.Element;
1
+ export declare function MicroButtonsPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function ModalsPage(): JSX.Element;
1
+ export declare function ModalsPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function PaginationPage(): JSX.Element;
1
+ export declare function PaginationPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function SelectFieldPage(): JSX.Element;
1
+ export declare function SelectFieldPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function SlideTransitionPage(): JSX.Element;
1
+ export declare function SlideTransitionPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function TabFramePage(): JSX.Element;
1
+ export declare function TabFramePage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function TagPage(): JSX.Element;
1
+ export declare function TagPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function TestPage(): JSX.Element;
1
+ export declare function TestPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function ToggleBasePage(): JSX.Element;
1
+ export declare function ToggleBasePage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function TogglePage(): JSX.Element;
1
+ export declare function TogglePage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare const TooltipPage: () => JSX.Element;
1
+ export declare const TooltipPage: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function UIAnimationsPage(): JSX.Element;
1
+ export declare function UIAnimationsPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function UseDragPage(): JSX.Element;
1
+ export declare function UseDragPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function UseSmartPositionPage(): JSX.Element;
1
+ export declare function UseSmartPositionPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function UseSmartScrollPage(): JSX.Element;
1
+ export declare function UseSmartScrollPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function UserPickPage(): JSX.Element;
1
+ export declare function UserPickPage(): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  export * from './HomePage';
2
- export * from './ButtonsPage';
2
+ export * from './ButtonsPage/ButtonsPage';
3
3
  export * from './MicroButtonsPage';
4
4
  export * from './FieldsPage/FieldsPage';
5
5
  export * from './CheckboxMarkPage';
@@ -6,5 +6,5 @@ type PropsType<T extends ElementType> = Merge<AsProps<T>, {
6
6
  children?: React.ReactNode;
7
7
  type?: 'text' | 'button-primary' | 'button-gray';
8
8
  }>;
9
- export declare function BreadcrumbButton<T extends ElementType = 'button'>(props: PropsType<T>): JSX.Element;
9
+ export declare function BreadcrumbButton<T extends ElementType = 'button'>(props: PropsType<T>): import("react/jsx-runtime").JSX.Element;
10
10
  export {};
@@ -5,5 +5,5 @@ type PropsType<T extends ElementType> = Merge<AsProps<T>, {
5
5
  children?: React.ReactNode;
6
6
  type?: React.ComponentProps<typeof Divider>['type'];
7
7
  }>;
8
- export declare function Breadcrumbs<T extends ElementType = 'div'>(props: PropsType<T>): JSX.Element;
8
+ export declare function Breadcrumbs<T extends ElementType = 'div'>(props: PropsType<T>): import("react/jsx-runtime").JSX.Element;
9
9
  export {};
@@ -1,5 +1,5 @@
1
1
  type PropsType = {
2
2
  type?: 'slash' | 'arrow';
3
3
  };
4
- export declare function Divider(props: PropsType): JSX.Element;
4
+ export declare function Divider(props: PropsType): import("react/jsx-runtime").JSX.Element;
5
5
  export {};
@@ -1,7 +1,7 @@
1
1
  import React, { ReactElement, ReactNode } from "react";
2
2
  import { AsProps } from "../../../types";
3
3
  export type ButtonSizeType = 'small' | 'medium' | 'large' | 'ultra';
4
- export type ButtonHierarchyType = 'primary' | 'secondary-color' | 'secondary-gray' | 'tertiary-white' | 'tertiary-color' | 'tertiary-gray' | 'link-color' | 'link-black' | 'link-gray' | 'tab-active' | 'tab' | 'link-dark-theme';
4
+ export type ButtonHierarchyType = 'primary' | 'secondary-color' | 'secondary-gray' | 'tertiary-white' | 'tertiary-color' | 'tertiary-gray' | 'link-color' | 'link-black' | 'link-gray' | 'tab-active' | 'tab';
5
5
  /**
6
6
  * Компонент кнопки
7
7
  */
@@ -1,2 +1,2 @@
1
1
  import { CarouselPropsType } from "../types";
2
- export declare function Carousel({ children, activeIndex, setActiveIndex }: CarouselPropsType): JSX.Element;
2
+ export declare function Carousel({ children, activeIndex, setActiveIndex }: CarouselPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { CascadeSelectorPropsType } from "../types";
2
- export declare function CascadeSelector<T extends unknown = unknown>({ value, options, onChange, multiple, defaultAllHidden, maxChosenOptions, disabled, }: CascadeSelectorPropsType<T>): JSX.Element;
2
+ export declare function CascadeSelector<T extends unknown = unknown>({ value, options, onChange, multiple, defaultAllHidden, maxChosenOptions, disabled, }: CascadeSelectorPropsType<T>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { CalendarButtonPropsType } from "../../types";
2
- export declare function CalendarButton(props: CalendarButtonPropsType): JSX.Element;
2
+ export declare function CalendarButton(props: CalendarButtonPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { CalendarDayPropsType } from '../../types';
2
- export declare function CalendarDay({ text, info, mark, currentDay, filter, holiday, active, disabled, ...props }: CalendarDayPropsType): JSX.Element;
2
+ export declare function CalendarDay({ text, info, mark, currentDay, filter, holiday, active, disabled, ...props }: CalendarDayPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { CalendarMonthPropsType } from "../../types";
2
- export declare function CalendarMonth({ text, current, disabled, ...props }: CalendarMonthPropsType): JSX.Element;
2
+ export declare function CalendarMonth({ text, current, disabled, ...props }: CalendarMonthPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { CalendarYearPropsType } from "../../types";
2
- export declare function CalendarYear({ text, current, disabled, ...props }: CalendarYearPropsType): JSX.Element;
2
+ export declare function CalendarYear({ text, current, disabled, ...props }: CalendarYearPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { TimePickerTagPropsType } from "../../types";
2
- export declare function TimePickerTag({ text, ...props }: TimePickerTagPropsType): JSX.Element;
2
+ export declare function TimePickerTag({ text, ...props }: TimePickerTagPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function Footer(): JSX.Element;
1
+ export declare function Footer(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function Header(): JSX.Element;
1
+ export declare function Header(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare function Main(): JSX.Element;
1
+ export declare function Main(): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
1
  import { useDatePicker } from "../../hooks";
2
2
  type PropsType = Parameters<typeof useDatePicker>[number];
3
- export declare function DatePicker(props: PropsType): JSX.Element;
3
+ export declare function DatePicker(props: PropsType): import("react/jsx-runtime").JSX.Element;
4
4
  export {};
@@ -5,5 +5,5 @@ type PropsType = {
5
5
  onClick: (month: number) => void;
6
6
  theme?: "light" | "dark";
7
7
  };
8
- export declare function MonthPicker(props: PropsType): JSX.Element;
8
+ export declare function MonthPicker(props: PropsType): import("react/jsx-runtime").JSX.Element;
9
9
  export {};
@@ -4,5 +4,5 @@ type PropsType = {
4
4
  onChangeHour: (hour: PropsType['hour']) => void;
5
5
  onChangeMinute: (minute: PropsType['minutes']) => void;
6
6
  };
7
- export declare function TimePicker(props: PropsType): JSX.Element;
7
+ export declare function TimePicker(props: PropsType): import("react/jsx-runtime").JSX.Element;
8
8
  export {};
@@ -1,5 +1,5 @@
1
1
  type PropsType = {
2
2
  onClick: (hours: number, minutes: number) => void;
3
3
  };
4
- export declare function TimeSuggestions(props: PropsType): JSX.Element;
4
+ export declare function TimeSuggestions(props: PropsType): import("react/jsx-runtime").JSX.Element;
5
5
  export {};
@@ -2,5 +2,5 @@ type PropsType = {
2
2
  year: number;
3
3
  onClick: (year: number) => void;
4
4
  };
5
- export declare function YearPicker(props: PropsType): JSX.Element;
5
+ export declare function YearPicker(props: PropsType): import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -3,5 +3,5 @@ type PropsType = {
3
3
  onChange: (year: number) => void;
4
4
  onClick: () => void;
5
5
  };
6
- export declare function YearSwitcher(props: PropsType): JSX.Element;
6
+ export declare function YearSwitcher(props: PropsType): import("react/jsx-runtime").JSX.Element;
7
7
  export {};
@@ -9,5 +9,5 @@ type PropsType<T extends React.ElementType> = AsProps<T, {
9
9
  icon?: React.ReactNode;
10
10
  size?: 'small' | 'medium';
11
11
  }>;
12
- export declare function DropdownItemV2<T extends React.ElementType = 'li'>(props: PropsType<T>): JSX.Element;
12
+ export declare function DropdownItemV2<T extends React.ElementType = 'li'>(props: PropsType<T>): import("react/jsx-runtime").JSX.Element;
13
13
  export {};
@@ -2,5 +2,5 @@ type PropsType = {
2
2
  selected?: boolean;
3
3
  disabled?: boolean;
4
4
  };
5
- export declare function Check(props: PropsType): JSX.Element;
5
+ export declare function Check(props: PropsType): import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -6,5 +6,5 @@ type PropsType = {
6
6
  disabled?: boolean;
7
7
  size?: React.ComponentProps<typeof DropdownItemV2>['size'];
8
8
  };
9
- export declare function Info(props: PropsType): JSX.Element;
9
+ export declare function Info(props: PropsType): import("react/jsx-runtime").JSX.Element;
10
10
  export {};
@@ -1,4 +1,4 @@
1
1
  import { FORM_BUILDER_SCHEMA } from "../schemes";
2
2
  import { AdditionPropsType } from "../types";
3
- declare const formBuilder: (schema: FORM_BUILDER_SCHEMA, additionProps: AdditionPropsType) => (string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactFragment | null | undefined)[];
3
+ declare const formBuilder: (schema: FORM_BUILDER_SCHEMA, additionProps: AdditionPropsType) => import("react").ReactNode[];
4
4
  export default formBuilder;
@@ -1,2 +1,2 @@
1
1
  import { DateFieldPropsType } from "../../../../ui";
2
- export declare function DateField({ value, onChange, dateFormat, outFormat, additionStyle, datePlaceholder, iconDate, textDate, clearButton, isError, disabled, onFocus, onBlur, width, position, theme, ...props }: DateFieldPropsType): JSX.Element;
2
+ export declare function DateField({ value, onChange, dateFormat, outFormat, additionStyle, datePlaceholder, iconDate, textDate, clearButton, isError, disabled, onFocus, onBlur, width, position, theme, ...props }: DateFieldPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { DateFieldBasePropsType } from "../types";
2
- export declare function DateFieldBase({ value, disabled, required, onChange, onFocus, dateFormat, onBlur, minYear, maxYear, placeholder, className, }: DateFieldBasePropsType): JSX.Element;
2
+ export declare function DateFieldBase({ value, disabled, required, onChange, onFocus, dateFormat, onBlur, minYear, maxYear, placeholder, className, }: DateFieldBasePropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { DateTimeFieldPropsType } from "../types";
2
- export declare function DateTimeField({ value, onChange, dateFormat, timeFormat, outFormat, additionStyle, datePlaceholder, timePlaceholder, iconDate, iconTime, textDate, textTime, clearButton, isError, disabled, onFocus, onBlur, width, position, theme, ...props }: DateTimeFieldPropsType): JSX.Element;
2
+ export declare function DateTimeField({ value, onChange, dateFormat, timeFormat, outFormat, additionStyle, datePlaceholder, timePlaceholder, iconDate, iconTime, textDate, textTime, clearButton, isError, disabled, onFocus, onBlur, width, position, theme, ...props }: DateTimeFieldPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { TimeFieldPropsType } from "../../../../ui";
2
- export declare function TimeField({ value, onChange, timeFormat, outFormat, additionStyle, timePlaceholder, iconTime, textTime, clearButton, isError, disabled, onFocus, onBlur, width, position, theme, ...props }: TimeFieldPropsType): JSX.Element;
2
+ export declare function TimeField({ value, onChange, timeFormat, outFormat, additionStyle, timePlaceholder, iconTime, textTime, clearButton, isError, disabled, onFocus, onBlur, width, position, theme, ...props }: TimeFieldPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { TimeFieldBasePropsType } from "../types";
2
- export declare function TimeFieldBase({ value, disabled, required, onChange, onFocus, timeFormat, onBlur, placeholder, className }: TimeFieldBasePropsType): JSX.Element;
2
+ export declare function TimeFieldBase({ value, disabled, required, onChange, onFocus, timeFormat, onBlur, placeholder, className }: TimeFieldBasePropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { DateTimeFieldMaskPropsType } from "../types";
2
- export declare function DateTimeFieldMask({ firstField, secondField, iconFirst, iconSecond, textFirst, textSecond, isFocus, isError, disabled, additionStyle, onXClose, width, theme }: DateTimeFieldMaskPropsType): JSX.Element;
2
+ export declare function DateTimeFieldMask({ firstField, secondField, iconFirst, iconSecond, textFirst, textSecond, isFocus, isError, disabled, additionStyle, onXClose, width, theme }: DateTimeFieldMaskPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { DateRangeFieldPropsType } from "../types";
2
- export declare function DateRangeField({ value, onChange, secondPlaceholder, firstPlaceholder, secondIcon, disabled, dateFormat, required, firstIcon, onBlur, firstText, secondText, onFocus, isError, clearButton, width, additionsStyles, position, theme }: DateRangeFieldPropsType): JSX.Element;
2
+ export declare function DateRangeField({ value, onChange, secondPlaceholder, firstPlaceholder, secondIcon, disabled, dateFormat, required, firstIcon, onBlur, firstText, secondText, onFocus, isError, clearButton, width, additionsStyles, position, theme }: DateRangeFieldPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { DateTimeRangeFieldPropsType } from "../../DateTimeRangeField";
2
- export declare function DateTimeRangeField({ value, onChange, theme, ...props }: DateTimeRangeFieldPropsType): JSX.Element;
2
+ export declare function DateTimeRangeField({ value, onChange, theme, ...props }: DateTimeRangeFieldPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { TimeRangeFieldPropsType } from "../../../../ui";
2
- export declare function TimeRangeField({ value, onChange, secondPlaceholder, firstPlaceholder, secondIcon, disabled, timeFormat, required, firstIcon, onBlur, firstText, secondText, onFocus, isError, clearButton, width, additionsStyles, theme }: TimeRangeFieldPropsType): JSX.Element;
2
+ export declare function TimeRangeField({ value, onChange, secondPlaceholder, firstPlaceholder, secondIcon, disabled, timeFormat, required, firstIcon, onBlur, firstText, secondText, onFocus, isError, clearButton, width, additionsStyles, theme }: TimeRangeFieldPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { TextareaFieldPropsType } from "../types";
2
- export declare function TextareaField(props: TextareaFieldPropsType): JSX.Element;
2
+ export declare function TextareaField(props: TextareaFieldPropsType): import("react/jsx-runtime").JSX.Element;
@@ -14,5 +14,5 @@ type BasePropsType = {
14
14
  theme?: 'dark' | 'light';
15
15
  };
16
16
  type PropsType = Omit<React.ComponentProps<'div'>, keyof BasePropsType> & BasePropsType;
17
- export declare function LoadingIndicator(props: PropsType): JSX.Element;
17
+ export declare function LoadingIndicator(props: PropsType): import("react/jsx-runtime").JSX.Element;
18
18
  export {};
@@ -3,5 +3,5 @@ type PropsType = {
3
3
  onPrev?: () => void;
4
4
  onNext?: () => void;
5
5
  };
6
- export declare function ControlBar(props: PropsType): JSX.Element;
6
+ export declare function ControlBar(props: PropsType): import("react/jsx-runtime").JSX.Element;
7
7
  export {};
@@ -1,2 +1,2 @@
1
1
  import { ProgressBarPropsType } from "../../types";
2
- export declare function VideoProgressBar({ progress, onChangeProgress, onStartDrag, onEndDrag }: ProgressBarPropsType): JSX.Element;
2
+ export declare function VideoProgressBar({ progress, onChangeProgress, onStartDrag, onEndDrag }: ProgressBarPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { PageSwitcherPropsType } from "../types";
2
- export declare function PageSwitcher({ curPage, numPage, next, prev, onChange, smallVersion, theme }: PageSwitcherPropsType): JSX.Element;
2
+ export declare function PageSwitcher({ curPage, numPage, next, prev, onChange, smallVersion, theme }: PageSwitcherPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { PaginationBarPropsType } from "../types";
2
- export declare function PaginationBar({ numPage, getCurPage, nextPage, changePage, prevPage, loadMore, canLoadMore, loadMoreButton, smallVersion, theme, }: PaginationBarPropsType): JSX.Element;
2
+ export declare function PaginationBar({ numPage, getCurPage, nextPage, changePage, prevPage, loadMore, canLoadMore, loadMoreButton, smallVersion, theme, }: PaginationBarPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { PlayButtonPropsType } from "../types";
2
- export declare function PlayButton({ color, type, size, ...props }: PlayButtonPropsType): JSX.Element;
2
+ export declare function PlayButton({ color, type, size, ...props }: PlayButtonPropsType): import("react/jsx-runtime").JSX.Element;
@@ -23,4 +23,4 @@ import { SlideTransitionPropsType } from '../types';
23
23
  * Учтите, что анимации сужают компонент, поэтому он будет деформироваться.
24
24
  * При высокой (автор проводил тесты на 300ms) скорости анимации ощущается нормально (если вы не Флеш).
25
25
  * */
26
- export declare function SlideTransition({ children, animation, className, additionStyles, style, }: SlideTransitionPropsType): JSX.Element;
26
+ export declare function SlideTransition({ children, animation, className, additionStyles, style, }: SlideTransitionPropsType): import("react/jsx-runtime").JSX.Element;
@@ -22,5 +22,5 @@ type PropsType = Omit<React.ComponentProps<'button'>, 'className'> & {
22
22
  theme?: "light" | "dark";
23
23
  mark?: 'info' | 'error' | 'success';
24
24
  };
25
- export declare function TabButtons(props: PropsType): JSX.Element;
25
+ export declare function TabButtons(props: PropsType): import("react/jsx-runtime").JSX.Element;
26
26
  export {};
@@ -9,5 +9,5 @@ type PropsType = {
9
9
  additionStyles?: string | string[];
10
10
  theme?: 'light' | 'dark';
11
11
  };
12
- export declare function TabFrame(props: PropsType): JSX.Element;
12
+ export declare function TabFrame(props: PropsType): import("react/jsx-runtime").JSX.Element;
13
13
  export {};
@@ -8,6 +8,6 @@ type PropsType<T extends React.ElementType> = AsProps<T, {
8
8
  onClose?: () => void;
9
9
  active?: boolean;
10
10
  }>;
11
- export declare const _FilterTag: <T extends React.ElementType = "button">(props: PropsType<T>, ref: React.Ref<RefType<T>>) => JSX.Element;
11
+ export declare const _FilterTag: <T extends React.ElementType>(props: PropsType<T>, ref: React.Ref<RefType<T>>) => import("react/jsx-runtime").JSX.Element;
12
12
  export declare const FilterTag: <T extends React.ElementType = "button">(props: PropsType<T> & React.RefAttributes<RefType<T>>) => JSX.Element;
13
13
  export {};
@@ -1,2 +1,2 @@
1
1
  import { TagPropsType } from "../types";
2
- export declare function Tag({ active, size, icon, label, checkbox, checked, actions, onCheckboxClick, onXCloseClick, onClick, count, }: TagPropsType): JSX.Element;
2
+ export declare function Tag({ active, size, icon, label, checkbox, checked, actions, onCheckboxClick, onXCloseClick, onClick, count, }: TagPropsType): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import { TagCheckboxPropsType } from '../types';
2
- export declare function TagCheckbox({ size, checked, disabled, onClick }: TagCheckboxPropsType): JSX.Element;
2
+ export declare function TagCheckbox({ size, checked, disabled, onClick }: TagCheckboxPropsType): import("react/jsx-runtime").JSX.Element;
@@ -5,5 +5,5 @@ type PropsType<T extends React.ElementType> = AsProps<T, {
5
5
  color?: 'gray' | 'color' | 'white';
6
6
  size?: 'small' | 'medium' | 'large';
7
7
  }>;
8
- export declare function TagCount<T extends React.ElementType = 'span'>(props: PropsType<T>): JSX.Element;
8
+ export declare function TagCount<T extends React.ElementType = 'span'>(props: PropsType<T>): import("react/jsx-runtime").JSX.Element;
9
9
  export {};
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
2
  import { TogglePropsType } from "../types";
3
3
  type PropsType = Omit<React.ComponentProps<'button'>, keyof TogglePropsType> & TogglePropsType;
4
- export declare function Toggle(props: PropsType): JSX.Element;
4
+ export declare function Toggle(props: PropsType): import("react/jsx-runtime").JSX.Element;
5
5
  export {};
@@ -7,4 +7,4 @@ import { TooltipTypes } from "../types/TooltipTypes";
7
7
  * @param color Тема: 'light'/'dark'
8
8
  * @constructor
9
9
  */
10
- export declare function Tooltip({ text, description, arrow, classes, styles, targetRef, onClose, excludedOnCloseElements, color }: TooltipTypes): JSX.Element;
10
+ export declare function Tooltip({ text, description, arrow, classes, styles, targetRef, onClose, excludedOnCloseElements, color }: TooltipTypes): import("react/jsx-runtime").JSX.Element;
@@ -15,4 +15,4 @@ export type PropsType = {
15
15
  className?: string;
16
16
  disabled?: boolean;
17
17
  };
18
- export declare function UserPick(props: PropsType): JSX.Element;
18
+ export declare function UserPick(props: PropsType): import("react/jsx-runtime").JSX.Element;
@@ -18,5 +18,5 @@ type BasePropsType = FieldPropsType<ValueType> & {
18
18
  outFormat?: string;
19
19
  };
20
20
  type PropsType = Omit<React.ComponentProps<typeof FormField>, keyof BasePropsType> & BasePropsType;
21
- export declare function FormDateField(props: PropsType): JSX.Element;
21
+ export declare function FormDateField(props: PropsType): import("react/jsx-runtime").JSX.Element;
22
22
  export {};
@@ -2,5 +2,5 @@ import React from "react";
2
2
  import { FormDateRangeFieldBase } from './FormDateRangeFieldBase';
3
3
  import { FormFieldWrapper } from '../../FormFieldWrapper';
4
4
  type PropsType = React.ComponentProps<typeof FormDateRangeFieldBase> & React.ComponentProps<typeof FormFieldWrapper>;
5
- export declare function FormDateRangeField(props: PropsType): JSX.Element;
5
+ export declare function FormDateRangeField(props: PropsType): import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -22,5 +22,5 @@ type PropsType = FieldPropsType<ValueType> & {
22
22
  * */
23
23
  outFormat?: string;
24
24
  };
25
- export declare function FormDateRangeFieldBase(props: PropsType): JSX.Element;
25
+ export declare function FormDateRangeFieldBase(props: PropsType): import("react/jsx-runtime").JSX.Element;
26
26
  export {};
@@ -1,5 +1,5 @@
1
1
  type PropsType = React.ComponentProps<'button'> & {
2
2
  color?: 'red' | 'gray';
3
3
  };
4
- export declare function InputInnerButton(props: PropsType): JSX.Element;
4
+ export declare function InputInnerButton(props: PropsType): import("react/jsx-runtime").JSX.Element;
5
5
  export {};
@@ -10,5 +10,5 @@ type PropsType = React.ComponentProps<typeof IMaskInput> & {
10
10
  [key: string]: ExtendFactoryArgOptions<BlockExtraOptions>;
11
11
  };
12
12
  };
13
- export declare function Mask(props: PropsType): JSX.Element;
13
+ export declare function Mask(props: PropsType): import("react/jsx-runtime").JSX.Element;
14
14
  export {};