aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-10-30 04:15:38 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-10-30 04:15:38 -0400
commitab4bba8fac883fcc8e839b88f2b597d9147dcb9b (patch)
tree37c6fa9866c07a62071bec5cbdff8dafb683bd36 /src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx
parent4b9536c0b4db5922ac33523dc3d4f33d37007982 (diff)
carousel doc working well enough for demo
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx31
1 files changed, 17 insertions, 14 deletions
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',
},
},