@theroutingcompany/components 0.0.153-alpha.0 → 0.0.153-alpha.2

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.
@@ -14061,9 +14061,9 @@ const Z9 = L.span`
14061
14061
  menuItemVariant: i = "tertiary",
14062
14062
  placement: a = "end",
14063
14063
  closeOnClickOutside: u = !0,
14064
- defaultAction: l,
14065
- onDefaultAction: s,
14066
- closeOnEscape: c = !0,
14064
+ closeOnEscape: l = !0,
14065
+ defaultAction: s,
14066
+ onDefaultAction: c,
14067
14067
  optionIcon: d,
14068
14068
  ...p
14069
14069
  }, h) => {
@@ -14082,7 +14082,7 @@ const Z9 = L.span`
14082
14082
  g
14083
14083
  );
14084
14084
  sa(() => {
14085
- c && v.isOpen && v.close();
14085
+ l && v.isOpen && v.close();
14086
14086
  });
14087
14087
  const P = () => {
14088
14088
  switch (a) {
@@ -14096,22 +14096,22 @@ const Z9 = L.span`
14096
14096
  return "bottom start";
14097
14097
  }
14098
14098
  };
14099
- return l && s ? /* @__PURE__ */ ee(Ze, { children: [
14099
+ return s && c ? /* @__PURE__ */ ee(Ze, { children: [
14100
14100
  /* @__PURE__ */ ee(J9, { ref: b, $ml: p.ml, children: [
14101
14101
  /* @__PURE__ */ m(
14102
14102
  Q9,
14103
14103
  {
14104
- ref: g,
14105
14104
  type: "button",
14106
14105
  variant: n,
14107
14106
  size: o,
14108
- onClick: s,
14109
- children: l
14107
+ onClick: c,
14108
+ children: s
14110
14109
  }
14111
14110
  ),
14112
14111
  /* @__PURE__ */ m(
14113
14112
  eR,
14114
14113
  {
14114
+ ref: g,
14115
14115
  type: "button",
14116
14116
  variant: n,
14117
14117
  size: o,
@@ -14122,7 +14122,7 @@ const Z9 = L.span`
14122
14122
  }
14123
14123
  )
14124
14124
  ] }),
14125
- v.isOpen && /* @__PURE__ */ m(
14125
+ v.isOpen ? /* @__PURE__ */ m(
14126
14126
  hn,
14127
14127
  {
14128
14128
  state: v,
@@ -14140,20 +14140,20 @@ const Z9 = L.span`
14140
14140
  r(w), v.close();
14141
14141
  },
14142
14142
  children: /* @__PURE__ */ ee(Pg, { children: [
14143
- d && /* @__PURE__ */ m(d, {}),
14143
+ d ? /* @__PURE__ */ m(d, {}) : null,
14144
14144
  w
14145
14145
  ] })
14146
14146
  },
14147
14147
  w
14148
14148
  )) })
14149
14149
  }
14150
- )
14150
+ ) : null
14151
14151
  ] }) : /* @__PURE__ */ ee(Ze, { children: [
14152
14152
  /* @__PURE__ */ m(
14153
14153
  qr,
14154
14154
  {
14155
14155
  ...x,
14156
- ref: g,
14156
+ ref: h || g,
14157
14157
  type: "button",
14158
14158
  variant: n,
14159
14159
  size: o,
@@ -14167,7 +14167,7 @@ const Z9 = L.span`
14167
14167
  ] })
14168
14168
  }
14169
14169
  ),
14170
- v.isOpen && /* @__PURE__ */ m(
14170
+ v.isOpen ? /* @__PURE__ */ m(
14171
14171
  hn,
14172
14172
  {
14173
14173
  state: v,
@@ -14185,14 +14185,14 @@ const Z9 = L.span`
14185
14185
  r(w), v.close();
14186
14186
  },
14187
14187
  children: /* @__PURE__ */ ee(Pg, { children: [
14188
- d && /* @__PURE__ */ m(d, {}),
14188
+ d ? /* @__PURE__ */ m(d, {}) : null,
14189
14189
  w
14190
14190
  ] })
14191
14191
  },
14192
14192
  w
14193
14193
  )) })
14194
14194
  }
14195
- )
14195
+ ) : null
14196
14196
  ] });
14197
14197
  }
14198
14198
  );
@@ -30595,10 +30595,8 @@ const PG = Object.assign(ci, {
30595
30595
  position: sticky;
30596
30596
  top: 0;
30597
30597
  background-color: ${f.color_white};
30598
- box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px, rgba(0, 0, 0, 0.1) 0px 1px 2px,
30599
- rgba(0, 0, 0, 0.07) 0px 0px 2px, rgba(0, 0, 0, 0.1) 0px 1px 1px,
30600
- rgba(0, 0, 0, 0.05) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
30601
- rgba(0, 0, 0, 0.08) 0px 1px 4px;
30598
+ box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.04);
30599
+ border-bottom: 1px solid rgba(0, 0, 0, 0.08);
30602
30600
  `, BG = ({
30603
30601
  children: e,
30604
30602
  className: t