@webpixels/css
Advanced tools
Comparing version 2.0.0-beta.13 to 2.0.0-beta.14
@@ -16,3 +16,3 @@ { | ||
"@popperjs/core": "^2.11.6", | ||
"@webpixels/css": "^2.0.0-beta.12", | ||
"@webpixels/css": "^2.0.0-beta.13", | ||
"bootstrap": "^5.3.2" | ||
@@ -19,0 +19,0 @@ }, |
@@ -1,7 +0,2 @@ | ||
// Import only the Bootstrap components we need | ||
import { Util, Dropdown, Offcanvas, Popover } from 'bootstrap'; | ||
// Create an example popover | ||
document.querySelectorAll('[data-bs-toggle="popover"]').forEach(popover => { | ||
new Popover(popover) | ||
}) | ||
// Import all of Bootstrap's JS | ||
import * as bootstrap from 'bootstrap' |
@@ -20,5 +20,5 @@ { | ||
"@popperjs/core": "^2.11.6", | ||
"@webpixels/css": "^1.2.11", | ||
"bootstrap": "^5.2.2" | ||
"@webpixels/css": "^2.0.0-beta.13", | ||
"bootstrap": "^5.3.2" | ||
} | ||
} |
// Import our custom CSS | ||
import '../scss/main.scss' | ||
import '../scss/utility.scss' | ||
// Import only the Bootstrap components we need | ||
import { Dropdown, Offcanvas, Popover } from 'bootstrap'; | ||
// Create an example popover | ||
document.querySelectorAll('[data-bs-toggle="popover"]') | ||
.forEach(popover => { | ||
new Popover(popover) | ||
}) | ||
// Import all of Bootstrap's JS | ||
import * as bootstrap from 'bootstrap' |
const path = require('path') | ||
import autoprefixer from 'autoprefixer'; | ||
export default { | ||
root: path.resolve(__dirname, 'src'), | ||
build: { | ||
outDir: '../dist' | ||
}, | ||
server: { | ||
port: 8080, | ||
hot: true | ||
}, | ||
css: { | ||
postcss: { | ||
plugins: [ | ||
autoprefixer | ||
], | ||
} | ||
}, | ||
} | ||
port: 8080 | ||
} | ||
} |
{ | ||
"name": "@webpixels/css", | ||
"description": "Utility and component-centric design system based on Bootstrap for fast, responsive UI development.", | ||
"version": "2.0.0-beta.13", | ||
"version": "2.0.0-beta.14", | ||
"version_short": "2.0", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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 too big to display
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
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
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
6085162
65706
2
148