@vertigis/react-ui 11.2.1 → 11.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import MUIFormControl, { formControlClasses as muiFormControlClasses, } from "@mui/material/FormControl";
3
- import InlineHelp from "@vertigis/react-ui/InlineHelp/index.js";
4
- import { styled, mergeStyles } from "@vertigis/react-ui/styles";
5
3
  import { forwardRef } from "react";
4
+ import InlineHelp from "../InlineHelp/index.js";
5
+ import { styled, mergeStyles } from "../styles/index.js";
6
6
  // MUST be the first export, since some of the exports are overridden below.
7
7
  export * from "@mui/material/FormControl";
8
8
  const PREFIX = "GcxFormControl";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/react-ui",
3
- "version": "11.2.1",
3
+ "version": "11.3.1",
4
4
  "description": "Utilities and React components used in VertiGIS applications.",
5
5
  "keywords": [
6
6
  "vertigis",