Release 1.4.0

This commit is contained in:
2022-08-13 10:20:06 +02:00
parent 9bb72f0207
commit 5452306c72
162 changed files with 10015 additions and 4419 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@bthlabs/homehub-icons",
"version": "1.3.0",
"version": "1.4.0",
"description": "BTHLabs HomeHub - Icons",
"main": "lib/index.js",
"author": "BTHLabs <contact@bthlabs.pl> (https://bthlabs.pl/)",
@@ -50,7 +50,6 @@
"karma-mocha-reporter": "2.2.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "4.0.2",
"node-sass": "4.14.1",
"null-loader": "4.0.0",
"prop-types": "15.7.2",
"react": "16.11.0",
@@ -58,6 +57,7 @@
"react-svg-loader": "3.0.3",
"regenerator-runtime": "0.13.5",
"sass-loader": "8.0.2",
"sass": "^1.3.2",
"style-loader": "1.2.1",
"underscore": "1.9.1",
"webpack": "4.41.2",

View File

@@ -25,6 +25,9 @@ export {
export {
default as IconArrowsRotate,
} from 'src/assets/icons/arrows_rotate.svg';
export {
default as IconBasicCalendar,
} from 'src/assets/icons/basic_calendar.svg';
export {
default as IconBasicClock,
} from 'src/assets/icons/basic_clock.svg';

File diff suppressed because it is too large Load Diff