@spectrum-web-components/reactive-controllers
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "@spectrum-web-components/reactive-controllers", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"publishConfig": { | ||
@@ -32,2 +32,6 @@ "access": "public" | ||
}, | ||
"./src/ElementResolution.js": { | ||
"development": "./src/ElementResolution.dev.js", | ||
"default": "./src/ElementResolution.js" | ||
}, | ||
"./src/FocusGroup.js": { | ||
@@ -79,3 +83,3 @@ "development": "./src/FocusGroup.dev.js", | ||
], | ||
"gitHead": "8bd87724e91e23df83dbf63a434bbbe10b8daaa6" | ||
"gitHead": "370295c7ce89dd64d3d9a4373fd84e861904ec5a" | ||
} |
## Description | ||
[Reactive controllers](https://lit.dev/docs/composition/controllers/) are a tool for code reuse and composition within [Lit](https://lit.dev), a core dependency of Spectrum Web Components. Reactive controllers can be shared across components to reduce both code complexity and size, and to deliver a consistent user experience. These reactive controllers are used by the Spectrum Web Components library and are published to NPM for you to leverage in your projects as well. | ||
[Reactive controllers](https://lit.dev/docs/composition/controllers/) are a tool for code reuse and composition within [Lit](https://lit.dev), a core dependency of Spectrum Web Components. Reactive controllers can be reused across components to reduce both code complexity and size, and to deliver a consistent user experience. These reactive controllers are used by the Spectrum Web Components library and are published to NPM for you to leverage in your projects as well. | ||
### Reactive controllers | ||
- [ElementResolutionController](../element-resolution) | ||
- ColorController | ||
- FocusGroupController | ||
- LanguageReslutionController | ||
- [MatchMediaController](../match-media) | ||
- [RovingTabindexController](../roving-tab-index) |
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
Sorry, the diff of this file is not supported yet
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 3 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 1 instance in 1 package
173242
48
1120
13
14