@omniumretail/component-library 1.2.68 → 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.
- package/dist/780.bundle.js +1 -1
- package/dist/838.bundle.js +1 -1
- package/dist/838.bundle.js.LICENSE.txt +1 -1
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.LICENSE.txt +11 -21
- package/dist/main.css +1 -1
- package/dist/types/components/AnalyticsBar/AnalyticsBar.stories.d.ts +2 -3
- package/dist/types/components/BellNotifications/BellNotifications.stories.d.ts +2 -3
- package/dist/types/components/Button/Button.stories.d.ts +3 -4
- package/dist/types/components/Category/Category.stories.d.ts +2 -3
- package/dist/types/components/CategoryReadOnly/CategoryReadOnly.stories.d.ts +2 -3
- package/dist/types/components/CategoryResponse/CategoryResponse.stories.d.ts +2 -3
- package/dist/types/components/DatePicker/DatePicker.stories.d.ts +2 -3
- package/dist/types/components/DatePickerTag/DatePickerTag.stories.d.ts +2 -3
- package/dist/types/components/DropdownButton/DropdownButton.stories.d.ts +2 -3
- package/dist/types/components/ExportTableData/ExportTableData.stories.d.ts +2 -3
- package/dist/types/components/Footer/Footer.stories.d.ts +2 -3
- package/dist/types/components/Footer2/Footer.stories.d.ts +3 -4
- package/dist/types/components/Header/Header.stories.d.ts +2 -3
- package/dist/types/components/Input/Input.stories.d.ts +2 -3
- package/dist/types/components/InputCountryCode/inputCountryCode.stories.d.ts +2 -3
- package/dist/types/components/Label/Label.stories.d.ts +3 -4
- package/dist/types/components/Link/Link.stories.d.ts +4 -5
- package/dist/types/components/Menu/Menu.stories.d.ts +2 -3
- package/dist/types/components/MobileTable/MobileTable.stories.d.ts +2 -3
- package/dist/types/components/ModalConfirmation/ModalConfirmation.stories.d.ts +2 -3
- package/dist/types/components/ModalWithTable/ModalWithTable.stories.d.ts +2 -3
- package/dist/types/components/Navigation/Navigation.stories.d.ts +2 -3
- package/dist/types/components/Notification/Notification.stories.d.ts +2 -3
- package/dist/types/components/Questions/Questions.stories.d.ts +2 -3
- package/dist/types/components/Radio/Radio.stories.d.ts +2 -3
- package/dist/types/components/ResponseType/ResponseType.stories.d.ts +2 -3
- package/dist/types/components/ResponsiveTable/ResponsiveTable.stories.d.ts +6 -7
- package/dist/types/components/Select/Select.stories.d.ts +3 -4
- package/dist/types/components/Separator/Separator.stories.d.ts +3 -4
- package/dist/types/components/Sidebar/Sidebar.stories.d.ts +3 -4
- package/dist/types/components/Switch/Switch.stories.d.ts +2 -3
- package/dist/types/components/Table/Table.stories.d.ts +6 -7
- package/dist/types/components/Tag/Tag.stories.d.ts +2 -3
- package/dist/types/components/Upload/Upload.stories.d.ts +2 -3
- package/dist/types/components/UserInfo/UserInfo.stories.d.ts +2 -3
- package/dist/types/components/WebCam/WebCam.stories.d.ts +2 -3
- package/package.json +184 -186
- package/src/components/AnalyticsBar/AnalyticsBar.stories.tsx +2 -2
- package/src/components/BellNotifications/BellNotifications.stories.tsx +2 -2
- package/src/components/Button/Button.stories.tsx +2 -2
- package/src/components/Category/Category.stories.tsx +2 -2
- package/src/components/CategoryReadOnly/CategoryReadOnly.stories.tsx +2 -2
- package/src/components/CategoryResponse/CategoryResponse.stories.tsx +2 -2
- package/src/components/DatePicker/DatePicker.stories.tsx +2 -2
- package/src/components/DatePickerTag/DatePickerTag.stories.tsx +2 -2
- package/src/components/DropdownButton/DropdownButton.stories.tsx +2 -2
- package/src/components/ExportTableData/ExportTableData.stories.tsx +2 -2
- package/src/components/Footer/Footer.stories.tsx +2 -2
- package/src/components/Footer2/Footer.stories.tsx +5 -5
- package/src/components/Footer2/index.tsx +1 -2
- package/src/components/Footer2/styles.module.scss +6 -1
- package/src/components/Header/Header.stories.tsx +3 -2
- package/src/components/Input/Input.stories.tsx +2 -2
- package/src/components/InputCountryCode/inputCountryCode.stories.tsx +2 -2
- package/src/components/Label/Label.stories.tsx +2 -2
- package/src/components/Link/Link.stories.tsx +2 -2
- package/src/components/Menu/Menu.stories.tsx +2 -2
- package/src/components/MobileTable/MobileTable.stories.tsx +2 -2
- package/src/components/ModalConfirmation/ModalConfirmation.stories.tsx +2 -2
- package/src/components/ModalWithTable/ModalWithTable.stories.tsx +2 -2
- package/src/components/Navigation/Navigation.stories.tsx +2 -2
- package/src/components/Notification/Notification.stories.tsx +3 -3
- package/src/components/Questions/Questions.stories.tsx +2 -2
- package/src/components/Questions/index.tsx +1 -1
- package/src/components/Radio/Radio.stories.tsx +2 -2
- package/src/components/ResponseType/ResponseType.stories.tsx +2 -2
- package/src/components/ResponsiveTable/ResponsiveTable.stories.tsx +2 -2
- package/src/components/Select/Select.stories.tsx +2 -2
- package/src/components/Separator/Separator.stories.tsx +2 -2
- package/src/components/Sidebar/Sidebar.stories.tsx +2 -2
- package/src/components/Switch/Switch.stories.tsx +2 -2
- package/src/components/Table/Table.stories.tsx +2 -2
- package/src/components/Tag/Tag.stories.tsx +2 -2
- package/src/components/Upload/Upload.stories.tsx +2 -2
- package/src/components/UserInfo/UserInfo.stories.tsx +2 -2
- package/src/components/WebCam/WebCam.stories.tsx +2 -2
- package/dist/types/components/MobileTable/UserInfoTable/index.d.ts +0 -21
- 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/
|
|
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
|
/** */
|
|
388
380
|
|
|
389
381
|
/** */
|
|
@@ -402,8 +394,6 @@
|
|
|
402
394
|
|
|
403
395
|
/** */
|
|
404
396
|
|
|
405
|
-
/** */
|
|
406
|
-
|
|
407
397
|
/** */
|
|
408
398
|
|
|
409
399
|
/** */
|
package/dist/main.css
CHANGED
|
@@ -33,4 +33,4 @@
|
|
|
33
33
|
:root{--color-grey: #e4e4e4;--color-grey-100: #E5E5E5}.SF5f_Q_Ggz_4JHUHS2Xa{display:flex;align-items:center;padding:13px 20px;box-sizing:border-box;height:72px}.SF5f_Q_Ggz_4JHUHS2Xa *{box-sizing:border-box}.gSVYvBn1sLbcMsGI32b9{display:flex;flex-grow:1;align-items:flex-end;justify-content:center;max-width:calc(100% - 60px)}.gSVYvBn1sLbcMsGI32b9 img{max-width:196px;max-height:50px}.gSVYvBn1sLbcMsGI32b9 .fVSt3bSZBcJGsOdA5nIN{font-weight:var(--font-weight-semibold);text-transform:uppercase;color:var(--color-black)}.BIBQmS_NwoMw2Ncq5yuN{cursor:pointer;padding:4px 4px 4px 0;font-size:20px;width:30px;display:flex;align-items:center;justify-content:center}.ZinSgUtysxITkbGRKdux{position:fixed;top:0;left:-100%;bottom:0;width:100%;max-width:430px;background-color:var(--color-white);padding-inline:15px;z-index:999;box-shadow:0 3px 12px rgba(0,0,0,.45);transition:.6s ease-out}.ZinSgUtysxITkbGRKdux.FW1pOdad0uN5LO9h5PgQ{left:0;transition:.3s ease-in}.ZfA8OEmbRzRsNqLAmdtn{background-color:rgba(0,0,0,.3);backdrop-filter:blur(1px);position:absolute;left:0;top:0;right:0;bottom:0;z-index:998;pointer-events:none;opacity:0;transition:.3s}.ZfA8OEmbRzRsNqLAmdtn.FW1pOdad0uN5LO9h5PgQ{opacity:1;pointer-events:all}.YKSQJmdRP_7tKwvQpeuV{width:calc(100% + 30px);margin-left:-15px;background-color:var(--color-orange);display:flex;align-items:center;justify-content:center}.ISssYC5Uz452JVWP0xDc img{max-width:160px;max-height:50px}.E6YZPpa60LxA7qqIW7jQ{position:absolute;top:23px;right:15px;font-size:25px;cursor:pointer;color:var(--color-white)}.YYp3pzktjEDEyW8knAZQ{overflow-y:auto;height:calc(100% - 51px);margin:0;padding:0}.u7k2VQ30AQDk6mKA22GX{height:60px;padding:10px;display:flex;align-items:center;border-bottom:1px solid var(--color-black);cursor:pointer;transition:.3s;text-transform:uppercase;width:100%}.u7k2VQ30AQDk6mKA22GX:hover{background-color:var(--color-grey);color:var(--color-black)}.QQoDB9XPcAK18l2DIym4{list-style:none}.QQoDB9XPcAK18l2DIym4.wrXCksst57UpQuCNgGkN{height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-bottom:0}.QQoDB9XPcAK18l2DIym4.wrXCksst57UpQuCNgGkN>.u7k2VQ30AQDk6mKA22GX{position:relative}.QQoDB9XPcAK18l2DIym4.wrXCksst57UpQuCNgGkN>.u7k2VQ30AQDk6mKA22GX .NytmT59TmaWHc4FLM2wa{position:absolute;width:60px;height:100%;background:var(--color-black);right:0;display:flex;align-items:center;justify-content:center}.QQoDB9XPcAK18l2DIym4.wrXCksst57UpQuCNgGkN>.u7k2VQ30AQDk6mKA22GX .NytmT59TmaWHc4FLM2wa:hover{background-color:var(--color-orange)}.QQoDB9XPcAK18l2DIym4.wrXCksst57UpQuCNgGkN>.u7k2VQ30AQDk6mKA22GX .zo7CFksIKx7Fahu4e4S_{color:var(--color-white)}.QQoDB9XPcAK18l2DIym4.wrXCksst57UpQuCNgGkN.yk4DnBgiUlzk23Yg_q6E{background:var(--color-grey)}.QQoDB9XPcAK18l2DIym4.wrXCksst57UpQuCNgGkN.yk4DnBgiUlzk23Yg_q6E .NytmT59TmaWHc4FLM2wa{background-color:var(--color-orange)}.QQoDB9XPcAK18l2DIym4.wrXCksst57UpQuCNgGkN.yk4DnBgiUlzk23Yg_q6E .uLgjMU9sbvfaa0qKEguP{height:auto;opacity:1}.uLgjMU9sbvfaa0qKEguP{padding:0;width:100%;margin:0;background-color:var(--color-orange);color:var(--color-white);height:0;opacity:0;overflow:hidden;transition:height .3s ease,opacity .3s ease}.uLgjMU9sbvfaa0qKEguP .u7k2VQ30AQDk6mKA22GX{min-height:60px;height:auto;padding-inline:40px}.efnjUnudkE0UTVQ6wrgH{cursor:pointer}.u7k2VQ30AQDk6mKA22GX .fjNRYZMP1O0pTvBDBB3L span{margin-left:8px;transform:translateY(-2px);display:inline-block;font-size:var(--font-size-body-3);text-transform:capitalize}
|
|
34
34
|
.muC1BdCbIEMIs70EtJoA{position:fixed}@media(max-width: 768px){.muC1BdCbIEMIs70EtJoA{position:absolute;top:0 !important;left:0 !important;right:0 !important;width:100% !important}}.msELhnfhfo6un3c4Spoc{max-height:calc(100vh - 70px);padding:0 !important;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media(max-width: 768px){.msELhnfhfo6un3c4Spoc{max-width:100vw;border-radius:0}}@media(min-width: 768px){.msELhnfhfo6un3c4Spoc{max-width:500px;max-height:calc(100vh - 100px);transform:translate(25%);margin-block-end:20px;margin-bottom:20px !important}}@media(max-width: 768px){.oGsIq0O_Hzwg2mLR72la{position:absolute}}.KSVguXBQ_A1SUSR6e8Wq{overflow-y:auto;max-height:calc(100vh - 200px)}@media(max-width: 768px){.KSVguXBQ_A1SUSR6e8Wq{max-height:calc(100vh - 120px)}}.GeNg2HVTmhQDmsLLTpWj{display:flex;flex-direction:column;align-items:unset !important;padding:10px;border-bottom:1px solid #f0f0f0;background-color:#fff !important;cursor:pointer}.GeNg2HVTmhQDmsLLTpWj:hover{background-color:#f9f9f9}@media(max-width: 768px){.GeNg2HVTmhQDmsLLTpWj{padding:8px}}.GBb48KXbGnQtAY8xqmUp{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background-color:#f5f5f5;border-bottom:1px solid #e8e8e8}.LoCH7sYpmK3VgRASqTgz{font-size:20px;cursor:pointer;color:#595959;padding:4px;border-radius:4px}.LoCH7sYpmK3VgRASqTgz:hover{background-color:#e8e8e8}.Xjs10kZPSsD_BVFomnIe{color:#ff674c;margin-right:8px}.oibCayv_cOyhyWCKzHSr{display:flex;align-items:center;gap:10px}.oibCayv_cOyhyWCKzHSr span{font-size:14px;font-weight:500;color:#595959}.hhwYXSd0CR75D8ETnUML{display:flex;align-items:center;position:relative;padding-left:12px;width:100%}@media(max-width: 768px){.hhwYXSd0CR75D8ETnUML{padding-left:8px}}.LkP1cqeAyAYI9rCurnE8{position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:16px}@media(max-width: 768px){.LkP1cqeAyAYI9rCurnE8{font-size:12px}}.u_jT9kmq2kyThRlj8HT1{width:50px;height:50px;margin-left:10px;margin-right:10px;flex-shrink:0}@media(max-width: 768px){.u_jT9kmq2kyThRlj8HT1{width:40px;height:40px;margin-left:8px;margin-right:8px}}.ieGdf5FTgLUPcfuZi7Xz{flex:1;overflow:hidden;min-width:0}.QgZ3oHW9IRTexL8xWVqP{font-weight:bold;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:100%}@media(max-width: 768px){.QgZ3oHW9IRTexL8xWVqP{font-size:12px}}.JwfbSOSIRAz5OO2hiSFc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:100%;font-size:12px;color:#666;margin-top:2px}@media(max-width: 768px){.JwfbSOSIRAz5OO2hiSFc{font-size:10px}}.XfXQBYqMfZc4p8s2Mhla{width:6px;height:6px;background-color:#1890ff;border-radius:50%;margin-left:10px;flex-shrink:0}@media(max-width: 768px){.XfXQBYqMfZc4p8s2Mhla{width:4px;height:4px;margin-left:8px}}.RGXTlVxCxbZpD6__J5_g .ant-badge-count{font-size:12px !important;min-width:16px !important;height:16px !important;line-height:16px !important;transform:translate(40%, -50%) !important}.rWa5cnbZQLDtxFxJU6qA{font-size:26px;cursor:pointer;color:#0033a0}@media(min-width: 767px){.rWa5cnbZQLDtxFxJU6qA{color:var(--color-grey-light)}}.Pus_rAoqX05D4Qz2pYxo{animation:Pus_rAoqX05D4Qz2pYxo 1s ease-in-out infinite}@keyframes Pus_rAoqX05D4Qz2pYxo{0%{transform:rotate(0deg)}25%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}100%{transform:rotate(0deg)}}
|
|
35
35
|
.rUOcBpTPxrzfRw36v939{display:flex;align-items:center;width:100%;margin:16px 0;box-sizing:border-box}.rUOcBpTPxrzfRw36v939 .ant-descriptions{width:calc(100vw - 24px)}.rUOcBpTPxrzfRw36v939 .ant-descriptions-item-label{max-width:140px !important;padding:8px 16px !important;color:var(--color-blue) !important;font-weight:700 !important;font-size:12px !important}.rUOcBpTPxrzfRw36v939 .ant-descriptions-item-content{padding:8px 16px !important;font-size:12px !important}.cyz9pmVdkD7z1n7QUlfu{width:100vw !important;max-width:100vw !important;padding:0px 12px}.PQ794lq3KZF_sigL5bbI{overflow:hidden !important}.PQ794lq3KZF_sigL5bbI .ant-modal .ant-modal-body{overflow-y:auto;overflow-x:hidden;max-height:80vh}.PQ794lq3KZF_sigL5bbI .ant-modal .ant-modal-content{padding:20px 12px !important}.PQ794lq3KZF_sigL5bbI .ant-modal-header{text-align:center !important}.PQ794lq3KZF_sigL5bbI .ant-modal-close{color:var(--button-default-background-hover-color)}.b23UIWngPXOEh5FC2mcC{display:flex;justify-content:center}.b23UIWngPXOEh5FC2mcC.DEfmwZ5CmWvodIcPVgfo{justify-content:space-between}.lIEwxxVD_vq2cGux3ehI{color:var(--button-default-background);font-size:26px}.ckRiBia09XQRtMVbNqvy{color:#c7cac9;pointer-events:none}
|
|
36
|
-
.TRyfXWNBGEHsogA6eGN_{display:flex;justify-content:space-between;align-items:center;position:fixed;bottom:0px;width:100%;height:70px;padding:0 10px;box-sizing:border-box;z-index:10;padding-bottom:2px;background-color:#fff}.TRyfXWNBGEHsogA6eGN_::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:#e5e7eb;width:100%}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_{background-color:var(--color-black) !important;padding-bottom:0px}}.TRyfXWNBGEHsogA6eGN_ .wJU9Lx1mlSJ82yM1uy5i{display:flex;justify-content:space-between;width:100%}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .wJU9Lx1mlSJ82yM1uy5i{width:fit-content;gap:100px}}.TRyfXWNBGEHsogA6eGN_ .X3NLcQLxnunLpbrTQW8h{font-size:var(--font-size-body-1);color:var(--color-grey-light)}.TRyfXWNBGEHsogA6eGN_ .wkmxxKMcpmBG8oshX8yW{width:100%;margin-bottom:4px}.TRyfXWNBGEHsogA6eGN_ .TCBuRot8X1MeAAQ9p9SW{margin-left:8px}.TRyfXWNBGEHsogA6eGN_ .X6xkdc8XoFcYrQWq3hB7,.TRyfXWNBGEHsogA6eGN_ .TCBuRot8X1MeAAQ9p9SW{display:inline-block}.TRyfXWNBGEHsogA6eGN_ .u7LoVIvRXqdjsXffoRjw{height:25px;width:100px;align-self:flex-end}.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_{flex-direction:row;gap:12px;flex:unset}}.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_ .YA6MXmjAZZwtbSZYmcEw{font-size:26px;color:#0033a0;cursor:pointer}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_ .YA6MXmjAZZwtbSZYmcEw{color:var(--color-grey-light)}}.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_ .C4jdW5oFYxdgldUsYeMg{font-size:12px;margin-top:4px;color:#0033a0}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_ .C4jdW5oFYxdgldUsYeMg{color:var(--color-grey-light)}}.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg{display:flex;justify-content:center;flex:1}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg{flex:unset}}.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg .iFeWqTLSjbpgaVFy6shj{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:#0033a0;border-radius:8px;cursor:pointer}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg .iFeWqTLSjbpgaVFy6shj{background-color:var(--color-grey-light)}}.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg .iFeWqTLSjbpgaVFy6shj .wbWHzMmDsgEQ056VQENK{font-size:20px;color:#fff}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg .iFeWqTLSjbpgaVFy6shj .wbWHzMmDsgEQ056VQENK{color:#2c2d2e}}.TRyfXWNBGEHsogA6eGN_ .pPyAGD44QA4U6r5_xMLN{position:relative}.ziO_hsrPyI74unWMlZKA{opacity:.5;cursor:not-allowed !important;pointer-events:none}.MGvcBnUleTUDOtqafxZd{transform:rotate(45deg);transition:transform .3s ease}.m5JXPA_4FcCHUN17ucxY{position:absolute;bottom:70px;width:250px;left:50%;transform:translateX(-52%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:999}@media(min-width: 767px){.m5JXPA_4FcCHUN17ucxY{transform:translateX(-67%)}}.Rtyw1XuncdBWZdUEV1qj{display:flex;align-items:center;background-color:#fff;padding:8px 16px;border-radius:20px;box-shadow:0 4px 12px rgba(0,51,160,.5);cursor:pointer;transition:all .2s ease;animation:g8HDTZ2GSb3rGEQ5ICmJ .3s cubic-bezier(0.34, 1.56, 0.64, 1)}.Rtyw1XuncdBWZdUEV1qj:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,51,160,.25);background-color:#f8fafc}.Rtyw1XuncdBWZdUEV1qj:active{transform:translateY(0)}.Rtyw1XuncdBWZdUEV1qj.ziO_hsrPyI74unWMlZKA:hover{transform:none;box-shadow:0 4px 12px rgba(0,51,160,.15);background-color:#fff}.ZVQGcR7lZkCRgAxqbZt1{width:28px;height:28px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-right:10px;color:#4b5563}.Rtyw1XuncdBWZdUEV1qj:hover .ZVQGcR7lZkCRgAxqbZt1{transform:scale(1.1)}.c87nj1oXjBwCQjx_Jq7T{font-size:14px;font-weight:500;color:#374151}.Rtyw1XuncdBWZdUEV1qj:hover .c87nj1oXjBwCQjx_Jq7T{color:#1f2937}.A8DnxsntIvtsgZYP0onw{display:flex;align-items:center;background:linear-gradient(135deg, #0033a0 0%, #0052cc 100%);color:#fff;padding:0px 2px;border-radius:25px;cursor:pointer;transition:all .2s ease;animation:kr_UbmCwuyzGen4k0VLT .3s cubic-bezier(0.34, 1.56, 0.64, 1);box-shadow:0 4px 12px rgba(0,51,160,.3);width:20px;justify-content:center;margin-bottom:8px}.A8DnxsntIvtsgZYP0onw:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,51,160,.4)}.A8DnxsntIvtsgZYP0onw .nXYCMY7_50YjdBZrUJ9Z{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:32px}.dwOlCZ6A1Brhln1W7iK0{color:#9ca3af;font-size:12px;margin-left:4px}.Rtyw1XuncdBWZdUEV1qj:hover .dwOlCZ6A1Brhln1W7iK0{color:#0033a0;transform:translateX(2px)}@keyframes g8HDTZ2GSb3rGEQ5ICmJ{from{opacity:0;transform:scale(0.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes kr_UbmCwuyzGen4k0VLT{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
|
|
36
|
+
.TRyfXWNBGEHsogA6eGN_{display:flex;justify-content:space-between;align-items:center;position:fixed;bottom:0px;width:100%;height:70px;padding:0 10px;box-sizing:border-box;z-index:10;padding-bottom:2px;background-color:#fff}.TRyfXWNBGEHsogA6eGN_::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:#e5e7eb;width:100%}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_{background-color:var(--color-black) !important;padding-bottom:0px}}.TRyfXWNBGEHsogA6eGN_ .wJU9Lx1mlSJ82yM1uy5i{display:flex;justify-content:space-between;width:100%}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .wJU9Lx1mlSJ82yM1uy5i{width:fit-content;gap:100px}}.TRyfXWNBGEHsogA6eGN_ .X3NLcQLxnunLpbrTQW8h{font-size:var(--font-size-body-1);color:var(--color-grey-light)}.TRyfXWNBGEHsogA6eGN_ .wkmxxKMcpmBG8oshX8yW{width:100%;margin-bottom:4px}.TRyfXWNBGEHsogA6eGN_ .TCBuRot8X1MeAAQ9p9SW{margin-left:8px}.TRyfXWNBGEHsogA6eGN_ .X6xkdc8XoFcYrQWq3hB7,.TRyfXWNBGEHsogA6eGN_ .TCBuRot8X1MeAAQ9p9SW{display:inline-block}.TRyfXWNBGEHsogA6eGN_ .r0BTyGrlHlANARJXIeT4{max-width:160px;max-height:40px}.TRyfXWNBGEHsogA6eGN_ .u7LoVIvRXqdjsXffoRjw{height:25px;width:100px;align-self:flex-end}.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_{flex-direction:row;gap:12px;flex:unset}}.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_ .YA6MXmjAZZwtbSZYmcEw{font-size:26px;color:#0033a0;cursor:pointer}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_ .YA6MXmjAZZwtbSZYmcEw{color:var(--color-grey-light)}}.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_ .C4jdW5oFYxdgldUsYeMg{font-size:12px;margin-top:4px;color:#0033a0}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .EqVJkSj9Vem7EVpPIYW_ .C4jdW5oFYxdgldUsYeMg{color:var(--color-grey-light)}}.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg{display:flex;justify-content:center;flex:1}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg{flex:unset}}.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg .iFeWqTLSjbpgaVFy6shj{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:#0033a0;border-radius:8px;cursor:pointer}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg .iFeWqTLSjbpgaVFy6shj{background-color:var(--color-grey-light)}}.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg .iFeWqTLSjbpgaVFy6shj .wbWHzMmDsgEQ056VQENK{font-size:20px;color:#fff}@media(min-width: 767px){.TRyfXWNBGEHsogA6eGN_ .FiQHpDUl90uFjStr9OAg .iFeWqTLSjbpgaVFy6shj .wbWHzMmDsgEQ056VQENK{color:#2c2d2e}}.TRyfXWNBGEHsogA6eGN_ .pPyAGD44QA4U6r5_xMLN{position:relative}.ziO_hsrPyI74unWMlZKA{opacity:.5;cursor:not-allowed !important;pointer-events:none}.MGvcBnUleTUDOtqafxZd{transform:rotate(45deg);transition:transform .3s ease}.m5JXPA_4FcCHUN17ucxY{position:absolute;bottom:70px;width:250px;left:50%;transform:translateX(-52%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:999}@media(min-width: 767px){.m5JXPA_4FcCHUN17ucxY{transform:translateX(-67%)}}.Rtyw1XuncdBWZdUEV1qj{display:flex;align-items:center;background-color:#fff;padding:8px 16px;border-radius:20px;box-shadow:0 4px 12px rgba(0,51,160,.5);cursor:pointer;transition:all .2s ease;animation:g8HDTZ2GSb3rGEQ5ICmJ .3s cubic-bezier(0.34, 1.56, 0.64, 1)}.Rtyw1XuncdBWZdUEV1qj:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,51,160,.25);background-color:#f8fafc}.Rtyw1XuncdBWZdUEV1qj:active{transform:translateY(0)}.Rtyw1XuncdBWZdUEV1qj.ziO_hsrPyI74unWMlZKA:hover{transform:none;box-shadow:0 4px 12px rgba(0,51,160,.15);background-color:#fff}.ZVQGcR7lZkCRgAxqbZt1{width:28px;height:28px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-right:10px;color:#4b5563}.Rtyw1XuncdBWZdUEV1qj:hover .ZVQGcR7lZkCRgAxqbZt1{transform:scale(1.1)}.c87nj1oXjBwCQjx_Jq7T{font-size:14px;font-weight:500;color:#374151}.Rtyw1XuncdBWZdUEV1qj:hover .c87nj1oXjBwCQjx_Jq7T{color:#1f2937}.A8DnxsntIvtsgZYP0onw{display:flex;align-items:center;background:linear-gradient(135deg, #0033a0 0%, #0052cc 100%);color:#fff;padding:0px 2px;border-radius:25px;cursor:pointer;transition:all .2s ease;animation:kr_UbmCwuyzGen4k0VLT .3s cubic-bezier(0.34, 1.56, 0.64, 1);box-shadow:0 4px 12px rgba(0,51,160,.3);width:20px;justify-content:center;margin-bottom:8px}.A8DnxsntIvtsgZYP0onw:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,51,160,.4)}.A8DnxsntIvtsgZYP0onw .nXYCMY7_50YjdBZrUJ9Z{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:32px}.dwOlCZ6A1Brhln1W7iK0{color:#9ca3af;font-size:12px;margin-left:4px}.Rtyw1XuncdBWZdUEV1qj:hover .dwOlCZ6A1Brhln1W7iK0{color:#0033a0;transform:translateX(2px)}@keyframes g8HDTZ2GSb3rGEQ5ICmJ{from{opacity:0;transform:scale(0.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes kr_UbmCwuyzGen4k0VLT{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { Meta, Story } from "@storybook/react";
|
|
2
1
|
import { AnalyticsBarProps } from './interfaces/analyticsBar';
|
|
3
|
-
declare const _default:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
6
|
-
export declare const Secondary:
|
|
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
|
-
|
|
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:
|
|
3
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
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:
|
|
3
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
4
|
+
export declare const BasicDropdown: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, DropdownButtonProps>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
6
|
-
export declare const WithoutSubmenus:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
6
|
-
export declare const Secondary:
|
|
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:
|
|
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:
|
|
6
|
-
export declare const Secondary:
|
|
7
|
-
export declare const iconAlignRight:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
4
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, ErrorNotificationProps>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
4
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, RadioProps>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
6
|
-
export declare const Secondary:
|
|
7
|
-
export declare const WithCheckbox:
|
|
8
|
-
export declare const withActions:
|
|
9
|
-
export declare const NoData:
|
|
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:
|
|
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:
|
|
6
|
-
export declare const noArguments:
|
|
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:
|
|
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:
|
|
6
|
-
export declare const Secondary:
|
|
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:
|
|
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:
|
|
6
|
-
export declare const Secondary:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
6
|
-
export declare const Secondary:
|
|
7
|
-
export declare const WithCheckbox:
|
|
8
|
-
export declare const withActions:
|
|
9
|
-
export declare const NoData:
|
|
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:
|
|
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:
|
|
4
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, TagProps>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
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:
|
|
3
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
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:
|
|
3
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
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:
|
|
3
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-7abe74eb").R, any>;
|