@pikas-ui/checkbox
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -0,0 +0,0 @@ import { ColorsType, ShadowsType, BorderRadiusType, FontsSizesType } from '@pikas-ui/styles'; |
{ | ||
"name": "@pikas-ui/checkbox", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"private": false, | ||
@@ -13,9 +13,2 @@ "description": "", | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"format": "prettier --write \"**/*.{ts,tsx}\"", | ||
"lint": "cross-env TIMING=1 eslint src --fix", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" | ||
}, | ||
"repository": { | ||
@@ -36,3 +29,3 @@ "type": "git", | ||
"@pikas-ui/styles": "1.0.25", | ||
"@pikas-ui/text": "1.0.25", | ||
"@pikas-ui/text": "1.0.26", | ||
"@radix-ui/react-checkbox": "^0.1.5", | ||
@@ -44,4 +37,4 @@ "font-color-contrast": "^11.1.0", | ||
"devDependencies": { | ||
"@pikas-ui/config": "workspace:*", | ||
"@pikas-ui/tsconfig": "workspace:*", | ||
"@pikas-ui/config": "0.0.0", | ||
"@pikas-ui/tsconfig": "0.0.0", | ||
"@types/node": "^17.0.38", | ||
@@ -54,3 +47,10 @@ "@types/react": "^18.0.10", | ||
}, | ||
"node": "12.20.0 || 14.13.1 || >=16.0.0" | ||
} | ||
"node": "12.20.0 || 14.13.1 || >=16.0.0", | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"format": "prettier --write \"**/*.{ts,tsx}\"", | ||
"lint": "cross-env TIMING=1 eslint src --fix", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @pikas-ui/checkbox |
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 not supported yet
Sorry, the diff of this file is not supported yet
13
28639
+ Added@pikas-ui/text@1.0.26(transitive)
- Removed@pikas-ui/text@1.0.25(transitive)
Updated@pikas-ui/text@1.0.26