Skip to content

Commit abdce2e

Browse files
committed
feat: add a Storybook pure JS story generator
1 parent 026b990 commit abdce2e

117 files changed

Lines changed: 62331 additions & 10 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/phpmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ layout: home
1313
## Design
1414

1515

16-
Sat Nov 1 04:50:21 PM CET 2025
16+
Sun Nov 2 02:33:57 AM CET 2025

src/Enum/TrAlignEnum.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?php
2+
23
/**
34
* This file is auto-generated. Do not edit manually.
45
*
56
* TrAlignEnum - Specifies the horizontal alignment of each row cell. The possible enumerated values are left, center, right, justify, and char. When supported, the char value aligns the textual content on the character defined in the char attribute and on offset defined by the charoff attribute. Use the text-align CSS property instead, as this attribute is deprecated.
6-
*
7-
* @generated 2025-11-01 20:12:04
8-
* @category HTML Attribute
9-
* @package vardumper/extended-htmldocument
7+
*
8+
* @generated 2025-11-01 15:51:27
109
* @subpackage Html\Enum
1110
* @link https://vardumper.github.io/extended-htmldocument/index
1211
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/align/
1312
*/
1413

1514
namespace Html\Enum;
1615

17-
enum TrAlignEnum: string {
16+
enum TrAlignEnum: string
17+
{
1818
case LEFT = 'left';
1919
case CENTER = 'center';
2020
case RIGHT = 'right';

src/Resources/specifications/html5-with-aria.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,8 +2521,7 @@ fieldset:
25212521
- select
25222522
- textarea
25232523
role:
2524-
description:
2525-
- 'The role attribute is used to define the semantic purpose of an element.'
2524+
description: 'The role attribute is used to define the semantic purpose of an element.'
25262525
type: enum
25272526
choices:
25282527
- alert
@@ -3931,8 +3930,7 @@ input:
39313930
- object
39323931
- video
39333932
role:
3934-
description:
3935-
- 'The role attribute is used to define the purpose of an element.'
3933+
description: 'The role attribute is used to define the purpose of an element.'
39363934
type: enum
39373935
choices:
39383936
- alert

0 commit comments

Comments
 (0)