@abgov/jsonforms-components 1.56.3 → 1.57.0

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.
package/index.esm.js CHANGED
@@ -6676,7 +6676,6 @@ const FileUploader = _a => {
6676
6676
  const helpText = (_p = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _p === void 0 ? void 0 : _p.help;
6677
6677
  const sentenceCaseLabel = convertToSentenceCase(label);
6678
6678
  return jsxs(FileUploaderStyle, {
6679
- id: "file-upload",
6680
6679
  className: "FileUploader",
6681
6680
  children: [required ? jsx(GoAFormItem, {
6682
6681
  label: sentenceCaseLabel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.56.3",
3
+ "version": "1.57.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
6
6
  "repository": "https://github.com/GovAlta/adsp-monorepo",
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { RankedTester } from '@jsonforms/core';
3
- import { GoACalloutSize, GoACalloutType } from '@abgov/react-components-new';
3
+ import { GoACalloutSize, GoACalloutType } from '@abgov/react-components';
4
4
  export interface CalloutProps {
5
5
  size?: GoACalloutSize;
6
6
  type?: GoACalloutType;
@@ -1,5 +1,5 @@
1
1
  import React, { FC } from 'react';
2
- import { GoAIconType } from '@abgov/react-components-new';
2
+ import { GoAIconType } from '@abgov/react-components';
3
3
  interface ContextMenuIconProps {
4
4
  type: GoAIconType;
5
5
  testId?: string;
@@ -1,4 +1,4 @@
1
- import { GoAButtonType } from '@abgov/react-components-new';
1
+ import { GoAButtonType } from '@abgov/react-components';
2
2
  import { CategorizationStepperLayoutRendererProps } from './types';
3
3
  export interface FormStepperOptionProps {
4
4
  nextButtonLabel?: string;
@@ -1,4 +1,4 @@
1
- import { GoAButtonType } from '@abgov/react-components-new';
1
+ import { GoAButtonType } from '@abgov/react-components';
2
2
  import { CategorizationStepperLayoutRendererProps } from './types';
3
3
  export interface FormPageOptionProps {
4
4
  nextButtonLabel?: string;