Commit Graph

4362 Commits

Author SHA1 Message Date
Tessa Kelly
4f5378a7f2 Combine events and values and config, since we're not taking advantage of having both fields anymore 2021-11-22 16:07:58 -08:00
Tessa Kelly
8d96764996 Adds custom id attribute 2021-11-22 16:03:36 -08:00
Tessa Kelly
a294e29ead Adds nriDescription and testId' 2021-11-22 15:58:33 -08:00
Tessa Kelly
2a685acc7e Move required fields into the view record 2021-11-22 15:56:20 -08:00
Tessa Kelly
2b645dfebd Adds custom support 2021-11-22 13:59:54 -08:00
Tessa Kelly
2b2268f0ea Fix premium whitespace 2021-11-22 13:51:56 -08:00
Tessa Kelly
b832bd510c Adds missing label and name code example 2021-11-22 13:50:24 -08:00
Tessa Kelly
634e7b1109 Make the default api a bit more clear (still missing label and name tho) 2021-11-22 13:47:11 -08:00
Tessa Kelly
e4a67a7fea Begin building out code examples 2021-11-22 13:43:56 -08:00
Tessa Kelly
899c6f1e00 Simplify the example set up 2021-11-22 13:30:46 -08:00
Tessa Kelly
d24104f9d6 Adds viewExample helper 2021-11-22 13:27:24 -08:00
Tessa Kelly
756690083b Require name field 2021-11-22 13:21:34 -08:00
Tessa Kelly
56fbcf9275 Reduce function wrapping in styles 2021-11-22 13:18:27 -08:00
Tessa Kelly
57bb480907 Fix misalignment when label is hidden 2021-11-22 13:18:09 -08:00
Tessa Kelly
1860ad3070 Adds another styling preset 2021-11-22 13:11:56 -08:00
Tessa Kelly
3de9baa216 Use debug controls for disclosure 2021-11-22 13:10:15 -08:00
Tessa Kelly
9b011c2283 oops, this isn't a change 2021-11-22 13:02:39 -08:00
Tessa Kelly
d098373a61 Robots aren't pets. Rats are great pets 2021-11-22 11:59:49 -08:00
Tessa Kelly
dfae231c03 Simplify pennant styles 2021-11-22 11:59:12 -08:00
Tessa Kelly
bf9e73509c Fix vertical alignment of the label when premium pennant is showing 2021-11-22 11:56:46 -08:00
Tessa Kelly
a9fa26a023 Only show the premium pennant when the content is not free 2021-11-22 11:54:10 -08:00
Tessa Kelly
42a805f446 Replace intermediary InternalConfig structure 2021-11-22 11:39:11 -08:00
Tessa Kelly
ac119b6dd1 replace with containerCss helper 2021-11-22 11:19:10 -08:00
Tessa Kelly
2a4799cf4c Adds labelVisibility setting 2021-11-22 11:08:40 -08:00
Tessa Kelly
5600383d5d Move name into list of controlled attribtues 2021-11-22 11:06:08 -08:00
Tessa Kelly
bf8988f345 Move the premium level into the list
i think this exposes a weakness of the API -- the teacher premium level won't vary across the inputs, but we're still requiring the user to pass it in for every input
2021-11-22 11:04:28 -08:00
Tessa Kelly
df89d0597c Move pennant into example list 2021-11-22 10:47:58 -08:00
Tessa Kelly
ad0116ac2c Adds disabled/enabled helper 2021-11-22 10:42:39 -08:00
Tessa Kelly
d38d18f1f8 Adds debug controls settings 2021-11-22 10:31:17 -08:00
Tessa Kelly
ac12759931 make the premium behavior more clear 2021-11-22 10:06:38 -08:00
Alex Perkins
50a3ee8c16 wire in button controlling the input 2021-11-22 10:21:58 -05:00
Alex Perkins
f5865855f3 hide label on inline. No one is asking for this and it looks awful 2021-11-21 12:23:24 -05:00
Alex Perkins
3bfb389c9b Allow hiding the label. Why? See below
Explained in greater detail with a diagram in [this comment on the
work-in-progress pull
request](https://github.com/NoRedInk/noredink-ui/pull/787#issuecomment-974838245)
2021-11-21 09:57:38 -05:00
Alex Perkins
5d86a5fa31 wrap grey block with a button, not a div
This is so we can select the radio button when clicking anywhere in the
grey. So why not a <label>? Then the full contents of the disclosure
would be read out as the label content when picking options. That
content *describes* the radio button but it does not *label* it, and
should not be read out before "selected, n of m" and the rest of the
radio helper voiceover content.
2021-11-21 09:16:34 -05:00
Alex Perkins
e0ef0ccc73 and finally clean up the names of internalConfig and config all over 2021-11-19 17:15:49 -05:00
Alex Perkins
2db0f5a6af lift eventsAndValues into internalConfig 2021-11-19 17:10:16 -05:00
Alex Perkins
647967d1b2 lift config into internalConfig 2021-11-19 17:03:27 -05:00
Alex Perkins
6d095c0f6d move computed values from let blocks into internal config 2021-11-19 16:46:42 -05:00
Alex Perkins
6d2085a27d internal config helper 2021-11-19 16:32:24 -05:00
Alex Perkins
0d47f37ab9 make an explicit choice to display inline or in a block thing. use view helpers for those since branching inside of view was very unwieldy 2021-11-19 16:22:32 -05:00
Alex Perkins
1578dea074 add doc for none 2021-11-19 13:39:52 -05:00
Alex Perkins
7a5cfbc300 add describedBy and a no-op attribute 2021-11-19 12:36:45 -05:00
Alex Perkins
64409702ac remove obviated exteranl/internal view distinction; clarify when view does not render in doc comment 2021-11-19 10:13:18 -05:00
Alex Perkins
9abfa3bc68 add bullet to changelog about disclosure function 2021-11-19 10:12:22 -05:00
Alex Perkins
480e46c37c unstyled but functional disclosure content 2021-11-19 10:05:16 -05:00
Alex Perkins
598daf604f add doc messages 2021-11-19 08:58:22 -05:00
Alex Perkins
f4d74032d4 add back in showPennant 2021-11-18 19:07:21 -05:00
Alex Perkins
e18a25154b add back in premiumm as an attribute, requiring all the premium locking info at once 2021-11-18 18:44:58 -05:00
Alex Perkins
710576115b required label attribute at the begininning, in keeping with other APIs 2021-11-18 18:18:50 -05:00
Alex Perkins
83486fbf2f move valueToString into the list API 2021-11-18 18:14:44 -05:00