@moni-labs/moni-ui 0.4.10 → 0.4.12

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.
Files changed (68) hide show
  1. package/dist/browser/moni-ui.iife.min.js +8 -7
  2. package/dist/browser/moni-ui.iife.min.js.br +0 -0
  3. package/dist/browser/moni-ui.iife.min.js.gz +0 -0
  4. package/dist/browser/moni-ui.iife.min.js.map +1 -1
  5. package/dist/browser/moni-ui.min.js +8 -7
  6. package/dist/browser/moni-ui.min.js.br +0 -0
  7. package/dist/browser/moni-ui.min.js.gz +0 -0
  8. package/dist/browser/moni-ui.min.js.map +1 -1
  9. package/dist/cdn/chunks/{class-map-DVIPqVv8.js → class-map-CLhM2Hc4.js} +1 -1
  10. package/dist/cdn/chunks/{decorate-B_60A6SM.js → decorate-BrQTlayW.js} +8 -7
  11. package/dist/cdn/chunks/if-defined-CDFDbm1Y.js +1 -0
  12. package/dist/cdn/chunks/{live-0xU7YMoc.js → live-BCKQeEPf.js} +1 -1
  13. package/dist/cdn/components/moni-app-bar.js +1 -1
  14. package/dist/cdn/components/moni-badge.js +1 -1
  15. package/dist/cdn/components/moni-bottom-sheet.js +1 -1
  16. package/dist/cdn/components/moni-button-group.js +1 -1
  17. package/dist/cdn/components/moni-button-segment.js +1 -1
  18. package/dist/cdn/components/moni-button.js +1 -1
  19. package/dist/cdn/components/moni-card.js +1 -1
  20. package/dist/cdn/components/moni-carousel.js +1 -1
  21. package/dist/cdn/components/moni-checkbox.js +1 -1
  22. package/dist/cdn/components/moni-chip.js +1 -1
  23. package/dist/cdn/components/moni-color-field.js +1 -1
  24. package/dist/cdn/components/moni-context-menu.js +1 -1
  25. package/dist/cdn/components/moni-dialog.js +1 -1
  26. package/dist/cdn/components/moni-divider.js +1 -1
  27. package/dist/cdn/components/moni-expansion.js +1 -1
  28. package/dist/cdn/components/moni-fab-menu.js +1 -1
  29. package/dist/cdn/components/moni-fab.js +1 -1
  30. package/dist/cdn/components/moni-file-field.js +1 -1
  31. package/dist/cdn/components/moni-icon.js +1 -1
  32. package/dist/cdn/components/moni-list-item.js +1 -1
  33. package/dist/cdn/components/moni-list.js +1 -1
  34. package/dist/cdn/components/moni-loading-indicator.js +1 -1
  35. package/dist/cdn/components/moni-menu-item.js +1 -1
  36. package/dist/cdn/components/moni-menu.js +1 -1
  37. package/dist/cdn/components/moni-morph-modal.js +1 -1
  38. package/dist/cdn/components/moni-nav-item.js +1 -1
  39. package/dist/cdn/components/moni-nav.js +1 -1
  40. package/dist/cdn/components/moni-progress.js +1 -1
  41. package/dist/cdn/components/moni-radio.js +1 -1
  42. package/dist/cdn/components/moni-ripple.js +1 -1
  43. package/dist/cdn/components/moni-segmented-button.js +1 -1
  44. package/dist/cdn/components/moni-select-option.js +1 -1
  45. package/dist/cdn/components/moni-select.js +1 -1
  46. package/dist/cdn/components/moni-shape.js +1 -1
  47. package/dist/cdn/components/moni-side-sheet.js +1 -1
  48. package/dist/cdn/components/moni-slider.js +1 -1
  49. package/dist/cdn/components/moni-snackbar.js +1 -1
  50. package/dist/cdn/components/moni-split-button.js +1 -1
  51. package/dist/cdn/components/moni-step.js +1 -1
  52. package/dist/cdn/components/moni-stepper.js +1 -1
  53. package/dist/cdn/components/moni-switch.js +1 -1
  54. package/dist/cdn/components/moni-tab.js +1 -1
  55. package/dist/cdn/components/moni-tabs.js +1 -1
  56. package/dist/cdn/components/moni-text-field.js +1 -1
  57. package/dist/cdn/components/moni-textarea.js +1 -1
  58. package/dist/cdn/components/moni-time-picker.js +1 -1
  59. package/dist/cdn/components/moni-toolbar.js +1 -1
  60. package/dist/cdn/components/moni-tooltip.js +1 -1
  61. package/dist/cdn/components/moni-typography.js +1 -1
  62. package/dist/cdn/importmap.json +98 -98
  63. package/dist/components/_base/field-styles.d.ts.map +1 -1
  64. package/dist/components/_base/field-styles.js +8 -7
  65. package/docs/api.json +1 -1
  66. package/package.json +1 -1
  67. package/src/components/_base/field-styles.ts +8 -7
  68. package/dist/cdn/chunks/if-defined-35Uf60Gp.js +0 -1
