@nova-design-system/nova-base 3.21.1-beta.0 → 3.23.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.
@@ -1,12 +1,12 @@
1
1
  @import 'https://fonts.googleapis.com/css2?family=Outfit:wght@400&display=swap';
2
2
 
3
3
  :root {
4
- --font-family-base: 'TT Norms Pro', arial, sans-serif;
5
- --nv-sidebarlogo-font-family: 'Outfit', 'TT Norms Pro', arial, sans-serif;
4
+ --font-family-base: 'TT Norms Pro', montserrat, sans-serif;
5
+ --nv-sidebarlogo-font-family: 'Outfit', var(--font-family-base);
6
6
  --nv-sidebarlogo-font-weight: 400;
7
7
  --nv-sidebarlogo-font-size: 2rem;
8
8
  }
9
9
 
10
10
  body {
11
- font-family: var(--font-family-base, 'TT Norms Pro', arial, sans-serif);
11
+ font-family: var(--font-family-base);
12
12
  }
@@ -131,7 +131,6 @@ exports.NOVA_TAILWIND_COMPONENTS = {
131
131
  'boxShadow': '0px 0px 0px var(--focus-field-stroke) var(--nv-field-focus-box-shadow)'
132
132
  },
133
133
  '.nv-fieldtext > .input-wrapper .input-container:has(input:read-only)': {
134
- 'opacity': '0.5',
135
134
  'backgroundColor': 'var(--components-form-field-background-readonly)',
136
135
  'borderColor': 'var(--nv-field-border-readonly)'
137
136
  },
@@ -7611,13 +7611,11 @@ h6 {
7611
7611
  }
7612
7612
 
7613
7613
  .nv-fieldtext > .input-wrapper .input-container:has(input:-moz-read-only) {
7614
- opacity: 0.5;
7615
7614
  background-color: var(--components-form-field-background-readonly);
7616
7615
  border-color: var(--nv-field-border-readonly);
7617
7616
  }
7618
7617
 
7619
7618
  .nv-fieldtext > .input-wrapper .input-container:has(input:read-only) {
7620
- opacity: 0.5;
7621
7619
  background-color: var(--components-form-field-background-readonly);
7622
7620
  border-color: var(--nv-field-border-readonly);
7623
7621
  }