cacao-css 3.15.0 → 3.16.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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.16.0 (July 21, 2022)
4
+
5
+ - Added `Image--fullWidth` class to make an image expand to full width.
6
+
3
7
  ## 3.15.0 (May 12, 2022)
4
8
 
5
9
  - Added global box sizing style. Removed `box-sizing` from individual components.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cacao-css",
3
3
  "description": "A set of composable CSS modules that provide a solid foundation for starting a new project.",
4
- "version": "3.15.0",
4
+ "version": "3.16.0",
5
5
  "main": "gulfile.js",
6
6
  "author": "Aptuitiv, Inc <hello@aptuitiv.com>",
7
7
  "license": "MIT",
@@ -43,6 +43,10 @@
43
43
  margin-left: 1em;
44
44
  }
45
45
 
46
+ .Image--fullWidth {
47
+ width: 100%;
48
+ }
49
+
46
50
  @media (--c-bp-sm) {
47
51
  .Image--left,
48
52
  .Image--right {