@modusoperandi/licit 1.3.2 → 1.3.3

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.
@@ -23,7 +23,6 @@ import lookUpElement from './lookUpElement.js';
23
23
  import LinkTooltip from './ui/LinkTooltip.js';
24
24
  import scrollIntoView from 'smooth-scroll-into-view-if-needed';
25
25
  import sanitizeURL from './sanitizeURL.js';
26
- import '@modusoperandi/licit-ui-commands/ui/czi-pop-up.css';
27
26
  var SPEC = {
28
27
  key: new PluginKey('LinkTooltipPlugin'),
29
28
  props: {
@@ -14,7 +14,6 @@ import LinkTooltip from './ui/LinkTooltip.js';
14
14
  import scrollIntoView from 'smooth-scroll-into-view-if-needed';
15
15
 
16
16
  import sanitizeURL from './sanitizeURL.js';
17
- import '@modusoperandi/licit-ui-commands/ui/czi-pop-up.css';
18
17
 
19
18
  const SPEC = {
20
19
  key: new PluginKey('LinkTooltipPlugin'),
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.6" version="1" serialNumber="urn:uuid:06b32aa2-91d5-4e95-aa02-d1a88eabfa53">
2
+ <bom xmlns="http://cyclonedx.org/schema/bom/1.6" version="1" serialNumber="urn:uuid:f4fdf80a-e9a3-45f3-a349-cd7d2bba6e7b">
3
3
  <metadata>
4
- <timestamp>2025-05-08T01:21:25.139Z</timestamp>
4
+ <timestamp>2025-05-08T02:46:26.404Z</timestamp>
5
5
  <tools>
6
6
  <components>
7
7
  <component type="application">
@@ -62,17 +62,17 @@
62
62
  </component>
63
63
  </components>
64
64
  </tools>
65
- <component type="application" bom-ref="@modusoperandi/licit@1.3.2">
65
+ <component type="application" bom-ref="@modusoperandi/licit@1.3.3">
66
66
  <group>@modusoperandi</group>
67
67
  <name>licit</name>
68
- <version>1.3.2</version>
68
+ <version>1.3.3</version>
69
69
  <description>Rich text editor built with React and ProseMirror</description>
70
70
  <licenses>
71
71
  <license acknowledgement="declared">
72
72
  <id>MIT</id>
73
73
  </license>
74
74
  </licenses>
75
- <purl>pkg:npm/%40modusoperandi/licit@1.3.2</purl>
75
+ <purl>pkg:npm/%40modusoperandi/licit@1.3.3</purl>
76
76
  <externalReferences>
77
77
  <reference type="vcs">
78
78
  <url>git+https://github.com/MO-Movia/licit.git</url>
@@ -52289,7 +52289,7 @@
52289
52289
  </component>
52290
52290
  </components>
52291
52291
  <dependencies>
52292
- <dependency ref="@modusoperandi/licit@1.3.2">
52292
+ <dependency ref="@modusoperandi/licit@1.3.3">
52293
52293
  <dependency ref="@babel/cli@7.27.2"/>
52294
52294
  <dependency ref="@babel/core@7.27.1"/>
52295
52295
  <dependency ref="@babel/eslint-parser@7.27.1"/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modusoperandi/licit",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "subversion": "1",