@hyphen/hyphen-components 2.13.0 → 2.14.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.
@@ -30,7 +30,7 @@ export type CssFlexDirectionValue = 'column' | 'column-reverse' | 'row' | 'row-r
30
30
  export type CssAlignItemsValue = 'flex-start' | 'flex-end' | 'center' | 'baseline' | 'stretch';
31
31
  export type CssFlexValue = 'auto' | 'initial' | 'none' | 'inherit' | 'unset';
32
32
  export type CssOverflowValue = 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto' | 'inherit' | 'initial' | 'unset';
33
- export type CssDisplayValue = 'none' | 'flex' | 'inline-flex' | 'block' | 'inline-block' | 'inline' | 'inherit' | 'grid' | 'table-cell';
33
+ export type CssDisplayValue = 'none' | 'flex' | 'inline-flex' | 'block' | 'inline-block' | 'inline' | 'inherit' | 'grid' | 'table-cell' | 'contents';
34
34
  export type CssTextAlignValue = 'left' | 'center' | 'right';
35
35
  export type BaseSpacing = SpacingSize | string | undefined;
36
36
  export type BorderRadiusSize = BorderRadius | string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyphen/hyphen-components",
3
- "version": "2.13.0",
3
+ "version": "2.14.0",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "@hyphen"