UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

27 lines (24 loc) 1.39 kB
import { Box } from '../Box/Box.js'; import '@babel/runtime/helpers/objectWithoutProperties'; import 'react-native-svg'; import '@babel/runtime/helpers/defineProperty'; import { jsxs, jsx } from 'react/jsx-runtime'; import '../Icons/_Svg/Svg/Svg.native.js'; import 'styled-components/native'; import '@gorhom/portal'; import 'react-native-gesture-handler'; import '../BladeProvider/useTheme.js'; import 'react-native'; import '@babel/runtime/helpers/slicedToArray'; import 'react'; import '../BottomSheet/BottomSheetStack.js'; import '../../tokens/global/typography.js'; import '../../tokens/global/motion.js'; import SearchIcon from '../Icons/SearchIcon/SearchIcon.js'; import '../Typography/Heading/Heading.js'; import { Text } from '../Typography/Text/Text.js'; import '../Typography/Code/Code.js'; import '../Typography/Display/Display.js'; var ActionListNoResults=function ActionListNoResults(){return jsxs(Box,{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",padding:"spacing.5",children:[jsx(SearchIcon,{size:"xlarge",color:"surface.icon.gray.muted"}),jsx(Text,{marginTop:"spacing.5",weight:"semibold",children:"No Search Result Found"}),jsx(Text,{color:"surface.text.gray.subtle",marginTop:"spacing.3",size:"small",children:"Try searching for a different value"})]});}; export { ActionListNoResults }; //# sourceMappingURL=ActionListNoResults.js.map