mavnn
ae7aa6047c
Add Checkbox.V4/PremiumCheckbox.V3 with correct text styling
...
Previous versions relied on the nri2015 sass stylesheet for label style.
2018-12-14 12:18:49 +00:00
Brooke Angel
171702ea6c
fix test ci script
2018-12-11 21:57:06 +01:00
Richard Feldman
e2907d9ba2
Prep for 0.19 dual-publish ( #163 )
...
* Use elm-css 16.0.0
* 💀 Ui.Checkbox V1 and V2
* s/Css.Foreign/Css.Global/g
* 💀 Nri.Ui.Styles.V1
* 💀 BannerAlert.V1
* 💀 Modal.V1
* 💀 Dropdown.V1
* 💀 Select.V1 and V2
* 💀 Alert.V1
* 💀 Button.V1 and V2
* 💀 Divider.V1
* 💀 Icon.V1 and V2
* 💀 Outline.V1
* 💀 SegmentedControl.V1-V5
* 💀 TextArea.V1 and V2
* 💀 TextInput.V1
* delete the rest of the modules
* actually more deletions
* InputStyles v1 is unused
* move to src-0.18
* do the 0.19 upgrade
* select options are addressable by index
* elm-css 16
* update scripts
* elm-format
* Update V2.elm
* put the nbsp back
* elm-format validation for both versions
2018-11-12 15:38:19 -08:00
Luke Westby
10e29b412b
Puffins final upgrades ( #166 )
...
* add toString to select config
* let table use v2 keyframes
* add to elm-package
* use button for tabs
* delete noop hrefs
* add to select tests
* use html v3
2018-11-12 12:25:37 -08:00
Richard Feldman
94d5096763
💀 elm-css-util
2018-10-31 17:54:15 -04:00
dependabot[bot]
d85e1afb35
Update rtfeldman/elm-css requirement from 13.1.1 <= v < 14.0.0 to 13.1.1 <= v < 15.0.0 in /tests
...
Updates the requirements on [rtfeldman/elm-css](https://github.com/rtfeldman/elm-css ) to permit the latest version.
- [Release notes](https://github.com/rtfeldman/elm-css/releases )
- [Changelog](https://github.com/rtfeldman/elm-css/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rtfeldman/elm-css/commits/alpha-14.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-09 12:15:07 +00:00
James Gary
6897215469
🤦 Remove stuff from debugging
2018-09-07 15:22:35 -07:00
James Gary
c00828a3c1
Revert changes made to checkbox V1
2018-09-07 15:21:56 -07:00
James Gary
bae4268dcc
Copy PremiumWithWriting v1 to v2, expose in elm-package.json
2018-09-07 15:20:25 -07:00
James Gary
509141f3cb
Match the asset name that's already in the monolith
2018-09-05 15:38:44 -07:00
James Gary
833556e688
Add premium writing flag asset, make test more specific
2018-09-05 14:34:55 -07:00
James Gary
ee9271bdff
Update PremiumCheckbox to explicitly manage pennant
...
- Simplify example
2018-09-05 13:40:18 -07:00
James Gary
b5393a25e8
Simplify PremiumConfig
2018-08-31 13:11:32 -07:00
James Gary
b2a2532ff0
Don't require PremiumLevel; allow general premium levels
2018-08-30 12:47:48 -07:00
Aaron VonderHaar
6fe447decf
Add Nri.Ui.Checkbox.V3.selectedFromBool convenience function
2018-08-21 11:38:31 -07:00
Stoeffel
649746369b
convert DisclosureIndicator to Html.Styled
2018-07-27 08:26:48 +02:00
Stoeffel
a2094f3f6e
adds disclosure indicator
2018-07-27 08:26:48 +02:00
Brooke
d464bb7480
add tests for V3
2018-07-10 17:55:18 -07:00
Tessa Kelly
abde09a461
Update class names
2018-06-27 12:14:29 -07:00
Tessa Kelly
f918183bc6
💀 kill empty tests
2018-06-19 18:06:07 -07:00
Tessa Kelly
2c4169a334
Extract the premium chekcbox functionality
2018-06-19 17:58:10 -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
0755e5cbb4
Return Html>styled from the helpers that use buildCheckbox
2018-06-15 09:51:24 -07:00
Tessa Kelly
994b058bb6
Add new version of the checkbox
2018-06-14 18:15:04 -07:00
Jasper Woudenberg
2a77a03efc
Migrate TextArea.V2 to Html.Styled
...
This does not actually migrate the styles themselves yet, it just
changes the Html type of the `TextArea` exposed from the module.
2018-05-18 10:35:31 +02:00
Hardy Jones
cbb7c34225
Test the new select version
...
We make a suite that checks the behavior of both versions.
Assuming they have the same API, this should work.
If we add another version and it changes the API,
we might want to rethink this approach.
2018-04-18 07:59:26 -07:00
Hardy Jones
276d20c3ef
Extract tests for select from the monolith
...
This was forgotten in the extraction PR.
Just moves the tests over verbatim.
2018-04-17 11:25:29 -07:00
Jasper Woudenberg
fd88711766
Add tests for checkbox
...
These tests are fresh from the monolith.
2018-03-27 15:59:09 +02:00