@coveo/quantic 3.30.4 → 3.30.5-pre.0d27e3a653

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.
Files changed (23) hide show
  1. package/force-app/main/default/lwc/quanticCategoryFacet/quanticCategoryFacet.css +1 -1
  2. package/force-app/main/default/lwc/quanticCitation/quanticCitation.css +1 -1
  3. package/force-app/main/default/lwc/quanticDocumentSuggestion/quanticDocumentSuggestion.css +1 -1
  4. package/force-app/main/default/lwc/quanticFacet/quanticFacet.css +1 -1
  5. package/force-app/main/default/lwc/quanticFacetStyles/quanticFacetStyles.css +3 -3
  6. package/force-app/main/default/lwc/quanticFacetValue/quanticFacetValue.css +1 -1
  7. package/force-app/main/default/lwc/quanticGeneratedAnswerContent/templates/generatedMarkdownContent.css +4 -4
  8. package/force-app/main/default/lwc/quanticRadioButtonsGroup/quanticRadioButtonsGroup.css +1 -1
  9. package/force-app/main/default/lwc/quanticRefineToggle/quanticRefineToggle.css +1 -1
  10. package/force-app/main/default/lwc/quanticResultQuickview/quanticResultQuickview.css +3 -3
  11. package/force-app/main/default/lwc/quanticResultTemplate/quanticResultTemplate.css +1 -1
  12. package/force-app/main/default/lwc/quanticSearchBoxSuggestionsList/quanticSearchBoxSuggestionsList.css +1 -1
  13. package/force-app/main/default/lwc/quanticSmartSnippetSource/quanticSmartSnippetSource.css +1 -1
  14. package/force-app/main/default/lwc/quanticSmartSnippetSuggestions/quanticSmartSnippetSuggestions.css +1 -1
  15. package/force-app/main/default/lwc/quanticSummary/quanticSummary.css +1 -1
  16. package/force-app/main/default/lwc/quanticUserAction/quanticUserAction.css +1 -1
  17. package/force-app/main/default/lwc/quanticUserActionsSession/quanticUserActionsSession.css +1 -1
  18. package/force-app/main/default/lwc/quanticUserActionsTimeline/templates/userActionsTimeline.css +1 -1
  19. package/force-app/main/default/staticresources/coveoheadless/case-assist/headless.js +1 -1
  20. package/force-app/main/default/staticresources/coveoheadless/headless.js +1 -1
  21. package/force-app/main/default/staticresources/coveoheadless/insight/headless.js +1 -1
  22. package/force-app/main/default/staticresources/coveoheadless/recommendation/headless.js +1 -1
  23. package/package.json +1 -1
@@ -2,5 +2,5 @@
2
2
 
3
3
  .facet__search-results_more-matches {
4
4
  color: #8E959D;
5
- font-size: 12px;
5
+ font-size: var(--slds-g-font-scale-neg-1, 12px);
6
6
  }
