@elmethis/core 1.0.0-alpha.75 → 1.0.0-alpha.78
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.
- package/dist/{Bash-DAHQZw3w.js → Bash-CVGwAt0l.js} +1 -1
- package/dist/{C-BZYvGpR1.js → C-BXmRg8wa.js} +1 -1
- package/dist/{Cpp-By_B8uGA.js → Cpp-CA2xvblY.js} +1 -1
- package/dist/{Csharp-gs28H_nL.js → Csharp-EdHTdZBd.js} +1 -1
- package/dist/{Css-xOaohXlg.js → Css-BX_AX3Lk.js} +1 -1
- package/dist/{Go-Cqt0p-zb.js → Go-CvGMqtJT.js} +1 -1
- package/dist/{Html-C0Vi2WCy.js → Html-D1N87DiR.js} +1 -1
- package/dist/{Java-DY4SHQ5H.js → Java-equAOM-S.js} +1 -1
- package/dist/{JavaScript-s3Adt_kP.js → JavaScript-Dcy8EM05.js} +1 -1
- package/dist/{Json-aRuZ4gvo.js → Json-CkbW-pY9.js} +1 -1
- package/dist/{Kotlin-C8gLfEYM.js → Kotlin-c3v2oxY5.js} +1 -1
- package/dist/{Lua-B7sWVfCJ.js → Lua-Dgk8tFMm.js} +1 -1
- package/dist/{Npm-F802ZIXk.js → Npm-CE-FZi-1.js} +1 -1
- package/dist/{Python-Dmr46PmM.js → Python-DuAuFF5b.js} +1 -1
- package/dist/{Rust-CIb3c-hm.js → Rust-CjP9Kdui.js} +1 -1
- package/dist/{Sql-KAiUQaW2.js → Sql-PCcIaoTQ.js} +1 -1
- package/dist/{Terraform-BYInNKku.js → Terraform-RgDzn5JH.js} +1 -1
- package/dist/{TypeScript-BzXsc5YC.js → TypeScript-ClOmfnBY.js} +1 -1
- package/dist/components/headings/ElmFragmentIdentifier.stories.d.ts +6 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue.d.ts +8 -0
- package/dist/elmethis.js +38 -37
- package/dist/elmethis.umd.cjs +20 -20
- package/dist/{index-B-7ONtzH.js → index-NJHMT2k_.js} +2587 -2479
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as l, createElementBlock as t, createElementVNode as e } from "vue";
|
|
2
|
-
import { _ as o } from "./index-
|
|
2
|
+
import { _ as o } from "./index-NJHMT2k_.js";
|
|
3
3
|
const s = {}, r = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
viewBox: "0 0 128 128",
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { default as ElmFragmentIdentifier } from './ElmFragmentIdentifier.vue';
|
|
3
|
+
declare const meta: Meta<typeof ElmFragmentIdentifier>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Primary: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export interface ElmFragmentIdentifierProps {
|
|
2
|
+
/**
|
|
3
|
+
* ID of the heading element.
|
|
4
|
+
*/
|
|
5
|
+
id: string;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import('vue').DefineComponent<ElmFragmentIdentifierProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmFragmentIdentifierProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
export default _default;
|