Jasper Woudenberg
f6b8cdbceb
Merge branch 'quiz-text' into update-textarea
2018-02-28 15:28:07 -08:00
Jasper Woudenberg
f4f24f33e8
Update TextArea to latest state in the monolith
2018-02-28 15:22:09 -08:00
Stoeffel
168bf35682
upgrade styleguide-app to latest version of elm-css
2018-02-28 14:18:52 -08:00
Stoeffel
9c15a068f6
remove unused code
2018-02-28 14:18:40 -08:00
Stoeffel
158b23d392
expose styles
2018-02-28 14:18:32 -08:00
Stoeffel
c8d9d6cc09
update style guide
2018-02-28 14:04:22 -08:00
Stoeffel
fde9b50db9
sort exposed modules
2018-02-28 14:01:42 -08:00
Stoeffel
01fcd84707
expose quiz font
2018-02-28 14:01:26 -08:00
Stoeffel
859164516d
adds first quiz text
2018-02-28 14:00:47 -08:00
Jasper Woudenberg
9987d5f738
Merge pull request #2 from NoRedInk/add-styleguide
...
add mini styleguide for ui components
2018-02-21 15:50:41 +01:00
Jasper Woudenberg
8ea6b7360a
Include text styles in example
2018-02-21 15:49:12 +01:00
Jasper Woudenberg
892b238aaa
Add instructions on starting the styleguide app
2018-02-20 15:19:42 +01:00
Jasper Woudenberg
2748dcdf8f
Add Muli font
2018-02-20 15:19:32 +01:00
Jasper Woudenberg
9614fe8e91
Remove and .gitignore elm.js
...
This is a compilation artifact.
2018-02-20 15:09:29 +01:00
Richard Feldman
b7bf825d5d
Bump version for release.
2018-02-13 20:10:50 -05:00
Richard Feldman
4baa499025
Merge pull request #3 from NoRedInk/upgrade-elm-css
...
Upgrade elm-css to version 13
2018-02-13 15:27:35 -05:00
Richard Feldman
0227c15f29
🎨 elm-format
2018-02-13 13:33:57 -05:00
Richard Feldman
823e2af52c
💀 upgrade.sh
2018-02-13 13:33:57 -05:00
Richard Feldman
d795923f3b
Fix remaining errors
2018-02-13 13:33:57 -05:00
Richard Feldman
3f214618ac
✨ Run upgrade.sh
2018-02-13 13:33:34 -05:00
Richard Feldman
107d370867
Add upgrade.sh
2018-02-13 13:30:15 -05:00
Richard Feldman
888adf7dc8
Upgrade elm-css to v13
2018-02-13 13:28:01 -05:00
Richard Feldman
7f7735d3ef
Rename things to avoid recursive naming
2018-02-13 13:28:00 -05:00
Richard Feldman
e4489340e7
Relax version bounds on nri-elm-css
2018-02-13 13:20:11 -05:00
Brooke
0c33c83d73
add mini styleguide for ui components
2018-02-12 13:32:38 -08:00
Brooke
fdbdb45fb5
Merge pull request #1 from NoRedInk/add-small-header-to-text
...
Add small header to text
2018-02-12 12:29:49 -08:00
Brooke
4930029701
bump package version
2018-02-12 12:12:09 -08:00
Brooke
bbcd6e68e6
add Text.smallHeading
2018-02-12 12:10:57 -08:00
Jasper Woudenberg
3dc3189f9d
Update README
2018-02-01 16:27:04 +01:00
Jasper Woudenberg
0b30fe4420
Rename package to noredink-ui
2018-02-01 16:25:34 +01:00
Jasper Woudenberg
9a02b7772e
Bump to 5.0.0
2018-02-01 13:59:21 +01:00
Jasper Woudenberg
518d276444
Use namespace unique to this package
...
To prevent clashes with existing namespaces in the monolith.
2018-02-01 13:52:45 +01:00
Jasper Woudenberg
7d6b499d9f
Give version names to exported modules
2018-01-30 15:39:13 +01:00
Jasper Woudenberg
09272a8cd4
Pull all exposed modules on the Nri.Ui namespace
...
It's perhaps debateable if all these modules belong there, but it makes
sense as a first step, to avoid conflicts once we start importing this
from the monolith.
2018-01-30 15:25:29 +01:00
Jasper Woudenberg
470626e5d9
Bump version to 4.1.1
2018-01-25 10:27:39 +01:00
Jasper Woudenberg
e61c5b9127
Textarea doesn't overflow container
...
Because the textarea label overflowed its container it was drawn
seemingly closer to the content above it than user-set margins can
account for. This then requires the user to add additional wrappers and
margins to compensate. Drawing the textarea completely within its
enclosing container makes this unnecessary.
2018-01-25 10:23:44 +01:00
Jasper Woudenberg
c72be639a3
Bump version to 4.1.0
2018-01-23 11:55:24 +01:00
Jasper Woudenberg
6bf8baf137
Expose Nri.Checkbox
2018-01-23 11:53:45 +01:00
Jasper Woudenberg
731e7e0553
Format doodads using the latest elm-format
2018-01-23 11:32:50 +01:00
Jasper Woudenberg
b23235f82b
Bump version to 4.0.0
2018-01-22 17:20:29 +01:00
Jasper Woudenberg
5ef0f5174a
Add Nri.Checkbox
2018-01-22 17:20:02 +01:00
Jasper Woudenberg
4431f5f0c4
Allow styles to depend on Assets
...
This is a necessity to allow doodads to incorporate assets like
background images into their css.
I've tried to make the change as backwards-compatible as possible,
leaving most of the existing funtions alone. The `.css` property on the
returned Styles instance still needs those asset paths though, so this
is still a major update.
2018-01-22 17:16:34 +01:00
Jasper Woudenberg
c77af1f39b
Bump version to 3.1.0
2018-01-16 11:03:11 +01:00
Jasper Woudenberg
72bbec9917
Expose Nri.Effects
2018-01-16 11:02:58 +01:00
Jasper Woudenberg
92a6dc7364
Bump version to 3.0.0
...
Major change because the outline API was changed as part of implementing
the new outline design. No other major changes were undertaken.
2018-01-16 09:24:03 +01:00
Jasper Woudenberg
5d44e2da3f
Implement new Outline styling
...
This doesn't include the entire spec for the new outline styling, just
the part we currently need for content creation outline draggable
creation. The additions to complete the spec look doable in the current
structure though.
2018-01-16 09:23:40 +01:00
Jasper Woudenberg
e2c1c8893a
Bump version to 2.9.0
2018-01-11 10:42:35 +01:00
Jasper Woudenberg
edd9c79b5b
Expose Nri.Outline.Types module
...
It is required to make use of the `customRow` function in Nri.Outline.
2018-01-11 10:41:51 +01:00
Jasper Woudenberg
c6b473f29d
Bump version to 2.8.1
2018-01-10 21:44:08 +01:00
Jasper Woudenberg
1cc6e2fe25
Fix version of nri-elm-css
...
Version 5.0.1 which has just been published widens the acceptable
versions of elm-css to 13, which Elm then promptly wants to pull in.
The problem is we're not compatible with that version.
2018-01-10 21:42:35 +01:00