Commit Graph

3894 Commits

Author SHA1 Message Date
Tessa Kelly
078b16c8f4 Only show a preview for a category or for general browsing 2021-11-05 10:35:58 -07:00
Tessa
c4447b7960
Merge pull request #774 from NoRedInk/tessa/fix-button-type-textinput
Fix textinput extra buttons type
2021-11-04 14:33:30 -07:00
Tessa Kelly
b2f8eba297 bump 2021-11-04 14:27:53 -07:00
Tessa
9d7788b06a
Merge pull request #772 from NoRedInk/tessa/fix-button-types
Adds missing type button to text input buttons
2021-11-04 12:59:14 -07:00
Tessa Kelly
a4d36d7251 Adds missing type button to text input buttons 2021-11-04 09:28:40 -07:00
Tessa
72474d524f
Merge pull request #770 from NoRedInk/kraken/bump-text-input-v7
TextInput V7 release
2021-11-03 11:09:35 -07:00
Tessa Kelly
f91f063259 Bump 2021-11-03 10:40:50 -07:00
Tessa
b187f990a7
Merge pull request #759 from NoRedInk/kraken/text-input-v7
Kraken/text input v7
2021-11-02 16:02:51 -07:00
Tessa Kelly
79468439ba Adds onFocus helper 2021-11-02 12:23:54 -07:00
Tessa
ad5cc46d32
Merge pull request #769 from NoRedInk/kraken/text-v6-and-modal-buttons
Text.V6, Button.modal, ClickableText.modal
2021-11-01 15:01:22 -07:00
Tessa Kelly
d34b1e2f07 Bump 2021-11-01 14:56:37 -07:00
Liz Krane
5c337e41d8
Merge pull request #761 from NoRedInk/tessa/use-control-extras
Tessa/use control extras
2021-11-01 14:09:02 -07:00
Micah Hahn
0ada7c0b89
Merge pull request #768 from NoRedInk/tessa/tooltip-tail
Split Tooltip alignment and tail
2021-11-01 16:15:41 -04:00
Tessa Kelly
91bcc8f9a4 Split alignment and tail 2021-11-01 12:29:42 -07:00
Tessa
5d816d8f73
Merge pull request #767 from NoRedInk/kraken/extract-modal-helpers
Extract modal helpers for Button and ClickableText, update styleguide Modal example
2021-11-01 11:29:47 -07:00
Liz Krane
b5ce28f73f Use Button.modal and ClickableText.modal helpers in Modal styleguide example 2021-11-01 11:06:55 -07:00
Liz Krane
2195103b9a Add modal helper to ClickableText 2021-11-01 11:06:04 -07:00
Liz Krane
42c18ab982 Add modal helper to Button, alias for large 2021-11-01 10:45:32 -07:00
Tessa Kelly
5557a43013 Make sure the input text and the floating content don't overlap 2021-11-01 10:08:11 -07:00
Tessa Kelly
f45b5ea07e Change order of tail/alignment in example to avoid bug 2021-10-29 17:41:18 -07:00
Tessa Kelly
c959beaac4 Fix hardcoded true 2021-10-29 17:23:48 -07:00
Tessa Kelly
c9da21b1cd Split new and current password 2021-10-29 12:00:46 -07:00
Tessa Kelly
e7f5f5e559 Fix ci 2021-10-29 11:56:54 -07:00
Tessa Kelly
52464c18f8 Adds TODO for autocomplete mistake 2021-10-29 11:52:08 -07:00
Tessa Kelly
316ddc6160 Implements guidance view 2021-10-29 11:34:25 -07:00
Tessa Kelly
99d28a687a Adds guidance to the API 2021-10-29 11:14:49 -07:00
Tessa Kelly
471a6d5ca6 Expand the docs a bit 2021-10-29 11:07:06 -07:00
Tessa Kelly
6c7d5668e6 Implement the rest of the PW hide/show behavior 2021-10-29 11:07:06 -07:00
Tessa Kelly
b4959fb288 Add an a11y todo 2021-10-29 11:07:06 -07:00
Tessa Kelly
518d223219 Undo the separate onInput change -- types actually seem simpler with it integrated 2021-10-29 11:07:06 -07:00
Tessa Kelly
554baa4fcc Adds Show password button 2021-10-29 11:07:06 -07:00
Tessa Kelly
242205187e Fix no-margin floating styles 2021-10-29 11:07:06 -07:00
Tessa Kelly
0239edf93a Thread noMargin thrhough to the search icon view 2021-10-29 11:07:06 -07:00
Tessa Kelly
c46e6fb332 Bake onReset behavior in to the Search so that the search icon and x always appear 2021-10-29 11:07:06 -07:00
Tessa Kelly
c64a10965d Reorder slightly for readability 2021-10-29 11:07:06 -07:00
Tessa Kelly
0968549d98 Disallow custom attributes with attached msgs
this allows us to remove  from the Config type
2021-10-29 11:07:06 -07:00
Tessa Kelly
36692d3326 Make toExample helper to make the examples more readable 2021-10-29 11:07:06 -07:00
Tessa Kelly
1c690a0c37 Use a single update helper for all the fields 2021-10-29 11:07:06 -07:00
Tessa Kelly
2033d83a94 Use map to reimplement the other examples 2021-10-29 11:07:06 -07:00
Tessa Kelly
f478e8f3ab Split out onInput helper and add map 2021-10-29 11:07:06 -07:00
Tessa Kelly
23a3e0abbb Flatten InputTupe on to the Attribute 2021-10-29 11:07:06 -07:00
Tessa Kelly
da651f51f4 Experiment with exposing value and inputType as attribute helpers
breaks the styleguide example a bit, since the attribute type doesn't line up. Needs fixing still
2021-10-29 11:07:06 -07:00
Tessa Kelly
46c532c0b1 Update deprecated/forbidden 2021-10-29 11:07:02 -07:00
Tessa Kelly
3e943c05e9 Move writing styles into an attribute" 2021-10-29 11:05:06 -07:00
Tessa Kelly
970a396174 Avoid duplicative ids while still respecting the sepcified label 2021-10-29 11:05:06 -07:00
Tessa Kelly
3bcd97aebe Oops accidentally deleted pw example 2021-10-29 11:05:06 -07:00
Tessa Kelly
c45bc7b5a0 Drop TextInput prefix for (hopefully) improved legibility 2021-10-29 11:05:06 -07:00
Tessa Kelly
f6eb1c19ad Make css an optional list control 2021-10-29 11:05:06 -07:00
Tessa Kelly
cf60270ceb Make onEnter part of the configuration 2021-10-29 11:05:06 -07:00
Tessa Kelly
03f8d45e53 Generalize viewExamples helper 2021-10-29 11:05:06 -07:00