@amplicode/create-amplicode
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -1531,3 +1531,3 @@ #!/usr/bin/env node | ||
module.exports = JSON.parse('{"name":"@amplicode/create-amplicode","version":"0.0.11","description":"Create amplicode app","bin":{"create-amplicode":"dist/index.js"},"files":["dist/*","templates/*"],"dependencies":{"ejs":"^3.1.9","minimist":"^1.2.8"},"devDependencies":{"@types/ejs":"^3.1.5","@types/minimist":"^1.2.5","@types/node":"^20.11.2","copy-webpack-plugin":"^12.0.1","ts-loader":"^9.5.1","typescript":"^5.2.2","webpack":"^5.89.0","webpack-cli":"^5.1.4"},"scripts":{"build":"webpack","watch":"webpack --watch","test":"echo \\"Error: no test specified\\" && exit 1"},"publishConfig":{"access":"public"},"repository":"https://github.com/Amplicode/amplicode-create-app","author":"Amplicode","license":"Apache-2.0"}'); | ||
module.exports = JSON.parse('{"name":"@amplicode/create-amplicode","version":"0.0.12","description":"Create amplicode app","bin":{"create-amplicode":"dist/index.js"},"files":["dist/*","templates/*"],"dependencies":{"ejs":"^3.1.9","minimist":"^1.2.8"},"devDependencies":{"@types/ejs":"^3.1.5","@types/minimist":"^1.2.5","@types/node":"^20.11.2","copy-webpack-plugin":"^12.0.1","ts-loader":"^9.5.1","typescript":"^5.2.2","webpack":"^5.89.0","webpack-cli":"^5.1.4"},"scripts":{"build":"webpack","watch":"webpack --watch","test":"echo \\"Error: no test specified\\" && exit 1"},"publishConfig":{"access":"public"},"repository":"https://github.com/Amplicode/amplicode-create-app","author":"Amplicode","license":"Apache-2.0"}'); | ||
@@ -1534,0 +1534,0 @@ /***/ }) |
{ | ||
"name": "@amplicode/create-amplicode", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Create amplicode app", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -223,10 +223,2 @@ import { alpha, darken, lighten, Theme, rgbToHex } from "@mui/material"; | ||
"& .RaDatagrid-rowCell:last-of-type": { | ||
textAlign: "right", | ||
"& .MuiButtonBase-root": { | ||
padding: "10px", | ||
}, | ||
}, | ||
"& .MuiButton-startIcon": { | ||
@@ -233,0 +225,0 @@ display: "flex", |
114012
2665