@skyux/layout 6.6.0 → 6.7.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.
@@ -13,7 +13,7 @@ export declare class SkyFluidGridComponent {
13
13
  get disableMargin(): boolean;
14
14
  /**
15
15
  * Specifies a `SkyFluidGridGutterSizeType` to define the size of the padding
16
- * between columns. Options include: `any`, `1`, `2`, `"small"`, `"medium"`, and `"large"`.
16
+ * between columns.
17
17
  * @default "large"
18
18
  */
19
19
  set gutterSize(value: SkyFluidGridGutterSizeType);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/layout",
3
- "version": "6.6.0",
3
+ "version": "6.7.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -47,14 +47,14 @@
47
47
  "@angular/forms": "^13.3.2",
48
48
  "@angular/platform-browser": "^13.3.2",
49
49
  "@angular/router": "^13.3.2",
50
- "@skyux-sdk/testing": "6.6.0",
51
- "@skyux/core": "6.6.0",
52
- "@skyux/forms": "6.6.0",
53
- "@skyux/i18n": "6.6.0",
54
- "@skyux/indicators": "6.6.0",
55
- "@skyux/modals": "6.6.0",
56
- "@skyux/router": "6.6.0",
57
- "@skyux/theme": "6.6.0"
50
+ "@skyux-sdk/testing": "6.7.0",
51
+ "@skyux/core": "6.7.0",
52
+ "@skyux/forms": "6.7.0",
53
+ "@skyux/i18n": "6.7.0",
54
+ "@skyux/indicators": "6.7.0",
55
+ "@skyux/modals": "6.7.0",
56
+ "@skyux/router": "6.7.0",
57
+ "@skyux/theme": "6.7.0"
58
58
  },
59
59
  "dependencies": {
60
60
  "tslib": "^2.3.1"