Skip to content

Commit 1b3fe15

Browse files
committed
release: v2.0.0-rc.1
1 parent 50beaf7 commit 1b3fe15

15 files changed

+155
-197
lines changed

NWB.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm package][npm-badge]][npm]
44
[![NPM downloads][npm-download]][npm]
5-
![react](https://img.shields.io/badge/react-^17.0.1-lightgrey.svg?style=flat-square&logo=react)
5+
![react](https://img.shields.io/badge/react-^17.0.2-lightgrey.svg?style=flat-square&logo=react)
66

77

88
[npm-badge]: https://img.shields.io/npm/v/@coreui/icons-react/latest?style=flat-square
@@ -31,10 +31,6 @@ yarn add @coreui/icons-react
3131
import { CIcon } from '@coreui/icons-react';
3232
import { cifAU } from '@coreui/icons';
3333
```
34-
or:
35-
```scss
36-
@import '~@coreui/icons/css/all.css';
37-
```
3834

3935
##### usage:
4036
```jsx
@@ -43,7 +39,7 @@ class CoreUIIcons extends Component {
4339
...
4440
render() {
4541
return (
46-
<CIcon name="cil-list" size="2xl"/>
42+
<CIcon name="cil-list" size="xxl"/>
4743
)
4844
}
4945
...

dist/CIcon.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export interface CIconProps extends DOMAttributes<SVGSVGElement> {
1414
*/
1515
content?: string | Array<string>;
1616
/**
17-
* Size of the icon. Available sizes: 'sm', 'lg', 'xl', '2xl'...'9xl', 'custom', 'custom-size'. [docs]
17+
* Size of the icon. Available sizes: 'sm', 'lg', 'xl', 'xxl', '3xl...9xl', 'custom', 'custom-size'. [docs]
1818
*/
19-
size?: 'custom-size' | 'sm' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl' | '9xl';
19+
size?: 'custom-size' | 'sm' | 'lg' | 'xl' | 'xxl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl' | '9xl';
2020
/**
2121
* Use for replacing default CIcon component classes. Prop is overriding the 'size' prop. [docs]
2222
*/

dist/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
font-size: 1rem;
1212
}
1313

14-
.icon:not(.icon-c-s):not(.icon-custom-size).icon-2xl {
14+
.icon:not(.icon-c-s):not(.icon-custom-size).icon-xxl {
1515
width: 2rem;
1616
height: 2rem;
1717
font-size: 2rem;

dist/index.es.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
font-size: 1rem;
1212
}
1313

14-
.icon:not(.icon-c-s):not(.icon-custom-size).icon-2xl {
14+
.icon:not(.icon-c-s):not(.icon-custom-size).icon-xxl {
1515
width: 2rem;
1616
height: 2rem;
1717
font-size: 2rem;

dist/index.es.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

link.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)