1mpacto-react-ui 2.0.26 → 2.0.28
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/_mixins.scss +6 -1
- package/dist/assets/_typography.scss +19 -15
- 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.config.cjs +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.config.mjs +4 -3
- package/dist/components/Breadcrumbs/Breadcrumbs.mjs +45 -43
- package/dist/components/Breadcrumbs/style.module.scss.cjs +1 -1
- package/dist/components/Breadcrumbs/style.module.scss.mjs +12 -9
- package/dist/components/Button/Button.config.cjs +1 -1
- package/dist/components/Button/Button.config.mjs +10 -2
- package/dist/components/Button/style.module.scss.cjs +1 -1
- package/dist/components/Button/style.module.scss.mjs +64 -60
- package/dist/components/ButtonIcon/ButtonIcon.config.cjs +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.config.mjs +58 -47
- package/dist/components/ButtonIcon/style.module.scss.cjs +1 -1
- package/dist/components/ButtonIcon/style.module.scss.mjs +55 -48
- package/dist/components/Input/InputInnerLabel.module.scss.cjs +1 -1
- package/dist/components/Input/InputInnerLabel.module.scss.mjs +19 -19
- package/dist/components/Modal/ModalDialog.cjs +11 -1
- package/dist/components/Modal/ModalDialog.config.cjs +1 -1
- package/dist/components/Modal/ModalDialog.config.mjs +18 -7
- package/dist/components/Modal/ModalDialog.mjs +59 -32
- package/dist/components/Modal/style.module.scss.cjs +1 -1
- package/dist/components/Modal/style.module.scss.mjs +17 -11
- 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.cjs +1 -1
- package/dist/components/Popover/Popover.config.cjs +1 -0
- package/dist/components/Popover/Popover.config.mjs +11 -0
- package/dist/components/Popover/Popover.mjs +42 -40
- package/dist/components/Popover/style.module.scss.cjs +1 -1
- package/dist/components/Popover/style.module.scss.mjs +8 -4
- 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 +22 -22
- package/dist/components/Sidebar/itemSidebar.module.scss.cjs +1 -1
- package/dist/components/Sidebar/itemSidebar.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.cjs +6 -5
- package/dist/components/Textarea/TextareaFloatingInner.config.cjs +1 -1
- package/dist/components/Textarea/TextareaFloatingInner.config.mjs +6 -2
- package/dist/components/Textarea/TextareaFloatingInner.mjs +38 -36
- package/dist/components/Textarea/TextareaFloatingInner.module.scss.cjs +1 -1
- package/dist/components/Textarea/TextareaFloatingInner.module.scss.mjs +11 -9
- 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 +23 -15
- 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/Breadcrumbs/Breadcrumbs.config.d.ts +1 -0
- package/dist/src/components/Button/Button.config.d.ts +8 -0
- package/dist/src/components/ButtonIcon/ButtonIcon.config.d.ts +11 -0
- package/dist/src/components/Modal/ModalDialog.config.d.ts +12 -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 +8 -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/Textarea/TextareaFloatingInner.config.d.ts +5 -0
- 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 +2 -1
- 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/Breadcrumbs/index.d.ts +1 -1
- package/dist/src/interfaces/components/Button/index.d.ts +1 -1
- package/dist/src/interfaces/components/ButtonIcon/index.d.ts +2 -2
- package/dist/src/interfaces/components/Modal/index.d.ts +10 -0
- package/dist/src/interfaces/components/Pagination/index.d.ts +6 -1
- package/dist/src/interfaces/components/Popover/index.d.ts +5 -0
- 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/Textarea/index.d.ts +5 -0
- package/dist/src/interfaces/components/fin/Chat/index.d.ts +39 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const r = {
|
|
2
2
|
control: (o) => ({
|
|
3
3
|
...o,
|
|
4
4
|
border: "1px solid #D6D6D6",
|
|
@@ -48,7 +48,7 @@ const n = {
|
|
|
48
48
|
lineHeight: "16px",
|
|
49
49
|
fontFamily: "Lato"
|
|
50
50
|
})
|
|
51
|
-
},
|
|
51
|
+
}, n = {
|
|
52
52
|
control: (o) => ({
|
|
53
53
|
...o,
|
|
54
54
|
border: "1px solid #BDBDBD",
|
|
@@ -99,7 +99,7 @@ const n = {
|
|
|
99
99
|
lineHeight: "22px",
|
|
100
100
|
fontFamily: "Inter"
|
|
101
101
|
})
|
|
102
|
-
},
|
|
102
|
+
}, e = {
|
|
103
103
|
control: (o) => ({
|
|
104
104
|
...o,
|
|
105
105
|
border: "1px solid #BDBDBD",
|
|
@@ -156,6 +156,100 @@ const n = {
|
|
|
156
156
|
fontFamily: "PJakartaSans"
|
|
157
157
|
})
|
|
158
158
|
}, d = {
|
|
159
|
+
control: (o) => ({
|
|
160
|
+
...o,
|
|
161
|
+
border: "1px solid #29B6F6",
|
|
162
|
+
"&:hover": {
|
|
163
|
+
borderColor: "#29B6F6"
|
|
164
|
+
},
|
|
165
|
+
borderRadius: "8px",
|
|
166
|
+
outline: "none",
|
|
167
|
+
backgroundColor: "#ECEFF1",
|
|
168
|
+
margin: "0px",
|
|
169
|
+
cursor: "text",
|
|
170
|
+
minHeight: 38,
|
|
171
|
+
fontSize: "14px",
|
|
172
|
+
lineHeight: "22px",
|
|
173
|
+
fontFamily: "PJakartaSans",
|
|
174
|
+
marginBottom: "5px",
|
|
175
|
+
'html[data-color-mode="dark"] &': {
|
|
176
|
+
backgroundColor: "#1B3049"
|
|
177
|
+
}
|
|
178
|
+
}),
|
|
179
|
+
dropdownIndicator: (o) => ({ ...o, padding: "0px 8px", color: "#616161" }),
|
|
180
|
+
menu: (o) => ({
|
|
181
|
+
...o,
|
|
182
|
+
position: "static",
|
|
183
|
+
boxShadow: "none",
|
|
184
|
+
marginTop: "0px",
|
|
185
|
+
marginBottom: "0px",
|
|
186
|
+
borderBottomRightRadius: "12px",
|
|
187
|
+
borderBottomLeftRadius: "12px",
|
|
188
|
+
background: "white",
|
|
189
|
+
'html[data-color-mode="dark"] &': {
|
|
190
|
+
background: "#0E1824"
|
|
191
|
+
}
|
|
192
|
+
}),
|
|
193
|
+
noOptionsMessage: (o) => ({
|
|
194
|
+
...o,
|
|
195
|
+
color: "#78909C",
|
|
196
|
+
fontFamily: "PJakartaSans",
|
|
197
|
+
'html[data-color-mode="dark"] &': {
|
|
198
|
+
color: "#78909C"
|
|
199
|
+
}
|
|
200
|
+
}),
|
|
201
|
+
menuList: (o) => ({
|
|
202
|
+
...o,
|
|
203
|
+
borderRadius: "4px"
|
|
204
|
+
}),
|
|
205
|
+
option: (o, i) => ({
|
|
206
|
+
...o,
|
|
207
|
+
fontSize: "14px",
|
|
208
|
+
lineHeight: "22px",
|
|
209
|
+
fontWeight: 500,
|
|
210
|
+
fontFamily: "PJakartaSans",
|
|
211
|
+
cursor: "pointer",
|
|
212
|
+
borderRadius: "4px",
|
|
213
|
+
background: i.isSelected ? "#CFD8DC" : "white",
|
|
214
|
+
color: i.isDisabled ? "#90A4AE" : "#0A121B",
|
|
215
|
+
"&:hover": {
|
|
216
|
+
background: i.isDisabled ? "" : "#CFD8DC",
|
|
217
|
+
cursor: i.isDisabled ? "default" : ""
|
|
218
|
+
},
|
|
219
|
+
'html[data-color-mode="dark"] &': {
|
|
220
|
+
background: i.isSelected ? "#223C5B" : "#0E1824",
|
|
221
|
+
color: i.isDisabled ? "#546E7A" : "white",
|
|
222
|
+
"&:hover": {
|
|
223
|
+
background: i.isDisabled ? "" : "#223C5B"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}),
|
|
227
|
+
group: (o) => ({
|
|
228
|
+
...o,
|
|
229
|
+
padding: 0
|
|
230
|
+
}),
|
|
231
|
+
input: (o) => ({
|
|
232
|
+
...o,
|
|
233
|
+
color: "#0A121B",
|
|
234
|
+
'html[data-color-mode="dark"] &': {
|
|
235
|
+
color: "white !important",
|
|
236
|
+
caretColor: "white !important",
|
|
237
|
+
"& input": {
|
|
238
|
+
color: "white !important"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}),
|
|
242
|
+
placeholder: (o) => ({
|
|
243
|
+
...o,
|
|
244
|
+
color: "#78909C",
|
|
245
|
+
fontSize: "14px",
|
|
246
|
+
lineHeight: "22px",
|
|
247
|
+
fontFamily: "PJakartaSans",
|
|
248
|
+
'html[data-color-mode="dark"] &': {
|
|
249
|
+
color: "#78909C"
|
|
250
|
+
}
|
|
251
|
+
})
|
|
252
|
+
}, a = {
|
|
159
253
|
control: () => ({
|
|
160
254
|
display: "none"
|
|
161
255
|
}),
|
|
@@ -190,7 +284,7 @@ const n = {
|
|
|
190
284
|
lineHeight: "16px",
|
|
191
285
|
fontFamily: "Lato"
|
|
192
286
|
})
|
|
193
|
-
},
|
|
287
|
+
}, t = {
|
|
194
288
|
control: () => ({
|
|
195
289
|
display: "none"
|
|
196
290
|
}),
|
|
@@ -225,7 +319,7 @@ const n = {
|
|
|
225
319
|
lineHeight: "22px",
|
|
226
320
|
fontFamily: "Inter"
|
|
227
321
|
})
|
|
228
|
-
},
|
|
322
|
+
}, l = {
|
|
229
323
|
control: () => ({
|
|
230
324
|
display: "none"
|
|
231
325
|
}),
|
|
@@ -266,12 +360,58 @@ const n = {
|
|
|
266
360
|
lineHeight: "22px",
|
|
267
361
|
fontFamily: "PJakartaSans"
|
|
268
362
|
})
|
|
363
|
+
}, p = {
|
|
364
|
+
control: () => ({
|
|
365
|
+
display: "none"
|
|
366
|
+
}),
|
|
367
|
+
dropdownIndicator: (o) => ({ ...o, padding: "0px 8px" }),
|
|
368
|
+
menu: (o) => ({
|
|
369
|
+
...o,
|
|
370
|
+
position: "static",
|
|
371
|
+
boxShadow: "none",
|
|
372
|
+
marginTop: "0px",
|
|
373
|
+
marginBottom: "0px",
|
|
374
|
+
borderBottomRightRadius: "12px",
|
|
375
|
+
borderBottomLeftRadius: "12px"
|
|
376
|
+
}),
|
|
377
|
+
menuList: (o) => ({
|
|
378
|
+
...o,
|
|
379
|
+
borderRadius: "4px"
|
|
380
|
+
}),
|
|
381
|
+
option: (o, i) => ({
|
|
382
|
+
...o,
|
|
383
|
+
fontSize: "14px",
|
|
384
|
+
lineHeight: "22px",
|
|
385
|
+
fontFamily: "PJakartaSans",
|
|
386
|
+
fontWeight: "500",
|
|
387
|
+
cursor: "pointer",
|
|
388
|
+
borderRadius: "4px",
|
|
389
|
+
background: i.isSelected ? "#CFD8DC" : "white",
|
|
390
|
+
color: i.isDisabled ? "#90A4AE" : "#0A121B",
|
|
391
|
+
"&:hover": {
|
|
392
|
+
background: i.isDisabled ? "" : "#CFD8DC",
|
|
393
|
+
cursor: i.isDisabled ? "default" : ""
|
|
394
|
+
},
|
|
395
|
+
'html[data-color-mode="dark"] &': {
|
|
396
|
+
background: i.isSelected ? "#223C5B" : "#0E1824",
|
|
397
|
+
color: i.isDisabled ? "#546E7A" : "white",
|
|
398
|
+
"&:hover": {
|
|
399
|
+
background: i.isDisabled ? "" : "#223C5B"
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
}),
|
|
403
|
+
group: (o) => ({
|
|
404
|
+
...o,
|
|
405
|
+
padding: 0
|
|
406
|
+
})
|
|
269
407
|
};
|
|
270
408
|
export {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
409
|
+
e as styleSelectDropdownContainerBill,
|
|
410
|
+
d as styleSelectDropdownContainerFin,
|
|
411
|
+
r as styleSelectDropdownContainerLaba,
|
|
412
|
+
l as styleSelectDropdownContainerNoSearchBill,
|
|
413
|
+
p as styleSelectDropdownContainerNoSearchFin,
|
|
414
|
+
a as styleSelectDropdownContainerNoSearchLaba,
|
|
415
|
+
t as styleSelectDropdownContainerNoSearchPayhere,
|
|
416
|
+
n as styleSelectDropdownContainerPayhere
|
|
277
417
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_sidebar_1v0uy_16",a={"splace-screen":"_splace-screen_1v0uy_1","payhere-brand-base-white":"_payhere-brand-base-white_1v0uy_13",sidebar:e,"button-collaps-sidebar":"_button-collaps-sidebar_1v0uy_31","menu-sidebar":"_menu-sidebar_1v0uy_48","sidebar-open":"_sidebar-open_1v0uy_79","container-icon-company-sidebar":"_container-icon-company-sidebar_1v0uy_96","icon-company-sidebar":"_icon-company-sidebar_1v0uy_99","sidebar-close":"_sidebar-close_1v0uy_107","content-sidebar":"_content-sidebar_1v0uy_132","payhere-brand-base-transparent":"_payhere-brand-base-transparent_1v0uy_211","payhere-brand-blue-gray-900-transparent":"_payhere-brand-blue-gray-900-transparent_1v0uy_409","payhere-brand-indigo-900-transparent":"_payhere-brand-indigo-900-transparent_1v0uy_607","laba-white":"_laba-white_1v0uy_805","lpd-brand-base-white":"_lpd-brand-base-white_1v0uy_1195","lpd-brand-base-transparent":"_lpd-brand-base-transparent_1v0uy_1393","lpd-brand-base-white-responsive":"_lpd-brand-base-white-responsive_1v0uy_1591","lpd-brand-base-transparent-responsive":"_lpd-brand-base-transparent-responsive_1v0uy_1825","bill-brand-base":"_bill-brand-base_1v0uy_2059","bill-brand-base-responsive":"_bill-brand-base-responsive_1v0uy_2460","fin-base":"_fin-base_1v0uy_2861","fin-base-responsive":"_fin-base-responsive_1v0uy_3255"};exports.default=a;exports.sidebar=e;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
const e = "
|
|
2
|
-
"splace-screen": "_splace-
|
|
3
|
-
"payhere-brand-base-white": "_payhere-brand-base-
|
|
1
|
+
const e = "_sidebar_1v0uy_16", a = {
|
|
2
|
+
"splace-screen": "_splace-screen_1v0uy_1",
|
|
3
|
+
"payhere-brand-base-white": "_payhere-brand-base-white_1v0uy_13",
|
|
4
4
|
sidebar: e,
|
|
5
|
-
"button-collaps-sidebar": "_button-collaps-
|
|
6
|
-
"menu-sidebar": "_menu-
|
|
7
|
-
"sidebar-open": "_sidebar-
|
|
8
|
-
"container-icon-company-sidebar": "_container-icon-company-
|
|
9
|
-
"icon-company-sidebar": "_icon-company-
|
|
10
|
-
"sidebar-close": "_sidebar-
|
|
11
|
-
"content-sidebar": "_content-
|
|
12
|
-
"payhere-brand-base-transparent": "_payhere-brand-base-
|
|
13
|
-
"payhere-brand-blue-gray-900-transparent": "_payhere-brand-blue-gray-900-
|
|
14
|
-
"payhere-brand-indigo-900-transparent": "_payhere-brand-indigo-900-
|
|
15
|
-
"laba-white": "_laba-
|
|
16
|
-
"lpd-brand-base-white": "_lpd-brand-base-
|
|
17
|
-
"lpd-brand-base-transparent": "_lpd-brand-base-
|
|
18
|
-
"lpd-brand-base-white-responsive": "_lpd-brand-base-white-
|
|
19
|
-
"lpd-brand-base-transparent-responsive": "_lpd-brand-base-transparent-
|
|
20
|
-
"bill-brand-base": "_bill-brand-
|
|
21
|
-
"bill-brand-base-responsive": "_bill-brand-base-
|
|
22
|
-
"fin-base": "_fin-
|
|
23
|
-
"fin-base-responsive": "_fin-base-
|
|
5
|
+
"button-collaps-sidebar": "_button-collaps-sidebar_1v0uy_31",
|
|
6
|
+
"menu-sidebar": "_menu-sidebar_1v0uy_48",
|
|
7
|
+
"sidebar-open": "_sidebar-open_1v0uy_79",
|
|
8
|
+
"container-icon-company-sidebar": "_container-icon-company-sidebar_1v0uy_96",
|
|
9
|
+
"icon-company-sidebar": "_icon-company-sidebar_1v0uy_99",
|
|
10
|
+
"sidebar-close": "_sidebar-close_1v0uy_107",
|
|
11
|
+
"content-sidebar": "_content-sidebar_1v0uy_132",
|
|
12
|
+
"payhere-brand-base-transparent": "_payhere-brand-base-transparent_1v0uy_211",
|
|
13
|
+
"payhere-brand-blue-gray-900-transparent": "_payhere-brand-blue-gray-900-transparent_1v0uy_409",
|
|
14
|
+
"payhere-brand-indigo-900-transparent": "_payhere-brand-indigo-900-transparent_1v0uy_607",
|
|
15
|
+
"laba-white": "_laba-white_1v0uy_805",
|
|
16
|
+
"lpd-brand-base-white": "_lpd-brand-base-white_1v0uy_1195",
|
|
17
|
+
"lpd-brand-base-transparent": "_lpd-brand-base-transparent_1v0uy_1393",
|
|
18
|
+
"lpd-brand-base-white-responsive": "_lpd-brand-base-white-responsive_1v0uy_1591",
|
|
19
|
+
"lpd-brand-base-transparent-responsive": "_lpd-brand-base-transparent-responsive_1v0uy_1825",
|
|
20
|
+
"bill-brand-base": "_bill-brand-base_1v0uy_2059",
|
|
21
|
+
"bill-brand-base-responsive": "_bill-brand-base-responsive_1v0uy_2460",
|
|
22
|
+
"fin-base": "_fin-base_1v0uy_2861",
|
|
23
|
+
"fin-base-responsive": "_fin-base-responsive_1v0uy_3255"
|
|
24
24
|
};
|
|
25
25
|
export {
|
|
26
26
|
a as default,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_hidden_1tshq_96",i="_active_1tshq_152",s={"item-icon-subs":"_item-icon-subs_1tshq_1","item-sidebar-2":"_item-sidebar-2_1tshq_1","item-sidebar-1":"_item-sidebar-1_1tshq_1","end-icon":"_end-icon_1tshq_1","item-icon":"_item-icon_1tshq_1","item-label":"_item-label_1tshq_25","item-sidebar-open":"_item-sidebar-open_1tshq_51","item-sidebar-close":"_item-sidebar-close_1tshq_66","item-icon-subs-active":"_item-icon-subs-active_1tshq_75","item-subs-sidebar":"_item-subs-sidebar_1tshq_82","sidebar-bill":"_sidebar-bill_1tshq_85",hidden:e,"divider-item-sidebar-payhere":"_divider-item-sidebar-payhere_1tshq_106","divider-item-sidebar-lpd":"_divider-item-sidebar-lpd_1tshq_111","parent-sidebar-5":"_parent-sidebar-5_1tshq_133","parent-sidebar-6":"_parent-sidebar-6_1tshq_137","parent-sidebar-7":"_parent-sidebar-7_1tshq_141","parent-sidebar-8":"_parent-sidebar-8_1tshq_146",active:i,"sidebar-payhere-blue-gray-800":"_sidebar-payhere-blue-gray-800_1tshq_162","sidebar-payhere-indigo-800":"_sidebar-payhere-indigo-800_1tshq_188","sidebar-payhere":"_sidebar-payhere_1tshq_162","sidebar-laba":"_sidebar-laba_1tshq_240","sidebar-lpd":"_sidebar-lpd_1tshq_273","sidebar-fin":"_sidebar-fin_1tshq_299"};exports.active=i;exports.default=s;exports.hidden=e;
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
const e = "
|
|
2
|
-
"item-icon-subs": "_item-icon-
|
|
3
|
-
"item-sidebar-2": "_item-sidebar-
|
|
4
|
-
"item-sidebar-1": "_item-sidebar-
|
|
5
|
-
"end-icon": "_end-
|
|
6
|
-
"item-icon": "_item-
|
|
7
|
-
"item-label": "_item-
|
|
8
|
-
"item-sidebar-open": "_item-sidebar-
|
|
9
|
-
"item-sidebar-close": "_item-sidebar-
|
|
10
|
-
"item-icon-subs-active": "_item-icon-subs-
|
|
11
|
-
"item-subs-sidebar": "_item-subs-
|
|
12
|
-
"sidebar-bill": "_sidebar-
|
|
1
|
+
const e = "_hidden_1tshq_96", i = "_active_1tshq_152", s = {
|
|
2
|
+
"item-icon-subs": "_item-icon-subs_1tshq_1",
|
|
3
|
+
"item-sidebar-2": "_item-sidebar-2_1tshq_1",
|
|
4
|
+
"item-sidebar-1": "_item-sidebar-1_1tshq_1",
|
|
5
|
+
"end-icon": "_end-icon_1tshq_1",
|
|
6
|
+
"item-icon": "_item-icon_1tshq_1",
|
|
7
|
+
"item-label": "_item-label_1tshq_25",
|
|
8
|
+
"item-sidebar-open": "_item-sidebar-open_1tshq_51",
|
|
9
|
+
"item-sidebar-close": "_item-sidebar-close_1tshq_66",
|
|
10
|
+
"item-icon-subs-active": "_item-icon-subs-active_1tshq_75",
|
|
11
|
+
"item-subs-sidebar": "_item-subs-sidebar_1tshq_82",
|
|
12
|
+
"sidebar-bill": "_sidebar-bill_1tshq_85",
|
|
13
13
|
hidden: e,
|
|
14
|
-
"divider-item-sidebar-payhere": "_divider-item-sidebar-
|
|
15
|
-
"divider-item-sidebar-lpd": "_divider-item-sidebar-
|
|
16
|
-
"parent-sidebar-5": "_parent-sidebar-
|
|
17
|
-
"parent-sidebar-6": "_parent-sidebar-
|
|
18
|
-
"parent-sidebar-7": "_parent-sidebar-
|
|
19
|
-
"parent-sidebar-8": "_parent-sidebar-
|
|
14
|
+
"divider-item-sidebar-payhere": "_divider-item-sidebar-payhere_1tshq_106",
|
|
15
|
+
"divider-item-sidebar-lpd": "_divider-item-sidebar-lpd_1tshq_111",
|
|
16
|
+
"parent-sidebar-5": "_parent-sidebar-5_1tshq_133",
|
|
17
|
+
"parent-sidebar-6": "_parent-sidebar-6_1tshq_137",
|
|
18
|
+
"parent-sidebar-7": "_parent-sidebar-7_1tshq_141",
|
|
19
|
+
"parent-sidebar-8": "_parent-sidebar-8_1tshq_146",
|
|
20
20
|
active: i,
|
|
21
|
-
"sidebar-payhere-blue-gray-800": "_sidebar-payhere-blue-gray-
|
|
22
|
-
"sidebar-payhere-indigo-800": "_sidebar-payhere-indigo-
|
|
23
|
-
"sidebar-payhere": "_sidebar-
|
|
24
|
-
"sidebar-laba": "_sidebar-
|
|
25
|
-
"sidebar-lpd": "_sidebar-
|
|
26
|
-
"sidebar-fin": "_sidebar-
|
|
21
|
+
"sidebar-payhere-blue-gray-800": "_sidebar-payhere-blue-gray-800_1tshq_162",
|
|
22
|
+
"sidebar-payhere-indigo-800": "_sidebar-payhere-indigo-800_1tshq_188",
|
|
23
|
+
"sidebar-payhere": "_sidebar-payhere_1tshq_162",
|
|
24
|
+
"sidebar-laba": "_sidebar-laba_1tshq_240",
|
|
25
|
+
"sidebar-lpd": "_sidebar-lpd_1tshq_273",
|
|
26
|
+
"sidebar-fin": "_sidebar-fin_1tshq_299"
|
|
27
27
|
};
|
|
28
28
|
export {
|
|
29
29
|
i as active,
|
|
30
|
-
|
|
30
|
+
s as default,
|
|
31
31
|
e as hidden
|
|
32
32
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
2
|
-
${i==="left"?
|
|
3
|
-
${
|
|
4
|
-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react/jsx-runtime"),n=require("./StepIndicator.config.cjs"),r=require("./StepIndicator.module.scss.cjs");function j(e,t){if(e<=0)return"0px";if(e===1)return"100%";const s=e-1;return`calc((100% - (${t} * ${s})) / ${e})`}const p=({activeStep:e=0,countStep:t=0,classNameActiveStepIndicator:s="",classNameContainer:$="",classNameDesc:d="",classNameStepIndicator:c="",id:o="1ru-step-indicator",locationStepIndicator:i="right",widthStepIndicator:g=120,dynamicWidthStepIndicator:u=!1,gapStepIndicator:a="2px",classNameStepIndicatorContainer:h="",variant:m="laba-green-08",borderRadius:x="full"})=>l.jsxs("div",{id:o,className:`${n.configStepIndicator.variants[m]}
|
|
2
|
+
${i==="left"?r.default.left:r.default.right} ${$||""}`,children:[i==="left"&&l.jsxs("p",{className:`${r.default["text-step-indicator"]} ${d||""}`,children:[e+1,"/",t]}),l.jsx("div",{className:`${r.default["step-indicator"]} ${h||""}
|
|
3
|
+
${u?"iru-w-full":""} ${a}`,style:{gap:a},children:Array.from({length:t}).map((v,f)=>l.jsx("div",{className:`${r.default.indicator}
|
|
4
|
+
${n.configStepIndicator.borderRadius[x]}
|
|
5
|
+
${c||""}
|
|
6
|
+
${f<=e?`${r.default.active} ${s}`:""}`,style:{width:u?j(t,a):g}},f))}),i==="right"&&l.jsxs("p",{className:`${r.default["text-step-indicator"]} ${d||""}`,children:[e+1,"/",t]})]});exports.default=p;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../config/components/borderRadius.cjs"),e=require("./StepIndicator.module.scss.cjs"),t={variants:{"laba-green-08":e.default["laba-green-08"],"teal-600":e.default["teal-600"]},borderRadius:r.configBorderRadius};exports.configStepIndicator=t;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { configBorderRadius as a } from "../../config/components/borderRadius.mjs";
|
|
2
|
+
import r from "./StepIndicator.module.scss.mjs";
|
|
3
|
+
const t = {
|
|
4
|
+
variants: {
|
|
5
|
+
"laba-green-08": r["laba-green-08"],
|
|
6
|
+
"teal-600": r["teal-600"]
|
|
7
|
+
},
|
|
8
|
+
borderRadius: a
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
t as configStepIndicator
|
|
12
|
+
};
|
|
@@ -1,65 +1,70 @@
|
|
|
1
1
|
import { jsxs as $, jsx as d } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
|
|
2
|
+
import { configStepIndicator as h } from "./StepIndicator.config.mjs";
|
|
3
|
+
import i from "./StepIndicator.module.scss.mjs";
|
|
4
|
+
function N(r, l) {
|
|
4
5
|
if (r <= 0)
|
|
5
6
|
return "0px";
|
|
6
7
|
if (r === 1)
|
|
7
8
|
return "100%";
|
|
8
|
-
const
|
|
9
|
-
return `calc((100% - (${
|
|
9
|
+
const s = r - 1;
|
|
10
|
+
return `calc((100% - (${l} * ${s})) / ${r})`;
|
|
10
11
|
}
|
|
11
|
-
const
|
|
12
|
+
const w = ({
|
|
12
13
|
activeStep: r = 0,
|
|
13
|
-
countStep:
|
|
14
|
-
classNameActiveStepIndicator:
|
|
15
|
-
classNameContainer:
|
|
14
|
+
countStep: l = 0,
|
|
15
|
+
classNameActiveStepIndicator: s = "",
|
|
16
|
+
classNameContainer: n = "",
|
|
16
17
|
classNameDesc: a = "",
|
|
17
|
-
classNameStepIndicator:
|
|
18
|
-
id:
|
|
19
|
-
locationStepIndicator:
|
|
20
|
-
widthStepIndicator:
|
|
18
|
+
classNameStepIndicator: c = "",
|
|
19
|
+
id: u = "1ru-step-indicator",
|
|
20
|
+
locationStepIndicator: e = "right",
|
|
21
|
+
widthStepIndicator: g = 120,
|
|
21
22
|
dynamicWidthStepIndicator: f = !1,
|
|
22
23
|
gapStepIndicator: t = "2px",
|
|
23
|
-
classNameStepIndicatorContainer:
|
|
24
|
+
classNameStepIndicatorContainer: o = "",
|
|
25
|
+
variant: x = "laba-green-08",
|
|
26
|
+
borderRadius: p = "full"
|
|
24
27
|
}) => /* @__PURE__ */ $(
|
|
25
28
|
"div",
|
|
26
29
|
{
|
|
27
|
-
id:
|
|
28
|
-
className: `${
|
|
29
|
-
${
|
|
30
|
+
id: u,
|
|
31
|
+
className: `${h.variants[x]}
|
|
32
|
+
${e === "left" ? i.left : i.right} ${n || ""}`,
|
|
30
33
|
children: [
|
|
31
|
-
|
|
34
|
+
e === "left" && /* @__PURE__ */ $("p", { className: `${i["text-step-indicator"]} ${a || ""}`, children: [
|
|
32
35
|
r + 1,
|
|
33
36
|
"/",
|
|
34
|
-
|
|
37
|
+
l
|
|
35
38
|
] }),
|
|
36
39
|
/* @__PURE__ */ d(
|
|
37
40
|
"div",
|
|
38
41
|
{
|
|
39
|
-
className: `${
|
|
42
|
+
className: `${i["step-indicator"]} ${o || ""}
|
|
40
43
|
${f ? "iru-w-full" : ""} ${t}`,
|
|
41
44
|
style: { gap: t },
|
|
42
|
-
children: Array.from({ length:
|
|
45
|
+
children: Array.from({ length: l }).map((v, m) => /* @__PURE__ */ d(
|
|
43
46
|
"div",
|
|
44
47
|
{
|
|
45
|
-
className: `${
|
|
46
|
-
|
|
48
|
+
className: `${i.indicator}
|
|
49
|
+
${h.borderRadius[p]}
|
|
50
|
+
${c || ""}
|
|
51
|
+
${m <= r ? `${i.active} ${s}` : ""}`,
|
|
47
52
|
style: {
|
|
48
|
-
width: f ?
|
|
53
|
+
width: f ? N(l, t) : g
|
|
49
54
|
}
|
|
50
55
|
},
|
|
51
56
|
m
|
|
52
57
|
))
|
|
53
58
|
}
|
|
54
59
|
),
|
|
55
|
-
|
|
60
|
+
e === "right" && /* @__PURE__ */ $("p", { className: `${i["text-step-indicator"]} ${a || ""}`, children: [
|
|
56
61
|
r + 1,
|
|
57
62
|
"/",
|
|
58
|
-
|
|
63
|
+
l
|
|
59
64
|
] })
|
|
60
65
|
]
|
|
61
66
|
}
|
|
62
67
|
);
|
|
63
68
|
export {
|
|
64
|
-
|
|
69
|
+
w as default
|
|
65
70
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_left_8vduq_8",e="_right_8vduq_11",i="_indicator_8vduq_29",_="_active_8vduq_33",a={"laba-green-08":"_laba-green-08_8vduq_1",left:t,right:e,"text-step-indicator":"_text-step-indicator_8vduq_14","step-indicator":"_step-indicator_8vduq_23",indicator:i,active:_,"teal-600":"_teal-600_8vduq_37"};exports.active=_;exports.default=a;exports.indicator=i;exports.left=t;exports.right=e;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
const t = "
|
|
2
|
-
"
|
|
1
|
+
const t = "_left_8vduq_8", _ = "_right_8vduq_11", e = "_indicator_8vduq_29", i = "_active_8vduq_33", a = {
|
|
2
|
+
"laba-green-08": "_laba-green-08_8vduq_1",
|
|
3
3
|
left: t,
|
|
4
|
-
right:
|
|
5
|
-
"text-step-indicator": "_text-step-
|
|
6
|
-
"step-indicator": "_step-
|
|
7
|
-
indicator:
|
|
8
|
-
active:
|
|
4
|
+
right: _,
|
|
5
|
+
"text-step-indicator": "_text-step-indicator_8vduq_14",
|
|
6
|
+
"step-indicator": "_step-indicator_8vduq_23",
|
|
7
|
+
indicator: e,
|
|
8
|
+
active: i,
|
|
9
|
+
"teal-600": "_teal-600_8vduq_37"
|
|
9
10
|
};
|
|
10
11
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
i as active,
|
|
13
|
+
a as default,
|
|
14
|
+
e as indicator,
|
|
14
15
|
t as left,
|
|
15
|
-
|
|
16
|
+
_ as right
|
|
16
17
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./style.module.scss.cjs"),e={size:{large:t.default["switch-l"],regular:t.default["switch-r"],small:t.default["switch-s"]},kind:{laba:t.default["switch-laba"],payhere:t.default["switch-payhere"],bill:t.default["switch-bill"]},text:{title:{laba:t.default["title-switch-laba"],payhere:t.default["title-switch-payhere"],bill:t.default["title-switch-bill"]},desc:{laba:t.default["description-switch-laba"],payhere:t.default["description-switch-payhere"],bill:t.default["description-switch-bill"]}}};exports.configSwitch=e;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./style.module.scss.cjs"),e={size:{large:t.default["switch-l"],regular:t.default["switch-r"],small:t.default["switch-s"]},kind:{laba:t.default["switch-laba"],payhere:t.default["switch-payhere"],bill:t.default["switch-bill"],fin:t.default["switch-fin"]},text:{title:{laba:t.default["title-switch-laba"],payhere:t.default["title-switch-payhere"],bill:t.default["title-switch-bill"],fin:t.default["title-switch-fin"]},desc:{laba:t.default["description-switch-laba"],payhere:t.default["description-switch-payhere"],bill:t.default["description-switch-bill"],fin:t.default["description-switch-fin"]}}};exports.configSwitch=e;
|
|
@@ -8,18 +8,21 @@ const l = {
|
|
|
8
8
|
kind: {
|
|
9
9
|
laba: i["switch-laba"],
|
|
10
10
|
payhere: i["switch-payhere"],
|
|
11
|
-
bill: i["switch-bill"]
|
|
11
|
+
bill: i["switch-bill"],
|
|
12
|
+
fin: i["switch-fin"]
|
|
12
13
|
},
|
|
13
14
|
text: {
|
|
14
15
|
title: {
|
|
15
16
|
laba: i["title-switch-laba"],
|
|
16
17
|
payhere: i["title-switch-payhere"],
|
|
17
|
-
bill: i["title-switch-bill"]
|
|
18
|
+
bill: i["title-switch-bill"],
|
|
19
|
+
fin: i["title-switch-fin"]
|
|
18
20
|
},
|
|
19
21
|
desc: {
|
|
20
22
|
laba: i["description-switch-laba"],
|
|
21
23
|
payhere: i["description-switch-payhere"],
|
|
22
|
-
bill: i["description-switch-bill"]
|
|
24
|
+
bill: i["description-switch-bill"],
|
|
25
|
+
fin: i["description-switch-fin"]
|
|
23
26
|
}
|
|
24
27
|
}
|
|
25
28
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i="
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i="_active_rp48s_89",t="_disabled_rp48s_92",s={"title-switch-laba":"_title-switch-laba_rp48s_1","title-switch-payhere":"_title-switch-payhere_rp48s_10","title-switch-bill":"_title-switch-bill_rp48s_19","title-switch-fin":"_title-switch-fin_rp48s_28","description-switch-laba":"_description-switch-laba_rp48s_40","description-switch-payhere":"_description-switch-payhere_rp48s_49","description-switch-bill":"_description-switch-bill_rp48s_58","description-switch-fin":"_description-switch-fin_rp48s_67","switch-l":"_switch-l_rp48s_79","switch-payhere":"_switch-payhere_rp48s_79",active:i,disabled:t,"disabled-nonactive":"_disabled-nonactive_rp48s_96","thumb-switch":"_thumb-switch_rp48s_104","switch-laba":"_switch-laba_rp48s_121","switch-bill":"_switch-bill_rp48s_163","switch-fin":"_switch-fin_rp48s_205","switch-r":"_switch-r_rp48s_272","switch-s":"_switch-s_rp48s_465"};exports.active=i;exports.default=s;exports.disabled=t;
|
|
@@ -1,20 +1,23 @@
|
|
|
1
|
-
const i = "
|
|
2
|
-
"title-switch-laba": "_title-switch-
|
|
3
|
-
"title-switch-payhere": "_title-switch-
|
|
4
|
-
"title-switch-bill": "_title-switch-
|
|
5
|
-
"
|
|
6
|
-
"description-switch-
|
|
7
|
-
"description-switch-
|
|
8
|
-
"switch-
|
|
9
|
-
"switch-
|
|
1
|
+
const i = "_active_rp48s_89", s = "_disabled_rp48s_92", t = {
|
|
2
|
+
"title-switch-laba": "_title-switch-laba_rp48s_1",
|
|
3
|
+
"title-switch-payhere": "_title-switch-payhere_rp48s_10",
|
|
4
|
+
"title-switch-bill": "_title-switch-bill_rp48s_19",
|
|
5
|
+
"title-switch-fin": "_title-switch-fin_rp48s_28",
|
|
6
|
+
"description-switch-laba": "_description-switch-laba_rp48s_40",
|
|
7
|
+
"description-switch-payhere": "_description-switch-payhere_rp48s_49",
|
|
8
|
+
"description-switch-bill": "_description-switch-bill_rp48s_58",
|
|
9
|
+
"description-switch-fin": "_description-switch-fin_rp48s_67",
|
|
10
|
+
"switch-l": "_switch-l_rp48s_79",
|
|
11
|
+
"switch-payhere": "_switch-payhere_rp48s_79",
|
|
10
12
|
active: i,
|
|
11
13
|
disabled: s,
|
|
12
|
-
"disabled-nonactive": "_disabled-
|
|
13
|
-
"thumb-switch": "_thumb-
|
|
14
|
-
"switch-laba": "_switch-
|
|
15
|
-
"switch-bill": "_switch-
|
|
16
|
-
"switch-
|
|
17
|
-
"switch-
|
|
14
|
+
"disabled-nonactive": "_disabled-nonactive_rp48s_96",
|
|
15
|
+
"thumb-switch": "_thumb-switch_rp48s_104",
|
|
16
|
+
"switch-laba": "_switch-laba_rp48s_121",
|
|
17
|
+
"switch-bill": "_switch-bill_rp48s_163",
|
|
18
|
+
"switch-fin": "_switch-fin_rp48s_205",
|
|
19
|
+
"switch-r": "_switch-r_rp48s_272",
|
|
20
|
+
"switch-s": "_switch-s_rp48s_465"
|
|
18
21
|
};
|
|
19
22
|
export {
|
|
20
23
|
i as active,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../config/components/borderRadius.cjs"),a=require("./style.module.scss.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../config/components/borderRadius.cjs"),a=require("./style.module.scss.cjs"),n={tabsVariant:{"original-laba-blue-10":a.default["original-laba-blue-10"],"container-payhere-brand-base":a.default["container-payhere-brand-base"],"container-payhere-brand-base-bg_white":a.default["container-payhere-brand-base-bg_white"],"container-laba-blue-10":a.default["container-laba-blue-10"],"container-laba-blue-10-bg_white":a.default["container-laba-blue-10-bg_white"],"container-laba-blue-10-bg_blue-01":a.default["container-laba-blue-10-bg_blue-01"],"container-bill-secondary-800":a.default["container-bill-secondary-800"],"container-fin-secondary-500":a.default["container-fin-secondary-500"],"original-bill-secondary-800":a.default["original-bill-secondary-800"],"original-payhere-primary-700":a.default["original-payhere-primary-700"],"original-fin-primary-100":a.default["original-fin-primary-100"]},size:{"tabs-m":a.default["tabs-m"],"tabs-s":a.default["tabs-s"],"tabs-medium":a.default["tabs-medium"],"tabs-small":a.default["tabs-small"],"tabs-bill-m":a.default["tabs-bill-m"],"tabs-bill-s":a.default["tabs-bill-s"],"tabs-fin-m":a.default["tabs-fin-m"],"tabs-fin-s":a.default["tabs-fin-s"]},borderRadius:e.configBorderRadius,isContainer:["container-payhere-brand-base","container-payhere-brand-base-bg_white","container-laba-blue-10","container-laba-blue-10-bg_white","container-laba-blue-10-bg_blue-01","container-bill-secondary-800","container-fin-secondary-500"]};exports.configTabs=n;
|