New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agnos-ui/core

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agnos-ui/core - npm Package Compare versions

Comparing version 0.7.0-next.0 to 0.7.0

slider-1OSwok7u.cjs

2

components/slider/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc