@coveo/quantic 3.30.5-pre.0c1931ccff → 3.30.5-pre.1c9ba9688c
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/force-app/main/default/lwc/quanticCategoryFacet/quanticCategoryFacet.css +1 -1
- package/force-app/main/default/lwc/quanticCitation/quanticCitation.css +1 -1
- package/force-app/main/default/lwc/quanticDocumentSuggestion/quanticDocumentSuggestion.css +1 -1
- package/force-app/main/default/lwc/quanticFacet/quanticFacet.css +1 -1
- package/force-app/main/default/lwc/quanticFacetStyles/quanticFacetStyles.css +3 -3
- package/force-app/main/default/lwc/quanticFacetValue/quanticFacetValue.css +1 -1
- package/force-app/main/default/lwc/quanticGeneratedAnswerContent/templates/generatedMarkdownContent.css +4 -4
- package/force-app/main/default/lwc/quanticRadioButtonsGroup/quanticRadioButtonsGroup.css +1 -1
- package/force-app/main/default/lwc/quanticRefineToggle/quanticRefineToggle.css +1 -1
- package/force-app/main/default/lwc/quanticResultQuickview/quanticResultQuickview.css +3 -3
- package/force-app/main/default/lwc/quanticResultTemplate/quanticResultTemplate.css +2 -1
- package/force-app/main/default/lwc/quanticSearchBoxSuggestionsList/quanticSearchBoxSuggestionsList.css +1 -1
- package/force-app/main/default/lwc/quanticSmartSnippetSource/quanticSmartSnippetSource.css +1 -1
- package/force-app/main/default/lwc/quanticSmartSnippetSuggestions/quanticSmartSnippetSuggestions.css +1 -1
- package/force-app/main/default/lwc/quanticSummary/quanticSummary.css +1 -1
- package/force-app/main/default/lwc/quanticUserAction/quanticUserAction.css +1 -1
- package/force-app/main/default/lwc/quanticUserActionsSession/quanticUserActionsSession.css +1 -1
- package/force-app/main/default/lwc/quanticUserActionsTimeline/templates/userActionsTimeline.css +1 -1
- package/force-app/main/default/staticresources/coveoheadless/case-assist/headless.js +2 -2
- package/force-app/main/default/staticresources/coveoheadless/headless.js +2 -2
- package/force-app/main/default/staticresources/coveoheadless/insight/headless.js +2 -2
- package/force-app/main/default/staticresources/coveoheadless/recommendation/headless.js +2 -2
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.facet__search-results_no-match {
|
|
2
2
|
color: var(--lwc-colorTextLabel, #696969);
|
|
3
3
|
background-color: var(--slds-g-color-surface-2, #F6F7F9);
|
|
4
|
-
font-size: 12px;
|
|
4
|
+
font-size: var(--slds-g-font-scale-neg-1, 12px);
|
|
5
5
|
border-radius: 4px;
|
|
6
6
|
}
|
|
7
7
|
|
|
@@ -10,7 +10,7 @@ fieldset {
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.facet__show-less {
|
|
13
|
-
font-size: 12px;
|
|
13
|
+
font-size: var(--slds-g-font-scale-neg-1, 12px);
|
|
14
14
|
background-color: white;
|
|
15
15
|
color: var(--lwc-colorTextPlaceholder, var(--lwc-colorTextIconDefault, #747474));
|
|
16
16
|
border: none;
|
|
@@ -18,7 +18,7 @@ fieldset {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.facet__show-more {
|
|
21
|
-
font-size: 12px;
|
|
21
|
+
font-size: var(--slds-g-font-scale-neg-1, 12px);
|
|
22
22
|
background-color: white;
|
|
23
23
|
color: var(--lwc-brandTextLink, dodgerblue);
|
|
24
24
|
border: none;
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
div[data-level='answer-heading-1'] {
|
|
32
|
-
font-size: 1.75rem;
|
|
32
|
+
font-size: var(--slds-g-font-scale-5, 1.75rem);
|
|
33
33
|
}
|
|
34
34
|
div[data-level='answer-heading-2'] {
|
|
35
|
-
font-size: 1.25rem;
|
|
35
|
+
font-size: var(--slds-g-font-scale-3, 1.25rem);
|
|
36
36
|
}
|
|
37
37
|
div[data-level='answer-heading-3'] {
|
|
38
|
-
font-size: 1rem;
|
|
38
|
+
font-size: var(--slds-g-font-scale-2, 1rem);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
div[data-level] {
|
|
42
42
|
margin-top: var(--lwc-spacingMedium, 1rem);
|
|
43
43
|
margin-bottom: var(--lwc-spacingXSmall, 0.5rem);
|
|
44
|
-
font-weight: bold;
|
|
44
|
+
font-weight: var(--slds-g-font-weight-7, bold);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
li,
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.quickview__result-title {
|
|
8
|
-
font-weight: 700;
|
|
8
|
+
font-weight: var(--slds-g-font-weight-7, 700);
|
|
9
9
|
font-size: 15px;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.quickview__result-date {
|
|
13
13
|
color: #3E3E3C;
|
|
14
|
-
font-weight: normal;
|
|
15
|
-
font-size: 15px;
|
|
14
|
+
font-weight: var(--slds-g-font-weight-4, normal);
|
|
15
|
+
font-size: var(--slds-g-font-scale-2, 15px);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.quickview__button-base:not([disabled]){
|