@plasmicpkgs/plasmic-rich-components 1.0.106 → 1.0.107
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.js
CHANGED
|
@@ -2512,15 +2512,6 @@ function useRoleDefinitions(data, props) {
|
|
|
2512
2512
|
(f) => f.role && f.role !== "unset" && !props[f.role]
|
|
2513
2513
|
)
|
|
2514
2514
|
];
|
|
2515
|
-
console.log("!!derived", {
|
|
2516
|
-
minimalFullLengthFieldsWithDefaults,
|
|
2517
|
-
minimalFullLengthFields,
|
|
2518
|
-
defaultMinimalFullLengthFields,
|
|
2519
|
-
mergedFieldsWithDefaults,
|
|
2520
|
-
mergedFields,
|
|
2521
|
-
defaultMergedFields,
|
|
2522
|
-
props
|
|
2523
|
-
});
|
|
2524
2515
|
const roleConfigs = ensure(
|
|
2525
2516
|
groupBy__default.default(mergedFieldsWithDefaults, (f) => f.role)
|
|
2526
2517
|
);
|