Commit Graph

3597 Commits

Author SHA1 Message Date
Juan Edi
ddf52758fa bump to 12.18.1 2021-04-13 18:55:55 -03:00
Juan Edi
2f2dbae6e5
Merge pull request #688 from NoRedInk/raven/fix-segmented-control-styles
SegmentedControl honours FillContainer
2021-04-13 18:53:50 -03:00
Juan Edi
3b3f2d5a2e SegmentedControl's demo respects "tooltip" options
The viewRadioGroup example was behaving as if it was always enabled
2021-04-13 18:39:25 -03:00
Juan Edi
8071165c5a SegmentedControl honours FillContainer
`viewRadioGroup` was ignoring it when tooltips were being used.
2021-04-12 18:19:47 -03:00
Tessa
66a45bf3d0
Merge pull request #685 from NoRedInk/tessa/adjust-clickable-svg-example
Fix ClickableSvg example
2021-04-08 09:39:26 -07:00
Nuno Ferreira
87c949837f
Merge branch 'master' into tessa/adjust-clickable-svg-example 2021-04-08 11:17:57 +02:00
Brian Hicks
b58505154a
Merge pull request #686 from NoRedInk/12.18.0-bump
12.18.0 bump
2021-04-07 10:54:01 -05:00
Brian Hicks
3ada0d5a0a document the problem publishing with 0.19.1 2021-04-07 10:47:53 -05:00
Brian Hicks
e0337c5677 bump to 12.18.0 2021-04-07 10:47:42 -05:00
Tessa Kelly
37800509da Fix example 2021-04-07 08:39:52 -07:00
Brian Hicks
1c665d8346
Merge pull request #683 from NoRedInk/raven/tooltips-in-segmented-controls
allow tooltips in segmented controls
2021-04-07 05:44:54 -05:00
Brian Hicks
7a573b1877 update forbidden imports list 2021-04-06 16:13:23 -05:00
Brian Hicks
9b985371af only insert the tooltip markup if tooltip attributes are set 2021-04-06 16:13:23 -05:00
Brian Hicks
f7a4735995 allow tooltips in segmented controls 2021-04-06 16:13:23 -05:00
Brian Hicks
056314f75f expose SegmentedControl.V14 2021-04-06 16:13:23 -05:00
Brian Hicks
41fdd526f6 update docs 2021-04-06 16:13:23 -05:00
Brian Hicks
d8d09cb115 add new SegmentedControl.V14 2021-04-06 16:13:22 -05:00
Brian Hicks
74389ea939
Merge pull request #684 from NoRedInk/update-everything
Update everything
2021-04-06 16:13:10 -05:00
Brian Hicks
3d05c3e695 use callPackage isntead of import 2021-04-06 15:50:52 -05:00
Brian Hicks
188834bc80 update sources 2021-04-06 15:49:44 -05:00
Brian Hicks
2f48edc773 catch up deprecated modules stuff 2021-04-06 15:47:36 -05:00
Brian Hicks
5869e28b03 update npm packages 2021-04-06 15:47:28 -05:00
Tessa Kelly
91f016b194 Fix missing disabled styles 2021-03-18 10:40:27 -07:00
Tessa Kelly
ab92b6af35 Adds tab/tab-back behavior 2021-03-18 10:35:46 -07:00
Tessa Kelly
a066b6377f Un-comment the other example 2021-03-18 10:31:40 -07:00
Tessa Kelly
bfafa67d5c Fix group behavior 2021-03-04 15:22:22 -08:00
Tessa Kelly
40d6a27f09 Fix the arrow implementation for singular entries (groups are broken) 2021-03-04 13:47:18 -08:00
Tessa Kelly
ebf809918b Combine the focus and toggle message handlers 2021-03-04 11:22:50 -08:00
Tessa Kelly
b5636a23b3 Adds down ids
Note wrapping does not work right, because the lengths of the 3 mapped lists don't match up
2021-03-04 11:22:50 -08:00
Tessa Kelly
a473aa0f8a Adds the Up id focus behavior 2021-03-04 11:22:50 -08:00
Tessa Kelly
7afd09942d Fold the dropdown code back into the main view helper 2021-03-04 11:22:50 -08:00
Tessa Kelly
2a9d576ed8 Implement the very first bit of the focus behavior: arrow down to get into the menu, and then no interior nav with tabs 2021-03-04 11:22:50 -08:00
Tessa Kelly
d186fbac68 Adds menu item ids 2021-03-04 11:22:50 -08:00
Tessa Kelly
8baa5c364e 💀 remove helper that's only used once and that complicates the content 2021-03-04 11:22:50 -08:00
Tessa Kelly
869623f9ad Finish width todo 2021-03-04 11:22:50 -08:00
Tessa Kelly
cbd3ef12e6 Separate the types for the menu configuration 2021-03-04 11:22:50 -08:00
Tessa Kelly
c5155ca408 Make the menu more generic: move the tooltip and clickable svg stuff to an example 2021-03-04 11:22:50 -08:00
Tessa Kelly
e702bd1a3c Move the click handling to the shared location 2021-03-04 11:22:50 -08:00
Tessa Kelly
a88f1fb155 Share the code that can be shared between the two discrete menu implementations 2021-03-04 11:22:50 -08:00
Tessa Kelly
ba86a258ed 💀 unused code 2021-03-04 11:22:50 -08:00
Tessa Kelly
7edbd4fd49 Adjust the id behavior 2021-03-04 11:22:50 -08:00
Tessa Kelly
d309b391cf Use ClickableSvg and Tooltip.V2 for the menu 2021-03-04 11:22:50 -08:00
Tessa Kelly
8da3a2dd4d Inline reusable helper for easy refactoring 2021-03-04 11:22:50 -08:00
Tessa Kelly
fa3c5f9c5f 💀 remove iconLink and iconButton 2021-03-04 11:22:50 -08:00
Tessa Kelly
ec54e767f9 Close the main menu on escape 2021-03-04 11:22:50 -08:00
Tessa Kelly
643d0a0bc4 onToggle -> toggle 2021-03-04 11:22:50 -08:00
Tessa Kelly
06242c36f2 Adds focus helper 2021-03-04 11:22:50 -08:00
Tessa Kelly
c5c7a24c99 copy V1 to V2 2021-03-04 11:22:50 -08:00
Tessa Kelly
4937f69c04 Adds aspirational menu interaction notes 2021-03-04 11:22:50 -08:00
Tessa
d28dfa1d5c
Merge pull request #682 from NoRedInk/bump-for-null
Bump version
2021-03-02 14:42:37 -08:00