Commit Graph

21 Commits

Author SHA1 Message Date
Elijah Duffy
39ca78e837 action select: patch weird focus issue, add value helper field 2025-07-08 12:21:58 -07:00
Elijah Duffy
509b144553 action select: add disabled option state 2025-07-07 17:50:21 -07:00
Elijah Duffy
48e456c3a7 styled raw & text input: include all props & add disabled 2025-07-07 17:35:39 -07:00
Elijah Duffy
4b81388636 fix ActionSelect stateless, add value prop 2025-07-07 15:49:00 -07:00
Elijah Duffy
2f2b4fcba2 add ActionSelect component 2025-07-07 14:10:01 -07:00
Elijah Duffy
12a79f0680 checkbox: support undefined state 2025-07-04 01:37:31 -07:00
Elijah Duffy
f1b7ef2375 add dialog component 2025-07-04 00:28:24 -07:00
Elijah Duffy
9e6834eaba reconfigure css to allow consumer styling
It's a little jank, but it works. The consumer absolutely MUST have a
file at `$lib/styles/tailwind.css` that contains all necessary tailwind
imports AND also imports the `src/lib/styles/base.css` file from sui.

WILL address this in another commit.
2025-07-03 20:58:04 -07:00
Elijah Duffy
269373dbb5 rename Dateinput -> DateInput 2025-07-03 20:03:47 -07:00
Elijah Duffy
0bba927acb add InputGroup component 2025-07-03 14:48:26 -07:00
Elijah Duffy
02311a0e7b finish custom class and improved options overhaul 2025-07-03 14:45:23 -07:00
Elijah Duffy
723fc4ee48 text input: make name optional, custom class support 2025-07-03 14:17:16 -07:00
Elijah Duffy
06c1b9cb0b remove select component 2025-07-03 14:12:42 -07:00
Elijah Duffy
07b7102a78 radio group: custom class support, improved options prop 2025-07-03 14:11:09 -07:00
Elijah Duffy
37c3594d1a pin input: make name optional, custom class support, fix hidden input 2025-07-03 11:54:53 -07:00
Elijah Duffy
a307ffee92 combobox: improve props, fix placement with scroll 2025-07-03 11:00:10 -07:00
Elijah Duffy
f2994abad2 extend examples with all components 2025-07-03 10:04:07 -07:00
Elijah Duffy
08a4ecbafc add date picker component 2025-07-02 17:43:30 -07:00
Elijah Duffy
520a909b01 add checkbox component 2025-07-02 10:30:04 -07:00
Elijah Duffy
8d32464de7 begin building demos 2025-07-01 13:10:13 -07:00
Elijah Duffy
aecfb0ddaa fix ui package, use sv to create
recreated package using sv, marking correctly as a library. seems I was
missing some sveltekit tooling somewhere along the way otherwise.
2025-04-13 18:09:32 -06:00