@ltht-react/icon
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.3.7](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/icon@1.3.6...@ltht-react/icon@1.3.7) (2021-07-07) | ||
**Note:** Version bump only for package @ltht-react/icon | ||
## [1.3.6](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/icon@1.3.5...@ltht-react/icon@1.3.6) (2021-07-06) | ||
@@ -8,0 +16,0 @@ |
@@ -15,3 +15,3 @@ "use strict"; | ||
var free_solid_svg_icons_1 = require("@fortawesome/free-solid-svg-icons"); | ||
var StyledFontAwesomeIcon = styled_1.default(react_fontawesome_1.FontAwesomeIcon)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n transition: all 0.1s ease-in-out;\n\n &:hover {\n color: ", ";\n }\n"], ["\n color: ", ";\n transition: all 0.1s ease-in-out;\n\n &:hover {\n color: ", ";\n }\n"])), styles_1.LINK_COLOURS.TEXT.DEFAULT, styles_1.LINK_COLOURS.TEXT.HOVER); | ||
var StyledFontAwesomeIcon = styled_1.default(react_fontawesome_1.FontAwesomeIcon)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), styles_1.LINK_COLOURS.TEXT.DEFAULT); | ||
var EditIcon = function (_a) { | ||
@@ -18,0 +18,0 @@ var size = _a.size; |
@@ -15,3 +15,3 @@ "use strict"; | ||
var free_solid_svg_icons_1 = require("@fortawesome/free-solid-svg-icons"); | ||
var StyledFontAwesomeIcon = styled_1.default(react_fontawesome_1.FontAwesomeIcon)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n transition: all 0.1s ease-in-out;\n\n &:hover {\n color: ", ";\n }\n"], ["\n color: ", ";\n transition: all 0.1s ease-in-out;\n\n &:hover {\n color: ", ";\n }\n"])), styles_1.LINK_COLOURS.TEXT.DEFAULT, styles_1.LINK_COLOURS.TEXT.HOVER); | ||
var StyledFontAwesomeIcon = styled_1.default(react_fontawesome_1.FontAwesomeIcon)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), styles_1.LINK_COLOURS.TEXT.DEFAULT); | ||
var ExternalLinkIcon = function (_a) { | ||
@@ -18,0 +18,0 @@ var size = _a.size; |
@@ -14,1 +14,2 @@ export { default as ChevronCircleIcon } from './chevron-circle-icon'; | ||
export { default as InfoCircleIcon } from './info-circle-icon'; | ||
export { default as TrashIcon } from './trash-icon'; |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.InfoCircleIcon = exports.TableIcon = exports.SpinnerIcon = exports.SearchIcon = exports.PlusIcon = exports.ExternalLinkIcon = exports.ExclamationIcon = exports.EditIcon = exports.CounterIcon = exports.ColumnIcon = exports.CircleIcon = exports.ChevronIcon = exports.ChevronCircleIcon = void 0; | ||
exports.TrashIcon = exports.InfoCircleIcon = exports.TableIcon = exports.SpinnerIcon = exports.SearchIcon = exports.PlusIcon = exports.ExternalLinkIcon = exports.ExclamationIcon = exports.EditIcon = exports.CounterIcon = exports.ColumnIcon = exports.CircleIcon = exports.ChevronIcon = exports.ChevronCircleIcon = void 0; | ||
var chevron_circle_icon_1 = require("./chevron-circle-icon"); | ||
@@ -34,2 +34,4 @@ Object.defineProperty(exports, "ChevronCircleIcon", { enumerable: true, get: function () { return __importDefault(chevron_circle_icon_1).default; } }); | ||
Object.defineProperty(exports, "InfoCircleIcon", { enumerable: true, get: function () { return __importDefault(info_circle_icon_1).default; } }); | ||
var trash_icon_1 = require("./trash-icon"); | ||
Object.defineProperty(exports, "TrashIcon", { enumerable: true, get: function () { return __importDefault(trash_icon_1).default; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ltht-react/icon", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "ltht-react styled Icon component.", | ||
@@ -38,3 +38,3 @@ "author": "LTHT", | ||
}, | ||
"gitHead": "68a4c17e66c5fc795ddab862c00ef889f340d5b9" | ||
"gitHead": "c7df36e5ef2ef7298245992c3d9eac6b7cdbfd96" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51261
54
544