@elmethis/qwik 0.0.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.
Files changed (153) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +55 -0
  3. package/lib/assets/6FDiDjPb-elmethis.css +955 -0
  4. package/lib/elmethis.js +56 -0
  5. package/lib/elmethis10.js +108 -0
  6. package/lib/elmethis11.js +25 -0
  7. package/lib/elmethis12.js +87 -0
  8. package/lib/elmethis13.js +62 -0
  9. package/lib/elmethis14.js +62 -0
  10. package/lib/elmethis15.js +44 -0
  11. package/lib/elmethis16.js +58 -0
  12. package/lib/elmethis17.js +14 -0
  13. package/lib/elmethis18.js +24 -0
  14. package/lib/elmethis19.js +41 -0
  15. package/lib/elmethis2.js +68 -0
  16. package/lib/elmethis20.js +89 -0
  17. package/lib/elmethis21.js +28 -0
  18. package/lib/elmethis22.js +24 -0
  19. package/lib/elmethis23.js +57 -0
  20. package/lib/elmethis24.js +15 -0
  21. package/lib/elmethis25.js +12 -0
  22. package/lib/elmethis26.js +17 -0
  23. package/lib/elmethis27.js +27 -0
  24. package/lib/elmethis28.js +193 -0
  25. package/lib/elmethis29.js +17 -0
  26. package/lib/elmethis3.js +17 -0
  27. package/lib/elmethis30.js +8 -0
  28. package/lib/elmethis31.js +79 -0
  29. package/lib/elmethis33.js +32 -0
  30. package/lib/elmethis34.js +6 -0
  31. package/lib/elmethis35.js +6 -0
  32. package/lib/elmethis36.js +11 -0
  33. package/lib/elmethis37.js +8 -0
  34. package/lib/elmethis38.js +18 -0
  35. package/lib/elmethis39.js +24 -0
  36. package/lib/elmethis4.js +33 -0
  37. package/lib/elmethis40.js +24 -0
  38. package/lib/elmethis41.js +29 -0
  39. package/lib/elmethis42.js +31 -0
  40. package/lib/elmethis43.js +32 -0
  41. package/lib/elmethis44.js +18 -0
  42. package/lib/elmethis45.js +24 -0
  43. package/lib/elmethis46.js +36 -0
  44. package/lib/elmethis47.js +45 -0
  45. package/lib/elmethis48.js +27 -0
  46. package/lib/elmethis49.js +89 -0
  47. package/lib/elmethis5.js +123 -0
  48. package/lib/elmethis50.js +18 -0
  49. package/lib/elmethis51.js +64 -0
  50. package/lib/elmethis52.js +28 -0
  51. package/lib/elmethis53.js +28 -0
  52. package/lib/elmethis54.js +32 -0
  53. package/lib/elmethis55.js +28 -0
  54. package/lib/elmethis56.js +8 -0
  55. package/lib/elmethis57.js +15 -0
  56. package/lib/elmethis58.js +10 -0
  57. package/lib/elmethis59.js +26 -0
  58. package/lib/elmethis6.js +20 -0
  59. package/lib/elmethis60.js +14 -0
  60. package/lib/elmethis61.js +14 -0
  61. package/lib/elmethis62.js +8 -0
  62. package/lib/elmethis63.js +8 -0
  63. package/lib/elmethis64.js +24 -0
  64. package/lib/elmethis65.js +17 -0
  65. package/lib/elmethis67.js +8 -0
  66. package/lib/elmethis68.js +23 -0
  67. package/lib/elmethis69.js +15 -0
  68. package/lib/elmethis7.js +12 -0
  69. package/lib/elmethis70.js +8 -0
  70. package/lib/elmethis71.js +9 -0
  71. package/lib/elmethis72.js +14 -0
  72. package/lib/elmethis73.js +10 -0
  73. package/lib/elmethis74.js +8 -0
  74. package/lib/elmethis8.js +29 -0
  75. package/lib/elmethis9.js +16 -0
  76. package/lib-types/components/code/elm-code-block.d.ts +21 -0
  77. package/lib-types/components/code/elm-code-block.stories.d.ts +9 -0
  78. package/lib-types/components/code/elm-katex.d.ts +15 -0
  79. package/lib-types/components/code/elm-katex.stories.d.ts +8 -0
  80. package/lib-types/components/code/elm-shiki-highlighter.d.ts +12 -0
  81. package/lib-types/components/code/elm-shiki-highlighter.stories.d.ts +6 -0
  82. package/lib-types/components/code/shikiInstance.d.ts +2 -0
  83. package/lib-types/components/containments/elm-toggle.d.ts +7 -0
  84. package/lib-types/components/containments/elm-toggle.stories.d.ts +6 -0
  85. package/lib-types/components/fallback/elm-block-fallback.d.ts +5 -0
  86. package/lib-types/components/fallback/elm-block-fallback.stories.d.ts +6 -0
  87. package/lib-types/components/fallback/elm-rectangle-wave.d.ts +4 -0
  88. package/lib-types/components/fallback/elm-rectangle-wave.stories.d.ts +6 -0
  89. package/lib-types/components/icon/elm-dot-loading-icon.d.ts +14 -0
  90. package/lib-types/components/icon/elm-dot-loading-icon.stories.d.ts +6 -0
  91. package/lib-types/components/icon/elm-inline-icon.d.ts +11 -0
  92. package/lib-types/components/icon/elm-inline-icon.stories.d.ts +6 -0
  93. package/lib-types/components/icon/elm-language-icon.d.ts +14 -0
  94. package/lib-types/components/icon/elm-language-icon.stories.d.ts +6 -0
  95. package/lib-types/components/icon/elm-mdi-icon.d.ts +8 -0
  96. package/lib-types/components/icon/elm-mdi-icon.stories.d.ts +6 -0
  97. package/lib-types/components/icon/languages/bash.d.ts +2 -0
  98. package/lib-types/components/icon/languages/c-plus-plus.d.ts +2 -0
  99. package/lib-types/components/icon/languages/c-sharp.d.ts +2 -0
  100. package/lib-types/components/icon/languages/c.d.ts +2 -0
  101. package/lib-types/components/icon/languages/css.d.ts +2 -0
  102. package/lib-types/components/icon/languages/go.d.ts +2 -0
  103. package/lib-types/components/icon/languages/html.d.ts +2 -0
  104. package/lib-types/components/icon/languages/java.d.ts +2 -0
  105. package/lib-types/components/icon/languages/javascript.d.ts +2 -0
  106. package/lib-types/components/icon/languages/json.d.ts +2 -0
  107. package/lib-types/components/icon/languages/kotlin.d.ts +2 -0
  108. package/lib-types/components/icon/languages/language-interface.d.ts +4 -0
  109. package/lib-types/components/icon/languages/lua.d.ts +2 -0
  110. package/lib-types/components/icon/languages/npm.d.ts +2 -0
  111. package/lib-types/components/icon/languages/python.d.ts +2 -0
  112. package/lib-types/components/icon/languages/rust.d.ts +2 -0
  113. package/lib-types/components/icon/languages/sql.d.ts +2 -0
  114. package/lib-types/components/icon/languages/terraform.d.ts +2 -0
  115. package/lib-types/components/icon/languages/typescript.d.ts +2 -0
  116. package/lib-types/components/media/elm-block-image.d.ts +16 -0
  117. package/lib-types/components/media/elm-block-image.stories.d.ts +12 -0
  118. package/lib-types/components/media/elm-file.d.ts +15 -0
  119. package/lib-types/components/media/elm-file.stories.d.ts +7 -0
  120. package/lib-types/components/navigation/elm-bookmark.d.ts +24 -0
  121. package/lib-types/components/navigation/elm-bookmark.stories.d.ts +12 -0
  122. package/lib-types/components/others/elm-jarkup.d.ts +5 -0
  123. package/lib-types/components/others/elm-jarkup.stories.d.ts +6 -0
  124. package/lib-types/components/table/elm-table-body.d.ts +2 -0
  125. package/lib-types/components/table/elm-table-cell.d.ts +12 -0
  126. package/lib-types/components/table/elm-table-header.d.ts +3 -0
  127. package/lib-types/components/table/elm-table-row.d.ts +2 -0
  128. package/lib-types/components/table/elm-table.d.ts +13 -0
  129. package/lib-types/components/table/elm-table.stories.d.ts +6 -0
  130. package/lib-types/components/table/index.d.ts +5 -0
  131. package/lib-types/components/typography/elm-block-quote.d.ts +4 -0
  132. package/lib-types/components/typography/elm-block-quote.stories.d.ts +6 -0
  133. package/lib-types/components/typography/elm-callout.d.ts +8 -0
  134. package/lib-types/components/typography/elm-callout.stories.d.ts +10 -0
  135. package/lib-types/components/typography/elm-divider.d.ts +8 -0
  136. package/lib-types/components/typography/elm-divider.stories.d.ts +6 -0
  137. package/lib-types/components/typography/elm-fragment-identifier.d.ts +7 -0
  138. package/lib-types/components/typography/elm-fragment-identifier.stories.d.ts +6 -0
  139. package/lib-types/components/typography/elm-heading.d.ts +6 -0
  140. package/lib-types/components/typography/elm-heading.stories.d.ts +7 -0
  141. package/lib-types/components/typography/elm-inline-text.d.ts +54 -0
  142. package/lib-types/components/typography/elm-inline-text.stories.d.ts +13 -0
  143. package/lib-types/components/typography/elm-list.d.ts +5 -0
  144. package/lib-types/components/typography/elm-list.stories.d.ts +8 -0
  145. package/lib-types/components/typography/elm-paragraph.d.ts +5 -0
  146. package/lib-types/components/typography/elm-paragraph.stories.d.ts +9 -0
  147. package/lib-types/entry.dev.d.ts +2 -0
  148. package/lib-types/entry.ssr.d.ts +14 -0
  149. package/lib-types/hooks/useDelayedSignal.d.ts +6 -0
  150. package/lib-types/hooks/useInView.d.ts +6 -0
  151. package/lib-types/index.d.ts +27 -0
  152. package/lib-types/root.d.ts +2 -0
  153. package/package.json +72 -0
