Commit Graph

434 Commits

Author SHA1 Message Date
Tessa Kelly
bd24852b1e Be sure to disable the cursor when the input is disabled 2018-06-15 11:54:00 -07:00
Tessa Kelly
58908f0bd1 Avoid descendant selector styling 2018-06-15 11:52:38 -07:00
Tessa Kelly
9a134edcd4 Inlineify premium styles 2018-06-15 11:45:52 -07:00
Tessa Kelly
9704ad59cf Inline unlockable styles 2018-06-15 11:44:44 -07:00
Tessa Kelly
dd10cd6b5b Inlineify the lock on inside styles 2018-06-15 11:43:50 -07:00
Tessa Kelly
2e20c18346 Inlineify the locked styles 2018-06-15 11:42:42 -07:00
Tessa Kelly
dcf3b07669 Move the opacity styles inline 2018-06-15 11:41:17 -07:00
Tessa Kelly
c20caf4980 Reorder for clarity 2018-06-15 11:36:41 -07:00
Tessa Kelly
fbfccc5c49 Kill checkbox styles (the checkbox is hidden anyway) 2018-06-15 11:35:17 -07:00
Tessa Kelly
8739188cd9 🎨 remove reidrection -- if we want to use the indeterminate styles let's do that 2018-06-15 11:33:17 -07:00
Tessa Kelly
23abc65573 Making a call here -- we only use the pulsing for topic sentences, and that ui is probs going to change. long term this api should be nice and the pusling is not helping 2018-06-15 11:32:01 -07:00
Tessa Kelly
e96f69a025 Use the named values for selection 2018-06-15 11:27:42 -07:00
Tessa Kelly
aaf993a5bf Pull up the invisible label behavior higher 2018-06-15 11:17:11 -07:00
Tessa Kelly
8a1442c105 Kill exported styles 2018-06-15 11:13:47 -07:00
Tessa Kelly
bef2006bc2 Pull up the square color themes 2018-06-15 11:01:27 -07:00
Tessa Kelly
f2531b0a2f Pull the assets up out of the sytesl 2018-06-15 10:54:38 -07:00
Tessa Kelly
785bc0e932 Fix mismatch in elm package dependencies 2018-06-15 10:47:18 -07:00
Tessa Kelly
43b5ab74a3 Pull the labelstyles inline 2018-06-15 09:58:33 -07:00
Tessa Kelly
b0820f52b4 Fork at the theme level 2018-06-15 09:55:19 -07:00
Tessa Kelly
8751820df1 Introduce config for a new checkbox helper 2018-06-15 09:51:40 -07:00
Tessa Kelly
0755e5cbb4 Return Html>styled from the helpers that use buildCheckbox 2018-06-15 09:51:24 -07:00
Tessa Kelly
9558de8b94 buildCheckbox returns Html.Styled 2018-06-15 09:33:14 -07:00
Tessa Kelly
6f7be4edc0 🎨 move toward forking a little bit higher in advance of moving the styles 2018-06-15 09:19:07 -07:00
Tessa Kelly
3248a71007 Convert the label helper (minus styles) 2018-06-15 09:07:50 -07:00
Tessa Kelly
fed092acea Adds Html.Styled version of html extras 2018-06-15 09:07:35 -07:00
Tessa Kelly
06651d8292 Add V2 of html extra attributes' 2018-06-15 09:02:45 -07:00
Tessa Kelly
6a7c6c2f02 Pull out and begin converting the label to the new pattern 2018-06-15 08:44:33 -07:00
Tessa Kelly
b50f566443 Pull out the styles from the stylesheet 2018-06-15 08:35:08 -07:00
Tessa Kelly
2a1eeb5522 Alias Html as RootHtml 2018-06-14 18:21:46 -07:00
Tessa Kelly
ee26d4d62b Reorder for my own understanding 2018-06-14 18:19:52 -07:00
Tessa Kelly
994b058bb6 Add new version of the checkbox 2018-06-14 18:15:04 -07:00
Stoeffel
f18d4ac6d6 5.5.2 2018-06-14 09:42:45 +02:00
Christoph Hermann
3cd35b8dfe
Merge pull request #72 from NoRedInk/button-label-renders-markdown
Render markdown in button labels
2018-06-14 09:40:03 +02:00
Christoph Hermann
801923be1f
Merge branch 'master' into button-label-renders-markdown 2018-06-14 09:20:16 +02:00
Luke Westby
d43bc18ddf bump npm version 2018-06-13 16:50:45 -07:00
Luke Westby
2342836ac1
make sure it exists (#73) 2018-06-13 16:49:45 -07:00
Stoeffel
88821f4230 render markdown in button labels 2018-06-12 11:24:05 -07:00
Brooke
24c1b7fa06 5.5.1 - textarea and textinput styles override selectors on monolith 2018-06-11 16:56:05 -07:00
Brooke
eb1ff39e52
Merge pull request #71 from NoRedInk/override-sass-styles
Override sass styles for TextInput and TextArea
2018-06-11 16:50:46 -07:00
Brooke
f84569ad7d fix height regression on input 2018-06-11 15:42:25 -07:00
Brooke
f621daa73f fix height regression 2018-06-11 15:35:45 -07:00
Brooke
5b0fd8290e fix textarea height 2018-06-11 15:23:25 -07:00
Brooke
9404102758 use override-sass-styles on textarea v3 2018-06-11 15:23:25 -07:00
Brooke
d3c754be16 override sass styles from monolith 2018-06-11 15:23:24 -07:00
Brooke
731e6540b3 add V3 textarea to styleguide and observe weirdness 2018-06-11 15:22:38 -07:00
Luke Westby
38ca396ac8
Updates to TextArea (#70)
* update textarea js code and make it npm-ready

* use an attribute instead so dom debugging is easier

* use data- attribute to be I D I O M A T I C

* version the custom element

* include marica's resize logic improvements

* changes to elm module

* clean up styleguide build and use v3 in styleguide
2018-06-11 11:08:49 -07:00
Jasper Woudenberg
15adb4bd2a 5.5.0 2018-05-31 15:13:05 -07:00
Jasper Woudenberg
67c7bc42df
Merge pull request #67 from NoRedInk/add-textarea-v3-and-textinput-v3
Add textarea v3 and textinput v3
2018-05-31 15:12:25 -07:00
Brooke
107b369a66
Merge branch 'master' into add-textarea-v3-and-textinput-v3 2018-05-31 15:10:19 -07:00
Brooke
b341193678 expose TextArea.V3 and TextInput.V3 2018-05-31 15:07:15 -07:00