@omniumretail/component-library 1.2.69 → 1.2.70

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 (81) hide show
  1. package/dist/780.bundle.js +1 -1
  2. package/dist/838.bundle.js +1 -1
  3. package/dist/838.bundle.js.LICENSE.txt +1 -1
  4. package/dist/bundle.js +1 -1
  5. package/dist/bundle.js.LICENSE.txt +11 -21
  6. package/dist/types/components/AnalyticsBar/AnalyticsBar.stories.d.ts +2 -3
  7. package/dist/types/components/BellNotifications/BellNotifications.stories.d.ts +2 -3
  8. package/dist/types/components/Button/Button.stories.d.ts +3 -4
  9. package/dist/types/components/Category/Category.stories.d.ts +2 -3
  10. package/dist/types/components/CategoryReadOnly/CategoryReadOnly.stories.d.ts +2 -3
  11. package/dist/types/components/CategoryResponse/CategoryResponse.stories.d.ts +2 -3
  12. package/dist/types/components/DatePicker/DatePicker.stories.d.ts +2 -3
  13. package/dist/types/components/DatePickerTag/DatePickerTag.stories.d.ts +2 -3
  14. package/dist/types/components/DropdownButton/DropdownButton.stories.d.ts +2 -3
  15. package/dist/types/components/ExportTableData/ExportTableData.stories.d.ts +2 -3
  16. package/dist/types/components/Footer/Footer.stories.d.ts +2 -3
  17. package/dist/types/components/Footer2/Footer.stories.d.ts +3 -4
  18. package/dist/types/components/Header/Header.stories.d.ts +2 -3
  19. package/dist/types/components/Input/Input.stories.d.ts +2 -3
  20. package/dist/types/components/InputCountryCode/inputCountryCode.stories.d.ts +2 -3
  21. package/dist/types/components/Label/Label.stories.d.ts +3 -4
  22. package/dist/types/components/Link/Link.stories.d.ts +4 -5
  23. package/dist/types/components/Menu/Menu.stories.d.ts +2 -3
  24. package/dist/types/components/MobileTable/MobileTable.stories.d.ts +2 -3
  25. package/dist/types/components/ModalConfirmation/ModalConfirmation.stories.d.ts +2 -3
  26. package/dist/types/components/ModalWithTable/ModalWithTable.stories.d.ts +2 -3
  27. package/dist/types/components/Navigation/Navigation.stories.d.ts +2 -3
  28. package/dist/types/components/Notification/Notification.stories.d.ts +2 -3
  29. package/dist/types/components/Questions/Questions.stories.d.ts +2 -3
  30. package/dist/types/components/Radio/Radio.stories.d.ts +2 -3
  31. package/dist/types/components/ResponseType/ResponseType.stories.d.ts +2 -3
  32. package/dist/types/components/ResponsiveTable/ResponsiveTable.stories.d.ts +6 -7
  33. package/dist/types/components/Select/Select.stories.d.ts +3 -4
  34. package/dist/types/components/Separator/Separator.stories.d.ts +3 -4
  35. package/dist/types/components/Sidebar/Sidebar.stories.d.ts +3 -4
  36. package/dist/types/components/Switch/Switch.stories.d.ts +2 -3
  37. package/dist/types/components/Table/Table.stories.d.ts +6 -7
  38. package/dist/types/components/Tag/Tag.stories.d.ts +2 -3
  39. package/dist/types/components/Upload/Upload.stories.d.ts +2 -3
  40. package/dist/types/components/UserInfo/UserInfo.stories.d.ts +2 -3
  41. package/dist/types/components/WebCam/WebCam.stories.d.ts +2 -3
  42. package/package.json +184 -186
  43. package/src/components/AnalyticsBar/AnalyticsBar.stories.tsx +2 -2
  44. package/src/components/BellNotifications/BellNotifications.stories.tsx +2 -2
  45. package/src/components/Button/Button.stories.tsx +2 -2
  46. package/src/components/Category/Category.stories.tsx +2 -2
  47. package/src/components/CategoryReadOnly/CategoryReadOnly.stories.tsx +2 -2
  48. package/src/components/CategoryResponse/CategoryResponse.stories.tsx +2 -2
  49. package/src/components/DatePicker/DatePicker.stories.tsx +2 -2
  50. package/src/components/DatePickerTag/DatePickerTag.stories.tsx +2 -2
  51. package/src/components/DropdownButton/DropdownButton.stories.tsx +2 -2
  52. package/src/components/ExportTableData/ExportTableData.stories.tsx +2 -2
  53. package/src/components/Footer/Footer.stories.tsx +2 -2
  54. package/src/components/Footer2/Footer.stories.tsx +4 -4
  55. package/src/components/Header/Header.stories.tsx +2 -2
  56. package/src/components/Input/Input.stories.tsx +2 -2
  57. package/src/components/InputCountryCode/inputCountryCode.stories.tsx +2 -2
  58. package/src/components/Label/Label.stories.tsx +2 -2
  59. package/src/components/Link/Link.stories.tsx +2 -2
  60. package/src/components/Menu/Menu.stories.tsx +2 -2
  61. package/src/components/MobileTable/MobileTable.stories.tsx +2 -2
  62. package/src/components/ModalConfirmation/ModalConfirmation.stories.tsx +2 -2
  63. package/src/components/ModalWithTable/ModalWithTable.stories.tsx +2 -2
  64. package/src/components/Navigation/Navigation.stories.tsx +2 -2
  65. package/src/components/Notification/Notification.stories.tsx +3 -3
  66. package/src/components/Questions/Questions.stories.tsx +2 -2
  67. package/src/components/Questions/index.tsx +1 -1
  68. package/src/components/Radio/Radio.stories.tsx +2 -2
  69. package/src/components/ResponseType/ResponseType.stories.tsx +2 -2
  70. package/src/components/ResponsiveTable/ResponsiveTable.stories.tsx +2 -2
  71. package/src/components/Select/Select.stories.tsx +2 -2
  72. package/src/components/Separator/Separator.stories.tsx +2 -2
  73. package/src/components/Sidebar/Sidebar.stories.tsx +2 -2
  74. package/src/components/Switch/Switch.stories.tsx +2 -2
  75. package/src/components/Table/Table.stories.tsx +2 -2
  76. package/src/components/Tag/Tag.stories.tsx +2 -2
  77. package/src/components/Upload/Upload.stories.tsx +2 -2
  78. package/src/components/UserInfo/UserInfo.stories.tsx +2 -2
  79. package/src/components/WebCam/WebCam.stories.tsx +2 -2
  80. package/dist/types/components/MobileTable/UserInfoTable/index.d.ts +0 -21
  81. package/dist/types/components/ResponseType/Category.stories.d.ts +0 -4
