Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
1f7d08e
add storybook, start actionlist
Oct 4, 2021
5eb8831
story composition, some katie edits
Oct 4, 2021
20c18e9
Merge branch 'main' of https://github.com/primer/css into actionlist
Oct 5, 2021
5867862
auto grid test
Oct 5, 2021
26f4464
one grid option
Oct 5, 2021
b39f941
you win flexbox, you win
Oct 5, 2021
7734667
back on that grid grind
Oct 5, 2021
9c70c46
story for each item context
Oct 5, 2021
a7967fe
import stories
Oct 5, 2021
a375fef
add CSS friendly args for controls
Oct 6, 2021
6fcbe26
more conditionals
Oct 6, 2021
f98f7ce
push
Oct 6, 2021
32bbc68
fix import
Oct 6, 2021
e7e5eac
clean up deps
Oct 6, 2021
bb73c0f
fix borders + hover state
Oct 7, 2021
8f4c3e5
add navigational to story
Oct 7, 2021
a518486
primitive-ize
Oct 7, 2021
71ef4a3
break out files
Oct 7, 2021
138b596
a11y fix
Oct 8, 2021
5fc9181
list stories
Oct 8, 2021
2f8018a
add all theme viewer, more css edge cases
Oct 8, 2021
60b0047
story cleanup
Oct 8, 2021
f76d9a4
actionList becomes ActionList
Oct 11, 2021
0f5d3cf
story syntax improvements
Oct 11, 2021
a8aadc4
bind stories, organize
Oct 11, 2021
937c41f
nested nav exploration
Oct 14, 2021
688b4cb
pseudo hover to support nested lists
Oct 14, 2021
591b33c
cleanup
Oct 15, 2021
58962ca
Merge branch 'main' of https://github.com/primer/css into actionlist
Oct 15, 2021
87987ed
organize pattern stories
Oct 15, 2021
d6dee96
finding a better way to deal with state/nesting
Oct 16, 2021
d851f3b
move state up one level
Oct 18, 2021
5bcd780
handle single level nesting
Oct 18, 2021
b0248c6
collapsible
Oct 18, 2021
4caf59e
collapse story in sub item nav
Oct 18, 2021
a0494c6
new collapse icon position, grid refactor
Oct 19, 2021
ae75710
toggle expanded state
Oct 19, 2021
188a387
cleanup
Oct 19, 2021
edc0bf3
rename classes, better nesting, single select
Oct 20, 2021
fc3d68d
multi select support
Oct 20, 2021
300adf8
start docs!
Oct 20, 2021
6e81c36
new animations
Oct 21, 2021
142497c
docs
Oct 21, 2021
6570ce2
Merge branch 'main' of https://github.com/primer/css into actionlist
Oct 21, 2021
6963255
more docs
Oct 22, 2021
1086ccc
action item features docs
Oct 22, 2021
75c8e64
a11y docs (storybook)
Oct 22, 2021
7874e76
fix docs codeblocks
Oct 25, 2021
cc233fc
format code snippet (a little)
Oct 26, 2021
b57e9f8
Merge branch 'main' of https://github.com/primer/css into actionlist
Oct 26, 2021
59d6f11
pull in pre-release primitives
Oct 26, 2021
77d98cd
fix danger primitive
Oct 26, 2021
879b4b4
cleanup
Oct 26, 2021
43829fe
linting playing tricks on me
Oct 26, 2021
a816d75
linty fresh
Oct 26, 2021
1d3a5eb
renaming classes fun times
Oct 26, 2021
800a180
add disabled variant
Oct 27, 2021
b0280f1
formatting struggles
Oct 27, 2021
fa041cc
danger visual danger color
Oct 27, 2021
f1f129e
add viewport maps to layout vars
Oct 27, 2021
df652e8
test stylelint
Oct 27, 2021
1f9c579
finish docs
Oct 27, 2021
f67dbea
revert primitive upgrade
Oct 28, 2021
ce906f7
Merge branch 'main' of https://github.com/primer/css into actionlist
Oct 28, 2021
ce0e4cc
Merge branch 'main' into actionlist
jonrohan Oct 28, 2021
3a4c91b
primitives patch take 2, sidebar story
Oct 28, 2021
5787b3a
Merge branch 'actionlist' of https://github.com/primer/css into actio…
Oct 28, 2021
9249695
Merge branch 'main' into actionlist
jonrohan Oct 28, 2021
5b28b0b
change calc function
Oct 28, 2021
d358672
Merge branch 'main' of https://github.com/primer/css into actionlist
Oct 28, 2021
6770fe7
remove fix script
Oct 28, 2021
32a1e12
lint, docs fixes
Oct 28, 2021
7ac2cca
Stylelint auto-fixes
actions-user Oct 28, 2021
6a68c22
guessing the storybook link for docs
Oct 28, 2021
e442b62
Merge branch 'actionlist' of https://github.com/primer/css into actio…
Oct 28, 2021
7c793ed
testing scss imports
Oct 29, 2021
e421409
Merge branch 'main' of https://github.com/primer/css into actionlist
Oct 29, 2021
e7344cb
lint
Oct 29, 2021
27d7ac4
default background
Oct 29, 2021
c67690e
handle padding for sizes
Oct 29, 2021
a7ac5e1
remove comments
Oct 29, 2021
8474859
Stylelint auto-fixes
actions-user Oct 29, 2021
a1eb1ba
Merge branch 'main' of https://github.com/primer/css into actionlist
Nov 1, 2021
ea5f71b
Merge branch 'main' into actionlist
jonrohan Nov 2, 2021
73090da
Create poor-walls-occur.md
jonrohan Nov 2, 2021
d6dd77c
Update poor-walls-occur.md
jonrohan Nov 2, 2021
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
5 changes: 5 additions & 0 deletions .changeset/poor-walls-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": minor
---

ActionList Component: Primer CSS Implementation. Adding a new component `ActionList` to learn more checkout the docs [https://primer.style/css/components/action-list](https://primer.style/css/components/action-list).
Loading