@cryptic-css/core
Advanced tools
Comparing version 5.6.1 to 5.7.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [5.7.0](https://github.com/wintercounter/ccss/compare/v5.6.1...v5.7.0) (2021-06-30) | ||
### Features | ||
* add support for `gap` `row-gap` and `column-gap` properties ([#26](https://github.com/wintercounter/ccss/issues/26)) ([c386dd3](https://github.com/wintercounter/ccss/commit/c386dd304780074200079832f09ac85f24043356)) | ||
* add support for shorthand gap props ([c837162](https://github.com/wintercounter/ccss/commit/c8371626cf07fd208d9b32eacd1778d511e2f8dd)) | ||
## [5.6.1](https://github.com/wintercounter/ccss/compare/v5.6.0...v5.6.1) (2021-06-28) | ||
@@ -8,0 +20,0 @@ |
@@ -96,3 +96,3 @@ "use strict"; | ||
w: 'wrap' | ||
}, toCSSRuleHandler], [['fb', 'flex-basis'], nil, fromArrayToCSSRuleHandler], [['ff', 'flex-flow'], nil, toCSSRuleHandler], [['fg', 'flex-grow'], nil, toCSSRuleHandler], [['fs', 'flex-shrink'], nil, toCSSRuleHandler], [['ai', 'align-items'], getAligns(), toCSSRuleHandler], [['ac', 'align-content'], getAligns(), toCSSRuleHandler], [['ji', 'justify-items'], getAligns(), toCSSRuleHandler], [['jc', 'justify-content'], getAligns(), toCSSRuleHandler], [['aS', 'align-self'], getAligns(), toCSSRuleHandler], [['jS', 'justify-self'], getAligns(), toCSSRuleHandler], [['pc', 'place-content'], nil, toCSSRuleHandler], [['pi', 'place-items'], nil, toCSSRuleHandler], [['ps', 'place-self'], nil, toCSSRuleHandler], // Font + text related | ||
}, toCSSRuleHandler], [['fb', 'flex-basis'], nil, fromArrayToCSSRuleHandler], [['ff', 'flex-flow'], nil, toCSSRuleHandler], [['fg', 'flex-grow'], nil, toCSSRuleHandler], [['fgp', 'flex-gap'], nil, toCSSRuleHandler], [['fs', 'flex-shrink'], nil, toCSSRuleHandler], [['ai', 'align-items'], getAligns(), toCSSRuleHandler], [['ac', 'align-content'], getAligns(), toCSSRuleHandler], [['ji', 'justify-items'], getAligns(), toCSSRuleHandler], [['jc', 'justify-content'], getAligns(), toCSSRuleHandler], [['aS', 'align-self'], getAligns(), toCSSRuleHandler], [['jS', 'justify-self'], getAligns(), toCSSRuleHandler], [['pc', 'place-content'], nil, toCSSRuleHandler], [['pi', 'place-items'], nil, toCSSRuleHandler], [['ps', 'place-self'], nil, toCSSRuleHandler], // Font + text related | ||
[['ft', 'font'], nil, toCSSRuleHandler], [['ftf', 'font-family'], nil, toCSSRuleHandler], [['ftk', 'font-kerning'], nil, toCSSRuleHandler], [['fts', 'font-size'], nil, fromArrayToCSSRuleHandler], [['ftStr', 'font-stretch'], { | ||
@@ -218,3 +218,3 @@ uc: 'ultra-condensed', | ||
[['w', 'width'], nil, fromArrayToCSSRuleHandler], [['h', 'height'], nil, fromArrayToCSSRuleHandler], [['minW', 'min-width'], nil, fromArrayToCSSRuleHandler], [['minH', 'min-height'], nil, fromArrayToCSSRuleHandler], [['maxW', 'max-width'], nil, fromArrayToCSSRuleHandler], [['maxH', 'max-height'], nil, fromArrayToCSSRuleHandler], // Grid | ||
[['g', 'grid'], nil, toCSSRuleHandler], [['ga', 'grid-area'], nil, toCSSRuleHandler], [['gac', 'grid-auto-columns'], nil, fromArrayToCSSRuleHandler], [['gaf', 'grid-auto-flow'], nil, toCSSRuleHandler], [['gar', 'grid-auto-rows'], nil, fromArrayToCSSRuleHandler], [['gc', 'grid-column'], nil, fromArrayToCSSRuleHandler], [['gce', 'grid-column-end'], nil, toCSSRuleHandler], [['gcg', 'grid-column-gap'], nil, fromArrayToCSSRuleHandler], [['gcs', 'grid-column-start'], nil, toCSSRuleHandler], [['gg', 'grid-gap'], nil, fromArrayToCSSRuleHandler], [['gr', 'grid-row'], nil, fromArrayToCSSRuleHandler], [['gre', 'grid-row-end'], nil, toCSSRuleHandler], [['grg', 'grid-row-gap'], nil, fromArrayToCSSRuleHandler], [['grs', 'grid-row-start'], nil, toCSSRuleHandler], [['gt', 'grid-template'], nil, toCSSRuleHandler], [['gta', 'grid-template-areas'], nil, toCSSRuleHandler], [['gtc', 'grid-template-columns'], auto(), fromArrayToCSSRuleHandler], [['gtr', 'grid-template-rows'], auto(), fromArrayToCSSRuleHandler], // Border | ||
[['g', 'grid'], nil, toCSSRuleHandler], [['ga', 'grid-area'], nil, toCSSRuleHandler], [['gac', 'grid-auto-columns'], nil, fromArrayToCSSRuleHandler], [['gaf', 'grid-auto-flow'], nil, toCSSRuleHandler], [['gar', 'grid-auto-rows'], nil, fromArrayToCSSRuleHandler], [['gc', 'grid-column'], nil, fromArrayToCSSRuleHandler], [['gce', 'grid-column-end'], nil, toCSSRuleHandler], [['gcg', 'grid-column-gap'], nil, fromArrayToCSSRuleHandler], [['cg', 'column-gap'], nil, fromArrayToCSSRuleHandler], [['gcs', 'grid-column-start'], nil, toCSSRuleHandler], [['gg', 'grid-gap'], nil, fromArrayToCSSRuleHandler], [['gp', 'gap'], nil, fromArrayToCSSRuleHandler], [['gr', 'grid-row'], nil, fromArrayToCSSRuleHandler], [['gre', 'grid-row-end'], nil, toCSSRuleHandler], [['grg', 'grid-row-gap'], nil, fromArrayToCSSRuleHandler], [['rg', 'row-gap'], nil, fromArrayToCSSRuleHandler], [['grs', 'grid-row-start'], nil, toCSSRuleHandler], [['gt', 'grid-template'], nil, toCSSRuleHandler], [['gta', 'grid-template-areas'], nil, toCSSRuleHandler], [['gtc', 'grid-template-columns'], auto(), fromArrayToCSSRuleHandler], [['gtr', 'grid-template-rows'], auto(), fromArrayToCSSRuleHandler], // Border | ||
[['b', 'border'], nil, fromArrayToCSSRuleHandler], [['bB', 'border-bottom'], nil, fromArrayToCSSRuleHandler], [['bBc', 'border-bottom-color'], nil, toCSSRuleHandler], [['bBlr', 'border-bottom-left-radius'], nil, fromArrayToCSSRuleHandler], [['bBrr', 'border-bottom-right-radius'], nil, fromArrayToCSSRuleHandler], [['bBs', 'border-bottom-style'], nil, toCSSRuleHandler], [['bBw', 'border-bottom-width'], nil, fromArrayToCSSRuleHandler], [['bC', 'border-collapse'], nil, toCSSRuleHandler], [['bc', 'border-color'], nil, toCSSRuleHandler], [['bi', 'border-image'], nil, toCSSRuleHandler], [['bio', 'border-image-outset'], nil, toCSSRuleHandler], [['bir', 'border-image-repeat'], nil, toCSSRuleHandler], [['bis', 'border-image-slice'], nil, toCSSRuleHandler], [['biSrc', 'border-image-source'], nil, toCSSRuleHandler], [['biw', 'border-image-width'], nil, fromArrayToCSSRuleHandler], [['bL', 'border-left'], nil, fromArrayToCSSRuleHandler], [['bLc', 'border-left-color'], nil, toCSSRuleHandler], [['bLs', 'border-left-style'], nil, toCSSRuleHandler], [['bLw', 'border-left-width'], nil, fromArrayToCSSRuleHandler], [['br', 'border-radius'], nil, fromArrayToCSSRuleHandler], [['bR', 'border-right'], nil, fromArrayToCSSRuleHandler], [['bRc', 'border-right-color'], nil, toCSSRuleHandler], [['bRs', 'border-right-style'], nil, toCSSRuleHandler], [['bRw', 'border-right-width'], nil, fromArrayToCSSRuleHandler], [['bs', 'border-spacing'], nil, fromArrayToCSSRuleHandler], [['bS', 'border-style'], nil, toCSSRuleHandler], [['bT', 'border-top'], nil, fromArrayToCSSRuleHandler], [['bTc', 'border-top-color'], nil, toCSSRuleHandler], [['bTlr', 'border-top-left-radius'], nil, fromArrayToCSSRuleHandler], [['bTrr', 'border-top-right-radius'], nil, fromArrayToCSSRuleHandler], [['bTs', 'border-top-style'], nil, toCSSRuleHandler], [['bTw', 'border-top-width'], nil, fromArrayToCSSRuleHandler], [['bw', 'border-width'], nil, fromArrayToCSSRuleHandler], // Clip | ||
@@ -221,0 +221,0 @@ [['clp', 'clip'], nil, fromArrayToCSSRuleHandler], [['clpp', 'clip-path'], nil, toCSSRuleHandler], // Mask |
@@ -89,3 +89,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } | ||
w: 'wrap' | ||
}, toCSSRuleHandler], [['fb', 'flex-basis'], nil, fromArrayToCSSRuleHandler], [['ff', 'flex-flow'], nil, toCSSRuleHandler], [['fg', 'flex-grow'], nil, toCSSRuleHandler], [['fs', 'flex-shrink'], nil, toCSSRuleHandler], [['ai', 'align-items'], getAligns(), toCSSRuleHandler], [['ac', 'align-content'], getAligns(), toCSSRuleHandler], [['ji', 'justify-items'], getAligns(), toCSSRuleHandler], [['jc', 'justify-content'], getAligns(), toCSSRuleHandler], [['aS', 'align-self'], getAligns(), toCSSRuleHandler], [['jS', 'justify-self'], getAligns(), toCSSRuleHandler], [['pc', 'place-content'], nil, toCSSRuleHandler], [['pi', 'place-items'], nil, toCSSRuleHandler], [['ps', 'place-self'], nil, toCSSRuleHandler], // Font + text related | ||
}, toCSSRuleHandler], [['fb', 'flex-basis'], nil, fromArrayToCSSRuleHandler], [['ff', 'flex-flow'], nil, toCSSRuleHandler], [['fg', 'flex-grow'], nil, toCSSRuleHandler], [['fgp', 'flex-gap'], nil, toCSSRuleHandler], [['fs', 'flex-shrink'], nil, toCSSRuleHandler], [['ai', 'align-items'], getAligns(), toCSSRuleHandler], [['ac', 'align-content'], getAligns(), toCSSRuleHandler], [['ji', 'justify-items'], getAligns(), toCSSRuleHandler], [['jc', 'justify-content'], getAligns(), toCSSRuleHandler], [['aS', 'align-self'], getAligns(), toCSSRuleHandler], [['jS', 'justify-self'], getAligns(), toCSSRuleHandler], [['pc', 'place-content'], nil, toCSSRuleHandler], [['pi', 'place-items'], nil, toCSSRuleHandler], [['ps', 'place-self'], nil, toCSSRuleHandler], // Font + text related | ||
[['ft', 'font'], nil, toCSSRuleHandler], [['ftf', 'font-family'], nil, toCSSRuleHandler], [['ftk', 'font-kerning'], nil, toCSSRuleHandler], [['fts', 'font-size'], nil, fromArrayToCSSRuleHandler], [['ftStr', 'font-stretch'], { | ||
@@ -211,3 +211,3 @@ uc: 'ultra-condensed', | ||
[['w', 'width'], nil, fromArrayToCSSRuleHandler], [['h', 'height'], nil, fromArrayToCSSRuleHandler], [['minW', 'min-width'], nil, fromArrayToCSSRuleHandler], [['minH', 'min-height'], nil, fromArrayToCSSRuleHandler], [['maxW', 'max-width'], nil, fromArrayToCSSRuleHandler], [['maxH', 'max-height'], nil, fromArrayToCSSRuleHandler], // Grid | ||
[['g', 'grid'], nil, toCSSRuleHandler], [['ga', 'grid-area'], nil, toCSSRuleHandler], [['gac', 'grid-auto-columns'], nil, fromArrayToCSSRuleHandler], [['gaf', 'grid-auto-flow'], nil, toCSSRuleHandler], [['gar', 'grid-auto-rows'], nil, fromArrayToCSSRuleHandler], [['gc', 'grid-column'], nil, fromArrayToCSSRuleHandler], [['gce', 'grid-column-end'], nil, toCSSRuleHandler], [['gcg', 'grid-column-gap'], nil, fromArrayToCSSRuleHandler], [['gcs', 'grid-column-start'], nil, toCSSRuleHandler], [['gg', 'grid-gap'], nil, fromArrayToCSSRuleHandler], [['gr', 'grid-row'], nil, fromArrayToCSSRuleHandler], [['gre', 'grid-row-end'], nil, toCSSRuleHandler], [['grg', 'grid-row-gap'], nil, fromArrayToCSSRuleHandler], [['grs', 'grid-row-start'], nil, toCSSRuleHandler], [['gt', 'grid-template'], nil, toCSSRuleHandler], [['gta', 'grid-template-areas'], nil, toCSSRuleHandler], [['gtc', 'grid-template-columns'], auto(), fromArrayToCSSRuleHandler], [['gtr', 'grid-template-rows'], auto(), fromArrayToCSSRuleHandler], // Border | ||
[['g', 'grid'], nil, toCSSRuleHandler], [['ga', 'grid-area'], nil, toCSSRuleHandler], [['gac', 'grid-auto-columns'], nil, fromArrayToCSSRuleHandler], [['gaf', 'grid-auto-flow'], nil, toCSSRuleHandler], [['gar', 'grid-auto-rows'], nil, fromArrayToCSSRuleHandler], [['gc', 'grid-column'], nil, fromArrayToCSSRuleHandler], [['gce', 'grid-column-end'], nil, toCSSRuleHandler], [['gcg', 'grid-column-gap'], nil, fromArrayToCSSRuleHandler], [['cg', 'column-gap'], nil, fromArrayToCSSRuleHandler], [['gcs', 'grid-column-start'], nil, toCSSRuleHandler], [['gg', 'grid-gap'], nil, fromArrayToCSSRuleHandler], [['gp', 'gap'], nil, fromArrayToCSSRuleHandler], [['gr', 'grid-row'], nil, fromArrayToCSSRuleHandler], [['gre', 'grid-row-end'], nil, toCSSRuleHandler], [['grg', 'grid-row-gap'], nil, fromArrayToCSSRuleHandler], [['rg', 'row-gap'], nil, fromArrayToCSSRuleHandler], [['grs', 'grid-row-start'], nil, toCSSRuleHandler], [['gt', 'grid-template'], nil, toCSSRuleHandler], [['gta', 'grid-template-areas'], nil, toCSSRuleHandler], [['gtc', 'grid-template-columns'], auto(), fromArrayToCSSRuleHandler], [['gtr', 'grid-template-rows'], auto(), fromArrayToCSSRuleHandler], // Border | ||
[['b', 'border'], nil, fromArrayToCSSRuleHandler], [['bB', 'border-bottom'], nil, fromArrayToCSSRuleHandler], [['bBc', 'border-bottom-color'], nil, toCSSRuleHandler], [['bBlr', 'border-bottom-left-radius'], nil, fromArrayToCSSRuleHandler], [['bBrr', 'border-bottom-right-radius'], nil, fromArrayToCSSRuleHandler], [['bBs', 'border-bottom-style'], nil, toCSSRuleHandler], [['bBw', 'border-bottom-width'], nil, fromArrayToCSSRuleHandler], [['bC', 'border-collapse'], nil, toCSSRuleHandler], [['bc', 'border-color'], nil, toCSSRuleHandler], [['bi', 'border-image'], nil, toCSSRuleHandler], [['bio', 'border-image-outset'], nil, toCSSRuleHandler], [['bir', 'border-image-repeat'], nil, toCSSRuleHandler], [['bis', 'border-image-slice'], nil, toCSSRuleHandler], [['biSrc', 'border-image-source'], nil, toCSSRuleHandler], [['biw', 'border-image-width'], nil, fromArrayToCSSRuleHandler], [['bL', 'border-left'], nil, fromArrayToCSSRuleHandler], [['bLc', 'border-left-color'], nil, toCSSRuleHandler], [['bLs', 'border-left-style'], nil, toCSSRuleHandler], [['bLw', 'border-left-width'], nil, fromArrayToCSSRuleHandler], [['br', 'border-radius'], nil, fromArrayToCSSRuleHandler], [['bR', 'border-right'], nil, fromArrayToCSSRuleHandler], [['bRc', 'border-right-color'], nil, toCSSRuleHandler], [['bRs', 'border-right-style'], nil, toCSSRuleHandler], [['bRw', 'border-right-width'], nil, fromArrayToCSSRuleHandler], [['bs', 'border-spacing'], nil, fromArrayToCSSRuleHandler], [['bS', 'border-style'], nil, toCSSRuleHandler], [['bT', 'border-top'], nil, fromArrayToCSSRuleHandler], [['bTc', 'border-top-color'], nil, toCSSRuleHandler], [['bTlr', 'border-top-left-radius'], nil, fromArrayToCSSRuleHandler], [['bTrr', 'border-top-right-radius'], nil, fromArrayToCSSRuleHandler], [['bTs', 'border-top-style'], nil, toCSSRuleHandler], [['bTw', 'border-top-width'], nil, fromArrayToCSSRuleHandler], [['bw', 'border-width'], nil, fromArrayToCSSRuleHandler], // Clip | ||
@@ -214,0 +214,0 @@ [['clp', 'clip'], nil, fromArrayToCSSRuleHandler], [['clpp', 'clip-path'], nil, toCSSRuleHandler], // Mask |
{ | ||
"name": "@cryptic-css/core", | ||
"version": "5.6.1", | ||
"version": "5.7.0", | ||
"description": "> TODO: description", | ||
@@ -5,0 +5,0 @@ "author": "Viktor Vincze <viktor.vincze@doclerholding.com>", |
230006
7436