Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
32988c9
feat(icon-provider): Add iconScale prop using CSS transform: scale()
at-susie May 4, 2026
8347085
chore: Replace iconScale with per-variant pixel size props
at-susie May 4, 2026
8dc70bd
chore: Update snapshot
at-susie May 4, 2026
2a59690
chore: Update snapshot for test-utils-wrappers
at-susie May 4, 2026
2746b89
chore: Move icon-scale-provider demo to theming section
at-susie May 5, 2026
065a3b6
chore: Snapshot update
at-susie May 5, 2026
2eb1689
Merge branch 'main' into explore/small-icon-scale
at-susie May 5, 2026
eb58fb1
chore: Snapshot update
at-susie May 5, 2026
694c70d
chore: Util wrapper test udpate
at-susie May 5, 2026
77f2293
chore: Change approach to inline-size
at-susie May 5, 2026
331115b
chore: A11y update
at-susie May 5, 2026
dfc3d61
chore: Snapshot update
at-susie May 5, 2026
a38ad10
chore: Fix a11y issue in the demo page
at-susie May 5, 2026
d4ea351
Merge branch 'main' into explore/small-icon-scale
at-susie May 5, 2026
88dd326
chore: Update utils wrapper test
at-susie May 5, 2026
593986a
chore: Fix a11y issue
at-susie May 5, 2026
a4b6418
chore: Improve a11y
at-susie May 5, 2026
5fddc5a
chore: Update snapshot
at-susie May 5, 2026
2ba483f
chore: Consolidate icon size props into sizes object
at-susie May 7, 2026
6e7e58d
Merge remote-tracking branch 'origin/main' into explore/small-icon-scale
at-susie May 7, 2026
0a1fd02
chore: Adjust block-size of icon
at-susie May 7, 2026
c46e75e
chore: Snapshot update
at-susie May 7, 2026
fb6984c
chore: Add SideNavigation with sections to icon-scale-provider page a…
at-susie May 7, 2026
015e90c
chore: Snapshot update
at-susie May 7, 2026
eaedd9a
Merge branch 'main' into explore/small-icon-scale
at-susie May 8, 2026
0bc4ca2
chore: Bring the original small size back
at-susie May 8, 2026
87e5b8a
chore: Implement storoke width prop in icon-provider
at-susie May 9, 2026
d61405e
chore: Snapshot updates
at-susie May 9, 2026
bfd8df2
chore: A11y improvement
at-susie May 9, 2026
da679ec
Merge branch 'main' into explore/small-icon-scale
at-susie May 9, 2026
3df2684
chore: Another a11y fix
at-susie May 9, 2026
cf2a0db
chore: Snapshot updates
at-susie May 9, 2026
6bafccf
chore: Snapshot update
at-susie May 9, 2026
16d0bc8
Merge branch 'main' into explore/small-icon-scale
at-susie May 11, 2026
5a1081d
chore: Reorganize icon-scale-provider page and update components
at-susie May 11, 2026
d6c0ca6
chore: Snapshot update
at-susie May 11, 2026
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
1 change: 1 addition & 0 deletions pages/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function isAppLayoutPage(pageId?: string) {
'error-boundary/demo-async-load',
'error-boundary/demo-components',
'feature-notifications',
'icon-provider/icon-scale-provider',
];
return pageId !== undefined && appLayoutPages.some(match => pageId.includes(match));
}
Expand Down
Loading
Loading