@@ -24,7 +24,7 @@
24
24
  .citation__title {
25
25
  font-weight: var(--lwc-fontWeightRegular, 400);
26
26
  color: var(--lwc-colorTextPlaceholder, #747474);
27
- font-size: 13px;
27
+ font-size: var(--slds-g-font-size-base, 13px);
28
28
  }
29
29
 
30
30
  .citation__tooltip-text {
@@ -1,5 +1,5 @@
1
1
  .excerpt {
2
- font-size: 14px;
2
+ font-size: var(--slds-g-font-scale-1, 14px);
3
3
  }
4
4
  .loading-holder {
5
5
  position: relative;
@@ -2,5 +2,5 @@
2
2
 
3
3
  .facet__search-results_more-matches{
4
4
  color: #8e959d;
5
- font-size: 12px;
5
+ font-size: var(--slds-g-font-scale-neg-1, 12px);
6
6
  }
@@ -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;
@@ -11,7 +11,7 @@ li {
11
11
  }
12
12
 
13
13
  .facet__value_selected{
14
- font-weight: bold;
14
+ font-weight: var(--slds-g-font-weight-7, bold);
15
15
  }
16
16
 
17
17
  .facet__value-checkbox {
@@ -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,
@@ -10,7 +10,7 @@
10
10
 
11
11
  .radio-buttons-group__legend {
12
12
  color: var(--lwc-colorTextPlaceholder, #747474);
13
- font-weight: normal;
13
+ font-weight: var(--slds-g-font-weight-4, normal);
14
14
  font-size: inherit;
15
15
  padding-top: 0;
16
16
  }
@@ -20,7 +20,7 @@
20
20
  right: -.5rem;
21
21
  width: 1.25rem;
22
22
  height: 1.25rem;
23
- font-weight: bold;
23
+ font-weight: var(--slds-g-font-weight-7, bold);
24
24
  z-index: 1;
25
25
  }
26
26
 
@@ -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]){
@@ -4,7 +4,7 @@
4
4
  }
5
5
 
6
6
  .title__container {
7
- font-weight: 700;
7
+ font-weight: var(--slds-g-font-weight-7, 700);
8
8
  font-size: 1.1em;
9
9
  }
10
10
 
@@ -14,5 +14,5 @@
14
14
 
15
15
  .recent-searches__label {
16
16
  justify-content: space-between;
17
- font-size: 14px;
17
+ font-size: var(--slds-g-font-scale-1, 14px);
18
18
  }
@@ -1,4 +1,4 @@
1
1
  .smart-snippet__source-uri {
2
2
  color: #1a1b1e;
3
- font-weight: 400;
3
+ font-weight: var(--slds-g-font-weight-4, 400);
4
4
  }
@@ -1,5 +1,5 @@
1
1
  .smart-snippet-suggestions__title {
2
- font-weight: 700;
2
+ font-weight: var(--slds-g-font-weight-7, 700);
3
3
  }
4
4
 
5
5
  .accordion__summary-heading {
@@ -1,3 +1,3 @@
1
1
  .bold {
2
- font-weight: bold;
2
+ font-weight: var(--slds-g-font-weight-7, 700);
3
3
  }
@@ -35,5 +35,5 @@
35
35
  .user-action__details {
36
36
  font-weight: var(--lwc-fontWeightRegular, 400);
37
37
  color: var(--lwc-colorTextPlaceholder, #747474);
38
- font-size: 10px;
38
+ font-size: var(--slds-g-font-scale-neg-2, 10px);
39
39
  }
@@ -10,7 +10,7 @@
10
10
  }
11
11
 
12
12
  .session__show-more-actions-button {
13
- font-size: 12px;
13
+ font-size: var(--slds-g-font-scale-neg-1, 12px);
14
14
  }
15
15
 
16
16
  .session-start__icon {
@@ -6,5 +6,5 @@
6
6
 
7
7
  .timeline__show-following-sessions-button,
8
8
  .timeline__show-preceding-sessions-button {
9
- font-size: 12px;
9
+ font-size: var(--slds-g-font-scale-neg-1, 12px);
10
10
  }
@@ -49,4 +49,4 @@ For more information, refer to the documentation: https://docs.coveo.com/en/o3r9
49
49
  * limitations under the License.
50
50
  */if(__exports!=exports)module.exports=exports;return module.exports});
51
51
 
52
- window.coveoQuanticVersion = '3.30.4';
52
+ window.coveoQuanticVersion = '3.30.5-pre.0d27e3a653';
@@ -53,4 +53,4 @@ For more information, refer to the documentation: https://docs.coveo.com/en/o3r9
53
53
  * limitations under the License.
54
54
  */if(__exports!=exports)module.exports=exports;return module.exports});
55
55
 
56
- window.coveoQuanticVersion = '3.30.4';
56
+ window.coveoQuanticVersion = '3.30.5-pre.0d27e3a653';
@@ -50,4 +50,4 @@ For more information, refer to the documentation: https://docs.coveo.com/en/o3r9
50
50
  * limitations under the License.
51
51
  */if(__exports!=exports)module.exports=exports;return module.exports});
52
52
 
53
- window.coveoQuanticVersion = '3.30.4';
53
+ window.coveoQuanticVersion = '3.30.5-pre.0d27e3a653';
@@ -46,4 +46,4 @@ ${y}`:y;break;case"event":n.event=y;break;case"id":e(n.id=y);break;case"retry":k
46
46
  * limitations under the License.
47
47
  */if(__exports!=exports)module.exports=exports;return module.exports});
48
48
 
49
- window.coveoQuanticVersion = '3.30.4';
49
+ window.coveoQuanticVersion = '3.30.5-pre.0d27e3a653';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/quantic",
3
- "version": "3.30.4",
3
+ "version": "3.30.5-pre.0d27e3a653",
4
4
  "description": "A Salesforce Lightning Web Component (LWC) library for building modern UIs interfacing with the Coveo platform",
5
5
  "author": "coveo.com",
6
6
  "homepage": "https://coveo.com",