@conduction/components 2.2.46 → 2.2.47
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/README.md +1 -1
- package/lib/components/container/Container.module.css +1 -1
- package/lib/components/topNav/primaryTopNav/PrimaryTopNav.module.css +1 -1
- package/package.json +1 -1
- package/src/components/container/Container.module.css +1 -1
- package/src/components/topNav/primaryTopNav/PrimaryTopNav.module.css +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
- **Version 2.2 (breaking changes from 2.1.x)**
|
|
6
6
|
|
|
7
|
-
- 2.2.46: Fixed minor css parse error.
|
|
7
|
+
- 2.2.46 / 2.2.47: Fixed minor css parse error.
|
|
8
8
|
- 2.2.45: Updated Pagination and select to ensure more WCAG compliancy.
|
|
9
9
|
- 2.2.44: Updated PrimaryTopNav to allow font-weight.
|
|
10
10
|
- 2.2.43: Updated DownloadCard to allow size as string.
|
package/package.json
CHANGED