@lblod/ember-rdfa-editor-lblod-plugins 19.3.1 → 19.3.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @lblod/ember-rdfa-editor-lblod-plugins
2
2
 
3
+ ## 19.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`881194d`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/881194d4f8e31a5f5242617a1e0dcc5e0ef4eec5) Thanks [@elpoelma](https://github.com/elpoelma)! - Removal of styles from `article-structure-plugin` stylesheet which removed annotation styles
8
+
9
+ - [`78d8685`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/78d86858f11c85e88c09157e71402eeba13294d3) Thanks [@lagartoverde](https://github.com/lagartoverde)! - Don't show title annotation outside the editor
10
+
3
11
  ## 19.3.1
4
12
 
5
13
  ### Patch Changes
@@ -108,9 +108,3 @@
108
108
  margin: 0;
109
109
  }
110
110
  }
111
- .rdfa-annotations [property] {
112
- border-bottom-style: none !important;
113
- }
114
- .rdfa-annotations [typeof] {
115
- border-bottom-style: none !important;
116
- }
@@ -1,9 +1,11 @@
1
- [property='eli:title']:before {
2
- content: 'Document-titel' !important;
3
- }
4
-
5
- [lang='en-US'] {
1
+ .rdfa-annotations-hover {
6
2
  [property='eli:title']:before {
7
- content: 'Document title' !important;
3
+ content: 'Document-titel' !important;
4
+ }
5
+
6
+ [lang='en-US'] {
7
+ [property='eli:title']:before {
8
+ content: 'Document title' !important;
9
+ }
8
10
  }
9
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lblod/ember-rdfa-editor-lblod-plugins",
3
- "version": "19.3.1",
3
+ "version": "19.3.2",
4
4
  "description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
5
5
  "keywords": [
6
6
  "ember-addon",