@dynabuild/test-appbar
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,10 +0,2 @@ | ||
// src/controls/AppBar.tsx | ||
import { | ||
createElement | ||
} from "react"; | ||
import {Button} from "@dynabuild/test-components"; | ||
var AppBar = () => /* @__PURE__ */ createElement("div", null, /* @__PURE__ */ createElement("h1", null, "AppBar v1.0.0"), /* @__PURE__ */ createElement(Button, null, "AppBar Button 1"), /* @__PURE__ */ createElement(Button, null, "AppBar Button 2"), /* @__PURE__ */ createElement(Button, null, "AppBar Button 3")); | ||
export { | ||
AppBar | ||
}; | ||
//# sourceMappingURL=index.js.map | ||
export * from "./components/AppBar"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"inputs": { | ||
"src/controls/AppBar.tsx": { | ||
"bytes": 274, | ||
"src/components/AppBar.tsx": { | ||
"bytes": 548, | ||
"imports": [] | ||
}, | ||
"src/index.tsx": { | ||
"bytes": 35, | ||
"bytes": 37, | ||
"imports": [ | ||
{ | ||
"path": "src/controls/AppBar.tsx", | ||
"path": "src/components/AppBar.tsx", | ||
"kind": "import-statement" | ||
@@ -22,3 +22,3 @@ } | ||
"inputs": {}, | ||
"bytes": 552 | ||
"bytes": 980 | ||
}, | ||
@@ -31,4 +31,4 @@ "lib/index.js": { | ||
"inputs": { | ||
"src/controls/AppBar.tsx": { | ||
"bytesInOutput": 407 | ||
"src/components/AppBar.tsx": { | ||
"bytesInOutput": 784 | ||
}, | ||
@@ -39,5 +39,5 @@ "src/index.tsx": { | ||
}, | ||
"bytes": 489 | ||
"bytes": 868 | ||
} | ||
} | ||
} |
{ | ||
"name": "@dynabuild/test-appbar", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Dynabuild test AppBar component.", | ||
@@ -9,3 +9,3 @@ "module": "lib/index.js", | ||
"start": "node scripts/serve.mjs", | ||
"build": "node --experimental-json-modules scripts/build.mjs & esbuld-visualizer --metadata ./lib/meta.json --filename ./lib/meta.html --exclude *.map", | ||
"build": "tsc", | ||
"storybook": "start-storybook -p 6006", | ||
@@ -32,4 +32,8 @@ "build-storybook": "build-storybook" | ||
"esbuld-visualizer": "^0.2.0", | ||
"live-server": "^1.2.1" | ||
"live-server": "^1.2.1", | ||
"typescript": "^4.1.5" | ||
}, | ||
"flags": { | ||
"useInputsInAppBar": false | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
51952
13
15
66