Repository URL to install this package:
|
Version:
4.0.35 ▾
|
"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