@thecb/components 5.8.0-beta.0 → 5.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "5.8.0-beta.0",
3
+ "version": "5.8.0",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -1,7 +1,7 @@
1
1
  /*
2
- SOON TO BE DEPRECATED AS OF 8/1/2021
2
+ 03/30/2022
3
3
 
4
- For new pages/applications, please us <Title /> and <Detail /> atoms
4
+ For new pages/applications, please us <Title /> and <Detail /> atoms (specify "as" prop with value of h1/h2/h3/h4/h5/h6/p)
5
5
 
6
6
  */
7
7
  import React from "react";
@@ -1,5 +1,5 @@
1
1
  /*
2
- SOON TO BE DEPRECATED AS OF 8/1/2021
2
+ 03/30/2022
3
3
 
4
4
  For new pages/applications, please us <Title /> and <Detail /> atoms (specify "as" prop with value of "p")
5
5