pixel-react 1.8.8 → 1.9.0

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 (133) hide show
  1. package/lib/components/Button/Button.stories.d.ts +0 -1
  2. package/lib/components/Drawer/Drawer.stories.d.ts +0 -5
  3. package/lib/components/Form/Form.stories.d.ts +5 -6
  4. package/lib/components/Icon/Icon.stories.d.ts +0 -1
  5. package/lib/components/IconButton/IconButton.stories.d.ts +0 -1
  6. package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -1
  7. package/lib/components/MiniModal/MiniModal.stories.d.ts +1 -2
  8. package/lib/components/MobileSkin/MobileSkin.d.ts +5 -0
  9. package/lib/components/MobileSkin/MobileSkinInterface.d.ts +13 -0
  10. package/lib/components/MobileSkin/index.d.ts +1 -0
  11. package/lib/components/MobileSkin/types.d.ts +32 -0
  12. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -2
  13. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +1 -2
  14. package/lib/components/Select/Select.stories.d.ts +0 -1
  15. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +1 -1
  16. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -2
  17. package/lib/components/Table/Table.stories.d.ts +0 -2
  18. package/lib/components/Tabs/types.d.ts +1 -0
  19. package/lib/components/ThemeProvider/CustomThemeProvider.d.ts +8 -0
  20. package/lib/hooks/useCustomThemeProvider.d.ts +11 -0
  21. package/lib/index.d.ts +20 -1
  22. package/lib/index.esm.js +222 -151
  23. package/lib/index.esm.js.map +1 -1
  24. package/lib/index.js +224 -150
  25. package/lib/index.js.map +1 -1
  26. package/lib/tsconfig.tsbuildinfo +1 -1
  27. package/lib/utils/ffID/ffID.stories.d.ts +1 -1
  28. package/package.json +1 -1
  29. package/src/assets/icons/approval_pending.svg +8 -8
  30. package/src/assets/icons/configuration.svg +3 -3
  31. package/src/assets/icons/defects.svg +8 -8
  32. package/src/assets/icons/element.svg +4 -4
  33. package/src/assets/icons/project_element.svg +4 -4
  34. package/src/assets/icons/step_group.svg +10 -10
  35. package/src/assets/icons/variable.svg +3 -3
  36. package/src/assets/icons/web_service_icon.svg +3 -3
  37. package/src/components/Button/Button.scss +0 -1
  38. package/src/components/MobileSkin/MobileSkin.scss +67 -0
  39. package/src/components/MobileSkin/MobileSkin.stories.tsx +93 -0
  40. package/src/components/MobileSkin/MobileSkin.tsx +88 -0
  41. package/src/components/MobileSkin/MobileSkinInterface.ts +13 -0
  42. package/src/components/MobileSkin/index.ts +1 -0
  43. package/src/components/MobileSkin/types.ts +32 -0
  44. package/src/components/Tabs/Tabs.scss +19 -0
  45. package/src/components/Tabs/Tabs.tsx +9 -0
  46. package/src/components/Tabs/types.ts +1 -0
  47. package/src/index.ts +7 -0
  48. package/lib/1fb4472b34e4fe07.css +0 -1
  49. package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
  50. package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
  51. package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
  52. package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
  53. package/lib/components/AddButton/AddButton.d.ts +0 -5
  54. package/lib/components/AddButton/AddButton.stories.d.ts +0 -6
  55. package/lib/components/AddButton/index.d.ts +0 -1
  56. package/lib/components/AddButton/types.d.ts +0 -4
  57. package/lib/components/AddVariables/AddVariables.d.ts +0 -5
  58. package/lib/components/AddVariables/index.d.ts +0 -1
  59. package/lib/components/AddVariables/types.d.ts +0 -35
  60. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
  61. package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
  62. package/lib/components/AttachImage/AttachImage.stories.d.ts +0 -7
  63. package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
  64. package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
  65. package/lib/components/Charts/BarChart/BarChart.stories.d.ts +0 -6
  66. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
  67. package/lib/components/Charts/IconRadialChart/IconRadialChart.stories.d.ts +0 -8
  68. package/lib/components/Charts/LineChart/LineChart.stories.d.ts +0 -7
  69. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.stories.d.ts +0 -8
  70. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
  71. package/lib/components/ConnectingBranch/ConnectingBranch.stories.d.ts +0 -6
  72. package/lib/components/EditTextField/EditTextField.stories.d.ts +0 -10
  73. package/lib/components/Editor/Editor.stories.d.ts +0 -6
  74. package/lib/components/Excel/ContextMenu/ContextMenu.d.ts +0 -4
  75. package/lib/components/Excel/ExcelFile.stories.d.ts +0 -6
  76. package/lib/components/ExcelFile/ChangeExcelStyles.d.ts +0 -14
  77. package/lib/components/ExcelFile/ColorBarSelector/ColorBarSelector.d.ts +0 -8
  78. package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
  79. package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
  80. package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
  81. package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
  82. package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
  83. package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
  84. package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
  85. package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
  86. package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
  87. package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
  88. package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
  89. package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
  90. package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
  91. package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
  92. package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
  93. package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -174
  94. package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
  95. package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
  96. package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
  97. package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
  98. package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
  99. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
  100. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
  101. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
  102. package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
  103. package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
  104. package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
  105. package/lib/components/ExcelFile/ExcelFile/Excel/point.d.ts +0 -11
  106. package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
  107. package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
  108. package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
  109. package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
  110. package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
  111. package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -44
  112. package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -19
  113. package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
  114. package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -12
  115. package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -15
  116. package/lib/components/ExcelFile/ImportExcelStyles.d.ts +0 -24
  117. package/lib/components/ExcelFile/Types.d.ts +0 -129
  118. package/lib/components/ExcelFile/index.d.ts +0 -1
  119. package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
  120. package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
  121. package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -13
  122. package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
  123. package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
  124. package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
  125. package/lib/components/NLPInput/type.d.ts +0 -70
  126. package/lib/components/Paper/Paper.stories.d.ts +0 -11
  127. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
  128. package/lib/components/StatusCard/StatusCard.stories.d.ts +0 -11
  129. package/lib/components/Toastify/Toastify.stories.d.ts +0 -6
  130. package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
  131. package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
  132. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
  133. package/lib/utils/getSequentialPayload/getSequentialPayload.stories.d.ts +0 -10
