Tessa Kelly
fe8a66d772
Use an SVG sprite for the guided draft icon instead of an image
2018-10-24 09:55:35 -07:00
Tessa Kelly
0ff72c1ba6
Use generated svgs rather than a separate svg file
2018-10-24 09:55:35 -07:00
Tessa Kelly
08b67825c0
Adds the guided draft icon
2018-10-24 09:52:42 -07:00
mavnn
e50c15e49f
Add Self Review assignment type icon
...
Add self review icon to style guide
Revert "index.html" changes
This reverts commit 7ea91a89fb74f9ce6d6b9e0889b8d5b1c29f6b1a.
2018-10-24 09:38:58 +01:00
Luke Westby
c1ff19f0d0
Add Html.Styled versions for everything ( #139 )
...
* make html.styled versions of remaining widgets
* upgrade all the examples
* change license name
2018-10-23 09:55:30 -07:00
Danielle Pham
cabc2fd59e
Rearrange icon examples
2018-10-15 17:22:58 -04:00
Danielle Pham
81ca29d946
Add assignmentTypeQuickWrite icon
2018-10-15 17:21:08 -04:00
Danielle Pham
87691d1a6b
Add assignmentTypePeerReview icon
2018-10-15 17:15:57 -04:00
brookeangel
07068031a6
standardize vertical alignment on style guide
2018-10-05 08:14:20 +02:00
brookeangel
61ca62cb47
update button on styleguide
2018-10-05 08:14:20 +02:00
Ian Davies
ef549c21d5
Update styleguide to remove ButtonHeight
2018-10-03 10:01:54 +01:00
Gavin Panella
aefe8692ca
Rename HeightFixed
to HeightDefault
.
2018-10-02 14:38:23 +02:00
Gavin Panella
b28453a279
Change ButtonWidth
from an alias to a custom type.
...
`WidthUnbounded` elicits behaviour the same as `Nothing` was previously, and
`WidthExact Int` is the same as `Just Int`.
2018-10-02 14:38:23 +02:00
Gavin Panella
48832d36b8
Switch from sizing
to height
.
...
This allows for the `HeightFixed` which is the same behaviour as V3,
`HeightBounded Int` which allows for a certain number of lines of text but no
more, and `HeightUnbounded` which will allow the button to grow in height
without bound.
2018-10-02 14:34:11 +02:00
Gavin Panella
1fafb6cd2a
Add sizing capability to V4 button, and put it in the style guide.
2018-10-02 14:34:11 +02:00
Gavin Panella
61d9557ab1
Start new V4 button.
2018-10-02 14:34:11 +02:00
Michael Glass
70d214957c
run elm-format
2018-09-26 16:02:28 +02:00
Juan Edi
9c06eff3f0
Fix elm-docs
2018-09-10 12:19:55 -03:00
Juan Edi
b600af7bbe
Styleguide allows to toggle width settings for SegmentedControl
2018-09-10 12:19:15 -03:00
Juan Edi
265b83c393
Options for SegmentedControl's width: FitContent | FillContainer
...
Until V4 the control would always fit its contents. On V5 that behaviour was
changed to always fill the container. This means that to limit the element's
width one had to limit the value of its container (which might be hard to do
when the labels of the tabs are unknown or might change).
We now support both settings, and the user has to decide what to do for each use
case.
2018-09-10 11:56:26 -03:00
Juan Edi
7c3c2966be
Nri.Ui.SegmentedControl.V6 now uses Html.Styled
2018-09-10 11:32:08 -03:00
Juan Edi
6bee811648
Create SegmentedControl.V6 (copy of V5 for the moment)
2018-09-10 11:07:11 -03:00
James Gary
743f270fec
Merge branch 'master' into ink-james--premium-checkbox
2018-09-07 15:32:58 -07:00
James Gary
105bbfa3c7
Update example to use V2 checkbox
2018-09-07 15:24:17 -07:00
Brooke
d3d54439d4
creates modal V3
2018-09-07 09:23:16 -07:00
James Gary
29775bd9b8
Merge branch 'master' into ink-james--premium-checkbox
2018-09-06 13:02:59 -07:00
Brooke
09555104a3
fix no close button conundrum
2018-09-06 08:13:16 -10: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
Brooke
24368e17d4
use same styles from monolith (more recent)
2018-08-29 12:38:24 -07:00
Brooke
56ee341a7e
add modal module example
2018-08-29 12:09:22 -07:00
Brooke
8d1760a889
Fix Nri.Ui.Button.V3.linkExternalWithTracking to allow Cmd-/Ctrl- clicks on the links
2018-08-28 17:18:17 -07:00
Brooke
8a9c01c472
make link text-align center
2018-08-21 16:33:28 -07:00
Brooke
6c0a70ff94
get delete button in order
2018-08-21 16:33:27 -07:00
Brooke
e23f8f8e82
compiles but it isnt pretty
2018-08-21 16:33:27 -07:00
Tessa Kelly
4b5489a332
Adds assets
2018-08-16 18:10:00 -07:00
Tessa Kelly
ab40b55b45
COnvert to Html.Styled
2018-08-16 18:10:00 -07:00
Tessa Kelly
686db4cb37
Add alerts to the styleguide
2018-08-16 18:10:00 -07:00
James Gary
78c62bbfb9
Add pen icon
2018-08-13 14:41:09 -07:00
Stoeffel
9273e1f5c4
adds examples for DisclosureIndicator to the style-guide
2018-07-27 08:26:48 +02:00
James Gary
582d62fccf
Merge branch 'master' into ink-james--update-flag-icon-png
2018-07-26 15:37:45 -07:00
Brooke
87c620568e
textarea uses defaultValue again
2018-07-24 14:15:21 -07:00
James Gary
dd935d3c2c
Update flag icon to bigger more vibrant red
2018-07-23 16:46:47 -07:00
Brooke
b1a9452dac
update Select filename in styleguide
2018-07-10 17:56:20 -07:00
Brooke
356da2aaf8
dont import Select V2 styles for styleguide app
2018-07-10 17:55:10 -07:00
Brooke
a29b95e0ed
add Select V3
2018-07-10 17:50:39 -07:00
Tessa Kelly
7dae282ae0
LockOnInside -> Locked
2018-06-26 09:36:43 -07:00