@moni-labs/moni-ui 0.4.7 → 0.4.8

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.
@@ -3715,6 +3715,36 @@
3715
3715
  "default": "false",
3716
3716
  "description": "Si es true, el modal calcula automáticamente su tamaño final basándose en el contenido interno (ignora expandedWidth y expandedHeight)."
3717
3717
  },
3718
+ {
3719
+ "kind": "field",
3720
+ "name": "fullscreen",
3721
+ "attribute": "fullscreen",
3722
+ "type": {
3723
+ "text": "boolean"
3724
+ },
3725
+ "default": "false",
3726
+ "description": "Fuerza al modal expandido a ocupar todo el viewport."
3727
+ },
3728
+ {
3729
+ "kind": "field",
3730
+ "name": "responsiveFullscreen",
3731
+ "attribute": "responsive-fullscreen",
3732
+ "type": {
3733
+ "text": "boolean"
3734
+ },
3735
+ "default": "false",
3736
+ "description": "Activa fullscreen únicamente cuando el viewport no supera el breakpoint configurado."
3737
+ },
3738
+ {
3739
+ "kind": "field",
3740
+ "name": "fullscreenBreakpoint",
3741
+ "attribute": "fullscreen-breakpoint",
3742
+ "type": {
3743
+ "text": "number"
3744
+ },
3745
+ "default": "600",
3746
+ "description": "Ancho máximo del viewport, en píxeles, para aplicar responsive-fullscreen."
3747
+ },
3718
3748
  {
3719
3749
  "kind": "field",
3720
3750
  "name": "blurContent",