@workday/canvas-kit-css 11.0.9 → 11.0.11

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.
Files changed (2) hide show
  1. package/button.css +6 -0
  2. package/package.json +2 -2
package/button.css CHANGED
@@ -118,6 +118,12 @@
118
118
  }
119
119
 
120
120
 
121
+ .cnvs-button.grow {
122
+ width: 100%;
123
+ max-width: 100%;
124
+ }
125
+
126
+
121
127
  .cnvs-button.icon-position-only {
122
128
  padding: var(--cnvs-sys-space-zero);
123
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-css",
3
- "version": "11.0.9",
3
+ "version": "11.0.11",
4
4
  "description": "The parent module that contains all Workday Canvas Kit CSS components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -25,5 +25,5 @@
25
25
  "components",
26
26
  "workday"
27
27
  ],
28
- "gitHead": "2d15201480c3440c076b52d642228a9aeb32ec89"
28
+ "gitHead": "875670341994ffe8f8348f7bb7bb6bae6d4e019a"
29
29
  }