Konnor Rogers
236ecd0240
Fix remember scroll ( #148 )
...
* add data-turbo-track
* add data-turbo-track
* add debugging
* add debugging
* remove nopreview
* move top level
* move top level
* move top level
* remove data-turbo-track
* add comment to base.njk
* prettier
2024-06-25 15:57:43 -04:00
Cory LaViska
0cd821e954
add form control page
2024-06-21 11:16:35 -04:00
Cory LaViska
2079767828
add plausible
2024-06-21 10:45:02 -04:00
lindsaym-fa
24389e5ab9
rename 'outline' buttons to 'outlined'
2024-06-20 16:40:13 -04:00
Cory LaViska
c450efa222
fix theme color
2024-06-20 12:30:24 -04:00
Cory LaViska
8fa942375a
cdn urls
2024-06-18 13:49:17 -04:00
Cory LaViska
30825dc8e3
make search light-dismissable
2024-06-18 10:56:53 -04:00
Cory LaViska
f43e35c3a9
add close button to sidebar
2024-06-17 16:34:27 -04:00
Cory LaViska
2cd34ad71c
update docs
2024-06-17 16:11:22 -04:00
Cory LaViska
93c8ec1a26
remove extensions from layouts
2024-06-17 15:14:15 -04:00
Cory LaViska
1ec44cef06
fix nav toggle styles
2024-06-17 14:15:32 -04:00
Cory LaViska
a388cd30e0
Merge branch 'next' into button-appearances
2024-06-17 13:38:20 -04:00
lindsaym-fa
bd40f7b9c6
improve docs header responsiveness
2024-06-14 19:12:21 -04:00
lindsaym-fa
83715779dc
implement MVP home page
2024-06-14 18:57:52 -04:00
lindsaym-fa
b189696ac5
use appearance attributes for docs header
2024-06-13 23:21:27 -04:00
lindsaym-fa
5c0013e74f
Merge branch 'next' into button-appearances
2024-06-13 23:17:02 -04:00
lindsaym-fa
96b3b57d81
update docs header
2024-06-13 23:06:24 -04:00
lindsaym-fa
7709a63384
correct new button appearances
2024-06-12 20:20:20 -04:00
lindsaym-fa
f734a85665
remove z-index properties
2024-06-12 16:30:24 -04:00
lindsaym-fa
dd040d3b39
add transition easing property
2024-06-07 18:12:02 -04:00
lindsaym-fa
d1a9793fec
finalize component group properties and docs
2024-06-05 16:57:06 -04:00
lindsaym-fa
86d1ff3cef
progress documenting and refactoring component group properties
2024-05-31 18:12:23 -04:00
lindsaym-fa
2631a05e74
progress with docs and theme refactoring
2024-05-31 17:25:47 -04:00
lindsaym-fa
dc8e8b9904
Merge branch 'next' into theming-boost
2024-05-30 11:30:54 -04:00
lindsaym-fa
67535f6af0
even more docs progress
2024-05-29 18:20:39 -04:00
Cory LaViska
3191b71235
alert => callout; fixes #104
2024-05-29 12:30:54 -04:00
lindsaym-fa
b621f5c2d0
Merge branch 'next' into theming-boost
2024-05-29 11:24:49 -04:00
lindsaym-fa
84430f461a
stub out theming docs
2024-05-23 18:08:18 -04:00
Brian Talbot
120067a69d
adding Page component to docs sidebar
2024-05-22 13:17:57 -04:00
lindsaym-fa
eda6d20fe8
progress on color documentation
2024-05-16 18:39:36 -04:00
Cory LaViska
88a1a829f9
rename kitchen sink to themer
2024-04-29 12:16:34 -04:00
konnorrogers
6fb7e82b7a
add form styling
2024-04-17 11:56:31 -04:00
konnorrogers
3dd2fc7669
copy over new themes
2024-04-17 11:53:26 -04:00
Cory LaViska
67b2888489
oh no where did astro go
2024-04-17 11:20:27 -04:00
Konnor Rogers
92533c0297
Convert to Starlight ( #22 )
...
* first pass at starlight
* converting to starlight
* working on converting to starlight
* working on data
* watch custom-elements.json
* turn on pagefind
* add component meta data
* fix renderings / overrides.
* fix mdx logo
* continue starlight work
* building site
* get global styles + reloads working
* themer fixes
* adding additional headings
* working on dynamic content
* have TableOfContents.astro push to TOC
* working on code stuff
* remove code preview
* deploy
* add patch package
* patch in build
* patch in build
* remove {% raw %} calls
* convert to starlight...complete
* prettier
* update lockfile
* merge main
* fix index.mdx
* prettier'
* fix small things
* docs updates
* add dark mode shortcut
* prettier
* prettier
* prettier
* remove pagefind from public
* add twitteR
* prettier
* fix tests
* prettier
2024-02-05 11:02:14 -05:00
lindsaym-fa
4e1bea7d94
update fonts, remove font imports from themes
2024-01-15 09:18:34 -06:00
lindsaym-fa
9987ce8d4f
simplify themer logic
2024-01-08 22:49:48 -05:00
Kelsey Jackson
430730f24a
Merge branch 'next' into theming-ui/add-curated-font-list
2024-01-03 11:01:05 -06:00
Kelsey Jackson
fe23a7ddb8
add list of curated fonts
2023-12-11 11:51:53 -06:00
Cory LaViska
0fe400c6f4
Merge branch 'next' into icon
2023-12-07 10:09:54 -05:00
Cory LaViska
fcf0a136f2
backport 1771
2023-12-06 16:26:15 -05:00
Cory LaViska
65cb3175af
update soooo many icons
2023-12-05 17:37:06 -05:00
Lindsay M
1b654c7c85
Support theme customizations for depth and borders
...
* Move custom properties related to shadows and borders to separate stylesheets
* Change base values and themer calculations related to shadows and borders to be unitless
* Add low-level custom properties for alert, button, card, input, select, switch, and textarea
* Add generic guidance for authoring custom properties to the Contributing docs
2023-11-03 13:46:00 -04:00
Cory LaViska
4958ee41ae
add favicon
2023-09-27 16:41:35 -04:00
Cory LaViska
53f9230354
update logo and add form control examples
2023-09-27 16:17:34 -04:00
Cory LaViska
946f08db4b
update logo
2023-09-27 16:05:44 -04:00
Cory LaViska
d08f928818
early early early themer concept
2023-09-22 11:09:34 -04:00
Cory LaViska
a2e9a3de96
add form validation classes
2023-09-21 09:41:36 -04:00
Cory LaViska
8e09db9d40
Merge branch 'next' into applied-styles
2023-09-18 15:17:15 -04:00
Cory LaViska
07ca5a45ae
initial
2023-09-18 15:16:08 -04:00