@ckeditor/ckeditor5-icons 0.0.1 → 45.0.0-alpha.0

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.
Files changed (176) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +13 -5
  3. package/README.md +28 -3
  4. package/dist/index-content.css +4 -0
  5. package/dist/index-editor.css +4 -0
  6. package/dist/index.css +4 -0
  7. package/dist/index.js +336 -0
  8. package/dist/index.js.map +1 -0
  9. package/package.json +40 -4
  10. package/src/index.d.ts +172 -0
  11. package/src/index.js +172 -0
  12. package/theme/icons/accessibility.svg +1 -0
  13. package/theme/icons/add-comment.svg +1 -0
  14. package/theme/icons/align-bottom.svg +1 -0
  15. package/theme/icons/align-center.svg +1 -0
  16. package/theme/icons/align-justify.svg +1 -0
  17. package/theme/icons/align-left.svg +1 -0
  18. package/theme/icons/align-middle.svg +1 -0
  19. package/theme/icons/align-right.svg +1 -0
  20. package/theme/icons/align-top.svg +1 -0
  21. package/theme/icons/arrow-down.svg +1 -0
  22. package/theme/icons/arrow-up.svg +1 -0
  23. package/theme/icons/bold.svg +1 -0
  24. package/theme/icons/bookmark-inline.svg +1 -0
  25. package/theme/icons/bookmark-medium.svg +1 -0
  26. package/theme/icons/bookmark-small.svg +1 -0
  27. package/theme/icons/bookmark.svg +1 -0
  28. package/theme/icons/browse-files.svg +1 -0
  29. package/theme/icons/bulleted-list.svg +1 -0
  30. package/theme/icons/cancel.svg +1 -0
  31. package/theme/icons/caption.svg +1 -0
  32. package/theme/icons/case-change.svg +1 -0
  33. package/theme/icons/check.svg +1 -0
  34. package/theme/icons/chevron-down.svg +1 -0
  35. package/theme/icons/chevron-up.svg +1 -0
  36. package/theme/icons/ckbox-image-edit.svg +1 -0
  37. package/theme/icons/code-block.svg +1 -0
  38. package/theme/icons/code.svg +1 -0
  39. package/theme/icons/cog.svg +1 -0
  40. package/theme/icons/color-palette.svg +1 -0
  41. package/theme/icons/color-tile-check.svg +1 -0
  42. package/theme/icons/comments-archive.svg +1 -0
  43. package/theme/icons/content-lock.svg +1 -0
  44. package/theme/icons/content-unlock.svg +1 -0
  45. package/theme/icons/copy.svg +1 -0
  46. package/theme/icons/drag-handle.svg +1 -0
  47. package/theme/icons/drag-indicator.svg +1 -0
  48. package/theme/icons/dropbox.svg +1 -0
  49. package/theme/icons/dropdown-arrow.svg +1 -0
  50. package/theme/icons/edit-comment.svg +1 -0
  51. package/theme/icons/emoji.svg +1 -0
  52. package/theme/icons/eraser.svg +1 -0
  53. package/theme/icons/error.svg +1 -0
  54. package/theme/icons/export-pdf.svg +1 -0
  55. package/theme/icons/export-word.svg +1 -0
  56. package/theme/icons/facebook.svg +1 -0
  57. package/theme/icons/find-replace.svg +1 -0
  58. package/theme/icons/font-background.svg +1 -0
  59. package/theme/icons/font-color.svg +1 -0
  60. package/theme/icons/font-family.svg +1 -0
  61. package/theme/icons/font-size.svg +1 -0
  62. package/theme/icons/fullscreen-enter.svg +1 -0
  63. package/theme/icons/fullscreen-leave.svg +1 -0
  64. package/theme/icons/google-drive.svg +1 -0
  65. package/theme/icons/google-photos.svg +1 -0
  66. package/theme/icons/heading1.svg +1 -0
  67. package/theme/icons/heading2.svg +1 -0
  68. package/theme/icons/heading3.svg +1 -0
  69. package/theme/icons/heading4.svg +1 -0
  70. package/theme/icons/heading5.svg +1 -0
  71. package/theme/icons/heading6.svg +1 -0
  72. package/theme/icons/history.svg +1 -0
  73. package/theme/icons/horizontal-line.svg +1 -0
  74. package/theme/icons/html.svg +1 -0
  75. package/theme/icons/image-asset-manager.svg +1 -0
  76. package/theme/icons/image-upload.svg +1 -0
  77. package/theme/icons/image-url.svg +1 -0
  78. package/theme/icons/image.svg +1 -0
  79. package/theme/icons/import-export.svg +1 -0
  80. package/theme/icons/import-word.svg +1 -0
  81. package/theme/icons/indent.svg +1 -0
  82. package/theme/icons/insert-merge-field.svg +1 -0
  83. package/theme/icons/italic.svg +1 -0
  84. package/theme/icons/legal-style-list.svg +1 -0
  85. package/theme/icons/link.svg +1 -0
  86. package/theme/icons/list-style-circle.svg +1 -0
  87. package/theme/icons/list-style-decimal-leading-zero.svg +1 -0
  88. package/theme/icons/list-style-decimal.svg +1 -0
  89. package/theme/icons/list-style-disc.svg +1 -0
  90. package/theme/icons/list-style-lower-latin.svg +1 -0
  91. package/theme/icons/list-style-lower-roman.svg +1 -0
  92. package/theme/icons/list-style-square.svg +1 -0
  93. package/theme/icons/list-style-upper-latin.svg +1 -0
  94. package/theme/icons/list-style-upper-roman.svg +1 -0
  95. package/theme/icons/local.svg +1 -0
  96. package/theme/icons/loupe.svg +1 -0
  97. package/theme/icons/low-vision.svg +1 -0
  98. package/theme/icons/magic-wand.svg +1 -0
  99. package/theme/icons/marker.svg +1 -0
  100. package/theme/icons/media-placeholder.svg +1 -0
  101. package/theme/icons/media.svg +1 -0
  102. package/theme/icons/multi-level-list.svg +1 -0
  103. package/theme/icons/next-arrow.svg +1 -0
  104. package/theme/icons/notification.svg +1 -0
  105. package/theme/icons/numbered-list.svg +1 -0
  106. package/theme/icons/object-center.svg +1 -0
  107. package/theme/icons/object-full-width.svg +1 -0
  108. package/theme/icons/object-inline-left.svg +1 -0
  109. package/theme/icons/object-inline-right.svg +1 -0
  110. package/theme/icons/object-inline.svg +1 -0
  111. package/theme/icons/object-left.svg +1 -0
  112. package/theme/icons/object-right.svg +1 -0
  113. package/theme/icons/object-size-custom.svg +1 -0
  114. package/theme/icons/object-size-full.svg +1 -0
  115. package/theme/icons/object-size-large.svg +1 -0
  116. package/theme/icons/object-size-medium.svg +1 -0
  117. package/theme/icons/object-size-small.svg +1 -0
  118. package/theme/icons/onedrive.svg +1 -0
  119. package/theme/icons/outdent.svg +1 -0
  120. package/theme/icons/page-break.svg +1 -0
  121. package/theme/icons/pagination-example.svg +1 -0
  122. package/theme/icons/paint-roller-cursor-default.svg +1 -0
  123. package/theme/icons/paint-roller-cursor-text.svg +7 -0
  124. package/theme/icons/paint-roller.svg +1 -0
  125. package/theme/icons/paragraph.svg +1 -0
  126. package/theme/icons/pen.svg +1 -0
  127. package/theme/icons/pencil.svg +1 -0
  128. package/theme/icons/pilcrow.svg +1 -0
  129. package/theme/icons/play.svg +1 -0
  130. package/theme/icons/plus.svg +1 -0
  131. package/theme/icons/preview-merge-fields.svg +8 -0
  132. package/theme/icons/previous-arrow.svg +1 -0
  133. package/theme/icons/print.svg +1 -0
  134. package/theme/icons/project-logo.svg +1 -0
  135. package/theme/icons/quote.svg +1 -0
  136. package/theme/icons/redo.svg +1 -0
  137. package/theme/icons/remove-comment.svg +1 -0
  138. package/theme/icons/remove-format.svg +1 -0
  139. package/theme/icons/remove.svg +1 -0
  140. package/theme/icons/return-arrow.svg +1 -0
  141. package/theme/icons/revision-history.svg +1 -0
  142. package/theme/icons/robot-pencil.svg +1 -0
  143. package/theme/icons/select-all.svg +1 -0
  144. package/theme/icons/settings.svg +1 -0
  145. package/theme/icons/show-blocks.svg +1 -0
  146. package/theme/icons/source.svg +1 -0
  147. package/theme/icons/special-characters.svg +1 -0
  148. package/theme/icons/strikethrough.svg +1 -0
  149. package/theme/icons/submit.svg +1 -0
  150. package/theme/icons/subscript.svg +1 -0
  151. package/theme/icons/superscript.svg +1 -0
  152. package/theme/icons/table-cell-properties.svg +1 -0
  153. package/theme/icons/table-column.svg +1 -0
  154. package/theme/icons/table-layout.svg +1 -0
  155. package/theme/icons/table-merge-cell.svg +1 -0
  156. package/theme/icons/table-of-contents.svg +1 -0
  157. package/theme/icons/table-properties.svg +1 -0
  158. package/theme/icons/table-row.svg +1 -0
  159. package/theme/icons/table.svg +1 -0
  160. package/theme/icons/template-generic.svg +6 -0
  161. package/theme/icons/template.svg +1 -0
  162. package/theme/icons/text-alternative.svg +1 -0
  163. package/theme/icons/text.svg +1 -0
  164. package/theme/icons/three-vertical-dots.svg +1 -0
  165. package/theme/icons/todo-list.svg +1 -0
  166. package/theme/icons/track-changes-accept.svg +1 -0
  167. package/theme/icons/track-changes-discard.svg +1 -0
  168. package/theme/icons/track-changes.svg +1 -0
  169. package/theme/icons/underline.svg +1 -0
  170. package/theme/icons/undo.svg +1 -0
  171. package/theme/icons/unlink.svg +1 -0
  172. package/theme/icons/uploadcare-image-edit.svg +1 -0
  173. package/theme/icons/uploadcare-image-upload.svg +1 -0
  174. package/theme/icons/uploadcare-link.svg +1 -0
  175. package/theme/icons/user.svg +1 -0
  176. package/theme/icons/warning.svg +3 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,4 @@
