willa 0.0.1 → 0.0.3
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/README.md +3 -0
- package/dist/es/AudioEmbed/index.d.ts +5 -0
- package/dist/es/AudioEmbed/index.js +2 -0
- package/dist/es/AudioEmbed/style/index.css +1 -0
- package/dist/es/AudioLink/index.d.ts +5 -0
- package/dist/es/AudioLink/index.js +2 -0
- package/dist/es/AudioLink/style/index.css +1 -0
- package/dist/es/Callout/index.d.ts +6 -0
- package/dist/es/Callout/index.js +2 -0
- package/dist/es/Callout/style/index.css +1 -0
- package/dist/es/ChatThread/index.d.ts +5 -0
- package/dist/es/ChatThread/index.js +2 -0
- package/dist/es/ChatThread/style/index.css +1 -0
- package/dist/es/CodeBlock/index.d.ts +2 -0
- package/dist/es/CodeBlock/index.js +2 -0
- package/dist/es/CodeBlock/style/index.css +1 -0
- package/dist/es/DetailsBlock/index.d.ts +5 -0
- package/dist/es/DetailsBlock/index.js +2 -0
- package/dist/es/DetailsBlock/style/index.css +1 -0
- package/dist/es/EnglishCards/index.d.ts +5 -0
- package/dist/es/EnglishCards/index.js +2 -0
- package/dist/es/EnglishCards/style/index.css +1 -0
- package/dist/es/FancyList/index.d.ts +6 -0
- package/dist/es/FancyList/index.js +2 -0
- package/dist/es/FancyList/style/index.css +1 -0
- package/dist/es/GitHubMention/index.d.ts +5 -0
- package/dist/es/GitHubMention/index.js +2 -0
- package/dist/es/GitHubMention/style/index.css +1 -0
- package/dist/es/GitHubRepo/index.d.ts +5 -0
- package/dist/es/GitHubRepo/index.js +2 -0
- package/dist/es/GitHubRepo/style/index.css +1 -0
- package/dist/es/Image/index.d.ts +2 -0
- package/dist/es/Image/index.js +2 -0
- package/dist/es/Image/style/index.css +1 -0
- package/dist/es/ImageGallery/index.d.ts +6 -0
- package/dist/es/ImageGallery/index.js +2 -0
- package/dist/es/ImageGallery/style/index.css +1 -0
- package/dist/es/Lightbox/index.d.ts +14 -0
- package/dist/es/Lightbox/index.js +5 -0
- package/dist/es/Lightbox/style/index.css +1 -0
- package/dist/es/Mdx/index.d.ts +2 -0
- package/dist/es/Mdx/index.js +2 -0
- package/dist/es/Mdx/style/index.css +1 -0
- package/dist/es/Poem/index.d.ts +2 -0
- package/dist/es/Poem/index.js +2 -0
- package/dist/es/Poem/style/index.css +1 -0
- package/dist/es/Skeleton/index.d.ts +2 -0
- package/dist/es/Skeleton/index.js +2 -0
- package/dist/es/Skeleton/style/index.css +1 -0
- package/dist/es/Step/index.d.ts +2 -0
- package/dist/es/Step/index.js +2 -0
- package/dist/es/Step/style/index.css +1 -0
- package/dist/es/Steps/index.d.ts +2 -0
- package/dist/es/Steps/index.js +2 -0
- package/dist/es/Steps/style/index.css +1 -0
- package/dist/es/SummaryCards/index.d.ts +5 -0
- package/dist/es/SummaryCards/index.js +2 -0
- package/dist/es/SummaryCards/style/index.css +1 -0
- package/dist/es/UrlLink/index.d.ts +2 -0
- package/dist/es/UrlLink/index.js +2 -0
- package/dist/es/UrlLink/style/index.css +1 -0
- package/dist/es/VideoEmbed/index.d.ts +5 -0
- package/dist/es/VideoEmbed/index.js +2 -0
- package/dist/es/VideoEmbed/style/index.css +1 -0
- package/dist/es/VideoLink/index.d.ts +5 -0
- package/dist/es/VideoLink/index.js +2 -0
- package/dist/es/VideoLink/style/index.css +1 -0
- package/dist/es/WebEmbed/index.d.ts +2 -0
- package/dist/es/WebEmbed/index.js +2 -0
- package/dist/es/WebEmbed/style/index.css +1 -0
- package/dist/es/XPostEmbed/index.d.ts +5 -0
- package/dist/es/XPostEmbed/index.js +2 -0
- package/dist/es/XPostEmbed/style/index.css +1 -0
- package/dist/es/index.d.ts +2 -0
- package/dist/es/index.js +2 -0
- package/dist/es/style/external.css +2 -0
- package/dist/es/style/index.css +2 -0
- package/dist/es/themes/dark.css +2 -0
- package/dist/es/themes/light.css +2 -0
- package/dist/index.cjs +22 -0
- package/dist/index.css +3731 -0
- package/dist/index.d.cts +6 -0
- package/dist/index.global.js +54920 -0
- package/dist/index.js +6 -0
- package/dist/index.mjs +6 -0
- package/dist/lib/AudioEmbed/index.d.ts +5 -0
- package/dist/lib/AudioEmbed/index.js +8 -0
- package/dist/lib/AudioEmbed/style/index.css +1 -0
- package/dist/lib/AudioLink/index.d.ts +5 -0
- package/dist/lib/AudioLink/index.js +8 -0
- package/dist/lib/AudioLink/style/index.css +1 -0
- package/dist/lib/Callout/index.d.ts +6 -0
- package/dist/lib/Callout/index.js +8 -0
- package/dist/lib/Callout/style/index.css +1 -0
- package/dist/lib/ChatThread/index.d.ts +5 -0
- package/dist/lib/ChatThread/index.js +8 -0
- package/dist/lib/ChatThread/style/index.css +1 -0
- package/dist/lib/CodeBlock/index.d.ts +2 -0
- package/dist/lib/CodeBlock/index.js +8 -0
- package/dist/lib/CodeBlock/style/index.css +1 -0
- package/dist/lib/DetailsBlock/index.d.ts +5 -0
- package/dist/lib/DetailsBlock/index.js +8 -0
- package/dist/lib/DetailsBlock/style/index.css +1 -0
- package/dist/lib/EnglishCards/index.d.ts +5 -0
- package/dist/lib/EnglishCards/index.js +8 -0
- package/dist/lib/EnglishCards/style/index.css +1 -0
- package/dist/lib/FancyList/index.d.ts +6 -0
- package/dist/lib/FancyList/index.js +8 -0
- package/dist/lib/FancyList/style/index.css +1 -0
- package/dist/lib/GitHubMention/index.d.ts +5 -0
- package/dist/lib/GitHubMention/index.js +8 -0
- package/dist/lib/GitHubMention/style/index.css +1 -0
- package/dist/lib/GitHubRepo/index.d.ts +5 -0
- package/dist/lib/GitHubRepo/index.js +8 -0
- package/dist/lib/GitHubRepo/style/index.css +1 -0
- package/dist/lib/Image/index.d.ts +2 -0
- package/dist/lib/Image/index.js +8 -0
- package/dist/lib/Image/style/index.css +1 -0
- package/dist/lib/ImageGallery/index.d.ts +6 -0
- package/dist/lib/ImageGallery/index.js +8 -0
- package/dist/lib/ImageGallery/style/index.css +1 -0
- package/dist/lib/Lightbox/index.d.ts +14 -0
- package/dist/lib/Lightbox/index.js +14 -0
- package/dist/lib/Lightbox/style/index.css +1 -0
- package/dist/lib/Mdx/index.d.ts +2 -0
- package/dist/lib/Mdx/index.js +8 -0
- package/dist/lib/Mdx/style/index.css +1 -0
- package/dist/lib/Poem/index.d.ts +2 -0
- package/dist/lib/Poem/index.js +8 -0
- package/dist/lib/Poem/style/index.css +1 -0
- package/dist/lib/Skeleton/index.d.ts +2 -0
- package/dist/lib/Skeleton/index.js +8 -0
- package/dist/lib/Skeleton/style/index.css +1 -0
- package/dist/lib/Step/index.d.ts +2 -0
- package/dist/lib/Step/index.js +8 -0
- package/dist/lib/Step/style/index.css +1 -0
- package/dist/lib/Steps/index.d.ts +2 -0
- package/dist/lib/Steps/index.js +8 -0
- package/dist/lib/Steps/style/index.css +1 -0
- package/dist/lib/SummaryCards/index.d.ts +5 -0
- package/dist/lib/SummaryCards/index.js +8 -0
- package/dist/lib/SummaryCards/style/index.css +1 -0
- package/dist/lib/UrlLink/index.d.ts +2 -0
- package/dist/lib/UrlLink/index.js +8 -0
- package/dist/lib/UrlLink/style/index.css +1 -0
- package/dist/lib/VideoEmbed/index.d.ts +5 -0
- package/dist/lib/VideoEmbed/index.js +8 -0
- package/dist/lib/VideoEmbed/style/index.css +1 -0
- package/dist/lib/VideoLink/index.d.ts +5 -0
- package/dist/lib/VideoLink/index.js +8 -0
- package/dist/lib/VideoLink/style/index.css +1 -0
- package/dist/lib/WebEmbed/index.d.ts +2 -0
- package/dist/lib/WebEmbed/index.js +8 -0
- package/dist/lib/WebEmbed/style/index.css +1 -0
- package/dist/lib/XPostEmbed/index.d.ts +5 -0
- package/dist/lib/XPostEmbed/index.js +8 -0
- package/dist/lib/XPostEmbed/style/index.css +1 -0
- package/dist/lib/index.d.ts +2 -0
- package/dist/lib/index.js +20 -0
- package/dist/lib/style/external.css +2 -0
- package/dist/lib/style/index.css +2 -0
- package/dist/lib/themes/dark.css +2 -0
- package/dist/lib/themes/light.css +2 -0
- package/package.json +76 -7
- package/index.js +0 -1
package/dist/index.js
ADDED
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_AudioEmbed = require("@willa-ui/content/components/AudioEmbed");
|
|
3
|
+
Object.defineProperty(exports, "AudioEmbed", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_AudioEmbed.AudioEmbed;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/AudioEmbed.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_AudioLink = require("@willa-ui/content/components/AudioLink");
|
|
3
|
+
Object.defineProperty(exports, "AudioLink", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_AudioLink.AudioLink;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/AudioLink.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_Callout = require("@willa-ui/content/components/Callout");
|
|
3
|
+
Object.defineProperty(exports, "Callout", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_Callout.Callout;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/Callout.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_ChatThread = require("@willa-ui/content/components/ChatThread");
|
|
3
|
+
Object.defineProperty(exports, "ChatThread", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_ChatThread.ChatThread;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/ChatThread.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_CodeBlock = require("@willa-ui/content/components/CodeBlock");
|
|
3
|
+
Object.defineProperty(exports, "CodeBlock", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_CodeBlock.CodeBlock;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/CodeBlock.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_DetailsBlock = require("@willa-ui/content/components/DetailsBlock");
|
|
3
|
+
Object.defineProperty(exports, "DetailsBlock", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_DetailsBlock.DetailsBlock;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/DetailsBlock.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_widgets_components_EnglishCards = require("@willa-ui/widgets/components/EnglishCards");
|
|
3
|
+
Object.defineProperty(exports, "EnglishCards", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_widgets_components_EnglishCards.EnglishCards;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/widgets/components/EnglishCards.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_FancyList = require("@willa-ui/content/components/FancyList");
|
|
3
|
+
Object.defineProperty(exports, "FancyList", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_FancyList.FancyList;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/FancyList.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_widgets_components_GitHubMention = require("@willa-ui/widgets/components/GitHubMention");
|
|
3
|
+
Object.defineProperty(exports, "GitHubMention", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_widgets_components_GitHubMention.GitHubMention;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/widgets/components/GitHubMention.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_widgets_components_GitHubRepo = require("@willa-ui/widgets/components/GitHubRepo");
|
|
3
|
+
Object.defineProperty(exports, "GitHubRepo", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_widgets_components_GitHubRepo.GitHubRepo;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/widgets/components/GitHubRepo.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_Image = require("@willa-ui/content/components/Image");
|
|
3
|
+
Object.defineProperty(exports, "Image", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_Image.Image;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/Image.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_ImageGallery = require("@willa-ui/content/components/ImageGallery");
|
|
3
|
+
Object.defineProperty(exports, "ImageGallery", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_ImageGallery.ImageGallery;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/ImageGallery.css";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Lightbox,
|
|
3
|
+
LightboxImage,
|
|
4
|
+
LightboxProps,
|
|
5
|
+
LightboxState,
|
|
6
|
+
normalizeLightboxImage,
|
|
7
|
+
} from "@willa-ui/content/components/Lightbox";
|
|
8
|
+
export {
|
|
9
|
+
Lightbox,
|
|
10
|
+
type LightboxImage,
|
|
11
|
+
type LightboxProps,
|
|
12
|
+
type LightboxState,
|
|
13
|
+
normalizeLightboxImage,
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_Lightbox = require("@willa-ui/content/components/Lightbox");
|
|
3
|
+
Object.defineProperty(exports, "Lightbox", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_Lightbox.Lightbox;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
9
|
+
Object.defineProperty(exports, "normalizeLightboxImage", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () {
|
|
12
|
+
return _willa_ui_content_components_Lightbox.normalizeLightboxImage;
|
|
13
|
+
},
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/Lightbox.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_widgets_components_Mdx = require("@willa-ui/widgets/components/Mdx");
|
|
3
|
+
Object.defineProperty(exports, "Mdx", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_widgets_components_Mdx.Mdx;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/widgets/components/Mdx.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_Poem = require("@willa-ui/content/components/Poem");
|
|
3
|
+
Object.defineProperty(exports, "Poem", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_Poem.Poem;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/Poem.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_Skeleton = require("@willa-ui/content/components/Skeleton");
|
|
3
|
+
Object.defineProperty(exports, "Skeleton", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_Skeleton.Skeleton;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/Skeleton.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_Steps = require("@willa-ui/content/components/Steps");
|
|
3
|
+
Object.defineProperty(exports, "Step", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_Steps.Step;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/Steps.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_Steps = require("@willa-ui/content/components/Steps");
|
|
3
|
+
Object.defineProperty(exports, "Steps", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_Steps.Steps;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/Steps.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_SummaryCards = require("@willa-ui/content/components/SummaryCards");
|
|
3
|
+
Object.defineProperty(exports, "SummaryCards", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_SummaryCards.SummaryCards;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/SummaryCards.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_UrlLink = require("@willa-ui/content/components/UrlLink");
|
|
3
|
+
Object.defineProperty(exports, "UrlLink", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_UrlLink.UrlLink;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/UrlLink.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_VideoEmbed = require("@willa-ui/content/components/VideoEmbed");
|
|
3
|
+
Object.defineProperty(exports, "VideoEmbed", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_VideoEmbed.VideoEmbed;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/VideoEmbed.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_content_components_VideoLink = require("@willa-ui/content/components/VideoLink");
|
|
3
|
+
Object.defineProperty(exports, "VideoLink", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_content_components_VideoLink.VideoLink;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/content/components/VideoLink.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_widgets_components_WebEmbed = require("@willa-ui/widgets/components/WebEmbed");
|
|
3
|
+
Object.defineProperty(exports, "WebEmbed", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_widgets_components_WebEmbed.WebEmbed;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/widgets/components/WebEmbed.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
let _willa_ui_widgets_components_XPostEmbed = require("@willa-ui/widgets/components/XPostEmbed");
|
|
3
|
+
Object.defineProperty(exports, "XPostEmbed", {
|
|
4
|
+
enumerable: true,
|
|
5
|
+
get: function () {
|
|
6
|
+
return _willa_ui_widgets_components_XPostEmbed.XPostEmbed;
|
|
7
|
+
},
|
|
8
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "@willa-ui/widgets/components/XPostEmbed.css";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
var _willa_ui_content = require("@willa-ui/content");
|
|
2
|
+
Object.keys(_willa_ui_content).forEach(function (k) {
|
|
3
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
4
|
+
Object.defineProperty(exports, k, {
|
|
5
|
+
enumerable: true,
|
|
6
|
+
get: function () {
|
|
7
|
+
return _willa_ui_content[k];
|
|
8
|
+
},
|
|
9
|
+
});
|
|
10
|
+
});
|
|
11
|
+
var _willa_ui_widgets = require("@willa-ui/widgets");
|
|
12
|
+
Object.keys(_willa_ui_widgets).forEach(function (k) {
|
|
13
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
14
|
+
Object.defineProperty(exports, k, {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () {
|
|
17
|
+
return _willa_ui_widgets[k];
|
|
18
|
+
},
|
|
19
|
+
});
|
|
20
|
+
});
|