etendo-ui-library 1.2.28 → 1.2.30
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-native/components/button/Button.js +1 -1
- package/dist-native/components/button/Button.styles.js +1 -1
- package/dist-native/dist-web/assets/images/icons/ArrowDownIcon.d.ts +8 -0
- package/dist-native/dist-web/assets/images/icons/ArrowFirstIcon.d.ts +8 -0
- package/dist-native/dist-web/assets/images/icons/ArrowLastIcon.d.ts +8 -0
- package/dist-native/dist-web/assets/images/icons/ArrowLeftIcon.d.ts +8 -0
- package/dist-native/dist-web/assets/images/icons/ArrowRightIcon.d.ts +8 -0
- package/dist-native/dist-web/assets/images/icons/CancelIcon.d.ts +8 -0
- package/dist-native/dist-web/assets/images/icons/HidePasswordIcon.d.ts +8 -0
- package/dist-native/dist-web/assets/images/icons/SearchIcon.d.ts +8 -0
- package/dist-native/dist-web/assets/images/icons/ShowPasswordIcon.d.ts +8 -0
- package/dist-native/dist-web/components/button/Button.d.ts +3 -0
- package/dist-native/dist-web/components/button/Button.styles.d.ts +101 -0
- package/dist-native/dist-web/components/cards/cardDropdown/CardDropdown.d.ts +9 -0
- package/dist-native/dist-web/components/cards/cardDropdown/CardDropdown.styles.d.ts +184 -0
- package/dist-native/dist-web/components/cards/cardDropdown/component/CardDropdownOptions.d.ts +7 -0
- package/dist-native/dist-web/components/cards/cardDropdown/component/CardDropdownSkeleton.d.ts +5 -0
- package/dist-native/dist-web/components/cards/cardDropdown/component/CardSkeleton.d.ts +5 -0
- package/dist-native/dist-web/components/cards/cardDropdown/index.d.ts +2 -0
- package/dist-native/dist-web/components/input/Input.d.ts +7 -0
- package/dist-native/dist-web/components/input/Input.style.d.ts +294 -0
- package/dist-native/dist-web/components/input/components/InputField.d.ts +5 -0
- package/dist-native/dist-web/components/input/components/InputHelperText.d.ts +9 -0
- package/dist-native/dist-web/components/input/components/InputOptions.d.ts +5 -0
- package/dist-native/dist-web/components/input/components/InputTitle.d.ts +5 -0
- package/dist-native/dist-web/components/input/index.d.ts +5 -0
- package/dist-native/dist-web/components/pagination/Pagination.d.ts +12 -0
- package/dist-native/dist-web/components/pagination/Pagination.styles.d.ts +40 -0
- package/dist-native/dist-web/components/secondaryComponents/SkeletonItem.d.ts +3 -0
- package/dist-native/dist-web/components/statusbar/StatusBar.d.ts +3 -0
- package/dist-native/dist-web/components/statusbar/StatusBar.styles.d.ts +142 -0
- package/dist-native/dist-web/components/statusbar/StepActive.d.ts +4 -0
- package/dist-native/dist-web/components/statusbar/StepDisabled.d.ts +2 -0
- package/dist-native/dist-web/components/tab/Tab.d.ts +3 -0
- package/dist-native/dist-web/components/tab/Tab.styles.d.ts +1 -0
- package/dist-native/dist-web/components/table/Table.d.ts +5 -0
- package/dist-native/dist-web/components/table/Table.styles.d.ts +1 -0
- package/dist-native/dist-web/components/table/components/TableCell.d.ts +6 -0
- package/dist-native/dist-web/components/table/components/TableHeaders.d.ts +5 -0
- package/dist-native/dist-web/components/viewEtendo/ViewEtendo.d.ts +4 -0
- package/dist-native/dist-web/helpers/table_utils.d.ts +13 -0
- package/dist-native/dist-web/styles/colors.d.ts +41 -0
- package/dist-native/index.d.ts +8 -0
- package/dist-native/{components → src/components}/button/Button.d.ts +1 -1
- package/dist-native/{components → src/components}/button/Button.types.d.ts +2 -0
- package/dist-web/components/button/Button.js +8 -2
- package/dist-web/components/button/Button.styles.js +0 -2
- package/dist-web/index.d.ts +8 -0
- package/dist-web/{components → src/components}/button/Button.d.ts +1 -1
- package/dist-web/{components → src/components}/button/Button.types.d.ts +2 -0
- package/index.js +28 -8
- package/package.json +1 -13
- /package/dist-native/{assets → src/assets}/images/icons/AdvanceCalendarIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/AplicationsIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ArrowDownIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ArrowFirstIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ArrowLastIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ArrowLeftIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ArrowRightIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/BackIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/BellActiveIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/BellIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/BinocularsIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/CalendarIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/CalendarSecundaryIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/CameraIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/CancelIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ChatIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/CheckFalseIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/CheckIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/CheckTrueIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/CircularArrowIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ConfigurationIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/DeliveryBoxIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/DocumentIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/EditIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/EditNotesIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/GarbageIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/GoIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/HNoteCardIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/HamburgerIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/HidePasswordIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/HomeIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ItemsIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/MenuIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/MoneyIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/MoreIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/MoreUserIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/PencilIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/PlusIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/PointIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ReportsIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/SearchIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ShoppingBagIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ShoppingCartIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/ShowPasswordIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/SlideShowIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/StarIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/StatisticsIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/TimeIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/TouchIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/TracingIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/TrashIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/UserCardIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/UserIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/UserNoBorderIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/UsersIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/VNoteCardIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/WarningIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/WayIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/WifiIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/icons/WithoutWifiIcon.d.ts +0 -0
- /package/dist-native/{assets → src/assets}/images/logo/EtendoWhiteLogo.d.ts +0 -0
- /package/dist-native/{components → src/components}/button/Button.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/button/index.d.ts +0 -0
- /package/dist-native/{components → src/components}/cards/cardDropdown/CardDropdown.d.ts +0 -0
- /package/dist-native/{components → src/components}/cards/cardDropdown/CardDropdown.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/cards/cardDropdown/CardDropdown.types.d.ts +0 -0
- /package/dist-native/{components → src/components}/cards/cardDropdown/component/CardDropdownOptions.d.ts +0 -0
- /package/dist-native/{components → src/components}/cards/cardDropdown/component/CardDropdownSkeleton.d.ts +0 -0
- /package/dist-native/{components → src/components}/cards/cardDropdown/component/CardSkeleton.d.ts +0 -0
- /package/dist-native/{components → src/components}/cards/cardDropdown/index.d.ts +0 -0
- /package/dist-native/{components → src/components}/docs/screens/changelog/ChangeLogScreen.d.ts +0 -0
- /package/dist-native/{components → src/components}/docs/screens/changelog/ChangeLogScreen.style.d.ts +0 -0
- /package/dist-native/{components → src/components}/docs/screens/getStarted/GetStartedScreen.d.ts +0 -0
- /package/dist-native/{components → src/components}/docs/screens/getStarted/GetStartedScreen.style.d.ts +0 -0
- /package/dist-native/{components → src/components}/index.d.ts +0 -0
- /package/dist-native/{components → src/components}/input/Input.d.ts +0 -0
- /package/dist-native/{components → src/components}/input/Input.style.d.ts +0 -0
- /package/dist-native/{components → src/components}/input/Input.types.d.ts +0 -0
- /package/dist-native/{components → src/components}/input/components/InputField.d.ts +0 -0
- /package/dist-native/{components → src/components}/input/components/InputHelperText.d.ts +0 -0
- /package/dist-native/{components → src/components}/input/components/InputOptions.d.ts +0 -0
- /package/dist-native/{components → src/components}/input/components/InputTitle.d.ts +0 -0
- /package/dist-native/{components → src/components}/input/index.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/Navbar.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/Navbar.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/Navbar.types.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/DrawerLateral/DrawerLateral.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/DrawerLateral/DrawerLateral.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/DrawerLateral/DrawerLateralHelper.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/DrawerLateral/DrawerLateralSubMenu.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/DrawerLateral/DrawerSectionsContainer.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/EtendoLogo/EtendoLogo.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/EtendoLogo/EtendoLogo.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Menu/Menu.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Menu/Menu.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Notification/Notification.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Notification/Notification.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Notification/NotificationsOptions.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Profile/Profile.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Profile/Profile.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Profile/ProfileImage.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Profile/ProfileOptions.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Welcome/Welcome.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/components/Welcome/Welcome.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/navbar/index.d.ts +0 -0
- /package/dist-native/{components → src/components}/pagination/Pagination.d.ts +0 -0
- /package/dist-native/{components → src/components}/pagination/Pagination.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/pagination/Pagination.types.d.ts +0 -0
- /package/dist-native/{components → src/components}/pagination/index.d.ts +0 -0
- /package/dist-native/{components → src/components}/secondaryComponents/SkeletonItem.d.ts +0 -0
- /package/dist-native/{components → src/components}/states/componentsStates/ComponentsStatesScreen.d.ts +0 -0
- /package/dist-native/{components → src/components}/states/componentsStates/ComponentsStatesScreen.style.d.ts +0 -0
- /package/dist-native/{components → src/components}/statusbar/StatusBar.d.ts +0 -0
- /package/dist-native/{components → src/components}/statusbar/StatusBar.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/statusbar/StatusBar.types.d.ts +0 -0
- /package/dist-native/{components → src/components}/statusbar/StepActive.d.ts +0 -0
- /package/dist-native/{components → src/components}/statusbar/StepDisabled.d.ts +0 -0
- /package/dist-native/{components → src/components}/statusbar/index.d.ts +0 -0
- /package/dist-native/{components → src/components}/tab/Tab.d.ts +0 -0
- /package/dist-native/{components → src/components}/tab/Tab.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/tab/Tab.types.d.ts +0 -0
- /package/dist-native/{components → src/components}/tab/index.d.ts +0 -0
- /package/dist-native/{components → src/components}/table/Table.d.ts +0 -0
- /package/dist-native/{components → src/components}/table/Table.styles.d.ts +0 -0
- /package/dist-native/{components → src/components}/table/Table.types.d.ts +0 -0
- /package/dist-native/{components → src/components}/table/components/TableCell.d.ts +0 -0
- /package/dist-native/{components → src/components}/table/components/TableCellEdit.d.ts +0 -0
- /package/dist-native/{components → src/components}/table/components/TableHeaders.d.ts +0 -0
- /package/dist-native/{components → src/components}/table/index.d.ts +0 -0
- /package/dist-native/{components → src/components}/viewEtendo/ViewEtendo.d.ts +0 -0
- /package/dist-native/{helpers → src/helpers}/addMargin.d.ts +0 -0
- /package/dist-native/{helpers → src/helpers}/image_utils.d.ts +0 -0
- /package/dist-native/{helpers → src/helpers}/table_utils.d.ts +0 -0
- /package/dist-native/{helpers → src/helpers}/utilsTypes.d.ts +0 -0
- /package/dist-native/{styles → src/styles}/colors.d.ts +0 -0
- /package/dist-native/{styles → src/styles}/fonts.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/AdvanceCalendarIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/AplicationsIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ArrowDownIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ArrowFirstIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ArrowLastIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ArrowLeftIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ArrowRightIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/BackIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/BellActiveIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/BellIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/BinocularsIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/CalendarIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/CalendarSecundaryIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/CameraIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/CancelIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ChatIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/CheckFalseIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/CheckIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/CheckTrueIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/CircularArrowIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ConfigurationIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/DeliveryBoxIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/DocumentIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/EditIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/EditNotesIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/GarbageIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/GoIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/HNoteCardIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/HamburgerIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/HidePasswordIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/HomeIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ItemsIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/MenuIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/MoneyIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/MoreIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/MoreUserIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/PencilIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/PlusIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/PointIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ReportsIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/SearchIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ShoppingBagIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ShoppingCartIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/ShowPasswordIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/SlideShowIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/StarIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/StatisticsIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/TimeIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/TouchIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/TracingIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/TrashIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/UserCardIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/UserIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/UserNoBorderIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/UsersIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/VNoteCardIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/WarningIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/WayIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/WifiIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/icons/WithoutWifiIcon.d.ts +0 -0
- /package/dist-web/{assets → src/assets}/images/logo/EtendoWhiteLogo.d.ts +0 -0
- /package/dist-web/{components → src/components}/button/Button.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/button/index.d.ts +0 -0
- /package/dist-web/{components → src/components}/cards/cardDropdown/CardDropdown.d.ts +0 -0
- /package/dist-web/{components → src/components}/cards/cardDropdown/CardDropdown.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/cards/cardDropdown/CardDropdown.types.d.ts +0 -0
- /package/dist-web/{components → src/components}/cards/cardDropdown/component/CardDropdownOptions.d.ts +0 -0
- /package/dist-web/{components → src/components}/cards/cardDropdown/component/CardDropdownSkeleton.d.ts +0 -0
- /package/dist-web/{components → src/components}/cards/cardDropdown/component/CardSkeleton.d.ts +0 -0
- /package/dist-web/{components → src/components}/cards/cardDropdown/index.d.ts +0 -0
- /package/dist-web/{components → src/components}/docs/screens/changelog/ChangeLogScreen.d.ts +0 -0
- /package/dist-web/{components → src/components}/docs/screens/changelog/ChangeLogScreen.style.d.ts +0 -0
- /package/dist-web/{components → src/components}/docs/screens/getStarted/GetStartedScreen.d.ts +0 -0
- /package/dist-web/{components → src/components}/docs/screens/getStarted/GetStartedScreen.style.d.ts +0 -0
- /package/dist-web/{components → src/components}/index.d.ts +0 -0
- /package/dist-web/{components → src/components}/input/Input.d.ts +0 -0
- /package/dist-web/{components → src/components}/input/Input.style.d.ts +0 -0
- /package/dist-web/{components → src/components}/input/Input.types.d.ts +0 -0
- /package/dist-web/{components → src/components}/input/components/InputField.d.ts +0 -0
- /package/dist-web/{components → src/components}/input/components/InputHelperText.d.ts +0 -0
- /package/dist-web/{components → src/components}/input/components/InputOptions.d.ts +0 -0
- /package/dist-web/{components → src/components}/input/components/InputTitle.d.ts +0 -0
- /package/dist-web/{components → src/components}/input/index.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/Navbar.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/Navbar.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/Navbar.types.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/DrawerLateral/DrawerLateral.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/DrawerLateral/DrawerLateral.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/DrawerLateral/DrawerLateralHelper.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/DrawerLateral/DrawerLateralSubMenu.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/DrawerLateral/DrawerSectionsContainer.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/EtendoLogo/EtendoLogo.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/EtendoLogo/EtendoLogo.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Menu/Menu.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Menu/Menu.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Notification/Notification.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Notification/Notification.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Notification/NotificationsOptions.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Profile/Profile.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Profile/Profile.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Profile/ProfileImage.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Profile/ProfileOptions.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Welcome/Welcome.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/components/Welcome/Welcome.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/navbar/index.d.ts +0 -0
- /package/dist-web/{components → src/components}/pagination/Pagination.d.ts +0 -0
- /package/dist-web/{components → src/components}/pagination/Pagination.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/pagination/Pagination.types.d.ts +0 -0
- /package/dist-web/{components → src/components}/pagination/index.d.ts +0 -0
- /package/dist-web/{components → src/components}/secondaryComponents/SkeletonItem.d.ts +0 -0
- /package/dist-web/{components → src/components}/states/componentsStates/ComponentsStatesScreen.d.ts +0 -0
- /package/dist-web/{components → src/components}/states/componentsStates/ComponentsStatesScreen.style.d.ts +0 -0
- /package/dist-web/{components → src/components}/statusbar/StatusBar.d.ts +0 -0
- /package/dist-web/{components → src/components}/statusbar/StatusBar.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/statusbar/StatusBar.types.d.ts +0 -0
- /package/dist-web/{components → src/components}/statusbar/StepActive.d.ts +0 -0
- /package/dist-web/{components → src/components}/statusbar/StepDisabled.d.ts +0 -0
- /package/dist-web/{components → src/components}/statusbar/index.d.ts +0 -0
- /package/dist-web/{components → src/components}/tab/Tab.d.ts +0 -0
- /package/dist-web/{components → src/components}/tab/Tab.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/tab/Tab.types.d.ts +0 -0
- /package/dist-web/{components → src/components}/tab/index.d.ts +0 -0
- /package/dist-web/{components → src/components}/table/Table.d.ts +0 -0
- /package/dist-web/{components → src/components}/table/Table.styles.d.ts +0 -0
- /package/dist-web/{components → src/components}/table/Table.types.d.ts +0 -0
- /package/dist-web/{components → src/components}/table/components/TableCell.d.ts +0 -0
- /package/dist-web/{components → src/components}/table/components/TableCellEdit.d.ts +0 -0
- /package/dist-web/{components → src/components}/table/components/TableHeaders.d.ts +0 -0
- /package/dist-web/{components → src/components}/table/index.d.ts +0 -0
- /package/dist-web/{components → src/components}/viewEtendo/ViewEtendo.d.ts +0 -0
- /package/dist-web/{helpers → src/helpers}/addMargin.d.ts +0 -0
- /package/dist-web/{helpers → src/helpers}/image_utils.d.ts +0 -0
- /package/dist-web/{helpers → src/helpers}/table_utils.d.ts +0 -0
- /package/dist-web/{helpers → src/helpers}/utilsTypes.d.ts +0 -0
- /package/dist-web/{styles → src/styles}/colors.d.ts +0 -0
- /package/dist-web/{styles → src/styles}/fonts.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _react=_interopRequireWildcard(require("react"));var _reactNative=require("react-native");var _colors=require("../../styles/colors");var _Button=require("./Button.styles");var _this=this,_jsxFileName="/home/jenkins/workspace/etendo_ui_library_develop/src/components/button/Button.tsx";function _getRequireWildcardCache(nodeInterop){if(typeof WeakMap!=="function")return null;var cacheBabelInterop=new WeakMap();var cacheNodeInterop=new WeakMap();return(_getRequireWildcardCache=function _getRequireWildcardCache(nodeInterop){return nodeInterop?cacheNodeInterop:cacheBabelInterop;})(nodeInterop);}function _interopRequireWildcard(obj,nodeInterop){if(!nodeInterop&&obj&&obj.__esModule){return obj;}if(obj===null||typeof obj!=="object"&&typeof obj!=="function"){return{default:obj};}var cache=_getRequireWildcardCache(nodeInterop);if(cache&&cache.has(obj)){return cache.get(obj);}var newObj={};var hasPropertyDescriptor=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var key in obj){if(key!=="default"&&Object.prototype.hasOwnProperty.call(obj,key)){var desc=hasPropertyDescriptor?Object.getOwnPropertyDescriptor(obj,key):null;if(desc&&(desc.get||desc.set)){Object.defineProperty(newObj,key,desc);}else{newObj[key]=obj[key];}}}newObj.default=obj;if(cache){cache.set(obj,newObj);}return newObj;}var Button=function Button(_ref){var _iconLeft$props,_iconLeft$props$style,_iconLeft$props2,_iconLeft$props2$styl,_iconLeft$props3,_iconLeft$props3$styl,_iconRight$props,_iconRight$props$styl,_iconRight$props2,_iconRight$props2$sty,_iconRight$props3,_iconRight$props3$sty;var text=_ref.text,onPress=_ref.onPress,_ref$fontSize=_ref.fontSize,fontSize=_ref$fontSize===void 0?16:_ref$fontSize,typeStyle=_ref.typeStyle,disabled=_ref.disabled,_ref$width=_ref.width,width=_ref$width===void 0?'auto':_ref$width,height=_ref.height,iconLeft=_ref.iconLeft,iconRight=_ref.iconRight;var _useState=(0,_react.useState)(false),_useState2=(0,_slicedToArray2.default)(_useState,2),isHovered=_useState2[0],setIsHovered=_useState2[1];var getHoveredBackgroundColor=function getHoveredBackgroundColor(backgroundColor){switch(backgroundColor){case'primary':return _colors.TERTIARY_800;case'secondary':return _colors.SECONDARY_300;case'terciary':return _colors.TERTIARY_50;case'whiteBorder':return _colors.PRIMARY_100;}};var getHoveredTextColorAndViewColor=function getHoveredTextColorAndViewColor(typeStyle){switch(typeStyle){case'white':return _colors.TERTIARY_800;case'whiteBorder':return _colors.NEUTRAL_50;case'primary':return _colors.NEUTRAL_50;default:return _colors.PRIMARY_100;}};var stateStyleContainer=function stateStyleContainer(pressed){if(disabled){return _Button.ButtonStyleVariant[typeStyle].containerDisabled;}if(pressed){var hoveredBackgroundColor=getHoveredBackgroundColor(typeStyle);return Object.assign({},_Button.ButtonStyleVariant[typeStyle].container,{opacity:0.7,backgroundColor:hoveredBackgroundColor});}if(isHovered){var _hoveredBackgroundColor=getHoveredBackgroundColor(typeStyle);return Object.assign({},_Button.ButtonStyleVariant[typeStyle].container,{backgroundColor:_hoveredBackgroundColor});}return _Button.ButtonStyleVariant[typeStyle].container;};var handleHoverIn=function handleHoverIn(){setIsHovered(true);};var handleHoverOut=function handleHoverOut(){setIsHovered(false);};var stateStyleText=function stateStyleText(){if(disabled){return _Button.ButtonStyleVariant[typeStyle].textDisabled;}if(isHovered){var hoveredTextColor=getHoveredTextColorAndViewColor(typeStyle);if(hoveredTextColor){return Object.assign({},_Button.ButtonStyleVariant[typeStyle].text,{color:hoveredTextColor});}}return _Button.ButtonStyleVariant[typeStyle].text;};var stateStyleIcon=function stateStyleIcon(){if(disabled){return _Button.ButtonStyleVariant[typeStyle].imageDisabled;}if(isHovered){return isHovered?getHoveredTextColorAndViewColor(typeStyle):_Button.ButtonStyleVariant[typeStyle].imageColor;}return _Button.ButtonStyleVariant[typeStyle].imageColor;};var handleOnPress=function handleOnPress(){if(onPress){onPress();}};return _react.default.createElement(_reactNative.TouchableOpacity,{__self:_this,__source:{fileName:_jsxFileName,lineNumber:
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _react=_interopRequireWildcard(require("react"));var _reactNative=require("react-native");var _colors=require("../../styles/colors");var _Button=require("./Button.styles");var _this=this,_jsxFileName="/home/jenkins/workspace/etendo_ui_library_develop/src/components/button/Button.tsx";function _getRequireWildcardCache(nodeInterop){if(typeof WeakMap!=="function")return null;var cacheBabelInterop=new WeakMap();var cacheNodeInterop=new WeakMap();return(_getRequireWildcardCache=function _getRequireWildcardCache(nodeInterop){return nodeInterop?cacheNodeInterop:cacheBabelInterop;})(nodeInterop);}function _interopRequireWildcard(obj,nodeInterop){if(!nodeInterop&&obj&&obj.__esModule){return obj;}if(obj===null||typeof obj!=="object"&&typeof obj!=="function"){return{default:obj};}var cache=_getRequireWildcardCache(nodeInterop);if(cache&&cache.has(obj)){return cache.get(obj);}var newObj={};var hasPropertyDescriptor=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var key in obj){if(key!=="default"&&Object.prototype.hasOwnProperty.call(obj,key)){var desc=hasPropertyDescriptor?Object.getOwnPropertyDescriptor(obj,key):null;if(desc&&(desc.get||desc.set)){Object.defineProperty(newObj,key,desc);}else{newObj[key]=obj[key];}}}newObj.default=obj;if(cache){cache.set(obj,newObj);}return newObj;}var Button=function Button(_ref){var _iconLeft$props,_iconLeft$props$style,_iconLeft$props2,_iconLeft$props2$styl,_iconLeft$props3,_iconLeft$props3$styl,_iconRight$props,_iconRight$props$styl,_iconRight$props2,_iconRight$props2$sty,_iconRight$props3,_iconRight$props3$sty;var text=_ref.text,onPress=_ref.onPress,_ref$fontSize=_ref.fontSize,fontSize=_ref$fontSize===void 0?16:_ref$fontSize,typeStyle=_ref.typeStyle,disabled=_ref.disabled,_ref$width=_ref.width,width=_ref$width===void 0?'auto':_ref$width,height=_ref.height,iconLeft=_ref.iconLeft,iconRight=_ref.iconRight,_ref$paddingHorizonta=_ref.paddingHorizontal,paddingHorizontal=_ref$paddingHorizonta===void 0?12:_ref$paddingHorizonta,_ref$paddingVertical=_ref.paddingVertical,paddingVertical=_ref$paddingVertical===void 0?12:_ref$paddingVertical;var _useState=(0,_react.useState)(false),_useState2=(0,_slicedToArray2.default)(_useState,2),isHovered=_useState2[0],setIsHovered=_useState2[1];var getHoveredBackgroundColor=function getHoveredBackgroundColor(backgroundColor){switch(backgroundColor){case'primary':return _colors.TERTIARY_800;case'secondary':return _colors.SECONDARY_300;case'terciary':return _colors.TERTIARY_50;case'whiteBorder':return _colors.PRIMARY_100;}};var getHoveredTextColorAndViewColor=function getHoveredTextColorAndViewColor(typeStyle){switch(typeStyle){case'white':return _colors.TERTIARY_800;case'whiteBorder':return _colors.NEUTRAL_50;case'primary':return _colors.NEUTRAL_50;default:return _colors.PRIMARY_100;}};var stateStyleContainer=function stateStyleContainer(pressed){if(disabled){return _Button.ButtonStyleVariant[typeStyle].containerDisabled;}if(pressed){var hoveredBackgroundColor=getHoveredBackgroundColor(typeStyle);return Object.assign({},_Button.ButtonStyleVariant[typeStyle].container,{opacity:0.7,backgroundColor:hoveredBackgroundColor});}if(isHovered){var _hoveredBackgroundColor=getHoveredBackgroundColor(typeStyle);return Object.assign({},_Button.ButtonStyleVariant[typeStyle].container,{backgroundColor:_hoveredBackgroundColor});}return _Button.ButtonStyleVariant[typeStyle].container;};var handleHoverIn=function handleHoverIn(){setIsHovered(true);};var handleHoverOut=function handleHoverOut(){setIsHovered(false);};var stateStyleText=function stateStyleText(){if(disabled){return _Button.ButtonStyleVariant[typeStyle].textDisabled;}if(isHovered){var hoveredTextColor=getHoveredTextColorAndViewColor(typeStyle);if(hoveredTextColor){return Object.assign({},_Button.ButtonStyleVariant[typeStyle].text,{color:hoveredTextColor});}}return _Button.ButtonStyleVariant[typeStyle].text;};var stateStyleIcon=function stateStyleIcon(){if(disabled){return _Button.ButtonStyleVariant[typeStyle].imageDisabled;}if(isHovered){return isHovered?getHoveredTextColorAndViewColor(typeStyle):_Button.ButtonStyleVariant[typeStyle].imageColor;}return _Button.ButtonStyleVariant[typeStyle].imageColor;};var handleOnPress=function handleOnPress(){if(onPress){onPress();}};return _react.default.createElement(_reactNative.TouchableOpacity,{__self:_this,__source:{fileName:_jsxFileName,lineNumber:115,columnNumber:5}},_react.default.createElement(_reactNative.Pressable,{onHoverIn:handleHoverIn,onHoverOut:handleHoverOut,style:function style(_ref2){var pressed=_ref2.pressed;return[stateStyleContainer(pressed),{height:height,width:width,paddingHorizontal:paddingHorizontal,paddingVertical:paddingVertical}];},onPress:handleOnPress,__self:_this,__source:{fileName:_jsxFileName,lineNumber:116,columnNumber:7}},iconLeft&&_react.default.cloneElement(iconLeft,{style:{width:(iconLeft==null?void 0:(_iconLeft$props=iconLeft.props)==null?void 0:(_iconLeft$props$style=_iconLeft$props.style)==null?void 0:_iconLeft$props$style.width)||16,height:(iconLeft==null?void 0:(_iconLeft$props2=iconLeft.props)==null?void 0:(_iconLeft$props2$styl=_iconLeft$props2.style)==null?void 0:_iconLeft$props2$styl.height)||16,marginRight:iconLeft!=null&&(_iconLeft$props3=iconLeft.props)!=null&&(_iconLeft$props3$styl=_iconLeft$props3.style)!=null&&_iconLeft$props3$styl.marginRight||text?8:0},fill:stateStyleIcon()}),_react.default.createElement(_reactNative.Text,{style:[stateStyleText(),{fontSize:fontSize}],__self:_this,__source:{fileName:_jsxFileName,lineNumber:133,columnNumber:9}},text),iconRight&&_react.default.cloneElement(iconRight,{style:{width:(iconRight==null?void 0:(_iconRight$props=iconRight.props)==null?void 0:(_iconRight$props$styl=_iconRight$props.style)==null?void 0:_iconRight$props$styl.width)||16,height:(iconRight==null?void 0:(_iconRight$props2=iconRight.props)==null?void 0:(_iconRight$props2$sty=_iconRight$props2.style)==null?void 0:_iconRight$props2$sty.height)||16,marginLeft:iconRight!=null&&(_iconRight$props3=iconRight.props)!=null&&(_iconRight$props3$sty=_iconRight$props3.style)!=null&&_iconRight$props3$sty.marginLeft||text?8:0},fill:stateStyleIcon()})));};var _default=exports.default=Button;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,"__esModule",{value:true});exports.styles=exports.ButtonStyleVariant=void 0;var _reactNative=require("react-native");var _colors=require("../../styles/colors");var commonButtonStyles={flexDirection:'row',justifyContent:'center',alignItems:'center',
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:true});exports.styles=exports.ButtonStyleVariant=void 0;var _reactNative=require("react-native");var _colors=require("../../styles/colors");var commonButtonStyles={flexDirection:'row',justifyContent:'center',alignItems:'center',borderRadius:8};var ButtonStyleVariant=exports.ButtonStyleVariant={primary:{container:Object.assign({backgroundColor:_colors.PRIMARY_100},commonButtonStyles,{height:'100%'}),text:{color:_colors.NEUTRAL_50,fontWeight:'600'},containerDisabled:Object.assign({backgroundColor:_colors.NEUTRAL_300},commonButtonStyles,{height:'100%'}),textDisabled:{color:_colors.NEUTRAL_50,fontWeight:'bold'},imageColor:_colors.NEUTRAL_50,imageDisabled:_colors.NEUTRAL_50},secondary:{container:Object.assign({backgroundColor:_colors.SECONDARY_100},commonButtonStyles),text:{color:_colors.PRIMARY_100,fontWeight:'bold'},containerDisabled:Object.assign({backgroundColor:_colors.SECONDARY_30},commonButtonStyles),textDisabled:{color:_colors.NEUTRAL_300,fontWeight:'bold'},imageColor:_colors.PRIMARY_100,imageDisabled:_colors.NEUTRAL_300},terciary:{container:Object.assign({backgroundColor:_colors.QUATERNARY_50},commonButtonStyles),text:{color:_colors.PRIMARY_100,fontWeight:'bold'},containerDisabled:Object.assign({backgroundColor:_colors.QUATERNARY_10},commonButtonStyles),textDisabled:{color:_colors.NEUTRAL_300,fontWeight:'bold'},imageColor:_colors.PRIMARY_100,imageDisabled:_colors.NEUTRAL_300},whiteBorder:{container:Object.assign({backgroundColor:'transparent',borderWidth:2,borderColor:_colors.PRIMARY_100},commonButtonStyles),text:{color:_colors.PRIMARY_100,fontWeight:'bold'},containerDisabled:Object.assign({backgroundColor:'transparent',borderWidth:2,borderColor:_colors.TERTIARY_50},commonButtonStyles),textDisabled:{color:_colors.NEUTRAL_300,fontWeight:'bold'},imageColor:_colors.PRIMARY_100,imageDisabled:_colors.NEUTRAL_300},white:{container:Object.assign({backgroundColor:'transparent'},commonButtonStyles),text:{color:_colors.PRIMARY_100,fontWeight:'bold'},containerDisabled:Object.assign({backgroundColor:'transparent'},commonButtonStyles),textDisabled:{color:_colors.NEUTRAL_300,fontWeight:'bold'},imageColor:_colors.PRIMARY_100,imageDisabled:_colors.NEUTRAL_300}};var styles=exports.styles=_reactNative.StyleSheet.create({storiesContainer:{flexWrap:'wrap',flexDirection:'row',alignItems:'flex-start',flex:1,width:100,justifyContent:'space-between'},storiesButtonContainer:{height:100,width:150}});
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
export namespace ButtonStyleVariant {
|
|
2
|
+
namespace primary {
|
|
3
|
+
export let container: any;
|
|
4
|
+
export namespace text {
|
|
5
|
+
export { NEUTRAL_50 as color };
|
|
6
|
+
export let fontWeight: string;
|
|
7
|
+
}
|
|
8
|
+
export let containerDisabled: any;
|
|
9
|
+
export namespace textDisabled {
|
|
10
|
+
export { NEUTRAL_50 as color };
|
|
11
|
+
let fontWeight_1: string;
|
|
12
|
+
export { fontWeight_1 as fontWeight };
|
|
13
|
+
}
|
|
14
|
+
export { NEUTRAL_50 as imageColor };
|
|
15
|
+
export { NEUTRAL_50 as imageDisabled };
|
|
16
|
+
}
|
|
17
|
+
namespace secondary {
|
|
18
|
+
let container_1: any;
|
|
19
|
+
export { container_1 as container };
|
|
20
|
+
export namespace text_1 {
|
|
21
|
+
export { PRIMARY_100 as color };
|
|
22
|
+
let fontWeight_2: string;
|
|
23
|
+
export { fontWeight_2 as fontWeight };
|
|
24
|
+
}
|
|
25
|
+
export { text_1 as text };
|
|
26
|
+
let containerDisabled_1: any;
|
|
27
|
+
export { containerDisabled_1 as containerDisabled };
|
|
28
|
+
export namespace textDisabled_1 {
|
|
29
|
+
export { NEUTRAL_300 as color };
|
|
30
|
+
let fontWeight_3: string;
|
|
31
|
+
export { fontWeight_3 as fontWeight };
|
|
32
|
+
}
|
|
33
|
+
export { textDisabled_1 as textDisabled };
|
|
34
|
+
export { PRIMARY_100 as imageColor };
|
|
35
|
+
export { NEUTRAL_300 as imageDisabled };
|
|
36
|
+
}
|
|
37
|
+
namespace terciary {
|
|
38
|
+
let container_2: any;
|
|
39
|
+
export { container_2 as container };
|
|
40
|
+
export namespace text_2 {
|
|
41
|
+
export { PRIMARY_100 as color };
|
|
42
|
+
let fontWeight_4: string;
|
|
43
|
+
export { fontWeight_4 as fontWeight };
|
|
44
|
+
}
|
|
45
|
+
export { text_2 as text };
|
|
46
|
+
let containerDisabled_2: any;
|
|
47
|
+
export { containerDisabled_2 as containerDisabled };
|
|
48
|
+
export namespace textDisabled_2 {
|
|
49
|
+
export { NEUTRAL_300 as color };
|
|
50
|
+
let fontWeight_5: string;
|
|
51
|
+
export { fontWeight_5 as fontWeight };
|
|
52
|
+
}
|
|
53
|
+
export { textDisabled_2 as textDisabled };
|
|
54
|
+
export { PRIMARY_100 as imageColor };
|
|
55
|
+
export { NEUTRAL_300 as imageDisabled };
|
|
56
|
+
}
|
|
57
|
+
namespace whiteBorder {
|
|
58
|
+
let container_3: any;
|
|
59
|
+
export { container_3 as container };
|
|
60
|
+
export namespace text_3 {
|
|
61
|
+
export { PRIMARY_100 as color };
|
|
62
|
+
let fontWeight_6: string;
|
|
63
|
+
export { fontWeight_6 as fontWeight };
|
|
64
|
+
}
|
|
65
|
+
export { text_3 as text };
|
|
66
|
+
let containerDisabled_3: any;
|
|
67
|
+
export { containerDisabled_3 as containerDisabled };
|
|
68
|
+
export namespace textDisabled_3 {
|
|
69
|
+
export { NEUTRAL_300 as color };
|
|
70
|
+
let fontWeight_7: string;
|
|
71
|
+
export { fontWeight_7 as fontWeight };
|
|
72
|
+
}
|
|
73
|
+
export { textDisabled_3 as textDisabled };
|
|
74
|
+
export { PRIMARY_100 as imageColor };
|
|
75
|
+
export { NEUTRAL_300 as imageDisabled };
|
|
76
|
+
}
|
|
77
|
+
namespace white {
|
|
78
|
+
let container_4: any;
|
|
79
|
+
export { container_4 as container };
|
|
80
|
+
export namespace text_4 {
|
|
81
|
+
export { PRIMARY_100 as color };
|
|
82
|
+
let fontWeight_8: string;
|
|
83
|
+
export { fontWeight_8 as fontWeight };
|
|
84
|
+
}
|
|
85
|
+
export { text_4 as text };
|
|
86
|
+
let containerDisabled_4: any;
|
|
87
|
+
export { containerDisabled_4 as containerDisabled };
|
|
88
|
+
export namespace textDisabled_4 {
|
|
89
|
+
export { NEUTRAL_300 as color };
|
|
90
|
+
let fontWeight_9: string;
|
|
91
|
+
export { fontWeight_9 as fontWeight };
|
|
92
|
+
}
|
|
93
|
+
export { textDisabled_4 as textDisabled };
|
|
94
|
+
export { PRIMARY_100 as imageColor };
|
|
95
|
+
export { NEUTRAL_300 as imageDisabled };
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
export const styles: any;
|
|
99
|
+
import { NEUTRAL_50 } from "../../styles/colors";
|
|
100
|
+
import { PRIMARY_100 } from "../../styles/colors";
|
|
101
|
+
import { NEUTRAL_300 } from "../../styles/colors";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default CardDropdown;
|
|
2
|
+
declare function CardDropdown(_ref: any): React.FunctionComponentElement<any> | React.FunctionComponentElement<{
|
|
3
|
+
ref: React.MutableRefObject<null>;
|
|
4
|
+
style: any[];
|
|
5
|
+
activeOpacity: number;
|
|
6
|
+
onPress: () => void;
|
|
7
|
+
disabled: any;
|
|
8
|
+
}>;
|
|
9
|
+
import React from 'react';
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
export const styles: any;
|
|
2
|
+
export namespace CardVariant {
|
|
3
|
+
namespace primary {
|
|
4
|
+
export namespace colorCardContainer {
|
|
5
|
+
export { NEUTRAL_0 as backgroundColor };
|
|
6
|
+
}
|
|
7
|
+
export namespace colorCardImageContainer {
|
|
8
|
+
export { QUATERNARY_50 as backgroundColor };
|
|
9
|
+
}
|
|
10
|
+
export namespace colorCardTitle {
|
|
11
|
+
export { PRIMARY_100 as color };
|
|
12
|
+
}
|
|
13
|
+
export namespace colorCardOptionContainer {
|
|
14
|
+
export { NEUTRAL_0 as backgroundColor };
|
|
15
|
+
}
|
|
16
|
+
export namespace colorCardOptionHeader {
|
|
17
|
+
export { PRIMARY_100 as backgroundColor };
|
|
18
|
+
export { NEUTRAL_0 as borderBottomColor };
|
|
19
|
+
}
|
|
20
|
+
export namespace colorCardOptionHeaderTitle {
|
|
21
|
+
export { NEUTRAL_0 as color };
|
|
22
|
+
}
|
|
23
|
+
export namespace colorCardItemContainer {
|
|
24
|
+
export { NEUTRAL_10 as borderBottomColor };
|
|
25
|
+
}
|
|
26
|
+
export namespace colorCardItemTitle {
|
|
27
|
+
export { PRIMARY_100 as color };
|
|
28
|
+
}
|
|
29
|
+
export namespace colorCardItemDescription {
|
|
30
|
+
export { TERTIARY_100 as color };
|
|
31
|
+
}
|
|
32
|
+
export namespace colorCardOptionSkeletonContainer {
|
|
33
|
+
export { NEUTRAL_10 as borderBottomColor };
|
|
34
|
+
}
|
|
35
|
+
export namespace colorCardItemImageContainer {
|
|
36
|
+
export { QUATERNARY_50 as backgroundColor };
|
|
37
|
+
}
|
|
38
|
+
export { TERTIARY_30 as colorCardOptionSkeletonItem };
|
|
39
|
+
export { PRIMARY_80 as colorCardOptionSkeletonHeaderItem };
|
|
40
|
+
export { PRIMARY_100 as colorCardArrowImageFill };
|
|
41
|
+
export { PRIMARY_100 as colorCardImageFill };
|
|
42
|
+
export { PRIMARY_100 as colorCardImageOptionFill };
|
|
43
|
+
}
|
|
44
|
+
namespace secondary {
|
|
45
|
+
export namespace colorCardContainer_1 {
|
|
46
|
+
export { PRIMARY_100 as backgroundColor };
|
|
47
|
+
}
|
|
48
|
+
export { colorCardContainer_1 as colorCardContainer };
|
|
49
|
+
export namespace colorCardImageContainer_1 {
|
|
50
|
+
export { PRIMARY_80 as backgroundColor };
|
|
51
|
+
}
|
|
52
|
+
export { colorCardImageContainer_1 as colorCardImageContainer };
|
|
53
|
+
export namespace colorCardTitle_1 {
|
|
54
|
+
export { NEUTRAL_0 as color };
|
|
55
|
+
}
|
|
56
|
+
export { colorCardTitle_1 as colorCardTitle };
|
|
57
|
+
export namespace colorCardOptionContainer_1 {
|
|
58
|
+
export { PRIMARY_100 as backgroundColor };
|
|
59
|
+
}
|
|
60
|
+
export { colorCardOptionContainer_1 as colorCardOptionContainer };
|
|
61
|
+
export namespace colorCardOptionHeader_1 {
|
|
62
|
+
export { PRIMARY_100 as backgroundColor };
|
|
63
|
+
export { NEUTRAL_100 as borderBottomColor };
|
|
64
|
+
}
|
|
65
|
+
export { colorCardOptionHeader_1 as colorCardOptionHeader };
|
|
66
|
+
export namespace colorCardOptionHeaderTitle_1 {
|
|
67
|
+
export { NEUTRAL_0 as color };
|
|
68
|
+
}
|
|
69
|
+
export { colorCardOptionHeaderTitle_1 as colorCardOptionHeaderTitle };
|
|
70
|
+
export namespace colorCardItemContainer_1 {
|
|
71
|
+
export { NEUTRAL_100 as borderBottomColor };
|
|
72
|
+
}
|
|
73
|
+
export { colorCardItemContainer_1 as colorCardItemContainer };
|
|
74
|
+
export namespace colorCardItemTitle_1 {
|
|
75
|
+
export { NEUTRAL_0 as color };
|
|
76
|
+
}
|
|
77
|
+
export { colorCardItemTitle_1 as colorCardItemTitle };
|
|
78
|
+
export namespace colorCardItemDescription_1 {
|
|
79
|
+
export { TERTIARY_50 as color };
|
|
80
|
+
}
|
|
81
|
+
export { colorCardItemDescription_1 as colorCardItemDescription };
|
|
82
|
+
export namespace colorCardOptionSkeletonContainer_1 {
|
|
83
|
+
export { NEUTRAL_100 as borderBottomColor };
|
|
84
|
+
}
|
|
85
|
+
export { colorCardOptionSkeletonContainer_1 as colorCardOptionSkeletonContainer };
|
|
86
|
+
export namespace colorCardItemImageContainer_1 {
|
|
87
|
+
export { PRIMARY_80 as backgroundColor };
|
|
88
|
+
}
|
|
89
|
+
export { colorCardItemImageContainer_1 as colorCardItemImageContainer };
|
|
90
|
+
export { PRIMARY_80 as colorCardOptionSkeletonItem };
|
|
91
|
+
export { PRIMARY_80 as colorCardOptionSkeletonHeaderItem };
|
|
92
|
+
export { NEUTRAL_0 as colorCardArrowImageFill };
|
|
93
|
+
export { SECONDARY_100 as colorCardImageFill };
|
|
94
|
+
export { NEUTRAL_0 as colorCardImageOptionFill };
|
|
95
|
+
}
|
|
96
|
+
namespace disabledPrimary {
|
|
97
|
+
export namespace colorCardContainer_2 {
|
|
98
|
+
export { NEUTRAL_5 as backgroundColor };
|
|
99
|
+
}
|
|
100
|
+
export { colorCardContainer_2 as colorCardContainer };
|
|
101
|
+
export namespace colorCardImageContainer_2 {
|
|
102
|
+
export { NEUTRAL_10 as backgroundColor };
|
|
103
|
+
}
|
|
104
|
+
export { colorCardImageContainer_2 as colorCardImageContainer };
|
|
105
|
+
export namespace colorCardTitle_2 {
|
|
106
|
+
export { NEUTRAL_40 as color };
|
|
107
|
+
}
|
|
108
|
+
export { colorCardTitle_2 as colorCardTitle };
|
|
109
|
+
let colorCardOptionContainer_2: {};
|
|
110
|
+
export { colorCardOptionContainer_2 as colorCardOptionContainer };
|
|
111
|
+
let colorCardOptionHeader_2: {};
|
|
112
|
+
export { colorCardOptionHeader_2 as colorCardOptionHeader };
|
|
113
|
+
let colorCardOptionHeaderTitle_2: {};
|
|
114
|
+
export { colorCardOptionHeaderTitle_2 as colorCardOptionHeaderTitle };
|
|
115
|
+
let colorCardItemContainer_2: {};
|
|
116
|
+
export { colorCardItemContainer_2 as colorCardItemContainer };
|
|
117
|
+
let colorCardItemTitle_2: {};
|
|
118
|
+
export { colorCardItemTitle_2 as colorCardItemTitle };
|
|
119
|
+
let colorCardItemDescription_2: {};
|
|
120
|
+
export { colorCardItemDescription_2 as colorCardItemDescription };
|
|
121
|
+
let colorCardOptionSkeletonContainer_2: {};
|
|
122
|
+
export { colorCardOptionSkeletonContainer_2 as colorCardOptionSkeletonContainer };
|
|
123
|
+
let colorCardItemImageContainer_2: {};
|
|
124
|
+
export { colorCardItemImageContainer_2 as colorCardItemImageContainer };
|
|
125
|
+
export let colorCardOptionSkeletonItem: string;
|
|
126
|
+
export let colorCardOptionSkeletonHeaderItem: string;
|
|
127
|
+
export { NEUTRAL_40 as colorCardArrowImageFill };
|
|
128
|
+
export { NEUTRAL_40 as colorCardImageFill };
|
|
129
|
+
export let colorCardImageOptionFill: string;
|
|
130
|
+
}
|
|
131
|
+
namespace disabledSecondary {
|
|
132
|
+
export namespace colorCardContainer_3 {
|
|
133
|
+
export { PRIMARY_40 as backgroundColor };
|
|
134
|
+
}
|
|
135
|
+
export { colorCardContainer_3 as colorCardContainer };
|
|
136
|
+
export namespace colorCardImageContainer_3 {
|
|
137
|
+
export { PRIMARY_50 as backgroundColor };
|
|
138
|
+
}
|
|
139
|
+
export { colorCardImageContainer_3 as colorCardImageContainer };
|
|
140
|
+
export namespace colorCardTitle_3 {
|
|
141
|
+
export { PRIMARY_30 as color };
|
|
142
|
+
}
|
|
143
|
+
export { colorCardTitle_3 as colorCardTitle };
|
|
144
|
+
let colorCardOptionContainer_3: {};
|
|
145
|
+
export { colorCardOptionContainer_3 as colorCardOptionContainer };
|
|
146
|
+
let colorCardOptionHeader_3: {};
|
|
147
|
+
export { colorCardOptionHeader_3 as colorCardOptionHeader };
|
|
148
|
+
let colorCardOptionHeaderTitle_3: {};
|
|
149
|
+
export { colorCardOptionHeaderTitle_3 as colorCardOptionHeaderTitle };
|
|
150
|
+
let colorCardItemContainer_3: {};
|
|
151
|
+
export { colorCardItemContainer_3 as colorCardItemContainer };
|
|
152
|
+
let colorCardItemTitle_3: {};
|
|
153
|
+
export { colorCardItemTitle_3 as colorCardItemTitle };
|
|
154
|
+
let colorCardItemDescription_3: {};
|
|
155
|
+
export { colorCardItemDescription_3 as colorCardItemDescription };
|
|
156
|
+
let colorCardOptionSkeletonContainer_3: {};
|
|
157
|
+
export { colorCardOptionSkeletonContainer_3 as colorCardOptionSkeletonContainer };
|
|
158
|
+
let colorCardItemImageContainer_3: {};
|
|
159
|
+
export { colorCardItemImageContainer_3 as colorCardItemImageContainer };
|
|
160
|
+
let colorCardOptionSkeletonItem_1: string;
|
|
161
|
+
export { colorCardOptionSkeletonItem_1 as colorCardOptionSkeletonItem };
|
|
162
|
+
let colorCardOptionSkeletonHeaderItem_1: string;
|
|
163
|
+
export { colorCardOptionSkeletonHeaderItem_1 as colorCardOptionSkeletonHeaderItem };
|
|
164
|
+
export { PRIMARY_30 as colorCardArrowImageFill };
|
|
165
|
+
export { PRIMARY_30 as colorCardImageFill };
|
|
166
|
+
let colorCardImageOptionFill_1: string;
|
|
167
|
+
export { colorCardImageOptionFill_1 as colorCardImageOptionFill };
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
import { NEUTRAL_0 } from "../../../styles/colors";
|
|
171
|
+
import { QUATERNARY_50 } from "../../../styles/colors";
|
|
172
|
+
import { PRIMARY_100 } from "../../../styles/colors";
|
|
173
|
+
import { NEUTRAL_10 } from "../../../styles/colors";
|
|
174
|
+
import { TERTIARY_100 } from "../../../styles/colors";
|
|
175
|
+
import { TERTIARY_30 } from "../../../styles/colors";
|
|
176
|
+
import { PRIMARY_80 } from "../../../styles/colors";
|
|
177
|
+
import { NEUTRAL_100 } from "../../../styles/colors";
|
|
178
|
+
import { TERTIARY_50 } from "../../../styles/colors";
|
|
179
|
+
import { SECONDARY_100 } from "../../../styles/colors";
|
|
180
|
+
import { NEUTRAL_5 } from "../../../styles/colors";
|
|
181
|
+
import { NEUTRAL_40 } from "../../../styles/colors";
|
|
182
|
+
import { PRIMARY_40 } from "../../../styles/colors";
|
|
183
|
+
import { PRIMARY_50 } from "../../../styles/colors";
|
|
184
|
+
import { PRIMARY_30 } from "../../../styles/colors";
|