pixel-react 1.4.5 → 1.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (168) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
  3. package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
  4. package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
  5. package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
  6. package/lib/components/MachineInputField/types.d.ts +1 -0
  7. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.d.ts +1 -1
  8. package/lib/components/SequentialConnectingBranch/types.d.ts +7 -4
  9. package/lib/index.d.ts +12 -10
  10. package/lib/index.esm.js +200 -427
  11. package/lib/index.esm.js.map +1 -1
  12. package/lib/index.js +200 -427
  13. package/lib/index.js.map +1 -1
  14. package/lib/utils/getSequentialPayload/getSequentialPayload.d.ts +2 -2
  15. package/lib/utils/getSequentialPayload/types.d.ts +2 -4
  16. package/package.json +2 -2
  17. package/src/assets/icons/add_file.svg +4 -13
  18. package/src/assets/icons/eye_open_icon.svg +10 -0
  19. package/src/assets/icons/windows.svg +8 -4
  20. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +2 -2
  21. package/src/components/Checkbox/Checkbox.scss +1 -1
  22. package/src/components/Icon/iconList.ts +2 -0
  23. package/src/components/MachineInputField/MachineInputField.scss +4 -2
  24. package/src/components/MachineInputField/MachineInputField.tsx +2 -0
  25. package/src/components/MachineInputField/types.ts +1 -0
  26. package/src/components/MenuOption/MenuOption.tsx +3 -4
  27. package/src/components/MultiSelect/MultiSelect.scss +50 -45
  28. package/src/components/MultiSelect/MultiSelect.tsx +1 -1
  29. package/src/components/Select/components/Dropdown.tsx +22 -8
  30. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.scss +34 -32
  31. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.tsx +34 -40
  32. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.tsx +27 -100
  33. package/src/components/SequentialConnectingBranch/components/Branches/Branches.scss +5 -5
  34. package/src/components/SequentialConnectingBranch/components/Branches/Branches.tsx +5 -3
  35. package/src/components/SequentialConnectingBranch/types.ts +7 -4
  36. package/src/components/Tooltip/Tooltip.scss +1 -0
  37. package/src/components/Tooltip/Tooltip.tsx +1 -2
  38. package/src/utils/getSequentialPayload/getSequentialPayload.stories.tsx +2 -5
  39. package/src/utils/getSequentialPayload/getSequentialPayload.ts +11 -24
  40. package/src/utils/getSequentialPayload/types.ts +3 -6
  41. package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
  42. package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
  43. package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
  44. package/lib/components/AddButton/AddButton.d.ts +0 -5
  45. package/lib/components/AddButton/AddButton.stories.d.ts +0 -6
  46. package/lib/components/AddButton/index.d.ts +0 -1
  47. package/lib/components/AddButton/types.d.ts +0 -4
  48. package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
  49. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
  50. package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
  51. package/lib/components/AttachImage/AttachImage.stories.d.ts +0 -7
  52. package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
  53. package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
  54. package/lib/components/Button/Button.stories.d.ts +0 -13
  55. package/lib/components/Charts/BarChart/BarChart.stories.d.ts +0 -6
  56. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
  57. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
  58. package/lib/components/Charts/IconRadialChart/IconRadialChart.stories.d.ts +0 -8
  59. package/lib/components/Charts/LineChart/LineChart.stories.d.ts +0 -7
  60. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.stories.d.ts +0 -8
  61. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
  62. package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
  63. package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
  64. package/lib/components/Chip/Chip.stories.d.ts +0 -14
  65. package/lib/components/ConnectingBranch/ConnectingBranch.stories.d.ts +0 -6
  66. package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
  67. package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
  68. package/lib/components/Drawer/Drawer.stories.d.ts +0 -12
  69. package/lib/components/EditTextField/EditTextField.stories.d.ts +0 -10
  70. package/lib/components/Editor/Editor.stories.d.ts +0 -6
  71. package/lib/components/Excel/ExcelFile.stories.d.ts +0 -6
  72. package/lib/components/ExcelFile/ChangeExcelStyles.d.ts +0 -14
  73. package/lib/components/ExcelFile/ColorBarselector/ColorBarSelector.d.ts +0 -8
  74. package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
  75. package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
  76. package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
  77. package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
  78. package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
  79. package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
  80. package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
  81. package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
  82. package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
  83. package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
  84. package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
  85. package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
  86. package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
  87. package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -81
  88. package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
  89. package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -130
  90. package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
  91. package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
  92. package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
  93. package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
  94. package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
  95. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
  96. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
  97. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
  98. package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
  99. package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
  100. package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
  101. package/lib/components/ExcelFile/ExcelFile/Excel/point.d.ts +0 -11
  102. package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
  103. package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
  104. package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -215
  105. package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
  106. package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
  107. package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -45
  108. package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -3
  109. package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
  110. package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -15
  111. package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -3
  112. package/lib/components/ExcelFile/ImportExcelStyles.d.ts +0 -24
  113. package/lib/components/ExcelFile/Types.d.ts +0 -176
  114. package/lib/components/ExcelFile/index.d.ts +0 -1
  115. package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
  116. package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
  117. package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
  118. package/lib/components/Form/Form.stories.d.ts +0 -7
  119. package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
  120. package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
  121. package/lib/components/Icon/Icon.stories.d.ts +0 -8
  122. package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
  123. package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
  124. package/lib/components/Input/Input.stories.d.ts +0 -9
  125. package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
  126. package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -13
  127. package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
  128. package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
  129. package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
  130. package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -10
  131. package/lib/components/Modal/Modal.stories.d.ts +0 -7
  132. package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
  133. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -12
  134. package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
  135. package/lib/components/Paper/Paper.stories.d.ts +0 -11
  136. package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
  137. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
  138. package/lib/components/Search/Search.stories.d.ts +0 -6
  139. package/lib/components/Select/Select.stories.d.ts +0 -14
  140. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
  141. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -17
  142. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
  143. package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
  144. package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
  145. package/lib/components/StatusCard/StatusCard.stories.d.ts +0 -11
  146. package/lib/components/Table/Table.stories.d.ts +0 -13
  147. package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
  148. package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
  149. package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
  150. package/lib/components/Toast/Toast.stories.d.ts +0 -6
  151. package/lib/components/Toastify/Toastify.stories.d.ts +0 -6
  152. package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
  153. package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
  154. package/lib/components/Typography/Typography.stories.d.ts +0 -10
  155. package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
  156. package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
  157. package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
  158. package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
  159. package/lib/utils/debounce/debounce.stories.d.ts +0 -6
  160. package/lib/utils/ffID/ffID.stories.d.ts +0 -6
  161. package/lib/utils/find/findAndInsert.d.ts +0 -7
  162. package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
  163. package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
  164. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
  165. package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
  166. package/lib/utils/getSequentialPayload/getSequentialPayload.stories.d.ts +0 -10
  167. package/lib/utils/throttle/throttle.stories.d.ts +0 -6
  168. package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import IconButton from './IconButton';
