@illinois-grad/grad-vue 3.0.4 → 3.0.5

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,6 +2,11 @@
2
2
  * This component is used with the `GDetailListItem` component to display
3
3
  * a list of key-value pairs in a grid or vertical layout.
4
4
  *
5
+ * > [!WARNING]
6
+ * > This component is not accessible in Custom Elements mode because there
7
+ * > is no way to avoid the custom elements being nested in `<dl>` tags, which
8
+ * > is not valid HTML. You can use the classes instead for the same styling.
9
+ *
5
10
  * For example:
6
11
  *
7
12
  * ```vue-html
@@ -41,11 +41,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
41
41
  }>, {
42
42
  expanded: boolean;
43
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
44
- default?: (props: {}) => any;
45
- } & {
46
- default?: (props: {}) => any;
47
- } & {
48
- children?: (props: {}) => any;
44
+ default?: () => any;
45
+ children?: () => any;
49
46
  }>;
50
47
  type __VLS_WithSlots<T, S> = T & {
51
48
  new (): {