@@ -31,7 +31,7 @@
31
31
 
32
32
  /*! react */
33
33
 
34
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
34
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
35
35
 
36
36
  /*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */
37
37
 
@@ -259,6 +259,16 @@
259
259
  * LICENSE file in the root directory of this source tree.
260
260
  */
261
261
 
262
+ /**
263
+ * @license React
264
+ * use-sync-external-store-with-selector.production.js
265
+ *
266
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
267
+ *
268
+ * This source code is licensed under the MIT license found in the
269
+ * LICENSE file in the root directory of this source tree.
270
+ */
271
+
262
272
  /**
263
273
  * A class to parse color values
264
274
  * @author Stoyan Stefanov <sstoo@gmail.com>
@@ -366,24 +376,6 @@
366
376
  * kim3er, mfo, alnorth, Flamenco
367
377
  */
368
378
 
369
- /** @license React v16.13.1
370
- * react-is.production.min.js
371
- *
372
- * Copyright (c) Facebook, Inc. and its affiliates.
373
- *
374
- * This source code is licensed under the MIT license found in the
375
- * LICENSE file in the root directory of this source tree.
376
- */
377
-
378
- /** @license React v17.0.2
379
- * react-is.production.min.js
380
- *
381
- * Copyright (c) Facebook, Inc. and its affiliates.
382
- *
383
- * This source code is licensed under the MIT license found in the
384
- * LICENSE file in the root directory of this source tree.
385
- */
386
-
387
379
  /**![calendar](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTg4MCAxODRINzEydi02NGMwLTQuNC0zLjYtOC04LThoLTU2Yy00LjQgMC04IDMuNi04IDh2NjRIMzg0di02NGMwLTQuNC0zLjYtOC04LThoLTU2Yy00LjQgMC04IDMuNi04IDh2NjRIMTQ0Yy0xNy43IDAtMzIgMTQuMy0zMiAzMnY2NjRjMCAxNy43IDE0LjMgMzIgMzIgMzJoNzM2YzE3LjcgMCAzMi0xNC4zIDMyLTMyVjIxNmMwLTE3LjctMTQuMy0zMi0zMi0zMnptLTQwIDY1NkgxODRWNDYwaDY1NnYzODB6TTE4NCAzOTJWMjU2aDEyOHY0OGMwIDQuNCAzLjYgOCA4IDhoNTZjNC40IDAgOC0zLjYgOC04di00OGgyNTZ2NDhjMCA0LjQgMy42IDggOCA4aDU2YzQuNCAwIDgtMy42IDgtOHYtNDhoMTI4djEzNkgxODR6IiAvPjwvc3ZnPg==) */