3
- declare const meta: Meta<typeof IconButton>;
4
- type Story = StoryObj<typeof IconButton>;
5
- export declare const Default: Story;
6
- export declare const PrimaryIconButton: Story;
7
- export default meta;
@@ -1,7 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import IconRadioGroup from './IconRadioGroup';
3
- declare const meta: Meta<typeof IconRadioGroup>;
4
- type Story = StoryObj<typeof IconRadioGroup>;
5
- export declare const Default: Story;
6
- export declare const WithDisabledOption: Story;
7
- export default meta;
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Input from './Input';
3
- declare const meta: Meta<typeof Input>;
4
- type Story = StoryObj<typeof Input>;
5
- export declare const Default: Story;
6
- export declare const Primary: Story;
7
- export declare const DisabledWithValue: Story;
8
- export declare const Controlled: Story;
9
- export default meta;
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import InputWithDropdown from './InputWithDropdown';
3
- declare const meta: Meta<typeof InputWithDropdown>;
4
- type Story = StoryObj<typeof InputWithDropdown>;
5
- export declare const Default: Story;
6
- export declare const DisabledWithValue: Story;
7
- export declare const Controlled: Story;
8
- export declare const InputWithStaticLabelWithoutOptions: Story;
9
- export default meta;
@@ -1,13 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import LabelEditTextField from './LabelEditTextField';
3
- import '../../assets/styles/_colors.scss';
4
- import './LabelEditTextField.scss';
5
- declare const meta: Meta<typeof LabelEditTextField>;
6
- type Story = StoryObj<typeof LabelEditTextField>;
7
- export declare const textField: Story;
8
- export declare const textFieldWithOutLabel: Story;
9
- export declare const openTextFieldWithOutLabel: Story;
10
- export declare const textFieldWithDropdown: Story;
11
- export declare const textFieldWithHighlight: Story;
12
- export declare const openLabelEditTextField: Story;
13
- export default meta;
@@ -1,6 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import LazyLoading from './LazyLoading';
3
- declare const meta: Meta;
4
- type Story = StoryObj<typeof LazyLoading>;
5
- export declare const Primary: Story;
6
- export default meta;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import MachineInputField from './MachineInputField';
3
- declare const meta: Meta<typeof MachineInputField>;
4
- type Story = StoryObj<typeof MachineInputField>;
5
- export declare const Primary: Story;
6
- export default meta;
@@ -1,16 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import MenuOption from './MenuOption';
3
- import './MenuOption.scss';
4
- export declare const DefaultMenuOption: Story;
5
- declare const meta: Meta<typeof MenuOption>;
6
- type Story = StoryObj<typeof MenuOption>;
7
- export declare const ControlledMenuOption: Story;
8
- export declare const MenuOptionWithLabel: Story;
9
- export declare const MenuOptionWithDisabledHoverEffect: Story;
10
- export declare const MenuOptionWithToolTip: Story;
11
- export declare const MenuOptionPlacementTop: Story;
12
- export declare const MenuOptionPlacementDown: Story;
13
- export declare const MenuOptionPlacementLeft: Story;
14
- export declare const MenuOptionPlacementRight: Story;
15
- export declare const MenuOptionCustom: Story;
16
- export default meta;
@@ -1,10 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import MiniModal from './MiniModal';
3
- import './MiniModal.scss';
4
- declare const meta: Meta<typeof MiniModal>;
5
- type Story = StoryObj<typeof MiniModal>;
6
- export declare const BasicModal: Story;
7
- export declare const CustomModalWithArrow: () => import("react/jsx-runtime").JSX.Element;
8
- export declare const CustomModalWithWrapper: () => import("react/jsx-runtime").JSX.Element;
9
- export declare const normalModalFollowedByIcon: () => import("react/jsx-runtime").JSX.Element;
10
- export default meta;
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Modal from './Modal';
3
- declare const meta: Meta<typeof Modal>;
4
- type Story = StoryObj<typeof Modal>;
5
- export declare const DefaultModalStory: Story;
6
- export declare const Controlled: Story;
7
- export default meta;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import ModuleChip from './ModuleChip';
3
- declare const meta: Meta<typeof ModuleChip>;
4
- type Story = StoryObj<typeof ModuleChip>;
5
- export declare const Controlled: Story;
6
- export default meta;
@@ -1,12 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import MultiSelect from './MultiSelect';
3
- declare const meta: Meta<typeof MultiSelect>;
4
- type Story = StoryObj<typeof MultiSelect>;
5
- export declare const Default: Story;
6
- export declare const Default2: Story;
7
- export declare const Default3: Story;
8
- export declare const EmailGroup: Story;
9
- export declare const Controlled: Story;
10
- export declare const Labels: Story;
11
- export declare const Machines: Story;
12
- export default meta;
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import NlpInput from './NlpInput';
3
- declare const meta: Meta<typeof NlpInput>;
4
- type Story = StoryObj<typeof NlpInput>;
5
- export declare const Primary: Story;
6
- export declare const Disable: Story;
7
- export default meta;
@@ -1,11 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Paper from './Paper';
3
- import './Paper.scss';
4
- declare const meta: Meta<typeof Paper>;
5
- type Story = StoryObj<typeof Paper>;
6
- export declare const Default: Story;
7
- export declare const PrimaryPaper: Story;
8
- export declare const PaperWithLowShadow: Story;
9
- export declare const PaperWithHighShadow: Story;
10
- export declare const PaperWithRounded: Story;
11
- export default meta;
@@ -1,10 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import RadioButton from './RadioButton';
3
- declare const meta: Meta<typeof RadioButton>;
4
- type Story = StoryObj<typeof RadioButton>;
5
- export declare const Default: Story;
6
- export declare const Checked: Story;
7
- export declare const UncheckedDisabled: Story;
8
- export declare const CheckedDisabled: Story;
9
- export declare const WithoutLabel: Story;
10
- export default meta;
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import RadioGroup from './RadioGroup';
3
- declare const meta: Meta<typeof RadioGroup>;
4
- type Story = StoryObj<typeof RadioGroup>;
5
- export declare const Controlled: Story;
6
- export declare const WithDisabledOption: Story;
7
- export declare const DisabledSelected: Story;
8
- export declare const WithToolTipIcon: Story;
9
- export default meta;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Search from './Search';
3
- declare const meta: Meta<typeof Search>;
4
- type Story = StoryObj<typeof Search>;
5
- export declare const Default: Story;
6
- export default meta;
@@ -1,14 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Select from './Select';
3
- declare const meta: Meta<typeof Select>;
4
- type Story = StoryObj<typeof Select>;
5
- export declare const Primary: Story;
6
- export declare const WithError: Story;
7
- export declare const WithoutLabel: Story;
8
- export declare const EmptyOptions: Story;
9
- export declare const Disable: Story;
10
- export declare const WithInitialValue: Story;
11
- export declare const OptionSelection: Story;
12
- export declare const CustomJSX: Story;
13
- export declare const updateOptionFromOutside: Story;
14
- export default meta;
@@ -1,4 +0,0 @@
1
- import { DropDownListProps } from './dropdownTypes';
2
- import './Dropdown.scss';
3
- declare const Dropdown: ({ onSelectBlur, onSelectOptionSelector, dropdownPosition, options, optionZIndex, inputRef, labelAccessor, }: DropDownListProps) => import("react/jsx-runtime").JSX.Element;
4
- export default Dropdown;
@@ -1,17 +0,0 @@
1
- import { DrowdownPosition, Option } from '../../types';
2
- export interface DropDownListProps {
3
- onSelectBlur: () => void;
4
- onSelectOptionSelector: (option: Option) => void;
5
- dropdownPosition: DrowdownPosition;
6
- options?: Option[];
7
- optionZIndex?: number;
8
- inputRef?: React.RefObject<HTMLInputElement>;
9
- labelAccessor?: string;
10
- valueAccessor?: string;
11
- }
12
- export declare const dropdownDefaultCSSData: {
13
- margin: number;
14
- optionHeight: number;
15
- selectInputHeight: number;
16
- dropDownWrapperPadding: number;
17
- };
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import SequentialConnectingBranch from './SequentialConnectingBranch';
3
- declare const meta: Meta<typeof SequentialConnectingBranch>;
4
- type Story = StoryObj<typeof SequentialConnectingBranch>;
5
- export declare const Primary: Story;
6
- export default meta;
@@ -1,10 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import StateDropdown from './StateDropdown';
3
- declare const meta: Meta<typeof StateDropdown>;
4
- type Story = StoryObj<typeof StateDropdown>;
5
- export declare const Disable: Story;
6
- export declare const Review: Story;
7
- export declare const Reject: Story;
8
- export declare const Approved: Story;
9
- export declare const NewState: Story;
10
- export default meta;
@@ -1,14 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import StatusButton from './StatusButton';
3
- declare const meta: Meta<typeof StatusButton>;
4
- type Story = StoryObj<typeof StatusButton>;
5
- export declare const Passed: Story;
6
- export declare const Failed: Story;
7
- export declare const Running: Story;
8
- export declare const Terminated: Story;
9
- export declare const Skipped: Story;
10
- export declare const Warning: Story;
11
- export declare const PartiallyExecuted: Story;
12
- export declare const Aborted: Story;
13
- export declare const NotExecuted: Story;
14
- export default meta;
@@ -1,11 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import Card from './StatusCard';
3
- import { CardProps } from './types';
4
- declare const meta: Meta<typeof Card>;
5
- export default meta;
6
- type Story = StoryObj<CardProps>;
7
- export declare const Passed: Story;
8
- export declare const Failed: Story;
9
- export declare const Warning: Story;
10
- export declare const Skipped: Story;
11
- export declare const Flaky: Story;
@@ -1,13 +0,0 @@
1
- import { StoryObj, Meta } from '@storybook/react';
2
- import Table from './Table';
3
- declare const meta: Meta<typeof Table>;
4
- type Story = StoryObj<typeof Table>;
5
- export declare const Default: Story;
6
- export declare const PrimaryHeaderTextColor: Story;
7
- export declare const TableDataTextColor: Story;
8
- export declare const PageTable: Story;
9
- export declare const PrimaryHeader: Story;
10
- export declare const FixedHeaderWithBorder: Story;
11
- export declare const WithCheckBox: Story;
12
- export declare const TableWithNoData: Story;
13
- export default meta;
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import TableTree from './TableTree';
3
- import './TableTreeStories.scss';
4
- declare const meta: Meta<typeof TableTree>;
5
- type Story = StoryObj<typeof TableTree>;
6
- export declare const Default: Story;
7
- export default meta;
@@ -1,9 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import Tabs from './Tabs';
3
- declare const meta: Meta<typeof Tabs>;
4
- type Story = StoryObj<typeof Tabs>;
5
- export declare const DefaultTabs: Story;
6
- export declare const CapsuleTabs: Story;
7
- export declare const TabsWithDisabledTab: Story;
8
- export declare const WithoutBorder: Story;
9
- export default meta;
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Textarea from './Textarea';
3
- declare const meta: Meta<typeof Textarea>;
4
- type Story = StoryObj<typeof Textarea>;
5
- export declare const Default: Story;
6
- export declare const Primary: Story;
7
- export declare const Disabled: Story;
8
- export declare const Controlled: Story;
9
- export default meta;
@@ -1,6 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import Toaster from './Toast';
3
- declare const meta: Meta<typeof Toaster>;
4
- type Story = StoryObj<typeof Toaster>;
5
- export declare const Controlled: Story;
6
- export default meta;
@@ -1,6 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import { Toastify } from './Toastify';
3
- declare const meta: Meta<typeof Toastify>;
4
- type Story = StoryObj<typeof Toastify>;
5
- export declare const Controlled: Story;
6
- export default meta;
@@ -1,12 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Toggle from './Toggle';
3
- declare const meta: Meta<typeof Toggle>;
4
- export default meta;
5
- type Story = StoryObj<typeof Toggle>;
6
- export declare const Default: Story;
7
- export declare const Disabled: Story;
8
- export declare const Checked: Story;
9
- export declare const SmallSize: Story;
10
- export declare const MediumSize: Story;
11
- export declare const DynamicIconAndSize: Story;
12
- export declare const Controlled: Story;
@@ -1,15 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import Tooltip from './Tooltip';
3
- declare const meta: Meta<typeof Tooltip>;
4
- type Story = StoryObj<typeof Tooltip>;
5
- export declare const Default: Story;
6
- export declare const Controlled: Story;
7
- export declare const Top: Story;
8
- export declare const Left: Story;
9
- export declare const Right: Story;
10
- export declare const TopStart: Story;
11
- export declare const TopEnd: Story;
12
- export declare const BottomStart: Story;
13
- export declare const BottomEnd: Story;
14
- export declare const TooltipWithIcon: Story;
15
- export default meta;
@@ -1,10 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Typography from './Typography';
3
- declare const meta: Meta<typeof Typography>;
4
- type Story = StoryObj<typeof Typography>;
5
- export declare const Docs: Story;
6
- export declare const Regular12px: Story;
7
- export declare const Medium12px: Story;
8
- export declare const SemiBold14px: Story;
9
- export declare const Bold14px: Story;
10
- export default meta;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import VariableInput from './VariableInput';
3
- declare const meta: Meta<typeof VariableInput>;
4
- type Story = StoryObj<typeof VariableInput>;
5
- export declare const Default: Story;
6
- export default meta;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (value: any) => boolean;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (arr1: unknown[], arr2: unknown[]) => boolean;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (obj1: import("./compareObjects").AnyObject | null, obj2: import("./compareObjects").AnyObject | null) => boolean;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (func: (...args: any[]) => void, delay: number) => import("./debounce").DebouncedFunction;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { ffid } from './ffid';
3
- declare const meta: Meta<typeof ffid>;
4
- type Story = StoryObj;
5
- export declare const Primary: Story;
6
- export default meta;
@@ -1,7 +0,0 @@
1
- export type AnyObject = {
2
- id: number;
3
- [key: string]: any;
4
- };
5
- export declare function findAndInsert<T extends AnyObject>(data: T[], key: keyof T, targetId: number, newEntry: T, insertPosition: 'above' | 'below' | 'replace', childrenKey?: string): {
6
- updatedArray: T[];
7
- } | null;
@@ -1,7 +0,0 @@
1
- import { findAndInsert } from './findAndInsert';
2
- declare const _default: {
3
- title: string;
4
- component: typeof findAndInsert;
5
- };
6
- export default _default;
7
- export declare const InteractivePlayground: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import { findAndInsert } from './findAndInsert';
2
- declare const _default: {
3
- title: string;
4
- component: typeof findAndInsert;
5
- };
6
- export default _default;
7
- export declare const InteractivePlayground: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (data: string, publicKey: string) => string | false;
4
- };
5
- export default _default;
6
- export declare const InteractivePlayground: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (value: string | File) => string | undefined;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import type { Meta, StoryObj } from '@storybook/react';
3
- import { MachineExecutionInstanceDataSet } from './types';
4
- declare const SequentialPayloadComponent: React.FC<{
5
- machineInstances: MachineExecutionInstanceDataSet[];
6
- }>;
7
- declare const meta: Meta<typeof SequentialPayloadComponent>;
8
- type Story = StoryObj<typeof SequentialPayloadComponent>;
9
- export declare const Primary: Story;
10
- export default meta;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (func: (...args: any[]) => void, limit: number) => import("./throttle").ThrottledFunction;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (text: string, maxLength: number) => string;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;