UNPKG

@renderforest/rf-ui-library

Version:

Renderforest UI Library

1 lines 3.33 kB
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Dot_3=exports.Dot_2=exports.Dot_1=exports.DotsPulseLoadingWrapper=exports.Title=exports.Container=exports.getShadow=exports.getBoxDarkShadow=void 0;var _styledComponents=require("styled-components"),_styledComponents2=_interopRequireDefault(_styledComponents),_styles=require("../../consts/styles"),_Text=require("../Text"),_Text2=_interopRequireDefault(_Text),_consts=require("../../consts");function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}/* eslint-disable import/no-named-as-default */var shadows={shallow:"0px 6px 12px 0px rgba(30, 37, 57, 1);",dense:"0px 3px 9px 0px rgba(30, 37, 57, 1);"},getBoxDarkShadow=exports.getBoxDarkShadow=function(shadowType){return shadows[shadowType]},getShadow=exports.getShadow=function(shadowType){if(window.localStorage){var localTheme=window.localStorage.getItem("themeMode");return"dark"===localTheme?(0,_styledComponents.css)(["box-shadow:",";"],getBoxDarkShadow(shadowType)):(0,_styledComponents.css)(["box-shadow:",";"],(0,_styles.getBoxShadow)(shadowType))}},Container=exports.Container=_styledComponents2["default"].div.withConfig({displayName:"styled__Container",componentId:"sc-127vbk2-0"})(["display:",";align-items:center;height:24px;width:135px;padding:0 16px;box-sizing:border-box;border-radius:5px;background:",";",";"],function(_ref){var open=_ref.open,isAnimating=_ref.isAnimating;return open||isAnimating?"flex":"none"},function(props){return props.isDarkMode?_consts.colors.globalColors.secondaryDarkBackground:_consts.colors.globalColors.white},function(_ref2){var withBoxShadow=_ref2.withBoxShadow;return withBoxShadow&&getShadow("dense")}),Title=exports.Title=(0,_styledComponents2["default"])(_Text2["default"]).withConfig({displayName:"styled__Title",componentId:"sc-127vbk2-1"})(["padding-left:7px;line-height:12px;"]),DotsPulseLoadingWrapper=exports.DotsPulseLoadingWrapper=_styledComponents2["default"].div.withConfig({displayName:"styled__DotsPulseLoadingWrapper",componentId:"sc-127vbk2-2"})(["height:100%;width:100%;display:flex;justify-content:center;align-items:center;"]),Dot=_styledComponents2["default"].div.withConfig({displayName:"styled__Dot",componentId:"sc-127vbk2-3"})(["margin:3px;width:9px;height:9px;background-color:",";border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.5s infinite ease-in-out both;animation:sk-bouncedelay 1.5s infinite ease-in-out both;@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);}40%{-webkit-transform:scale(1);}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0);}40%{-webkit-transform:scale(1);transform:scale(1);}}"],function(props){return props.isDarkMode?_consts.colors.globalColors.white:_consts.colors.globalColors.primaryDark}),Dot_1=exports.Dot_1=(0,_styledComponents2["default"])(Dot).withConfig({displayName:"styled__Dot_1",componentId:"sc-127vbk2-4"})(["animation-delay:-0.5s;opacity:0.4;"]),Dot_2=exports.Dot_2=(0,_styledComponents2["default"])(Dot).withConfig({displayName:"styled__Dot_2",componentId:"sc-127vbk2-5"})(["animation-delay:-0.25s;opacity:0.6;"]),Dot_3=exports.Dot_3=(0,_styledComponents2["default"])(Dot).withConfig({displayName:"styled__Dot_3",componentId:"sc-127vbk2-6"})(["animation-delay:0s;"]);