@ckeditor/ckeditor5-icons 48.2.0 → 48.3.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index-content.css +1 -0
- package/dist/index-editor.css +1 -0
- package/dist/index.css +0 -2
- package/dist/index.d.ts +7 -5
- package/dist/index.js +224 -215
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/index.css.map +0 -1
package/dist/index-content.css
CHANGED
package/dist/index-editor.css
CHANGED
package/dist/index.css
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
* @module icons/index
|
|
7
|
+
*/
|
|
8
8
|
export const IconAccessibility: string;
|
|
9
9
|
export const IconAddComment: string;
|
|
10
10
|
export const IconAI: string;
|
|
11
11
|
export const IconAIAdjustLength: string;
|
|
12
12
|
export const IconAIAskAI: string;
|
|
13
|
+
export const IconAIAuthor: string;
|
|
13
14
|
export const IconAIChangeTone: string;
|
|
14
15
|
export const IconAIChatCommands: string;
|
|
15
16
|
export const IconAIContinueWriting: string;
|
|
@@ -181,6 +182,7 @@ export const IconShowBlocks: string;
|
|
|
181
182
|
export const IconShowChangesOff: string;
|
|
182
183
|
export const IconShowChangesOn: string;
|
|
183
184
|
export const IconSource: string;
|
|
185
|
+
export const IconSparkle: string;
|
|
184
186
|
export const IconSpecialCharacters: string;
|
|
185
187
|
export const IconStop: string;
|
|
186
188
|
export const IconStrikethrough: string;
|