@moni-labs/moni-ui 0.4.12 → 0.4.13
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/browser/moni-ui.iife.min.js +10 -2
- package/dist/browser/moni-ui.iife.min.js.br +0 -0
- package/dist/browser/moni-ui.iife.min.js.gz +0 -0
- package/dist/browser/moni-ui.iife.min.js.map +1 -1
- package/dist/browser/moni-ui.min.js +10 -2
- package/dist/browser/moni-ui.min.js.br +0 -0
- package/dist/browser/moni-ui.min.js.gz +0 -0
- package/dist/browser/moni-ui.min.js.map +1 -1
- package/dist/cdn/chunks/{class-map-CLhM2Hc4.js → class-map-DsL1Jr2T.js} +1 -1
- package/dist/cdn/chunks/{decorate-BrQTlayW.js → decorate-DxJYS4gw.js} +10 -2
- package/dist/cdn/chunks/if-defined-DdzvcoI7.js +1 -0
- package/dist/cdn/chunks/{live-BCKQeEPf.js → live-D52JqeKf.js} +1 -1
- package/dist/cdn/components/moni-app-bar.js +1 -1
- package/dist/cdn/components/moni-badge.js +1 -1
- package/dist/cdn/components/moni-bottom-sheet.js +1 -1
- package/dist/cdn/components/moni-button-group.js +1 -1
- package/dist/cdn/components/moni-button-segment.js +1 -1
- package/dist/cdn/components/moni-button.js +1 -1
- package/dist/cdn/components/moni-card.js +1 -1
- package/dist/cdn/components/moni-carousel.js +1 -1
- package/dist/cdn/components/moni-checkbox.js +1 -1
- package/dist/cdn/components/moni-chip.js +1 -1
- package/dist/cdn/components/moni-color-field.js +1 -1
- package/dist/cdn/components/moni-context-menu.js +1 -1
- package/dist/cdn/components/moni-dialog.js +1 -1
- package/dist/cdn/components/moni-divider.js +1 -1
- package/dist/cdn/components/moni-expansion.js +1 -1
- package/dist/cdn/components/moni-fab-menu.js +1 -1
- package/dist/cdn/components/moni-fab.js +1 -1
- package/dist/cdn/components/moni-file-field.js +1 -1
- package/dist/cdn/components/moni-icon.js +1 -1
- package/dist/cdn/components/moni-list-item.js +1 -1
- package/dist/cdn/components/moni-list.js +1 -1
- package/dist/cdn/components/moni-loading-indicator.js +1 -1
- package/dist/cdn/components/moni-menu-item.js +1 -1
- package/dist/cdn/components/moni-menu.js +1 -1
- package/dist/cdn/components/moni-morph-modal.js +1 -1
- package/dist/cdn/components/moni-nav-item.js +1 -1
- package/dist/cdn/components/moni-nav.js +1 -1
- package/dist/cdn/components/moni-progress.js +1 -1
- package/dist/cdn/components/moni-radio.js +1 -1
- package/dist/cdn/components/moni-ripple.js +1 -1
- package/dist/cdn/components/moni-segmented-button.js +1 -1
- package/dist/cdn/components/moni-select-option.js +1 -1
- package/dist/cdn/components/moni-select.js +1 -1
- package/dist/cdn/components/moni-shape.js +1 -1
- package/dist/cdn/components/moni-side-sheet.js +1 -1
- package/dist/cdn/components/moni-slider.js +1 -1
- package/dist/cdn/components/moni-snackbar.js +1 -1
- package/dist/cdn/components/moni-split-button.js +1 -1
- package/dist/cdn/components/moni-step.js +1 -1
- package/dist/cdn/components/moni-stepper.js +1 -1
- package/dist/cdn/components/moni-switch.js +1 -1
- package/dist/cdn/components/moni-tab.js +1 -1
- package/dist/cdn/components/moni-tabs.js +1 -1
- package/dist/cdn/components/moni-text-field.js +1 -1
- package/dist/cdn/components/moni-textarea.js +1 -1
- package/dist/cdn/components/moni-time-picker.js +1 -1
- package/dist/cdn/components/moni-toolbar.js +1 -1
- package/dist/cdn/components/moni-tooltip.js +1 -1
- package/dist/cdn/components/moni-typography.js +1 -1
- package/dist/cdn/importmap.json +98 -98
- package/dist/components/_base/field-styles.d.ts.map +1 -1
- package/dist/components/_base/field-styles.js +10 -2
- package/docs/api.json +1 -1
- package/package.json +1 -1
- package/src/components/_base/field-styles.ts +10 -2
- package/dist/cdn/chunks/if-defined-CDFDbm1Y.js +0 -1
|
@@ -1406,7 +1406,15 @@ var H = class extends Le {
|
|
|
1406
1406
|
.field.label.border.prefix:not(.fill)
|
|
1407
1407
|
> :is(input, textarea):is(:focus, [placeholder]:not(:placeholder-shown), .active),
|
|
1408
1408
|
.field.label.border.prefix:not(.fill) > select {
|
|
1409
|
-
clip-path: polygon(-2% -2%,
|
|
1409
|
+
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%);
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
.field.label.border.round:not(.fill)
|
|
1413
|
+
> :is(input, textarea):is(:focus, [placeholder]:not(:placeholder-shown), .active),
|
|
1414
|
+
.field.label.border.round:not(.fill) > select,
|
|
1415
|
+
.field.label.border.round:not(.fill) > input.active,
|
|
1416
|
+
.field.label.border.round:not(.fill) > select.active {
|
|
1417
|
+
clip-path: polygon(-2% -2%,1.25rem -2%,1.25rem 0.5rem,calc(100% - 2rem) 0.5rem,calc(100% - 2rem) -2%,102% -2%,102% 102%,-2% 102%) !important;
|
|
1410
1418
|
}
|
|
1411
1419
|
|
|
1412
1420
|
/* The compact shape needs a narrower leading segment so it never crosses
|
|
@@ -1416,7 +1424,7 @@ var H = class extends Le {
|
|
|
1416
1424
|
.field.label.border.small-round:not(.fill) > select,
|
|
1417
1425
|
.field.label.border.small-round:not(.fill) > input.active,
|
|
1418
1426
|
.field.label.border.small-round:not(.fill) > select.active {
|
|
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%);
|
|
1427
|
+
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%) !important;
|
|
1420
1428
|
}
|
|
1421
1429
|
|
|
1422
1430
|
/* ─── Label color changes ─────────────────────────────────────────────────── */
|
|
Binary file
|
|
Binary file
|