@coveo/quantic 3.30.4-pre.fbe332fd49 → 3.30.5-pre.084d1375b5
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 +8 -8
- package/force-app/main/default/staticresources/coveoheadless/definitions/api/api-client-utils.d.ts +1 -1
- package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/common/request.d.ts +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/recommendations/recommendations-request.d.ts +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/search/query-suggest/query-suggest-request.d.ts +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/stream-answer-api.d.ts +7 -6
- package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/case-assist/get-case-classifications/get-case-classifications-request.d.ts +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/case-assist/get-document-suggestions/get-document-suggestions-request.d.ts +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/insight/get-interface/get-interface-config-request.d.ts +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/insight/query/query-request.d.ts +4 -4
- package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/insight/user-actions/user-actions-request.d.ts +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-actions.d.ts +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-mocks.d.ts +209 -0
- package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-request.d.ts +6 -78
- package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-state.d.ts +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/features/search/legacy/search-request.d.ts +1 -1
- package/force-app/main/default/staticresources/coveoheadless/definitions/features/search/search-request.d.ts +1 -1
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr/commerce/controllers/cart/headless-cart.ssr.d.ts +1 -0
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr/commerce/controllers/context/headless-context.ssr.d.ts +1 -0
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr/commerce/controllers/parameter-manager/headless-core-parameter-manager.ssr.d.ts +1 -0
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr/commerce/engine/commerce-engine.ssr.d.ts +5 -1
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr/commerce/factories/build-factory.d.ts +20 -1
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr/commerce/types/controller-definitions.d.ts +9 -0
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr/commerce/types/engine.d.ts +2 -0
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr/common/types/engine.d.ts +2 -0
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-commerce.index.d.ts +2 -3
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-next/commerce/controllers/cart/headless-cart.ssr.d.ts +2 -0
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-next/commerce/controllers/context/headless-context.ssr.d.ts +2 -0
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-next/commerce/controllers/parameter-manager/headless-core-parameter-manager.ssr.d.ts +2 -0
- package/force-app/main/default/staticresources/coveoheadless/definitions/ssr-next/commerce/types/build.d.ts +4 -1
- package/force-app/main/default/staticresources/coveoheadless/definitions/state/state-sections.d.ts +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/utils/facet-utils.d.ts +1 -1
- package/force-app/main/default/staticresources/coveoheadless/headless.js +9 -9
- package/force-app/main/default/staticresources/coveoheadless/insight/headless.js +6 -6
- package/force-app/main/default/staticresources/coveoheadless/recommendation/headless.js +7 -7
- package/package.json +2 -10
- package/scripts/npm/check-sfdx-project.js +1 -1
- package/scripts/npm/setup-quantic.js +2 -2
- package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/knowledge/generated-answer/headless-answerapi-generated-answer-mocks.d.ts +0 -8318
- package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/knowledge/generated-answer/utils/testingUtils.d.ts +0 -8
|
@@ -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]){
|