@ulu/frontend 0.1.0-beta.62 → 0.1.0-beta.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/js/ui/scrollpoint.js
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import { ComponentInitializer } from "../utils/system.js";
|
|
7
7
|
import { logError } from "../utils/class-logger.js";
|
|
8
|
+
import { getElement } from "../utils/dom.js";
|
|
8
9
|
|
|
9
10
|
// TODO:
|
|
10
11
|
// - Included a group option or attribute (on container), for things like anchor menus (one active in group at a time).
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
/// Module Settings
|
|
12
12
|
/// @type Map
|
|
13
13
|
/// @prop {List|CssUnit} margin [(2rem 0)] The top and bottom margin of the list.
|
|
14
|
-
/// @prop {List|CssUnit} item-margin [(0
|
|
14
|
+
/// @prop {List|CssUnit} item-margin [((0 0 1rem 0))] The margin applied to each list item.
|
|
15
15
|
/// @prop {Keyword} align-items [baseline] How to align the counter (flexbox align-items values)
|
|
16
16
|
/// @prop {CssUnit} counter-width [2.4em] The width and height (if height is falsy)
|
|
17
17
|
/// @prop {CssUnit} counter-height [null] The height (optional)
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
$config: (
|
|
26
26
|
"margin" : (2rem 0),
|
|
27
|
-
"item-margin" : (0
|
|
27
|
+
"item-margin" : (0 0 1rem 0),
|
|
28
28
|
"align-items" : baseline,
|
|
29
29
|
"counter-width" : 2.4em,
|
|
30
30
|
"counter-height" : null,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scrollpoint.d.ts","sourceRoot":"","sources":["../../js/ui/scrollpoint.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"scrollpoint.d.ts","sourceRoot":"","sources":["../../js/ui/scrollpoint.js"],"names":[],"mappings":"AA2BA;;;GAGG;AACH,6BAUC;AAtBD;;GAEG;AACH,+CAGG;AAkBH;;;;;;;GAOG;AACH;IACE;QACE;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;QAEH;;WAEG;;QAEH;;WAEG;;MAIH;IACF;;;;OAIG;IACH,qBAHW,IAAI,eAkCd;IArBC,aAAsB;IACtB,+BAAoB;IACpB,kBAAwB;IACxB,kBAAqB;IACrB,cAAsB;IACtB,sBAGC;IACD;;;;;;;MAOC;IAMH,kCAEC;IACD;;;;MAMC;IACD;;;OAGG;IACH,8BAkBC;IACD,sBAUC;IACD,kBAGC;IACD,8CAcC;IACD,qBAEC;IACD,mDAmBC;IACD,0DAMC;IACD,gBASC;CACF;qCAnQoC,oBAAoB"}
|