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