@onehat/ui 0.2.61 → 0.2.62
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/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import UiGlobals from '../UiGlobals.js';
|
|
2
|
-
import CKEditor from '../Components/Form/Field/CKEditor/CKEditor.js';
|
|
2
|
+
// import CKEditor from '../Components/Form/Field/CKEditor/CKEditor.js';
|
|
3
3
|
import Datetime from '../PlatformImports/Web/Datetime.js';
|
|
4
4
|
import Draggable from '../PlatformImports/Web/Draggable.js';
|
|
5
5
|
import File from '../Components/Form/Field/File.js';
|
|
@@ -7,7 +7,7 @@ import _ from 'lodash';
|
|
|
7
7
|
|
|
8
8
|
export default function registerWebComponents() {
|
|
9
9
|
_.merge(UiGlobals.components, {
|
|
10
|
-
CKEditor,
|
|
10
|
+
// CKEditor, // The CKEditor was giving me CSS import errors, so had to disable it until I can fix those
|
|
11
11
|
Datetime,
|
|
12
12
|
Draggable,
|
|
13
13
|
File,
|