Sign In

@nvidia-elements/themes

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nvidia-elements/themes - npm Package Compare versions

Comparing version
0.0.11
to
2.0.0
+44
-1
CHANGELOG.md

@@ -0,1 +1,44 @@

## 2.0.0 (2026-06-08)
* chore(ci): release scope fix ([102f9a3](https://github.com/NVIDIA/elements/commit/102f9a3))
* feat(cli)!: promote to stable public release ([ab93fca](https://github.com/NVIDIA/elements/commit/ab93fca))
* feat(code)!: promote to stable public release ([eb00327](https://github.com/NVIDIA/elements/commit/eb00327))
* feat(core)!: promote to stable public release ([cb2859d](https://github.com/NVIDIA/elements/commit/cb2859d))
* feat(forms)!: promote to stable public release ([dc67f62](https://github.com/NVIDIA/elements/commit/dc67f62))
* feat(lint)!: promote to stable public release ([583e44f](https://github.com/NVIDIA/elements/commit/583e44f))
* feat(markdown)!: promote to stable public release ([aa807eb](https://github.com/NVIDIA/elements/commit/aa807eb))
* feat(monaco)!: promote to stable public release ([78c8007](https://github.com/NVIDIA/elements/commit/78c8007))
* feat(styles)!: promote to stable public release ([f07f114](https://github.com/NVIDIA/elements/commit/f07f114))
* feat(themes)!: promote to stable public release ([9c7352f](https://github.com/NVIDIA/elements/commit/9c7352f))
### BREAKING CHANGE
* Promotes to the stable public 2.0 release line.
Signed-off-by: Cory Rylan <crylan@nvidia.com>
* Promotes to the stable public 2.0 release line.
Signed-off-by: Cory Rylan <crylan@nvidia.com>
* Promotes to the stable public 2.0 release line.
Signed-off-by: Cory Rylan <crylan@nvidia.com>
* Promotes to the stable public 2.0 release line.
Signed-off-by: Cory Rylan <crylan@nvidia.com>
* Promotes to the stable public 2.0 release line.
Signed-off-by: Cory Rylan <crylan@nvidia.com>
* Promotes to the stable public 2.0 release line.
Signed-off-by: Cory Rylan <crylan@nvidia.com>
* Promotes to the stable public 2.0 release line.
Signed-off-by: Cory Rylan <crylan@nvidia.com>
* Promotes to the stable public 2.0 release line.
Signed-off-by: Cory Rylan <crylan@nvidia.com>
* Promotes to the stable public 2.0 release line.
Signed-off-by: Cory Rylan <crylan@nvidia.com>
## <small>0.0.11 (2026-05-18)</small>

@@ -124,2 +167,2 @@

Initial release.
Initial pre-release.
+7
-7
{
"name": "@nvidia-elements/themes",
"version": "0.0.11",
"version": "2.0.0",
"release": {

@@ -39,13 +39,13 @@ "extends": "../../release.config.js"

"devDependencies": {
"stylelint": "17.11.0",
"stylelint": "17.12.0",
"stylelint-config-standard": "40.0.0",
"cssnano": "7.1.7",
"glob": "13.0.6",
"lit": "3.3.2",
"postcss": "8.5.14",
"publint": "0.3.20",
"lit": "3.3.3",
"postcss": "8.5.15",
"publint": "0.3.21",
"style-dictionary": "4.3.0",
"typescript": "6.0.3",
"vite": "8.0.13",
"vitest": "4.1.6",
"vite": "8.0.14",
"vitest": "4.1.7",
"@internals/vite": "0.0.0"

@@ -52,0 +52,0 @@ },