@brightspace-ui/core 3.202.0 → 3.202.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.
@@ -1,5 +1,4 @@
1
1
  # Tag List
2
- *This component is in progress. The API is generally stable but there could be some appearance or minor behavior churn in the short-term.*
3
2
 
4
3
  Tag lists are used to present a list of compact, discrete pieces of information.
5
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.202.0",
3
+ "version": "3.202.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",
@@ -1,4 +1,6 @@
1
1
  # Templates
2
+ *These templates are meant to take up the whole page and have a navbar slotted into them, rather than be used on a page that already includes a navbar. Therefore, a current limitation is they can only be used with the immersive nav. Work is actively underway to overhaul our page template strategy.*
3
+
2
4
  Page templates are used to provide generic ways to arrange content on a page
3
5
 
4
6
  ## Primary-Secondary [d2l-template-primary-secondary]