flex-layout-system
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -33,3 +33,4 @@ { | ||
"webpack-dev-server": "^4.15.0", | ||
"wepack-cli": "^0.0.1-security" | ||
"wepack-cli": "^0.0.1-security", | ||
"react": "^18.2.0" | ||
}, | ||
@@ -42,6 +43,4 @@ "browserslist": [ | ||
], | ||
"dependencies": { | ||
"react": "^18.2.0" | ||
}, | ||
"version": "0.1.6", | ||
"dependencies": {}, | ||
"version": "0.1.7", | ||
"description": "Flex Layout System", | ||
@@ -48,0 +47,0 @@ "name": "flex-layout-system", |
@@ -24,3 +24,3 @@ # Introducing Flex Layout System: Empowering Effortless Web Design | ||
```js | ||
// TS project / source file with TS support | ||
// TS project / Import including types | ||
import "flex-layout-system"; | ||
@@ -27,0 +27,0 @@ |
@@ -1,2 +0,1 @@ | ||
import React from "react"; | ||
import { LitElement, html, css, unsafeCSS } from "lit"; | ||
@@ -3,0 +2,0 @@ import { customElement, property } from "lit/decorators.js"; |
@@ -1,3 +0,1 @@ | ||
import { FlexBoxProps } from "./components/box"; | ||
export * from "./components/box"; | ||
@@ -9,2 +7,1 @@ export * from "./components/canvas"; | ||
export * from "./components/utils"; | ||
0
228983
32
3654
- Removedreact@^18.2.0
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)