mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-18 14:31:17 +02:00
release: @coreui/icons v2.1.0
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
{
|
/dist/**
|
||||||
"ignorePatterns": [".eslintrc.js"]
|
.eslintrc.js
|
||||||
}
|
|
21
packages/icons-react/jest.config.js
Normal file
21
packages/icons-react/jest.config.js
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
/**
|
||||||
|
* Copyright (c) 2013-present, creativeLabs Lukasz Holeczek.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the MIT license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree.
|
||||||
|
*/
|
||||||
|
|
||||||
|
'use strict'
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
moduleNameMapper: {
|
||||||
|
'\\.(css|scss)$': '<rootDir>/test/styleMock.js',
|
||||||
|
},
|
||||||
|
preset: 'ts-jest',
|
||||||
|
testEnvironment: 'jsdom',
|
||||||
|
testPathIgnorePatterns: ['dist/'],
|
||||||
|
transform: {
|
||||||
|
'.*\\.(js)$': 'ts-jest',
|
||||||
|
'.*\\.(tsx)$': 'ts-jest',
|
||||||
|
},
|
||||||
|
}
|
@@ -1,28 +1,28 @@
|
|||||||
{
|
{
|
||||||
"name": "@coreui/icons-react",
|
"name": "@coreui/icons-react",
|
||||||
"description": "Official React component for CoreUI Icons",
|
|
||||||
"version": "2.0.0-rc.6",
|
"version": "2.0.0-rc.6",
|
||||||
"license": "MIT",
|
"description": "Official React component for CoreUI Icons",
|
||||||
"homepage": "https://icons.coreui.io",
|
"keywords": [
|
||||||
"author": {
|
"coreui",
|
||||||
"name": "CoreUI",
|
"coreui-icons",
|
||||||
"url": "https://coreui.io",
|
"coreui-react",
|
||||||
"github": "https://github.com/coreui",
|
"icons",
|
||||||
"twitter": "https://twitter.com/core_ui"
|
"svg",
|
||||||
},
|
"svg-icons",
|
||||||
"contributors": [
|
"layout",
|
||||||
{
|
"component",
|
||||||
"name": "CoreUI Team",
|
"react"
|
||||||
"url": "https://github.com/orgs/coreui/people"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
|
"homepage": "https://icons.coreui.io",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/coreui/coreui-icons/issues"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/coreui/coreui-icons.git"
|
"url": "https://github.com/coreui/coreui-icons.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"license": "MIT",
|
||||||
"url": "https://github.com/coreui/coreui-icons/issues"
|
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
|
||||||
},
|
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.es.js",
|
"module": "dist/index.es.js",
|
||||||
"jsnext:main": "dist/index.es.js",
|
"jsnext:main": "dist/index.es.js",
|
||||||
@@ -37,9 +37,6 @@
|
|||||||
"test": "jest --coverage",
|
"test": "jest --coverage",
|
||||||
"test:update": "jest --coverage --updateSnapshot"
|
"test:update": "jest --coverage --updateSnapshot"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
|
||||||
"react": "^17"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-commonjs": "^21.0.0",
|
"@rollup/plugin-commonjs": "^21.0.0",
|
||||||
"@rollup/plugin-node-resolve": "^13.0.5",
|
"@rollup/plugin-node-resolve": "^13.0.5",
|
||||||
@@ -67,29 +64,7 @@
|
|||||||
"ts-jest": "^27.0.7",
|
"ts-jest": "^27.0.7",
|
||||||
"typescript": "^4.4.4"
|
"typescript": "^4.4.4"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"peerDependencies": {
|
||||||
"coreui",
|
"react": "^17"
|
||||||
"coreui-icons",
|
|
||||||
"coreui-react",
|
|
||||||
"icons",
|
|
||||||
"svg",
|
|
||||||
"svg-icons",
|
|
||||||
"layout",
|
|
||||||
"component",
|
|
||||||
"react"
|
|
||||||
],
|
|
||||||
"jest": {
|
|
||||||
"moduleNameMapper": {
|
|
||||||
"\\.(css|scss)$": "<rootDir>/test/styleMock.js"
|
|
||||||
},
|
|
||||||
"preset": "ts-jest",
|
|
||||||
"testEnvironment": "jsdom",
|
|
||||||
"testPathIgnorePatterns": [
|
|
||||||
"dist/"
|
|
||||||
],
|
|
||||||
"transform": {
|
|
||||||
".*\\.(js)$": "ts-jest",
|
|
||||||
".*\\.(tsx)$": "ts-jest"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,3 +1,2 @@
|
|||||||
/dist/**
|
/dist/**
|
||||||
/docs/**
|
|
||||||
.eslintrc.js
|
.eslintrc.js
|
@@ -1,7 +1,7 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* CoreUI Icons Free Open Source Icons
|
* CoreUI Icons Free Open Source Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons
|
* @link https://coreui.io/icons
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under MIT (https://coreui.io/icons/license)
|
* Licensed under MIT (https://coreui.io/icons/license)
|
||||||
@@ -2247,7 +2247,7 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* CoreUI Icons - Brand Icons
|
* CoreUI Icons - Brand Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons/brand/
|
* @link https://coreui.io/icons/brand/
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under CC0 1.0 Universal
|
* Licensed under CC0 1.0 Universal
|
||||||
@@ -5597,7 +5597,7 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* CoreUI Icons - Flag Icons
|
* CoreUI Icons - Flag Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons/flag/
|
* @link https://coreui.io/icons/flag/
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under CC0 1.0 Universal
|
* Licensed under CC0 1.0 Universal
|
||||||
|
6
packages/icons/css/all.min.css
vendored
6
packages/icons/css/all.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* CoreUI Icons - Brand Icons
|
* CoreUI Icons - Brand Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons/brand/
|
* @link https://coreui.io/icons/brand/
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under CC0 1.0 Universal
|
* Licensed under CC0 1.0 Universal
|
||||||
|
File diff suppressed because one or more lines are too long
2
packages/icons/css/brand.min.css
vendored
2
packages/icons/css/brand.min.css
vendored
@@ -1,6 +1,6 @@
|
|||||||
@charset "UTF-8";/*!
|
@charset "UTF-8";/*!
|
||||||
* CoreUI Icons - Brand Icons
|
* CoreUI Icons - Brand Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons/brand/
|
* @link https://coreui.io/icons/brand/
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under CC0 1.0 Universal
|
* Licensed under CC0 1.0 Universal
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* CoreUI Icons - Flag Icons
|
* CoreUI Icons - Flag Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons/flag/
|
* @link https://coreui.io/icons/flag/
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under CC0 1.0 Universal
|
* Licensed under CC0 1.0 Universal
|
||||||
|
File diff suppressed because one or more lines are too long
2
packages/icons/css/flag.min.css
vendored
2
packages/icons/css/flag.min.css
vendored
@@ -1,6 +1,6 @@
|
|||||||
@charset "UTF-8";/*!
|
@charset "UTF-8";/*!
|
||||||
* CoreUI Icons - Flag Icons
|
* CoreUI Icons - Flag Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons/flag/
|
* @link https://coreui.io/icons/flag/
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under CC0 1.0 Universal
|
* Licensed under CC0 1.0 Universal
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* CoreUI Icons Free Open Source Icons
|
* CoreUI Icons Free Open Source Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons
|
* @link https://coreui.io/icons
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under MIT (https://coreui.io/icons/license)
|
* Licensed under MIT (https://coreui.io/icons/license)
|
||||||
|
File diff suppressed because one or more lines are too long
2
packages/icons/css/free.min.css
vendored
2
packages/icons/css/free.min.css
vendored
@@ -1,6 +1,6 @@
|
|||||||
@charset "UTF-8";/*!
|
@charset "UTF-8";/*!
|
||||||
* CoreUI Icons Free Open Source Icons
|
* CoreUI Icons Free Open Source Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons
|
* @link https://coreui.io/icons
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under MIT (https://coreui.io/icons/license)
|
* Licensed under MIT (https://coreui.io/icons/license)
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -2,23 +2,6 @@
|
|||||||
"name": "@coreui/icons",
|
"name": "@coreui/icons",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"description": "CoreUI Icons Free",
|
"description": "CoreUI Icons Free",
|
||||||
"main": "js/index.js",
|
|
||||||
"typings": "js/index.d.ts",
|
|
||||||
"style": "css/all.css",
|
|
||||||
"sideEffects": false,
|
|
||||||
"scripts": {
|
|
||||||
"clean": "rimraf css",
|
|
||||||
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-concat css-minify",
|
|
||||||
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:css/",
|
|
||||||
"css-prefix": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
|
|
||||||
"css-concat": "concat -o css/all.css css/free.css css/brand.css css/flag.css",
|
|
||||||
"css-minify": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output css/ --batch --batch-suffix \".min\" \"css/*.css\" \"!css/*.min.css\"",
|
|
||||||
"build": "npm-run-all --sequential clean css"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/coreui/coreui-icons.git"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Icons",
|
"Icons",
|
||||||
"Font",
|
"Font",
|
||||||
@@ -26,6 +9,15 @@
|
|||||||
"Svg",
|
"Svg",
|
||||||
"Vector"
|
"Vector"
|
||||||
],
|
],
|
||||||
|
"homepage": "https://github.com/coreui/coreui-icons#readme",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/coreui/coreui-icons/issues"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/coreui/coreui-icons.git"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "creativeLabs Łukasz Holeczek",
|
"name": "creativeLabs Łukasz Holeczek",
|
||||||
"url": "https://coreui.io",
|
"url": "https://coreui.io",
|
||||||
@@ -42,11 +34,27 @@
|
|||||||
"url": "https://github.com/orgs/coreui/people/"
|
"url": "https://github.com/orgs/coreui/people/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"sideEffects": false,
|
||||||
"bugs": {
|
"main": "js/index.js",
|
||||||
"url": "https://github.com/coreui/coreui-icons/issues"
|
"typings": "js/index.d.ts",
|
||||||
|
"style": "css/all.css",
|
||||||
|
"files": [
|
||||||
|
"css/",
|
||||||
|
"fonts/",
|
||||||
|
"js/",
|
||||||
|
"scss/",
|
||||||
|
"sprites/",
|
||||||
|
"svg/"
|
||||||
|
],
|
||||||
|
"scripts": {
|
||||||
|
"clean": "rimraf css",
|
||||||
|
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-concat css-minify",
|
||||||
|
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css scss/:css/",
|
||||||
|
"css-prefix": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
|
||||||
|
"css-concat": "concat -o css/all.css css/free.css css/brand.css css/flag.css",
|
||||||
|
"css-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output css/ --batch --batch-suffix \".min\" \"css/*.css\" \"!css/*.min.css\"",
|
||||||
|
"build": "npm-run-all --sequential clean css"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/coreui/coreui-icons#readme",
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"clean-css-cli": "^5.4.1",
|
"clean-css-cli": "^5.4.1",
|
||||||
"concat": "^1.0.3",
|
"concat": "^1.0.3",
|
||||||
@@ -60,13 +68,5 @@
|
|||||||
"stylelint-config-standard": "^22.0.0",
|
"stylelint-config-standard": "^22.0.0",
|
||||||
"stylelint-order": "^4.1.0",
|
"stylelint-order": "^4.1.0",
|
||||||
"stylelint-scss": "^3.21.0"
|
"stylelint-scss": "^3.21.0"
|
||||||
},
|
}
|
||||||
"files": [
|
|
||||||
"css/",
|
|
||||||
"fonts/",
|
|
||||||
"js/",
|
|
||||||
"scss/",
|
|
||||||
"sprites/",
|
|
||||||
"svg/"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* CoreUI Icons - Brand Icons
|
* CoreUI Icons - Brand Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons/brand/
|
* @link https://coreui.io/icons/brand/
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under CC0 1.0 Universal
|
* Licensed under CC0 1.0 Universal
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* CoreUI Icons - Flag Icons
|
* CoreUI Icons - Flag Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons/flag/
|
* @link https://coreui.io/icons/flag/
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under CC0 1.0 Universal
|
* Licensed under CC0 1.0 Universal
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* CoreUI Icons Free Open Source Icons
|
* CoreUI Icons Free Open Source Icons
|
||||||
* @version v2.0.1
|
* @version v2.1.0
|
||||||
* @link https://coreui.io/icons
|
* @link https://coreui.io/icons
|
||||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||||
* Licensed under MIT (https://coreui.io/icons/license)
|
* Licensed under MIT (https://coreui.io/icons/license)
|
||||||
|
Reference in New Issue
Block a user