@uxf/wysiwyg 11.80.1 → 11.80.4

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/README.md CHANGED
@@ -14,3 +14,4 @@ yarn add @uxf/core @uxf/ui @uxf/wysiwyg
14
14
  /** link plugin css */
15
15
  @import url("@uxf/wysiwyg/styles/base.css");
16
16
  ```
17
+
package/icons-config.js CHANGED
@@ -1,5 +1,6 @@
1
1
  /** @type {import('@uxf/icons-generator/types').Config['icons']} */
2
2
  module.exports = {
3
+ ...require("@uxf/ui/icons-config"),
3
4
  h1: {
4
5
  width: 576,
5
6
  height: 512,
package/icons.d.ts ADDED
@@ -0,0 +1,63 @@
1
+ declare module "@uxf/ui/icon/theme" {
2
+ interface IconsSet {
3
+ "angle-left": true;
4
+ "angle-right": true;
5
+ "arrow-left": true;
6
+ "arrow-right": true;
7
+ "arrow-turn-down-left": true;
8
+ "arrow-turn-down-right": true;
9
+ bars: true;
10
+ "block-quote": true;
11
+ bold: true;
12
+ calendar: true;
13
+ camera: true;
14
+ caretDown: true;
15
+ check: true;
16
+ chevronDown: true;
17
+ chevronLeft: true;
18
+ chevronRight: true;
19
+ chevronUp: true;
20
+ chevronsLeft: true;
21
+ chevronsRight: true;
22
+ clock: true;
23
+ cloud: true;
24
+ "code-simple": true;
25
+ copy: true;
26
+ delete: true;
27
+ edit: true;
28
+ "ellipsis-vertical": true;
29
+ eye: true;
30
+ "eye-slash": true;
31
+ file: true;
32
+ h1: true;
33
+ h2: true;
34
+ h3: true;
35
+ h4: true;
36
+ h5: true;
37
+ h6: true;
38
+ "highlighter-line": true;
39
+ image: true;
40
+ imageFile: true;
41
+ italic: true;
42
+ link: true;
43
+ minus: true;
44
+ ol: true;
45
+ "open-link-in-new-tab": true;
46
+ plus: true;
47
+ "rectangle-wide": true;
48
+ "solid-badge-check": true;
49
+ "solid-circle-info": true;
50
+ "solid-octagon-xmark": true;
51
+ "solid-triangle-exclamation": true;
52
+ trash: true;
53
+ "triangle-exclamation": true;
54
+ "triangle-exclamation-solid": true;
55
+ ul: true;
56
+ underline: true;
57
+ user: true;
58
+ videoFile: true;
59
+ xmark: true;
60
+ xmarkLarge: true;
61
+ youtube: true;
62
+ }
63
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/wysiwyg",
3
- "version": "11.80.1",
3
+ "version": "11.80.4",
4
4
  "description": "UXF Wysiwyg editor",
5
5
  "author": "Robin Dvorak <dvorak@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/wysiwyg",
@@ -25,9 +25,9 @@
25
25
  "@udecode/plate-reset-node": "20.7.2",
26
26
  "@udecode/plate-select": "20.7.2",
27
27
  "@udecode/plate-trailing-block": "20.7.2",
28
- "@uxf/core": "11.80.0",
29
- "@uxf/core-react": "11.80.0",
30
- "@uxf/ui": "11.80.1",
28
+ "@uxf/core": "11.80.4",
29
+ "@uxf/core-react": "11.80.4",
30
+ "@uxf/ui": "11.80.4",
31
31
  "slate": "0.90.0",
32
32
  "slate-history": "0.86.0",
33
33
  "slate-hyperscript": "0.77.0",