Skip to content

Commit e643477

Browse files
SCAL-277608 feat(css-variables): remove unused liveboard styling variables from documentation (#332)
1 parent 7370912 commit e643477

File tree

2 files changed

+3161
-3388
lines changed

2 files changed

+3161
-3388
lines changed

src/css-variables.ts

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -474,36 +474,16 @@ export interface CustomCssVariables {
474474
*/
475475
'--ts-var-checkbox-background-color'?: string;
476476

477-
/**
478-
* Height of the tiles in the Liveboard.
479-
*/
480-
'--ts-var-viz-tile-height'?: string;
481-
482477
/**
483478
* Background color of the layout in the Liveboard.
484479
*/
485480
'--ts-var-liveboard-layout-background'?: string;
486481

487-
/**
488-
* Font color of the title of the layout in the Liveboard.
489-
*/
490-
'--ts-var-liveboard-layout-title-color'?: string;
491-
492-
/**
493-
* Font size of the title of the layout in the Liveboard.
494-
*/
495-
'--ts-var-liveboard-layout-title-fontsize'?: string;
496-
497482
/**
498483
* Background color of the header in the Liveboard.
499484
*/
500485
'--ts-var-liveboard-header-background'?: string;
501486

502-
/**
503-
* Font size of the header in the Liveboard.
504-
*/
505-
'--ts-var-liveboard-header-fontsize'?: string;
506-
507487
/**
508488
* Font color of the header in the Liveboard.
509489
*/
@@ -541,13 +521,6 @@ export interface CustomCssVariables {
541521
*/
542522
'--ts-var-liveboard-group-padding'?: string;
543523

544-
/**
545-
* Padding of the title of the groups in the Liveboard.
546-
*
547-
* Please enable the Liveboard styling and grouping feature in your ThoughtSpot instance and then set the isLiveboardStylingAndGrouping SDK flag to true to start modifying this CSS variable.
548-
*/
549-
'--ts-var-liveboard-group-title-padding'?: string;
550-
551524
/**
552525
* Font size of the title of the groups in the Liveboard.
553526
*
@@ -576,27 +549,6 @@ export interface CustomCssVariables {
576549
*/
577550
'--ts-var-liveboard-group-tile-title-font-weight'?: string;
578551

579-
/**
580-
* Font size of the description of the groups in the Liveboard.
581-
*
582-
* Please enable the Liveboard styling and grouping feature in your ThoughtSpot instance and then set the isLiveboardStylingAndGrouping SDK flag to true to start modifying this CSS variable.
583-
*/
584-
'--ts-var-liveboard-group-description-font-size'?: string;
585-
586-
/**
587-
* Font weight of the description of the groups in the Liveboard.
588-
*
589-
* Please enable the Liveboard styling and grouping feature in your ThoughtSpot instance and then set the isLiveboardStylingAndGrouping SDK flag to true to start modifying this CSS variable.
590-
*/
591-
'--ts-var-liveboard-group-description-font-weight'?: string;
592-
593-
/**
594-
* Border of the group tiles in the Liveboard.
595-
*
596-
* Please enable the Liveboard styling and grouping feature in your ThoughtSpot instance and then set the isLiveboardStylingAndGrouping SDK flag to true to start modifying this CSS variable.
597-
*/
598-
'--ts-var-liveboard-group-tile-border'?: string;
599-
600552
/**
601553
* Padding of the group tiles in the Liveboard.
602554
*
@@ -741,16 +693,6 @@ export interface CustomCssVariables {
741693
*/
742694
'--ts-var-liveboard-tile-title-fontweight'?: string;
743695

744-
/**
745-
* Font weight of the description of the tiles in the Liveboard.
746-
*/
747-
'--ts-var-liveboard-tile-description-font-weight'?: string;
748-
749-
/**
750-
* Opacity of the description of the tiles in the Liveboard.
751-
*/
752-
'--ts-var-liveboard-tile-description-opacity'?: string;
753-
754696
/**
755697
* Background color of the parameter chips in the Liveboard.
756698
*/

0 commit comments

Comments
 (0)