@@ -6,7 +6,6 @@ export declare const Primary: Story;
6
6
  export declare const Secondary: Story;
7
7
  export declare const Tertiary: Story;
8
8
  export declare const Delete: Story;
9
- export declare const Warning: Story;
10
9
  export declare const PrimaryWithIcon: Story;
11
10
  export declare const SecondaryWithIcon: Story;
12
11
  export declare const TertiaryWithIcon: Story;
@@ -4,9 +4,4 @@ declare const meta: Meta<typeof Drawer>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof Drawer>;
6
6
  export declare const Default: Story;
7
- export declare const WithoutHeader: Story;
8
- export declare const WithCustomHeader: Story;
9
- export declare const WithCustomFooter: Story;
10
- export declare const WithTertiaryButtons: Story;
11
- export declare const WithCustomZIndex: Story;
12
7
  export declare const Controlled: Story;
@@ -1,7 +1,6 @@
1
- import Forms from './Forms';
2
- import { Meta, StoryObj } from '@storybook/react/*';
3
- import './Form.scss';
4
- declare const meta: Meta<typeof Forms>;
5
- type Story = StoryObj<typeof Forms>;
6
- export declare const WithDefaultValues: Story;
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import Form from './Form';
3
+ declare const meta: Meta<typeof Form>;
4
+ type Story = StoryObj<typeof Form>;
5
+ export declare const WithControlledState: Story;
7
6
  export default meta;
@@ -4,5 +4,4 @@ declare const meta: Meta<typeof Icon>;
4
4
  type Story = StoryObj<typeof Icon>;
5
5
  export declare const Icons: Story;
6
6
  export declare const AllIcons: Story;
7
- export declare const DarkVariantIcons: Story;
8
7
  export default meta;
@@ -2,6 +2,5 @@ import type { Meta, StoryObj } from '@storybook/react';
2
2
  import IconButton from './IconButton';
3
3
  declare const meta: Meta<typeof IconButton>;
4
4
  type Story = StoryObj<typeof IconButton>;
5
- export declare const Default: Story;
6
5
  export declare const PrimaryIconButton: Story;
7
6
  export default meta;
@@ -12,5 +12,4 @@ export declare const MenuOptionPlacementTop: Story;
12
12
  export declare const MenuOptionPlacementDown: Story;
13
13
  export declare const MenuOptionPlacementLeft: Story;
14
14
  export declare const MenuOptionPlacementRight: Story;
15
- export declare const MenuOptionCustom: Story;
16
15
  export default meta;
@@ -4,7 +4,6 @@ import './MiniModal.scss';
4
4
  declare const meta: Meta<typeof MiniModal>;
5
5
  type Story = StoryObj<typeof MiniModal>;
6
6
  export declare const BasicModal: Story;
7
- export declare const CustomModalWithArrow: () => import("react/jsx-runtime").JSX.Element;
8
7
  export declare const CustomModalWithWrapper: () => import("react/jsx-runtime").JSX.Element;
