@ctlyst.id/internal-ui 5.3.3 → 5.4.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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -4817,7 +4817,6 @@ function SelectAsync({
|
|
|
4817
4817
|
NoOptionsMessage,
|
|
4818
4818
|
...components
|
|
4819
4819
|
},
|
|
4820
|
-
...rest,
|
|
4821
4820
|
styles: { ...selectStyles(colorMode, isError), ...styles },
|
|
4822
4821
|
theme: themeSelect,
|
|
4823
4822
|
...rest
|
|
@@ -5806,6 +5805,7 @@ var useToast = () => {
|
|
|
5806
5805
|
link && /* @__PURE__ */ jsx65(
|
|
5807
5806
|
Link6,
|
|
5808
5807
|
{
|
|
5808
|
+
as: link.as,
|
|
5809
5809
|
href: link.url,
|
|
5810
5810
|
textDecoration: "underline",
|
|
5811
5811
|
minW: "max-content",
|