Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 0 additions & 58 deletions src/css-variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,36 +474,16 @@
*/
'--ts-var-checkbox-background-color'?: string;

/**
* Height of the tiles in the Liveboard.
*/
'--ts-var-viz-tile-height'?: string;

/**
* Background color of the layout in the Liveboard.
*/
'--ts-var-liveboard-layout-background'?: string;

/**
* Font color of the title of the layout in the Liveboard.
*/
'--ts-var-liveboard-layout-title-color'?: string;

/**
* Font size of the title of the layout in the Liveboard.
*/
'--ts-var-liveboard-layout-title-fontsize'?: string;

/**
* Background color of the header in the Liveboard.
*/
'--ts-var-liveboard-header-background'?: string;

/**
* Font size of the header in the Liveboard.
*/
'--ts-var-liveboard-header-fontsize'?: string;

/**
* Font color of the header in the Liveboard.
*/
Expand Down Expand Up @@ -537,70 +517,42 @@
/**
* Padding of the groups in the Liveboard.
*
* 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.

Check warning on line 520 in src/css-variables.ts

View workflow job for this annotation

GitHub Actions / build

Comments may not exceed 90 characters
*/
'--ts-var-liveboard-group-padding'?: string;

/**
* Padding of the title of the groups in the Liveboard.
*
* 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.
*/
'--ts-var-liveboard-group-title-padding'?: string;

/**
* Font size of the title of the groups in the Liveboard.
*
* 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.

Check warning on line 527 in src/css-variables.ts

View workflow job for this annotation

GitHub Actions / build

Comments may not exceed 90 characters
*/
'--ts-var-liveboard-group-title-font-size'?: string;

/**
* Font weight of the title of the groups in the Liveboard.
*
* 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.

Check warning on line 534 in src/css-variables.ts

View workflow job for this annotation

GitHub Actions / build

Comments may not exceed 90 characters
*/
'--ts-var-liveboard-group-title-font-weight'?: string;

/**
* Font size of the title of the tiles inside the groups in the Liveboard.
*
* 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.

Check warning on line 541 in src/css-variables.ts

View workflow job for this annotation

GitHub Actions / build

Comments may not exceed 90 characters
*/
'--ts-var-liveboard-group-tile-title-font-size'?: string;

/**
* Font weight of the title of the tiles inside the groups in the Liveboard.
*
* 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.

Check warning on line 548 in src/css-variables.ts

View workflow job for this annotation

GitHub Actions / build

Comments may not exceed 90 characters
*/
'--ts-var-liveboard-group-tile-title-font-weight'?: string;

/**
* Font size of the description of the groups in the Liveboard.
*
* 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.
*/
'--ts-var-liveboard-group-description-font-size'?: string;

/**
* Font weight of the description of the groups in the Liveboard.
*
* 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.
*/
'--ts-var-liveboard-group-description-font-weight'?: string;

/**
* Border of the group tiles in the Liveboard.
*
* 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.
*/
'--ts-var-liveboard-group-tile-border'?: string;

/**
* Padding of the group tiles in the Liveboard.
*
* 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.

Check warning on line 555 in src/css-variables.ts

View workflow job for this annotation

GitHub Actions / build

Comments may not exceed 90 characters
*/
'--ts-var-liveboard-group-tile-padding'?: string;

Expand All @@ -612,14 +564,14 @@
/**
* Background color of the groups in the Liveboard.
*
* 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.

Check warning on line 567 in src/css-variables.ts

View workflow job for this annotation

GitHub Actions / build

Comments may not exceed 90 characters
*/
'--ts-var-liveboard-group-background'?: string;

/**
* Border color of the groups in the Liveboard.
*
* 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.

Check warning on line 574 in src/css-variables.ts

View workflow job for this annotation

GitHub Actions / build

Comments may not exceed 90 characters
*/
'--ts-var-liveboard-group-border-color'?: string;

Expand All @@ -636,14 +588,14 @@
/**
* Font color of the title of the groups in the Liveboard.
*
* 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.

Check warning on line 591 in src/css-variables.ts

View workflow job for this annotation

GitHub Actions / build

Comments may not exceed 90 characters
*/
'--ts-var-liveboard-group-title-font-color'?: string;

/**
* Font color of the description of the groups in the Liveboard.
*
* 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.

Check warning on line 598 in src/css-variables.ts

View workflow job for this annotation

GitHub Actions / build

Comments may not exceed 90 characters
*/
'--ts-var-liveboard-group-description-font-color'?: string;

Expand Down Expand Up @@ -741,16 +693,6 @@
*/
'--ts-var-liveboard-tile-title-fontweight'?: string;

/**
* Font weight of the description of the tiles in the Liveboard.
*/
'--ts-var-liveboard-tile-description-font-weight'?: string;

/**
* Opacity of the description of the tiles in the Liveboard.
*/
'--ts-var-liveboard-tile-description-opacity'?: string;

/**
* Background color of the parameter chips in the Liveboard.
*/
Expand Down
Loading
Loading