@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.
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 -1
  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 +2 -2
  20. package/force-app/main/default/staticresources/coveoheadless/headless.js +2 -2
  21. package/force-app/main/default/staticresources/coveoheadless/insight/headless.js +2 -2
  22. package/force-app/main/default/staticresources/coveoheadless/recommendation/headless.js +2 -2
  23. package/package.json +4 -5
@@ -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 {
@@ -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,
@@ -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
  }