@ulu/frontend
Advanced tools
Comparing version 0.0.10 to 0.0.11
# Change Log | ||
## Version 0.0.10 | ||
### JS | ||
- Update css-breakpoints helper to get breakpoint value with custom property, and make the psuedo element a legacy option that can be enabled | ||
## Version 0.0.6 | ||
@@ -4,0 +10,0 @@ |
/** | ||
* @module events | ||
*/ | ||
import { debounce } from "@ulu/utils/performance"; | ||
import { debounce } from "@ulu/utils/performance.js"; | ||
@@ -6,0 +6,0 @@ /** |
@@ -6,3 +6,3 @@ /** | ||
// Pass breakpoints from CSS to stylesheet, use this to attach behaviors on breakpoints | ||
import { removeArrayElement } from "@ulu/utils/array"; | ||
import { removeArrayElement } from "@ulu/utils/array.js"; | ||
import { getName } from "../events/index.js"; | ||
@@ -9,0 +9,0 @@ import { log, logError } from "../utils/logger.js"; |
@@ -20,3 +20,3 @@ /** | ||
import Resizer from './resizer.js'; | ||
import { createElementFromHtml } from '@ulu/utils/dom.js'; | ||
import { createElementFromHtml } from '@ulu/utils/browser/dom.js'; | ||
import { pauseVideos, prepVideos } from '../helpers/pause-youtube-video.js'; | ||
@@ -23,0 +23,0 @@ const classes = { |
@@ -31,3 +31,3 @@ /** | ||
import maintain from 'ally.js/maintain/_maintain'; | ||
import { log, logError, logWarning } from "@ulu/utils/logger.js"; | ||
import { log, logError, logWarning } from "../utils/logger.js"; | ||
import { hasRequiredProps } from '@ulu/utils/object.js'; | ||
@@ -34,0 +34,0 @@ import { trimWhitespace } from "@ulu/utils/string.js"; |
{ | ||
"name": "@ulu/frontend", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Theming library", | ||
@@ -16,4 +16,6 @@ "browser": "js/index.js", | ||
"typesVersions": { | ||
"*" : { | ||
"js/*" : ["./types/*"] | ||
"*": { | ||
"js/*": [ | ||
"./types/*" | ||
] | ||
} | ||
@@ -29,3 +31,3 @@ }, | ||
"docs:build:js": "node ./docs-src/.vitepress/jsdoc.js", | ||
"types" : "npx tsc" | ||
"types": "npx tsc" | ||
}, | ||
@@ -52,3 +54,2 @@ "repository": { | ||
"devDependencies": { | ||
"@ulu/utils": "^0.0.4", | ||
"@ulu/vitepress-auto-menus": "^0.0.3", | ||
@@ -63,3 +64,6 @@ "@ulu/vitepress-sassdoc": "^0.0.6", | ||
"vitepress": "^1.0.0-rc.27" | ||
}, | ||
"dependencies": { | ||
"@ulu/utils": "^0.0.6" | ||
} | ||
} |
@@ -7,4 +7,6 @@ # Frontend Library | ||
[Change Log](CHANGELOG.md) | ||
## SCSS Library | ||
This is the sass library. Set up for packaged use (under on namespace) and individual module use (importing modules directly |
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
293822
9
11
1
+ Added@ulu/utils@^0.0.6
+ Added@ulu/utils@0.0.6(transitive)