@ulu/frontend
Advanced tools
Comparing version 0.0.6 to 0.0.7
/** | ||
* @module css-breakpoint | ||
* @module helpers/css-breakpoint | ||
*/ | ||
// Description: Pass breakpoints from CSS to stylesheet, use this to attach | ||
// behaviors on breakpoints | ||
// Pass breakpoints from CSS to stylesheet, use this to attach behaviors on breakpoints | ||
import { debounce } from "@ulu/utils/performance"; | ||
@@ -13,5 +11,4 @@ import { removeArrayElement } from "@ulu/utils/array"; | ||
/** | ||
* Resize Handler to update breakpoints for all instances (Called after resize finished) | ||
*/ | ||
// Resize Handler to update breakpoints for all instances (Called after resize finished) | ||
window.addEventListener(getName("pageResized"), () => { | ||
@@ -22,2 +19,3 @@ CssBreakpoints.instances.forEach(i => i.update()); | ||
/** | ||
* @class | ||
* Class that provides method for retrieving and acting on breakpoints passed | ||
@@ -117,2 +115,3 @@ * from CSS (using element psuedo content prop) | ||
/** | ||
* @class | ||
* Used to handle a breakpoints direction's handler and state | ||
@@ -186,2 +185,3 @@ */ | ||
/** | ||
* @class | ||
* Single breakpoint management | ||
@@ -188,0 +188,0 @@ */ |
/** | ||
* @module file-save | ||
* @module helpers/file-save | ||
*/ | ||
@@ -4,0 +4,0 @@ |
/** | ||
* @module node-data-manager | ||
* @module helpers/node-data-manager | ||
*/ | ||
@@ -4,0 +4,0 @@ |
/** | ||
* @module pause-youtube-video | ||
* @module helpers/pause-youtube-video | ||
*/ | ||
@@ -4,0 +4,0 @@ |
/** | ||
* @module scrollbar-width-property | ||
* @module helpers/scrollbar-width-property | ||
*/ | ||
@@ -4,0 +4,0 @@ |
/** | ||
* @module flipcard | ||
* @module ui/flipcard | ||
*/ | ||
@@ -4,0 +4,0 @@ |
/** | ||
* @module grid | ||
* @module ui/grid | ||
*/ | ||
@@ -4,0 +4,0 @@ |
/** | ||
* @module modals | ||
* @module ui/modals | ||
*/ | ||
@@ -4,0 +4,0 @@ // Version: 1.0.4 |
/** | ||
* @module overflow-scroller-pager | ||
* @module ui/overflow-scroller-pager | ||
*/ | ||
@@ -4,0 +4,0 @@ /** |
/** | ||
* @module overflow-scroller | ||
* @module ui/overflow-scroller | ||
*/ | ||
@@ -4,0 +4,0 @@ /** |
/** | ||
* @module programmatic-modal | ||
* @module ui/programmatic-modal | ||
*/ | ||
@@ -4,0 +4,0 @@ // ============================================================================= |
/** | ||
* @module resizer | ||
* @module ui/resizer | ||
*/ | ||
@@ -4,0 +4,0 @@ // ============================================================================= |
/** | ||
* @module slider | ||
* @module ui/slider | ||
*/ | ||
@@ -4,0 +4,0 @@ // ============================================================================= |
/** | ||
* @module tabs | ||
* @module ui/tabs | ||
*/ | ||
@@ -4,0 +4,0 @@ // ============================================================================= |
/** | ||
* @module tooltip | ||
* @module ui/tooltip | ||
*/ | ||
@@ -4,0 +4,0 @@ // ============================================================================= |
/** | ||
* @module logger | ||
* @module utils/logger | ||
*/ | ||
@@ -4,0 +4,0 @@ // Goal: minimzing console conditions for nessasary production log statements |
{ | ||
"name": "@ulu/frontend", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Theming library", | ||
@@ -18,3 +18,3 @@ "browser": "js/index.js", | ||
"docs:update:scss:debug": "node --inspect-brk ./docs-src/.vitepress/sassdoc.js", | ||
"docs:build:js": "node_modules/.bin/jsdoc -c jsdoc.json" | ||
"docs:build:js": "node ./docs-src/.vitepress/jsdoc.js" | ||
}, | ||
@@ -41,6 +41,9 @@ "repository": { | ||
"devDependencies": { | ||
"@ulu/utils": "^0.0.4", | ||
"@ulu/vitepress-auto-menus": "^0.0.3", | ||
"@ulu/vitepress-sassdoc": "^0.0.6", | ||
"clean-jsdoc-theme": "^4.2.17", | ||
"fs-extra": "^11.2.0", | ||
"jsdoc": "^4.0.2", | ||
"jsdoc-to-markdown": "^8.0.0", | ||
"sass": "^1.51.0", | ||
@@ -47,0 +50,0 @@ "vitepress": "^1.0.0-rc.27" |
@@ -5,8 +5,6 @@ # Frontend Library | ||
[SCSS Documentation](https://jscherbe.github.io/frontend/scss/) | ||
[Documentation](https://jscherbe.github.io/frontend/) | ||
[JS Documentation](https://jscherbe.github.io/frontend/js/) | ||
## SCSS Library | ||
This is the sass library. Set up for packaged use (under on namespace) and individual module use (importing modules directly |
271448
9
9