@theroutingcompany/components 0.0.69 → 0.0.70-alpha.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.
|
@@ -8140,8 +8140,10 @@ function iE(e, t) {
|
|
|
8140
8140
|
ref: t,
|
|
8141
8141
|
..._,
|
|
8142
8142
|
// these might be duplicates to boxSystemProps, will have to check
|
|
8143
|
-
...g
|
|
8143
|
+
...g,
|
|
8144
8144
|
// allow all box properties too - we extend from it :)
|
|
8145
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
|
8146
|
+
"aria-label": v["aria-label"]
|
|
8145
8147
|
}, P = re(() => /* @__PURE__ */ x(
|
|
8146
8148
|
aE,
|
|
8147
8149
|
{
|