@homebound/beam 2.379.1 → 2.380.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/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5178,7 +5178,10 @@ var Icons = {
|
|
|
5178
5178
|
// src/components/PresentationContext.tsx
|
|
5179
5179
|
var import_react5 = require("react");
|
|
5180
5180
|
var import_jsx_runtime4 = require("@emotion/react/jsx-runtime");
|
|
5181
|
-
var PresentationContext = (0, import_react5.createContext)({
|
|
5181
|
+
var PresentationContext = (0, import_react5.createContext)({
|
|
5182
|
+
// Required fields should always show asterisk
|
|
5183
|
+
fieldProps: { labelSuffix: { required: "*" } }
|
|
5184
|
+
});
|
|
5182
5185
|
function PresentationProvider(props) {
|
|
5183
5186
|
const { children, ...presentationProps } = props;
|
|
5184
5187
|
const existingContext = usePresentationContext();
|