9
- export declare const normalModalFollowedByIcon: () => import("react/jsx-runtime").JSX.Element;
8
+ export declare const CustomModalWithArrow: () => import("react/jsx-runtime").JSX.Element;
10
9
  export default meta;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import './MobileSkin.scss';
3
+ import { MobileSkinProps } from './MobileSkinInterface';
4
+ declare const MobileSkin: React.FC<MobileSkinProps>;
5
+ export default MobileSkin;
@@ -0,0 +1,13 @@
1
+ interface NavBarIcon {
2
+ name: string;
3
+ [key: string]: any;
4
+ }
5
+ export interface MobileSkinProps {
6
+ children: React.ReactNode | string;
7
+ orientation?: 'portrait' | 'landscape';
8
+ type: 'ios' | 'android';
9
+ navBarIcons: NavBarIcon[];
10
+ mobileHeight?: number;
11
+ mobileWidth?: number;
12
+ }
13
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './MobileSkin';
@@ -0,0 +1,32 @@
1
+ export interface iconDetails {
2
+ /**
3
+ * details of each icon
4
+ */
5
+ [key: string]: any;
6
+ }
7
+ export interface MobileSkinProps {
8
+ /**
9
+ * The content inside the mobile skin component
10
+ */
11
+ children: React.ReactNode | string;
12
+ /**
13
+ * Portrait or landScape View of the Mobile
14
+ */
15
+ orientation: string;
16
+ /**
17
+ * type either it will be ios or android
18
+ */
19
+ type: string;
20
+ /**
21
+ * height of the MobileSkin
22
+ */
23
+ mobileHeight?: number;
24
+ /**
25
+ * width of the MobileSkin
26
+ */
27
+ mobileWidth?: number;
28
+ /**
29
+ * takes the icons details like icon name , title, onClick event, height , width, etc
30
+ */
31
+ navbarIcons: Array<iconDetails>;
32
+ }
@@ -5,7 +5,5 @@ type Story = StoryObj<typeof MultiSelect>;
5
5
  export declare const Default: Story;
6
6
  export declare const Default2: Story;
7
7
  export declare const Default3: Story;
8
- export declare const EmailGroup: Story;
9
8
  export declare const Controlled: Story;
10
- export declare const Labels: Story;
11
9
  export default meta;
@@ -4,6 +4,5 @@ declare const meta: Meta<typeof RadioGroup>;
4
4
  type Story = StoryObj<typeof RadioGroup>;
5
5
  export declare const Controlled: Story;
6
6
  export declare const WithDisabledOption: Story;
7
- export declare const DisabledSelected: Story;
8
- export declare const WithToolTipIcon: Story;
7
+ export declare const DisabledSelcted: Story;
9
8
  export default meta;
@@ -10,5 +10,4 @@ export declare const Disable: Story;
10
10
  export declare const WithInitialValue: Story;
11
11
  export declare const OptionSelection: Story;
12
12
  export declare const CustomJSX: Story;
13
- export declare const updateOptionFromOutside: Story;
14
13
  export default meta;
@@ -1,4 +1,4 @@
1
1
  import { DropDownListProps } from './dropdownTypes';
2
2
  import './Dropdown.scss';
3
- declare const Dropdown: ({ onSelectBlur, onSelectOptionSelector, dropdownPosition, options, optionZIndex, inputRef, labelAccessor, }: DropDownListProps) => import("react/jsx-runtime").JSX.Element;
3
+ declare const Dropdown: ({ onSelectBlur, onSelectOptionSelector, dropdownPosition, options, optionZIndex, inputRef, }: DropDownListProps) => import("react/jsx-runtime").JSX.Element;
4
4
  export default Dropdown;
@@ -6,8 +6,6 @@ export interface DropDownListProps {
6
6
  options?: Option[];
7
7
  optionZIndex?: number;
8
8
  inputRef?: React.RefObject<HTMLInputElement>;
9
- labelAccessor?: string;
10
- valueAccessor?: string;
11
9
  }
