@cryptic-css/core
Advanced tools
Comparing version 3.9.2 to 3.10.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.10.0](https://github.com/wintercounter/ccss/compare/v3.9.2...v3.10.0) (2020-07-09) | ||
### Features | ||
* add support for `caret-color` ([4152e3b](https://github.com/wintercounter/ccss/commit/4152e3b0909e3bfa52e157c8d17209b98ef9d65e)) | ||
## [3.9.2](https://github.com/wintercounter/ccss/compare/v3.9.1...v3.9.2) (2020-07-07) | ||
@@ -8,0 +19,0 @@ |
@@ -31,3 +31,3 @@ "use strict"; | ||
['shd', 'shadow', 'box-shadow', _parsers.mapValue, _parsers.parseArray], ['siz', 'sizing', 'box-sizing', _parsers.mapValue], // Misc | ||
['cn', 'cont', 'contain', _parsers.mapValue], ['dir', 'dir', 'direction', _parsers.mapValue], ['of', 'obj-fit', 'object-fit', _parsers.mapValue], ['oP', 'obj-pos', 'object-position'], ['op', 'opacity', 'opacity', _parsers.mapValue], ['or', 'order', 'order'], ['ol', 'outline', 'outline'], ['mbm', 'blend-mode', 'mix-blend-mode', _parsers.mapValue], ['ct', 'content', 'content'], ['cur', 'cur', 'cursor', _parsers.mapValue], ['pe', 'p-events', 'pointer-events', _parsers.mapValue], ['fil', 'filter', 'filter'], ['sb', 's-behavior', 'scroll-behavior', _parsers.mapValue], ['sw', 's-width', 'scrollbar-width', _parsers.mapValue], ['sh', 's-height', 'scrollbar-height', _parsers.mapValue], ['us', 'u-select', 'user-select', _parsers.mapValue], // Webkit | ||
['cn', 'cont', 'contain', _parsers.mapValue], ['dir', 'dir', 'direction', _parsers.mapValue], ['of', 'obj-fit', 'object-fit', _parsers.mapValue], ['oP', 'obj-pos', 'object-position'], ['op', 'opacity', 'opacity', _parsers.mapValue], ['or', 'order', 'order'], ['ol', 'outline', 'outline'], ['mbm', 'blend-mode', 'mix-blend-mode', _parsers.mapValue], ['ct', 'content', 'content'], ['cur', 'cur', 'cursor', _parsers.mapValue], ['pe', 'p-events', 'pointer-events', _parsers.mapValue], ['fil', 'filter', 'filter'], ['sb', 's-behavior', 'scroll-behavior', _parsers.mapValue], ['sw', 's-width', 'scrollbar-width', _parsers.mapValue], ['sh', 's-height', 'scrollbar-height', _parsers.mapValue], ['us', 'u-select', 'user-select', _parsers.mapValue], ['carc', 'car-color', 'caret-color', _parsers.mapValue], // Webkit | ||
['wtc', 'webkit-touch-callout', '-webkit-touch-callout', _parsers.mapValue], ['wos', 'webkit-overflow-scrolling', '-webkit-overflow-scrolling', _parsers.mapValue], ['wthc', 'webkit-tap-highlight-color', '-webkit-tap-highlight-color', _parsers.mapValue], ['wtfc', 'webkit-text-fill-color', '-webkit-text-fill-color', _parsers.mapValue], ['wud', 'webkit-user-drag', '-webkit-user-drag', _parsers.mapValue], ['wbf', 'webkit-backdrop-filter', '-webkit-backdrop-filter']]; | ||
@@ -34,0 +34,0 @@ }; |
@@ -22,3 +22,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
['shd', 'shadow', 'box-shadow', mapValue, parseArray], ['siz', 'sizing', 'box-sizing', mapValue], // Misc | ||
['cn', 'cont', 'contain', mapValue], ['dir', 'dir', 'direction', mapValue], ['of', 'obj-fit', 'object-fit', mapValue], ['oP', 'obj-pos', 'object-position'], ['op', 'opacity', 'opacity', mapValue], ['or', 'order', 'order'], ['ol', 'outline', 'outline'], ['mbm', 'blend-mode', 'mix-blend-mode', mapValue], ['ct', 'content', 'content'], ['cur', 'cur', 'cursor', mapValue], ['pe', 'p-events', 'pointer-events', mapValue], ['fil', 'filter', 'filter'], ['sb', 's-behavior', 'scroll-behavior', mapValue], ['sw', 's-width', 'scrollbar-width', mapValue], ['sh', 's-height', 'scrollbar-height', mapValue], ['us', 'u-select', 'user-select', mapValue], // Webkit | ||
['cn', 'cont', 'contain', mapValue], ['dir', 'dir', 'direction', mapValue], ['of', 'obj-fit', 'object-fit', mapValue], ['oP', 'obj-pos', 'object-position'], ['op', 'opacity', 'opacity', mapValue], ['or', 'order', 'order'], ['ol', 'outline', 'outline'], ['mbm', 'blend-mode', 'mix-blend-mode', mapValue], ['ct', 'content', 'content'], ['cur', 'cur', 'cursor', mapValue], ['pe', 'p-events', 'pointer-events', mapValue], ['fil', 'filter', 'filter'], ['sb', 's-behavior', 'scroll-behavior', mapValue], ['sw', 's-width', 'scrollbar-width', mapValue], ['sh', 's-height', 'scrollbar-height', mapValue], ['us', 'u-select', 'user-select', mapValue], ['carc', 'car-color', 'caret-color', mapValue], // Webkit | ||
['wtc', 'webkit-touch-callout', '-webkit-touch-callout', mapValue], ['wos', 'webkit-overflow-scrolling', '-webkit-overflow-scrolling', mapValue], ['wthc', 'webkit-tap-highlight-color', '-webkit-tap-highlight-color', mapValue], ['wtfc', 'webkit-text-fill-color', '-webkit-text-fill-color', mapValue], ['wud', 'webkit-user-drag', '-webkit-user-drag', mapValue], ['wbf', 'webkit-backdrop-filter', '-webkit-backdrop-filter']]; | ||
@@ -25,0 +25,0 @@ }; |
{ | ||
"name": "@cryptic-css/core", | ||
"version": "3.9.2", | ||
"version": "3.10.0", | ||
"description": "> TODO: description", | ||
@@ -5,0 +5,0 @@ "author": "Viktor Vincze <viktor.vincze@doclerholding.com>", |
@@ -262,2 +262,3 @@ import { pipe, mapValue, parseArray, parseSingle, toCSSRule, child } from './parsers' | ||
['us', 'u-select', 'user-select', mapValue], | ||
['carc', 'car-color', 'caret-color', mapValue], | ||
@@ -264,0 +265,0 @@ // Webkit |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2857730
42967