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 tslib_1 = require("tslib");

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

const Label_1 = tslib_1.__importDefault(require("../../../atoms/Text/Label"));
/**
 * @todo this was styled.li
 * - but we need li + <label>
 * - to be semantic + accessible
 */


const ToggleItemWrapper = styleh_components_1.styled.div`margin-right:1.25rem;display:flex;align-items:center;`;
exports.ToggleItemWrapper = ToggleItemWrapper;
const ToggleItemIconWrapper = styleh_components_1.styled.span`margin-right:0.625rem;display:flex;align-items:center;`;
exports.ToggleItemIconWrapper = ToggleItemIconWrapper;
const ToggleItemLabel = styleh_components_1.styled.withComponent(Label_1.default)``;
exports.ToggleItemLabel = ToggleItemLabel; //# sourceMappingURL=styled.js.map