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.
Files changed (147) hide show
  1. package/dist/assets/_mixins.scss +6 -1
  2. package/dist/assets/_typography.scss +19 -15
  3. package/dist/assets/core.css +1 -1
  4. package/dist/assets/style.css +1 -1
  5. package/dist/components/Alert/index.cjs +1 -1
  6. package/dist/components/Alert/index.mjs +55 -51
  7. package/dist/components/Alert/style.module.scss.cjs +1 -1
  8. package/dist/components/Alert/style.module.scss.mjs +12 -11
  9. package/dist/components/Badges/Badges.config.cjs +1 -1
  10. package/dist/components/Badges/Badges.config.mjs +18 -3
  11. package/dist/components/Badges/style.module.scss.cjs +1 -1
  12. package/dist/components/Badges/style.module.scss.mjs +46 -35
  13. package/dist/components/Breadcrumbs/Breadcrumbs.cjs +3 -3
  14. package/dist/components/Breadcrumbs/Breadcrumbs.config.cjs +1 -1
  15. package/dist/components/Breadcrumbs/Breadcrumbs.config.mjs +4 -3
  16. package/dist/components/Breadcrumbs/Breadcrumbs.mjs +45 -43
  17. package/dist/components/Breadcrumbs/style.module.scss.cjs +1 -1
  18. package/dist/components/Breadcrumbs/style.module.scss.mjs +12 -9
  19. package/dist/components/Button/Button.config.cjs +1 -1
  20. package/dist/components/Button/Button.config.mjs +10 -2
  21. package/dist/components/Button/style.module.scss.cjs +1 -1
  22. package/dist/components/Button/style.module.scss.mjs +64 -60
  23. package/dist/components/ButtonIcon/ButtonIcon.config.cjs +1 -1
  24. package/dist/components/ButtonIcon/ButtonIcon.config.mjs +58 -47
  25. package/dist/components/ButtonIcon/style.module.scss.cjs +1 -1
  26. package/dist/components/ButtonIcon/style.module.scss.mjs +55 -48
  27. package/dist/components/Input/InputInnerLabel.module.scss.cjs +1 -1
  28. package/dist/components/Input/InputInnerLabel.module.scss.mjs +19 -19
  29. package/dist/components/Modal/ModalDialog.cjs +11 -1
  30. package/dist/components/Modal/ModalDialog.config.cjs +1 -1
  31. package/dist/components/Modal/ModalDialog.config.mjs +18 -7
  32. package/dist/components/Modal/ModalDialog.mjs +59 -32
  33. package/dist/components/Modal/style.module.scss.cjs +1 -1
  34. package/dist/components/Modal/style.module.scss.mjs +17 -11
  35. package/dist/components/Pagination/Pagination.cjs +2 -2
  36. package/dist/components/Pagination/Pagination.config.cjs +1 -1
  37. package/dist/components/Pagination/Pagination.config.mjs +4 -3
  38. package/dist/components/Pagination/Pagination.mjs +90 -90
  39. package/dist/components/Pagination/style.module.scss.cjs +1 -1
  40. package/dist/components/Pagination/style.module.scss.mjs +18 -16
  41. package/dist/components/Popover/Popover.cjs +1 -1
  42. package/dist/components/Popover/Popover.config.cjs +1 -0
  43. package/dist/components/Popover/Popover.config.mjs +11 -0
  44. package/dist/components/Popover/Popover.mjs +42 -40
  45. package/dist/components/Popover/style.module.scss.cjs +1 -1
  46. package/dist/components/Popover/style.module.scss.mjs +8 -4
  47. package/dist/components/RadioCheckbox/RadioCheckbox.config.cjs +1 -1
  48. package/dist/components/RadioCheckbox/RadioCheckbox.config.mjs +24 -22
  49. package/dist/components/RadioCheckbox/RadioCheckbox.module.scss.cjs +1 -1
  50. package/dist/components/RadioCheckbox/RadioCheckbox.module.scss.mjs +25 -23
  51. package/dist/components/RadioCheckbox/RadioCheckboxLabel.config.cjs +1 -1
  52. package/dist/components/RadioCheckbox/RadioCheckboxLabel.config.mjs +5 -4
  53. package/dist/components/RadioCheckbox/RadioCheckboxLabel.module.scss.cjs +1 -1
  54. package/dist/components/RadioCheckbox/RadioCheckboxLabel.module.scss.mjs +8 -7
  55. package/dist/components/SelectDropdownContainer/SelectDropdownContainer.cjs +1 -1
  56. package/dist/components/SelectDropdownContainer/SelectDropdownContainer.config.cjs +1 -1
  57. package/dist/components/SelectDropdownContainer/SelectDropdownContainer.config.mjs +19 -10
  58. package/dist/components/SelectDropdownContainer/SelectDropdownContainer.mjs +95 -80
  59. package/dist/components/SelectDropdownContainer/styleConfig.cjs +1 -1
  60. package/dist/components/SelectDropdownContainer/styleConfig.mjs +151 -11
  61. package/dist/components/Sidebar/Sidebar.module.scss.cjs +1 -1
  62. package/dist/components/Sidebar/Sidebar.module.scss.mjs +22 -22
  63. package/dist/components/Sidebar/itemSidebar.module.scss.cjs +1 -1
  64. package/dist/components/Sidebar/itemSidebar.module.scss.mjs +25 -25
  65. package/dist/components/Step/StepIndicator.cjs +6 -4
  66. package/dist/components/Step/StepIndicator.config.cjs +1 -0
  67. package/dist/components/Step/StepIndicator.config.mjs +12 -0
  68. package/dist/components/Step/StepIndicator.mjs +31 -26
  69. package/dist/components/Step/StepIndicator.module.scss.cjs +1 -1
  70. package/dist/components/Step/StepIndicator.module.scss.mjs +12 -11
  71. package/dist/components/Switch/Switch.config.cjs +1 -1
  72. package/dist/components/Switch/Switch.config.mjs +6 -3
  73. package/dist/components/Switch/style.module.scss.cjs +1 -1
  74. package/dist/components/Switch/style.module.scss.mjs +18 -15
  75. package/dist/components/Tabs/Tabs.config.cjs +1 -1
  76. package/dist/components/Tabs/Tabs.config.mjs +13 -6
  77. package/dist/components/Tabs/style.module.scss.cjs +1 -1
  78. package/dist/components/Tabs/style.module.scss.mjs +29 -23
  79. package/dist/components/Textarea/TextareaFloatingInner.cjs +6 -5
  80. package/dist/components/Textarea/TextareaFloatingInner.config.cjs +1 -1
  81. package/dist/components/Textarea/TextareaFloatingInner.config.mjs +6 -2
  82. package/dist/components/Textarea/TextareaFloatingInner.mjs +38 -36
  83. package/dist/components/Textarea/TextareaFloatingInner.module.scss.cjs +1 -1
  84. package/dist/components/Textarea/TextareaFloatingInner.module.scss.mjs +11 -9
  85. package/dist/components/fin/Chat/BubbleChat.cjs +1 -0
  86. package/dist/components/fin/Chat/BubbleChat.mjs +20 -0
  87. package/dist/components/fin/Chat/BubbleChatOption.cjs +1 -0
  88. package/dist/components/fin/Chat/BubbleChatOption.mjs +70 -0
  89. package/dist/components/fin/Chat/BubbleChatUser.cjs +1 -0
  90. package/dist/components/fin/Chat/BubbleChatUser.mjs +15 -0
  91. package/dist/components/fin/Chat/Icons.cjs +1 -0
  92. package/dist/components/fin/Chat/Icons.mjs +44 -0
  93. package/dist/components/fin/Chat/style.module.scss.cjs +1 -0
  94. package/dist/components/fin/Chat/style.module.scss.mjs +27 -0
  95. package/dist/config/components/typography.cjs +1 -1
  96. package/dist/config/components/typography.mjs +40 -6
  97. package/dist/config/tailwind/typography.cjs +1 -1
  98. package/dist/config/tailwind/typography.mjs +23 -15
  99. package/dist/index.cjs +1 -1
  100. package/dist/index.mjs +86 -80
  101. package/dist/package.json.cjs +1 -1
  102. package/dist/package.json.d.ts +1 -1
  103. package/dist/package.json.mjs +1 -1
  104. package/dist/src/components/Badges/Badges.config.d.ts +15 -0
  105. package/dist/src/components/Breadcrumbs/Breadcrumbs.config.d.ts +1 -0
  106. package/dist/src/components/Button/Button.config.d.ts +8 -0
  107. package/dist/src/components/ButtonIcon/ButtonIcon.config.d.ts +11 -0
  108. package/dist/src/components/Modal/ModalDialog.config.d.ts +12 -0
  109. package/dist/src/components/Modal/ModalDialog.d.ts +1 -1
  110. package/dist/src/components/Modal/ModalDialog.stories.d.ts +17 -1
  111. package/dist/src/components/Pagination/Pagination.config.d.ts +1 -0
  112. package/dist/src/components/Pagination/Pagination.d.ts +1 -1
  113. package/dist/src/components/Pagination/Pagination.stories.d.ts +14 -1
  114. package/dist/src/components/Popover/Popover.config.d.ts +8 -0
  115. package/dist/src/components/RadioCheckbox/RadioCheckbox.config.d.ts +2 -0
  116. package/dist/src/components/RadioCheckbox/RadioCheckboxLabel.config.d.ts +1 -0
  117. package/dist/src/components/SelectDropdownContainer/SelectDropdownContainer.config.d.ts +10 -0
  118. package/dist/src/components/SelectDropdownContainer/styleConfig.d.ts +2 -0
  119. package/dist/src/components/Step/StepIndicator.config.d.ts +18 -0
  120. package/dist/src/components/Step/StepIndicator.d.ts +1 -1
  121. package/dist/src/components/Step/StepIndicator.stories.d.ts +30 -1
  122. package/dist/src/components/Switch/Switch.config.d.ts +3 -0
  123. package/dist/src/components/Tabs/Tabs.config.d.ts +7 -1
  124. package/dist/src/components/Textarea/TextareaFloatingInner.config.d.ts +5 -0
  125. package/dist/src/components/fin/Chat/BubbleChat.d.ts +3 -0
  126. package/dist/src/components/fin/Chat/BubbleChatOption.d.ts +3 -0
  127. package/dist/src/components/fin/Chat/BubbleChatUser.d.ts +3 -0
  128. package/dist/src/components/fin/Chat/Icons.d.ts +5 -0
  129. package/dist/src/components/fin/index.d.ts +4 -0
  130. package/dist/src/components/index.d.ts +2 -1
  131. package/dist/src/config/components/typography.d.ts +1 -1
  132. package/dist/src/interfaces/components/Badges/index.d.ts +6 -1
  133. package/dist/src/interfaces/components/Breadcrumbs/index.d.ts +1 -1
  134. package/dist/src/interfaces/components/Button/index.d.ts +1 -1
  135. package/dist/src/interfaces/components/ButtonIcon/index.d.ts +2 -2
  136. package/dist/src/interfaces/components/Modal/index.d.ts +10 -0
  137. package/dist/src/interfaces/components/Pagination/index.d.ts +6 -1
  138. package/dist/src/interfaces/components/Popover/index.d.ts +5 -0
  139. package/dist/src/interfaces/components/RadioCheckbox/RadioCheckbox.d.ts +1 -1
  140. package/dist/src/interfaces/components/RadioCheckbox/RadioCheckboxLabel.d.ts +1 -1
  141. package/dist/src/interfaces/components/SelectDropdownContainer/index.d.ts +7 -1
  142. package/dist/src/interfaces/components/Step/index.d.ts +13 -2
  143. package/dist/src/interfaces/components/Switch/index.d.ts +1 -1
  144. package/dist/src/interfaces/components/Tabs/index.d.ts +2 -2
  145. package/dist/src/interfaces/components/Textarea/index.d.ts +5 -0
  146. package/dist/src/interfaces/components/fin/Chat/index.d.ts +39 -0
  147. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- const n = {
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
- }, e = {
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
- }, r = {
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
- }, l = {
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
- }, p = {
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
- r as styleSelectDropdownContainerBill,
272
- n as styleSelectDropdownContainerLaba,
273
- p as styleSelectDropdownContainerNoSearchBill,
274
- d as styleSelectDropdownContainerNoSearchLaba,
275
- l as styleSelectDropdownContainerNoSearchPayhere,
276
- e as styleSelectDropdownContainerPayhere
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="_sidebar_fnsvp_16",a={"splace-screen":"_splace-screen_fnsvp_1","payhere-brand-base-white":"_payhere-brand-base-white_fnsvp_13",sidebar:e,"button-collaps-sidebar":"_button-collaps-sidebar_fnsvp_31","menu-sidebar":"_menu-sidebar_fnsvp_48","sidebar-open":"_sidebar-open_fnsvp_79","container-icon-company-sidebar":"_container-icon-company-sidebar_fnsvp_96","icon-company-sidebar":"_icon-company-sidebar_fnsvp_99","sidebar-close":"_sidebar-close_fnsvp_107","content-sidebar":"_content-sidebar_fnsvp_132","payhere-brand-base-transparent":"_payhere-brand-base-transparent_fnsvp_211","payhere-brand-blue-gray-900-transparent":"_payhere-brand-blue-gray-900-transparent_fnsvp_409","payhere-brand-indigo-900-transparent":"_payhere-brand-indigo-900-transparent_fnsvp_607","laba-white":"_laba-white_fnsvp_805","lpd-brand-base-white":"_lpd-brand-base-white_fnsvp_1195","lpd-brand-base-transparent":"_lpd-brand-base-transparent_fnsvp_1393","lpd-brand-base-white-responsive":"_lpd-brand-base-white-responsive_fnsvp_1591","lpd-brand-base-transparent-responsive":"_lpd-brand-base-transparent-responsive_fnsvp_1825","bill-brand-base":"_bill-brand-base_fnsvp_2059","bill-brand-base-responsive":"_bill-brand-base-responsive_fnsvp_2460","fin-base":"_fin-base_fnsvp_2861","fin-base-responsive":"_fin-base-responsive_fnsvp_3251"};exports.default=a;exports.sidebar=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 = "_sidebar_fnsvp_16", a = {
2
- "splace-screen": "_splace-screen_fnsvp_1",
3
- "payhere-brand-base-white": "_payhere-brand-base-white_fnsvp_13",
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-sidebar_fnsvp_31",
6
- "menu-sidebar": "_menu-sidebar_fnsvp_48",
7
- "sidebar-open": "_sidebar-open_fnsvp_79",
8
- "container-icon-company-sidebar": "_container-icon-company-sidebar_fnsvp_96",
9
- "icon-company-sidebar": "_icon-company-sidebar_fnsvp_99",
10
- "sidebar-close": "_sidebar-close_fnsvp_107",
11
- "content-sidebar": "_content-sidebar_fnsvp_132",
12
- "payhere-brand-base-transparent": "_payhere-brand-base-transparent_fnsvp_211",
13
- "payhere-brand-blue-gray-900-transparent": "_payhere-brand-blue-gray-900-transparent_fnsvp_409",
14
- "payhere-brand-indigo-900-transparent": "_payhere-brand-indigo-900-transparent_fnsvp_607",
15
- "laba-white": "_laba-white_fnsvp_805",
16
- "lpd-brand-base-white": "_lpd-brand-base-white_fnsvp_1195",
17
- "lpd-brand-base-transparent": "_lpd-brand-base-transparent_fnsvp_1393",
18
- "lpd-brand-base-white-responsive": "_lpd-brand-base-white-responsive_fnsvp_1591",
19
- "lpd-brand-base-transparent-responsive": "_lpd-brand-base-transparent-responsive_fnsvp_1825",
20
- "bill-brand-base": "_bill-brand-base_fnsvp_2059",
21
- "bill-brand-base-responsive": "_bill-brand-base-responsive_fnsvp_2460",
22
- "fin-base": "_fin-base_fnsvp_2861",
23
- "fin-base-responsive": "_fin-base-responsive_fnsvp_3251"
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="_hidden_gveg1_96",i="_active_gveg1_152",_={"item-icon-subs":"_item-icon-subs_gveg1_1","item-sidebar-2":"_item-sidebar-2_gveg1_1","item-sidebar-1":"_item-sidebar-1_gveg1_1","end-icon":"_end-icon_gveg1_1","item-icon":"_item-icon_gveg1_1","item-label":"_item-label_gveg1_25","item-sidebar-open":"_item-sidebar-open_gveg1_51","item-sidebar-close":"_item-sidebar-close_gveg1_66","item-icon-subs-active":"_item-icon-subs-active_gveg1_75","item-subs-sidebar":"_item-subs-sidebar_gveg1_82","sidebar-bill":"_sidebar-bill_gveg1_85",hidden:e,"divider-item-sidebar-payhere":"_divider-item-sidebar-payhere_gveg1_106","divider-item-sidebar-lpd":"_divider-item-sidebar-lpd_gveg1_111","parent-sidebar-5":"_parent-sidebar-5_gveg1_133","parent-sidebar-6":"_parent-sidebar-6_gveg1_137","parent-sidebar-7":"_parent-sidebar-7_gveg1_141","parent-sidebar-8":"_parent-sidebar-8_gveg1_146",active:i,"sidebar-payhere-blue-gray-800":"_sidebar-payhere-blue-gray-800_gveg1_162","sidebar-payhere-indigo-800":"_sidebar-payhere-indigo-800_gveg1_188","sidebar-payhere":"_sidebar-payhere_gveg1_162","sidebar-laba":"_sidebar-laba_gveg1_240","sidebar-lpd":"_sidebar-lpd_gveg1_273","sidebar-fin":"_sidebar-fin_gveg1_299"};exports.active=i;exports.default=_;exports.hidden=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 = "_hidden_gveg1_96", i = "_active_gveg1_152", _ = {
2
- "item-icon-subs": "_item-icon-subs_gveg1_1",
3
- "item-sidebar-2": "_item-sidebar-2_gveg1_1",
4
- "item-sidebar-1": "_item-sidebar-1_gveg1_1",
5
- "end-icon": "_end-icon_gveg1_1",
6
- "item-icon": "_item-icon_gveg1_1",
7
- "item-label": "_item-label_gveg1_25",
8
- "item-sidebar-open": "_item-sidebar-open_gveg1_51",
9
- "item-sidebar-close": "_item-sidebar-close_gveg1_66",
10
- "item-icon-subs-active": "_item-icon-subs-active_gveg1_75",
11
- "item-subs-sidebar": "_item-subs-sidebar_gveg1_82",
12
- "sidebar-bill": "_sidebar-bill_gveg1_85",
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-payhere_gveg1_106",
15
- "divider-item-sidebar-lpd": "_divider-item-sidebar-lpd_gveg1_111",
16
- "parent-sidebar-5": "_parent-sidebar-5_gveg1_133",
17
- "parent-sidebar-6": "_parent-sidebar-6_gveg1_137",
18
- "parent-sidebar-7": "_parent-sidebar-7_gveg1_141",
19
- "parent-sidebar-8": "_parent-sidebar-8_gveg1_146",
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-800_gveg1_162",
22
- "sidebar-payhere-indigo-800": "_sidebar-payhere-indigo-800_gveg1_188",
23
- "sidebar-payhere": "_sidebar-payhere_gveg1_162",
24
- "sidebar-laba": "_sidebar-laba_gveg1_240",
25
- "sidebar-lpd": "_sidebar-lpd_gveg1_273",
26
- "sidebar-fin": "_sidebar-fin_gveg1_299"
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
- _ as default,
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 r=require("react/jsx-runtime"),t=require("./StepIndicator.module.scss.cjs");function x(e,l){if(e<=0)return"0px";if(e===1)return"100%";const s=e-1;return`calc((100% - (${l} * ${s})) / ${e})`}const j=({activeStep:e=0,countStep:l=0,classNameActiveStepIndicator:s="",classNameContainer:$="",classNameDesc:u="",classNameStepIndicator:n="",id:c="1ru-step-indicator",locationStepIndicator:i="right",widthStepIndicator:h=120,dynamicWidthStepIndicator:d=!1,gapStepIndicator:a="2px",classNameStepIndicatorContainer:m=""})=>r.jsxs("div",{id:c,className:`${t.default["container-step-indicator"]}
2
- ${i==="left"?t.default.left:t.default.right} ${$||""}`,children:[i==="left"&&r.jsxs("p",{className:`${t.default["text-step-indicator"]} ${u||""}`,children:[e+1,"/",l]}),r.jsx("div",{className:`${t.default["step-indicator"]} ${m||""}
3
- ${d?"iru-w-full":""} ${a}`,style:{gap:a},children:Array.from({length:l}).map((o,f)=>r.jsx("div",{className:`${t.default.indicator} ${n||""}
4
- ${f<=e?`${t.default.active} ${s}`:""}`,style:{width:d?x(l,a):h}},f))}),i==="right"&&r.jsxs("p",{className:`${t.default["text-step-indicator"]} ${u||""}`,children:[e+1,"/",l]})]});exports.default=j;
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 s from "./StepIndicator.module.scss.mjs";
3
- function g(r, i) {
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 e = r - 1;
9
- return `calc((100% - (${i} * ${e})) / ${r})`;
9
+ const s = r - 1;
10
+ return `calc((100% - (${l} * ${s})) / ${r})`;
10
11
  }
11
- const y = ({
12
+ const w = ({
12
13
  activeStep: r = 0,
13
- countStep: i = 0,
14
- classNameActiveStepIndicator: e = "",
15
- classNameContainer: h = "",
14
+ countStep: l = 0,
15
+ classNameActiveStepIndicator: s = "",
16
+ classNameContainer: n = "",
16
17
  classNameDesc: a = "",
17
- classNameStepIndicator: n = "",
18
- id: c = "1ru-step-indicator",
19
- locationStepIndicator: l = "right",
20
- widthStepIndicator: x = 120,
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: u = ""
24
+ classNameStepIndicatorContainer: o = "",
25
+ variant: x = "laba-green-08",
26
+ borderRadius: p = "full"
24
27
  }) => /* @__PURE__ */ $(
25
28
  "div",
26
29
  {
27
- id: c,
28
- className: `${s["container-step-indicator"]}
29
- ${l === "left" ? s.left : s.right} ${h || ""}`,
30
+ id: u,
31
+ className: `${h.variants[x]}
32
+ ${e === "left" ? i.left : i.right} ${n || ""}`,
30
33
  children: [
31
- l === "left" && /* @__PURE__ */ $("p", { className: `${s["text-step-indicator"]} ${a || ""}`, children: [
34
+ e === "left" && /* @__PURE__ */ $("p", { className: `${i["text-step-indicator"]} ${a || ""}`, children: [
32
35
  r + 1,
33
36
  "/",
34
- i
37
+ l
35
38
  ] }),
36
39
  /* @__PURE__ */ d(
37
40
  "div",
38
41
  {
39
- className: `${s["step-indicator"]} ${u || ""}
42
+ className: `${i["step-indicator"]} ${o || ""}
40
43
  ${f ? "iru-w-full" : ""} ${t}`,
41
44
  style: { gap: t },
42
- children: Array.from({ length: i }).map((p, m) => /* @__PURE__ */ d(
45
+ children: Array.from({ length: l }).map((v, m) => /* @__PURE__ */ d(
43
46
  "div",
44
47
  {
45
- className: `${s.indicator} ${n || ""}
46
- ${m <= r ? `${s.active} ${e}` : ""}`,
48
+ className: `${i.indicator}
49
+ ${h.borderRadius[p]}
50
+ ${c || ""}
51
+ ${m <= r ? `${i.active} ${s}` : ""}`,
47
52
  style: {
48
- width: f ? g(i, t) : x
53
+ width: f ? N(l, t) : g
49
54
  }
50
55
  },
51
56
  m
52
57
  ))
53
58
  }
54
59
  ),
55
- l === "right" && /* @__PURE__ */ $("p", { className: `${s["text-step-indicator"]} ${a || ""}`, children: [
60
+ e === "right" && /* @__PURE__ */ $("p", { className: `${i["text-step-indicator"]} ${a || ""}`, children: [
56
61
  r + 1,
57
62
  "/",
58
- i
63
+ l
59
64
  ] })
60
65
  ]
61
66
  }
62
67
  );
63
68
  export {
64
- y as default
69
+ w as default
65
70
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_left_do93a_7",i="_right_do93a_10",e="_indicator_do93a_26",o="_active_do93a_31",a={"container-step-indicator":"_container-step-indicator_do93a_1",left:t,right:i,"text-step-indicator":"_text-step-indicator_do93a_13","step-indicator":"_step-indicator_do93a_22",indicator:e,active:o};exports.active=o;exports.default=a;exports.indicator=e;exports.left=t;exports.right=i;
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 = "_left_do93a_7", i = "_right_do93a_10", o = "_indicator_do93a_26", a = "_active_do93a_31", _ = {
2
- "container-step-indicator": "_container-step-indicator_do93a_1",
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: i,
5
- "text-step-indicator": "_text-step-indicator_do93a_13",
6
- "step-indicator": "_step-indicator_do93a_22",
7
- indicator: o,
8
- active: a
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
- a as active,
12
- _ as default,
13
- o as indicator,
12
+ i as active,
13
+ a as default,
14
+ e as indicator,
14
15
  t as left,
15
- i as right
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="_active_jzs63_65",s="_disabled_jzs63_68",t={"title-switch-laba":"_title-switch-laba_jzs63_1","title-switch-payhere":"_title-switch-payhere_jzs63_10","title-switch-bill":"_title-switch-bill_jzs63_19","description-switch-laba":"_description-switch-laba_jzs63_28","description-switch-payhere":"_description-switch-payhere_jzs63_37","description-switch-bill":"_description-switch-bill_jzs63_46","switch-l":"_switch-l_jzs63_55","switch-payhere":"_switch-payhere_jzs63_55",active:i,disabled:s,"disabled-nonactive":"_disabled-nonactive_jzs63_71","thumb-switch":"_thumb-switch_jzs63_79","switch-laba":"_switch-laba_jzs63_96","switch-bill":"_switch-bill_jzs63_137","switch-r":"_switch-r_jzs63_179","switch-s":"_switch-s_jzs63_303"};exports.active=i;exports.default=t;exports.disabled=s;
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 = "_active_jzs63_65", s = "_disabled_jzs63_68", t = {
2
- "title-switch-laba": "_title-switch-laba_jzs63_1",
3
- "title-switch-payhere": "_title-switch-payhere_jzs63_10",
4
- "title-switch-bill": "_title-switch-bill_jzs63_19",
5
- "description-switch-laba": "_description-switch-laba_jzs63_28",
6
- "description-switch-payhere": "_description-switch-payhere_jzs63_37",
7
- "description-switch-bill": "_description-switch-bill_jzs63_46",
8
- "switch-l": "_switch-l_jzs63_55",
9
- "switch-payhere": "_switch-payhere_jzs63_55",
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-nonactive_jzs63_71",
13
- "thumb-switch": "_thumb-switch_jzs63_79",
14
- "switch-laba": "_switch-laba_jzs63_96",
15
- "switch-bill": "_switch-bill_jzs63_137",
16
- "switch-r": "_switch-r_jzs63_179",
17
- "switch-s": "_switch-s_jzs63_303"
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"),b={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"],"original-bill-secondary-800":a.default["original-bill-secondary-800"],"container-bill-secondary-800":a.default["container-bill-secondary-800"],"original-payhere-primary-700":a.default["original-payhere-primary-700"]},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"]},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"]};exports.configTabs=b;
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;