You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/storybook/stories/block/article/article.stories.js
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
*
3
3
* THIS FILE IS AUTOGENERATED. DO NOT EDIT IT.
4
4
*
5
-
* @generatedDecember 31, 2025 00:35
5
+
* @generatedJanuary 12, 2026 07:07
6
6
* @component Article
7
7
* @description The article element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable.
8
8
*/
@@ -48,12 +48,13 @@ export default {
48
48
},
49
49
alpineAttributes: {
50
50
type: {
51
-
name: "string",
51
+
name: "object",
52
52
required: false
53
53
},
54
-
defaultValue: "Sample value",
54
+
description: "Alpine.js directive attributes (x-*). Provide an object with key-value pairs.",
Copy file name to clipboardExpand all lines: templates/storybook/stories/block/aside/aside.stories.js
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
*
3
3
* THIS FILE IS AUTOGENERATED. DO NOT EDIT IT.
4
4
*
5
-
* @generatedDecember 31, 2025 00:35
5
+
* @generatedJanuary 12, 2026 07:07
6
6
* @component Aside
7
7
* @description The aside element represents a section of a page that consists of content that is tangentially related to the content around the aside element, and which could be considered separate from that content.
8
8
*/
@@ -48,12 +48,13 @@ export default {
48
48
},
49
49
alpineAttributes: {
50
50
type: {
51
-
name: "string",
51
+
name: "object",
52
52
required: false
53
53
},
54
-
defaultValue: "Sample value",
54
+
description: "Alpine.js directive attributes (x-*). Provide an object with key-value pairs.",
Copy file name to clipboardExpand all lines: templates/storybook/stories/block/audio/audio.stories.js
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
*
3
3
* THIS FILE IS AUTOGENERATED. DO NOT EDIT IT.
4
4
*
5
-
* @generatedDecember 31, 2025 00:35
5
+
* @generatedJanuary 12, 2026 07:07
6
6
* @component Audio
7
7
* @description The audio element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the source element.
8
8
*/
@@ -48,12 +48,13 @@ export default {
48
48
},
49
49
alpineAttributes: {
50
50
type: {
51
-
name: "string",
51
+
name: "object",
52
52
required: false
53
53
},
54
-
defaultValue: "Sample value",
54
+
description: "Alpine.js directive attributes (x-*). Provide an object with key-value pairs.",
Copy file name to clipboardExpand all lines: templates/storybook/stories/block/blockquote/blockquote.stories.js
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
*
3
3
* THIS FILE IS AUTOGENERATED. DO NOT EDIT IT.
4
4
*
5
-
* @generatedDecember 31, 2025 00:35
5
+
* @generatedJanuary 12, 2026 07:07
6
6
* @component Blockquote
7
7
* @description The blockquote element represents a section that is quoted from another source. Content inside a blockquote must be quoted from another source, whose address, if it has one, may be cited in the cite attribute.
8
8
*/
@@ -48,12 +48,13 @@ export default {
48
48
},
49
49
alpineAttributes: {
50
50
type: {
51
-
name: "string",
51
+
name: "object",
52
52
required: false
53
53
},
54
-
defaultValue: "Sample value",
54
+
description: "Alpine.js directive attributes (x-*). Provide an object with key-value pairs.",
Copy file name to clipboardExpand all lines: templates/storybook/stories/block/body/body.stories.js
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
*
3
3
* THIS FILE IS AUTOGENERATED. DO NOT EDIT IT.
4
4
*
5
-
* @generatedDecember 31, 2025 00:35
5
+
* @generatedJanuary 12, 2026 07:07
6
6
* @component Body
7
7
* @description The body element represents the content of an HTML document. All the contents such as text, images, headings, links, tables, etc. are placed between the body tags.
0 commit comments