@theroutingcompany/components 0.0.33-alpha.2 → 0.0.33-alpha.4
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.
|
@@ -16118,36 +16118,40 @@ function MC(e, t) {
|
|
|
16118
16118
|
as: r,
|
|
16119
16119
|
to: n,
|
|
16120
16120
|
toTitle: o,
|
|
16121
|
-
|
|
16122
|
-
|
|
16123
|
-
|
|
16124
|
-
|
|
16125
|
-
|
|
16126
|
-
|
|
16127
|
-
|
|
16128
|
-
|
|
16129
|
-
|
|
16130
|
-
|
|
16131
|
-
|
|
16132
|
-
|
|
16133
|
-
|
|
16134
|
-
|
|
16135
|
-
|
|
16136
|
-
|
|
16137
|
-
|
|
16138
|
-
|
|
16139
|
-
|
|
16121
|
+
formId: a,
|
|
16122
|
+
type: i,
|
|
16123
|
+
children: s,
|
|
16124
|
+
variant: l = "primary",
|
|
16125
|
+
inverse: c = !1,
|
|
16126
|
+
disabled: d,
|
|
16127
|
+
size: u,
|
|
16128
|
+
onClick: p,
|
|
16129
|
+
onFocus: m,
|
|
16130
|
+
onBlur: h,
|
|
16131
|
+
className: b = "",
|
|
16132
|
+
...g
|
|
16133
|
+
} = e, $ = r ?? "button", v = xr(g, Ir.propNames ?? []), _ = xr(g, Du.propNames ?? []), w = {
|
|
16134
|
+
variant: l,
|
|
16135
|
+
inverse: c,
|
|
16136
|
+
className: b,
|
|
16137
|
+
disabled: d,
|
|
16138
|
+
onClick: p,
|
|
16139
|
+
onFocus: m,
|
|
16140
|
+
onBlur: h,
|
|
16141
|
+
size: u,
|
|
16142
|
+
formId: a,
|
|
16143
|
+
type: i,
|
|
16140
16144
|
ref: t,
|
|
16141
|
-
|
|
16145
|
+
..._,
|
|
16142
16146
|
// these might be duplicates to boxSystemProps, will have to check
|
|
16143
|
-
...
|
|
16147
|
+
...v
|
|
16144
16148
|
// allow all box properties too - we extend from it :)
|
|
16145
|
-
},
|
|
16149
|
+
}, P = re(() => /* @__PURE__ */ x(
|
|
16146
16150
|
OC,
|
|
16147
16151
|
{
|
|
16148
|
-
children:
|
|
16152
|
+
children: s
|
|
16149
16153
|
}
|
|
16150
|
-
), [
|
|
16154
|
+
), [s]);
|
|
16151
16155
|
return n && !r ? /* @__PURE__ */ x(
|
|
16152
16156
|
sm,
|
|
16153
16157
|
{
|
|
@@ -16156,11 +16160,11 @@ function MC(e, t) {
|
|
|
16156
16160
|
target: "_blank",
|
|
16157
16161
|
rel: "noopener noreferrer",
|
|
16158
16162
|
title: o ?? "Opens in a new tab",
|
|
16159
|
-
...
|
|
16160
|
-
"data-id":
|
|
16161
|
-
children:
|
|
16163
|
+
...w,
|
|
16164
|
+
"data-id": g["data-id"],
|
|
16165
|
+
children: P
|
|
16162
16166
|
}
|
|
16163
|
-
) : /* @__PURE__ */ x(sm, { as:
|
|
16167
|
+
) : /* @__PURE__ */ x(sm, { as: $, ...w, "data-id": g["data-id"], children: P });
|
|
16164
16168
|
}
|
|
16165
16169
|
const Su = B(
|
|
16166
16170
|
MC
|