react-creme-pre-alpha
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "react-creme-pre-alpha", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"author": { | ||
@@ -11,4 +11,5 @@ "name": "Prabhu Murthy", | ||
"scripts": { | ||
"build": "rimraf ./expo_dist && tsc && vite build", | ||
"ci": "yarn lint:all && yarn test -- --runInBand --updateSnapshot", | ||
"build:doc": "rimraf ./expo_dist && tsc && vite build", | ||
"build:lib": "yarn rollup && yarn emit-dts && yarn extract-api && ncp ./typings ./dist", | ||
"ci": "yarn lint:all && yarn test -- --runInBand --updateSnapshot && yarn build:lib", | ||
"dev": "vite", | ||
@@ -27,4 +28,3 @@ "emit-dts": "rimraf ./dts && tsc --project tsconfig.json --declaration --emitDeclarationOnly --noEmit false", | ||
"snyk": "snyk test", | ||
"test:dev": "jest --runInBand", | ||
"build:lib": "yarn rollup && yarn emit-dts && yarn extract-api && ncp ./typings ./dist" | ||
"test": "jest --runInBand --updateSnapshot" | ||
}, | ||
@@ -53,2 +53,3 @@ "dependencies": { | ||
"@fortawesome/react-fontawesome": "^0.1.16", | ||
"@microsoft/api-extractor": "^7.19.4", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
@@ -138,3 +139,4 @@ "@testing-library/jest-dom": "^5.16.1", | ||
"resolutions": { | ||
"nth-check": "^2.0.1" | ||
"nth-check": "^2.0.1", | ||
"postcss": "^8.2.13" | ||
}, | ||
@@ -141,0 +143,0 @@ "main": "react-creme-pre-alpha.js", |
@@ -364,2 +364,3 @@ /// <reference types="react" /> | ||
style?: CSSProperties; | ||
isClosing?: boolean; | ||
} | ||
@@ -604,3 +605,2 @@ | ||
border?: boolean; | ||
enableSwipe?: boolean; | ||
focusable?: boolean; | ||
@@ -607,0 +607,0 @@ } |
Sorry, the diff of this file is not supported yet
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
606376
2914
74