@brightspace-ui/core 3.75.2 → 3.76.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.
@@ -35,7 +35,7 @@ class Dialog extends PropertyRequiredMixin(LocalizeCoreElement(AsyncContainerMix
35
35
  critical: { type: Boolean },
36
36
 
37
37
  /**
38
- * Whether to read the contents of the dialog on open
38
+ * Causes screen readers to announce the content of the dialog on open. Only use if the content is concise and contains only text since screen readers ignore HTML semantics and some have a ~250 character limit.
39
39
  */
40
40
  describeContent: { type: Boolean, attribute: 'describe-content' },
41
41
 
@@ -2229,7 +2229,7 @@
2229
2229
  },
2230
2230
  {
2231
2231
  "name": "describe-content",
2232
- "description": "Whether to read the contents of the dialog on open",
2232
+ "description": "Causes screen readers to announce the content of the dialog on open. Only use if the content is concise and contains only text since screen readers ignore HTML semantics and some have a ~250 character limit.",
2233
2233
  "type": "boolean",
2234
2234
  "default": "false"
2235
2235
  },
@@ -2275,7 +2275,7 @@
2275
2275
  {
2276
2276
  "name": "describeContent",
2277
2277
  "attribute": "describe-content",
2278
- "description": "Whether to read the contents of the dialog on open",
2278
+ "description": "Causes screen readers to announce the content of the dialog on open. Only use if the content is concise and contains only text since screen readers ignore HTML semantics and some have a ~250 character limit.",
2279
2279
  "type": "boolean",
2280
2280
  "default": "false"
2281
2281
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.75.2",
3
+ "version": "3.76.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",