Tessa Kelly
a2c393ad25
Adds css helper
2020-01-31 10:14:12 -08:00
Tessa Kelly
31d70b4f90
Fixes style overwritten unintentionally by elm-css
2020-01-29 09:20:21 -08:00
Tessa Kelly
59e54abcd2
Merge remote-tracking branch 'origin/master' into dansby/button-v10
2020-01-29 09:16:16 -08:00
Tessa Kelly
5514e1745e
Small V9 -> V10 adjustments
2020-01-29 09:15:37 -08:00
Ben Dansby
28d0da70bb
Merge pull request #449 from NoRedInk/dansby/clean-up
...
Clean up styles
2020-01-29 09:09:14 -08:00
Ben Dansby
668e25f063
styles
2020-01-28 20:36:29 -08:00
Ben Dansby
e3a67a706a
import v10 button for modal example
2020-01-28 17:10:20 -08:00
Ben Dansby
6f9a4bb69b
adjust example layout
2020-01-28 17:09:53 -08:00
Ben Dansby
3846db917a
import v10 in example
2020-01-28 17:09:32 -08:00
Ben Dansby
e9163b44cd
add v10 button
2020-01-28 17:09:02 -08:00
Brian Hicks
8186418bb0
Merge pull request #447 from NoRedInk/7.18.1
...
bump to 7.18.1
2020-01-28 07:48:41 -06:00
Brian Hicks
5cb96a9b20
bump to 7.18.1
2020-01-28 07:45:11 -06:00
Brian Hicks
95aeae105b
Merge pull request #446 from NoRedInk/fix-overflow-in-selectors
...
Fix overflow in selectors
2020-01-27 12:10:34 -06:00
Brian Hicks
b722380064
fix width and ellipsisize cutoff
2020-01-27 10:26:55 -06:00
Brian Hicks
2835442cb9
don't set text beneath the selection arrows
2020-01-27 10:21:26 -06:00
Brian Hicks
16fbb629b0
add a new selector to the styleguide to demonstrate the problem
2020-01-27 10:16:22 -06:00
Brian Hicks
840f6fa11f
Merge pull request #445 from NoRedInk/7.18.0
...
bump to 7.18.0
2020-01-22 17:29:59 -06:00
Brian Hicks
8b8385155f
bump to 7.18.0
2020-01-22 15:25:51 -08:00
Brian Hicks
074c8c0dc1
Merge pull request #441 from NoRedInk/lab/customizable-select
...
Lab/customizable select
2020-01-22 17:25:00 -06:00
Tessa Kelly
6237c91b3e
Merge remote-tracking branch 'origin/master' into lab/customizable-select
2020-01-22 10:23:57 -08:00
Michael Hadley
30595b73af
Merge pull request #444 from NoRedInk/release-button-click-fix
...
Bump to 7.17.1
2020-01-21 18:30:54 -08:00
Michael Hadley
bd3c50441e
Bump to 7.17.1
2020-01-21 17:03:36 -08:00
Ben Dansby
b03b01d1c3
Merge pull request #443 from NoRedInk/dansby/modal-x-padding
...
remove x bottom padding
2020-01-21 17:01:23 -08:00
Ben Dansby
d46557e597
remove x bottom padding
2020-01-21 14:54:08 -08:00
Tessa Kelly
3ce36fe1d5
Fix test compilation
2020-01-16 13:20:14 -08:00
Tessa Kelly
a5d1f46ba3
Set the color for the select
2020-01-16 12:55:08 -08:00
Tessa Kelly
584d8a8acb
Adds errored state
2020-01-16 12:46:20 -08:00
Tessa Kelly
b646916573
Adds focus style
2020-01-16 12:43:37 -08:00
Tessa Kelly
ab8df6e560
🎨 organize the select styles
2020-01-16 12:41:34 -08:00
Tessa Kelly
b6d5b413cf
Adds the select arrows as part of the select background
2020-01-16 12:39:29 -08:00
Tessa Kelly
c2f0f883bd
Require an id
...
I think, since we should label our selects, that it's not unreasonable to require an id
2020-01-16 11:56:17 -08:00
Tessa Kelly
44bbf5272a
Adds initial version of svg arrows to the select module
2020-01-16 11:54:23 -08:00
Tessa Kelly
dc53c4a693
💀 remove Config from the Select API
2020-01-16 11:47:42 -08:00
Tessa Kelly
c8c2d9d875
Adds Select V7 (direct copy of V6)
2020-01-16 11:41:51 -08:00
Michael Hadley
df64c61a36
Merge pull request #440 from NoRedInk/fix-tracking-with-middle-click
...
Fix Tracking on Buttons using `linkExternalWithTracking`
2020-01-14 09:19:29 -08:00
Michael Hadley
8c6e3b3402
Middle clicks should also trigger tracking
2020-01-13 14:57:25 -08:00
Michael Hadley
52f6213d65
External tracking should work with ctrl/cmd- clicks
...
A button with `linkExternalWithTracking` was previously using
`EventExtras.onClickForLinkWithHref`, which was causing the event
handler to not be called when the user clicks on the link while
pressing cmd or ctrl. This is actually fine for tacking purposes,
as the page should still be open in the old tab, allowing the tracking
request to complete.
It's not clear why this particular event helper was used here for
the `ExternalWithTracking` case, but we can't find a downside for
swapping it out for a regular `Events.onClick`.
2020-01-13 14:41:53 -08:00
Tessa Kelly
d69eac88be
Adds button resets
2020-01-07 14:26:20 -08:00
Tessa Kelly
82bd63c56d
Adds the new helpers to the styleguide
2020-01-07 14:22:50 -08:00
Tessa Kelly
851dfe355e
Adds rough as-link and as-button helpers
2020-01-07 14:04:30 -08:00
Aaron VonderHaar
64384d57dc
Merge pull request #437 from NoRedInk/avh4-patch-1
...
Corrected description for mustard color
2019-12-17 14:37:35 -08:00
Aaron VonderHaar
0216bc6dc8
Corrected description for mustard color
2019-12-17 14:28:15 -08:00
Aaron VonderHaar
33d53fc522
Merge pull request #436 from NoRedInk/release/7.17.0
...
Release 7.17.0
2019-12-17 13:11:41 -08:00
Aaron VonderHaar
79c9b38abc
bump to 7.17.0
2019-12-17 13:03:02 -08:00
Aaron VonderHaar
597b357bef
Merge pull request #435 from NoRedInk/ink/nunu-colors
...
New colors
2019-12-17 13:01:40 -08:00
Aaron VonderHaar
e50450d59d
Add type annotation
2019-12-17 12:57:47 -08:00
Aaron VonderHaar
457404aae0
Add mustard color (new name for yellow)
2019-12-17 12:00:29 -08:00
Aaron VonderHaar
c52199f094
Add new Text Highlight Colors
2019-12-17 11:54:35 -08:00
Ben Dansby
e37989227c
Merge pull request #434 from NoRedInk/dansby/accordion-margin
...
Zero margin on accordion
2019-12-16 16:16:39 -08:00
Tessa
81fd2f9bbb
Merge branch 'master' into dansby/accordion-margin
2019-12-16 15:15:15 -08:00