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

jumpinjackie / mapguide-react-layout
60%

Build:
DEFAULT BRANCH: master
Repo Added 17 Feb 2017 12:04PM UTC
Files 261
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • chore/pkg-updates
  • copilot/add-base-layer-thumbnails
  • copilot/add-i18n-string-bundle-helper-tool
  • copilot/add-map-sweeper-feature
  • copilot/add-missing-stories-components
  • copilot/add-selection-panel-dropdown
  • copilot/analyze-test-coverage
  • copilot/chore-replace-qs-url-parse
  • copilot/expand-test-suite-coverage
  • copilot/expand-test-suite-redux-functionality
  • copilot/fix-ajax-viewer-panel-alignment
  • copilot/fix-context-menu-react-viewer
  • copilot/fix-corner-case-issue-1384
  • copilot/fix-mouse-coordinates-format
  • copilot/fix-swipe-mode-layer-style
  • copilot/increase-code-coverage-url-module
  • copilot/integrate-visual-regression-testing
  • copilot/lazy-create-runtime-maps
  • copilot/limit-digits-of-double-number
  • copilot/migrate-to-latest-yarn-version
  • copilot/migrate-to-redux-toolkit
  • copilot/remove-appveyor-pipelines
  • copilot/remove-blueprint-js-dependency
  • copilot/remove-bp3-css-classes-usage
  • copilot/replace-blueprint-js-implementation
  • copilot/rework-vector-layer-thematics
  • copilot/support-urlpropsignore-app-settings
  • copilot/sweep-hard-coded-strings
  • copilot/update-api-compatibility-bounds-object
  • copilot/update-github-actions-workflow
  • dependabot/npm_and_yarn/babel/runtime-7.26.10
  • dependabot/npm_and_yarn/dompurify-3.2.4
  • dependabot/npm_and_yarn/dompurify-3.3.2
  • dependabot/npm_and_yarn/elliptic-6.6.1
  • dependabot/npm_and_yarn/express-4.21.0
  • dependabot/npm_and_yarn/flatted-3.4.2
  • dependabot/npm_and_yarn/lodash-4.17.23
  • dependabot/npm_and_yarn/lodash-4.18.1
  • dependabot/npm_and_yarn/nanoid-3.3.8
  • dependabot/npm_and_yarn/postcss-8.5.12
  • dependabot/npm_and_yarn/protocol-buffers-schema-3.6.1
  • dependabot/npm_and_yarn/qs-6.14.2
  • dependabot/npm_and_yarn/rollup-4.59.0
  • dependabot/npm_and_yarn/store2-2.14.4
  • dependabot/npm_and_yarn/storybook-8.6.17
  • dependabot/npm_and_yarn/vite-7.1.11
  • dependabot/npm_and_yarn/vite-7.1.5
  • dependabot/npm_and_yarn/vite-7.1.6
  • dependabot/npm_and_yarn/vite-7.3.2
  • dependabot/npm_and_yarn/vm2-3.11.2
  • dependabot/npm_and_yarn/webpack-5.104.1
  • feature/bp-replace
  • feature/lightweight-map-viewer
  • feature/package-updates-2505
  • master
  • snyk-fix-d39ae55d5a7d05345628cb683556a664
  • snyk-upgrade-026750ab50ce40450f24405c2e8e6bf5
  • snyk-upgrade-20b0f00952cea461343fb417d3d07dc1
  • snyk-upgrade-20e7605676f3513e1c3aa9b0df40b045
  • snyk-upgrade-2f6ec55b13b3a514ec08ffdf55c0c7aa
  • snyk-upgrade-30265404d321be973705f2d3ef3b06ed
  • snyk-upgrade-31511760d8b1c3ea8fa7c1468fb06227
  • snyk-upgrade-37c13427190dc0d62e76a75704491d82
  • snyk-upgrade-415776c3dc822b95f19acc5a0866f46e
  • snyk-upgrade-4e2296bc67e51ffce0bfaba715fb8a29
  • snyk-upgrade-52b86e82d339a273916d2a22ffdaff7f
  • snyk-upgrade-5d03501fd7bd7acd0395b983413c217a
  • snyk-upgrade-69aac3591b5f9116eb1ba5fa7805f136
  • snyk-upgrade-767ff8782d9f35fb098eb911fe5bec9e
  • snyk-upgrade-83990b7c899ba597703c39981b8ca3e8
  • snyk-upgrade-8993638f9ed43c820e3f640468e6f46c
  • snyk-upgrade-9162994f87aedd4168d49a012f431755
  • snyk-upgrade-c3d8d3b9730de34bdc64fa0effed30ab
  • snyk-upgrade-d2b0774da21a11c9cff175555975cfb4
  • snyk-upgrade-dd93db37b2b275577a864d736ccf1310
  • snyk-upgrade-df59618f40a04d68392e1c5f632f9c08
  • snyk-upgrade-ef480eec40f2075a92f3f27d6e59559c

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

Relevant lines Covered
Build:
Build:
26349 RELEVANT LINES 15724 COVERED LINES
13.03 HITS PER LINE
Source Files on master
  • Tree
  • List 261
  • Changed 47
  • Source Changed 18
  • Coverage Changed 42
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25359379559 master 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 IE... push 05 May 2026 05:26AM UTC web-flow github
59.68
25358801550 copilot/replace-blueprint-js-implementation Merge 0b6439db5 into 833d458d7 Pull #1641 05 May 2026 05:06AM UTC web-flow github
59.68
25331140214 copilot/replace-blueprint-js-implementation Merge 05440e84e into 1bdf52a3b Pull #1641 05 May 2026 03:48AM UTC web-flow github
59.68
25356596552 master Bump vm2 from 3.10.4 to 3.11.2 (#1642) Bumps [vm2](https://github.com/patriksimek/vm2) from 3.10.4 to 3.11.2. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/main/CHANGELOG.md) ... push 05 May 2026 03:44AM UTC web-flow github
60.39
25331696589 dependabot/npm_and_yarn/vm2-3.11.2 Merge 5172161b4 into 1bdf52a3b Pull #1642 04 May 2026 04:58PM UTC web-flow github
60.39
25329694775 copilot/replace-blueprint-js-implementation Merge e5413b51c into 1bdf52a3b Pull #1641 04 May 2026 04:16PM UTC web-flow github
59.68
25329055467 copilot/replace-blueprint-js-implementation Merge 6b9b3741a into 1bdf52a3b Pull #1641 04 May 2026 04:03PM UTC web-flow github
59.68
25324875688 copilot/replace-blueprint-js-implementation Merge 4247a8282 into 1bdf52a3b Pull #1641 04 May 2026 02:34PM UTC web-flow github
59.68
25320569678 copilot/replace-blueprint-js-implementation Merge 57bf29b12 into 1bdf52a3b Pull #1641 04 May 2026 01:06PM UTC web-flow github
59.68
25318081104 copilot/replace-blueprint-js-implementation Merge a01b4a4b4 into 1bdf52a3b Pull #1641 04 May 2026 12:11PM UTC web-flow github
59.65
See All Builds (3959)
  • Repo on GitHub
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