@nubisco/ui 1.60.0 → 1.60.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubisco/ui",
3
- "version": "1.60.0",
3
+ "version": "1.60.2",
4
4
  "description": "Vue 3 UI component library",
5
5
  "packageManager": "pnpm@11.0.8",
6
6
  "repository": {
@@ -214,6 +214,9 @@
214
214
  --nb-field-font-size: var(--nb-font-size-14);
215
215
  --nb-field-line-height: 1.5;
216
216
  --nb-field-disabled-opacity: 0.45;
217
+ // Vertical gap between a control's label and its field. Shared by every
218
+ // form control so a row mixing them lines its field tops up to the pixel.
219
+ --nb-field-label-gap: calc(var(--nb-base-unit) * 0.75);
217
220
 
218
221
  // Background tiers
219
222
  --nb-c-bg: var(--nb-c-french-gray-100);