tremlab
3436f644f4
style cleanup - BannerAlert; color, centering, line height
2019-05-29 16:54:36 -07:00
Renee
f2fdcfcd7c
Merge pull request #287 from NoRedInk/bump-fix-banneralert
...
Bump 6.19.1
2019-05-29 15:38:41 -07:00
tremlab
d2558fcb48
Bump 6.19.1
2019-05-29 13:32:50 -07:00
Renee
a36f047fe7
Merge pull request #285 from NoRedInk/banner-alert-fix
...
Fix padding and add dismiss label to banner alert
2019-05-29 13:30:43 -07:00
tremlab
55fa51a35a
BannerAlert - change the cursor behavior on the button to pointer
2019-05-29 11:40:00 -07:00
Juan Edi
7f9986503b
Expose Nri.Ui.Icon.V5
2019-05-29 15:00:37 -03:00
Juan Edi
9619281ba4
Update imports to use new version of Nri.Ui.Icon
2019-05-29 14:20:30 -03:00
Juan Edi
8c7c6fbacf
💀 search, microscope, scale and highlighter icons
...
We had a single use case for these, so we inlined the SVG source in the
monolith.
2019-05-29 14:14:26 -03:00
Juan Edi
78606fbdfc
Copy Icon.V4 to Icon.V5
2019-05-29 14:12:19 -03:00
tremlab
ba7845d076
Fix padding and add accessible label to banner alert
2019-05-28 16:58:31 -07:00
Renee
e98523cb94
Merge pull request #284 from NoRedInk/bump-banner-alert-v4
...
bump to 6.19.0
2019-05-23 16:19:00 -07:00
tremlab
9d3ceb919e
bump to 6.19.0
2019-05-23 15:38:29 -07:00
Renee
5364dbf59e
Merge pull request #283 from NoRedInk/banner-alert-sunshine
...
BannerAlert.V4 - new style & dismissable option
2019-05-23 15:27:38 -07:00
tremlab
548c5742f3
Typo - BannerAlert.V4
2019-05-23 14:29:03 -07:00
tremlab
a475e62c8a
Merge remote-tracking branch 'origin/master' into banner-alert-sunshine
2019-05-23 14:25:40 -07:00
tremlab
df1e1df535
BannerAlert examples includes dismiss msg
2019-05-23 14:21:58 -07:00
tremlab
b39ba860de
dismiss X for BannerAlert - fix styling
2019-05-23 11:29:21 -07:00
Michael Hadley
dbd51c1706
Merge pull request #282 from NoRedInk/bump-6.18.0
...
Bump version to 6.18.0
2019-05-23 09:37:02 -07:00
Michael Hadley
32c379e20a
Bump version to 6.18.0
2019-05-23 09:20:17 -07:00
Danielle Pham (they/them)
d7b295f060
Merge pull request #281 from NoRedInk/add-spa-support-tabs
...
Add SPA Support for Tabs
2019-05-23 11:00:34 -04:00
Danielle Pham
e18c1abd80
Add Tabs.SpaLink example
2019-05-23 10:57:29 -04:00
Danielle Pham
6a4b6603a5
Add Aria.currentPage to current link tab
2019-05-23 10:57:15 -04:00
Michael Hadley
9c4f4cdc82
Unify into just LinkConfig and links
2019-05-22 17:23:11 -07:00
Michael Hadley
3b4c8ccb82
Create new viewSpaTabs function
2019-05-22 16:05:53 -07:00
Michael Hadley
d45cada97e
Copy into new tabs V4 module
2019-05-22 15:26:01 -07:00
Tessa Kelly
de894d7687
Adds dismiss icon to spritesheet
2019-05-22 15:00:10 -07:00
tremlab
56d7921d25
Adding V4 BannerAlert example
2019-05-22 14:38:11 -07:00
Tessa
cc727ad70d
Merge pull request #277 from NoRedInk/tessa/kill-dead-code
...
💀 remove 0.18 modules
2019-05-22 14:05:13 -07:00
Tessa Kelly
17a506e57e
Remove elm-package checks
2019-05-22 13:48:51 -07:00
Tessa Kelly
1373dde011
💀 remove dual publishing notes
2019-05-22 13:40:21 -07:00
Tessa Kelly
c053708d70
💀 remove the elm-package.jsons
2019-05-22 13:40:00 -07:00
tremlab
7bb62df442
creating v4 for BannerAlert
2019-05-22 11:23:50 -07:00
Tessa
8a15ed1ce0
Merge branch 'master' into tessa/kill-dead-code
2019-05-22 10:33:11 -07:00
Katie Hughes
ed9d6739ee
Merge pull request #280 from NoRedInk/minor-bump-updates-select
...
minor bump to update select api
2019-05-20 12:14:49 -07:00
Katie Hughes
52b1e77661
minor bump to update select api
2019-05-20 12:09:12 -07:00
Katie Hughes
3930b8bafb
Merge pull request #276 from NoRedInk/zamboni/select-add-default-option
...
Add ability to provide a default selection to Select
2019-05-20 12:07:24 -07:00
Gavin Panella
f1fc89363a
Remove mention of Lazy.
...
I think the Lazy that is being referred to was removed in Elm 0.19.
2019-05-20 17:12:11 +02:00
Gavin Panella
8c41012507
Expose Choice so that readers of docs know what it looks like.
2019-05-20 17:09:58 +02:00
Gavin Panella
14a1f2d84a
niceId is always called with the same first arg.
2019-05-20 17:07:06 +02:00
Gavin Panella
c19aaf7f6f
Remove (..) imports.
2019-05-20 16:54:26 +02:00
Gavin Panella
7931adff73
Default text doesn't need id or value.
2019-05-20 16:42:47 +02:00
Gavin Panella
e6048a3175
Comment to explain that failure is thrown away.
2019-05-20 16:40:53 +02:00
Gavin Panella
211d07df49
Extract viewDefaultChoice method.
2019-05-20 16:40:10 +02:00
Katie Hughes
c131ee2070
fully replace the select v5 example with the select v6 example
2019-05-17 15:42:40 -07:00
Katie Hughes
0575f48c74
add select v6 tests
2019-05-17 15:38:47 -07:00
Tessa Kelly
efcf0c049c
💀 Remove old table and deprecated sytles
2019-05-17 15:12:50 -07:00
Tessa Kelly
0d777acf8f
💀 remove 0.18 modules
2019-05-17 15:05:54 -07:00
Katie Hughes
b9186423af
allow current to be optional
2019-05-17 14:03:51 -07:00
Katie Hughes
658942a78a
v6 select with ability to have a default choice
2019-05-17 11:11:17 -07:00
Katie Hughes
7cd37b8f83
First pass of adding a default value to select
...
Without disturbing the original example, add in our updated select and an example of it to compare the two side by side. We need to handle the "Nothing" case to make sure it looks like the original Select and add tests.
2019-05-16 16:56:06 -07:00