Skip to content

Commit

Permalink
Consistently round corners of Ember nodes (#520)
Browse files Browse the repository at this point in the history
* Consistently round corners of Ember nodes

* feat: update editor to released version

---------

Co-authored-by: abeforgit <[email protected]>
  • Loading branch information
piemonkey and abeforgit authored Dec 18, 2024
1 parent 16cddd6 commit e184b29
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-buttons-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lblod/ember-rdfa-editor-lblod-plugins': patch
---

Consistently round corners of ember nodes
1 change: 1 addition & 0 deletions app/styles/mandatee-table-plugin.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.say-mandatee-table-node {
border: 1px solid var(--au-blue-300);
border-radius: var(--au-radius);
.say-mandatee-table-header {
display: flex;
flex-direction: row;
Expand Down
1 change: 1 addition & 0 deletions app/styles/snippet-plugin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@

.say-snippet-card {
border: 1px solid var(--au-blue-300);
border-radius: var(--au-radius);
.say-snippet-title {
background-color: var(--au-blue-300);
font-size: 1.6rem;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@glint/template": "^1.4.0",
"@graphy/content.ttl.write": "^4.3.7",
"@graphy/memory.dataset.fast": "4.3.3",
"@lblod/ember-rdfa-editor": "10.9.0",
"@lblod/ember-rdfa-editor": "10.10.0",
"@rdfjs/types": "^1.1.0",
"@release-it/keep-a-changelog": "^4.0.0",
"@tsconfig/ember": "^3.0.8",
Expand Down
50 changes: 29 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e184b29

Please sign in to comment.