388
380
 
389
381
  /**![caret-down](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTg0MC40IDMwMEgxODMuNmMtMTkuNyAwLTMwLjcgMjAuOC0xOC41IDM1bDMyOC40IDM4MC44YzkuNCAxMC45IDI3LjUgMTAuOSAzNyAwTDg1OC45IDMzNWMxMi4yLTE0LjIgMS4yLTM1LTE4LjUtMzV6IiAvPjwvc3ZnPg==) */
@@ -402,8 +394,6 @@
402
394
 
403
395
  /**![delete](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM2MCAxODRoLThjNC40IDAgOC0zLjYgOC04djhoMzA0di04YzAgNC40IDMuNiA4IDggOGgtOHY3Mmg3MnYtODBjMC0zNS4zLTI4LjctNjQtNjQtNjRIMzUyYy0zNS4zIDAtNjQgMjguNy02NCA2NHY4MGg3MnYtNzJ6bTUwNCA3MkgxNjBjLTE3LjcgMC0zMiAxNC4zLTMyIDMydjMyYzAgNC40IDMuNiA4IDggOGg2MC40bDI0LjcgNTIzYzEuNiAzNC4xIDI5LjggNjEgNjMuOSA2MWg0NTRjMzQuMiAwIDYyLjMtMjYuOCA2My45LTYxbDI0LjctNTIzSDg4OGM0LjQgMCA4LTMuNiA4LTh2LTMyYzAtMTcuNy0xNC4zLTMyLTMyLTMyek03MzEuMyA4NDBIMjkyLjdsLTI0LjItNTEyaDQ4N2wtMjQuMiA1MTJ6IiAvPjwvc3ZnPg==) */
404
396
 
405
- /**![dot-chart](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTg4OCA3OTJIMjAwVjE2OGMwLTQuNC0zLjYtOC04LThoLTU2Yy00LjQgMC04IDMuNi04IDh2Njg4YzAgNC40IDMuNiA4IDggOGg3NTJjNC40IDAgOC0zLjYgOC04di01NmMwLTQuNC0zLjYtOC04LTh6TTI4OCA2MDRhNjQgNjQgMCAxMDEyOCAwIDY0IDY0IDAgMTAtMTI4IDB6bTExOC0yMjRhNDggNDggMCAxMDk2IDAgNDggNDggMCAxMC05NiAwem0xNTggMjI4YTk2IDk2IDAgMTAxOTIgMCA5NiA5NiAwIDEwLTE5MiAwem0xNDgtMzE0YTU2IDU2IDAgMTAxMTIgMCA1NiA1NiAwIDEwLTExMiAweiIgLz48L3N2Zz4=) */
406
-
407
397
  /**![double-left](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3Mi45IDUxMmwyNjUuNC0zMzkuMWM0LjEtNS4yLjQtMTIuOS02LjMtMTIuOWgtNzcuM2MtNC45IDAtOS42IDIuMy0xMi42IDYuMUwxODYuOCA0OTIuM2EzMS45OSAzMS45OSAwIDAwMCAzOS41bDI1NS4zIDMyNi4xYzMgMy45IDcuNyA2LjEgMTIuNiA2LjFINTMyYzYuNyAwIDEwLjQtNy43IDYuMy0xMi45TDI3Mi45IDUxMnptMzA0IDBsMjY1LjQtMzM5LjFjNC4xLTUuMi40LTEyLjktNi4zLTEyLjloLTc3LjNjLTQuOSAwLTkuNiAyLjMtMTIuNiA2LjFMNDkwLjggNDkyLjNhMzEuOTkgMzEuOTkgMCAwMDAgMzkuNWwyNTUuMyAzMjYuMWMzIDMuOSA3LjcgNi4xIDEyLjYgNi4xSDgzNmM2LjcgMCAxMC40LTcuNyA2LjMtMTIuOUw1NzYuOSA1MTJ6IiAvPjwvc3ZnPg==) */
408
398
 
