@vuetify/nightly 3.6.3-dev.2024-05-14 → 3.6.3-dev.2024-05-30

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.
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.3-dev.2024-05-14",
5
+ "version": "3.6.3-dev.2024-05-30",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -6793,6 +6793,16 @@
6793
6793
  "description": "",
6794
6794
  "doc-url": "https://vuetifyjs.com/api/v-carousel-item",
6795
6795
  "attributes": [
6796
+ {
6797
+ "name": "absolute",
6798
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))",
6799
+ "doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
6800
+ "default": "false",
6801
+ "value": {
6802
+ "kind": "expression",
6803
+ "type": "boolean"
6804
+ }
6805
+ },
6796
6806
  {
6797
6807
  "name": "alt",
6798
6808
  "description": "Alternate text for screen readers. Leave empty for decorative images.",
@@ -10765,6 +10775,60 @@
10765
10775
  "type": "boolean"
10766
10776
  }
10767
10777
  },
10778
+ {
10779
+ "name": "height",
10780
+ "description": "Sets the height for the component.",
10781
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10782
+ "value": {
10783
+ "kind": "expression",
10784
+ "type": "string | number"
10785
+ }
10786
+ },
10787
+ {
10788
+ "name": "maxHeight",
10789
+ "description": "Sets the maximum height for the component.",
10790
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10791
+ "value": {
10792
+ "kind": "expression",
10793
+ "type": "string | number"
10794
+ }
10795
+ },
10796
+ {
10797
+ "name": "maxWidth",
10798
+ "description": "Sets the maximum width for the component.",
10799
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10800
+ "value": {
10801
+ "kind": "expression",
10802
+ "type": "string | number"
10803
+ }
10804
+ },
10805
+ {
10806
+ "name": "minHeight",
10807
+ "description": "Sets the minimum height for the component.",
10808
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10809
+ "value": {
10810
+ "kind": "expression",
10811
+ "type": "string | number"
10812
+ }
10813
+ },
10814
+ {
10815
+ "name": "minWidth",
10816
+ "description": "Sets the minimum width for the component.",
10817
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10818
+ "value": {
10819
+ "kind": "expression",
10820
+ "type": "string | number"
10821
+ }
10822
+ },
10823
+ {
10824
+ "name": "width",
10825
+ "description": "Sets the width for the component.",
10826
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10827
+ "value": {
10828
+ "kind": "expression",
10829
+ "type": "string | number"
10830
+ }
10831
+ },
10768
10832
  {
10769
10833
  "name": "tag",
10770
10834
  "description": "Specify a custom tag used on the root element.",
@@ -23647,6 +23711,16 @@
23647
23711
  "description": "",
23648
23712
  "doc-url": "https://vuetifyjs.com/api/v-img",
23649
23713
  "attributes": [
23714
+ {
23715
+ "name": "absolute",
23716
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))",
23717
+ "doc-url": "https://vuetifyjs.com/api/VImg#props",
23718
+ "default": "false",
23719
+ "value": {
23720
+ "kind": "expression",
23721
+ "type": "boolean"
23722
+ }
23723
+ },
23650
23724
  {
23651
23725
  "name": "alt",
23652
23726
  "description": "Alternate text for screen readers. Leave empty for decorative images.",