@cambly/syntax-core 5.4.0 → 5.5.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.mjs CHANGED
@@ -999,7 +999,7 @@ var SelectList = ({
999
999
  [SelectList_module_default.opacityOverlay]: disabled
1000
1000
  }),
1001
1001
  children: [
1002
- /* @__PURE__ */ jsx15("label", { htmlFor: id, className: SelectList_module_default.outerTextContainer, children: /* @__PURE__ */ jsx15(Typography_default, { size: 100, color: "gray700", children: label }) }),
1002
+ label && /* @__PURE__ */ jsx15("label", { htmlFor: id, className: SelectList_module_default.outerTextContainer, children: /* @__PURE__ */ jsx15(Typography_default, { size: 100, color: "gray700", children: label }) }),
1003
1003
  /* @__PURE__ */ jsxs4("div", { className: SelectList_module_default.selectWrapper, children: [
1004
1004
  /* @__PURE__ */ jsxs4(
1005
1005
  "select",