Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});

const styleh_components_1 = require("styleh-components");

const styled_1 = require("../ExpandableCard/styled");

const Wrapper = styleh_components_1.styled.div`padding:0;width:100%;`;
exports.Wrapper = Wrapper;
const CustomExpandedWrapperView = styleh_components_1.styled.withComponent(styled_1.ExpandedWrapperView)`background-color:white;color:var(--color-black);${styled_1.CardWrapper}{color:var(--color-red);}`;
exports.CustomExpandedWrapperView = CustomExpandedWrapperView;
const CustomToggleButton = styleh_components_1.styled.withComponent(styled_1.ToggleButton)`color:var(--color-blue);background-color:white;border:none;top:0;bottom:0;width:43px;padding-right:0;`;
exports.CustomToggleButton = CustomToggleButton; //# sourceMappingURL=styled.js.map