@modusoperandi/licit 1.0.8 → 1.0.9
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/bom.xml +6 -6
- package/package.json +1 -1
- package/styles.css +1 -1
package/bom.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bom xmlns="http://cyclonedx.org/schema/bom/1.4" version="1" serialNumber="urn:uuid:
|
|
2
|
+
<bom xmlns="http://cyclonedx.org/schema/bom/1.4" version="1" serialNumber="urn:uuid:4a11b721-7a68-49a8-ab2f-7308593eb5d2">
|
|
3
3
|
<metadata>
|
|
4
|
-
<timestamp>2024-12-
|
|
4
|
+
<timestamp>2024-12-29T09:51:55.135Z</timestamp>
|
|
5
5
|
<tools>
|
|
6
6
|
<tool>
|
|
7
7
|
<name>npm</name>
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
</externalReferences>
|
|
47
47
|
</tool>
|
|
48
48
|
</tools>
|
|
49
|
-
<component type="application" bom-ref="@modusoperandi/licit@1.0.
|
|
49
|
+
<component type="application" bom-ref="@modusoperandi/licit@1.0.9">
|
|
50
50
|
<group>@modusoperandi</group>
|
|
51
51
|
<name>licit</name>
|
|
52
|
-
<version>1.0.
|
|
52
|
+
<version>1.0.9</version>
|
|
53
53
|
<description>Rich text editor built with React and ProseMirror</description>
|
|
54
|
-
<purl>pkg:npm/%40modusoperandi/licit@1.0.
|
|
54
|
+
<purl>pkg:npm/%40modusoperandi/licit@1.0.9</purl>
|
|
55
55
|
<externalReferences>
|
|
56
56
|
<reference type="vcs">
|
|
57
57
|
<url>git+https://github.com/MO-Movia/licit.git</url>
|
|
@@ -50956,7 +50956,7 @@
|
|
|
50956
50956
|
</component>
|
|
50957
50957
|
</components>
|
|
50958
50958
|
<dependencies>
|
|
50959
|
-
<dependency ref="@modusoperandi/licit@1.0.
|
|
50959
|
+
<dependency ref="@modusoperandi/licit@1.0.9">
|
|
50960
50960
|
<dependency ref="@babel/cli@7.26.4"/>
|
|
50961
50961
|
<dependency ref="@babel/core@7.26.0"/>
|
|
50962
50962
|
<dependency ref="@babel/eslint-parser@7.25.9"/>
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
@import './ui/czi-indent.css';
|
|
4
4
|
@import './ui/czi-list.css';
|
|
5
5
|
@import './ui/czi-table.css';
|
|
6
|
-
@import '
|
|
6
|
+
@import '~@modusoperandi/licit-ui-commands/styles.css';
|
|
7
7
|
@import './ui/czi-bookmark-view.css';
|
|
8
8
|
@import './ui/czi-body-layout-editor.css';
|
|
9
9
|
@import './ui/czi-cursor-placeholder.css';
|