Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: component properties for alpha components #3713

Merged
merged 26 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d3394e2
refactor: component properties for alpha components
nmerget Jan 21, 2025
06fc6cb
fix: build issue
nmerget Jan 21, 2025
9432666
chore: update snapshots
nmerget Jan 22, 2025
e7283ff
Merge remote-tracking branch 'origin/main' into refactor-component-pr…
nmerget Jan 22, 2025
49133f0
docs: add migration for next release
nmerget Jan 22, 2025
5c4d56a
fix: issue with stencil popover
nmerget Jan 22, 2025
713857e
chore: fix issues from design review
nmerget Jan 31, 2025
2af8629
Merge branch 'main' into refactor-component-properties
nmerget Jan 31, 2025
4ee19a6
chore: update snapshots
nmerget Feb 3, 2025
1d2e7ee
Merge branch 'main' into refactor-component-properties
nmerget Feb 4, 2025
78d493a
Update v0.7.x-to-vx.x.x.md
mfranzke Feb 10, 2025
03ed417
Update docs/migration/v0.7.x-to-vx.x.x.md
nmerget Feb 10, 2025
8046552
fix: issue from PR
nmerget Feb 11, 2025
c87e385
chore: update from main
nmerget Feb 11, 2025
a4e100b
Merge branch 'main' into refactor-component-properties
nmerget Feb 11, 2025
0cde998
fix: issue with linting
nmerget Feb 11, 2025
2c8098c
chore: update snapshots
nmerget Feb 11, 2025
e56eeb8
chore: update snapshots
nmerget Feb 11, 2025
5462889
fix: issue with wrong file name
nmerget Feb 11, 2025
5e98f8e
Merge remote-tracking branch 'origin/main' into refactor-component-pr…
nmerget Feb 11, 2025
9277e04
chore: update from main
nmerget Feb 11, 2025
4b5a3bf
Update v0.7.x-to-v1.0.0.md
mfranzke Feb 11, 2025
1e1dfc9
Update docs/migration/v0.7.x-to-v1.0.0.md
nmerget Feb 11, 2025
e481097
Update packages/migration/src/migration/v0.0.7-v1.0.0.ts
nmerget Feb 11, 2025
18b95f6
Merge remote-tracking branch 'origin/main' into refactor-component-pr…
nmerget Feb 11, 2025
046f1d0
chore: update snapshots
nmerget Feb 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"includes": [
"-calc",
"$default-icon-margin",
"form-components."
"form-components.",
"section-padding-inline"
],
"startsWith": ["icons.$", "map.get"]
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "Interaction States arrow_up_right\" / \""
- link "Disabled arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pressed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group [disabled]: Disabled chevron_down" / "
- link "Content States arrow_up_right\" / \""
- group [disabled]: True chevron_down" / "
- link "Open arrow_up_right\" / \""
- listitem:
- group: (Default) Collapsed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group: Open chevron_down" / " Open
- group: True chevron_down" / " True
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "Interaction States arrow_up_right\" / \""
- link "Disabled arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pressed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group [disabled]: Disabled chevron_down" / "
- link "Content States arrow_up_right\" / \""
- group [disabled]: True chevron_down" / "
- link "Open arrow_up_right\" / \""
- listitem:
- group: (Default) Collapsed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group: Open chevron_down" / " Open
- group: True chevron_down" / " True
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "Interaction States arrow_up_right\" / \""
- link "Disabled arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pressed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group [disabled]: Disabled chevron_down" / "
- link "Content States arrow_up_right\" / \""
- group [disabled]: True chevron_down" / "
- link "Open arrow_up_right\" / \""
- listitem:
- group: (Default) Collapsed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group: Open chevron_down" / " Open
- group: True chevron_down" / " True
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "Interaction States arrow_up_right\" / \""
- link "Disabled arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pressed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group [disabled]: Disabled chevron_down" / "
- link "Content States arrow_up_right\" / \""
- group [disabled]: True chevron_down" / "
- link "Open arrow_up_right\" / \""
- listitem:
- group: (Default) Collapsed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group: Open chevron_down" / " Open
- group: True chevron_down" / " True
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "Interaction States arrow_up_right\" / \""
- link "Disabled arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pressed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group [disabled]: Disabled chevron_down" / "
- link "Content States arrow_up_right\" / \""
- group [disabled]: True chevron_down" / "
- link "Open arrow_up_right\" / \""
- listitem:
- group: (Default) Collapsed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group: Open chevron_down" / " Open
- group: True chevron_down" / " True
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "Interaction States arrow_up_right\" / \""
- link "Disabled arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pressed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group [disabled]: Disabled chevron_down" / "
- link "Content States arrow_up_right\" / \""
- group [disabled]: True chevron_down" / "
- link "Open arrow_up_right\" / \""
- listitem:
- group: (Default) Collapsed chevron_down" / "
- group: (Default) False chevron_down" / "
- listitem:
- group: Open chevron_down" / " Open
- group: True chevron_down" / " True
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
nmerget marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (default)
- text: (Default) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: card
- text: Card
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- link "Behavior arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
Expand Down
nmerget marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (default)
- text: (Default) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: card
- text: Card
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- link "Behavior arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (default)
- text: (Default) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: card
- text: Card
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- link "Behavior arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (default)
- text: (Default) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: card
- text: Card
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- link "Behavior arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (default)
- text: (Default) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: card
- text: Card
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- link "Behavior arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (default)
- text: (Default) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: card
- text: Card
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- link "Behavior arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
- strong: (Default) Regular
- strong: Expressive
- link "Elevation Level arrow_up_right\" / \""
- strong: (Default) Level 1 - Adaptive
- strong: Level 2 - Adaptive
- strong: Level 3 - Adaptive
- strong: (Default) 1
- strong: "2"
- strong: "3"
- link "Spacing arrow_up_right\" / \""
- strong: (Default) Small
- strong: Medium
- strong: Large
- strong: None
- link "Behaviour arrow_up_right\" / \""
- strong: (Default) Non interactive
- link "Behavior arrow_up_right\" / \""
- strong: (Default) Static
- button "Interactive":
- strong: Interactive
- link "Example arrow_up_right\" / \""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
- strong: (Default) Regular
- strong: Expressive
- link "Elevation Level arrow_up_right\" / \""
- strong: (Default) Level 1 - Adaptive
- strong: Level 2 - Adaptive
- strong: Level 3 - Adaptive
- strong: (Default) 1
- strong: "2"
- strong: "3"
- link "Spacing arrow_up_right\" / \""
- strong: (Default) Small
- strong: Medium
- strong: Large
- strong: None
- link "Behaviour arrow_up_right\" / \""
- strong: (Default) Non interactive
- link "Behavior arrow_up_right\" / \""
- strong: (Default) Static
- button "Interactive":
- strong: Interactive
- link "Example arrow_up_right\" / \""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
- strong: (Default) Regular
- strong: Expressive
- link "Elevation Level arrow_up_right\" / \""
- strong: (Default) Level 1 - Adaptive
- strong: Level 2 - Adaptive
- strong: Level 3 - Adaptive
- strong: (Default) 1
- strong: "2"
- strong: "3"
- link "Spacing arrow_up_right\" / \""
- strong: (Default) Small
- strong: Medium
- strong: Large
- strong: None
- link "Behaviour arrow_up_right\" / \""
- strong: (Default) Non interactive
- link "Behavior arrow_up_right\" / \""
- strong: (Default) Static
- button "Interactive":
- strong: Interactive
- link "Example arrow_up_right\" / \""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
- strong: (Default) Regular
- strong: Expressive
- link "Elevation Level arrow_up_right\" / \""
- strong: (Default) Level 1 - Adaptive
- strong: Level 2 - Adaptive
- strong: Level 3 - Adaptive
- strong: (Default) 1
- strong: "2"
- strong: "3"
- link "Spacing arrow_up_right\" / \""
- strong: (Default) Small
- strong: Medium
- strong: Large
- strong: None
- link "Behaviour arrow_up_right\" / \""
- strong: (Default) Non interactive
- link "Behavior arrow_up_right\" / \""
- strong: (Default) Static
- button "Interactive":
- strong: Interactive
- link "Example arrow_up_right\" / \""
Expand Down
Loading
Loading