@aesthetic/types
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -22,3 +22,3 @@ import CSST from 'csstype'; | ||
export declare type Declarations<T = Properties> = T & Attributes<T> & Pseudos<T>; | ||
export declare type FontFace = CSST.FontFace; | ||
export declare type FontFace = CSST.AtRule.FontFace; | ||
export interface Keyframes<T = Properties> { | ||
@@ -25,0 +25,0 @@ [percent: string]: T | undefined; |
@@ -5,8 +5,15 @@ 'use strict'; | ||
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var csstype = require('csstype'); | ||
var csstype = _interopDefault(require('csstype')); | ||
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
var csstype__default = /*#__PURE__*/_interopDefaultLegacy(csstype); | ||
exports.CSST = csstype; | ||
Object.defineProperty(exports, 'CSST', { | ||
enumerable: true, | ||
get: function () { | ||
return csstype__default['default']; | ||
} | ||
}); |
{ | ||
"name": "@aesthetic/types", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Reusable TypeScript types for Aesthetic packages.", | ||
@@ -23,5 +23,5 @@ "keywords": [ | ||
"dependencies": { | ||
"csstype": "^2.6.11" | ||
"csstype": "^3.0.3" | ||
}, | ||
"gitHead": "2a33160c4f7aa3eb1fcf6e78f8b2c4b8a8144e01" | ||
"gitHead": "9d6593c7c3986acc0b510037dd7d6aafbb0caf5b" | ||
} |
Sorry, the diff of this file is not supported yet
5796
51
+ Addedcsstype@3.1.3(transitive)
- Removedcsstype@2.6.21(transitive)
Updatedcsstype@^3.0.3