@basalt/bedrock-schema-form
Advanced tools
Comparing version 0.29.4 to 0.30.0-alpha.0
@@ -8,3 +8,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized"; | ||
var _jsxFileName = "/home/travis/build/basaltinc/bedrock/components/schema-form/src/schema-form.jsx"; | ||
var _jsxFileName = "/Users/Evan/dev/basalt/bedrock-repos/bedrock/components/schema-form/src/schema-form.jsx"; | ||
import React from 'react'; | ||
@@ -18,2 +18,4 @@ import Form from 'react-jsonschema-form'; | ||
import CustomField from './custom-templates/custom-field'; | ||
import CheckboxWidget from './custom-templates/checkbox-widget'; | ||
import CheckboxesWidget from './custom-templates/checkboxes-widget'; | ||
/* eslint-disable no-console */ | ||
@@ -72,3 +74,3 @@ | ||
fileName: _jsxFileName, | ||
lineNumber: 43 | ||
lineNumber: 45 | ||
}, | ||
@@ -87,5 +89,10 @@ __self: this | ||
className: this.props.isInline ? 'rjsf rjsf--inline' : 'rjsf', | ||
widgets: { | ||
// can add any of our own OR replace any of these core ones: https://github.com/mozilla-services/react-jsonschema-form/tree/master/src/components/widgets | ||
CheckboxWidget: CheckboxWidget, | ||
CheckboxesWidget: CheckboxesWidget | ||
}, | ||
__source: { | ||
fileName: _jsxFileName, | ||
lineNumber: 44 | ||
lineNumber: 46 | ||
}, | ||
@@ -96,3 +103,3 @@ __self: this | ||
fileName: _jsxFileName, | ||
lineNumber: 57 | ||
lineNumber: 64 | ||
}, | ||
@@ -104,3 +111,3 @@ __self: this | ||
fileName: _jsxFileName, | ||
lineNumber: 58 | ||
lineNumber: 65 | ||
}, | ||
@@ -107,0 +114,0 @@ __self: this |
{ | ||
"name": "@basalt/bedrock-schema-form", | ||
"license": "GPL-2.0-or-later", | ||
"version": "0.29.4", | ||
"version": "0.30.0-alpha.0", | ||
"description": "A Bedrock component that helps build Design Systems", | ||
@@ -33,3 +33,3 @@ "module": "dist/schema-form.js", | ||
}, | ||
"gitHead": "01429363f453d9dc847adbf5a2ba9329e15e5373" | ||
"gitHead": "97e1a867fb6c256e927dbec11998bb21f1ba75cb" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11860
118