sprint-asia-custom-component 0.1.46 → 0.1.47

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.47",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
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