Skip to content

Commit 4f3bb7a

Browse files
committed
fix(docs,icon): updated text
1 parent d05229e commit 4f3bb7a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

apps/docs/src/app/containers/icons-viewer/icon-preview-modal/icon-preview-modal.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ export class IconPreviewModalComponent implements AfterViewInit {
3535
KbqComponentColors.Contrast,
3636
KbqComponentColors.ContrastFade,
3737
KbqComponentColors.Error,
38-
KbqComponentColors.Success
38+
KbqComponentColors.Success,
39+
KbqComponentColors.Warning
3940
];
4041

4142
selectedColorTheme: KbqComponentColors | string = KbqComponentColors.Theme;

packages/components/icon/icon.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Обратите внимание, что Koobiq Icons - это необязательный пакет, и его следует установить вручную.
44

5+
#### Обновленный пакет иконок
6+
7+
Рады представить обновлённый пакет иконок!
8+
Мы очень хотим сохранить именование пакета `@koobiq/icons` и дать возможность плавной миграции (использовать оба пакета в проекте).
9+
10+
Новая версия иконок доступна на GitHub под версией `@koobiq/icons@9.0.0`.
11+
12+
Старый набор иконок теперь будет называться `@koobiq/icons-lts`.
13+
514
#### NPM
615

716
```
@@ -36,7 +45,7 @@ import { KbqIconModule } from '@koobiq/components';
3645

3746
Есть два варианта использования иконок:
3847

39-
1. Добавить атрибут `[color]`, используя следующие значения: _theme_, _theme-fade_, _contrast_, _contrast-fade_, _error_, _warning_, _success_.
48+
1. Добавить атрибут `[color]`, используя следующие значения: _theme_, _contrast_, _contrast-fade_, _error_, _warning_, _success_.
4049

4150
```
4251
<i kbq-icon="kbq-gear_16" [color]="'contrast'"></i>

0 commit comments

Comments
 (0)