@plasmicpkgs/plasmic-rich-components 1.0.105 → 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
  );
@@ -2601,6 +2592,7 @@ const richListMeta = {
2601
2592
  padding: "16px",
2602
2593
  maxHeight: "100%"
2603
2594
  },
2595
+ defaultDisplay: "block",
2604
2596
  props: __spreadValues({
2605
2597
  data: dataProp(),
2606
2598
  type: {