@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.
- package/dist/cjs/generated/nova-tailwind-components.js +3 -0
- package/dist/css/nova-utils.css +4 -0
- package/dist/generated/nova-tailwind-components.d.ts +3 -0
- package/dist/generated/nova-tailwind-components.js +3 -0
- package/generated/figma-to-tailwind-mapping.json +0 -1
- package/generated/nova-tailwind-components.ts +3 -0
- package/package.json +1 -1
|
@@ -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',
|
package/dist/css/nova-utils.css
CHANGED
|
@@ -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',
|
|
@@ -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.
|
|
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",
|