@db-ui/components
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@db-ui/components", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "", | ||
@@ -33,6 +33,7 @@ "author": "", | ||
"generate:docs": "hygen update-docs new", | ||
"generate:icon-types": "node scripts/generate-icon-types.js", | ||
"start": "nodemon --watch src --watch scripts --watch overrides -e js,tsx,ts,scss,json -x \"npm run build\"" | ||
}, | ||
"dependencies": { | ||
"@db-ui/foundations": "0.0.6" | ||
"@db-ui/foundations": "0.0.7" | ||
}, | ||
@@ -49,3 +50,3 @@ "devDependencies": { | ||
"nodemon": "2.0.22", | ||
"sass": "^1.61.0" | ||
"sass": "^1.62.0" | ||
}, | ||
@@ -52,0 +53,0 @@ "publishConfig": { |
@@ -10,3 +10,4 @@ # @db-ui/components | ||
We currently support additional JavaScript frameworks: | ||
> **Note** | ||
> Furthermore we currently support these additional JavaScript frameworks, with more coming soon: | ||
@@ -17,3 +18,6 @@ - [Angular components](https://www.npmjs.com/package/@db-ui/ngx-components) | ||
Please look at your desired framework to retrieve more information. | ||
Please take a look at your desired framework to retrieve more information. | ||
--- | ||
If you just need the styling follow this: | ||
@@ -25,3 +29,3 @@ | ||
## Dependencies (simple) | ||
## Dependencies | ||
@@ -34,2 +38,4 @@ Import the styles in `scss` or `css`. Based on your technology the file names could be different. | ||
`db-ui-42` bundles all dependencies from [foundations](https://www.npmjs.com/package/@db-ui/foundations) + all [components](https://github.com/db-ui/mono/blob/main/packages/components/src/styles/db-ui-components.scss) available. | ||
**SCSS** | ||
@@ -47,4 +53,4 @@ | ||
```html | ||
// index.html | ||
<link rel="stylesheet" href="/styles/db-ui-42.css"> | ||
<!-- index.html //--> | ||
<link rel="stylesheet" href="/styles/db-ui-42.css" /> | ||
``` | ||
@@ -59,20 +65,2 @@ | ||
## Dependencies (advanced) | ||
**SCSS** | ||
```scss | ||
@use "@db-ui/foundations/build/scss/rollup.assets-paths" as *; | ||
@use "@db-ui/foundations/build/scss/icon/icons" as *; | ||
@use "@db-ui/foundations/build/scss/db-ui-foundations" as *; | ||
``` | ||
**CSS** | ||
```js | ||
// main.js | ||
import "@db-ui/foundations/build/css/icon/icons.css"; | ||
import "@db-ui/foundations/build/css/db-ui-foundations.css"; | ||
``` | ||
## Deutsche Bahn brand | ||
@@ -79,0 +67,0 @@ |
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
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
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
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
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
1009269
23488
79
+ Added@db-ui/foundations@0.0.7(transitive)
- Removed@db-ui/foundations@0.0.6(transitive)
Updated@db-ui/foundations@0.0.7