1
+ Changelog
2
+ =========
3
+
4
+ All changes in the package are documented in https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
package/LICENSE.md CHANGED
@@ -1,18 +1,26 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 icons feature** https://github.com/ckeditor/ckeditor5-icons <br>
4
+ **CKEditor&nbsp;5 Image feature** (https://github.com/ckeditor/ckeditor5)<br>
5
5
  Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- CKEditor 5 icons feature is licensed under a commercial license and is protected by copyright law.
8
- For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
7
+ Licensed under a dual-license model, this software is available under:
8
+
9
+ * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
10
+ * or commercial license terms from CKSource Holding sp. z o.o.
11
+
12
+ For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
9
13
 
10
14
  Sources of Intellectual Property Included in CKEditor
11
15
  -----------------------------------------------------
12
16
 
13
- Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
17
+ Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.
18
+
19
+ The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):
20
+
21
+ * Lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
14
22
 
15
23
  Trademarks
16
24
  ----------
17
25
 
18
- **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com). All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
26
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
package/README.md CHANGED
@@ -1,4 +1,29 @@
1
- CKEditor 5 icons
2
- ================
1
+ CKEditor&nbsp;5 icons
2
+ ========================================
3
3
 
4
- This is an initial package for development purposes. It does not contain code yet.
4
+ [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-icons.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-icons)
5
+ [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
+ [![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
7
+
8
+ This package contains icons for CKEditor&nbsp;5.
9
+
10
+ ## Installation
11
+
12
+ This plugin is part of the `ckeditor5` package. Install the whole package to use it.
13
+
14
+ ```bash
15
+ npm install ckeditor5
16
+ ```
17
+
18
+ ## Create free account
19
+
20
+ If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).
21
+
22
+ ## License
23
+
24
+ Licensed under a dual-license model, this software is available under:
25
+
26
+ * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
27
+ * or commercial license terms from CKSource Holding sp. z o.o.
28
+
29
+ For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
package/dist/index.css ADDED
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */