@spectrum-web-components/reactive-controllers
Advanced tools
Comparing version
{ | ||
"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; |
197834
-0.02%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated