@octaviaflow/core 3.1.0-beta.78 → 3.1.0-beta.80

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/workflow.cjs CHANGED
@@ -2494,6 +2494,7 @@ function Combobox({
2494
2494
  "div",
2495
2495
  {
2496
2496
  ref: panelRef,
2497
+ "data-ods-floating": "",
2497
2498
  className: "ods-combobox__panel",
2498
2499
  role: "presentation",
2499
2500
  style: {
@@ -5732,6 +5733,7 @@ var Select = (0, import_react38.forwardRef)(function Select2({
5732
5733
  import_framer_motion6.motion.div,
5733
5734
  {
5734
5735
  ref: dropdownRef,
5736
+ "data-ods-floating": "",
5735
5737
  className: "ods-select__dropdown",
5736
5738
  style: {
5737
5739
  position: "fixed",