Commit Graph

129 Commits

Author SHA1 Message Date
Tessa Kelly
82e4c6e63b Fix tests 2020-09-08 16:13:30 -07:00
Tessa Kelly
fd69c6c8a9 Pull out focus trap helper 2020-09-02 16:56:10 -07:00
Tessa Kelly
9a67a64d63 Expose V11 2020-09-02 10:13:21 -07:00
Tessa Kelly
a2421b7742 Wire up message v2 2020-08-28 16:05:31 -07:00
Brian Hicks
b02d90c59d fix up the tests... again 2020-08-20 16:01:42 -05:00
Brian Hicks
95b1592854 fix up tests 2020-08-20 15:45:26 -05:00
Brian Hicks
85bcfbe424 copy v11 -> v12 2020-08-20 15:07:18 -05:00
Tessa
cfa65b53b5
Merge branch 'master' into tessa/remove-modal-v9 2020-08-20 08:16:18 -07:00
Tessa Kelly
b12520fedf 💀 remove tabs v5 2020-08-18 14:05:09 -07:00
Tessa Kelly
d5d83bcbde 💀 remove modal v9 2020-08-18 14:01:28 -07:00
Tessa
9c608059bb
Merge branch 'master' into tessa/remove-old-segmented-controls 2020-08-17 15:20:05 -07:00
Tessa Kelly
9c8e475aa8 💀 remove segmented control v9 and v10 2020-08-17 13:47:27 -07:00
Brian Hicks
dface805bc add a separate checked attribute for writing tests against
The basic problem here: `node.checked = true` in a real browser does not
modify the DOM; it only modifies the internal state of the element. It shows
up in our tests because `Test.Html.Query` makes all the elements and properties
visible for testing.

To get around this, we just add a `data-nri-checked` for automated tests
to use.
2020-08-17 12:23:39 -05:00
Brian Hicks
3bbcc27d20 test checked attribute (since QA will be depending on it in their tests) 2020-08-17 12:23:39 -05:00
Brian Hicks
94f5d0e5cc move TextInput teests to a non-versioned file 2020-08-13 16:40:03 -05:00
Brian Hicks
8b91af1ccb move SlideModal tests to a non-versioned file 2020-08-13 16:39:20 -05:00
Brian Hicks
b6dc6a21c8 move PremiumCheckbox tests to a non-versioned file 2020-08-13 16:38:48 -05:00
Brian Hicks
b014df5af7 move Tooltip tests to a non-versioned file 2020-08-13 16:35:23 -05:00
Brian Hicks
9a51b4b5c2 move SortableTable tests to a non-versioned file 2020-08-13 16:34:03 -05:00
Brian Hicks
c7d6bafc96 move Page tests to a non-versioned file 2020-08-13 16:33:15 -05:00
Brian Hicks
72b5aeeb69 delete spec for deprecated component 2020-08-13 16:12:18 -05:00
Ju Liu
be9c2e42c5 Implement Modal.V10
Which allows an easier way to customize the modal styling
2020-08-12 15:18:21 +01:00
Tessa Kelly
a30bb6153d Copy V5 tabs to V6 2020-08-05 14:18:03 -07:00
Tessa Kelly
b6b41109e5 cp SegmentedControl/V10.elm SegmentedControl/V11.elm 2020-08-05 13:15:57 -07:00
Tessa
ef6ee0ab21
Merge branch 'master' into lab/stickyable-segmented-control 2020-08-04 21:44:47 -07:00
Tessa Kelly
9601ab46ac Fix json files -- no idea how I messed this up 2020-08-04 21:42:26 -07:00
Tessa
327b49837d
Merge branch 'master' into tessa/kill-sortable-table-v1 2020-08-04 11:18:44 -07:00
Tessa
74327e5e94
Merge branch 'master' into tessa/remove-modal-v8 2020-08-03 15:20:40 -07:00
Tessa
89b6e03905
Merge branch 'master' into tessa/remove-modal-v8 2020-08-03 15:20:04 -07:00
Tessa Kelly
0672ce7c35 Merge remote-tracking branch 'origin/master' into tessa/kill-button-v5 2020-08-03 14:43:47 -07:00
Juan Edi
cbad2b5c1c
Merge branch 'master' into tessa/kill-modal-v2 2020-08-03 15:18:59 -03:00
Tessa Kelly
2c2fc516b1 💀 remove Button V5 2020-07-31 16:16:39 -07:00
Tessa Kelly
9d80ef6edf 💀 remove Modal.V2 2020-07-31 14:10:30 -07:00
Tessa Kelly
e1e52a27f0 Update deprecated imports 2020-07-31 13:19:19 -07:00
Tessa Kelly
603a1f1e5a Fix test file, which should be against the newest version 2020-07-31 13:18:31 -07:00
Tessa Kelly
413fb78e20 Merge remote-tracking branch 'origin/master' into tessa/kill-segmented-control-v6 2020-07-31 13:06:46 -07:00
Tessa
a63b8f9c76
Merge branch 'master' into tessa/add-radio-button 2020-07-31 13:02:11 -07:00
Tessa Kelly
4c0ab29ad6 💀 remove SegmentedControl V6 2020-07-31 12:54:33 -07:00
Tessa Kelly
cdc6069cef Expose 2020-07-30 11:50:52 -07:00
Tessa Kelly
df1e8a8325 💀 remove segmented control v8 2020-07-29 16:16:39 -07:00
Tessa Kelly
1521aceb79 💀 remove Modal V8 2020-07-28 17:05:44 -07:00
Brian Hicks
5a4f19ac81 add Nri.Ui.Text.V5 2020-07-13 09:41:01 -05:00
Tessa Kelly
a21dd757d1 make run 2020-07-02 16:40:35 -07:00
Tessa Kelly
3bf24352af 💀 remove old components 2020-06-22 17:46:20 -07:00
Brian Hicks
d624c1ba6a add InputStyles.V3 2020-06-22 15:29:31 -05:00
Tessa Kelly
719cebe867 Fix test compilation 2020-06-10 14:56:55 -07:00
Tessa Kelly
77ead591bd Update elm-verify-examples 2020-06-10 12:11:45 -07:00
Tessa Kelly
fb53ce05d5 Copy V4 -> V5 2020-06-09 14:21:42 -07:00
Ju Liu
05748da187 Reorganize and rename assignment icons 2020-06-03 12:01:53 +01:00
Katie Hughes
08bd22fa7b Expose my module 2020-05-22 16:14:24 -07:00