5.4.2

2025-02-07

ADDED

android.base
class View {
    anchor(position: AnchorPositionAttr, options: AnchorOptions): boolean;
}

CHANGED

squared.base.extension
interface CssGridData {
    children: Node[];
    absolute: Node[];
    parent?: Node;
}
squared.lib.css
interface CssPropertyData {
    readonly value: string | CssStyleAttr[]; // CssStyleAttr[]
}