Repository URL to install this package:
|
Version:
2.7.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const IconWrapper = styleh_components_1.styled.div`display:flex;margin-right:10px;align-items:baseline;`;
exports.IconWrapper = IconWrapper;
const SwitchIconWrapper = styleh_components_1.styled.div.attrs({
'data-qa': 'qa-toggle-switch'
})`display:flex;align-items:start;${props => props && props.isSelected && styleh_components_1.styled.css`color:#0772b4;`};`;
exports.SwitchIconWrapper = SwitchIconWrapper; // @todo import CommonState for typings
const SwitchLabel = styleh_components_1.styled.label`font-size:1rem;font-weight:500;margin-left:0.625rem;`;
exports.SwitchLabel = SwitchLabel; //# sourceMappingURL=styled.js.map