Comparing version 2.5.5 to 2.5.6
{ | ||
"name": "csstype", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"main": "", | ||
@@ -21,4 +21,4 @@ "types": "index.d.ts", | ||
"jsdom": "^11.11.0", | ||
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#db830230ee3c7cac7d590695a74cead460850449", | ||
"mdn-data": "git+https://github.com/mdn/data.git#f9b6921eab90a071fb592221495af36ed0c761ce", | ||
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#d678f5bb0ac426c833ccdaf55daabf472e6c0ca2", | ||
"mdn-data": "git+https://github.com/mdn/data.git#893a6049355daf5e65361d2858ed08816d58948c", | ||
"prettier": "^1.13.5", | ||
@@ -25,0 +25,0 @@ "sync-request": "^6.0.0", |
# CSSType | ||
[![npm](https://img.shields.io/npm/v/csstype.svg)](https://www.npmjs.com/package/csstype) | ||
TypeScript and Flow definitions for CSS, generated by [data from MDN](https://github.com/mdn/data). It provides autocompletion and type checking for CSS properties and values. | ||
@@ -39,5 +41,5 @@ | ||
| | _Default_ | `Hyphen` | `Fallback` | `HyphenFallback` | | ||
| | Default | `Hyphen` | `Fallback` | `HyphenFallback` | | ||
| -------------- | -------------------- | -------------------------- | ---------------------------- | ---------------------------------- | | ||
| **_All_** | `Properties` | `PropertiesHyphen` | `PropertiesFallback` | `PropertiesHyphenFallback` | | ||
| **All** | `Properties` | `PropertiesHyphen` | `PropertiesFallback` | `PropertiesHyphenFallback` | | ||
| **`Standard`** | `StandardProperties` | `StandardPropertiesHyphen` | `StandardPropertiesFallback` | `StandardPropertiesHyphenFallback` | | ||
@@ -50,3 +52,3 @@ | **`Vendor`** | `VendorProperties` | `VendorPropertiesHyphen` | `VendorPropertiesFallback` | `VendorPropertiesHyphenFallback` | | ||
* **_All_** - Includes `Standard`, `Vendor`, `Obsolete` and `Svg` | ||
* **All** - Includes `Standard`, `Vendor`, `Obsolete` and `Svg` | ||
* **`Standard`** - Current properties and extends subcategories `StandardLonghand` and `StandardShorthand` _(e.g. `StandardShorthandProperties`)_ | ||
@@ -59,3 +61,3 @@ * **`Vendor`** - Vendor prefixed properties and extends subcategories `VendorLonghand` and `VendorShorthand` _(e.g. `VendorShorthandProperties`)_ | ||
* **_Default_** - JavaScript (camel) cased property names | ||
* **Default** - JavaScript (camel) cased property names | ||
* **`Hyphen`** - CSS (kebab) cased property names | ||
@@ -68,3 +70,3 @@ * **`Fallback`** - Also accepts array of values e.g. `string | string[]` | ||
| | _Default_ | `Hyphen` | `Fallback` | `HyphenFallback` | | ||
| | Default | `Hyphen` | `Fallback` | `HyphenFallback` | | ||
| -------------------- | -------------- | -------------------- | ---------------------- | ---------------------------- | | ||
@@ -71,0 +73,0 @@ | **`@counter-style`** | `CounterStyle` | `CounterStyleHyphen` | `CounterStyleFallback` | `CounterStyleHyphenFallback` | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1185787
20778
221