Commit Graph

2376 Commits

Author SHA1 Message Date
Brian Hicks
4094b97830 automatically look for verifiable examples in all exposed modules 2020-03-31 14:58:20 -05:00
Brian Hicks
00bb332621 clarify deprecation policy in README 2020-03-31 14:53:20 -05:00
Brian Hicks
b309421d3d remove unused modules 2020-03-31 14:52:13 -05:00
Brian Hicks
afa37f1f20
Merge pull request #482 from NoRedInk/tessa/add-skip-link
Tessa/add skip link
2020-03-31 13:26:05 -05:00
Tessa Kelly
fab1e3dfb7 Ratchet target errors 2020-03-31 13:20:37 -05:00
Tessa Kelly
36f3a6589e Fix routing to remove false positives due to routing: see https://github.com/dequelabs/axe-core/issues/1204 2020-03-31 13:20:37 -05:00
Tessa Kelly
ce0a6a0d53 Adds skip-button 2020-03-31 13:20:37 -05:00
Brian Hicks
3b75964d53
Merge pull request #481 from NoRedInk/tessa/update-premium-checkbox
Tessa/update premium checkbox
2020-03-31 13:19:53 -05:00
Tessa Kelly
73f3c71fb0 Use Nri.Ui.Svg.V1 2020-03-31 10:54:40 -07:00
Tessa Kelly
90f5c47773 Update the scripts 2020-03-31 10:54:40 -07:00
Tessa Kelly
7bff7cf3d9 Use pennant v2 in checkbox module 2020-03-31 10:54:40 -07:00
Tessa Kelly
7142cf64e6 Adds withCss custom svg helper 2020-03-31 10:54:40 -07:00
Michael Hadley
74a7a8aef4
Merge pull request #485 from NoRedInk/bump-npm-package-1.2.2
Bump npm package to 1.2.2
2020-03-30 18:58:36 -07:00
Michael Hadley
90b622c540 1.2.2 2020-03-30 18:43:36 -07:00
Michael Hadley
6587d51421
Merge pull request #484 from NoRedInk/bump-7.26.1
Bump version to 7.26.1
2020-03-30 17:15:57 -07:00
Michael Hadley
88e3348eb7 Bump version to 7.26.1 2020-03-30 16:51:30 -07:00
Michael Hadley
8285151f20
Merge pull request #483 from NoRedInk/fix-text-area-scroll-jumping
Prevent text area with auto resize from jumping scroll position
2020-03-30 16:48:54 -07:00
Michael Hadley
b907c12d7a Prevent text area with auto resize from jumping scroll position
The old logic looked like this:

```
if (this._textarea.scrollHeight > minHeight) {
  this._textarea.style.height = minHeight + 'px'
  this._textarea.style.height = this._textarea.scrollHeight + 'px'
}
```

Imagine a case where the `minHeight` is actually less than the current
height of the text area due to the current content. The height of the
element would be set to a smaller value, and then later reset to the
desired height. This causes the overall scroll height of the page to
shrink (because the text-area did), and then expand again. Now the
scroll position for the user on the page has changed, and this happens
on every keystroke.

This change just skips the first assignment to `.height`. I'm not sure why it
was initially there, but I can't see a reason for keeping it (especially
since it seems to be the cause of this bug).
2020-03-27 11:34:00 -07:00
Brian Hicks
751db493b9
Merge pull request #480 from NoRedInk/tessa/categories
Tessa/categories
2020-03-24 12:15:59 -05:00
Tessa Kelly
9a41c04a98 Cross-list clickable svg in button category and icon category 2020-03-23 17:49:37 -07:00
Tessa Kelly
5d1fb3c5ba Change category modeling to allow presence in multiple categories 2020-03-23 17:48:53 -07:00
Tessa Kelly
c0953e9354 Install elm-sorter-experiment 2020-03-23 17:40:14 -07:00
Tessa Kelly
75ce281f8a 💀 kill dead code 2020-03-23 17:37:50 -07:00
Tessa Kelly
4371963b0a 💀 remove dead code 2020-03-23 17:36:39 -07:00
Tessa Kelly
cf823c4b8a 🎨 move list of all catgories into Category 2020-03-23 17:35:08 -07:00
Tessa Kelly
2b87eb84df 🎨 Pull Category out into its own module 2020-03-23 17:33:42 -07:00
Tessa Kelly
f4a37acf76 🎨 fold all the styleguide TEA components into one module 2020-03-23 17:25:24 -07:00
Tessa
21c0e639e8
Merge pull request #479 from NoRedInk/tessa/new-icons
Bump
2020-03-23 14:53:26 -07:00
Tessa Kelly
6963ed1f61 Bump 2020-03-23 14:49:37 -07:00
Tessa
27140c8287
Merge pull request #478 from NoRedInk/tessa/update-premium-pennants
Tessa/update premium pennants
2020-03-23 12:17:20 -07:00
Tessa
ce510e3e59
Merge branch 'master' into tessa/update-premium-pennants 2020-03-23 12:03:04 -07:00
Tessa
6ca7a01724
Merge pull request #477 from NoRedInk/tessa/grow-some-trees
Adds sprout, sapling, and tree ui icons
2020-03-23 12:02:54 -07:00
Tessa Kelly
13d2d3ca2a Position the P letters against the same pennant background 2020-03-19 15:35:33 -07:00
Tessa Kelly
b7bd650fdf Adds premiumLock 2020-03-19 15:28:16 -07:00
Tessa Kelly
418c0e5781 Adds disabled flag 2020-03-19 15:23:16 -07:00
Tessa Kelly
afb8b371c7 Adds sprout, sapling, and tree ui icons 2020-03-19 14:51:40 -07:00
Tessa
24b16e3b75
Merge pull request #476 from NoRedInk/tessa/fix-banners
Bump to include firefox banner regression fix
2020-03-18 18:32:46 -07:00
Tessa Kelly
af13ab24e0 Bump 2020-03-18 18:29:35 -07:00
d pham (they/them)
e32386504c
Merge pull request #475 from NoRedInk/fix-banner-firefox
Fix Firefox banner alert alignment
2020-03-18 18:06:25 -04:00
Tessa Kelly
607271281d Fix Firefox banner alert alignment 2020-03-18 13:51:02 -07:00
Tessa
8eca25a267
Merge pull request #474 from NoRedInk/release-premiun-icon-and-customizable-banner
Bump
2020-03-18 09:06:57 -07:00
Tessa Kelly
d19317dea1 Bump 2020-03-18 08:58:43 -07:00
Tessa
0ec5f05b93
Merge pull request #473 from NoRedInk/tessa/add-banner-alert-custom
Tessa/add banner alert custom
2020-03-18 08:57:18 -07:00
Tessa Kelly
a124cb3220 Allow deprecated pennant import for now 2020-03-17 13:43:24 -07:00
Tessa Kelly
beb4bc89b2 Adds example code to the custom view 2020-03-17 13:37:12 -07:00
Tessa Kelly
0b05b192d7 Expect svg to be passed through to the custom banner 2020-03-17 13:36:20 -07:00
Tessa Kelly
d58f49f0c4 Separate the spacing of the icon styles from the icon circle styles 2020-03-17 13:34:14 -07:00
Tessa Kelly
ae787f13dc Use pennant v2 in the banner alert custom example 2020-03-17 13:12:31 -07:00
Tessa Kelly
5c565e1a9b Adds Pennant V2 2020-03-17 12:53:50 -07:00
Tessa Kelly
afd9d1da12 Adds initial version of custom helper 2020-03-17 12:04:13 -07:00