Socket
Socket
Sign inDemoInstall

@spectrum-web-components/reactive-controllers

Package Overview
Dependencies
Maintainers
7
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/reactive-controllers - npm Package Compare versions

Comparing version 0.42.2 to 0.42.3

6

package.json
{
"name": "@spectrum-web-components/reactive-controllers",
"version": "0.42.2",
"version": "0.42.3",
"publishConfig": {

@@ -79,3 +79,3 @@ "access": "public"

"dependencies": {
"lit": "^2.5.0"
"lit": "^3.1.3"
},

@@ -87,3 +87,3 @@ "types": "./src/index.d.ts",

],
"gitHead": "e19af30387032608baaa88c6a17c2ee50103a7c5"
"gitHead": "a03edce4f21f232f1705d8eb222e6e5436cad4c3"
}
import type { ReactiveElement } from 'lit';
import { HSL, HSLA, HSV, HSVA, RGB, RGBA, TinyColor } from '@ctrl/tinycolor';
export type { HSL, HSLA, HSV, HSVA, RGB, RGBA, TinyColor };
export declare type ColorValue = string | number | TinyColor | HSVA | HSV | RGB | RGBA | HSL | HSLA;
export type ColorValue = string | number | TinyColor | HSVA | HSV | RGB | RGBA | HSL | HSLA;
export declare const extractHueAndSaturationRegExp: RegExp;

@@ -6,0 +6,0 @@ export declare const replaceHueAndSaturationRegExp: RegExp;

import type { ReactiveController, ReactiveElement } from 'lit';
declare type DirectionTypes = 'horizontal' | 'vertical' | 'both' | 'grid';
export declare type FocusGroupConfig<T> = {
type DirectionTypes = 'horizontal' | 'vertical' | 'both' | 'grid';
export type FocusGroupConfig<T> = {
focusInIndex?: (_elements: T[]) => number;

@@ -5,0 +5,0 @@ direction?: DirectionTypes | (() => DirectionTypes);

import { FocusGroupConfig, FocusGroupController } from './FocusGroup.js';
export declare type RovingTabindexConfig<T> = FocusGroupConfig<T>;
export type RovingTabindexConfig<T> = FocusGroupConfig<T>;
interface UpdateTabIndexes {

@@ -4,0 +4,0 @@ tabIndex: number;

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