From f671507997531602d9ad4089d388f44a6f04d9d8 Mon Sep 17 00:00:00 2001 From: Jatin_Chugh Date: Wed, 3 May 2023 21:14:39 +0530 Subject: [PATCH] design changes as per the new design of Share dialog --- cspell.json | 1 + .../content-node-share.dialog.html | 190 ++++++++++-------- .../content-node-share.dialog.scss | 37 +++- .../content-node-share.dialog.spec.ts | 24 ++- .../content-node-share.dialog.ts | 28 ++- lib/content-services/src/lib/i18n/en.json | 2 +- 6 files changed, 176 insertions(+), 106 deletions(-) diff --git a/cspell.json b/cspell.json index f86d5fc0dd..ae003ba4bb 100644 --- a/cspell.json +++ b/cspell.json @@ -105,6 +105,7 @@ "requirednumbervisibility", "rowspan", "selectitem", + "seperation", "sharedlinks", "sidenav", "snackbar", diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html index a76143cf46..c247749087 100644 --- a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html +++ b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html @@ -1,107 +1,119 @@