@lblod/ember-rdfa-editor-lblod-plugins 24.2.2 → 24.2.3-dev.5e4d57066e72f3cd77824673d38a5050fe51ffb8

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.
@@ -0,0 +1,5 @@
1
+ ---
2
+ '@lblod/ember-rdfa-editor-lblod-plugins': minor
3
+ ---
4
+
5
+ Redesign structure nodes v1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lblod/ember-rdfa-editor-lblod-plugins
2
2
 
3
+ ## 24.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#491](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/491) [`2191d5a`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/2191d5a18669ab15bb64e09ec8e7273020dbca79) Thanks [@piemonkey](https://github.com/piemonkey)! - Do not add `" ."` at the end of 'only article' for single articles
8
+
3
9
  ## 24.2.2
4
10
 
5
11
  ### Patch Changes
@@ -162,7 +162,7 @@ export const emberNodeConfig: () => EmberNodeConfig = () => {
162
162
  },
163
163
  number.toString(),
164
164
  ],
165
- '.',
165
+ isOnlyArticle ? '' : '.',
166
166
  ];
167
167
  }
168
168
  return renderRdfaAware({
@@ -7,12 +7,16 @@
7
7
  white-space: normal;
8
8
  }
9
9
  .say-structure__header {
10
- background-color: var(--au-gray-200);
10
+ background-color: var(--au-gray-100);
11
11
  display: flex;
12
12
  gap: 5px;
13
13
  flex-direction: row;
14
- h4 {
14
+ padding-left: 0.7rem;
15
+ border-bottom: 1px solid var(--au-gray-300);
16
+ h5 {
15
17
  margin: 0;
18
+ font-weight: var(--au-medium);
19
+ font-size: var(--au-h-functional);
16
20
  }
17
21
  .say-structure__title {
18
22
  flex-grow: 1;
@@ -29,15 +33,15 @@
29
33
  word-break: break-word;
30
34
  word-wrap: break-word;
31
35
  }
32
- padding: var(--au-small);
33
36
  }
34
37
  .say-structure__content {
38
+ padding: 0.7rem;
39
+ padding-right: 3rem;
35
40
  [data-slot] {
36
41
  white-space: break-spaces;
37
42
  word-break: break-word;
38
43
  word-wrap: break-word;
39
44
  }
40
- padding: var(--au-small);
41
45
  }
42
46
 
43
47
  .say-structure__content.say-empty {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lblod/ember-rdfa-editor-lblod-plugins",
3
- "version": "24.2.2",
3
+ "version": "24.2.3-dev.5e4d57066e72f3cd77824673d38a5050fe51ffb8",
4
4
  "description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
5
5
  "keywords": [
6
6
  "ember-addon",