@agnos-ui/core
Advanced tools
Comparing version 0.7.0-next.0 to 0.7.0
@@ -1,2 +0,2 @@ | ||
import { c, g } from "../../slider-DYrwS7Mv.js"; | ||
import { c, g } from "../../slider-6LI4-f5s.js"; | ||
export { | ||
@@ -3,0 +3,0 @@ c as createSlider, |
@@ -28,5 +28,9 @@ import type { WidgetsCommonPropsAndState } from '../commonProps'; | ||
/** | ||
* Height of hte progress in % | ||
* Height of the progress in % | ||
*/ | ||
height: number; | ||
/** | ||
* Id of the progress | ||
*/ | ||
id: number; | ||
} | ||
@@ -33,0 +37,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { c, g } from "../../tree-C4v9rTQl.js"; | ||
import { c, g } from "../../tree-B2Mr8b31.js"; | ||
export { | ||
@@ -3,0 +3,0 @@ c as createTree, |
@@ -81,3 +81,3 @@ import type { Directive } from '../../types'; | ||
*/ | ||
navSelector(node: HTMLElement): NodeListOf<HTMLButtonElement>; | ||
navSelector(node: HTMLElement): NodeListOf<HTMLElement>; | ||
/** | ||
@@ -84,0 +84,0 @@ * Return the value for the 'aria-label' attribute of the toggle |
@@ -9,5 +9,5 @@ import { INVALID_VALUE } from "./types.js"; | ||
import { c as c7, g as g7 } from "./select-CAEPqdz1.js"; | ||
import { c as c8, g as g8 } from "./slider-DYrwS7Mv.js"; | ||
import { c as c8, g as g8 } from "./slider-6LI4-f5s.js"; | ||
import { c as c9, g as g9 } from "./toast-CpvsibAI.js"; | ||
import { c as c10, g as g10 } from "./tree-C4v9rTQl.js"; | ||
import { c as c10, g as g10 } from "./tree-B2Mr8b31.js"; | ||
import { createWidgetsConfig, mergeInto } from "./config.js"; | ||
@@ -14,0 +14,0 @@ import { extendWidgetProps } from "./services/extendWidget.js"; |
{ | ||
"name": "@agnos-ui/core", | ||
"description": "Framework-agnostic headless component library.", | ||
"version": "0.7.0-next.0", | ||
"version": "0.7.0", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "./index.cjs", |
@@ -46,11 +46,11 @@ import { type ReadableSignal } from '@amadeus-it-group/tansu'; | ||
/** | ||
* Focus the previous element, respecting the anscestor direction. | ||
* Focus the previous element, respecting the ancestor direction. | ||
*/ | ||
focusPrevious: FocusNeighbour; | ||
/** | ||
* Focus the next element, respecting the anscestor direction. | ||
* Focus the next element, respecting the ancestor direction. | ||
*/ | ||
focusNext: FocusNeighbour; | ||
/** | ||
* Focus the first element, respecting the anscestor direction. | ||
* Focus the first element, respecting the ancestor direction. | ||
*/ | ||
@@ -67,3 +67,3 @@ focusFirst: FocusEnd; | ||
/** | ||
* Focus the last element, respecting the anscestor direction. | ||
* Focus the last element, respecting the ancestor direction. | ||
*/ | ||
@@ -70,0 +70,0 @@ focusLast: FocusEnd; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
448519
12781