Commit Graph

1519 Commits

Author SHA1 Message Date
Tessa Kelly
256ad27a87 💀 remove about section 2019-07-11 14:28:17 -07:00
Tessa Kelly
00547dffe3 Add headings to the docs 2019-07-11 14:27:40 -07:00
Tessa Kelly
2bed5aaf72 Move the V styled name up so it's discoverable when adding ner versions. also, increment 2019-07-11 14:24:31 -07:00
Tessa Kelly
de29750f91 Adds function helpers for setting enabled or not 2019-07-11 14:23:25 -07:00
Tessa Kelly
471a9931a2 Remove unused docs 2019-07-08 09:08:51 -07:00
Tessa Kelly
b1141b940c Clean up exports 2019-07-03 12:21:50 -07:00
Tessa Kelly
60f25f9085 Implement the types 2019-07-03 12:13:01 -07:00
Tessa Kelly
b327484ab6 Make a hole for different link kinds in the buttonorlink config 2019-07-03 11:36:06 -07:00
Tessa Kelly
eb4fdcc128 Allow for custom attributes in button 2019-07-03 11:00:28 -07:00
Tessa Kelly
0edfd97f51 Allow for custom attributes in link 2019-07-03 10:19:54 -07:00
Tessa Kelly
c35cf203c4 Move the link/button specialization to the renderer 2019-07-03 10:16:40 -07:00
Tessa Kelly
ccfdd6c532 💀 remove link 2019-07-03 10:00:15 -07:00
Tessa Kelly
d7aa9fa456 Duplicate the existing behavior with an initial version of the new API 2019-07-03 09:39:06 -07:00
Tessa Kelly
846efc0b69 Adds width and style attribute helpers 2019-07-03 07:10:22 -07:00
Tessa Kelly
f888985a84 adds withIcon 2019-07-03 07:04:45 -07:00
Tessa Kelly
73033fac55 Adds small, medium, large attribute helpers 2019-07-03 07:02:59 -07:00
Tessa Kelly
724260bd3a Introduce builder pattern 2019-07-03 06:52:20 -07:00
Tessa Kelly
d2535caf34 Expose V9 2019-07-03 05:36:57 -07:00
Tessa Kelly
bb8414b72d cp V8 V9 2019-07-03 05:33:44 -07:00
Aaron VonderHaar
b18de274e0
Merge pull request #306 from NoRedInk/release/6.23.1
Prepare 6.23.1
2019-07-01 17:13:32 -07:00
Aaron VonderHaar
d749f50a4d Prepare 6.23.1 2019-07-01 17:10:37 -07:00
Aaron VonderHaar
8604f7f813
Merge pull request #305 from NoRedInk/fix-text-line-height
Updated text styles for Text.V3
2019-07-01 17:08:15 -07:00
Aaron VonderHaar
ba61f82a37
Merge branch 'master' into fix-text-line-height 2019-07-01 16:04:06 -07:00
Aaron VonderHaar
d54e6f5052
Merge pull request #304 from NoRedInk/fix-hovers
Fix hover states for SegmentedControl, Tabs
2019-07-01 16:00:26 -07:00
Aaron VonderHaar
77c934420a Updated text styles for Text.V3 2019-07-01 15:58:01 -07:00
Aaron VonderHaar
06a1d42c45 Updated hover state for SegmentedControl.V7 2019-07-01 15:19:13 -07:00
Aaron VonderHaar
ca5ba5dab8 Tabs.V4 prevents external CSS from interacting with its hover states 2019-07-01 11:24:33 -07:00
Aaron VonderHaar
a72d4d3c4e Import as Colors 2019-07-01 11:23:52 -07:00
Aaron VonderHaar
ef08863c12 SegmentedControl.V7 prevents external CSS from interacting with its hover states 2019-07-01 11:21:33 -07:00
Aaron VonderHaar
b251a7cefc
Merge pull request #303 from NoRedInk/prepare-6.23.0
Prepare version 6.23.0
2019-06-27 17:21:53 -07:00
Aaron VonderHaar
99b1107a3b Prepare version 6.23.0 2019-06-27 17:19:00 -07:00
Aaron VonderHaar
368dffce01
Merge pull request #302 from NoRedInk/ink/text-margins
Add Nri.Ui.Text.V3 with more consistent use of margins
2019-06-27 17:15:58 -07:00
Aaron VonderHaar
68b096f00f Update Text example docs 2019-06-27 17:13:50 -07:00
Aaron VonderHaar
a3532c1fcb Fix typo 2019-06-27 17:02:05 -07:00
Aaron VonderHaar
2696b3dd86 Add documentation about how to work with Nri.Ui.Text.V3 2019-06-27 16:34:58 -07:00
Aaron VonderHaar
1c5a287bfc Nri.Ui.Text.V3: normalize how margins are used for user-generated content blocks 2019-06-27 16:16:28 -07:00
Aaron VonderHaar
b735965a6a Nri.Ui.Text.V3: normalize how margins are used 2019-06-27 16:03:47 -07:00
Aaron VonderHaar
ce30943436 Add Nri.Ui.Text.V3 2019-06-27 16:03:47 -07:00
Tessa
6fbbf29405
Merge pull request #298 from NoRedInk/release-branch
Bump
2019-06-21 10:43:35 -07:00
Tessa Kelly
be27802bcd Bump 2019-06-21 10:40:23 -07:00
Tessa
aece305611
Merge pull request #293 from NoRedInk/tessa/icon-work
Accessible Modal
2019-06-18 09:20:34 -07:00
Tessa Kelly
7c2d9ea73c Fix doc comment 2019-06-18 09:14:13 -07:00
Tessa Kelly
283472a0f0 Merge branch 'tessa/icon-work' of github.com:NoRedInk/noredink-ui into tessa/icon-work 2019-06-18 09:06:16 -07:00
Tessa Kelly
b7a8e178e3 Adds the subscriptions to the example 2019-06-18 09:03:13 -07:00
Tessa Kelly
b1d44c054f 🎨 avoid passing along a function with lots of arguments 2019-06-18 09:00:01 -07:00
Tessa Kelly
3ba03bbdef Use a type alias to describe the focusable elements 2019-06-18 08:54:20 -07:00
Tessa
bcf228998c
Merge branch 'master' into tessa/icon-work 2019-06-13 17:25:56 -07:00
Tessa
fc7a40cdff
Merge pull request #292 from NoRedInk/tessa/update-premium-checkbox
Tessa/update premium checkbox
2019-06-13 08:50:15 -07:00
Tessa Kelly
bae3a24277 Fix the premium flag 2019-06-13 08:40:15 -07:00
Tessa Kelly
403e3aed69 Proactively avoid class collisions 2019-06-13 08:40:15 -07:00