@coveo/quantic 3.30.4 → 3.30.5-pre.03d43b2829
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 -1
- 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 +1 -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 +4 -5
|
@@ -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;
|
|
@@ -28,12 +28,15 @@
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
/* stylelint-disable-next-line slds/no-hardcoded-values-slds2 */
|
|
31
32
|
div[data-level='answer-heading-1'] {
|
|
32
33
|
font-size: 1.75rem;
|
|
33
34
|
}
|
|
35
|
+
/* stylelint-disable-next-line slds/no-hardcoded-values-slds2 */
|
|
34
36
|
div[data-level='answer-heading-2'] {
|
|
35
37
|
font-size: 1.25rem;
|
|
36
38
|
}
|
|
39
|
+
/* stylelint-disable-next-line slds/no-hardcoded-values-slds2 */
|
|
37
40
|
div[data-level='answer-heading-3'] {
|
|
38
41
|
font-size: 1rem;
|
|
39
42
|
}
|
|
@@ -41,7 +44,7 @@ div[data-level='answer-heading-3'] {
|
|
|
41
44
|
div[data-level] {
|
|
42
45
|
margin-top: var(--lwc-spacingMedium, 1rem);
|
|
43
46
|
margin-bottom: var(--lwc-spacingXSmall, 0.5rem);
|
|
44
|
-
font-weight: bold;
|
|
47
|
+
font-weight: var(--slds-g-font-weight-7, bold);
|
|
45
48
|
}
|
|
46
49
|
|
|
47
50
|
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]){
|