@lblod/ember-rdfa-editor-lblod-plugins 24.2.3 → 24.3.0

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,15 @@
1
1
  # @lblod/ember-rdfa-editor-lblod-plugins
2
2
 
3
+ ## 24.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#493](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/493) [`1e596e1`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/1e596e1db4d201ed2cba0713808d918944c51eb6) Thanks [@lagartoverde](https://github.com/lagartoverde)! - Redesign structure nodes v1
8
+
9
+ ### Patch Changes
10
+
11
+ - [#492](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/492) [`76b6ecb`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/76b6ecb4ff09ec18088448fd6da69b9e69f34a7c) Thanks [@elpoelma](https://github.com/elpoelma)! - Disable `rdfaAware` setting for heading nodes in dummy app
12
+
3
13
  ## 24.2.3
4
14
 
5
15
  ### Patch Changes
@@ -7,12 +7,18 @@
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
+ border-radius: 0.1em 0.1em 0 0;
17
+
18
+ h5 {
15
19
  margin: 0;
20
+ font-weight: var(--au-medium);
21
+ font-size: var(--au-h-functional);
16
22
  }
17
23
  .say-structure__title {
18
24
  flex-grow: 1;
@@ -29,15 +35,15 @@
29
35
  word-break: break-word;
30
36
  word-wrap: break-word;
31
37
  }
32
- padding: var(--au-small);
33
38
  }
34
39
  .say-structure__content {
40
+ padding: 0.7rem;
41
+ padding-right: 3rem;
35
42
  [data-slot] {
36
43
  white-space: break-spaces;
37
44
  word-break: break-word;
38
45
  word-wrap: break-word;
39
46
  }
40
- padding: var(--au-small);
41
47
  }
42
48
 
43
49
  .say-structure__content.say-empty {
@@ -51,3 +57,16 @@
51
57
  }
52
58
  }
53
59
  }
60
+
61
+ .ember-node.say-active:has(> .say-structure) {
62
+ outline: none;
63
+ }
64
+
65
+ .ember-node.say-active > .say-structure {
66
+ border-color: var(--au-blue-700);
67
+ border-width: 0.2rem;
68
+ > .say-structure__header {
69
+ border-bottom-color: var(--au-blue-700);
70
+ border-bottom-width: 0.2rem;
71
+ }
72
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lblod/ember-rdfa-editor-lblod-plugins",
3
- "version": "24.2.3",
3
+ "version": "24.3.0",
4
4
  "description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
5
5
  "keywords": [
6
6
  "ember-addon",