@db-ui/components
Advanced tools
Comparing version 0.6.3-5-dfdc409 to 0.6.3-vue-3477988
{ | ||
"name": "@db-ui/components", | ||
"version": "0.6.3-5-dfdc409", | ||
"version": "0.6.3-vue-3477988", | ||
"description": "", | ||
@@ -47,3 +47,3 @@ "repository": { | ||
"dependencies": { | ||
"@db-ui/foundations": "0.6.3-5-dfdc409", | ||
"@db-ui/foundations": "0.6.3-vue-3477988", | ||
"@db-ux/core-icons": "0.0.7" | ||
@@ -53,4 +53,4 @@ }, | ||
"@builder.io/eslint-plugin-mitosis": "0.0.16", | ||
"@builder.io/mitosis": "0.5.18", | ||
"@builder.io/mitosis-cli": "0.5.18", | ||
"@builder.io/mitosis": "0.5.24", | ||
"@builder.io/mitosis-cli": "0.5.24", | ||
"cpr": "3.0.1", | ||
@@ -57,0 +57,0 @@ "cssnano": "^7.0.6", |
@@ -33,7 +33,7 @@ # @db-ui/components | ||
- Default (db-ui-42): asset path point to `../assets` | ||
- Webpack (db-ui-42-webpack): asset path point to `~@db-ui/foundations/assets` | ||
- Rollup (db-ui-42-rollup): asset path point to `@db-ui/foundations/assets` | ||
- `relative`: asset path point to `../assets` | ||
- `webpack`: asset path point to `~@db-ui/foundations/assets` | ||
- `rollup`: asset path point to `@db-ui/foundations/assets` | ||
`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. | ||
They are bundling all dependencies from [foundations](https://www.npmjs.com/package/@db-ui/foundations) and all [components](https://github.com/db-ui/mono/blob/main/packages/components/src/styles/db-ui-components.scss) available. | ||
@@ -44,3 +44,3 @@ **SCSS** | ||
// index.scss | ||
@forward "@db-ui/components/build/styles/db-ui-42-rollup"; | ||
@forward "@db-ui/components/build/styles/rollup"; | ||
``` | ||
@@ -54,3 +54,3 @@ | ||
<!-- index.html //--> | ||
<link rel="stylesheet" href="/styles/db-ui-42.css" /> | ||
<link rel="stylesheet" href="/styles/rollup.css" /> | ||
``` | ||
@@ -62,3 +62,3 @@ | ||
// main.js | ||
import "@db-ui/components/build/styles/db-ui-42-rollup.css"; | ||
import "@db-ui/components/build/styles/rollup.css"; | ||
``` | ||
@@ -68,3 +68,3 @@ | ||
If you only need some of the components or some features from [`@db-ui/foundations`](https://www.npmjs.com/package/@db-ui/foundations), you shouldn't include `db-ui-42`. | ||
If you only need some of the components or some features from [`@db-ui/foundations`](https://www.npmjs.com/package/@db-ui/foundations), you shouldn't include the bundled file. | ||
In the case you want to include only some components, and you could do it like this: | ||
@@ -74,9 +74,9 @@ | ||
/* The theme contains all prop required for components like spacings, colors, ... */ | ||
@import "@db-ui/foundations/build/css/default-theme.css"; | ||
@import "@db-ui/foundations/build/styles/default-theme.css"; | ||
/* The font include uses default font families based on your bundling paths (relative, absolute, webpack, rollup) */ | ||
@import "@db-ui/foundations/build/css/fonts/include-rollup.css"; | ||
@import "@db-ui/foundations/build/styles/fonts/include-rollup.css"; | ||
/* The required styles will normalize css and add focus and default font to body */ | ||
@import "@db-ui/foundations/build/css/init/required.css"; | ||
@import "@db-ui/foundations/build/styles/init/required.css"; | ||
/* The default root adds a default color space (neutral) and a density (regular) */ | ||
@import "@db-ui/foundations/build/css/init/default-root.css"; | ||
@import "@db-ui/foundations/build/styles/init/default-root.css"; | ||
@@ -87,3 +87,3 @@ /* Optional: Add animations / transitions for components */ | ||
/* Optional: Add data-icon/data-icon-after to global attributes to enable icons for components */ | ||
@import "@db-ui/foundations/build/css/icons/include-rollup.css"; | ||
@import "@db-ui/foundations/build/styles/icons/include-rollup.css"; | ||
@@ -90,0 +90,0 @@ /* Optional: Add components */ |
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
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
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
10237356
233
28493
47
+ Added@db-ui/foundations@0.6.3-vue-3477988(transitive)
- Removed@db-ui/foundations@0.6.3-5-dfdc409(transitive)