@nova-design-system/nova-base 3.28.0 → 3.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -208,6 +208,9 @@ exports.NOVA_TAILWIND_COMPONENTS = {
208
208
  'fontStyle': 'normal',
209
209
  'lineHeight': 'var(--form-description-line-height)'
210
210
  },
211
+ '.nv-fieldtext > .error-description[hidden]': {
212
+ 'display': 'none'
213
+ },
211
214
  '.nv-button': {
212
215
  'textDecoration': 'none',
213
216
  'display': 'inline-flex',
@@ -7713,6 +7713,10 @@ h6 {
7713
7713
  line-height: var(--form-description-line-height);
7714
7714
  }
7715
7715
 
7716
+ .nv-fieldtext > .error-description[hidden] {
7717
+ display: none;
7718
+ }
7719
+
7716
7720
  .nv-button {
7717
7721
  text-decoration: none;
7718
7722
  display: inline-flex;
@@ -201,6 +201,9 @@ export declare const NOVA_TAILWIND_COMPONENTS: {
201
201
  fontStyle: string;
202
202
  lineHeight: string;
203
203
  };
204
+ '.nv-fieldtext > .error-description[hidden]': {
205
+ display: string;
206
+ };
204
207
  '.nv-button': {
205
208
  textDecoration: string;
206
209
  display: string;
@@ -205,6 +205,9 @@ export const NOVA_TAILWIND_COMPONENTS = {
205
205
  'fontStyle': 'normal',
206
206
  'lineHeight': 'var(--form-description-line-height)'
207
207
  },
208
+ '.nv-fieldtext > .error-description[hidden]': {
209
+ 'display': 'none'
210
+ },
208
211
  '.nv-button': {
209
212
  'textDecoration': 'none',
210
213
  'display': 'inline-flex',
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "metadata": {
3
- "generatedAt": "2026-03-18T09:53:09.738Z",
4
3
  "themes": [
5
4
  "ocean",
6
5
  "spark"
@@ -206,6 +206,9 @@ export const NOVA_TAILWIND_COMPONENTS = {
206
206
  'fontStyle': 'normal',
207
207
  'lineHeight': 'var(--form-description-line-height)'
208
208
  },
209
+ '.nv-fieldtext > .error-description[hidden]': {
210
+ 'display': 'none'
211
+ },
209
212
  '.nv-button': {
210
213
  'textDecoration': 'none',
211
214
  'display': 'inline-flex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-base",
3
- "version": "3.28.0",
3
+ "version": "3.29.0",
4
4
  "description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
5
5
  "author": "Elia Group",
6
6
  "homepage": "https://nova.eliagroup.io",