12
10
  export declare const dropdownDefaultCSSData: {
13
11
  margin: number;
@@ -3,8 +3,6 @@ import Table from './Table';
3
3
  declare const meta: Meta<typeof Table>;
4
4
  type Story = StoryObj<typeof Table>;
5
5
  export declare const Default: Story;
6
- export declare const PrimaryHeaderTextColor: Story;
7
- export declare const TableDataTextColor: Story;
8
6
  export declare const PageTable: Story;
9
7
  export declare const PrimaryHeader: Story;
10
8
  export declare const FixedHeaderWithBorder: Story;
@@ -26,6 +26,7 @@ export interface TabsProps {
26
26
  component?: JSX.Element;
27
27
  disabled?: boolean;
28
28
  count?: number | string;
29
+ status?: 'success' | 'error' | 'transparent';
29
30
  }[];
30
31
  /**
31
32
  * Defines the styling variant of the tabs.
@@ -0,0 +1,8 @@
1
+ import React, { ReactNode } from 'react';
2
+ import { ThemeContextType } from './types';
3
+ declare const ThemeContext: React.Context<ThemeContextType | undefined>;
4
+ declare const CustomThemeProvider: React.FC<{
5
+ children: ReactNode;
6
+ }>;
7
+ export { ThemeContext };
8
+ export default CustomThemeProvider;
@@ -0,0 +1,11 @@
1
+ import React, { ReactNode } from 'react';
2
+ interface ThemeContextType {
3
+ currentTheme: string;
4
+ setCurrentTheme: React.Dispatch<React.SetStateAction<string>>;
5
+ applyTheme: (newTheme: string) => void;
6
+ }
7
+ export declare const useCustomThemeProvider: React.FC<{
8
+ children: ReactNode;
9
+ }>;
10
+ export declare const useTheme: () => ThemeContextType;
11
+ export {};
package/lib/index.d.ts CHANGED
@@ -1744,6 +1744,7 @@ interface TabsProps {
1744
1744
  component?: JSX.Element;
1745
1745
  disabled?: boolean;
1746
1746
  count?: number | string;
1747
+ status?: 'success' | 'error' | 'transparent';
1747
1748
  }[];
1748
1749
  /**
1749
1750
  * Defines the styling variant of the tabs.
@@ -2914,6 +2915,21 @@ interface ScriptSwitchButtonProps {
2914
2915
  }
2915
2916
  declare const ScriptSwitchButton: React__default.FC<ScriptSwitchButtonProps>;
2916
2917
 
2918
+ interface NavBarIcon {
2919
+ name: string;
2920
+ [key: string]: any;
2921
+ }
2922
+ interface MobileSkinProps {
2923
+ children: React.ReactNode | string;
2924
+ orientation?: 'portrait' | 'landscape';
2925
+ type: 'ios' | 'android';
2926
+ navBarIcons: NavBarIcon[];
2927
+ mobileHeight?: number;
2928
+ mobileWidth?: number;
2929
+ }
2930
+
2931
+ declare const MobileSkin: React__default.FC<MobileSkinProps>;
2932
+
2917
2933
  type valueType$1 = any;
2918
2934
  declare const checkEmpty: (value: valueType$1) => boolean;
2919
2935
 
@@ -3090,6 +3106,8 @@ declare const Comments: ({ commentsData, onCommentsDataChange, }: CommentsProps)
3090
3106
 
3091
3107
  declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
3092
3108
 
3109
+ declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>) => void;
3110
+
3093
3111
  interface PopUpModalProps {
3094
3112
  isOpen: boolean;
3095
3113
  onClose: () => void;
@@ -3281,6 +3299,7 @@ declare const PASSWORD_COMPLEX_REGEX: RegExp;
3281
3299
  declare const ALPHABET_ONLY_REGEX: RegExp;
3282
3300
  declare const NUMBERS_ONLY_REGEX: RegExp;
3283
3301
  declare const ALPHANUMERIC_REGEX: RegExp;
3302
+ declare const ALPHANUMERIC_WITH_ROUND_BRACES_REGEX: RegExp;
3284
3303
  declare const DATE_REGEX: RegExp;
3285
3304
  declare const TIME_REGEX: RegExp;
3286
3305
  declare const FILE_EXTENSION_REGEX: RegExp;
@@ -3324,4 +3343,4 @@ declare const ELEMENTS_TRAILING_SPACE_REGEX: RegExp;
3324
3343
  declare const ELEMENTS_WHITE_SPACE_REGEX: RegExp;
3325
3344
  declare const PARAMETER_ALPHANUMERIC_REGEX: RegExp;
3326
3345
 
3327
- export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHANUMERIC_REGEX, Accordion, AddButton as AddResourceButton, AllProjectsDropdown, AppHeader, AttachImage, AttachmentButton, Avatar, BASE64_REGEX, BINARY_NUMBER_REGEX, BarChart, Button, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, Checkbox, Chip, ChooseFile, Col, Comments, ConditionalDropdown, ConnectingBranch, Container, CreateVariableSlider, DATE_REGEX, DECIMAL_NUMBER_REGEX, DRIVING_LICENSE_REGEX, DashboardDonutChart, CustomDatePicker as DatePicker, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EditTextField, Editor, ExcelFile as Excel, ExpandableMenu, FILE_EXTENSION_REGEX, FILE_NAME_REGEX, FieldSet, FileDropzone, FilePreview, ForwardedForms as Form, formatString as FormatString, GSTIN_REGEX, HEXADECIMAL_NUMBER_REGEX, HEX_COLOR_REGEX, HSL_COLOR_REGEX, HTML_ATTRIBUTE_REGEX, HTML_TAG_REGEX, HighlightText, INDIAN_CURRENCY_REGEX, INDIAN_PASSPORT_REGEX, INDIAN_PHONE_REGEX, INDIAN_PIN_CODE_REGEX, INTERNATIONAL_PHONE_REGEX, IPV4_REGEX, IPV6_REGEX, Icon, IconButton, IconRadialChart, IconRadioGroup, Input, InputWithDropdown, LINKEDIN_PROFILE_REGEX, LabelEditTextField, LineChart, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, MachineInputField, MenuOption, MiniModal, Modal, ModuleChip, MultiRadialChart, MultiSelect, NlpInput as NLPInput, NLP_DESCRIPTION_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, Paper, PhoneInputField, PieChart, PopUpModal, ProgressBar, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, RadialChart, RadioButton, RadioGroup, Recaptcha, Row, SSN_REGEX, STEP_GROUP_NAME_REGEX, ScriptSwitchButton, Search, Select, SequentialConnectingBranch, StateDropdown, StatusButton, StatusCard, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, _default as TableTree, TableWithAccordion, Tabs, Textarea as TextArea, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, Typography, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, VariableDropdown, VariableInput, WHITESPACE_REGEX, capitalize, checkEmpty, compareArrays, compareObjects, debounce, ffid, findAndInsert, getEncryptedData, getExtension, getExtensionWithPeriod, getSequentialPayload, hasDuplicateFile, saveFileFromBlob, throttle, toast, truncateText, useFileDropzone, useKeyboardActions, useTheme };
3346
+ export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_WITH_ROUND_BRACES_REGEX, Accordion, AddButton as AddResourceButton, AllProjectsDropdown, AppHeader, AttachImage, AttachmentButton, Avatar, BASE64_REGEX, BINARY_NUMBER_REGEX, BarChart, Button, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, Checkbox, Chip, ChooseFile, Col, Comments, ConditionalDropdown, ConnectingBranch, Container, CreateVariableSlider, DATE_REGEX, DECIMAL_NUMBER_REGEX, DRIVING_LICENSE_REGEX, DashboardDonutChart, CustomDatePicker as DatePicker, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EditTextField, Editor, ExcelFile as Excel, ExpandableMenu, FILE_EXTENSION_REGEX, FILE_NAME_REGEX, FieldSet, FileDropzone, FilePreview, ForwardedForms as Form, formatString as FormatString, GSTIN_REGEX, HEXADECIMAL_NUMBER_REGEX, HEX_COLOR_REGEX, HSL_COLOR_REGEX, HTML_ATTRIBUTE_REGEX, HTML_TAG_REGEX, HighlightText, INDIAN_CURRENCY_REGEX, INDIAN_PASSPORT_REGEX, INDIAN_PHONE_REGEX, INDIAN_PIN_CODE_REGEX, INTERNATIONAL_PHONE_REGEX, IPV4_REGEX, IPV6_REGEX, Icon, IconButton, IconRadialChart, IconRadioGroup, Input, InputWithDropdown, LINKEDIN_PROFILE_REGEX, LabelEditTextField, LineChart, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, MachineInputField, MenuOption, MiniModal, MobileSkin, Modal, ModuleChip, MultiRadialChart, MultiSelect, NlpInput as NLPInput, NLP_DESCRIPTION_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, Paper, PhoneInputField, PieChart, PopUpModal, ProgressBar, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, RadialChart, RadioButton, RadioGroup, Recaptcha, Row, SSN_REGEX, STEP_GROUP_NAME_REGEX, ScriptSwitchButton, Search, Select, SequentialConnectingBranch, StateDropdown, StatusButton, StatusCard, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, _default as TableTree, TableWithAccordion, Tabs, Textarea as TextArea, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, Typography, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, VariableDropdown, VariableInput, WHITESPACE_REGEX, capitalize, checkEmpty, compareArrays, compareObjects, debounce, ffid, findAndInsert, getEncryptedData, getExtension, getExtensionWithPeriod, getSequentialPayload, hasDuplicateFile, saveFileFromBlob, throttle, toast, truncateText, useClickOutside, useFileDropzone, useKeyboardActions, useTheme };