New:Socket for Asana Is Now Available.Learn more
Get Started

@strata-packages/forms

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strata-packages/forms - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+6
-0
CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog — @strata-packages/forms

## [1.0.4] — 2026-09-02
### Changed
- **README rewritten for the npm package page.** It now links to this package's own page on the documentation site, describes what Strata CSS is so the page stands on its own for a reader arriving from a search, and cross-links the other eight packages. Previously the page was a dead end — it linked to neither the docs nor any sibling package, so a reader landing on it from npm had nowhere to go. No code changed in this release.
## [1.0.3] — 2026-06-28

@@ -7,0 +13,0 @@

+2
-2
{
"name": "@strata-packages/forms",
"version": "1.0.3",
"version": "1.0.4",
"description": "Interactive form controls for Strata CSS — custom select with every variant developers need.",

@@ -28,3 +28,3 @@ "main": "forms.js",

"license": "MIT",
"homepage": "https://aftabibrahimkazi.github.io/strata",
"homepage": "https://strata-css-docs-site.vercel.app",
"repository": {

@@ -31,0 +31,0 @@ "type": "git",

@@ -287,4 +287,29 @@ # @strata-packages/forms

## Documentation
Full API reference, options and live examples: **[https://strata-css-docs-site.vercel.app/packages/forms](https://strata-css-docs-site.vercel.app/packages/forms)**
`@strata-packages/forms` is part of **[Strata CSS](https://github.com/AftabIbrahimKazi/strata)** — a JIT CSS framework that pairs Bootstrap-style component classes with Tailwind-style on-demand generation, cascade layers instead of `!important`, variants (`hover:`, `group-hover:`, `peer-checked:`), arbitrary values and three built-in themes.
- Framework docs — [https://strata-css-docs-site.vercel.app](https://strata-css-docs-site.vercel.app)
- Source and issues — [https://github.com/AftabIbrahimKazi/strata](https://github.com/AftabIbrahimKazi/strata)
- Framework on npm — [strata-css](https://www.npmjs.com/package/strata-css)
### Other Strata packages
| Package | What it does |
|---|---|
| [`@strata-packages/chart`](https://www.npmjs.com/package/@strata-packages/chart) | Three.js chart component. Works standalone or with Strata CSS. |
| [`@strata-packages/cursorfx`](https://www.npmjs.com/package/@strata-packages/cursorfx) | Modular cursor effects — one shared engine, ten opt-in presets. Works standalone or with Strata CSS. |
| [`@strata-packages/flipbook`](https://www.npmjs.com/package/@strata-packages/flipbook) | PDF and HTML flipbook viewer with page-flip animation. Works standalone or with Strata CSS. |
| [`@strata-packages/modal`](https://www.npmjs.com/package/@strata-packages/modal) | Lightweight modal component. Works standalone or with Strata CSS. |
| [`@strata-packages/offcanvas`](https://www.npmjs.com/package/@strata-packages/offcanvas) | Lightweight offcanvas drawer component. Works standalone or with Strata CSS. |
| [`@strata-packages/picker`](https://www.npmjs.com/package/@strata-packages/picker) | Date, time, and datetime picker for Strata CSS. Works standalone or with Strata. |
| [`@strata-packages/shopmap`](https://www.npmjs.com/package/@strata-packages/shopmap) | Lightweight, theme-aware map component with terrain, hypsometric tinting, and procedural hillshading. Zero API keys. Free for commercial use. |
| [`@strata-packages/skeleton-loader`](https://www.npmjs.com/package/@strata-packages/skeleton-loader) | Lightweight skeleton loader plugin. Works standalone or with Strata CSS. |
---
## License
MIT © [Aftab Ibrahim Kazi](https://github.com/AftabIbrahimKazi)