@thoughtspot/visual-embed-sdk 1.50.0 → 1.51.0-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/package.json +1 -1
- package/cjs/src/config.d.ts +1 -0
- package/cjs/src/config.d.ts.map +1 -1
- package/cjs/src/config.js +2 -1
- package/cjs/src/config.js.map +1 -1
- package/cjs/src/css-variables.d.ts +122 -0
- package/cjs/src/css-variables.d.ts.map +1 -1
- package/cjs/src/embed/app.d.ts +176 -24
- package/cjs/src/embed/app.d.ts.map +1 -1
- package/cjs/src/embed/app.js +86 -38
- package/cjs/src/embed/app.js.map +1 -1
- package/cjs/src/embed/app.spec.js +672 -150
- package/cjs/src/embed/app.spec.js.map +1 -1
- package/cjs/src/embed/base.d.ts +1 -1
- package/cjs/src/embed/base.js +1 -1
- package/cjs/src/embed/conversation.d.ts +401 -2
- package/cjs/src/embed/conversation.d.ts.map +1 -1
- package/cjs/src/embed/conversation.js +32 -16
- package/cjs/src/embed/conversation.js.map +1 -1
- package/cjs/src/embed/conversation.spec.js +346 -17
- package/cjs/src/embed/conversation.spec.js.map +1 -1
- package/cjs/src/embed/events.spec.js +638 -0
- package/cjs/src/embed/events.spec.js.map +1 -1
- package/cjs/src/embed/host-events.spec.js +187 -0
- package/cjs/src/embed/host-events.spec.js.map +1 -1
- package/cjs/src/embed/hostEventClient/contracts.d.ts +51 -14
- package/cjs/src/embed/hostEventClient/contracts.d.ts.map +1 -1
- package/cjs/src/embed/hostEventClient/contracts.js +11 -1
- package/cjs/src/embed/hostEventClient/contracts.js.map +1 -1
- package/cjs/src/embed/hostEventClient/host-event-client.d.ts +2 -1
- package/cjs/src/embed/hostEventClient/host-event-client.d.ts.map +1 -1
- package/cjs/src/embed/hostEventClient/host-event-client.js +9 -0
- package/cjs/src/embed/hostEventClient/host-event-client.js.map +1 -1
- package/cjs/src/embed/hostEventClient/host-event-client.spec.js +236 -0
- package/cjs/src/embed/hostEventClient/host-event-client.spec.js.map +1 -1
- package/cjs/src/embed/hostEventClient/utils.d.ts +2 -0
- package/cjs/src/embed/hostEventClient/utils.d.ts.map +1 -1
- package/cjs/src/embed/hostEventClient/utils.js +32 -2
- package/cjs/src/embed/hostEventClient/utils.js.map +1 -1
- package/cjs/src/embed/hostEventClient/utils.spec.js +178 -0
- package/cjs/src/embed/hostEventClient/utils.spec.js.map +1 -1
- package/cjs/src/embed/liveboard.d.ts +81 -13
- package/cjs/src/embed/liveboard.d.ts.map +1 -1
- package/cjs/src/embed/liveboard.js +50 -9
- package/cjs/src/embed/liveboard.js.map +1 -1
- package/cjs/src/embed/liveboard.spec.js +432 -4
- package/cjs/src/embed/liveboard.spec.js.map +1 -1
- package/cjs/src/embed/spotter-utils.d.ts +15 -1
- package/cjs/src/embed/spotter-utils.d.ts.map +1 -1
- package/cjs/src/embed/spotter-utils.js +28 -1
- package/cjs/src/embed/spotter-utils.js.map +1 -1
- package/cjs/src/embed/spotter-utils.spec.js +129 -0
- package/cjs/src/embed/spotter-utils.spec.js.map +1 -1
- package/cjs/src/embed/spotter-viz-utils.d.ts +37 -4
- package/cjs/src/embed/spotter-viz-utils.d.ts.map +1 -1
- package/cjs/src/embed/spotter-viz-utils.js.map +1 -1
- package/cjs/src/embed/spotter-viz-utils.spec.js +17 -0
- package/cjs/src/embed/spotter-viz-utils.spec.js.map +1 -1
- package/cjs/src/embed/ts-embed.d.ts +16 -8
- package/cjs/src/embed/ts-embed.d.ts.map +1 -1
- package/cjs/src/embed/ts-embed.js +96 -37
- package/cjs/src/embed/ts-embed.js.map +1 -1
- package/cjs/src/embed/ts-embed.spec.js +683 -3
- package/cjs/src/embed/ts-embed.spec.js.map +1 -1
- package/cjs/src/errors.d.ts +1 -0
- package/cjs/src/errors.d.ts.map +1 -1
- package/cjs/src/errors.js +1 -0
- package/cjs/src/errors.js.map +1 -1
- package/cjs/src/index.d.ts +3 -3
- package/cjs/src/index.d.ts.map +1 -1
- package/cjs/src/index.js +4 -2
- package/cjs/src/index.js.map +1 -1
- package/cjs/src/mixpanel-service.d.ts +4 -0
- package/cjs/src/mixpanel-service.d.ts.map +1 -1
- package/cjs/src/mixpanel-service.js +4 -0
- package/cjs/src/mixpanel-service.js.map +1 -1
- package/cjs/src/react/all-types-export.d.ts +1 -1
- package/cjs/src/react/all-types-export.d.ts.map +1 -1
- package/cjs/src/react/all-types-export.js +2 -1
- package/cjs/src/react/all-types-export.js.map +1 -1
- package/cjs/src/react/all-types-export.parity.spec.d.ts +2 -0
- package/cjs/src/react/all-types-export.parity.spec.d.ts.map +1 -0
- package/cjs/src/react/all-types-export.parity.spec.js +194 -0
- package/cjs/src/react/all-types-export.parity.spec.js.map +1 -0
- package/cjs/src/react/index.d.ts +66 -32
- package/cjs/src/react/index.d.ts.map +1 -1
- package/cjs/src/react/index.js +5 -3
- package/cjs/src/react/index.js.map +1 -1
- package/cjs/src/react/index.spec.js +101 -0
- package/cjs/src/react/index.spec.js.map +1 -1
- package/cjs/src/react/util.spec.js +251 -0
- package/cjs/src/react/util.spec.js.map +1 -1
- package/cjs/src/types.d.ts +902 -28
- package/cjs/src/types.d.ts.map +1 -1
- package/cjs/src/types.js +701 -14
- package/cjs/src/types.js.map +1 -1
- package/cjs/src/utils/processData.spec.js +93 -0
- package/cjs/src/utils/processData.spec.js.map +1 -1
- package/cjs/src/utils/processTrigger.spec.js +61 -0
- package/cjs/src/utils/processTrigger.spec.js.map +1 -1
- package/cjs/src/utils.spec.js +4 -0
- package/cjs/src/utils.spec.js.map +1 -1
- package/dist/{index-B5xoN6Cp.js → index-Bivg-mDx.js} +1 -1
- package/dist/src/config.d.ts +1 -0
- package/dist/src/config.d.ts.map +1 -1
- package/dist/src/css-variables.d.ts +122 -0
- package/dist/src/css-variables.d.ts.map +1 -1
- package/dist/src/embed/app.d.ts +176 -24
- package/dist/src/embed/app.d.ts.map +1 -1
- package/dist/src/embed/base.d.ts +1 -1
- package/dist/src/embed/conversation.d.ts +401 -2
- package/dist/src/embed/conversation.d.ts.map +1 -1
- package/dist/src/embed/hostEventClient/contracts.d.ts +51 -14
- package/dist/src/embed/hostEventClient/contracts.d.ts.map +1 -1
- package/dist/src/embed/hostEventClient/host-event-client.d.ts +2 -1
- package/dist/src/embed/hostEventClient/host-event-client.d.ts.map +1 -1
- package/dist/src/embed/hostEventClient/utils.d.ts +2 -0
- package/dist/src/embed/hostEventClient/utils.d.ts.map +1 -1
- package/dist/src/embed/liveboard.d.ts +81 -13
- package/dist/src/embed/liveboard.d.ts.map +1 -1
- package/dist/src/embed/spotter-utils.d.ts +15 -1
- package/dist/src/embed/spotter-utils.d.ts.map +1 -1
- package/dist/src/embed/spotter-viz-utils.d.ts +37 -4
- package/dist/src/embed/spotter-viz-utils.d.ts.map +1 -1
- package/dist/src/embed/ts-embed.d.ts +16 -8
- package/dist/src/embed/ts-embed.d.ts.map +1 -1
- package/dist/src/errors.d.ts +1 -0
- package/dist/src/errors.d.ts.map +1 -1
- package/dist/src/index.d.ts +3 -3
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/mixpanel-service.d.ts +4 -0
- package/dist/src/mixpanel-service.d.ts.map +1 -1
- package/dist/src/react/all-types-export.d.ts +1 -1
- package/dist/src/react/all-types-export.d.ts.map +1 -1
- package/dist/src/react/all-types-export.parity.spec.d.ts +2 -0
- package/dist/src/react/all-types-export.parity.spec.d.ts.map +1 -0
- package/dist/src/react/index.d.ts +66 -32
- package/dist/src/react/index.d.ts.map +1 -1
- package/dist/src/types.d.ts +902 -28
- package/dist/src/types.d.ts.map +1 -1
- package/dist/tsembed-react.es.js +1269 -206
- package/dist/tsembed-react.js +1268 -205
- package/dist/tsembed.es.js +1364 -304
- package/dist/tsembed.js +1362 -302
- package/dist/visual-embed-sdk-react-full.d.ts +1867 -157
- package/dist/visual-embed-sdk-react.d.ts +1872 -161
- package/dist/visual-embed-sdk.d.ts +1815 -127
- package/lib/package.json +1 -1
- package/lib/src/config.d.ts +1 -0
- package/lib/src/config.d.ts.map +1 -1
- package/lib/src/config.js +1 -0
- package/lib/src/config.js.map +1 -1
- package/lib/src/css-variables.d.ts +122 -0
- package/lib/src/css-variables.d.ts.map +1 -1
- package/lib/src/embed/app.d.ts +176 -24
- package/lib/src/embed/app.d.ts.map +1 -1
- package/lib/src/embed/app.js +87 -39
- package/lib/src/embed/app.js.map +1 -1
- package/lib/src/embed/app.spec.js +673 -151
- package/lib/src/embed/app.spec.js.map +1 -1
- package/lib/src/embed/base.d.ts +1 -1
- package/lib/src/embed/base.js +1 -1
- package/lib/src/embed/conversation.d.ts +401 -2
- package/lib/src/embed/conversation.d.ts.map +1 -1
- package/lib/src/embed/conversation.js +33 -17
- package/lib/src/embed/conversation.js.map +1 -1
- package/lib/src/embed/conversation.spec.js +347 -18
- package/lib/src/embed/conversation.spec.js.map +1 -1
- package/lib/src/embed/events.spec.js +638 -0
- package/lib/src/embed/events.spec.js.map +1 -1
- package/lib/src/embed/host-events.spec.js +188 -1
- package/lib/src/embed/host-events.spec.js.map +1 -1
- package/lib/src/embed/hostEventClient/contracts.d.ts +51 -14
- package/lib/src/embed/hostEventClient/contracts.d.ts.map +1 -1
- package/lib/src/embed/hostEventClient/contracts.js +10 -0
- package/lib/src/embed/hostEventClient/contracts.js.map +1 -1
- package/lib/src/embed/hostEventClient/host-event-client.d.ts +2 -1
- package/lib/src/embed/hostEventClient/host-event-client.d.ts.map +1 -1
- package/lib/src/embed/hostEventClient/host-event-client.js +10 -1
- package/lib/src/embed/hostEventClient/host-event-client.js.map +1 -1
- package/lib/src/embed/hostEventClient/host-event-client.spec.js +236 -0
- package/lib/src/embed/hostEventClient/host-event-client.spec.js.map +1 -1
- package/lib/src/embed/hostEventClient/utils.d.ts +2 -0
- package/lib/src/embed/hostEventClient/utils.d.ts.map +1 -1
- package/lib/src/embed/hostEventClient/utils.js +28 -1
- package/lib/src/embed/hostEventClient/utils.js.map +1 -1
- package/lib/src/embed/hostEventClient/utils.spec.js +179 -1
- package/lib/src/embed/hostEventClient/utils.spec.js.map +1 -1
- package/lib/src/embed/liveboard.d.ts +81 -13
- package/lib/src/embed/liveboard.d.ts.map +1 -1
- package/lib/src/embed/liveboard.js +50 -9
- package/lib/src/embed/liveboard.js.map +1 -1
- package/lib/src/embed/liveboard.spec.js +432 -4
- package/lib/src/embed/liveboard.spec.js.map +1 -1
- package/lib/src/embed/spotter-utils.d.ts +15 -1
- package/lib/src/embed/spotter-utils.d.ts.map +1 -1
- package/lib/src/embed/spotter-utils.js +25 -0
- package/lib/src/embed/spotter-utils.js.map +1 -1
- package/lib/src/embed/spotter-utils.spec.js +130 -1
- package/lib/src/embed/spotter-utils.spec.js.map +1 -1
- package/lib/src/embed/spotter-viz-utils.d.ts +37 -4
- package/lib/src/embed/spotter-viz-utils.d.ts.map +1 -1
- package/lib/src/embed/spotter-viz-utils.js.map +1 -1
- package/lib/src/embed/spotter-viz-utils.spec.js +17 -0
- package/lib/src/embed/spotter-viz-utils.spec.js.map +1 -1
- package/lib/src/embed/ts-embed.d.ts +16 -8
- package/lib/src/embed/ts-embed.d.ts.map +1 -1
- package/lib/src/embed/ts-embed.js +96 -37
- package/lib/src/embed/ts-embed.js.map +1 -1
- package/lib/src/embed/ts-embed.spec.js +683 -3
- package/lib/src/embed/ts-embed.spec.js.map +1 -1
- package/lib/src/errors.d.ts +1 -0
- package/lib/src/errors.d.ts.map +1 -1
- package/lib/src/errors.js +1 -0
- package/lib/src/errors.js.map +1 -1
- package/lib/src/index.d.ts +3 -3
- package/lib/src/index.d.ts.map +1 -1
- package/lib/src/index.js +3 -3
- package/lib/src/index.js.map +1 -1
- package/lib/src/mixpanel-service.d.ts +4 -0
- package/lib/src/mixpanel-service.d.ts.map +1 -1
- package/lib/src/mixpanel-service.js +4 -0
- package/lib/src/mixpanel-service.js.map +1 -1
- package/lib/src/react/all-types-export.d.ts +1 -1
- package/lib/src/react/all-types-export.d.ts.map +1 -1
- package/lib/src/react/all-types-export.js +1 -1
- package/lib/src/react/all-types-export.js.map +1 -1
- package/lib/src/react/all-types-export.parity.spec.d.ts +2 -0
- package/lib/src/react/all-types-export.parity.spec.d.ts.map +1 -0
- package/lib/src/react/all-types-export.parity.spec.js +191 -0
- package/lib/src/react/all-types-export.parity.spec.js.map +1 -0
- package/lib/src/react/index.d.ts +66 -32
- package/lib/src/react/index.d.ts.map +1 -1
- package/lib/src/react/index.js +5 -3
- package/lib/src/react/index.js.map +1 -1
- package/lib/src/react/index.spec.js +102 -1
- package/lib/src/react/index.spec.js.map +1 -1
- package/lib/src/react/util.spec.js +251 -0
- package/lib/src/react/util.spec.js.map +1 -1
- package/lib/src/types.d.ts +902 -28
- package/lib/src/types.d.ts.map +1 -1
- package/lib/src/types.js +701 -14
- package/lib/src/types.js.map +1 -1
- package/lib/src/utils/processData.spec.js +93 -0
- package/lib/src/utils/processData.spec.js.map +1 -1
- package/lib/src/utils/processTrigger.spec.js +61 -0
- package/lib/src/utils/processTrigger.spec.js.map +1 -1
- package/lib/src/utils.spec.js +4 -0
- package/lib/src/utils.spec.js.map +1 -1
- package/lib/src/visual-embed-sdk.d.ts +1815 -127
- package/package.json +1 -1
- package/src/config.ts +1 -0
- package/src/css-variables.ts +150 -0
- package/src/embed/app.spec.ts +877 -196
- package/src/embed/app.ts +276 -75
- package/src/embed/base.ts +1 -1
- package/src/embed/conversation.spec.ts +411 -21
- package/src/embed/conversation.ts +441 -18
- package/src/embed/events.spec.ts +761 -1
- package/src/embed/host-events.spec.ts +242 -0
- package/src/embed/hostEventClient/contracts.ts +57 -14
- package/src/embed/hostEventClient/host-event-client.spec.ts +372 -0
- package/src/embed/hostEventClient/host-event-client.ts +18 -2
- package/src/embed/hostEventClient/utils.spec.ts +204 -0
- package/src/embed/hostEventClient/utils.ts +37 -10
- package/src/embed/liveboard.spec.ts +565 -4
- package/src/embed/liveboard.ts +155 -28
- package/src/embed/spotter-utils.spec.ts +140 -1
- package/src/embed/spotter-utils.ts +36 -1
- package/src/embed/spotter-viz-utils.spec.ts +17 -0
- package/src/embed/spotter-viz-utils.ts +37 -4
- package/src/embed/ts-embed.spec.ts +885 -3
- package/src/embed/ts-embed.ts +111 -39
- package/src/errors.ts +1 -0
- package/src/index.ts +45 -2
- package/src/mixpanel-service.ts +4 -0
- package/src/react/all-types-export.parity.spec.ts +208 -0
- package/src/react/all-types-export.ts +22 -0
- package/src/react/index.spec.tsx +158 -0
- package/src/react/index.tsx +70 -33
- package/src/react/util.spec.tsx +255 -0
- package/src/types.ts +904 -24
- package/src/utils/processData.spec.ts +97 -0
- package/src/utils/processTrigger.spec.ts +91 -0
- package/src/utils.spec.ts +5 -0
package/package.json
CHANGED
package/src/config.ts
CHANGED
package/src/css-variables.ts
CHANGED
|
@@ -44,6 +44,51 @@ export interface CustomCssVariables {
|
|
|
44
44
|
*/
|
|
45
45
|
'--ts-var-nav-color'?: string;
|
|
46
46
|
|
|
47
|
+
/**
|
|
48
|
+
* Background color of the left navigation panel.
|
|
49
|
+
*/
|
|
50
|
+
'--ts-var-left-nav-background'?: string;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Background color of the active tab in the left navigation panel.
|
|
54
|
+
*/
|
|
55
|
+
'--ts-var-left-nav-active-tab-background'?: string;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Border color of the active tab in the left navigation panel.
|
|
59
|
+
*/
|
|
60
|
+
'--ts-var-left-nav-active-tab-border-color'?: string;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Font color of the section title in the left navigation panel.
|
|
64
|
+
*/
|
|
65
|
+
'--ts-var-left-nav-section-title-color'?: string;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Font color of the items in the left navigation panel.
|
|
69
|
+
*/
|
|
70
|
+
'--ts-var-left-nav-item-color'?: string;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Font color of the selected item in the left navigation panel.
|
|
74
|
+
*/
|
|
75
|
+
'--ts-var-left-nav-item-selection-color'?: string;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Background color of the selected item in the left navigation panel.
|
|
79
|
+
*/
|
|
80
|
+
'--ts-var-left-nav-item-selection-background'?: string;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Color of the active tab icon in the left navigation panel.
|
|
84
|
+
*/
|
|
85
|
+
'--ts-var-left-nav-tab-icon-active-color'?: string;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Color of the inactive tab icon in the left navigation panel.
|
|
89
|
+
*/
|
|
90
|
+
'--ts-var-left-nav-tab-icon-inactive-color'?: string;
|
|
91
|
+
|
|
47
92
|
/**
|
|
48
93
|
* Background color of the *Search data* button.
|
|
49
94
|
*/
|
|
@@ -489,6 +534,14 @@ export interface CustomCssVariables {
|
|
|
489
534
|
*/
|
|
490
535
|
'--ts-var-liveboard-header-font-color'?: string;
|
|
491
536
|
|
|
537
|
+
/**
|
|
538
|
+
* Left and right margin of the header and the tab/filter section of an
|
|
539
|
+
* embedded Liveboard. Use alongside the `liveboardGutter` view config to
|
|
540
|
+
* keep the header aligned with a custom tile-grid gutter.
|
|
541
|
+
* @version SDK: 1.53.0 | ThoughtSpot Cloud: 26.10.0.cl
|
|
542
|
+
*/
|
|
543
|
+
'--ts-var-liveboard-header-horizontal-margin'?: string;
|
|
544
|
+
|
|
492
545
|
/**
|
|
493
546
|
* Border color of the tiles in the Liveboard.
|
|
494
547
|
*/
|
|
@@ -499,6 +552,31 @@ export interface CustomCssVariables {
|
|
|
499
552
|
*/
|
|
500
553
|
'--ts-var-liveboard-tile-background'?: string;
|
|
501
554
|
|
|
555
|
+
/**
|
|
556
|
+
* Font color of the insight tiles in the Liveboard.
|
|
557
|
+
*/
|
|
558
|
+
'--ts-var-liveboard-insight-tile-font-color'?: string;
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* Background color of the insight tiles in the Liveboard.
|
|
562
|
+
*/
|
|
563
|
+
'--ts-var-liveboard-insight-tile-background'?: string;
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* Icon color of the insight tiles in the Liveboard.
|
|
567
|
+
*/
|
|
568
|
+
'--ts-var-liveboard-insight-tile-icon-color'?: string;
|
|
569
|
+
|
|
570
|
+
/**
|
|
571
|
+
* Font color of the success text in the insight tiles in the Liveboard.
|
|
572
|
+
*/
|
|
573
|
+
'--ts-var-liveboard-insight-tile-success-color'?: string;
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* Font color of the failure text in the insight tiles in the Liveboard.
|
|
577
|
+
*/
|
|
578
|
+
'--ts-var-liveboard-insight-tile-failure-color'?: string;
|
|
579
|
+
|
|
502
580
|
/**
|
|
503
581
|
* Border radius of the tiles in the Liveboard.
|
|
504
582
|
*/
|
|
@@ -757,6 +835,15 @@ export interface CustomCssVariables {
|
|
|
757
835
|
*/
|
|
758
836
|
'--ts-var-parameter-chip-active-text-color'?: string;
|
|
759
837
|
|
|
838
|
+
/**
|
|
839
|
+
* Color of the dot indicator shown on a filter or parameter chip in the
|
|
840
|
+
* centralized filter modal on a Liveboard. The dot appears when the
|
|
841
|
+
* filter or parameter value has been modified but the changes are not
|
|
842
|
+
* yet applied to the Liveboard.
|
|
843
|
+
* @version SDK: 1.52.0 | ThoughtSpot: 26.10.0.cl
|
|
844
|
+
*/
|
|
845
|
+
'--ts-var-unsaved-filter-indicator-color'?: string;
|
|
846
|
+
|
|
760
847
|
/**
|
|
761
848
|
* Background color of the action button in the Liveboard header.
|
|
762
849
|
*/
|
|
@@ -1166,6 +1253,11 @@ export interface CustomCssVariables {
|
|
|
1166
1253
|
*/
|
|
1167
1254
|
'--ts-var-spotterviz-border-color'?: string;
|
|
1168
1255
|
|
|
1256
|
+
/**
|
|
1257
|
+
* Expanded user chat message bubble border color in SpotterViz.
|
|
1258
|
+
*/
|
|
1259
|
+
'--ts-var-spotterviz-expanded-border-color'?: string;
|
|
1260
|
+
|
|
1169
1261
|
/**
|
|
1170
1262
|
* Background color of the reference-mode toggle button in the SpotterViz
|
|
1171
1263
|
* chat input when it is unselected and the user hovers over it.
|
|
@@ -1185,4 +1277,62 @@ export interface CustomCssVariables {
|
|
|
1185
1277
|
* on each referenced-entity chip in the chat input.
|
|
1186
1278
|
*/
|
|
1187
1279
|
'--ts-var-spotterviz-reference-icon-selected-background'?: string;
|
|
1280
|
+
|
|
1281
|
+
/**
|
|
1282
|
+
* Background color of the shared conversation header (recipient's read-only view).
|
|
1283
|
+
*/
|
|
1284
|
+
'--ts-var-shared-conv-header-background'?: string;
|
|
1285
|
+
|
|
1286
|
+
/**
|
|
1287
|
+
* Border color of the shared conversation header.
|
|
1288
|
+
*/
|
|
1289
|
+
'--ts-var-shared-conv-header-border-color'?: string;
|
|
1290
|
+
|
|
1291
|
+
/**
|
|
1292
|
+
* Font color of the title text in the shared conversation header.
|
|
1293
|
+
*/
|
|
1294
|
+
'--ts-var-shared-conv-title-color'?: string;
|
|
1295
|
+
|
|
1296
|
+
/**
|
|
1297
|
+
* Background gradient color-stop of the share chat header's outer container
|
|
1298
|
+
* (sender's pre-share header). Defaults to transparent.
|
|
1299
|
+
*/
|
|
1300
|
+
'--ts-var-share-chat-header-container-background'?: string;
|
|
1301
|
+
|
|
1302
|
+
/**
|
|
1303
|
+
* Background color of the share chat header's inner title/actions row.
|
|
1304
|
+
* Defaults to transparent.
|
|
1305
|
+
*/
|
|
1306
|
+
'--ts-var-share-chat-header-background'?: string;
|
|
1307
|
+
|
|
1308
|
+
/**
|
|
1309
|
+
* Font color of the title text in the share chat header.
|
|
1310
|
+
*/
|
|
1311
|
+
'--ts-var-share-chat-header-title-color'?: string;
|
|
1312
|
+
|
|
1313
|
+
/**
|
|
1314
|
+
* Font color of the title input field in the share chat header.
|
|
1315
|
+
*/
|
|
1316
|
+
'--ts-var-share-chat-header-input-text-color'?: string;
|
|
1317
|
+
|
|
1318
|
+
/**
|
|
1319
|
+
* Background color of the title input field in the share chat header.
|
|
1320
|
+
*/
|
|
1321
|
+
'--ts-var-share-chat-header-input-background'?: string;
|
|
1322
|
+
|
|
1323
|
+
/**
|
|
1324
|
+
* Border color of the title input field in the share chat header.
|
|
1325
|
+
*/
|
|
1326
|
+
'--ts-var-share-chat-header-input-border-color'?: string;
|
|
1327
|
+
|
|
1328
|
+
/**
|
|
1329
|
+
* Background color of the shimmer loading effect. Also affects the
|
|
1330
|
+
* saved chats sidebar's new-chat shimmer, which shares the same style.
|
|
1331
|
+
*/
|
|
1332
|
+
'--ts-var-shimmer-background'?: string;
|
|
1333
|
+
|
|
1334
|
+
/**
|
|
1335
|
+
* Background color of the shimmer sweep animation's gradient mid-stop.
|
|
1336
|
+
*/
|
|
1337
|
+
'--ts-var-shimmer-sweep-background'?: string;
|
|
1188
1338
|
}
|