From ab4bba8fac883fcc8e839b88f2b597d9147dcb9b Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Wed, 30 Oct 2024 04:15:38 -0400 Subject: carousel doc working well enough for demo --- .../DataVizBox/DocCreatorMenu/TemplateBackend.tsx | 31 ++++++++++++---------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx') diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx index 53b3e7fb6..dbb332734 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx @@ -357,6 +357,8 @@ export class TemplateLayouts { opts: { borderColor: 'yellow', borderWidth: '8', + contentXCentering: "h-center", + backgroundColor: 'transparent', }, }, { @@ -366,27 +368,28 @@ export class TemplateLayouts { opts: { borderColor: 'yellow', borderWidth: '8', + backgroundColor: 'transparent', }, subfields: [ { viewType: ViewType.STATIC, - tl: [0, 0], - br: [0, 0], - types: [TemplateFieldType.VISUAL], + tl: [-.3, -.6], + br: [.3, .6], + types: [TemplateFieldType.VISUAL, TemplateFieldType.TEXT], sizes: [TemplateFieldSize.MEDIUM, TemplateFieldSize.LARGE, TemplateFieldSize.HUGE], - description: 'A medium to large field for visual content that will share central focus with other content in the carousel.', + description: 'A medium to large field for content that will share central focus with other content in the carousel.', opts: { - borderColor: 'black', + borderColor: 'yellow', borderWidth: '8', }, }, { viewType: ViewType.STATIC, - tl: [0, 0], - br: [0, 0], - types: [TemplateFieldType.VISUAL], + tl: [-.3, -.6], + br: [.3, .6], + types: [TemplateFieldType.VISUAL, TemplateFieldType.TEXT], sizes: [TemplateFieldSize.MEDIUM, TemplateFieldSize.LARGE, TemplateFieldSize.HUGE], - description: 'A medium to large field for visual content that will share central focus with other content in the carousel.', + description: 'A medium to large field for content that will share central focus with other content in the carousel.', opts: { borderColor: 'black', borderWidth: '8', @@ -394,13 +397,13 @@ export class TemplateLayouts { }, { viewType: ViewType.STATIC, - tl: [0, 0], - br: [0, 0], - types: [TemplateFieldType.VISUAL], + tl: [-.3, -.6], + br: [.3, .6], + types: [TemplateFieldType.VISUAL, TemplateFieldType.TEXT], sizes: [TemplateFieldSize.MEDIUM, TemplateFieldSize.LARGE, TemplateFieldSize.HUGE], - description: 'A medium to large field for visual content that will share central focus with other content in the carousel.', + description: 'A medium to large field for content that will share central focus with other content in the carousel.', opts: { - borderColor: 'black', + borderColor: 'yellow', borderWidth: '8', }, }, -- cgit v1.2.3-70-g09d2