sprint-asia-custom-component 0.1.46 → 0.1.48

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sprint-asia-custom-component",
3
3
  "main": "dist/index.js",
4
- "version": "0.1.46",
4
+ "version": "0.1.48",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -13,7 +13,7 @@ const DescriptionFile = ({
13
13
  <div>
14
14
  <PiFileArrowDown className='text-black' size={16}/>
15
15
  </div>
16
- <a className='text-black font-medium text-base ml-1' href={link} target="_blank">{fileName}.pdf</a>
16
+ <a className='text-lg font-semibold text-base ml-1' href={link} target="_blank">{fileName}.pdf</a>
17
17
  </div>
18
18
  </div>
19
19
  );
@@ -7,6 +7,7 @@ const CellModelFive = ({
7
7
  Column_One_C,
8
8
  Column_Two_A,
9
9
  Column_Two_B,
10
+ Column_Two_C,
10
11
  Column_Three_A,
11
12
  Column_Three_B,
12
13
  Column_Five_A = "Active",
@@ -65,7 +66,7 @@ const CellModelFive = ({
65
66
  <div className= "py-3.5 px-4">
66
67
  <p className='font-semibold text-black text-sm'>{Column_Two_A ? Column_Two_A : "-"}</p>
67
68
  <p className='font-normal text-neutral300 text-sm'>{Column_Two_B ? Column_Two_B : "-"}</p>
68
- <p className='font-normal text-neutral300 text-sm'>{Column_Three_B ? Column_Three_B : "-"}</p>
69
+ <p className='font-normal text-neutral300 text-sm'>{Column_Two_C ? Column_Two_C : "-"}</p>
69
70
  </div>
70
71
  </div>
71
72
  </td>
@@ -8,6 +8,7 @@ const CellModelFour = ({
8
8
  Column_One_C,
9
9
  Column_Two_A,
10
10
  Column_Two_B,
11
+ Column_Two_C,
11
12
  Column_Three_A,
12
13
  Column_Three_B,
13
14
  Column_Four_A,
@@ -70,7 +71,7 @@ const CellModelFour = ({
70
71
  <div className= "py-3.5 px-4">
71
72
  <p className='font-semibold text-black text-sm'>{Column_Two_A ? Column_Two_A : "-"}</p>
72
73
  <p className='font-normal text-neutral300 text-sm'>{Column_Two_B ? Column_Two_B : "-"}</p>
73
- <p className='font-normal text-neutral300 text-sm'>{Column_Three_B ? Column_Three_B : "-"}</p>
74
+ <p className='font-normal text-neutral300 text-sm'>{Column_Two_C ? Column_Two_C : "-"}</p>
74
75
  </div>
75
76
  </div>
76
77
  </td>
@@ -6,6 +6,7 @@ const CellModelSeven = ({
6
6
  Column_One_B,
7
7
  Column_Two_A,
8
8
  Column_Two_B,
9
+ Column_Two_C,
9
10
  Column_Three_A,
10
11
  Column_Four_A,
11
12
  onClickEdit,
@@ -61,7 +62,7 @@ const CellModelSeven = ({
61
62
  <div className= "py-3.5 px-4">
62
63
  <p className='font-semibold text-black text-sm'>{Column_Two_A ? Column_Two_A : "-"}</p>
63
64
  <p className='font-normal text-neutral300 text-sm'>{Column_Two_B ? Column_Two_B : "-"}</p>
64
- <p className='font-normal text-neutral300 text-sm'>{Column_Two_B ? Column_Two_B : "-"}</p>
65
+ <p className='font-normal text-neutral300 text-sm'>{Column_Two_C ? Column_Two_C : "-"}</p>
65
66
  </div>
66
67
  </div>
67
68
  </td>
@@ -8,6 +8,7 @@ const CellModelSix = ({
8
8
  Column_One_C,
9
9
  Column_Two_A,
10
10
  Column_Two_B,
11
+ Column_Two_C,
11
12
  Column_Three_A,
12
13
  Column_Three_B,
13
14
  Column_Four_A,
@@ -69,7 +70,7 @@ const CellModelSix = ({
69
70
  <div className= "py-3.5 px-4">
70
71
  <p className='font-semibold text-black text-sm'>{Column_Two_A ? Column_Two_A : "-"}</p>
71
72
  <p className='font-normal text-neutral300 text-sm'>{Column_Two_B ? Column_Two_B : "-"}</p>
72
- <p className='font-normal text-neutral300 text-sm'>{Column_Three_B ? Column_Three_B : "-"}</p>
73
+ <p className='font-normal text-neutral300 text-sm'>{Column_Two_C ? Column_Two_C : "-"}</p>
73
74
  </div>
74
75
  </div>
75
76
  </td>
package/src/index.js CHANGED
@@ -25,6 +25,7 @@ import CardInternalProduct from './components/card';
25
25
  import Chip from './components/chip'
26
26
  import CustomDatePicker from './components/datepicker';
27
27
  import Description from './components/description';
28
+ import DescriptionFile from './components/description/file';
28
29
  import DropdownCard from './components/dropdown/dropdownCard';
29
30
  import DropdownChip from './components/dropdown/dropdownChip';
30
31
  import DropdownText from './components/dropdown/dropdownText';
@@ -76,7 +77,7 @@ import Header from './components/header';
76
77
 
77
78
  export {Header, Footer, CellModelOne, CellModelTwo, CellModelThree,CellModelFour,CellModelFive,CellModelSix,CellModelSeven,DetailDivision, SearchDropdown, FilterDropdown, HeaderTable, TextInput, Pagination, ReportList, ReportListClient, InternalProductList, BillerProductList, BillerList, TabBar, ChipBar, Switch, Stepper,
78
79
  SearchInput, Notification, ModalState, ModalResult, ModalLoading, Menu, FilterText, FilterCheckbox, ExportToExcel, NotFound, EmptyData, DropzoneUploadPhoto, DropzoneUploadFile, DropdownText, DropdownChip, DropdownCard, Description, CustomDatePicker, Chip, CardInternalProduct, PrimaryButton, OutlineButton,
79
- DangerButton, Alert, BillingList, ModalBilling, LimitList, ModalLimit, VerticalStepBar, DepositList, ModalDeposit}
80
+ DangerButton, Alert, BillingList, ModalBilling, LimitList, ModalLimit, VerticalStepBar, DepositList, ModalDeposit, DescriptionFile}
80
81
 
81
82
 
82
83