Sign In

@nvidia-elements/forms

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nvidia-elements/forms - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+19
CHANGELOG.md
## <small>0.0.4 (2026-04-16)</small>
* chore(ci): add spdx license headers ([d5583b0](https://github.com/NVIDIA/elements/commit/d5583b0))
* chore(ci): regenerate lockfile after migration ([2502e6f](https://github.com/NVIDIA/elements/commit/2502e6f))
* chore(release): @nvidia-elements/themes-v0.0.5 [skip ci] ([11f7e1e](https://github.com/NVIDIA/elements/commit/11f7e1e))
* fix(cli): reset versions ([8a81268](https://github.com/NVIDIA/elements/commit/8a81268))
* fix(code): reset versions ([1c08cc7](https://github.com/NVIDIA/elements/commit/1c08cc7))
* fix(core): reset versions ([553ae54](https://github.com/NVIDIA/elements/commit/553ae54))
* fix(create): reset versions ([a69d52b](https://github.com/NVIDIA/elements/commit/a69d52b))
* fix(forms): reset versions ([c17d18f](https://github.com/NVIDIA/elements/commit/c17d18f))
* fix(lint): reset versions ([d9e5ee5](https://github.com/NVIDIA/elements/commit/d9e5ee5))
* fix(markdown): reset versions ([ccabfbd](https://github.com/NVIDIA/elements/commit/ccabfbd))
* fix(monaco): reset versions ([5abcaf1](https://github.com/NVIDIA/elements/commit/5abcaf1))
* fix(styles): reset versions ([eb768c0](https://github.com/NVIDIA/elements/commit/eb768c0))
* fix(themes): reset versions ([71d28f6](https://github.com/NVIDIA/elements/commit/71d28f6))
## 0.0.0
Initial release.
NOTICE
Elements - NVIDIA Elements Design System
Copyright 2024-2026 NVIDIA Corporation
This project includes the following bundled third-party software:
- lit v3.3.2 [BSD-3-Clause]
Copyright: Google LLC
==============================================================================
BSD-3-Clause
==============================================================================
The following bundled components are provided under the BSD-3-Clause license:
lit v3.3.2 - Copyright Google LLC
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
For license details, see: BSD-3-Clause: https://opensource.org/licenses/BSD-3-Clause
+1
-1
//#region src/index.ts
var e = "0.0.3";
var e = "0.0.4";
//#endregion

@@ -4,0 +4,0 @@ export { e as VERSION };

{
"name": "@nvidia-elements/forms",
"version": "0.0.3",
"version": "0.0.4",
"release": {

@@ -30,2 +30,4 @@ "extends": "../../release.config.js"

"README.md",
"CHANGELOG.md",
"NOTICE.md",
"package.json",

@@ -68,16 +70,17 @@ "dist/**/*"

"devDependencies": {
"@eslint/js": "9.39.2",
"@vitest/browser": "4.1.2",
"@vitest/coverage-istanbul": "4.1.2",
"@eslint/js": "10.0.1",
"@vitest/browser": "4.1.4",
"@vitest/coverage-istanbul": "4.1.4",
"axe-core": "4.11.0",
"eslint": "9.39.2",
"publint": "0.3.15",
"eslint": "10.2.0",
"lit": "3.3.2",
"publint": "0.3.18",
"typescript": "6.0.2",
"vite": "8.0.6",
"vitest": "4.1.2",
"@nvidia-elements/styles": "0.0.2",
"vitest": "4.1.4",
"@internals/testing": "0.0.0",
"@internals/eslint": "0.0.0",
"@nvidia-elements/lint": "0.0.2",
"@internals/vite": "0.0.0"
"@internals/vite": "0.0.0",
"@nvidia-elements/styles": "0.0.3",
"@nvidia-elements/lint": "0.0.3"
},

@@ -222,2 +225,3 @@ "wireit": {

},
"license": "Apache-2.0",
"scripts": {

@@ -224,0 +228,0 @@ "ci": "wireit",