@@ -1280,11 +1280,6 @@ var H = class extends Le {
1280
1280
  .field.label[class*='round'] > label {
1281
1281
  inset: -0.5rem 1.9375rem 0 var(--_start);
1282
1282
  }
1283
- /* Compact rounding keeps the label closer to the edge than pill fields. */
1284
- .field.label.small-round > label {
1285
- --_start: 1rem;
1286
- inset: -0.5rem 0.9375rem 0 var(--_start);
1287
- }
1288
1283
 
1289
1284
  /* ─── Label lift selector group ──────────────────────────────────────────── */
1290
1285
  /* The label lifts (scales down + moves up) in four conditions:
@@ -1318,6 +1313,12 @@ var H = class extends Le {
1318
1313
  ) {
1319
1314
  --_start: 1.5rem;
1320
1315
  }
1316
+ /* Compact rounding keeps the label closer to the edge than pill fields.
1317
+ This must follow the generic [class*='round'] rule. */
1318
+ .field.label.small-round > label {
1319
+ --_start: 1rem;
1320
+ inset: -0.5rem 0.9375rem 0 var(--_start);
1321
+ }
1321
1322
 
1322
1323
  /* Prefix fields: shift the label's inline-start to clear the leading icon. */
1323
1324
  .field.label.prefix > label {
@@ -1396,7 +1397,7 @@ var H = class extends Le {
1396
1397
  .field.label.border:not(.fill)
1397
1398
  > :is(input, textarea):is(:focus, [placeholder]:not(:placeholder-shown), .active),
1398
1399
  .field.label.border:not(.fill) > select {
1399
- clip-path: polygon(-2% -2%,1.25rem -2%,1.25rem .5rem,calc(100% - 2rem) .5rem,calc(100% - 2rem) -2%,102% -2%,102% 102%,-2% 102%);
1400
+ clip-path: polygon(-2% -2%,0.75rem -2%,0.75rem 0.5rem,calc(100% - 1rem) 0.5rem,calc(100% - 1rem) -2%,102% -2%,102% 102%,-2% 102%);
1400
1401
  }
1401
1402
 
1402
1403
  .field.label.border.prefix[class*='round']:not(.fill)
@@ -1415,7 +1416,7 @@ var H = class extends Le {
1415
1416
  .field.label.border.small-round:not(.fill) > select,
1416
1417
  .field.label.border.small-round:not(.fill) > input.active,
1417
1418
  .field.label.border.small-round:not(.fill) > select.active {
1418
- clip-path: polygon(-2% -2%,.75rem -2%,.75rem .5rem,calc(100% - 1rem) .5rem,calc(100% - 1rem) -2%,102% -2%,102% 102%,-2% 102%);
1419
+ clip-path: polygon(-2% -2%,0.75rem -2%,0.75rem 0.5rem,calc(100% - 1rem) 0.5rem,calc(100% - 1rem) -2%,102% -2%,102% 102%,-2% 102%);
1419
1420
  }
1420
1421
 
1421
1422
  /* ─── Label color changes ─────────────────────────────────────────────────── */
Binary file
Binary file