@assecosolutions/fox-back-layer
Advanced tools
Comparing version 0.0.1-alpha.7.0.111 to 1.2.0
{ | ||
"name": "@assecosolutions/fox-back-layer", | ||
"version": "0.0.1-alpha.7.0.111", | ||
"version": "1.2.0", | ||
"public": true, | ||
"lib": { | ||
"entryFile": "index.ts" | ||
}, | ||
"publishConfig": { | ||
@@ -18,8 +15,9 @@ "registry": "https://registry.npmjs.org" | ||
"license": "MIT", | ||
"main": "index.ts", | ||
"module": "index.ts", | ||
"dependencies": { | ||
"lit-element": "^2.4.0", | ||
"lit-html": "^1.3.0" | ||
"dependencies": {}, | ||
"module": "./index.esm.js", | ||
"type": "module", | ||
"main": "./index.esm.js", | ||
"peerDependencies": { | ||
"lit": "^2.0.0" | ||
} | ||
} | ||
} |
@@ -11,26 +11,19 @@ # 🦊 Fox - Future Open Experience | ||
## Usage | ||
This library has `peerDependencies` that you will have to install separately. | ||
```html | ||
<script type="module"> | ||
import '@assecosolutions/fox-back-layer'; | ||
</script> | ||
## Usage Demo and Docs | ||
<fox-back-layer> | ||
... | ||
</fox-back-layer> | ||
``` | ||
We use [Storybook](http://design-system.assecosolutions.com/) to deliver an interactive documentation of our Design system. | ||
There you can find Multiple examples, guidelines and the documentation of all FOX web components | ||
## Further Reading | ||
#### [Demo](http://design-system.assecosolutions.com/?path=/story/organisms-fox-back-layer) | ||
Please, also check the documentations about the [API](https://github.com/assecosolutions/fox/blob/master/api/README.md) and our [client](https://github.com/assecosolutions/fox/blob/master/client/README.md) | ||
## Contribute | ||
If you would like to contribute please make sure that you have read our [development guidelines](https://github.com/assecosolutions/fox/blob/master/docs/3_DEV_GUIDELINES.md). | ||
If you would like to contribute please make sure that you have read our [development guidelines](https://github.com/assecosolutions/fox/blob/master/docs/30_DEV_GUIDELINES.md). | ||
## Maintainer | ||
| ![Burak Topal](https://avatars3.githubusercontent.com/u/17909825?u=1026b9f16dd1c7dbf72b3fe3295c1aa834b81ce4&v=4&s=100 'Burak Topal') | ![Jari Möllenbernd](https://avatars2.githubusercontent.com/u/974638?u=8c61e7d54df0341c68cca59bd8fd0187154d03c8&v=4&s=100 'Jari Möllenbernd') | <img src="https://avatars0.githubusercontent.com/u/17983201?s=100&v=3" width="100" alt="Julia Nissen" /> | | ||
| :----------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------: | | ||
| Burak Topal ([@biggisb](https://github.com/Biggisb)) | Jari Möllenbernd ([@jarmee](https://github.com/jarmee)) | Julia Nissen ([@JuliaNssn](https://github.com/JuliaNssn)) | | ||
| ![Burak Topal](https://avatars3.githubusercontent.com/u/17909825?u=1026b9f16dd1c7dbf72b3fe3295c1aa834b81ce4&v=4&s=100 'Burak Topal') | ![Jari Möllenbernd](https://avatars2.githubusercontent.com/u/974638?u=8c61e7d54df0341c68cca59bd8fd0187154d03c8&v=4&s=100 'Jari Möllenbernd') | <img src="https://avatars0.githubusercontent.com/u/17983201?v=4" alt="Julia Nissen" width="100"/> | <img src="https://avatars.githubusercontent.com/u/39598674?v=4" alt="Florian Ehmke" width="100"/> | | ||
| :----------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------: | | ||
| Burak Topal ([@biggisb](https://github.com/Biggisb)) | Jari Möllenbernd ([@jarmee](https://github.com/jarmee)) | Julia Nissen ([@JuliaNssn](https://github.com/JuliaNssn)) | Florian Ehmke ([@florianehmke](https://github.com/florianehmke)) | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1
Yes
3841
7
40
29
1
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
- Removedlit-element@^2.4.0
- Removedlit-html@^1.3.0
- Removedlit-element@2.5.1(transitive)
- Removedlit-html@1.4.1(transitive)