Skip to content

Commit eefd2e0

Browse files
added: other bianco helpers
1 parent dce5cb8 commit eefd2e0

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

index.next.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,8 @@ export {
4747
// pointer helpers
4848
export {
4949
position as pointerPosition
50-
} from 'bianco.pointer'
50+
} from 'bianco.pointer'
51+
52+
// utils
53+
export { default as forceReflow } from 'bianco.force-reflow'
54+
export { default as domToArray } from 'bianco.dom-to-array'

package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"dependencies": {
4141
"bianco.attr": "^1.0.0",
4242
"bianco.css": "^1.0.0",
43+
"bianco.dom-to-array": "0.0.10",
4344
"bianco.events": "^1.0.0",
45+
"bianco.force-reflow": "^1.0.0",
4446
"bianco.images-loader": "^1.0.0",
4547
"bianco.pointer": "^1.0.0",
4648
"bianco.query": "^1.0.0",

0 commit comments

Comments
 (0)