@spectrum-web-components/reactive-controllers
Advanced tools
Comparing version 0.42.2 to 0.42.3
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 4 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 4 instances in 1 package
171
69
91
197834
3
+ Added@lit/reactive-element@2.0.4(transitive)
+ Addedlit@3.2.1(transitive)
+ Addedlit-element@4.1.1(transitive)
+ Addedlit-html@3.2.1(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removedlit@2.8.0(transitive)
- Removedlit-element@3.3.3(transitive)
- Removedlit-html@2.8.0(transitive)
Updatedlit@^3.1.3