@code-coaching/vuetiful 0.37.0 → 0.37.1

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.
@@ -3,10 +3,10 @@ import { type ComponentPublicInstance, type Ref } from 'vue';
3
3
  interface PopoverProps {
4
4
  class?: string;
5
5
  anchor: () => Ref<ComponentPublicInstance>;
6
- placement: Placement;
7
- show: boolean;
8
- showOnClick: boolean;
9
- offset: number;
6
+ placement?: Placement;
7
+ show?: boolean;
8
+ showOnClick?: boolean;
9
+ offset?: number;
10
10
  }
11
11
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverProps>, {
12
12
  placement: string;
@@ -7160,7 +7160,7 @@ const lg = "rounded-container p-4 shadow-xl bg-surface-200-800 text-surface-950-
7160
7160
  _: 3
7161
7161
  }, 8, ["modelValue", "class"]));
7162
7162
  }
7163
- }), xg = "grid aspect-square w-full cursor-pointer place-content-center place-items-center", Pg = "", kg = "text-center text-xs font-bold", rC = /* @__PURE__ */ Y({
7163
+ }), xg = "flex aspect-square w-full cursor-pointer items-center justify-center", Pg = "", kg = "text-center text-xs font-bold", rC = /* @__PURE__ */ Y({
7164
7164
  __name: "VRailTile",
7165
7165
  props: {
7166
7166
  class: {