@brightspace-ui/core 3.147.1 → 3.147.2
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.
@@ -26,7 +26,7 @@ export const DropdownContentMixin = superclass => class extends LocalizeCoreElem
|
|
26
26
|
static get properties() {
|
27
27
|
return {
|
28
28
|
/**
|
29
|
-
* Optionally align dropdown to either start or end. If not set, the dropdown will attempt be centred.
|
29
|
+
* Optionally align dropdown to either start or end. If not set, the dropdown will attempt to be centred.
|
30
30
|
* @type {'start'|'end'}
|
31
31
|
*/
|
32
32
|
align: {
|
@@ -13,7 +13,7 @@ export const DropdownPopoverMixin = superclass => class extends LocalizeCoreElem
|
|
13
13
|
static get properties() {
|
14
14
|
return {
|
15
15
|
/**
|
16
|
-
* Optionally align dropdown to either start or end. If not set, the dropdown will attempt be centred.
|
16
|
+
* Optionally align dropdown to either start or end. If not set, the dropdown will attempt to be centred.
|
17
17
|
* @type {'start'|'end'}
|
18
18
|
*/
|
19
19
|
align: { type: String },
|
package/custom-elements.json
CHANGED
@@ -2838,7 +2838,7 @@
|
|
2838
2838
|
"attributes": [
|
2839
2839
|
{
|
2840
2840
|
"name": "align",
|
2841
|
-
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt be centred.",
|
2841
|
+
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt to be centred.",
|
2842
2842
|
"type": "'start'|'end'"
|
2843
2843
|
},
|
2844
2844
|
{
|
@@ -2947,7 +2947,7 @@
|
|
2947
2947
|
{
|
2948
2948
|
"name": "align",
|
2949
2949
|
"attribute": "align",
|
2950
|
-
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt be centred.",
|
2950
|
+
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt to be centred.",
|
2951
2951
|
"type": "'start'|'end'"
|
2952
2952
|
},
|
2953
2953
|
{
|
@@ -3214,7 +3214,7 @@
|
|
3214
3214
|
"attributes": [
|
3215
3215
|
{
|
3216
3216
|
"name": "align",
|
3217
|
-
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt be centred.",
|
3217
|
+
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt to be centred.",
|
3218
3218
|
"type": "'start'|'end'"
|
3219
3219
|
},
|
3220
3220
|
{
|
@@ -3323,7 +3323,7 @@
|
|
3323
3323
|
{
|
3324
3324
|
"name": "align",
|
3325
3325
|
"attribute": "align",
|
3326
|
-
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt be centred.",
|
3326
|
+
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt to be centred.",
|
3327
3327
|
"type": "'start'|'end'"
|
3328
3328
|
},
|
3329
3329
|
{
|
@@ -3590,7 +3590,7 @@
|
|
3590
3590
|
"attributes": [
|
3591
3591
|
{
|
3592
3592
|
"name": "align",
|
3593
|
-
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt be centred.",
|
3593
|
+
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt to be centred.",
|
3594
3594
|
"type": "'start'|'end'"
|
3595
3595
|
},
|
3596
3596
|
{
|
@@ -3699,7 +3699,7 @@
|
|
3699
3699
|
{
|
3700
3700
|
"name": "align",
|
3701
3701
|
"attribute": "align",
|
3702
|
-
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt be centred.",
|
3702
|
+
"description": "Optionally align dropdown to either start or end. If not set, the dropdown will attempt to be centred.",
|
3703
3703
|
"type": "'start'|'end'"
|
3704
3704
|
},
|
3705
3705
|
{
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.147.
|
3
|
+
"version": "3.147.2",
|
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",
|