Commit Graph

7105 Commits

Author SHA1 Message Date
Juan Edi
fd66f171bd remove padding on the tab panel
(but keep a liiiiittle spacing above Nri.Ui.Panels so they don't touch the tabs)
2023-04-05 15:15:47 -03:00
Juan Edi
a4c2a54d2d get tab backgruond from pre-existing pageBackgroundColor attribute 2023-04-05 15:11:15 -03:00
Tessa Kelly
7c5471757a Doc comment 2023-04-05 11:56:33 -06:00
Tessa Kelly
d600027ef5 Fix the space-clicking behavior 2023-04-05 11:48:56 -06:00
Tessa Kelly
4a928460c8 Adds tests against clicking a static element 2023-04-05 11:47:40 -06:00
Tessa Kelly
534a58fbed 💀 remove the list of markers passed to initFragments, as they're never used 2023-04-05 10:44:39 -06:00
Tessa Kelly
bad73658ec fixup! remove staticWithOverlappingHighlights 2023-04-05 10:44:01 -06:00
Tessa Kelly
b6c390e33e Split the hover implementation for regular highlighter versus overlapping 2023-04-05 10:39:42 -06:00
Tessa Kelly
cb685f37e2 Fix docs 2023-04-05 09:55:20 -06:00
Tessa Kelly
513056fe18 remove staticWithOverlappingHighlights 2023-04-05 09:54:52 -06:00
Tessa Kelly
7fd8d829b9 Change the marker so that the highlights overlap 2023-04-05 09:53:14 -06:00
Tessa Kelly
21ce625ba7 Copy in code for actually applying overlaps 2023-04-05 09:47:11 -06:00
Tessa Kelly
878fd5fa93 Adds overlapping highlight interactive as a totally separate example 2023-04-05 09:32:29 -06:00
Micah Hahn
728b4c08c5 Add markdown label test for Block 2023-04-05 10:31:16 -05:00
Micah Hahn
27af57ef33 Add markdown stripping tests to Highlighter 2023-04-05 10:19:17 -05:00
Tessa Kelly
c7980f5ebf Merge remote-tracking branch 'origin/master' into bat/hover-highlight-styles 2023-04-05 09:18:23 -06:00
Tessa Kelly
3bb489bba8 Show hover styles for the entire highlight, not just one segment, for non-overlapping highlights 2023-04-05 09:17:40 -06:00
Micah Hahn
4c8d90cbcc Add patch note to Nri.Ui.Mark 2023-04-05 09:29:09 -05:00
Juan Edi
02f6479859 set background color on the padded container
that way you can appreciate the effect of the page background color
surounding the tabs.

(...or in other words: I think I just got what Ben was suggesting!)
2023-04-04 22:05:45 -03:00
Juan Edi
e5cb516086 more realistic content structure in panels (hopefully!) 2023-04-04 21:58:30 -03:00
Juan Edi
2ad5190a6b pull out panel content to a top level function 2023-04-04 21:31:17 -03:00
Juan Edi
ebff3f4475 add some padding to the doodad in the catalog 2023-04-04 21:26:56 -03:00
Juan Edi
4f9dea20ff use gray96 in component catalog example 2023-04-04 21:23:26 -03:00
Juan Edi
69f4b8778b change gradient stops for active tab to 0%,100% 2023-04-04 21:21:41 -03:00
Juan Edi
902b674b43 adjust panel background in preview
this should make a more realistic preview experience as the new
attribute is meant to match the panel's background.
2023-04-04 16:54:30 -03:00
Tessa
83f92d0267
Merge pull request #1344 from NoRedInk/fix-todo
use the column header in the non-interactive case
2023-04-04 13:52:08 -06:00
Brian Hicks
0c5345fd41
use the column header in the non-interactive case 2023-04-04 14:42:45 -05:00
Juan Edi
37b417afa2 changelog 2023-04-04 16:35:14 -03:00
Juan Edi
dded5ee3a3 add some docs for the new attribute 2023-04-04 16:32:49 -03:00
Brian Hicks
d8cb17e07d
Merge pull request #1342 from NoRedInk/bump-for-highlighter-styles
🏷️ radio inputs for HighlighterToolbar; Tab structure change, sticky-support, and top-padding; highlighter padding change, RadioButton on click outline, table sticky headers
2023-04-04 14:06:01 -05:00
Tessa Kelly
c94f56813b Bump 2023-04-04 12:38:04 -06:00
Brian Hicks
ace1f19247
Merge pull request #1338 from NoRedInk/table-sticky-header
add sticky headers to sortable tables
2023-04-04 13:03:21 -05:00
Juan Edi
d3ff15072d actually use the attribute! 2023-04-04 14:26:14 -03:00
Tessa Kelly
1aee1cbf42 Elm review 2023-04-04 11:21:08 -06:00
Juan Edi
6b7fc0e5ef add no-op attribute and integrate into component-catalog 2023-04-04 14:03:55 -03:00
Micah Hahn
0237f09954 🤖 elm-format 2023-04-04 11:58:13 -05:00
Micah Hahn
a8d65c58a2 Remove extra markdown paragraph padding from balloons 2023-04-04 11:56:40 -05:00
Brian Hicks
7643d65ac1
make the headers 45px tall by default 2023-04-04 11:54:19 -05:00
Micah Hahn
73ea410205 Strip markdown in more places 2023-04-04 11:31:28 -05:00
Micah Hahn
8b21cecce5 Strip markdown syntax from aria-roldescription 2023-04-04 11:17:01 -05:00
Micah Hahn
144f33ad34 Add support and examples for markdown content 2023-04-04 10:48:15 -05:00
Brian Hicks
338885e73f
adjust height/margin 2023-04-04 10:36:04 -05:00
Micah Hahn
c8941a2a9e Merge branch 'master' into phx-485-support-markdown-in-block-api 2023-04-04 10:15:06 -05:00
Charbel
e3ad4d728d
Merge pull request #1340 from NoRedInk/radio-clickable-area
A11-2529 Remove on-click and on-focus outline from Radio
2023-04-04 11:24:49 -03:00
Tessa Kelly
97b056249e Fix mistake: clear hint after saving 2023-04-03 16:33:51 -06:00
Tessa Kelly
3bfbb65103 Adds tests against the short selector 2023-04-03 16:33:51 -06:00
Tessa Kelly
0b570148c8 Adds select shortest function from the monolith 2023-04-03 16:33:51 -06:00
Tessa Kelly
0cbf26cabc Use Sorter when joining adjacent highlightables 2023-04-03 16:33:51 -06:00
Tessa Kelly
cd4055deb3 reimplement eraser styles 2023-04-03 16:33:51 -06:00
Tessa Kelly
5194d46b4f We actually do need build groups because otherwise mark can't apply start and end styles correctly 2023-04-03 16:33:51 -06:00