@@ -0,0 +1,4 @@
1
+ export interface ElmRectangleWaveProps {
2
+ placeholder?: string;
3
+ }
4
+ export declare const ElmRectangleWave: import("@builder.io/qwik").Component<ElmRectangleWaveProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmRectangleWave } from "./elm-rectangle-wave";
3
+ declare const meta: Meta<typeof ElmRectangleWave>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,14 @@
1
+ import { type CSSProperties } from "@builder.io/qwik";
2
+ export interface ElmDotLoadingIconProps {
3
+ /**
4
+ * Specifies the color of the dot.
5
+ *
6
+ * e.g.) `'red'`, `'#ff0000'`, `'rgba(255, 0, 0, 0.5)'`
7
+ */
8
+ color?: CSSProperties["backgroundColor"];
9
+ /**
10
+ * Specifies the size of the dot.
11
+ */
12
+ size?: CSSProperties["width"];
13
+ }
14
+ export declare const ElmDotLoadingIcon: import("@builder.io/qwik").Component<ElmDotLoadingIconProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmDotLoadingIcon } from "./elm-dot-loading-icon";
3
+ declare const meta: Meta<typeof ElmDotLoadingIcon>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,11 @@
1
+ export interface ElmInlineIconProps {
2
+ /**
3
+ * The source URL of the icon.
4
+ */
5
+ src: string;
6
+ /**
7
+ * The alt text for the icon.
8
+ */
9
+ alt?: string;
10
+ }
11
+ export declare const ElmInlineIcon: import("@builder.io/qwik").Component<ElmInlineIconProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmInlineIcon } from "./elm-inline-icon";
3
+ declare const meta: Meta<typeof ElmInlineIcon>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,14 @@
1
+ import { Component } from "@builder.io/qwik";
2
+ export declare const LANGUAGES: readonly ["rust", "javascript", "typescript", "shell", "terraform", "html", "css", "npm", "java", "kotlin", "go", "python", "sql", "json", "lua", "csharp", "cpp", "c", "file"];
3
+ export type Language = (typeof LANGUAGES)[number];
4
+ export interface ElmLanguageIconProps {
5
+ /**
6
+ * The size of the icon.
7
+ */
8
+ size?: number;
9
+ /**
10
+ * The language of the icon.
11
+ */
12
+ language: Language | string;
13
+ }
14
+ export declare const ElmLanguageIcon: Component<ElmLanguageIconProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmLanguageIcon } from "./elm-language-icon";
3
+ declare const meta: Meta<typeof ElmLanguageIcon>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,8 @@
1
+ export interface ElmMdiIconProps {
2
+ d: string;
3
+ size?: string;
4
+ color?: string;
5
+ lightColor?: string;
6
+ darkColor?: string;
7
+ }
8
+ export declare const ElmMdiIcon: import("@builder.io/qwik").Component<ElmMdiIconProps>;
@@ -0,0 +1,6 @@
1
+ import { type Meta, type StoryObj } from "storybook-framework-qwik";
2
+ import { ElmMdiIcon } from "./elm-mdi-icon";
3
+ declare const meta: Meta<typeof ElmMdiIcon>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Bash: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Cplusplus: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Csharp: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const C: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Css: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Go: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Html: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Java: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Javascript: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Json: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Kotlin: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,4 @@
1
+ export interface CommonLanguageProps {
2
+ size?: number | string;
3
+ class?: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Lua: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Npm: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Python: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Rust: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Sql: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Terraform: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,2 @@
1
+ import type { CommonLanguageProps } from "./language-interface";
2
+ export declare const Typescript: import("@builder.io/qwik").Component<CommonLanguageProps>;
@@ -0,0 +1,16 @@
1
+ import { type Numberish } from "@builder.io/qwik";
2
+ export interface ElmBlockImageProps {
3
+ /**
4
+ * Image source URL
5
+ */
6
+ src: string;
7
+ /**
8
+ * Image alt text
9
+ */
10
+ alt?: string;
11
+ enableModal?: boolean;
12
+ caption?: string;
13
+ width?: Numberish;
14
+ height?: Numberish;
15
+ }
16
+ export declare const ElmBlockImage: import("@builder.io/qwik").Component<ElmBlockImageProps>;
@@ -0,0 +1,12 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmBlockImage } from "./elm-block-image";
3
+ declare const meta: Meta<typeof ElmBlockImage>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const Svg: Story;
8
+ export declare const LongAlt: Story;
9
+ export declare const Invalid: Story;
10
+ export declare const Landscape: Story;
11
+ export declare const Portrait: Story;
12
+ export declare const Square: Story;
@@ -0,0 +1,15 @@
1
+ export interface ElmFileProps {
2
+ /**
3
+ * The name of the file.
4
+ */
5
+ name?: string;
6
+ /**
7
+ * The source of the file.
8
+ */
9
+ src: string;
10
+ /**
11
+ * The size of the file in bytes.
12
+ */
13
+ filesize?: string;
14
+ }
15
+ export declare const ElmFile: import("@builder.io/qwik").Component<ElmFileProps>;
@@ -0,0 +1,7 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmFile } from "./elm-file";
3
+ declare const meta: Meta<typeof ElmFile>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const Secondary: Story;
@@ -0,0 +1,24 @@
1
+ export interface ElmBookmarkProps {
2
+ /**
3
+ * The title of the bookmark.
4
+ */
5
+ title?: string;
6
+ /**
7
+ * The description of the bookmark.
8
+ */
9
+ description?: string;
10
+ /**
11
+ * The image to display.
12
+ * This can be a URL or a base64-encoded image.
13
+ */
14
+ image?: string;
15
+ /**
16
+ * The URL to navigate to.
17
+ */
18
+ url?: string;
19
+ /**
20
+ * The URL of the favicon.
21
+ */
22
+ favicon?: string;
23
+ }
24
+ export declare const ElmBookmark: import("@builder.io/qwik").Component<ElmBookmarkProps>;
@@ -0,0 +1,12 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmBookmark } from "./elm-bookmark";
3
+ declare const meta: Meta<typeof ElmBookmark>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const WithoutDate: Story;
8
+ export declare const Card: Story;
9
+ export declare const Square: Story;
10
+ export declare const SquareCard: Story;
11
+ export declare const InvalidImage: Story;
12
+ export declare const NoImage: Story;
@@ -0,0 +1,5 @@
1
+ import type { Component } from "jarkup-ts";
2
+ export interface ElmJarkupProps {
3
+ jsonComponents: Component[];
4
+ }
5
+ export declare const ElmJarkup: import("@builder.io/qwik").Component<ElmJarkupProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmJarkup } from "./elm-jarkup";
3
+ declare const meta: Meta<typeof ElmJarkup>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,2 @@
1
+ export type ElmTableBodyProps = object;
2
+ export declare const ElmTableBody: import("@builder.io/qwik").Component<object>;
@@ -0,0 +1,12 @@
1
+ export interface ElmTableCellProps {
2
+ /**
3
+ * Whether the cell is a header cell.
4
+ */
5
+ hasHeader?: boolean;
6
+ /**
7
+ * The text content of the cell.
8
+ * If not provided, the cell will render its children as content.
9
+ */
10
+ text?: string;
11
+ }
12
+ export declare const ElmTableCell: import("@builder.io/qwik").Component<ElmTableCellProps>;
@@ -0,0 +1,3 @@
1
+ export declare const HasHeaderContext: import("@builder.io/qwik").ContextId<boolean>;
2
+ export type ElmTableHeaderProps = object;
3
+ export declare const ElmTableHeader: import("@builder.io/qwik").Component<object>;
@@ -0,0 +1,2 @@
1
+ export type ElmTableRowProps = object;
2
+ export declare const ElmTableRow: import("@builder.io/qwik").Component<object>;
@@ -0,0 +1,13 @@
1
+ import type { CSSProperties } from "@builder.io/qwik";
2
+ export declare const HasRowHeaderContext: import("@builder.io/qwik").ContextId<Readonly<{
3
+ value: boolean;
4
+ }>>;
5
+ export interface ElmTableProps {
6
+ /**
7
+ * The margin of the table.
8
+ */
9
+ margin?: CSSProperties["marginBlock"];
10
+ caption?: string;
11
+ hasRowHeader?: boolean;
12
+ }
13
+ export declare const ElmTable: import("@builder.io/qwik").Component<ElmTableProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmTable } from "./elm-table";
3
+ declare const meta: Meta<typeof ElmTable>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,5 @@
1
+ export * from "./elm-table";
2
+ export * from "./elm-table-header";
3
+ export * from "./elm-table-body";
4
+ export * from "./elm-table-row";
5
+ export * from "./elm-table-cell";
@@ -0,0 +1,4 @@
1
+ export interface ElmBlockQuoteProps {
2
+ cite?: string;
3
+ }
4
+ export declare const ElmBlockQuote: import("@builder.io/qwik").Component<ElmBlockQuoteProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmBlockQuote } from "./elm-block-quote";
3
+ declare const meta: Meta<typeof ElmBlockQuote>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,8 @@
1
+ export type AlertType = "note" | "tip" | "important" | "warning" | "caution";
2
+ export interface ElmCalloutProps {
3
+ /**
4
+ * Type of alert
5
+ */
6
+ type?: AlertType;
7
+ }
8
+ export declare const ElmCallout: import("@builder.io/qwik").Component<ElmCalloutProps>;
@@ -0,0 +1,10 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmCallout } from "./elm-callout";
3
+ declare const meta: Meta<typeof ElmCallout>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const Tip: Story;
8
+ export declare const Important: Story;
9
+ export declare const Warning: Story;
10
+ export declare const Caution: Story;
@@ -0,0 +1,8 @@
1
+ import { CSSProperties } from "@builder.io/qwik";
2
+ export type ElmDividerProps = {
3
+ /**
4
+ * The margin of the divider.
5
+ */
6
+ margin?: CSSProperties["margin-block"];
7
+ };
8
+ export declare const ElmDivider: import("@builder.io/qwik").Component<ElmDividerProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmDivider } from "./elm-divider";
3
+ declare const meta: Meta<typeof ElmDivider>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
@@ -0,0 +1,7 @@
1
+ export interface ElmFragmentIdentifierProps {
2
+ /**
3
+ * ID of the heading element.
4
+ */
5
+ id: string;
6
+ }
7
+ export declare const ElmFragmentIdentifier: import("@builder.io/qwik").Component<ElmFragmentIdentifierProps>;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmFragmentIdentifier } from "./elm-fragment-identifier";
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,6 @@
1
+ export interface ElmHeadingProps {
2
+ level: 1 | 2 | 3 | 4 | 5 | 6;
3
+ text?: string;
4
+ id?: string;
5
+ }
6
+ export declare const ElmHeading: import("@builder.io/qwik").Component<ElmHeadingProps>;
@@ -0,0 +1,7 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmHeading } from "./elm-heading";
3
+ declare const meta: Meta<typeof ElmHeading>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const Slot: Story;
@@ -0,0 +1,54 @@
1
+ import { type CSSProperties } from "@builder.io/qwik";
2
+ export interface ElmInlineTextProps {
3
+ /**
4
+ * The text to display.
5
+ */
6
+ text?: string;
7
+ /**
8
+ * Specifies the color of the text.
9
+ *
10
+ * e.g.) `'red'`, `'#ff0000'`, `'rgba(255, 0, 0, 0.5)'`
11
+ */
12
+ color?: CSSProperties["color"];
13
+ /**
14
+ * Specifies the font size of the text.
15
+ */
16
+ size?: CSSProperties["fontSize"];
17
+ /**
18
+ * Specifies whether the text should be bold.
19
+ */
20
+ bold?: boolean;
21
+ /**
22
+ * Specifies whether the text should be italic.
23
+ */
24
+ italic?: boolean;
25
+ /**
26
+ * Specifies whether the text should be underlined.
27
+ */
28
+ underline?: boolean;
29
+ /**
30
+ * Specifies whether the text should be strikethrough.
31
+ */
32
+ strikethrough?: boolean;
33
+ /**
34
+ * Specifies whether the text should be displayed as code.
35
+ */
36
+ code?: boolean;
37
+ kbd?: boolean;
38
+ /**
39
+ * Specifies the background color of the text.
40
+ */
41
+ backgroundColor?: CSSProperties["backgroundColor"];
42
+ /**
43
+ * The ruby text to display.
44
+ */
45
+ ruby?: string;
46
+ /**
47
+ * The URL to navigate to.
48
+ *
49
+ * e.g. `https://example.com`
50
+ */
51
+ href?: string;
52
+ favicon?: string;
53
+ }
54
+ export declare const ElmInlineText: import("@builder.io/qwik").Component<ElmInlineTextProps>;
@@ -0,0 +1,13 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmInlineText } from "./elm-inline-text";
3
+ declare const meta: Meta<typeof ElmInlineText>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const Colored: Story;
8
+ export declare const Code: Story;
9
+ export declare const Kbd: Story;
10
+ export declare const Background: Story;
11
+ export declare const Ruby: Story;
12
+ export declare const Link: Story;
13
+ export declare const LinkWithOgp: Story;
@@ -0,0 +1,5 @@
1
+ import "./elm-list.global.scss";
2
+ export interface ElmListProps {
3
+ listStyle: "unordered" | "ordered";
4
+ }
5
+ export declare const ElmList: import("@builder.io/qwik").Component<ElmListProps>;
@@ -0,0 +1,8 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmList } from "./elm-list";
3
+ declare const meta: Meta<typeof ElmList>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Unordered: Story;
7
+ export declare const Ordered: Story;
8
+ export declare const Nested: Story;
@@ -0,0 +1,5 @@
1
+ export interface ElmParagraphProps {
2
+ color?: string;
3
+ backgroundColor?: string;
4
+ }
5
+ export declare const ElmParagraph: import("@builder.io/qwik").Component<ElmParagraphProps>;
@@ -0,0 +1,9 @@
1
+ import type { Meta, StoryObj } from "storybook-framework-qwik";
2
+ import { ElmParagraph } from "./elm-paragraph";
3
+ declare const meta: Meta<typeof ElmParagraph>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: Story;
7
+ export declare const Color: Story;
8
+ export declare const BackgroundColor: Story;
9
+ export declare const Many: Story;
@@ -0,0 +1,2 @@
1
+ import { type RenderOptions } from "@builder.io/qwik";
2
+ export default function (opts: RenderOptions): Promise<import("@builder.io/qwik").RenderResult>;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * WHAT IS THIS FILE?
3
+ *
4
+ * SSR entry point, in all cases the application is rendered outside the browser, this
5
+ * entry point will be the common one.
6
+ *
7
+ * - Server (express, cloudflare...)
8
+ * - npm run start
9
+ * - npm run preview
10
+ * - npm run build
11
+ *
12
+ */
13
+ import { type RenderToStreamOptions } from "@builder.io/qwik/server";
14
+ export default function (opts: RenderToStreamOptions): Promise<import("@builder.io/qwik/server").RenderToStreamResult>;
@@ -0,0 +1,6 @@
1
+ import { useSignal } from "@builder.io/qwik";
2
+ export declare const useDelayedSignal: <T>(initialValue: Parameters<typeof useSignal<T>>[0]) => {
3
+ signal: import("@builder.io/qwik").Signal<T>;
4
+ delayedSignal: import("@builder.io/qwik").Signal<T>;
5
+ dispatch: import("@builder.io/qwik").QRL<(value: T, delay?: number) => void>;
6
+ };
@@ -0,0 +1,6 @@
1
+ export declare const useInView: (props?: {
2
+ defaultValue?: boolean;
3
+ }) => {
4
+ ref: import("@builder.io/qwik").Signal<Element | undefined>;
5
+ isVisible: import("@builder.io/qwik").Signal<boolean>;
6
+ };
@@ -0,0 +1,27 @@
1
+ export { ElmCodeBlock, type ElmCodeBlockProps, } from "./components/code/elm-code-block";
2
+ export { ElmKatex, type ElmKatexProps } from "./components/code/elm-katex";
3
+ export { ElmShikiHighlighter, type ElmShikiHighlighterProps, } from "./components/code/elm-shiki-highlighter";
4
+ export { ElmToggle, type ElmToggleProps, } from "./components/containments/elm-toggle";
5
+ export { ElmBlockFallback, type ElmBlockFallbackProps, } from "./components/fallback/elm-block-fallback";
6
+ export { ElmRectangleWave, type ElmRectangleWaveProps, } from "./components/fallback/elm-rectangle-wave";
7
+ export { ElmDotLoadingIcon, type ElmDotLoadingIconProps, } from "./components/icon/elm-dot-loading-icon";
8
+ export { ElmInlineIcon, type ElmInlineIconProps, } from "./components/icon/elm-inline-icon";
9
+ export { ElmLanguageIcon, type ElmLanguageIconProps, } from "./components/icon/elm-language-icon";
10
+ export { ElmMdiIcon, type ElmMdiIconProps, } from "./components/icon/elm-mdi-icon";
11
+ export { ElmBlockImage, type ElmBlockImageProps, } from "./components/media/elm-block-image";
12
+ export { ElmFile, type ElmFileProps } from "./components/media/elm-file";
13
+ export { ElmBookmark, type ElmBookmarkProps, } from "./components/navigation/elm-bookmark";
14
+ export { ElmBlockQuote, type ElmBlockQuoteProps, } from "./components/typography/elm-block-quote";
15
+ export { ElmCallout, type ElmCalloutProps, } from "./components/typography/elm-callout";
16
+ export { ElmDivider, type ElmDividerProps, } from "./components/typography/elm-divider";
17
+ export { ElmFragmentIdentifier, type ElmFragmentIdentifierProps, } from "./components/typography/elm-fragment-identifier";
18
+ export { ElmHeading, type ElmHeadingProps, } from "./components/typography/elm-heading";
19
+ export { ElmInlineText, type ElmInlineTextProps, } from "./components/typography/elm-inline-text";
20
+ export { ElmList, type ElmListProps } from "./components/typography/elm-list";
21
+ export { ElmParagraph, type ElmParagraphProps, } from "./components/typography/elm-paragraph";
22
+ export { ElmTable, type ElmTableProps } from "./components/table/elm-table";
23
+ export { ElmTableHeader, type ElmTableHeaderProps, } from "./components/table/elm-table-header";
24
+ export { ElmTableBody, type ElmTableBodyProps, } from "./components/table/elm-table-body";
25
+ export { ElmTableRow, type ElmTableRowProps, } from "./components/table/elm-table-row";
26
+ export { ElmTableCell, type ElmTableCellProps, } from "./components/table/elm-table-cell";
27
+ export { ElmJarkup, type ElmJarkupProps } from "./components/others/elm-jarkup";
@@ -0,0 +1,2 @@
1
+ declare const _default: () => import("@builder.io/qwik").JSXOutput;
2
+ export default _default;