Ming Ho
7889dd27ed
reorder
2024-10-30 17:41:13 -07:00
Ming Ho
d6600c6aa9
Update button spinner
2024-10-30 17:21:42 -07:00
Olga Lipskaya
4173db2b41
Select component example fix ( #712 )
...
* Cleaning up select example
* Changeset
2024-10-29 10:35:23 -07:00
Will Bjorn
08845a12aa
change lint rules around a little ( #710 )
2024-10-28 09:09:35 -07:00
Will Bjorn
4929a583cb
Version Packages ( #711 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-25 11:18:26 -07:00
Will Bjorn
6de95c8d80
account for hidden footers, no layout rounding, header track to use minmax ( #709 )
...
* account for hidden footers, remove unnecessary rounding
* inverses are hard
* okay next try
* changesets
* update
2024-10-25 11:00:03 -07:00
Will Bjorn
9894bb990a
Version Packages ( #708 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-24 09:46:11 -07:00
Will Bjorn
80cb7aa34e
bugfix: scroll listeners with passive required ( #707 )
...
* bugfix: scroll listeners with passive required
* also fix footer height measurements
2024-10-24 09:34:38 -07:00
Will Bjorn
5fb69be2ae
Version Packages ( #704 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-23 09:45:03 -07:00
Will Bjorn
eb988a5576
squash ( #705 )
2024-10-23 09:25:28 -07:00
Will Bjorn
959240b4ea
update site header panel zindex ( #703 )
2024-10-21 14:57:42 -07:00
Will Bjorn
bdbe521daa
Version Packages ( #702 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-21 13:59:41 -07:00
Will Bjorn
9e64093d10
The layout related TypeScript should use style.setProperty to avoid downstream conflicts if sets document.documentElement.style.cssText directly. ( #701 )
2024-10-21 13:52:02 -07:00
Will Bjorn
5055f1294b
Version Packages ( #700 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-16 13:27:22 -07:00
Will Bjorn
bbac9cfdb0
Add `-tablet` suffixed version of `.layout-padding` and `.layout-gap`. ( #699 )
2024-10-16 13:11:11 -07:00
Will Bjorn
11ba4095e8
Version Packages ( #697 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-10 15:45:14 -07:00
Ellyn Liu
ad81e9f834
Add steps component ( #696 )
...
* add steps component
* changeset
* add to tests
* comments
* more comments
* more comments
* remove unused variable
2024-10-10 15:12:46 -07:00
Will Bjorn
9ff7fda118
Version Packages ( #695 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-08 16:08:41 -07:00
Will Bjorn
dfc0a22c2b
move flyout to be under the header ( #694 )
...
* move flyout to be under the header
* fix bug
2024-10-08 15:36:11 -07:00
Will Bjorn
6f5e920343
Version Packages ( #693 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-07 12:09:03 -07:00
Olga Lipskaya
f0dde11219
Accordion typo fix ( #692 )
...
* Accordion typo fix
* Changeset
2024-10-07 12:01:18 -07:00
Will Bjorn
3383c26910
Version Packages ( #691 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-04 14:07:05 -07:00
Ming Ho
0f89f52992
Update line-height-normal and white-space ( #690 )
...
* Update line-height-normal and white-space
* Add changeset
* Update changeset
2024-10-04 13:41:51 -07:00
Justin Munn
bd2f360abe
Adds Accordion component and patterns ( #662 )
...
* Adds details component
* Adds Accordion page to patterns
* Adds details and accordion pages to test coverage
* Adds changeset
* Stylelint fixes
* Adds margin to example accordion pattern card content
* Updates to class scope, adds sizes
* Adds .details-content container and styles, adds .details pattern
* Renames details to accordion, adds right chevron location option, absolutely positions chevron
* Remove learn references, refactor scss
* Adds padding for right aligned chevron to prevent overlap
* Put chevron rotation angles into mixin variables, rename accordion mixin
* Updates changeset description
* Makes icon positioning and padding more aligned with content padding.
* Update scope to remove unneeded font-size rule
* Fix icon position inconsistencies
* Nest rules for better legibility
* Scopes line-height to summary element
* Removes name attr from examples, updates copy
* Renames mixin variable to be consistent w/ other params
* t push origin jumunn/acc
Remove bg styles, refactor icon positioning
* Remove button from first pattern
* Remove default icon location example
* Updates component copy and pattern heading elements
* Moves patterns disclaimer to components intro section
* Adds rtl chevron angles and rotation transformation
* Updates copy, simplifies mixin
* Replaces inline margin with gap, removes duplicate font class
* Updates copy, adds xl, xxl sizes
* Add descriptions to accordion patterns
* Updates accordion sizes documentation with larger sizes
* Update accordion pattern copy
Co-authored-by: Ming Ho <94572161+homing1@users.noreply.github.com>
* Removing patterns page; small updates
---------
Co-authored-by: Ming Ho <94572161+homing1@users.noreply.github.com>
Co-authored-by: Olga Lipskaya <ollipska@microsoft.com>
2024-10-04 13:41:21 -07:00
Will Bjorn
e5fc6ddfdc
invert button states for elements ( #689 )
2024-10-03 13:29:21 -07:00
Will Bjorn
21bb41803e
Version Packages ( #688 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-03 09:41:17 -07:00
Ellyn Liu
49e9c2e725
add white-space pre-wrap atomic ( #687 )
...
* add white-space pre-wrap
* add all white-space properties
* reduce number of options available for white-space
2024-10-03 09:11:27 -07:00
Will Bjorn
bef61ab0bb
create a flyout component that can be added to any layout ( #685 )
...
* squash and remove slide animation
* remove custom view transition css and also update a test
* update
* Update site/src/components/layout.md
Co-authored-by: Ming Ho <94572161+homing1@users.noreply.github.com>
* switch tag to narrow
* ensure clicking layouts subsequent times does not trigger view transitions
---------
Co-authored-by: Ming Ho <94572161+homing1@users.noreply.github.com>
2024-10-03 09:11:02 -07:00
Ming Ho
cfec0da198
Add underline to banner link ( #686 )
...
* Add banner link underline
* Add banner link underline thickness change on hover
* Add changeset
* Update notification
* Increase underline thickness on hover
2024-10-02 15:38:01 -07:00
Will Bjorn
10ae4b14f7
Version Packages ( #684 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-26 17:08:38 -07:00
Will Bjorn
5bb694db19
Solution to allow layouts to constrain themselves to roughly viewport height ( #679 )
...
* Solution to allow layouts to constrain themselves to roughly viewport
height.
* docs, now onto tests
* lint should pass
* add integration tests
* remove test.only
* Update site/src/components/layout.md
Co-authored-by: Ming Ho <94572161+homing1@users.noreply.github.com>
* Update site/src/components/layout.md
Co-authored-by: Ben Myers <benmyers@microsoft.com>
* changesets and apply media queries
* update documentation
* Update css/src/components/layout.scss
Co-authored-by: Ming Ho <94572161+homing1@users.noreply.github.com>
* Update site/src/components/layout.md
Co-authored-by: Ming Ho <94572161+homing1@users.noreply.github.com>
* Update site/src/components/layout.md
Co-authored-by: Ming Ho <94572161+homing1@users.noreply.github.com>
---------
Co-authored-by: Ming Ho <94572161+homing1@users.noreply.github.com>
Co-authored-by: Ben Myers <benmyers@microsoft.com>
2024-09-26 16:57:45 -07:00
Will Bjorn
c721819242
Version Packages ( #683 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-26 12:09:23 -05:00
Christopher King
8bd9bcf11b
[Feature] add width class for fit content ( #680 )
...
* feat: add width class for fit content
* refactor: conform to class naming conventions
* refactor: add fit content to dynamic width list
2024-09-26 09:44:30 -07:00
Will Bjorn
86fc7f4428
Version Packages ( #682 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-26 09:29:33 -07:00
sahiljohari
33f3ec642c
add nesting to list styling ( #681 )
...
* add nesting to list styling
* add changeset
2024-09-25 14:49:48 -07:00
Will Bjorn
e0920810af
Version Packages ( #678 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-20 10:07:16 -07:00
Will Bjorn
c948faf8b6
add layout twin and relevant documentation ( #677 )
2024-09-20 09:58:38 -07:00
Will Bjorn
a1b01be0ac
Version Packages ( #673 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-17 17:01:24 -07:00
Ben Myers
7b49a87676
[site] Provide Figma embeds with an accessible name ( #676 )
...
* Add title attribute to Figma embeds
* Changeset
2024-09-17 15:55:07 -05:00
Will Bjorn
1441c85d1c
to remove temp version and header color, squash ( #674 )
2024-09-17 13:48:26 -07:00
Will Bjorn
dbdea10ff1
upgrade gh action upload artifact to v4 ( #675 )
...
* upgrade gh action upload artifact to v4
* forgot to save
2024-09-13 20:30:23 -07:00
Ben Myers
2d6bf16178
Add scrollbar-gutter atomics ( #672 )
...
* Introduce scrollbar-gutter atomic classes
* Move classes to scroll component
* Put them back in atomics, that's what they are
* Document scrollbar-gutter atomics
* Update scrolling component documentation
* Changesets
* Upgrade changesets to minor
2024-09-09 15:35:52 -05:00
Will Bjorn
107e0a0edd
Version Packages ( #670 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-29 10:46:31 -07:00
Ellyn Liu
fd2c51bb54
Popover above the button ( #669 )
...
* add popover changes
* documentation changes
* remove duplicate id
* more examples
* changeset
* update changeset
* changeset is minor
2024-08-29 10:02:37 -07:00
Olga Lipskaya
2cb01a074d
Tag component ( #651 )
...
* Adding tag component and relevant documentation
* Refactoring, removing extra colors
* Updating tags
* Interactive tags
* Removing shapes, tags don't have them
* Fun lint
* Fixing color
* Addressing comments
* Updating sizes
2024-08-29 09:08:33 -07:00
Will Bjorn
cc2913449c
Version Packages ( #668 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-27 12:02:57 -07:00
Olga Lipskaya
a0cadb3ffd
Updating progress-bar ( #667 )
...
* Updating progress-bar
* Update .changeset/seven-crews-wonder.md
Co-authored-by: Ben Myers <benmyers@microsoft.com>
---------
Co-authored-by: Ben Myers <benmyers@microsoft.com>
2024-08-27 11:31:45 -07:00
Will Bjorn
c31465b110
Version Packages ( #656 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-26 09:47:27 -07:00
Olga Lipskaya
cff72dd214
Adding Badge page to accessibility test list ( #663 )
2024-08-26 09:34:40 -07:00
Olga Lipskaya
69e08b8df0
Progress Bar component ( #661 )
...
* Progress Bar component
* Changeset
* Addressing comments
* Updating dir rules
* Bringing back overflow to make border-radius work
2024-08-23 15:31:09 -07:00