@elliemae/ds-form-layout-blocks 2.4.16 → 2.4.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-blocks",
3
- "version": "2.4.16",
3
+ "version": "2.4.19",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout",
6
6
  "module": "./esm/index.js",
@@ -72,7 +72,7 @@
72
72
  "build": "node ../../scripts/build/build.js"
73
73
  },
74
74
  "dependencies": {
75
- "@elliemae/ds-props-helpers": "2.4.16",
75
+ "@elliemae/ds-props-helpers": "2.4.19",
76
76
  "react-desc": "~4.1.3",
77
77
  "uid": "~2.0.0"
78
78
  },
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import type { DSFormLayoutBlockItemPropsT as Props } from './index.d';
4
3
  declare const DSFormLayoutBlockItem: {
5
4
  (props: Props): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface DSFormLayoutBlockItemPropsT {
3
2
  children: JSX.Element;
4
3
  label: string;
@@ -1,5 +1,4 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
- /// <reference types="react" />
3
2
  import type { DSControlledCheckboxGroupT } from './index.d';
4
3
  declare const DSFormLayoutCheckboxGroup: {
5
4
  (props: DSControlledCheckboxGroupT): JSX.Element;