@brightspace-ui/core 2.115.0 → 2.115.1

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.
@@ -11,6 +11,11 @@ class FilterDimensionSet extends LitElement {
11
11
 
12
12
  static get properties() {
13
13
  return {
14
+ /**
15
+ * The introductory text to display at the top of the filter dropdown
16
+ * @type {string}
17
+ */
18
+ introductoryText: { type: String, attribute: 'introductory-text' },
14
19
  /**
15
20
  * REQUIRED: Unique key to represent this dimension in the filter
16
21
  * @type {string}
@@ -36,11 +41,6 @@ class FilterDimensionSet extends LitElement {
36
41
  * @type {boolean}
37
42
  */
38
43
  selectionSingle: { type: Boolean, attribute: 'selection-single' },
39
- /**
40
- * The introductory text to display at the top of the filter dropdown
41
- * @type {string}
42
- */
43
- introductoryText: { type: String, attribute: 'introductory-text' },
44
44
  /**
45
45
  * REQUIRED: The text that is displayed for the dimension title
46
46
  * @type {string}
@@ -169,7 +169,8 @@ export const ListItemMixin = superclass => class extends composeMixins(
169
169
  .d2l-list-item-content-extend-separators > [slot="control"] {
170
170
  width: 3rem;
171
171
  }
172
- .d2l-list-item-content-extend-separators > [slot="content"] {
172
+ .d2l-list-item-content-extend-separators > [slot="content"],
173
+ :host([dir="rtl"]) .d2l-list-item-content-extend-separators > [slot="content"] {
173
174
  padding-left: 0.9rem;
174
175
  padding-right: 0.9rem;
175
176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.115.0",
3
+ "version": "2.115.1",
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",
@@ -45,7 +45,7 @@
45
45
  "license": "Apache-2.0",
46
46
  "devDependencies": {
47
47
  "@babel/eslint-parser": "^7",
48
- "@brightspace-ui/stylelint-config": "^0.7",
48
+ "@brightspace-ui/stylelint-config": "^0.8",
49
49
  "@open-wc/semantic-dom-diff": "^0.19.9",
50
50
  "@open-wc/testing": "^3",
51
51
  "@rollup/plugin-dynamic-import-vars": "^2",