Compare commits

...

2 Commits

Author SHA1 Message Date
unkn0wn 75aa782653 feat: updating package to version 1.00.1
Publish to npm / check-and-publish (push) Successful in 22s
2026-06-23 12:39:43 +02:00
unkn0wn f6594822c6 style: remove unnecessary width override from textarea in textField component 2026-06-23 12:39:31 +02:00
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@unkn0wndo3s/nova-design-system", "name": "@unkn0wndo3s/nova-design-system",
"type": "module", "type": "module",
"version": "1.00.0", "version": "1.00.1",
"main": "./src/index.ts", "main": "./src/index.ts",
"description": "Nova Design System — Astro component library", "description": "Nova Design System — Astro component library",
"engines": { "engines": {
+1 -2
View File
@@ -41,8 +41,7 @@
&__textarea { &__textarea {
min-height: 84px; min-height: 84px;
padding: var(--nds-spacing-sm); padding: var(--nds-spacing-sm);
resize: vertical; width: 100%;
width: 100% !important;
line-height: 1.5; line-height: 1.5;
} }
&__charCount { &__charCount {