Brooke Angel
c96930b4b5
downregulate main button padding to compensate
2018-10-11 10:07:21 -07:00
Brooke Angel
b5f88610ac
hide the scrollies
2018-10-11 10:04:53 -07:00
Gavin Panella
af7283d79f
Transition only a handful of CSS properties.
...
This avoids a boom/zoom effect as the button is repeatedly laid out during the
transition.
2018-10-11 17:34:44 +02:00
Gavin Panella
24867c442e
Use Css.batch instead of List operations.
2018-10-11 16:36:36 +02:00
Michael Glass
41aad98740
Merge pull request #95 from NoRedInk/dependabot/elm-package/tests/rtfeldman/elm-css-13.1.1lte-vlt-15.0.0
...
Update rtfeldman/elm-css requirement from 13.1.1 <= v < 14.0.0 to 13.1.1 <= v < 15.0.0 in /tests
2018-10-10 15:27:57 +02: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
Michael Glass
57cbcb3487
Merge pull request #130 from NoRedInk/new-elm-format
...
update package-lock.json
2018-10-09 14:13:47 +02:00
Michael Glass
0a558ce5b4
update package-lock.json
2018-10-09 13:59:03 +02:00
Michael Glass
792280e058
Merge pull request #126 from NoRedInk/dependabot/npm_and_yarn/elm-format-0.8.1
...
Bump elm-format from 0.8.1-rc2 to 0.8.1
2018-10-09 13:54:02 +02:00
dependabot[bot]
14ef09b10d
Bump elm-format from 0.8.1-rc2 to 0.8.1
...
Bumps [elm-format](https://github.com/avh4/elm-format ) from 0.8.1-rc2 to 0.8.1.
- [Release notes](https://github.com/avh4/elm-format/releases )
- [Changelog](https://github.com/avh4/elm-format/blob/master/CHANGELOG.md )
- [Commits](https://github.com/avh4/elm-format/compare/0.8.1-rc2...0.8.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-05 17:45:00 +00:00
brookeangel
ca5878f3b7
bump elm-package to 5.20.1
2018-10-05 10:41:18 -07:00
Brooke
00e7a96a3a
Merge pull request #129 from NoRedInk/zamboni--higher-rise-links-too
...
Add Button.V5 to standardize link and button styles
2018-10-05 08:53:19 -07:00
brookeangel
58a6bd2e86
helpful tip for grafting into monlith
2018-10-05 08:14:20 +02: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
brookeangel
5886640a97
add button v5 with standardized vertical alignments
2018-10-05 08:14:20 +02:00
Gavin Panella
92a9f5ca92
Merge pull request #127 from NoRedInk/fix-makefile-env
...
Quote PATH when setting env
2018-10-05 07:53:04 +02:00
Ian Davies
7029854f5e
Move quotes to where we define PATH
2018-10-04 13:58:57 +01:00
Ian Davies
faef0cad67
Quote PATH when setting env
2018-10-04 13:58:57 +01:00
Gavin Panella
805b625e58
Merge pull request #128 from NoRedInk/zamboni--higher-rise-buttons--release
...
Bump version to 5.20.0.
2018-10-04 12:14:07 +02:00
Gavin Panella
95eb64c782
Bump version to 5.20.0.
2018-10-04 12:05:21 +02:00
Gavin Panella
07dae46ff1
Merge pull request #123 from NoRedInk/zamboni--higher-rise-buttons
...
Add V4 button with unbounded height behaviour.
2018-10-04 11:57:15 +02:00
Ian Davies
43bd0ab38a
Update changes from V3 to reference unbounded height
2018-10-03 10:01:54 +01:00
Ian Davies
ef549c21d5
Update styleguide to remove ButtonHeight
2018-10-03 10:01:54 +01:00
Ian Davies
16e63d0e16
Remove ButtonHeight config and default to unbounded
2018-10-03 09:47:05 +01:00
Gavin Panella
8c05988d7c
Document the golden rule!
2018-10-02 14:38:23 +02: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
8aa3170285
Expose the V4 button module.
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
Ju Liu
88f689c6da
Bump version
2018-10-02 11:32:53 +01:00
Gavin Panella
010ad1caa0
Merge pull request #125 from NoRedInk/revert-121-zamboni--high-rise-buttons
...
Revert "High-rise buttons"
2018-10-02 12:06:15 +02:00
Ju Liu
8b7ef3227c
Revert "High-rise buttons"
2018-10-02 11:00:08 +01:00
Ju Liu
fe104d89b5
Bump version
2018-10-01 19:26:36 +01:00
Ju Liu
85ce40bbe3
Merge pull request #124 from NoRedInk/help-svg-icon
...
Add new help svg icon
2018-10-01 19:23:48 +01:00
Ju Liu
eaa341d637
Add new help svg icon
2018-10-01 19:06:16 +01:00
Gavin Panella
0a17b3caa6
Merge pull request #122 from NoRedInk/zamboni--high-rise-buttons-version-bump
...
Bump version to 5.18.1.
2018-09-28 11:10:09 +02:00
Gavin Panella
1d7f1d35b9
Bump version to 5.18.1.
2018-09-28 10:41:48 +02:00
Gavin Panella
65d624e47c
Merge pull request #121 from NoRedInk/zamboni--high-rise-buttons
...
Allow V2 and V3 buttons to grow vertically.
2018-09-28 10:38:59 +02:00
Gavin Panella
682b51d779
Add 4px of vertical padding to V2 and V3 buttons.
...
This does not alter button appearance when they contain only a single line of
text, but when there are multiple lines it keeps the text a little further from
the edge of the button, making it more readable.
2018-09-28 10:17:36 +02:00
Gavin Panella
bc13739cb1
Allow V2 and V3 buttons to grow vertically.
...
Presently, buttons are being displayed to students in quizzes with more text
than a button will show. The overflow is not visible and it's making it hard for
these students to use the site. A button should always show the text that it
contains, even if it causes layout weirdness.
2018-09-27 17:39:41 +02:00
Michael Glass
b82bcfc8e5
Merge pull request #105 from NoRedInk/dependabot/npm_and_yarn/elm-format-0.8.0
...
Bump elm-format from 0.7.0-exp to 0.8.0
2018-09-26 16:10:13 +02:00
Michael Glass
70d214957c
run elm-format
2018-09-26 16:02:28 +02:00
Michael Glass
7105f8226c
install elm-format 0.8.1-rc2
2018-09-26 16:02:28 +02:00
Michael Glass
847db7dce7
run npm insatll with npm 6.4.1
2018-09-26 16:02:28 +02:00
dependabot[bot]
c1c2849a23
Bump elm-format from 0.7.0-exp to 0.8.0
...
Bumps [elm-format](https://github.com/avh4/elm-format ) from 0.7.0-exp to 0.8.0.
- [Release notes](https://github.com/avh4/elm-format/releases )
- [Changelog](https://github.com/avh4/elm-format/blob/master/CHANGELOG.md )
- [Commits](https://github.com/avh4/elm-format/compare/0.7.0-exp...0.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-26 13:57:15 +00:00
Michael Glass
1777e0ed82
Merge pull request #120 from NoRedInk/dependabot/npm_and_yarn/browserify-16.2.3
...
Bump browserify from 16.2.2 to 16.2.3
2018-09-26 15:55:18 +02:00
dependabot[bot]
b831533fec
Bump browserify from 16.2.2 to 16.2.3
...
Bumps [browserify](https://github.com/browserify/browserify ) from 16.2.2 to 16.2.3.
- [Release notes](https://github.com/browserify/browserify/releases )
- [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown )
- [Commits](https://github.com/browserify/browserify/compare/v16.2.2...v16.2.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-26 00:12:28 +00:00