cacao-css 3.16.0 → 3.17.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.17.0 (July 28, 2022)
4
+
5
+ - Added u-size1of1 as an alternate class to u-sizeFull.
6
+
3
7
  ## 3.16.0 (July 21, 2022)
4
8
 
5
9
  - Added `Image--fullWidth` class to make an image expand to full width.
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.16.0",
4
+ "version": "3.17.0",
5
5
  "main": "gulfile.js",
6
6
  "author": "Aptuitiv, Inc <hello@aptuitiv.com>",
7
7
  "license": "MIT",
@@ -164,6 +164,7 @@
164
164
  * Make an element the width of its parent.
165
165
  */
166
166
 
167
+ .u-lg-size1of1,
167
168
  .u-lg-size12of12,
168
169
  .u-lg-sizeFull {
169
170
  display: block !important;
@@ -164,6 +164,7 @@
164
164
  * Make an element the width of its parent.
165
165
  */
166
166
 
167
+ .u-md-size1of1,
167
168
  .u-md-size12of12,
168
169
  .u-md-sizeFull {
169
170
  display: block !important;
@@ -164,6 +164,7 @@
164
164
  * Make an element the width of its parent.
165
165
  */
166
166
 
167
+ .u-sm-size1of1,
167
168
  .u-sm-size12of12,
168
169
  .u-sm-sizeFull {
169
170
  display: block !important;
@@ -164,6 +164,7 @@
164
164
  * Make an element the width of its parent.
165
165
  */
166
166
 
167
+ .u-xs-size1of1,
167
168
  .u-xs-size12of12,
168
169
  .u-xs-sizeFull {
169
170
  display: block !important;
@@ -160,6 +160,7 @@
160
160
  * Make an element the width of its parent.
161
161
  */
162
162
 
163
+ .u-size1of1,
163
164
  .u-size12of12,
164
165
  .u-sizeFull {
165
166
  display: block !important;