• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jumpinjackie / mapguide-react-layout / 25359379559
60%

Build:
DEFAULT BRANCH: master
Ran 05 May 2026 05:26AM UTC
Jobs 1
Files 261
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 May 2026 05:23AM UTC coverage: 59.676% (-0.7%) from 60.392%
25359379559

push

github

web-flow
Add minimal element provider and enhance component styles (#1641)

* feat: Add minimal element provider

Creates all 44 files for the new minimal element provider at
src/components/elements/providers/minimal/.

This provider implements the full IElementContext interface using
plain HTML/CSS with no heavy UI framework dependency (Blueprint.js):
- 16 CSS files with CSS custom property design tokens
- 28 TypeScript components with Mn prefix
- Uses Lucide React for icons, react-hot-toast for toasts,
  and react-tiny-popover for popovers

All exported components are tagged @hidden and @since 0.15.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: jumpinjackie <563860+jumpinjackie@users.noreply.github.com>

* feat: add minimal element provider as default, keep blueprint provider intact

Agent-Logs-Url: https://github.com/jumpinjackie/mapguide-react-layout/sessions/01f08667-6e22-49a4-906a-ce27e414a2d4

Co-authored-by: jumpinjackie <563860+jumpinjackie@users.noreply.github.com>

* feat: enhance MnCallout component with icon support and styling improvements

* feat: update icon mapping and add unit tests for icon resolution

* feat: update button styles and integrate icon support in MnButton component

* feat: add minimal radio provider with styles and component implementation

* feat: enhance MnSlider component with label support and styling

* feat: enhance MnInputGroup component with round styling and left icon support

* feat: add icon-only button style and enhance input group right element handling

* feat: update MnNonIdealState component to conditionally render icon with MnIcon

* feat: update spinner styles for block display and centering

* feat: implement custom toast component with icon support and styles

* feat: enhance MnDialog component to support icon display in the header

* feat: update getItemStyle to use inline-flex for better alignment and spacing

* feat: enhance RndModalDialog styles and structure for... (continued)

3153 of 3868 branches covered (81.51%)

881 of 1196 new or added lines in 45 files covered. (73.66%)

326 existing lines in 29 files now uncovered.

15724 of 26349 relevant lines covered (59.68%)

13.03 hits per line

Uncovered Changes

Lines Coverage ∆ File
41
22.64
src/components/elements/providers/minimal/dialog.tsx
39
7.14
src/components/elements/providers/minimal/editable-text.tsx
39
64.83
0.33% src/components/toolbar.tsx
34
15.0
src/components/elements/providers/minimal/toaster.tsx
27
10.0
src/components/elements/providers/minimal/popover.tsx
20
20.0
src/components/elements/providers/minimal/drawer.tsx
15
73.68
src/components/elements/providers/minimal/menu.tsx
13
18.75
src/components/elements/providers/minimal/checkbox.tsx
11
15.38
src/components/elements/providers/minimal/text.tsx
8
27.27
src/components/elements/providers/minimal/file-input.tsx
8
0.0
0.0% src/components/modal-dialog.tsx
7
30.0
src/components/elements/providers/minimal/spinner.tsx
6
72.73
src/components/elements/providers/minimal/heading.tsx
5
92.96
src/components/elements/providers/minimal/input-group.tsx
5
76.19
src/components/elements/providers/minimal/numeric-input.tsx
4
86.67
src/components/elements/providers/minimal/callout.tsx
4
69.23
src/components/elements/providers/minimal/icon.tsx
4
91.3
src/components/elements/providers/minimal/slider.tsx
4
97.88
src/components/elements/providers/minimal/svg-icons.tsx
4
0.0
0.0% src/layouts/sidebar.tsx
3
91.89
src/components/elements/providers/minimal/tab-set.tsx
3
0.0
0.0% src/layouts/aqua.tsx
2
97.7
-2.3% src/components/flyout-region.tsx
2
61.18
0.0% src/components/legend.tsx
2
0.0
0.0% src/layouts/turquoise-yellow.tsx
1
94.44
src/components/elements/providers/minimal/non-ideal-state.tsx
1
95.65
src/components/elements/providers/minimal/select.tsx
1
7.18
0.0% src/components/layer-manager/manage-layers.tsx
1
91.27
-0.19% src/components/selection-panel.tsx
1
0.0
0.0% src/layouts/limegold.tsx

Coverage Regressions

Lines Coverage ∆ File
62
0.0
-100.0% src/components/elements/providers/blueprint/provider.tsx
34
0.0
-69.39% src/components/elements/providers/blueprint/menu.tsx
18
0.0
-100.0% src/components/elements/providers/blueprint/input-group.tsx
18
0.0
-100.0% src/components/elements/providers/blueprint/select.tsx
17
0.0
-34.69% src/components/elements/providers/blueprint/dialog.tsx
17
0.0
-94.44% src/components/elements/providers/blueprint/utils.ts
15
0.0
-100.0% src/components/elements/providers/blueprint/callout.tsx
15
0.0
-71.43% src/components/elements/providers/blueprint/heading.tsx
14
0.0
-100.0% src/components/elements/providers/blueprint/html-table.tsx
14
0.0
-100.0% src/components/elements/providers/blueprint/slider.tsx
11
0.0
-100.0% src/components/elements/providers/blueprint/radio.tsx
10
0.0
-100.0% src/components/elements/providers/blueprint/switch.tsx
8
0.0
-100.0% src/components/elements/providers/blueprint/button.tsx
8
0.0
-100.0% src/components/elements/providers/blueprint/tab-set.tsx
7
0.0
-100.0% src/components/elements/providers/blueprint/card.tsx
7
0.0
-100.0% src/components/elements/providers/blueprint/form-group.tsx
6
0.0
-100.0% src/components/elements/providers/blueprint/icon.tsx
6
0.0
-100.0% src/components/elements/providers/blueprint/non-ideal-state.tsx
5
0.0
-100.0% src/components/elements/providers/blueprint/collapsible.tsx
5
0.0
-13.89% src/components/elements/providers/blueprint/toaster.tsx
4
0.0
-26.67% src/components/elements/providers/blueprint/drawer.tsx
4
0.0
-23.53% src/components/elements/providers/blueprint/spinner.tsx
4
64.52
-12.9% src/components/icon.tsx
3
0.0
-60.0% src/components/elements/providers/blueprint/checkbox.tsx
3
0.0
-60.0% src/components/elements/providers/blueprint/editable-text.tsx
3
0.0
-33.33% src/components/elements/providers/blueprint/file-input.tsx
3
0.0
-60.0% src/components/elements/providers/blueprint/numeric-input.tsx
3
0.0
-42.86% src/components/elements/providers/blueprint/popover.tsx
2
0.0
-16.67% src/components/elements/providers/blueprint/text.tsx
Jobs
ID Job ID Ran Files Coverage
1 25359379559.1 05 May 2026 05:26AM UTC 261
59.68
GitHub Action Run
Source Files on build 25359379559
  • Tree
  • List 261
  • Changed 47
  • Source Changed 18
  • Coverage Changed 42
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25359379559
  • 706e3ead on github
  • Prev Build on master (#25356596552)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc