@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.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -5022,7 +5022,6 @@ function SelectAsync({
|
|
|
5022
5022
|
NoOptionsMessage,
|
|
5023
5023
|
...components
|
|
5024
5024
|
},
|
|
5025
|
-
...rest,
|
|
5026
5025
|
styles: { ...selectStyles(colorMode, isError), ...styles },
|
|
5027
5026
|
theme: themeSelect,
|
|
5028
5027
|
...rest
|
|
@@ -5947,6 +5946,7 @@ var useToast = () => {
|
|
|
5947
5946
|
link && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
5948
5947
|
import_react92.Link,
|
|
5949
5948
|
{
|
|
5949
|
+
as: link.as,
|
|
5950
5950
|
href: link.url,
|
|
5951
5951
|
textDecoration: "underline",
|
|
5952
5952
|
minW: "max-content",
|