1mpacto-react-ui 2.0.27 → 2.0.29
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/assets/_typography.scss +16 -16
- package/dist/assets/core.css +1 -1
- package/dist/assets/style.css +1 -1
- package/dist/components/Alert/index.cjs +1 -1
- package/dist/components/Alert/index.mjs +55 -51
- package/dist/components/Alert/style.module.scss.cjs +1 -1
- package/dist/components/Alert/style.module.scss.mjs +12 -11
- package/dist/components/Badges/Badges.config.cjs +1 -1
- package/dist/components/Badges/Badges.config.mjs +18 -3
- package/dist/components/Badges/style.module.scss.cjs +1 -1
- package/dist/components/Badges/style.module.scss.mjs +46 -35
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs +3 -3
- package/dist/components/Breadcrumbs/Breadcrumbs.mjs +38 -36
- package/dist/components/Breadcrumbs/style.module.scss.cjs +1 -1
- package/dist/components/Breadcrumbs/style.module.scss.mjs +16 -16
- package/dist/components/Button/style.module.scss.cjs +1 -1
- package/dist/components/Button/style.module.scss.mjs +64 -64
- package/dist/components/ButtonIcon/style.module.scss.cjs +1 -1
- package/dist/components/ButtonIcon/style.module.scss.mjs +55 -55
- package/dist/components/Modal/ModalDialog.cjs +11 -1
- package/dist/components/Modal/ModalDialog.config.cjs +1 -1
- package/dist/components/Modal/ModalDialog.config.mjs +16 -9
- package/dist/components/Modal/ModalDialog.mjs +59 -33
- package/dist/components/Modal/style.module.scss.cjs +1 -1
- package/dist/components/Modal/style.module.scss.mjs +17 -13
- package/dist/components/Pagination/Pagination.cjs +2 -2
- package/dist/components/Pagination/Pagination.config.cjs +1 -1
- package/dist/components/Pagination/Pagination.config.mjs +4 -3
- package/dist/components/Pagination/Pagination.mjs +90 -90
- package/dist/components/Pagination/style.module.scss.cjs +1 -1
- package/dist/components/Pagination/style.module.scss.mjs +18 -16
- package/dist/components/Popover/Popover.config.cjs +1 -1
- package/dist/components/Popover/Popover.config.mjs +3 -2
- package/dist/components/Popover/style.module.scss.cjs +1 -1
- package/dist/components/Popover/style.module.scss.mjs +8 -7
- package/dist/components/RadioCheckbox/RadioCheckbox.config.cjs +1 -1
- package/dist/components/RadioCheckbox/RadioCheckbox.config.mjs +24 -22
- package/dist/components/RadioCheckbox/RadioCheckbox.module.scss.cjs +1 -1
- package/dist/components/RadioCheckbox/RadioCheckbox.module.scss.mjs +25 -23
- package/dist/components/RadioCheckbox/RadioCheckboxLabel.config.cjs +1 -1
- package/dist/components/RadioCheckbox/RadioCheckboxLabel.config.mjs +5 -4
- package/dist/components/RadioCheckbox/RadioCheckboxLabel.module.scss.cjs +1 -1
- package/dist/components/RadioCheckbox/RadioCheckboxLabel.module.scss.mjs +8 -7
- package/dist/components/SelectDropdownContainer/SelectDropdownContainer.cjs +1 -1
- package/dist/components/SelectDropdownContainer/SelectDropdownContainer.config.cjs +1 -1
- package/dist/components/SelectDropdownContainer/SelectDropdownContainer.config.mjs +19 -10
- package/dist/components/SelectDropdownContainer/SelectDropdownContainer.mjs +95 -80
- package/dist/components/SelectDropdownContainer/styleConfig.cjs +1 -1
- package/dist/components/SelectDropdownContainer/styleConfig.mjs +151 -11
- package/dist/components/Sidebar/Sidebar.module.scss.cjs +1 -1
- package/dist/components/Sidebar/Sidebar.module.scss.mjs +25 -25
- package/dist/components/Step/StepIndicator.cjs +6 -4
- package/dist/components/Step/StepIndicator.config.cjs +1 -0
- package/dist/components/Step/StepIndicator.config.mjs +12 -0
- package/dist/components/Step/StepIndicator.mjs +31 -26
- package/dist/components/Step/StepIndicator.module.scss.cjs +1 -1
- package/dist/components/Step/StepIndicator.module.scss.mjs +12 -11
- package/dist/components/Switch/Switch.config.cjs +1 -1
- package/dist/components/Switch/Switch.config.mjs +6 -3
- package/dist/components/Switch/style.module.scss.cjs +1 -1
- package/dist/components/Switch/style.module.scss.mjs +18 -15
- package/dist/components/Tabs/Tabs.config.cjs +1 -1
- package/dist/components/Tabs/Tabs.config.mjs +13 -6
- package/dist/components/Tabs/style.module.scss.cjs +1 -1
- package/dist/components/Tabs/style.module.scss.mjs +29 -23
- package/dist/components/Textarea/TextareaFloatingInner.module.scss.cjs +1 -1
- package/dist/components/Textarea/TextareaFloatingInner.module.scss.mjs +12 -12
- package/dist/components/fin/Chat/BubbleChat.cjs +1 -0
- package/dist/components/fin/Chat/BubbleChat.mjs +20 -0
- package/dist/components/fin/Chat/BubbleChatOption.cjs +1 -0
- package/dist/components/fin/Chat/BubbleChatOption.mjs +70 -0
- package/dist/components/fin/Chat/BubbleChatUser.cjs +1 -0
- package/dist/components/fin/Chat/BubbleChatUser.mjs +15 -0
- package/dist/components/fin/Chat/Icons.cjs +1 -0
- package/dist/components/fin/Chat/Icons.mjs +44 -0
- package/dist/components/fin/Chat/style.module.scss.cjs +1 -0
- package/dist/components/fin/Chat/style.module.scss.mjs +27 -0
- package/dist/config/components/typography.cjs +1 -1
- package/dist/config/components/typography.mjs +40 -6
- package/dist/config/tailwind/typography.cjs +1 -1
- package/dist/config/tailwind/typography.mjs +20 -20
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +86 -80
- package/dist/package.json.cjs +1 -1
- package/dist/package.json.d.ts +1 -1
- package/dist/package.json.mjs +1 -1
- package/dist/src/components/Badges/Badges.config.d.ts +15 -0
- package/dist/src/components/Modal/ModalDialog.config.d.ts +8 -0
- package/dist/src/components/Modal/ModalDialog.d.ts +1 -1
- package/dist/src/components/Modal/ModalDialog.stories.d.ts +17 -1
- package/dist/src/components/Pagination/Pagination.config.d.ts +1 -0
- package/dist/src/components/Pagination/Pagination.d.ts +1 -1
- package/dist/src/components/Pagination/Pagination.stories.d.ts +14 -1
- package/dist/src/components/Popover/Popover.config.d.ts +1 -0
- package/dist/src/components/RadioCheckbox/RadioCheckbox.config.d.ts +2 -0
- package/dist/src/components/RadioCheckbox/RadioCheckboxLabel.config.d.ts +1 -0
- package/dist/src/components/SelectDropdownContainer/SelectDropdownContainer.config.d.ts +10 -0
- package/dist/src/components/SelectDropdownContainer/styleConfig.d.ts +2 -0
- package/dist/src/components/Step/StepIndicator.config.d.ts +18 -0
- package/dist/src/components/Step/StepIndicator.d.ts +1 -1
- package/dist/src/components/Step/StepIndicator.stories.d.ts +30 -1
- package/dist/src/components/Switch/Switch.config.d.ts +3 -0
- package/dist/src/components/Tabs/Tabs.config.d.ts +7 -1
- package/dist/src/components/fin/Chat/BubbleChat.d.ts +3 -0
- package/dist/src/components/fin/Chat/BubbleChatOption.d.ts +3 -0
- package/dist/src/components/fin/Chat/BubbleChatUser.d.ts +3 -0
- package/dist/src/components/fin/Chat/Icons.d.ts +5 -0
- package/dist/src/components/fin/index.d.ts +4 -0
- package/dist/src/components/index.d.ts +4 -2
- package/dist/src/config/components/typography.d.ts +1 -1
- package/dist/src/interfaces/components/Badges/index.d.ts +6 -1
- package/dist/src/interfaces/components/Modal/index.d.ts +5 -0
- package/dist/src/interfaces/components/Pagination/index.d.ts +6 -1
- package/dist/src/interfaces/components/Popover/index.d.ts +1 -1
- package/dist/src/interfaces/components/RadioCheckbox/RadioCheckbox.d.ts +1 -1
- package/dist/src/interfaces/components/RadioCheckbox/RadioCheckboxLabel.d.ts +1 -1
- package/dist/src/interfaces/components/SelectDropdownContainer/index.d.ts +7 -1
- package/dist/src/interfaces/components/Step/index.d.ts +13 -2
- package/dist/src/interfaces/components/Switch/index.d.ts +1 -1
- package/dist/src/interfaces/components/Tabs/index.d.ts +2 -2
- package/dist/src/interfaces/components/fin/Chat/index.d.ts +39 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const b={"payhere-h1":"iru-text-payhere-h1","payhere-h2":"iru-text-payhere-h2","payhere-h3":"iru-text-payhere-h3","payhere-h4":"iru-text-payhere-h4","payhere-h5":"iru-text-payhere-h5","payhere-h6":"iru-text-payhere-h6","payhere-body-lr":"iru-text-payhere-body-lr","payhere-body-lm":"iru-text-payhere-body-lm","payhere-body-ls":"iru-text-payhere-body-ls","payhere-body-lb":"iru-text-payhere-body-lb","payhere-body-mr":"iru-text-payhere-body-mr","payhere-body-mm":"iru-text-payhere-body-mm","payhere-body-ms":"iru-text-payhere-body-ms","payhere-body-mb":"iru-text-payhere-body-mb","payhere-label-r":"iru-text-payhere-label-r","payhere-label-m":"iru-text-payhere-label-m","payhere-label-sb":"iru-text-payhere-label-sb","payhere-label-b":"iru-text-payhere-label-b","payhere-body-sr":"iru-text-payhere-body-sr","payhere-body-sm":"iru-text-payhere-body-sm","payhere-body-smb":"iru-text-payhere-body-smb","payhere-body-sb":"iru-text-payhere-body-sb","payhere-body-esr":"iru-text-payhere-body-esr","payhere-body-esm":"iru-text-payhere-body-esm","payhere-body-esmb":"iru-text-payhere-body-esmb","payhere-body-esb":"iru-text-payhere-body-esb","laba-title-lb":"iru-text-laba-title-lb","laba-title-ls":"iru-text-laba-title-ls","laba-title-lr":"iru-text-laba-title-lr","laba-title-mb":"iru-text-laba-title-mb","laba-title-ms":"iru-text-laba-title-ms","laba-title-mr":"iru-text-laba-title-mr","laba-h1":"iru-text-laba-h1","laba-h1-b":"iru-text-laba-h1-b","laba-h1-sb":"iru-text-laba-h1-sb","laba-h1-r":"iru-text-laba-h1-r","laba-h2":"iru-text-laba-h2","laba-h2-b":"iru-text-laba-h2-b","laba-h2-sb":"iru-text-laba-h2-sb","laba-h2-r":"iru-text-laba-h2-r","laba-base-rb":"iru-text-laba-base-rb","laba-base-rs":"iru-text-laba-base-rs","laba-base-rr":"iru-text-laba-base-rr","laba-base-sb":"iru-text-laba-base-sb","laba-base-ss":"iru-text-laba-base-ss","laba-base-sr":"iru-text-laba-base-sr","laba-subtitle-rb":"iru-text-laba-subtitle-rb","laba-subtitle-rs":"iru-text-laba-subtitle-rs","laba-subtitle-rr":"iru-text-laba-subtitle-rr","laba-subtitle-sb":"iru-text-laba-subtitle-sb","laba-subtitle-ss":"iru-text-laba-subtitle-ss","laba-subtitle-sr":"iru-text-laba-subtitle-sr","bill-h1":"iru-text-bill-h1","bill-h2":"iru-text-bill-h2","bill-h3":"iru-text-bill-h3","bill-h4":"iru-text-bill-h4","bill-h5":"iru-text-bill-h5","bill-h6":"iru-text-bill-h6","bill-body-lr":"iru-text-bill-body-lr","bill-body-lm":"iru-text-bill-body-lm","bill-body-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const b={"payhere-h1":"iru-text-payhere-h1","payhere-h2":"iru-text-payhere-h2","payhere-h3":"iru-text-payhere-h3","payhere-h4":"iru-text-payhere-h4","payhere-h5":"iru-text-payhere-h5","payhere-h6":"iru-text-payhere-h6","payhere-body-lr":"iru-text-payhere-body-lr","payhere-body-lm":"iru-text-payhere-body-lm","payhere-body-ls":"iru-text-payhere-body-ls","payhere-body-lb":"iru-text-payhere-body-lb","payhere-body-mr":"iru-text-payhere-body-mr","payhere-body-mm":"iru-text-payhere-body-mm","payhere-body-ms":"iru-text-payhere-body-ms","payhere-body-mb":"iru-text-payhere-body-mb","payhere-label-r":"iru-text-payhere-label-r","payhere-label-m":"iru-text-payhere-label-m","payhere-label-sb":"iru-text-payhere-label-sb","payhere-label-b":"iru-text-payhere-label-b","payhere-body-sr":"iru-text-payhere-body-sr","payhere-body-sm":"iru-text-payhere-body-sm","payhere-body-smb":"iru-text-payhere-body-smb","payhere-body-sb":"iru-text-payhere-body-sb","payhere-body-esr":"iru-text-payhere-body-esr","payhere-body-esm":"iru-text-payhere-body-esm","payhere-body-esmb":"iru-text-payhere-body-esmb","payhere-body-esb":"iru-text-payhere-body-esb","laba-title-lb":"iru-text-laba-title-lb","laba-title-ls":"iru-text-laba-title-ls","laba-title-lr":"iru-text-laba-title-lr","laba-title-mb":"iru-text-laba-title-mb","laba-title-ms":"iru-text-laba-title-ms","laba-title-mr":"iru-text-laba-title-mr","laba-h1":"iru-text-laba-h1","laba-h1-b":"iru-text-laba-h1-b","laba-h1-sb":"iru-text-laba-h1-sb","laba-h1-r":"iru-text-laba-h1-r","laba-h2":"iru-text-laba-h2","laba-h2-b":"iru-text-laba-h2-b","laba-h2-sb":"iru-text-laba-h2-sb","laba-h2-r":"iru-text-laba-h2-r","laba-base-rb":"iru-text-laba-base-rb","laba-base-rs":"iru-text-laba-base-rs","laba-base-rr":"iru-text-laba-base-rr","laba-base-sb":"iru-text-laba-base-sb","laba-base-ss":"iru-text-laba-base-ss","laba-base-sr":"iru-text-laba-base-sr","laba-subtitle-rb":"iru-text-laba-subtitle-rb","laba-subtitle-rs":"iru-text-laba-subtitle-rs","laba-subtitle-rr":"iru-text-laba-subtitle-rr","laba-subtitle-sb":"iru-text-laba-subtitle-sb","laba-subtitle-ss":"iru-text-laba-subtitle-ss","laba-subtitle-sr":"iru-text-laba-subtitle-sr","bill-h1":"iru-text-bill-h1","bill-h2":"iru-text-bill-h2","bill-h3":"iru-text-bill-h3","bill-h4":"iru-text-bill-h4","bill-h5":"iru-text-bill-h5","bill-h6":"iru-text-bill-h6","bill-body-lr":"iru-text-bill-body-lr","bill-body-lm":"iru-text-bill-body-lm","bill-body-lsb":"iru-text-bill-body-lsb","bill-body-lb":"iru-text-bill-body-lb","bill-body-mr":"iru-text-bill-body-mr","bill-body-mm":"iru-text-bill-body-mm","bill-body-msb":"iru-text-bill-body-msb","bill-body-mb":"iru-text-bill-body-mb","bill-label-r":"iru-text-bill-label-r","bill-label-m":"iru-text-bill-label-m","bill-label-sm":"iru-text-bill-label-sm","bill-label-b":"iru-text-bill-label-b","bill-body-sr":"iru-text-bill-body-sr","bill-body-sm":"iru-text-bill-body-sm","bill-body-ssb":"iru-text-bill-body-ssb","bill-body-sb":"iru-text-bill-body-sb","bill-body-esr":"iru-text-bill-body-esr","bill-body-esm":"iru-text-bill-body-esm","bill-body-essm":"iru-text-bill-body-essm","bill-body-esb":"iru-text-bill-body-esb","fin-h1":"iru-text-fin-h1","fin-h2":"iru-text-fin-h2","fin-h3":"iru-text-fin-h3","fin-h4":"iru-text-fin-h4","fin-h5":"iru-text-fin-h5","fin-h6":"iru-text-fin-h6","fin-body-lr":"iru-text-fin-body-lr","fin-body-lm":"iru-text-fin-body-lm","fin-body-lsb":"iru-text-fin-body-lsb","fin-body-lb":"iru-text-fin-body-lb","fin-body-mr":"iru-text-fin-body-mr","fin-body-mm":"iru-text-fin-body-mm","fin-body-msb":"iru-text-fin-body-msb","fin-body-mb":"iru-text-fin-body-mb","fin-label-r":"iru-text-fin-label-r","fin-label-m":"iru-text-fin-label-m","fin-label-sm":"iru-text-fin-label-sm","fin-label-b":"iru-text-fin-label-b","fin-body-sr":"iru-text-fin-body-sr","fin-body-sr-lh_24":"iru-text-fin-body-sr-lh_24","fin-body-sm":"iru-text-fin-body-sm","fin-body-sm-lh_24":"iru-text-fin-body-sm-lh_24","fin-body-ssb":"iru-text-fin-body-ssb","fin-body-ssb-lh_24":"iru-text-fin-body-ssb-lh_24","fin-body-sb":"iru-text-fin-body-sb","fin-body-sb-lh_24":"iru-text-fin-body-sb-lh_24","fin-body-esr":"iru-text-fin-body-esr","fin-body-esm":"iru-text-fin-body-esm","fin-body-essb":"iru-text-fin-body-essb","fin-body-esb":"iru-text-fin-body-esb","fin-body-tiny-r":"iru-text-fin-body-tiny-r","fin-body-tiny-m":"iru-text-fin-body-tiny-m","fin-body-tiny-sb":"iru-text-fin-body-tiny-sb","fin-body-tiny-b":"iru-text-fin-body-tiny-b"};exports.configtypography=b;
|
|
@@ -59,11 +59,11 @@ const b = {
|
|
|
59
59
|
"bill-h6": "iru-text-bill-h6",
|
|
60
60
|
"bill-body-lr": "iru-text-bill-body-lr",
|
|
61
61
|
"bill-body-lm": "iru-text-bill-body-lm",
|
|
62
|
-
"bill-body-
|
|
63
|
-
"bill-body-
|
|
62
|
+
"bill-body-lsb": "iru-text-bill-body-lsb",
|
|
63
|
+
"bill-body-lb": "iru-text-bill-body-lb",
|
|
64
64
|
"bill-body-mr": "iru-text-bill-body-mr",
|
|
65
65
|
"bill-body-mm": "iru-text-bill-body-mm",
|
|
66
|
-
"bill-body-
|
|
66
|
+
"bill-body-msb": "iru-text-bill-body-msb",
|
|
67
67
|
"bill-body-mb": "iru-text-bill-body-mb",
|
|
68
68
|
"bill-label-r": "iru-text-bill-label-r",
|
|
69
69
|
"bill-label-m": "iru-text-bill-label-m",
|
|
@@ -71,12 +71,46 @@ const b = {
|
|
|
71
71
|
"bill-label-b": "iru-text-bill-label-b",
|
|
72
72
|
"bill-body-sr": "iru-text-bill-body-sr",
|
|
73
73
|
"bill-body-sm": "iru-text-bill-body-sm",
|
|
74
|
-
"bill-body-
|
|
74
|
+
"bill-body-ssb": "iru-text-bill-body-ssb",
|
|
75
75
|
"bill-body-sb": "iru-text-bill-body-sb",
|
|
76
76
|
"bill-body-esr": "iru-text-bill-body-esr",
|
|
77
|
-
"bill-body-
|
|
77
|
+
"bill-body-esm": "iru-text-bill-body-esm",
|
|
78
78
|
"bill-body-essm": "iru-text-bill-body-essm",
|
|
79
|
-
"bill-body-esb": "iru-text-bill-body-esb"
|
|
79
|
+
"bill-body-esb": "iru-text-bill-body-esb",
|
|
80
|
+
"fin-h1": "iru-text-fin-h1",
|
|
81
|
+
"fin-h2": "iru-text-fin-h2",
|
|
82
|
+
"fin-h3": "iru-text-fin-h3",
|
|
83
|
+
"fin-h4": "iru-text-fin-h4",
|
|
84
|
+
"fin-h5": "iru-text-fin-h5",
|
|
85
|
+
"fin-h6": "iru-text-fin-h6",
|
|
86
|
+
"fin-body-lr": "iru-text-fin-body-lr",
|
|
87
|
+
"fin-body-lm": "iru-text-fin-body-lm",
|
|
88
|
+
"fin-body-lsb": "iru-text-fin-body-lsb",
|
|
89
|
+
"fin-body-lb": "iru-text-fin-body-lb",
|
|
90
|
+
"fin-body-mr": "iru-text-fin-body-mr",
|
|
91
|
+
"fin-body-mm": "iru-text-fin-body-mm",
|
|
92
|
+
"fin-body-msb": "iru-text-fin-body-msb",
|
|
93
|
+
"fin-body-mb": "iru-text-fin-body-mb",
|
|
94
|
+
"fin-label-r": "iru-text-fin-label-r",
|
|
95
|
+
"fin-label-m": "iru-text-fin-label-m",
|
|
96
|
+
"fin-label-sm": "iru-text-fin-label-sm",
|
|
97
|
+
"fin-label-b": "iru-text-fin-label-b",
|
|
98
|
+
"fin-body-sr": "iru-text-fin-body-sr",
|
|
99
|
+
"fin-body-sr-lh_24": "iru-text-fin-body-sr-lh_24",
|
|
100
|
+
"fin-body-sm": "iru-text-fin-body-sm",
|
|
101
|
+
"fin-body-sm-lh_24": "iru-text-fin-body-sm-lh_24",
|
|
102
|
+
"fin-body-ssb": "iru-text-fin-body-ssb",
|
|
103
|
+
"fin-body-ssb-lh_24": "iru-text-fin-body-ssb-lh_24",
|
|
104
|
+
"fin-body-sb": "iru-text-fin-body-sb",
|
|
105
|
+
"fin-body-sb-lh_24": "iru-text-fin-body-sb-lh_24",
|
|
106
|
+
"fin-body-esr": "iru-text-fin-body-esr",
|
|
107
|
+
"fin-body-esm": "iru-text-fin-body-esm",
|
|
108
|
+
"fin-body-essb": "iru-text-fin-body-essb",
|
|
109
|
+
"fin-body-esb": "iru-text-fin-body-esb",
|
|
110
|
+
"fin-body-tiny-r": "iru-text-fin-body-tiny-r",
|
|
111
|
+
"fin-body-tiny-m": "iru-text-fin-body-tiny-m",
|
|
112
|
+
"fin-body-tiny-sb": "iru-text-fin-body-tiny-sb",
|
|
113
|
+
"fin-body-tiny-b": "iru-text-fin-body-tiny-b"
|
|
80
114
|
};
|
|
81
115
|
export {
|
|
82
116
|
b as configtypography
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={"payhere-h1":["60px",{lineHeight:"72px",fontWeight:700}],"payhere-h2":["48px",{lineHeight:"58px",fontWeight:700}],"payhere-h3":["40px",{lineHeight:"48px",fontWeight:700}],"payhere-h4":["30px",{lineHeight:"38px",fontWeight:700}],"payhere-h5":["28px",{lineHeight:"40px",fontWeight:600}],"payhere-h6":["24px",{lineHeight:"30px",fontWeight:600}],"payhere-body-lr":["18px",{lineHeight:"26px",fontWeight:400}],"payhere-body-lm":["18px",{lineHeight:"26px",fontWeight:500}],"payhere-body-ls":["18px",{lineHeight:"26px",fontWeight:600}],"payhere-body-lb":["18px",{lineHeight:"26px",fontWeight:700}],"payhere-body-mr":["16px",{lineHeight:"24px",fontWeight:400}],"payhere-body-mm":["16px",{lineHeight:"24px",fontWeight:500}],"payhere-body-ms":["16px",{lineHeight:"24px",fontWeight:600}],"payhere-body-mb":["16px",{lineHeight:"24px",fontWeight:700}],"payhere-label-r":["15px",{lineHeight:"26px",fontWeight:400}],"payhere-label-m":["15px",{lineHeight:"26px",fontWeight:500}],"payhere-label-sb":["15px",{lineHeight:"26px",fontWeight:600}],"payhere-label-b":["15px",{lineHeight:"26px",fontWeight:700}],"payhere-body-sr":["14px",{lineHeight:"22px",fontWeight:400}],"payhere-body-sm":["14px",{lineHeight:"22px",fontWeight:500}],"payhere-body-smb":["14px",{lineHeight:"22px",fontWeight:600}],"payhere-body-sb":["14px",{lineHeight:"22px",fontWeight:700}],"payhere-body-esr":["12px",{lineHeight:"20px",fontWeight:400}],"payhere-body-esm":["12px",{lineHeight:"20px",fontWeight:500}],"payhere-body-esmb":["12px",{lineHeight:"20px",fontWeight:600}],"payhere-body-esb":["12px",{lineHeight:"20px",fontWeight:700}]},i={"laba-title-lb":["36px",{lineHeight:"44px",fontWeight:700}],"laba-title-ls":["36px",{lineHeight:"44px",fontWeight:600}],"laba-title-lr":["36px",{lineHeight:"44px",fontWeight:400}],"laba-title-mb":["32px",{lineHeight:"40px",fontWeight:700}],"laba-title-ms":["32px",{lineHeight:"40px",fontWeight:600}],"laba-title-mr":["32px",{lineHeight:"40px",fontWeight:400}],"laba-h1":["24px",{lineHeight:"30px",fontWeight:700}],"laba-h1-b":["24px",{lineHeight:"30px",fontWeight:700}],"laba-h1-sb":["24px",{lineHeight:"30px",fontWeight:600}],"laba-h1-r":["24px",{lineHeight:"30px",fontWeight:400}],"laba-h2":["18px",{lineHeight:"26px",fontWeight:700}],"laba-h2-b":["18px",{lineHeight:"26px",fontWeight:700}],"laba-h2-sb":["18px",{lineHeight:"26px",fontWeight:600}],"laba-h2-r":["18px",{lineHeight:"26px",fontWeight:400}],"laba-base-rb":["16px",{lineHeight:"24px",fontWeight:700}],"laba-base-rs":["16px",{lineHeight:"24px",fontWeight:600}],"laba-base-rr":["16px",{lineHeight:"24px",fontWeight:400}],"laba-base-sb":["14px",{lineHeight:"20px",fontWeight:700}],"laba-base-ss":["14px",{lineHeight:"20px",fontWeight:600}],"laba-base-sr":["14px",{lineHeight:"20px",fontWeight:400}],"laba-subtitle-rb":["12px",{lineHeight:"16px",fontWeight:700}],"laba-subtitle-rs":["12px",{lineHeight:"16px",fontWeight:600}],"laba-subtitle-rr":["12px",{lineHeight:"16px",fontWeight:400}],"laba-subtitle-sb":["10px",{lineHeight:"12px",fontWeight:700}],"laba-subtitle-ss":["10px",{lineHeight:"12px",fontWeight:600}],"laba-subtitle-sr":["10px",{lineHeight:"12px",fontWeight:400}]},t={"bill-h1":["60px",{lineHeight:"72px",fontWeight:700}],"bill-h2":["48px",{lineHeight:"58px",fontWeight:700}],"bill-h3":["40px",{lineHeight:"48px",fontWeight:700}],"bill-h4":["30px",{lineHeight:"38px",fontWeight:700}],"bill-h5":["28px",{lineHeight:"40px",fontWeight:600}],"bill-h6":["24px",{lineHeight:"30px",fontWeight:600}],"bill-body-lr":["18px",{lineHeight:"26px",fontWeight:400}],"bill-body-lm":["18px",{lineHeight:"26px",fontWeight:500}],"bill-body-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={"payhere-h1":["60px",{lineHeight:"72px",fontWeight:700}],"payhere-h2":["48px",{lineHeight:"58px",fontWeight:700}],"payhere-h3":["40px",{lineHeight:"48px",fontWeight:700}],"payhere-h4":["30px",{lineHeight:"38px",fontWeight:700}],"payhere-h5":["28px",{lineHeight:"40px",fontWeight:600}],"payhere-h6":["24px",{lineHeight:"30px",fontWeight:600}],"payhere-body-lr":["18px",{lineHeight:"26px",fontWeight:400}],"payhere-body-lm":["18px",{lineHeight:"26px",fontWeight:500}],"payhere-body-ls":["18px",{lineHeight:"26px",fontWeight:600}],"payhere-body-lb":["18px",{lineHeight:"26px",fontWeight:700}],"payhere-body-mr":["16px",{lineHeight:"24px",fontWeight:400}],"payhere-body-mm":["16px",{lineHeight:"24px",fontWeight:500}],"payhere-body-ms":["16px",{lineHeight:"24px",fontWeight:600}],"payhere-body-mb":["16px",{lineHeight:"24px",fontWeight:700}],"payhere-label-r":["15px",{lineHeight:"26px",fontWeight:400}],"payhere-label-m":["15px",{lineHeight:"26px",fontWeight:500}],"payhere-label-sb":["15px",{lineHeight:"26px",fontWeight:600}],"payhere-label-b":["15px",{lineHeight:"26px",fontWeight:700}],"payhere-body-sr":["14px",{lineHeight:"22px",fontWeight:400}],"payhere-body-sm":["14px",{lineHeight:"22px",fontWeight:500}],"payhere-body-smb":["14px",{lineHeight:"22px",fontWeight:600}],"payhere-body-sb":["14px",{lineHeight:"22px",fontWeight:700}],"payhere-body-esr":["12px",{lineHeight:"20px",fontWeight:400}],"payhere-body-esm":["12px",{lineHeight:"20px",fontWeight:500}],"payhere-body-esmb":["12px",{lineHeight:"20px",fontWeight:600}],"payhere-body-esb":["12px",{lineHeight:"20px",fontWeight:700}]},i={"laba-title-lb":["36px",{lineHeight:"44px",fontWeight:700}],"laba-title-ls":["36px",{lineHeight:"44px",fontWeight:600}],"laba-title-lr":["36px",{lineHeight:"44px",fontWeight:400}],"laba-title-mb":["32px",{lineHeight:"40px",fontWeight:700}],"laba-title-ms":["32px",{lineHeight:"40px",fontWeight:600}],"laba-title-mr":["32px",{lineHeight:"40px",fontWeight:400}],"laba-h1":["24px",{lineHeight:"30px",fontWeight:700}],"laba-h1-b":["24px",{lineHeight:"30px",fontWeight:700}],"laba-h1-sb":["24px",{lineHeight:"30px",fontWeight:600}],"laba-h1-r":["24px",{lineHeight:"30px",fontWeight:400}],"laba-h2":["18px",{lineHeight:"26px",fontWeight:700}],"laba-h2-b":["18px",{lineHeight:"26px",fontWeight:700}],"laba-h2-sb":["18px",{lineHeight:"26px",fontWeight:600}],"laba-h2-r":["18px",{lineHeight:"26px",fontWeight:400}],"laba-base-rb":["16px",{lineHeight:"24px",fontWeight:700}],"laba-base-rs":["16px",{lineHeight:"24px",fontWeight:600}],"laba-base-rr":["16px",{lineHeight:"24px",fontWeight:400}],"laba-base-sb":["14px",{lineHeight:"20px",fontWeight:700}],"laba-base-ss":["14px",{lineHeight:"20px",fontWeight:600}],"laba-base-sr":["14px",{lineHeight:"20px",fontWeight:400}],"laba-subtitle-rb":["12px",{lineHeight:"16px",fontWeight:700}],"laba-subtitle-rs":["12px",{lineHeight:"16px",fontWeight:600}],"laba-subtitle-rr":["12px",{lineHeight:"16px",fontWeight:400}],"laba-subtitle-sb":["10px",{lineHeight:"12px",fontWeight:700}],"laba-subtitle-ss":["10px",{lineHeight:"12px",fontWeight:600}],"laba-subtitle-sr":["10px",{lineHeight:"12px",fontWeight:400}]},t={"bill-h1":["60px",{lineHeight:"72px",fontWeight:700}],"bill-h2":["48px",{lineHeight:"58px",fontWeight:700}],"bill-h3":["40px",{lineHeight:"48px",fontWeight:700}],"bill-h4":["30px",{lineHeight:"38px",fontWeight:700}],"bill-h5":["28px",{lineHeight:"40px",fontWeight:600}],"bill-h6":["24px",{lineHeight:"30px",fontWeight:600}],"bill-body-lr":["18px",{lineHeight:"26px",fontWeight:400}],"bill-body-lm":["18px",{lineHeight:"26px",fontWeight:500}],"bill-body-lsb":["18px",{lineHeight:"26px",fontWeight:600}],"bill-body-lb":["18px",{lineHeight:"26px",fontWeight:700}],"bill-body-mr":["16px",{lineHeight:"24px",fontWeight:400}],"bill-body-mm":["16px",{lineHeight:"24px",fontWeight:500}],"bill-body-msb":["16px",{lineHeight:"24px",fontWeight:600}],"bill-body-mb":["16px",{lineHeight:"24px",fontWeight:700}],"bill-label-r":["15px",{lineHeight:"26px",fontWeight:400}],"bill-label-m":["15px",{lineHeight:"26px",fontWeight:500}],"bill-label-sm":["15px",{lineHeight:"26px",fontWeight:600}],"bill-label-b":["15px",{lineHeight:"26px",fontWeight:700}],"bill-body-sr":["14px",{lineHeight:"22px",fontWeight:400}],"bill-body-sm":["14px",{lineHeight:"22px",fontWeight:500}],"bill-body-ssb":["14px",{lineHeight:"22px",fontWeight:600}],"bill-body-sb":["14px",{lineHeight:"22px",fontWeight:700}],"bill-body-esr":["12px",{lineHeight:"20px",fontWeight:400}],"bill-body-esm":["12px",{lineHeight:"20px",fontWeight:500}],"bill-body-essb":["12px",{lineHeight:"20px",fontWeight:600}],"bill-body-esb":["12px",{lineHeight:"20px",fontWeight:700}]},h={"fin-h1":["60px",{lineHeight:"72px",fontWeight:700}],"fin-h2":["48px",{lineHeight:"58px",fontWeight:700}],"fin-h3":["40px",{lineHeight:"48px",fontWeight:700}],"fin-h4":["30px",{lineHeight:"38px",fontWeight:700}],"fin-h5":["28px",{lineHeight:"40px",fontWeight:600}],"fin-h6":["24px",{lineHeight:"30px",fontWeight:600}],"fin-body-lr":["18px",{lineHeight:"26px",fontWeight:400}],"fin-body-lm":["18px",{lineHeight:"26px",fontWeight:500}],"fin-body-lsb":["18px",{lineHeight:"26px",fontWeight:600}],"fin-body-lb":["18px",{lineHeight:"26px",fontWeight:700}],"fin-body-mr":["16px",{lineHeight:"24px",fontWeight:400}],"fin-body-mm":["16px",{lineHeight:"24px",fontWeight:500}],"fin-body-msb":["16px",{lineHeight:"24px",fontWeight:600}],"fin-body-mb":["16px",{lineHeight:"24px",fontWeight:700}],"fin-label-r":["15px",{lineHeight:"26px",fontWeight:400}],"fin-label-m":["15px",{lineHeight:"26px",fontWeight:500}],"fin-label-sb":["15px",{lineHeight:"26px",fontWeight:600}],"fin-label-b":["15px",{lineHeight:"26px",fontWeight:700}],"fin-body-sr":["14px",{lineHeight:"22px",fontWeight:400}],"fin-body-sr-lh_24":["14px",{lineHeight:"24px",fontWeight:400}],"fin-body-sm":["14px",{lineHeight:"22px",fontWeight:500}],"fin-body-sm-lh_24":["14px",{lineHeight:"24px",fontWeight:500}],"fin-body-ssb":["14px",{lineHeight:"22px",fontWeight:600}],"fin-body-ssb-lh_24":["14px",{lineHeight:"22px",fontWeight:600}],"fin-body-sb":["14px",{lineHeight:"22px",fontWeight:700}],"fin-body-sb-lh_24":["14px",{lineHeight:"24px",fontWeight:700}],"fin-body-esr":["12px",{lineHeight:"20px",fontWeight:400}],"fin-body-esm":["12px",{lineHeight:"20px",fontWeight:500}],"fin-body-essb":["12px",{lineHeight:"20px",fontWeight:600}],"fin-body-esb":["12px",{lineHeight:"20px",fontWeight:700}],"fin-body-tiny-r":["10px",{lineHeight:"20px",fontWeight:400}],"fin-body-tiny-m":["10px",{lineHeight:"20px",fontWeight:500}],"fin-body-tiny-sb":["10px",{lineHeight:"20px",fontWeight:600}],"fin-body-tiny-b":["10px",{lineHeight:"20px",fontWeight:700}]},n={...e,...i,...t,...h};exports.configTypographyBillId=t;exports.configTypographyFinAgent=h;exports.configTypographyLabaBisnis=i;exports.configTypographyPayhere=e;exports.default=n;
|
|
@@ -113,15 +113,15 @@ const e = {
|
|
|
113
113
|
// Body Large Regular
|
|
114
114
|
"bill-body-lm": ["18px", { lineHeight: "26px", fontWeight: 500 }],
|
|
115
115
|
// Body Large Medium
|
|
116
|
-
"bill-body-
|
|
116
|
+
"bill-body-lsb": ["18px", { lineHeight: "26px", fontWeight: 600 }],
|
|
117
117
|
// Body Large SemiBold
|
|
118
|
-
"bill-body-
|
|
118
|
+
"bill-body-lb": ["18px", { lineHeight: "26px", fontWeight: 700 }],
|
|
119
119
|
// Body Large Bold
|
|
120
120
|
"bill-body-mr": ["16px", { lineHeight: "24px", fontWeight: 400 }],
|
|
121
121
|
// Body Medium Regular
|
|
122
122
|
"bill-body-mm": ["16px", { lineHeight: "24px", fontWeight: 500 }],
|
|
123
123
|
// Body Medium Medium
|
|
124
|
-
"bill-body-
|
|
124
|
+
"bill-body-msb": ["16px", { lineHeight: "24px", fontWeight: 600 }],
|
|
125
125
|
// Body Medium SemiBold
|
|
126
126
|
"bill-body-mb": ["16px", { lineHeight: "24px", fontWeight: 700 }],
|
|
127
127
|
// Body Medium Bold
|
|
@@ -137,13 +137,13 @@ const e = {
|
|
|
137
137
|
// Body Small Regular
|
|
138
138
|
"bill-body-sm": ["14px", { lineHeight: "22px", fontWeight: 500 }],
|
|
139
139
|
// Body Small Medium
|
|
140
|
-
"bill-body-
|
|
140
|
+
"bill-body-ssb": ["14px", { lineHeight: "22px", fontWeight: 600 }],
|
|
141
141
|
// Body Small SemiBold
|
|
142
142
|
"bill-body-sb": ["14px", { lineHeight: "22px", fontWeight: 700 }],
|
|
143
143
|
// Body Small Bold
|
|
144
144
|
"bill-body-esr": ["12px", { lineHeight: "20px", fontWeight: 400 }],
|
|
145
145
|
// Body Extra Small Regular
|
|
146
|
-
"bill-body-
|
|
146
|
+
"bill-body-esm": ["12px", { lineHeight: "20px", fontWeight: 500 }],
|
|
147
147
|
// Body Extra Small Medium
|
|
148
148
|
"bill-body-essb": ["12px", { lineHeight: "20px", fontWeight: 600 }],
|
|
149
149
|
// Body Extra Small SemiBold
|
|
@@ -166,15 +166,15 @@ const e = {
|
|
|
166
166
|
// Body Large Regular
|
|
167
167
|
"fin-body-lm": ["18px", { lineHeight: "26px", fontWeight: 500 }],
|
|
168
168
|
// Body Large Medium
|
|
169
|
-
"fin-body-
|
|
169
|
+
"fin-body-lsb": ["18px", { lineHeight: "26px", fontWeight: 600 }],
|
|
170
170
|
// Body Large SemiBold
|
|
171
|
-
"fin-body-
|
|
171
|
+
"fin-body-lb": ["18px", { lineHeight: "26px", fontWeight: 700 }],
|
|
172
172
|
// Body Large Bold
|
|
173
173
|
"fin-body-mr": ["16px", { lineHeight: "24px", fontWeight: 400 }],
|
|
174
174
|
// Body Medium Regular
|
|
175
175
|
"fin-body-mm": ["16px", { lineHeight: "24px", fontWeight: 500 }],
|
|
176
176
|
// Body Medium Medium
|
|
177
|
-
"fin-body-
|
|
177
|
+
"fin-body-msb": ["16px", { lineHeight: "24px", fontWeight: 600 }],
|
|
178
178
|
// Body Medium SemiBold
|
|
179
179
|
"fin-body-mb": ["16px", { lineHeight: "24px", fontWeight: 700 }],
|
|
180
180
|
// Body Medium Bold
|
|
@@ -182,7 +182,7 @@ const e = {
|
|
|
182
182
|
// Label Regular
|
|
183
183
|
"fin-label-m": ["15px", { lineHeight: "26px", fontWeight: 500 }],
|
|
184
184
|
// Label Medium
|
|
185
|
-
"fin-label-
|
|
185
|
+
"fin-label-sb": ["15px", { lineHeight: "26px", fontWeight: 600 }],
|
|
186
186
|
// Label SemiBold
|
|
187
187
|
"fin-label-b": ["15px", { lineHeight: "26px", fontWeight: 700 }],
|
|
188
188
|
// Label Bold
|
|
@@ -194,9 +194,9 @@ const e = {
|
|
|
194
194
|
// Body Small Medium
|
|
195
195
|
"fin-body-sm-lh_24": ["14px", { lineHeight: "24px", fontWeight: 500 }],
|
|
196
196
|
// Body Small Medium Line Height 24
|
|
197
|
-
"fin-body-
|
|
197
|
+
"fin-body-ssb": ["14px", { lineHeight: "22px", fontWeight: 600 }],
|
|
198
198
|
// Body Small SemiBold
|
|
199
|
-
"fin-body-
|
|
199
|
+
"fin-body-ssb-lh_24": ["14px", { lineHeight: "22px", fontWeight: 600 }],
|
|
200
200
|
// Body Small SemiBold Line Height 24
|
|
201
201
|
"fin-body-sb": ["14px", { lineHeight: "22px", fontWeight: 700 }],
|
|
202
202
|
// Body Small Bold
|
|
@@ -204,20 +204,20 @@ const e = {
|
|
|
204
204
|
// Body Small Bold Line Height 24
|
|
205
205
|
"fin-body-esr": ["12px", { lineHeight: "20px", fontWeight: 400 }],
|
|
206
206
|
// Body Extra Small Regular
|
|
207
|
-
"fin-body-
|
|
207
|
+
"fin-body-esm": ["12px", { lineHeight: "20px", fontWeight: 500 }],
|
|
208
208
|
// Body Extra Small Medium
|
|
209
209
|
"fin-body-essb": ["12px", { lineHeight: "20px", fontWeight: 600 }],
|
|
210
210
|
// Body Extra Small SemiBold
|
|
211
211
|
"fin-body-esb": ["12px", { lineHeight: "20px", fontWeight: 700 }],
|
|
212
212
|
// Body Extra Small Bold
|
|
213
|
-
"fin-tiny-r": ["10px", { lineHeight: "20px", fontWeight: 400 }],
|
|
214
|
-
//
|
|
215
|
-
"fin-tiny-m": ["10px", { lineHeight: "20px", fontWeight: 500 }],
|
|
216
|
-
//
|
|
217
|
-
"fin-tiny-
|
|
218
|
-
//
|
|
219
|
-
"fin-tiny-b": ["10px", { lineHeight: "20px", fontWeight: 700 }]
|
|
220
|
-
//
|
|
213
|
+
"fin-body-tiny-r": ["10px", { lineHeight: "20px", fontWeight: 400 }],
|
|
214
|
+
// Body Tiny Regular
|
|
215
|
+
"fin-body-tiny-m": ["10px", { lineHeight: "20px", fontWeight: 500 }],
|
|
216
|
+
// Body Tiny Medium
|
|
217
|
+
"fin-body-tiny-sb": ["10px", { lineHeight: "20px", fontWeight: 600 }],
|
|
218
|
+
// Body Tiny SemiBold
|
|
219
|
+
"fin-body-tiny-b": ["10px", { lineHeight: "20px", fontWeight: 700 }]
|
|
220
|
+
// Body Tiny Bold
|
|
221
221
|
}, n = {
|
|
222
222
|
...e,
|
|
223
223
|
...i,
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./utils/common.cjs"),l=require("./utils/formatBigNumber.cjs"),d=require("./utils/cookies.cjs"),m=require("./components/Alert/index.cjs"),t=require("./utils/yup.cjs"),c=require("./config/bigNumber/index.cjs"),n=require("./utils/axiosBigNumber.cjs"),b=require("./config/tailwind/colors.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./utils/common.cjs"),l=require("./utils/formatBigNumber.cjs"),d=require("./utils/cookies.cjs"),m=require("./components/Alert/index.cjs"),t=require("./utils/yup.cjs"),c=require("./config/bigNumber/index.cjs"),n=require("./utils/axiosBigNumber.cjs"),b=require("./config/tailwind/colors.cjs"),p=require("./config/tailwind/screen.cjs"),g=require("./config/tailwind/nativeScreen.cjs"),q=require("./components/TPublish/TPublish.cjs"),C=require("./components/Button/Button.cjs"),T=require("./components/Popover/Popover.cjs"),y=require("./components/Calendar/Calendar.cjs"),B=require("./components/Calendar/CalendarRange.cjs"),h=require("./components/DatePicker/DatePicker.cjs"),D=require("./components/DatePicker/DateRangePicker.cjs"),N=require("./components/DatePicker/FilterDate.cjs"),O=require("./components/Input/InputFloatingInner.cjs"),S=require("./components/Input/InputReguler.cjs"),P=require("./components/Pagination/Pagination.cjs"),I=require("./components/Tabs/Tabs.cjs"),x=require("./components/Tabs/TabPanel.cjs"),M=require("./components/Table/Table.cjs"),R=require("./components/Virtualization/TableVirtualization.cjs"),v=require("./components/Virtualization/ListVirtualization.cjs"),A=require("./components/SelectDropdownContainer/SelectDropdownContainer.cjs"),F=require("./components/Switch/Switch.cjs"),L=require("./components/ButtonIcon/ButtonIcon.cjs"),E=require("./components/Badges/Badges.cjs"),k=require("./components/Chips/Chips.cjs"),u=require("./components/RadioCheckbox/RadioCheckbox.cjs"),j=require("./components/RadioCheckbox/RadioCheckboxLabel.cjs"),w=require("./components/Breadcrumbs/Breadcrumbs.cjs"),V=require("./components/Sidebar/Sidebar.cjs"),z=require("./components/Collapse/Collapse.cjs"),K=require("./components/Modal/ModalDialog.cjs"),U=require("./components/Timeline/Timeline.cjs"),G=require("./components/FilterContainer/FilterContainer.cjs"),_=require("./components/NumberFormat/NumberFormat.cjs"),H=require("./components/PortalComponent/PortalComponent.cjs"),J=require("./components/Upload/UploadFile.cjs"),Q=require("./components/TruncateComponent/TruncateComponent.cjs"),W=require("./components/Upload/UploadImage.cjs"),Y=require("./components/Textarea/Textarea.cjs"),Z=require("./components/Chart/DoughnutChart.cjs"),$=require("./components/DatePicker/MonthYearPicker.cjs"),X=require("./components/RadioCheckbox/CheckboxTable.cjs"),ee=require("./components/Input/InputNative.cjs"),re=require("./components/Upload/UploadMultipleFile.cjs"),te=require("./components/ErrorMessage/ErrorMessage.cjs"),ae=require("./components/Textarea/TextareaFloatingInner.cjs"),oe=require("./components/Step/Step.cjs"),ne=require("./components/Chart/LineChart.cjs"),ue=require("./components/Tooltip/Tooltip.cjs"),ie=require("./components/ButtonPopover/ButtonPopover.cjs"),se=require("./components/Chart/GradientLineChart.cjs"),le=require("./components/Chart/GradientBarChart.cjs"),ce=require("./components/Chart/PieChart.cjs"),fe=require("./components/Step/StepIndicator.cjs"),de=require("./components/TextEditor/TextEditor.cjs"),me=require("./components/Collapse/CollapseV2.cjs"),be=require("./components/Table/TableSubMobile.cjs"),pe=require("./components/TimeRange/TimeRange.cjs"),ge=require("./components/Textarea/TextareaInnerLabel.cjs"),qe=require("./components/Input/InputInnerLabel.cjs"),Ce=require("./components/Text/Text.cjs"),Te=require("./components/Slider/Slider.cjs"),ye=require("./components/fin/Chat/BubbleChat.cjs"),Be=require("./components/fin/Chat/BubbleChatOption.cjs"),he=require("./components/fin/Chat/BubbleChatUser.cjs"),De=require("./hooks/useElementOrWindowMediaQuery.cjs"),Ne=require("./hooks/useCountdown.cjs"),Oe=require("./hooks/useAsyncDebounce.cjs"),Se=require("./hooks/useCombinedResizeObserver.cjs"),Pe=require("./hooks/useStateRef.cjs"),Ie=require("./hooks/useMasonry.cjs"),xe=require("./hooks/useOtpInput.cjs"),Me=require("./hooks/usePacked.cjs"),Re=require("./hooks/useDebounce.cjs"),ve=require("bignumber.js"),i=require("./config/tailwind/typography.cjs"),Ae=require("@tanstack/react-table"),Fe=require("react-select"),Le=require("react-number-format"),Ee=require("./components/Table/Table.config.cjs"),ke=require("react-toastify"),f=require("./hooks/useDeepCompareEffect.cjs"),je=require("./hooks/useMergeRefs.cjs"),we=require("./hooks/useEventListener.cjs");function Ve(r){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const a in r)if(a!=="default"){const s=Object.getOwnPropertyDescriptor(r,a);Object.defineProperty(o,a,s.get?s:{enumerable:!0,get:()=>r[a]})}}return o.default=r,Object.freeze(o)}const ze=Ve(Ae);exports.deepCompareEquals=e.deepCompareEquals;exports.deepMerge=e.deepMerge;exports.deleteKeysImmutable=e.deleteKeysImmutable;exports.deleteKeysMutable=e.deleteKeysMutable;exports.encryptRSAOAEP=e.encryptRSAOAEP;exports.extractElementStringToOriginalValue=e.extractElementStringToOriginalValue;exports.formatDate=e.formatDate;exports.formatDateRange=e.formatDateRange;exports.formatNumber=e.formatNumber;exports.groupByKey=e.groupByKey;exports.isAccurateBigNumber=e.isAccurateBigNumber;exports.isAccurateNumber=e.isAccurateNumber;exports.isObject=e.isObject;exports.parseBigDecimal=e.parseBigDecimal;exports.parseDecimal=e.parseDecimal;exports.parseFileName=e.parseFileName;exports.removeKeyObjectEmptyValue=e.removeKeyObjectEmptyValue;exports.setDigit=e.setDigit;exports.transformArrayMapping=e.transformArrayMapping;exports.transformArrayMappingObjectFC=e.transformArrayMappingObjectFC;exports.transformArrayOfObjectToArray=e.transformArrayOfObjectToArray;exports.transformArrayOfObjectToString=e.transformArrayOfObjectToString;exports.transformBigNumber=e.transformBigNumber;exports.transformBigNumberOpt=e.transformBigNumberOpt;exports.transformDataHistory=e.transformDataHistory;exports.transformLatLong=e.transformLatLong;exports.transformNumber=e.transformNumber;exports.transformSecondTime=e.transformSecondTime;exports.transfromIsNan=e.transfromIsNan;exports.formatBigNumber=l.formatBigNumber;exports.removeTrailingZeros=l.removeTrailingZeros;exports.cookieStorage=d.default;exports.openAlert=m.openAlert;exports.betweenBig=t.betweenBig;exports.lessThanBig=t.lessThanBig;exports.maxBig=t.maxBig;exports.minBig=t.minBig;exports.moreThanBig=t.moreThanBig;exports.BigNumber=c.BigNumber;exports.defaultConfig=c.defaultConfig;exports.convertBigNumbersToStrings=n.convertBigNumbersToStrings;exports.convertNumbersToBigNumbers=n.convertNumbersToBigNumbers;exports.convertTextToJsonBigNumbers=n.convertTextToJsonBigNumbers;exports.ConfigColors=b.default;exports.configScreens=p.default;exports.configNativeScreens=g.default;exports.TPublish=q.default;exports.Button=C.default;exports.Popover=T.default;exports.Calendar=y.default;exports.CalendarRange=B.default;exports.DatePicker=h.default;exports.DateRangePicker=D.default;exports.FilterDate=N.default;exports.InputFloatingInner=O.default;exports.InputReguler=S.default;exports.Pagination=P.default;exports.Tabs=I.default;exports.TabPanel=x.default;exports.Table=M.default;exports.TableVirtualization=R.default;exports.ListVirtualization=v.default;exports.SelectDropdownContainer=A.default;exports.Switch=F.default;exports.ButtonIcon=L.default;exports.Badges=E.default;exports.Chips=k.default;exports.DefaultCheckedChecboxIcon=u.DefaultCheckedChecboxIcon;exports.DefaultRadioChecboxIcon=u.DefaultRadioChecboxIcon;exports.RadioCheckbox=u.default;exports.RadioCheckboxLabel=j.default;exports.Breadcrumbs=w.default;exports.Sidebar=V.default;exports.Collapse=z.default;exports.ModalDialog=K.default;exports.Timeline=U.default;exports.FilterContainer=G.default;exports.NumberFormat=_.default;exports.PortalComponent=H.default;exports.UploadFile=J.default;exports.TruncateComponent=Q.default;exports.UploadImage=W.default;exports.Textarea=Y.default;exports.DoughnutChart=Z.default;exports.MonthYearPicker=$.default;exports.CheckboxTable=X.default;exports.InputNative=ee.default;exports.UploadMultipleFile=re.default;exports.ErrorMessage=te.default;exports.TextareaFloatingInner=ae.default;exports.Step=oe.default;exports.LineChart=ne.default;exports.Tooltip=ue.default;exports.ButtonPopover=ie.default;exports.GradientLineChart=se.default;exports.GradientBarChart=le.default;exports.PieChart=ce.default;exports.StepIndicator=fe.default;exports.TextEditor=de.default;exports.CollapseV2=me.default;exports.TableSubComponent=be.default;exports.TimeRange=pe.default;exports.TextareaInnerLabel=ge.default;exports.InputInnerLabel=qe.default;exports.Text=Ce.default;exports.Slider=Te.default;exports.BubbleChat=ye.default;exports.BubbleChatOption=Be.default;exports.BubbleChatUser=he.default;exports.useElementOrWindowMediaQuery=De.default;exports.useCountdown=Ne.default;exports.useAsyncDebounce=Oe.default;exports.useCombinedResizeObserver=Se.default;exports.useStateRef=Pe.default;exports.useMasonry=Ie.default;exports.useOtpInput=xe.useOtpInput;exports.usePacked=Me.default;exports.useDebounce=Re.default;exports.TypeBigNumber=ve;exports.configTypography=i.default;exports.configTypographyLabaBisnis=i.configTypographyLabaBisnis;exports.configTypographyPayhere=i.configTypographyPayhere;exports.utilTable=ze;Object.defineProperty(exports,"SelectDropdownContainerComponents",{enumerable:!0,get:()=>Fe.components});Object.defineProperty(exports,"PatternFormat",{enumerable:!0,get:()=>Le.PatternFormat});exports.ConfigTable=Ee.ConfigTable;Object.defineProperty(exports,"AlertContainer",{enumerable:!0,get:()=>ke.ToastContainer});exports.useDeepCompareEffect=f.useDeepCompareEffect;exports.useDeepCompareMemoize=f.useDeepCompareMemoize;exports.useMergeRefs=je.useMergeRefs;exports.useEventListener=we.useEventListener;
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { deepCompareEquals as
|
|
1
|
+
import { deepCompareEquals as t, deepMerge as a, deleteKeysImmutable as f, deleteKeysMutable as m, encryptRSAOAEP as s, extractElementStringToOriginalValue as p, formatDate as l, formatDateRange as u, formatNumber as n, groupByKey as d, isAccurateBigNumber as x, isAccurateNumber as i, isObject as b, parseBigDecimal as g, parseDecimal as c, parseFileName as C, removeKeyObjectEmptyValue as T, setDigit as B, transformArrayMapping as h, transformArrayMappingObjectFC as y, transformArrayOfObjectToArray as D, transformArrayOfObjectToString as N, transformBigNumber as S, transformBigNumberOpt as I, transformDataHistory as O, transformLatLong as P, transformNumber as A, transformSecondTime as M, transfromIsNan as R } from "./utils/common.mjs";
|
|
2
2
|
import { formatBigNumber as F, removeTrailingZeros as L } from "./utils/formatBigNumber.mjs";
|
|
3
3
|
import { default as E } from "./utils/cookies.mjs";
|
|
4
4
|
import { openAlert as j } from "./components/Alert/index.mjs";
|
|
@@ -7,19 +7,19 @@ import { BigNumber as J, defaultConfig as Q } from "./config/bigNumber/index.mjs
|
|
|
7
7
|
import { convertBigNumbersToStrings as Y, convertNumbersToBigNumbers as Z, convertTextToJsonBigNumbers as X } from "./utils/axiosBigNumber.mjs";
|
|
8
8
|
import { default as $ } from "./config/tailwind/colors.mjs";
|
|
9
9
|
import { default as re } from "./config/tailwind/screen.mjs";
|
|
10
|
-
import { default as
|
|
10
|
+
import { default as te } from "./config/tailwind/nativeScreen.mjs";
|
|
11
11
|
import { default as fe } from "./components/TPublish/TPublish.mjs";
|
|
12
12
|
import { default as se } from "./components/Button/Button.mjs";
|
|
13
13
|
import { default as le } from "./components/Popover/Popover.mjs";
|
|
14
14
|
import { default as ne } from "./components/Calendar/Calendar.mjs";
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
15
|
+
import { default as xe } from "./components/Calendar/CalendarRange.mjs";
|
|
16
|
+
import { default as be } from "./components/DatePicker/DatePicker.mjs";
|
|
17
|
+
import { default as ce } from "./components/DatePicker/DateRangePicker.mjs";
|
|
18
18
|
import { default as Te } from "./components/DatePicker/FilterDate.mjs";
|
|
19
|
-
import { default as
|
|
19
|
+
import { default as he } from "./components/Input/InputFloatingInner.mjs";
|
|
20
20
|
import { default as De } from "./components/Input/InputReguler.mjs";
|
|
21
21
|
import { default as Se } from "./components/Pagination/Pagination.mjs";
|
|
22
|
-
import { default as
|
|
22
|
+
import { default as Oe } from "./components/Tabs/Tabs.mjs";
|
|
23
23
|
import { default as Ae } from "./components/Tabs/TabPanel.mjs";
|
|
24
24
|
import { default as Re } from "./components/Table/Table.mjs";
|
|
25
25
|
import { default as Fe } from "./components/Virtualization/TableVirtualization.mjs";
|
|
@@ -33,19 +33,19 @@ import { DefaultCheckedChecboxIcon as Qe, DefaultRadioChecboxIcon as We, default
|
|
|
33
33
|
import { default as Xe } from "./components/RadioCheckbox/RadioCheckboxLabel.mjs";
|
|
34
34
|
import { default as $e } from "./components/Breadcrumbs/Breadcrumbs.mjs";
|
|
35
35
|
import { default as rr } from "./components/Sidebar/Sidebar.mjs";
|
|
36
|
-
import { default as
|
|
36
|
+
import { default as tr } from "./components/Collapse/Collapse.mjs";
|
|
37
37
|
import { default as fr } from "./components/Modal/ModalDialog.mjs";
|
|
38
38
|
import { default as sr } from "./components/Timeline/Timeline.mjs";
|
|
39
39
|
import { default as lr } from "./components/FilterContainer/FilterContainer.mjs";
|
|
40
40
|
import { default as nr } from "./components/NumberFormat/NumberFormat.mjs";
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
41
|
+
import { default as xr } from "./components/PortalComponent/PortalComponent.mjs";
|
|
42
|
+
import { default as br } from "./components/Upload/UploadFile.mjs";
|
|
43
|
+
import { default as cr } from "./components/TruncateComponent/TruncateComponent.mjs";
|
|
44
44
|
import { default as Tr } from "./components/Upload/UploadImage.mjs";
|
|
45
|
-
import { default as
|
|
45
|
+
import { default as hr } from "./components/Textarea/Textarea.mjs";
|
|
46
46
|
import { default as Dr } from "./components/Chart/DoughnutChart.mjs";
|
|
47
47
|
import { default as Sr } from "./components/DatePicker/MonthYearPicker.mjs";
|
|
48
|
-
import { default as
|
|
48
|
+
import { default as Or } from "./components/RadioCheckbox/CheckboxTable.mjs";
|
|
49
49
|
import { default as Ar } from "./components/Input/InputNative.mjs";
|
|
50
50
|
import { default as Rr } from "./components/Upload/UploadMultipleFile.mjs";
|
|
51
51
|
import { default as Fr } from "./components/ErrorMessage/ErrorMessage.mjs";
|
|
@@ -60,49 +60,55 @@ import { default as Yr } from "./components/Chart/PieChart.mjs";
|
|
|
60
60
|
import { default as Xr } from "./components/Step/StepIndicator.mjs";
|
|
61
61
|
import { default as $r } from "./components/TextEditor/TextEditor.mjs";
|
|
62
62
|
import { default as ro } from "./components/Collapse/CollapseV2.mjs";
|
|
63
|
-
import { default as
|
|
63
|
+
import { default as to } from "./components/Table/TableSubMobile.mjs";
|
|
64
64
|
import { default as fo } from "./components/TimeRange/TimeRange.mjs";
|
|
65
65
|
import { default as so } from "./components/Textarea/TextareaInnerLabel.mjs";
|
|
66
66
|
import { default as lo } from "./components/Input/InputInnerLabel.mjs";
|
|
67
67
|
import { default as no } from "./components/Text/Text.mjs";
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as Co } from "./
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as No } from "./hooks/
|
|
74
|
-
import { default as Io } from "./hooks/
|
|
75
|
-
import {
|
|
76
|
-
import { default as Mo } from "./hooks/
|
|
77
|
-
import { default as vo } from "./hooks/
|
|
78
|
-
import {
|
|
79
|
-
import { default as Eo
|
|
68
|
+
import { default as io } from "./components/Slider/Slider.mjs";
|
|
69
|
+
import { default as go } from "./components/fin/Chat/BubbleChat.mjs";
|
|
70
|
+
import { default as Co } from "./components/fin/Chat/BubbleChatOption.mjs";
|
|
71
|
+
import { default as Bo } from "./components/fin/Chat/BubbleChatUser.mjs";
|
|
72
|
+
import { default as yo } from "./hooks/useElementOrWindowMediaQuery.mjs";
|
|
73
|
+
import { default as No } from "./hooks/useCountdown.mjs";
|
|
74
|
+
import { default as Io } from "./hooks/useAsyncDebounce.mjs";
|
|
75
|
+
import { default as Po } from "./hooks/useCombinedResizeObserver.mjs";
|
|
76
|
+
import { default as Mo } from "./hooks/useStateRef.mjs";
|
|
77
|
+
import { default as vo } from "./hooks/useMasonry.mjs";
|
|
78
|
+
import { useOtpInput as Lo } from "./hooks/useOtpInput.mjs";
|
|
79
|
+
import { default as Eo } from "./hooks/usePacked.mjs";
|
|
80
|
+
import { default as jo } from "./hooks/useDebounce.mjs";
|
|
81
|
+
import { default as zo } from "bignumber.js";
|
|
82
|
+
import { default as Uo, configTypographyLabaBisnis as Go, configTypographyPayhere as qo } from "./config/tailwind/typography.mjs";
|
|
80
83
|
import * as e from "@tanstack/react-table";
|
|
81
|
-
import { components as
|
|
82
|
-
import { PatternFormat as
|
|
83
|
-
import { ConfigTable as
|
|
84
|
-
import { ToastContainer as
|
|
85
|
-
import { useDeepCompareEffect as
|
|
86
|
-
import { useMergeRefs as
|
|
87
|
-
import { useEventListener as
|
|
84
|
+
import { components as Jo } from "react-select";
|
|
85
|
+
import { PatternFormat as Wo } from "react-number-format";
|
|
86
|
+
import { ConfigTable as Zo } from "./components/Table/Table.config.mjs";
|
|
87
|
+
import { ToastContainer as _o } from "react-toastify";
|
|
88
|
+
import { useDeepCompareEffect as et, useDeepCompareMemoize as rt } from "./hooks/useDeepCompareEffect.mjs";
|
|
89
|
+
import { useMergeRefs as tt } from "./hooks/useMergeRefs.mjs";
|
|
90
|
+
import { useEventListener as ft } from "./hooks/useEventListener.mjs";
|
|
88
91
|
export {
|
|
89
|
-
|
|
92
|
+
_o as AlertContainer,
|
|
90
93
|
Ge as Badges,
|
|
91
94
|
J as BigNumber,
|
|
92
95
|
$e as Breadcrumbs,
|
|
96
|
+
go as BubbleChat,
|
|
97
|
+
Co as BubbleChatOption,
|
|
98
|
+
Bo as BubbleChatUser,
|
|
93
99
|
se as Button,
|
|
94
100
|
Ke as ButtonIcon,
|
|
95
101
|
Gr as ButtonPopover,
|
|
96
102
|
ne as Calendar,
|
|
97
|
-
|
|
98
|
-
|
|
103
|
+
xe as CalendarRange,
|
|
104
|
+
Or as CheckboxTable,
|
|
99
105
|
He as Chips,
|
|
100
|
-
|
|
106
|
+
tr as Collapse,
|
|
101
107
|
ro as CollapseV2,
|
|
102
108
|
$ as ConfigColors,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
109
|
+
Zo as ConfigTable,
|
|
110
|
+
be as DatePicker,
|
|
111
|
+
ce as DateRangePicker,
|
|
106
112
|
Qe as DefaultCheckedChecboxIcon,
|
|
107
113
|
We as DefaultRadioChecboxIcon,
|
|
108
114
|
Dr as DoughnutChart,
|
|
@@ -111,7 +117,7 @@ export {
|
|
|
111
117
|
Te as FilterDate,
|
|
112
118
|
Qr as GradientBarChart,
|
|
113
119
|
Hr as GradientLineChart,
|
|
114
|
-
|
|
120
|
+
he as InputFloatingInner,
|
|
115
121
|
lo as InputInnerLabel,
|
|
116
122
|
Ar as InputNative,
|
|
117
123
|
De as InputReguler,
|
|
@@ -121,50 +127,50 @@ export {
|
|
|
121
127
|
Sr as MonthYearPicker,
|
|
122
128
|
nr as NumberFormat,
|
|
123
129
|
Se as Pagination,
|
|
124
|
-
|
|
130
|
+
Wo as PatternFormat,
|
|
125
131
|
Yr as PieChart,
|
|
126
132
|
le as Popover,
|
|
127
|
-
|
|
133
|
+
xr as PortalComponent,
|
|
128
134
|
Ye as RadioCheckbox,
|
|
129
135
|
Xe as RadioCheckboxLabel,
|
|
130
136
|
we as SelectDropdownContainer,
|
|
131
|
-
|
|
137
|
+
Jo as SelectDropdownContainerComponents,
|
|
132
138
|
rr as Sidebar,
|
|
133
|
-
|
|
139
|
+
io as Slider,
|
|
134
140
|
wr as Step,
|
|
135
141
|
Xr as StepIndicator,
|
|
136
142
|
Ve as Switch,
|
|
137
143
|
fe as TPublish,
|
|
138
144
|
Ae as TabPanel,
|
|
139
145
|
Re as Table,
|
|
140
|
-
|
|
146
|
+
to as TableSubComponent,
|
|
141
147
|
Fe as TableVirtualization,
|
|
142
|
-
|
|
148
|
+
Oe as Tabs,
|
|
143
149
|
no as Text,
|
|
144
150
|
$r as TextEditor,
|
|
145
|
-
|
|
151
|
+
hr as Textarea,
|
|
146
152
|
kr as TextareaFloatingInner,
|
|
147
153
|
so as TextareaInnerLabel,
|
|
148
154
|
fo as TimeRange,
|
|
149
155
|
sr as Timeline,
|
|
150
156
|
Kr as Tooltip,
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
157
|
+
cr as TruncateComponent,
|
|
158
|
+
zo as TypeBigNumber,
|
|
159
|
+
br as UploadFile,
|
|
154
160
|
Tr as UploadImage,
|
|
155
161
|
Rr as UploadMultipleFile,
|
|
156
162
|
z as betweenBig,
|
|
157
|
-
|
|
163
|
+
te as configNativeScreens,
|
|
158
164
|
re as configScreens,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
165
|
+
Uo as configTypography,
|
|
166
|
+
Go as configTypographyLabaBisnis,
|
|
167
|
+
qo as configTypographyPayhere,
|
|
162
168
|
Y as convertBigNumbersToStrings,
|
|
163
169
|
Z as convertNumbersToBigNumbers,
|
|
164
170
|
X as convertTextToJsonBigNumbers,
|
|
165
171
|
E as cookieStorage,
|
|
166
|
-
|
|
167
|
-
|
|
172
|
+
t as deepCompareEquals,
|
|
173
|
+
a as deepMerge,
|
|
168
174
|
Q as defaultConfig,
|
|
169
175
|
f as deleteKeysImmutable,
|
|
170
176
|
m as deleteKeysMutable,
|
|
@@ -175,43 +181,43 @@ export {
|
|
|
175
181
|
u as formatDateRange,
|
|
176
182
|
n as formatNumber,
|
|
177
183
|
d as groupByKey,
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
184
|
+
x as isAccurateBigNumber,
|
|
185
|
+
i as isAccurateNumber,
|
|
186
|
+
b as isObject,
|
|
181
187
|
K as lessThanBig,
|
|
182
188
|
U as maxBig,
|
|
183
189
|
G as minBig,
|
|
184
190
|
q as moreThanBig,
|
|
185
191
|
j as openAlert,
|
|
186
|
-
|
|
187
|
-
|
|
192
|
+
g as parseBigDecimal,
|
|
193
|
+
c as parseDecimal,
|
|
188
194
|
C as parseFileName,
|
|
189
195
|
T as removeKeyObjectEmptyValue,
|
|
190
196
|
L as removeTrailingZeros,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
197
|
+
B as setDigit,
|
|
198
|
+
h as transformArrayMapping,
|
|
199
|
+
y as transformArrayMappingObjectFC,
|
|
194
200
|
D as transformArrayOfObjectToArray,
|
|
195
201
|
N as transformArrayOfObjectToString,
|
|
196
202
|
S as transformBigNumber,
|
|
197
203
|
I as transformBigNumberOpt,
|
|
198
|
-
|
|
199
|
-
|
|
204
|
+
O as transformDataHistory,
|
|
205
|
+
P as transformLatLong,
|
|
200
206
|
A as transformNumber,
|
|
201
207
|
M as transformSecondTime,
|
|
202
208
|
R as transfromIsNan,
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
209
|
+
Io as useAsyncDebounce,
|
|
210
|
+
Po as useCombinedResizeObserver,
|
|
211
|
+
No as useCountdown,
|
|
212
|
+
jo as useDebounce,
|
|
213
|
+
et as useDeepCompareEffect,
|
|
214
|
+
rt as useDeepCompareMemoize,
|
|
215
|
+
yo as useElementOrWindowMediaQuery,
|
|
216
|
+
ft as useEventListener,
|
|
217
|
+
vo as useMasonry,
|
|
218
|
+
tt as useMergeRefs,
|
|
219
|
+
Lo as useOtpInput,
|
|
220
|
+
Eo as usePacked,
|
|
221
|
+
Mo as useStateRef,
|
|
216
222
|
e as utilTable
|
|
217
223
|
};
|
package/dist/package.json.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="2.0.
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="2.0.29",o={version:e};exports.default=o;exports.version=e;
|
package/dist/package.json.d.ts
CHANGED
package/dist/package.json.mjs
CHANGED