@brightspace-ui/core 1.242.2 → 1.243.0

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.
@@ -60,7 +60,7 @@ class ButtonIcon extends ThemeMixin(ButtonMixin(VisibleOnAncestorMixin(RtlMixin(
60
60
  --d2l-button-icon-min-height: calc(2rem + 2px);
61
61
  --d2l-button-icon-min-width: calc(2rem + 2px);
62
62
  --d2l-button-icon-h-align: calc(((2rem + 2px - 0.9rem) / 2) * -1);
63
- --d2l-icon-fill-color: var(--d2l-button-icon-fill-color, var(--d2l-color-ferrite));
63
+ --d2l-icon-fill-color: var(--d2l-button-icon-fill-color, var(--d2l-color-tungsten));
64
64
  display: inline-block;
65
65
  }
66
66
  :host([hidden]) {
@@ -75,7 +75,7 @@ class ButtonIcon extends ThemeMixin(ButtonMixin(VisibleOnAncestorMixin(RtlMixin(
75
75
  }
76
76
  :host([theme="dark"]) {
77
77
  --d2l-button-icon-background-color: transparent;
78
- --d2l-button-icon-background-color-hover: rgba(51, 53, 54, 0.9); /* ferrite @70% @90% */
78
+ --d2l-button-icon-background-color-hover: rgba(51, 53, 54, 0.9); /* tungsten @70% @90% */
79
79
  --d2l-button-icon-focus-box-shadow: 0 0 0 2px black, 0 0 0 4px var(--d2l-color-celestine-plus-1);
80
80
  --d2l-icon-fill-color: var(--d2l-color-sylvite);
81
81
  --d2l-button-icon-fill-color-hover: var(--d2l-color-sylvite);
@@ -112,7 +112,7 @@ class ButtonIcon extends ThemeMixin(ButtonMixin(VisibleOnAncestorMixin(RtlMixin(
112
112
  button:hover,
113
113
  button:focus,
114
114
  :host([active]) button {
115
- --d2l-icon-fill-color: var(--d2l-button-icon-fill-color-hover, var(--d2l-color-ferrite));
115
+ --d2l-icon-fill-color: var(--d2l-button-icon-fill-color-hover, var(--d2l-color-tungsten));
116
116
  background-color: var(--d2l-button-icon-background-color-hover);
117
117
  }
118
118
  button.focus-visible {
@@ -61,7 +61,7 @@ class FloatingButtons extends RtlMixin(LitElement) {
61
61
  background-color: #ffffff;
62
62
  background-color: rgba(255, 255, 255, 0.88);
63
63
  border-top-color: var(--d2l-color-mica);
64
- box-shadow: 0 -2px 4px rgba(73, 76, 78, 0.2); /* ferrite */
64
+ box-shadow: 0 -2px 4px rgba(32, 33, 34, 0.2); /* ferrite */
65
65
  }
66
66
 
67
67
  :host([_floating]:not([always-float])) .d2l-floating-buttons-container {
@@ -31,7 +31,7 @@
31
31
  }
32
32
  .badge > img {
33
33
  background-color: white;
34
- border: 1px solid #494c4e;
34
+ border: 1px solid #202122; /* ferrite */
35
35
  border-radius: 6px;
36
36
  height: 70px;
37
37
  object-fit: cover;
@@ -8,11 +8,11 @@ if (!document.head.querySelector('#d2l-colors')) {
8
8
  --d2l-color-sylvite: #f1f5fb;
9
9
  --d2l-color-gypsum: #e3e9f1;
10
10
  --d2l-color-mica: #cdd5dc;
11
- --d2l-color-corundum: #b5bdc2;
12
- --d2l-color-chromite: #9ea5a9;
13
- --d2l-color-galena: #868c8f;
14
- --d2l-color-tungsten: #6e7376;
15
- --d2l-color-ferrite: #494c4e;
11
+ --d2l-color-corundum: #b1b9be;
12
+ --d2l-color-chromite: #90989d;
13
+ --d2l-color-galena: #6e7477;
14
+ --d2l-color-tungsten: #494c4e;
15
+ --d2l-color-ferrite: #202122;
16
16
 
17
17
  /* zircon */
18
18
  --d2l-color-zircon-plus-2: #e0feff;
@@ -3,11 +3,11 @@ $d2l-color-regolith: #f9fbff !default;
3
3
  $d2l-color-sylvite: #f1f5fb !default;
4
4
  $d2l-color-gypsum: #e3e9f1 !default;
5
5
  $d2l-color-mica: #cdd5dc !default;
6
- $d2l-color-corundum: #b5bdc2 !default;
7
- $d2l-color-chromite: #9ea5a9 !default;
8
- $d2l-color-galena: #868c8f !default;
9
- $d2l-color-tungsten: #6e7376 !default;
10
- $d2l-color-ferrite: #494c4e !default;
6
+ $d2l-color-corundum: #b1b9be !default;
7
+ $d2l-color-chromite: #90989d !default;
8
+ $d2l-color-galena: #6e7477 !default;
9
+ $d2l-color-tungsten: #494c4e !default;
10
+ $d2l-color-ferrite: #202122 !default;
11
11
 
12
12
  // zircon
13
13
  $d2l-color-zircon-plus-2: #e0feff !default;
@@ -24,8 +24,8 @@ export const dropdownContentStyles = css`
24
24
  :host([theme="dark"]) {
25
25
  --d2l-dropdown-above-animation-name: d2l-dropdown-above-animation-dark;
26
26
  --d2l-dropdown-animation-name: d2l-dropdown-animation-dark;
27
- --d2l-dropdown-background-color: #333536; /* ferrite @ 70% */
28
- --d2l-dropdown-border-color: var(--d2l-color-ferrite);
27
+ --d2l-dropdown-background-color: #333536; /* tungsten @ 70% */
28
+ --d2l-dropdown-border-color: var(--d2l-color-tungsten);
29
29
  --d2l-dropdown-foreground-color: var(--d2l-color-sylvite);
30
30
  --d2l-dropdown-shadow-color: rgba(0, 0, 0, 1);
31
31
  opacity: 0.9;
@@ -66,7 +66,7 @@ export const dropdownContentStyles = css`
66
66
  background-color: var(--d2l-dropdown-background-color);
67
67
  border: 1px solid var(--d2l-dropdown-border-color);
68
68
  border-radius: 0.1rem;
69
- box-shadow: -4px -4px 12px -5px rgba(73, 76, 78, 0.2); /* ferrite */
69
+ box-shadow: -4px -4px 12px -5px rgba(32, 33, 34, 0.2); /* ferrite */
70
70
  height: 16px;
71
71
  -webkit-transform: rotate(45deg);
72
72
  transform: rotate(45deg);
@@ -80,7 +80,7 @@ export const dropdownContentStyles = css`
80
80
  }
81
81
 
82
82
  :host([opened-above]) .d2l-dropdown-content-pointer > div {
83
- box-shadow: 4px 4px 12px -5px rgba(73, 76, 78, 0.2); /* ferrite */
83
+ box-shadow: 4px 4px 12px -5px rgba(32, 33, 34, 0.2); /* ferrite */
84
84
  }
85
85
 
86
86
  :host([no-pointer]) .d2l-dropdown-content-pointer {
@@ -96,7 +96,7 @@ export const htmlBlockContentStyles = css`
96
96
  a:visited,
97
97
  a:link,
98
98
  a:active {
99
- color: var(--d2l-color-ferrite, #494c4e);
99
+ color: var(--d2l-color-ferrite, #202122);
100
100
  }
101
101
  }
102
102
  mjx-assistive-mml math {
@@ -80,7 +80,7 @@ When contributing changes to icons, the SVG files should be properly formatted.
80
80
  - not contain negative values
81
81
  - there should be no `<title>` element
82
82
  - there should be no inline `<style>` -- all style for line fills should be applied directly to the SVG elements
83
- - color of SVG elements should be "ferrite" (`#494c4e`)
83
+ - color of SVG elements should be "tungsten" (`#494c4e`)
84
84
 
85
85
  The best way to have most of these rules applied for you automatically is to put the icon through [SVGOMG](https://jakearchibald.github.io/svgomg/) with these options selected:
86
86
  * `Prettify code` - ON
@@ -5,7 +5,7 @@ export const iconStyles = css`
5
5
  :host {
6
6
  -webkit-align-items: center;
7
7
  align-items: center;
8
- color: var(--d2l-color-ferrite);
8
+ color: var(--d2l-color-tungsten);
9
9
  display: -ms-inline-flexbox;
10
10
  display: -webkit-inline-flex;
11
11
  display: inline-flex;
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <rect fill="#f9fbff" stroke-width="1" stroke="#868c8f" x="0.5" y="0.5" width="23" height="23" rx="5.5"/>
2
+ <rect fill="#f9fbff" stroke-width="1" stroke="#6e7477" x="0.5" y="0.5" width="23" height="23" rx="5.5"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <rect fill="#f9fbff" stroke-width="1" stroke="#868c8f" x="0.5" y="0.5" width="23" height="23" rx="5.5"/>
2
+ <rect fill="#f9fbff" stroke-width="1" stroke="#6e7477" x="0.5" y="0.5" width="23" height="23" rx="5.5"/>
3
3
  <path fill="#494c4e" d="M19.707,7.293a1,1,0,0,0-1.414,0L10,15.586,6.707,12.293a1,1,0,0,0-1.414,1.414l4,4a1,1,0,0,0,1.414,0l9-9A1,1,0,0,0,19.707,7.293Z"/>
4
4
  </svg>
@@ -33,7 +33,7 @@ export const selectStyles = css`
33
33
  background-color: #ffffff;
34
34
  border-color: var(--d2l-color-galena);
35
35
  border-width: 1px;
36
- box-shadow: inset 0 2px 0 0 rgba(181, 189, 194, 0.2); /* corundum */
36
+ box-shadow: inset 0 2px 0 0 rgba(177, 185, 190, 0.2); /* corundum */
37
37
  padding: 0.4rem 0.75rem;
38
38
  }
39
39
  .d2l-input-select,
@@ -6,7 +6,7 @@ export const inputStyles = css`
6
6
  background-color: var(--d2l-input-background-color, #ffffff);
7
7
  border-radius: var(--d2l-input-border-radius, 0.3rem);
8
8
  border-style: solid;
9
- box-shadow: inset 0 2px 0 0 rgba(181, 189, 194, 0.2); /* corundum */
9
+ box-shadow: inset 0 2px 0 0 rgba(177, 185, 190, 0.2); /* corundum */
10
10
  box-sizing: border-box;
11
11
  color: var(--d2l-color-ferrite);
12
12
  display: inline-block;
@@ -27,7 +27,7 @@
27
27
  background-color: #ffffff;
28
28
  border-color: $d2l-color-galena;
29
29
  border-width: 1px;
30
- box-shadow: inset 0 2px 0 0 rgba(181, 189, 194, .2); /* corundum */
30
+ box-shadow: inset 0 2px 0 0 rgba(177, 185, 190, 0.2); /* corundum */
31
31
  padding: 0.4rem 0.75rem;
32
32
  }
33
33
  &,
@@ -10,7 +10,7 @@
10
10
  border-radius: 0.3rem;
11
11
  border-style: solid;
12
12
  border-width: 1px;
13
- box-shadow: inset 0 2px 0 0 rgba(181, 189, 194, .2), /* corundum */;
13
+ box-shadow: inset 0 2px 0 0 rgba(177, 185, 190, 0.2), /* corundum */;
14
14
  box-sizing: border-box;
15
15
  color: $d2l-color-ferrite;
16
16
  display: inline-block;
@@ -65,12 +65,12 @@ class Menu extends ThemeMixin(HierarchicalViewMixin(LitElement)) {
65
65
  }
66
66
 
67
67
  :host([theme="dark"]) {
68
- --d2l-menu-background-color: #333536; /* ferrite @ 70% */
68
+ --d2l-menu-background-color: #333536; /* tungsten @ 70% */
69
69
  --d2l-menu-background-color-hover: #123559; /* celestine-1 @ 50% */
70
- --d2l-menu-border-color: var(--d2l-color-ferrite);
70
+ --d2l-menu-border-color: var(--d2l-color-tungsten);
71
71
  --d2l-menu-foreground-color: var(--d2l-color-sylvite);
72
72
  --d2l-menu-foreground-color-hover: #ffffff;
73
- --d2l-menu-separator-color: var(--d2l-color-tungsten);
73
+ --d2l-menu-separator-color: var(--d2l-color-galena);
74
74
  --d2l-icon-fill-color: var(--d2l-color-mica);
75
75
  background-color: var(--d2l-menu-background-color); /* so that opacity on disabled items works */
76
76
  }
@@ -68,8 +68,8 @@ class StatusIndicator extends LitElement {
68
68
  }
69
69
  :host([state="none"]),
70
70
  :host([state="null"]) {
71
- border-color: var(--d2l-color-ferrite);
72
- color: var(--d2l-color-ferrite);
71
+ border-color: var(--d2l-color-tungsten);
72
+ color: var(--d2l-color-tungsten);
73
73
  }
74
74
 
75
75
  :host([bold]) {
@@ -84,7 +84,7 @@ class StatusIndicator extends LitElement {
84
84
  }
85
85
  :host([bold][state="none"]),
86
86
  :host([bold][state="null"]) {
87
- background-color: var(--d2l-color-ferrite);
87
+ background-color: var(--d2l-color-tungsten);
88
88
  }
89
89
  `;
90
90
  }
@@ -4905,7 +4905,8 @@
4905
4905
  "type": "number"
4906
4906
  },
4907
4907
  {
4908
- "name": "trailingZeroes"
4908
+ "name": "trailingZeroes",
4909
+ "type": "boolean"
4909
4910
  },
4910
4911
  {
4911
4912
  "name": "value",
@@ -8296,7 +8297,7 @@
8296
8297
  {
8297
8298
  "name": "d2l-overflow-group",
8298
8299
  "path": "./components/overflow-group/overflow-group.js",
8299
- "description": "A component that can be used to display a set of buttons, links or menus that will be put into a dropdown menu when they no longer fit on the first line of their container",
8300
+ "description": "\nA component that can be used to display a set of buttons, links or menus that will be put into a dropdown menu when they no longer fit on the first line of their container",
8300
8301
  "attributes": [
8301
8302
  {
8302
8303
  "name": "auto-show",
@@ -8423,7 +8424,7 @@
8423
8424
  {
8424
8425
  "name": "d2l-scroll-wrapper",
8425
8426
  "path": "./components/scroll-wrapper/scroll-wrapper.js",
8426
- "description": "Wraps content which may overflow its horizontal boundaries, providing left/right scroll buttons.",
8427
+ "description": "\nWraps content which may overflow its horizontal boundaries, providing left/right scroll buttons.",
8427
8428
  "attributes": [
8428
8429
  {
8429
8430
  "name": "hide-actions",
@@ -1,5 +1,5 @@
1
1
  // auto-generated
2
2
  export const val = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
3
- <rect fill="#f9fbff" stroke-width="1" stroke="#868c8f" x="0.5" y="0.5" width="23" height="23" rx="5.5"/>
3
+ <rect fill="#f9fbff" stroke-width="1" stroke="#6e7477" x="0.5" y="0.5" width="23" height="23" rx="5.5"/>
4
4
  </svg>
5
5
  `;
@@ -1,6 +1,6 @@
1
1
  // auto-generated
2
2
  export const val = `<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
3
- <rect fill="#f9fbff" stroke-width="1" stroke="#868c8f" x="0.5" y="0.5" width="23" height="23" rx="5.5"/>
3
+ <rect fill="#f9fbff" stroke-width="1" stroke="#6e7477" x="0.5" y="0.5" width="23" height="23" rx="5.5"/>
4
4
  <path fill="#494c4e" d="M19.707,7.293a1,1,0,0,0-1.414,0L10,15.586,6.707,12.293a1,1,0,0,0-1.414,1.414l4,4a1,1,0,0,0,1.414,0l9-9A1,1,0,0,0,19.707,7.293Z"/>
5
5
  </svg>
6
6
  `;
package/lang/cy.js CHANGED
@@ -18,10 +18,10 @@ export default {
18
18
  "components.filter.clearDescription": "Wrthi’n clirio hidlwyd ar gyfer: {filterName}",
19
19
  "components.filter.clearDescriptionSingle": "Clirio Hidlwyr",
20
20
  "components.filter.loading": "Wrthi’n llwytho hidlyddion",
21
- "components.filter.filterCountDescription": "{number, plural, zero {Ni chymhwyswyd hidlwyr.} one {1 hidlydd wedi'i gymhwyso.} other {{number} hidlydd wedi'u cymhwyso.}}",
21
+ "components.filter.filterCountDescription": "{number, plural, zero {Dim hildwyr wedi'u gweithredu.} one {1 hidlydd wedi'i weithredu.} other {{number} hidlydd wedi'u gweithredu.}}",
22
22
  "components.filter.filters": "Hidlyddion",
23
23
  "components.filter.noFilters": "Dim hidlyddion ar gael",
24
- "components.filter.searchResults": "{number, plural, zero {Dim canlyniadau chwilio} one {1 canlyniad chwilio} other {{number} o ganlyniadau chwilio}}",
24
+ "components.filter.searchResults": "{number, plural, zero {Dim canlyniadau chwilio} one {1 canlyniad chwilio} other {{number} canlyniad chwilio}}",
25
25
  "components.filter.singleDimensionDescription": "Hidlo yn ôl: {filterName}",
26
26
  "components.form-element.defaultError": "Mae {label} yn annilys.",
27
27
  "components.form-element.defaultFieldLabel": "Maes",
package/lang/da.js CHANGED
@@ -21,7 +21,7 @@ export default {
21
21
  "components.filter.filterCountDescription": "{number, plural, =0 {Ingen filtre anvendt.} one {1 filter anvendt.} other {{number} filtre anvendt.}}",
22
22
  "components.filter.filters": "Filtre",
23
23
  "components.filter.noFilters": "Ingen tilgængelige filtre",
24
- "components.filter.searchResults": "{number, plural, =0 {No search results} one {1 search result} other {{number} search results}}",
24
+ "components.filter.searchResults": "{number, plural, =0 {Ingen søgeresultater} one {1 søgeresultat} other {{number} søgeresultater}}",
25
25
  "components.filter.singleDimensionDescription": "Filtrer efter: {filterName}",
26
26
  "components.form-element.defaultError": "{label} er ugyldigt.",
27
27
  "components.form-element.defaultFieldLabel": "Felt",
package/lang/de.js CHANGED
@@ -18,10 +18,10 @@ export default {
18
18
  "components.filter.clearDescription": "Filter für {filterName} löschen",
19
19
  "components.filter.clearDescriptionSingle": "Filter löschen",
20
20
  "components.filter.loading": "Filter werden geladen",
21
- "components.filter.filterCountDescription": "{number, plural, =0 {Keine Filter angewendet.} one {1 Filter angewendet.} other {{number} Filter angewendet.}}",
21
+ "components.filter.filterCountDescription": "{number, plural, =0 {Keine Filter angewendet.} one {1 Filter angewendet.} other {{number} Filter angewendet.}}",
22
22
  "components.filter.filters": "Filter",
23
23
  "components.filter.noFilters": "Keine verfügbaren Filter",
24
- "components.filter.searchResults": "{number, plural, =0 {Keine Suchergebnisse} one {1 Suchergebnis} other {{number} Suchergebnisse}}",
24
+ "components.filter.searchResults": "{number, plural, =0 {Keine Suchergebnisse} one {1 Suchergebnis} other {{number} Suchergebnisse}}",
25
25
  "components.filter.singleDimensionDescription": "Filtern nach: {filterName}",
26
26
  "components.form-element.defaultError": "{label} ist ungültig.",
27
27
  "components.form-element.defaultFieldLabel": "Feld",
package/lang/fr-fr.js CHANGED
@@ -21,7 +21,7 @@ export default {
21
21
  "components.filter.filterCountDescription": "{number, plural, =0 {Aucun filtre appliqué.} one {1 filtre appliqué.} other {{number} filtres appliqués.}}",
22
22
  "components.filter.filters": "Filtres",
23
23
  "components.filter.noFilters": "Aucun filtre disponible",
24
- "components.filter.searchResults": "{number, plural, =0 {aucun résultat de recherche} one {1 résultat de recherche} other {{number} résultats de recherche}}",
24
+ "components.filter.searchResults": "{number, plural, =0 {Aucun résultat de recherche} one {1 résultat de recherche} other {{number} résultats de recherche}}",
25
25
  "components.filter.singleDimensionDescription": "Filtrer par : {filterName}",
26
26
  "components.form-element.defaultError": "{label} n'est pas valide.",
27
27
  "components.form-element.defaultFieldLabel": "Champ",
package/lang/hi.js CHANGED
@@ -70,9 +70,9 @@ export default {
70
70
  "components.list-item-tooltip.up-down-key": "ऊपर/नीचे",
71
71
  "components.list-item-tooltip.up-down-desc": "सूची के आइटम के बीच फोकस ले जाएँ।",
72
72
  "components.list-item-tooltip.left-right-key": "बायाँ/दायाँ",
73
- "components.list-item-tooltip.left-right-desc": "मौजूदा आइटम में फ़ोकस को इधर से उधर ले जाएँ।",
73
+ "components.list-item-tooltip.left-right-desc": "मौजूदा आइटम में फ़ोकस को इधर से उधर ले जाएँ।",
74
74
  "components.list-item-tooltip.page-up-down-key": "पेज ऊपर/नीचे",
75
- "components.list-item-tooltip.page-up-down-desc": "एक बार में पाँच आइटम पर फ़ोकस ले जाएँ।",
75
+ "components.list-item-tooltip.page-up-down-desc": "एक बार में पाँच आइटम पर फ़ोकस ले जाएँ।",
76
76
  "components.list-item-drag-handle-tooltip.title": "क्रम बदलने के लिए कीबोर्ड नियंत्रण:",
77
77
  "components.list-item-drag-handle-tooltip.enter-key": "डालें",
78
78
  "components.list-item-drag-handle-tooltip.enter-desc": "कीबोर्ड का क्रम बदलना मोड को टॉगल करें।",
package/lang/ko.js CHANGED
@@ -18,7 +18,7 @@ export default {
18
18
  "components.filter.clearDescription": "{filterName}에 대한 필터를 지웁니다.",
19
19
  "components.filter.clearDescriptionSingle": "필터 지우기",
20
20
  "components.filter.loading": "필터 로드 중",
21
- "components.filter.filterCountDescription": "{number, plural, =0 {적용된 필터 없음.} other {{number}개 필터 적용.}}",
21
+ "components.filter.filterCountDescription": "{number, plural, =0 {적용된 필터 없음.} other {{number}개 필터 적용됨.}}",
22
22
  "components.filter.filters": "개 필터",
23
23
  "components.filter.noFilters": "사용 가능한 필터가 없습니다",
24
24
  "components.filter.searchResults": "{number, plural, =0 {검색 결과 없음} other {{number}개 검색 결과}}",
package/lang/nl.js CHANGED
@@ -18,7 +18,7 @@ export default {
18
18
  "components.filter.clearDescription": "Filters wissen voor {filterName}",
19
19
  "components.filter.clearDescriptionSingle": "Filters wissen",
20
20
  "components.filter.loading": "Laden van filters",
21
- "components.filter.filterCountDescription": "{number, plural, =0 {No filters applied.} one {1 filter applied.} other {{number} filters applied.}}",
21
+ "components.filter.filterCountDescription": "{number, plural, =0 {Geen filters toegepast.} one {1 filter toegepast.} other {{number} filters toegepast.}}",
22
22
  "components.filter.filters": "Filters",
23
23
  "components.filter.noFilters": "Geen beschikbare filters",
24
24
  "components.filter.searchResults": "{number, plural, =0 {Geen zoekresultaten} one {1 zoekresultaat} other {{number} zoekresultaten}}",
package/lang/pt.js CHANGED
@@ -18,7 +18,7 @@ export default {
18
18
  "components.filter.clearDescription": "Limpar filtros para: {filterName}",
19
19
  "components.filter.clearDescriptionSingle": "Limpar filtros",
20
20
  "components.filter.loading": "Carregar filtros",
21
- "components.filter.filterCountDescription": "{number, plural, =0 {Nenhum filtro aplicado.} one {Um filtro aplicado.} other {{number} filtros aplicados.}}",
21
+ "components.filter.filterCountDescription": "{number, plural, =0 {Nenhum filtro aplicado.} one {1 filtro aplicado.} other {{number} filtros aplicados.}}",
22
22
  "components.filter.filters": "Filtros",
23
23
  "components.filter.noFilters": "Não há filtros disponíveis",
24
24
  "components.filter.searchResults": "{number, plural, =0 {Sem resultados para a pesquisa} one {1 resultado para a pesquisa} other {{number} resultados para a pesquisa}}",
package/lang/sv.js CHANGED
@@ -21,7 +21,7 @@ export default {
21
21
  "components.filter.filterCountDescription": "{number, plural, =0 {Inga filter tillämpade.} one {1 filter tillämpat.} other {{number} filter tillämpade.}}",
22
22
  "components.filter.filters": "Filter",
23
23
  "components.filter.noFilters": "Inga tillgängliga filter",
24
- "components.filter.searchResults": "{number, plural, =0 {No search results} one {1 search result} other {{number} search results}}",
24
+ "components.filter.searchResults": "{number, plural, =0 {Inga sökresultat} one {1 sökresultat} other {{number} sökresultat}}",
25
25
  "components.filter.singleDimensionDescription": "Filtrera efter: {filterName}",
26
26
  "components.form-element.defaultError": "{label} är ogiltig.",
27
27
  "components.form-element.defaultFieldLabel": "Fält",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "1.242.2",
3
+ "version": "1.243.0",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",
@@ -674,7 +674,7 @@ class TemplatePrimarySecondary extends FocusVisiblePolyfillMixin(RtlMixin(Locali
674
674
 
675
675
  footer {
676
676
  background-color: white;
677
- box-shadow: 0 -2px 4px rgba(73, 76, 78, 0.2); /* ferrite */
677
+ box-shadow: 0 -2px 4px rgba(32, 33, 34, 0.2); /* ferrite */
678
678
  padding: 0.75rem 1rem;
679
679
  z-index: 1; /* ensures the footer box-shadow is over main areas with background colours set */
680
680
  }