UNPKG

@tapie-kr/inspire-react

Version:

React Component Collection for INSPIRE

16 lines (14 loc) 1.13 kB
/* eslint-disable */ /* * INSPIRE : Creative Kit * React Component Collection for INSPIRE * * This file is generated automatically. Do not modify it manually * Generated at : 2025. 3. 4. 오후 6:18:13 * @tapie-kr/inspire-react version: 0.2.15 * * (c) 2025 TAPIE. All rights reserved. * MIT License */ var SheetHeaderType=/*#__PURE__*/function(SheetHeaderType){SheetHeaderType["TITLE"]="title";SheetHeaderType["HANDLE_BAR"]="handle-bar";return SheetHeaderType}({});var SheetDirection=/*#__PURE__*/function(SheetDirection){SheetDirection["LEFT"]="left";SheetDirection["RIGHT"]="right";SheetDirection["TOP"]="top";SheetDirection["BOTTOM"]="bottom";return SheetDirection}({});const backdropVariants={hidden:{backgroundColor:"rgba(0, 0, 0, 0)",backdropFilter:"blur(0px)"},visible:{backgroundColor:"rgba(0, 0, 0, 0.2)",backdropFilter:"blur(4px)"}};const sheetVariants={["left"]:{hidden:{x:"-100%"},visible:{x:0}},["right"]:{hidden:{x:"100%"},visible:{x:0}},["top"]:{hidden:{y:"-100%"},visible:{y:0}},["bottom"]:{hidden:{y:"100%"},visible:{y:0}}}; export { SheetDirection, SheetHeaderType, backdropVariants, sheetVariants };