409
399
  /**![double-right](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNjYWNhY2EiIHZpZXdCb3g9IjY0IDY0IDg5NiA4OTYiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUzMy4yIDQ5Mi4zTDI3Ny45IDE2Ni4xYy0zLTMuOS03LjctNi4xLTEyLjYtNi4xSDE4OGMtNi43IDAtMTAuNCA3LjctNi4zIDEyLjlMNDQ3LjEgNTEyIDE4MS43IDg1MS4xQTcuOTggNy45OCAwIDAwMTg4IDg2NGg3Ny4zYzQuOSAwIDkuNi0yLjMgMTIuNi02LjFsMjU1LjMtMzI2LjFjOS4xLTExLjcgOS4xLTI3LjkgMC0zOS41em0zMDQgMEw1ODEuOSAxNjYuMWMtMy0zLjktNy43LTYuMS0xMi42LTYuMUg0OTJjLTYuNyAwLTEwLjQgNy43LTYuMyAxMi45TDc1MS4xIDUxMiA0ODUuNyA4NTEuMUE3Ljk4IDcuOTggMCAwMDQ5MiA4NjRoNzcuM2M0LjkgMCA5LjYtMi4zIDEyLjYtNi4xbDI1NS4zLTMyNi4xYzkuMS0xMS43IDkuMS0yNy45IDAtMzkuNXoiIC8+PC9zdmc+) */
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { AnalyticsBarProps } from './interfaces/analyticsBar';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<AnalyticsBarProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, AnalyticsBarProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { BellNotificationsProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<BellNotificationsProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, BellNotificationsProps>;
@@ -1,6 +1,5 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { CustomButtonProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<CustomButtonProps>;
6
- export declare const Secondary: Story<CustomButtonProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, CustomButtonProps>;
5
+ export declare const Secondary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, CustomButtonProps>;
@@ -1,4 +1,3 @@
1
- import { Meta, Story } from "@storybook/react";
2
- declare const _default: Meta<import("@storybook/react").Args>;
1
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
3
2
  export default _default;
4
- export declare const Primary: Story<any>;
3
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
@@ -1,4 +1,3 @@
1
- import { Meta, Story } from "@storybook/react";
2
- declare const _default: Meta<import("@storybook/react").Args>;
1
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
3
2
  export default _default;
4
- export declare const Primary: Story<any>;
3
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
@@ -1,4 +1,3 @@
1
- import { Meta, Story } from "@storybook/react";
2
- declare const _default: Meta<import("@storybook/react").Args>;
1
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
3
2
  export default _default;
4
- export declare const Primary: Story<any>;
3
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { CustomDatePickerProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<CustomDatePickerProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, CustomDatePickerProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { TagProps } from 'antd';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<TagProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, TagProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from '@storybook/react';
2
1
  import { DropdownButtonProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const BasicDropdown: Story<DropdownButtonProps>;
4
+ export declare const BasicDropdown: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, DropdownButtonProps>;
@@ -1,4 +1,3 @@
1
- import { Meta, Story } from '@storybook/react';
2
- declare const _default: Meta<import("@storybook/react").Args>;
1
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
3
2
  export default _default;
4
- export declare const ExportButton: Story<any>;
3
+ export declare const ExportButton: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { FooterProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<FooterProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, FooterProps>;
@@ -1,6 +1,5 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { Footer2Props } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<Footer2Props>;
6
- export declare const WithoutSubmenus: Story<Footer2Props>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, Footer2Props>;
5
+ export declare const WithoutSubmenus: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, Footer2Props>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { HeaderProps } from './Header.types';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<HeaderProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, HeaderProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { FormInputFieldProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<FormInputFieldProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, FormInputFieldProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { FormInputCountryCodeProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<FormInputCountryCodeProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, FormInputCountryCodeProps>;
@@ -1,6 +1,5 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { LabelProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<LabelProps>;
6
- export declare const Secondary: Story<LabelProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, LabelProps>;
5
+ export declare const Secondary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, LabelProps>;
@@ -1,7 +1,6 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { CustomLinkProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<CustomLinkProps>;
6
- export declare const Secondary: Story<CustomLinkProps>;
7
- export declare const iconAlignRight: Story<CustomLinkProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, CustomLinkProps>;
5
+ export declare const Secondary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, CustomLinkProps>;
6
+ export declare const iconAlignRight: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, CustomLinkProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { MenuProps } from 'antd';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<MenuProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, MenuProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { MobileTableProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<MobileTableProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, MobileTableProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { ModalConfirmationProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<ModalConfirmationProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, ModalConfirmationProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { ModalWithTableProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<ModalWithTableProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, ModalWithTableProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { NavigationProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<NavigationProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, NavigationProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { ErrorNotificationProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<ErrorNotificationProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, ErrorNotificationProps>;
@@ -1,4 +1,3 @@
1
- import { Meta, Story } from "@storybook/react";
2
- declare const _default: Meta<import("@storybook/react").Args>;
1
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
3
2
  export default _default;
4
- export declare const Primary: Story<any>;
3
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { RadioProps } from "antd";
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<RadioProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, RadioProps>;
@@ -1,4 +1,3 @@
1
- import { Meta, Story } from "@storybook/react";
2
- declare const _default: Meta<import("@storybook/react").Args>;
1
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
3
2
  export default _default;
4
- export declare const Primary: Story<any>;
3
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
@@ -1,9 +1,8 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { ResponsiveTableCustomProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<ResponsiveTableCustomProps>;
6
- export declare const Secondary: Story<ResponsiveTableCustomProps>;
7
- export declare const WithCheckbox: Story<ResponsiveTableCustomProps>;
8
- export declare const withActions: Story<ResponsiveTableCustomProps>;
9
- export declare const NoData: Story<ResponsiveTableCustomProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, ResponsiveTableCustomProps>;
5
+ export declare const Secondary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, ResponsiveTableCustomProps>;
6
+ export declare const WithCheckbox: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, ResponsiveTableCustomProps>;
7
+ export declare const withActions: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, ResponsiveTableCustomProps>;
8
+ export declare const NoData: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, ResponsiveTableCustomProps>;
@@ -1,6 +1,5 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { SelectProps } from 'antd';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<SelectProps<any, import("rc-select/lib/Select").DefaultOptionType>>;
6
- export declare const noArguments: Story<SelectProps<any, import("rc-select/lib/Select").DefaultOptionType>>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, SelectProps<any, import("rc-select/lib/Select").DefaultOptionType>>;
5
+ export declare const noArguments: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, SelectProps<any, import("rc-select/lib/Select").DefaultOptionType>>;
@@ -1,6 +1,5 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { SeparatorProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<SeparatorProps>;
6
- export declare const Secondary: Story<SeparatorProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, SeparatorProps>;
5
+ export declare const Secondary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, SeparatorProps>;
@@ -1,6 +1,5 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { SidebarProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<SidebarProps>;
6
- export declare const Secondary: Story<SidebarProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, SidebarProps>;
5
+ export declare const Secondary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, SidebarProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { SwitchProps } from 'antd';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<SwitchProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, SwitchProps>;
@@ -1,9 +1,8 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { TableCustomProps } from '.';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<TableCustomProps>;
6
- export declare const Secondary: Story<TableCustomProps>;
7
- export declare const WithCheckbox: Story<TableCustomProps>;
8
- export declare const withActions: Story<TableCustomProps>;
9
- export declare const NoData: Story<TableCustomProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, TableCustomProps>;
5
+ export declare const Secondary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, TableCustomProps>;
6
+ export declare const WithCheckbox: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, TableCustomProps>;
7
+ export declare const withActions: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, TableCustomProps>;
8
+ export declare const NoData: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, TableCustomProps>;
@@ -1,5 +1,4 @@
1
- import { Meta, Story } from "@storybook/react";
2
1
  import { TagProps } from 'antd';
3
- declare const _default: Meta<import("@storybook/react").Args>;
2
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
4
3
  export default _default;
5
- export declare const Primary: Story<TagProps>;
4
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, TagProps>;
@@ -1,4 +1,3 @@
1
- import { Meta, Story } from "@storybook/react";
2
- declare const _default: Meta<import("@storybook/react").Args>;
1
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
3
2
  export default _default;
4
- export declare const Primary: Story<any>;
3
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
@@ -1,4 +1,3 @@
1
- import { Meta, Story } from "@storybook/react";
2
- declare const _default: Meta<import("@storybook/react").Args>;
1
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
3
2
  export default _default;
4
- export declare const Primary: Story<any>;
3
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
@@ -1,4 +1,3 @@
1
- import { Meta, Story } from "@storybook/react";
2
- declare const _default: Meta<import("@storybook/react").Args>;
1
+ declare const _default: import("storybook/internal/csf").ComponentAnnotations<import("@storybook/react/dist/types-7abe74eb").R, import("storybook/internal/csf").Args>;
3
2
  export default _default;
4
- export declare const Primary: Story<any>;
3
+ export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;