Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@db-ui/components

Package Overview
Dependencies
Maintainers
3
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-ui/components - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

7

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc