@dxtmisha/wiki 0.39.4 → 0.39.6
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/WikiStorybookDescriptions-IKMchHA-.js +26959 -0
- package/dist/library.d.ts +0 -2
- package/dist/library.js +76 -35617
- package/dist/media.d.ts +2 -0
- package/dist/media.js +5523 -0
- package/dist/storybook.js +13 -0
- package/dist/storybookTypes-RNr8gPGw.js +8 -0
- package/dist/wikiDescriptions-Cv4WzSNL.js +2782 -0
- package/package.json +14 -12
- package/src/library.ts +0 -4
- package/src/media/functional/ui/properties/about/about.en.mdx +13 -12
- package/src/media/functional/ui/properties/about/about.ru.mdx +13 -12
- package/src/media/functional/ui/properties/about/about.vi.mdx +13 -12
- package/src/media/functional/ui/properties/quick-start/quick-start.en.mdx +62 -32
- package/src/media/functional/ui/properties/quick-start/quick-start.ru.mdx +62 -32
- package/src/media/functional/ui/properties/quick-start/quick-start.vi.mdx +62 -32
- package/src/media/functional/ui/properties/type-media/type-media.en.mdx +29 -0
- package/src/media/functional/ui/properties/type-media/type-media.ru.mdx +29 -0
- package/src/media/functional/ui/properties/type-media/type-media.vi.mdx +29 -0
- package/src/assets/demo/demo-pdf.pdf +0 -0
- package/src/assets/image/image-1.jpeg +0 -0
- package/src/assets/image/image-2.jpeg +0 -0
- package/src/assets/image/phone-1.png +0 -0
- package/src/assets/image/phone-2.png +0 -0
- package/src/assets/image/phone-3.png +0 -0
- package/src/documentation/storybook/StorybookDescriptions.tsx +0 -25
- package/src/documentation/storybook/StorybookMain.tsx +0 -28
- package/src/media.ts +0 -15
- package/src/storybook.tsx +0 -4
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { t as e } from "./WikiStorybookDescriptions-IKMchHA-.js";
|
|
2
|
+
import { Fragment as t, jsx as n, jsxs as r } from "react/jsx-runtime";
|
|
3
|
+
import { Canvas as i, Controls as a, Subtitle as o, Title as s } from "@storybook/addon-docs/blocks";
|
|
4
|
+
import "react";
|
|
5
|
+
//#region src/documentation/storybook/StorybookMain.tsx
|
|
6
|
+
var c = ({ name: e, description: c, story: l }) => /* @__PURE__ */ r(t, { children: [
|
|
7
|
+
/* @__PURE__ */ n(s, { children: e }),
|
|
8
|
+
/* @__PURE__ */ n(o, { children: c }),
|
|
9
|
+
/* @__PURE__ */ n(i, { of: l }),
|
|
10
|
+
/* @__PURE__ */ n(a, { of: l })
|
|
11
|
+
] }), l = ({ componentName: t, type: n }) => new e(t).getDescriptionByType(n);
|
|
12
|
+
//#endregion
|
|
13
|
+
export { l as StorybookDescriptions, c as StorybookMain };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
//#region src/types/storybookTypes.ts
|
|
2
|
+
var e = /* @__PURE__ */ function(e) {
|
|
3
|
+
return e.text = "text", e.string = "string", e.number = "number", e.boolean = "boolean", e.select = "select", e.array = "array", e.object = "object", e;
|
|
4
|
+
}({}), t = /* @__PURE__ */ function(e) {
|
|
5
|
+
return e.actions = "Actions", e.adaptive = "Adaptive", e.aria = "ARIA", e.arrow = "Arrow", e.attributes = "Attributes", e.bars = "Bars", e.counter = "Counter", e.form = "Form", e.hook = "Hook", e.icon = "Icon", e.information = "Information", e.mask = "Mask", e.option = "Options", e.status = "Status", e.style = "Styles", e.technical = "Technical", e.text = "Text", e.value = "Values", e;
|
|
6
|
+
}({});
|
|
7
|
+
//#endregion
|
|
8
|
+
export { e as n, t };
|