@elmethis/core 1.0.0-alpha.41 → 1.0.0-alpha.42

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.
@@ -1,5 +1,5 @@
1
1
  import { openBlock as t, createElementBlock as e, createElementVNode as l, normalizeClass as o } from "vue";
2
- import { _ as n } from "./index-BSs37k1l.js";
2
+ import { _ as n } from "./index-DEHxwKMw.js";
3
3
  const a = "_path_1ccs2_1", r = {
4
4
  path: a
5
5
  }, p = {}, m = {
@@ -1,5 +1,5 @@
1
1
  import { openBlock as e, createElementBlock as l, createElementVNode as t } from "vue";
2
- import { _ as o } from "./index-BSs37k1l.js";
2
+ import { _ as o } from "./index-DEHxwKMw.js";
3
3
  const r = {}, n = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 128 128"
@@ -1,5 +1,5 @@
1
1
  import { openBlock as l, createElementBlock as t, createElementVNode as e } from "vue";
2
- import { _ as o } from "./index-BSs37k1l.js";
2
+ import { _ as o } from "./index-DEHxwKMw.js";
3
3
  const s = {}, r = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 128 128",
@@ -1,5 +1,5 @@
1
1
  import { openBlock as t, createElementBlock as e, createElementVNode as a } from "vue";
2
- import { _ as o } from "./index-BSs37k1l.js";
2
+ import { _ as o } from "./index-DEHxwKMw.js";
3
3
  const l = {}, r = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 128 128"
@@ -1,3 +1,4 @@
1
+ import { Property } from 'csstype';
1
2
  export interface ElmBookmarkProps {
2
3
  /**
3
4
  * Whether to display the bookmark horizontally.
@@ -39,6 +40,10 @@ export interface ElmBookmarkProps {
39
40
  * If provided, the default behavior (navigating to the URL) is prevented.
40
41
  */
41
42
  onClick?: () => void;
43
+ /**
44
+ * The margin of the bookmark.
45
+ */
46
+ margin?: Property.MarginBlock;
42
47
  }
43
48
  declare const _default: import('vue').DefineComponent<ElmBookmarkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmBookmarkProps> & Readonly<{}>, {
44
49
  openInNewTab: boolean;