@ctlyst.id/internal-ui 5.3.3 → 5.4.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.mts CHANGED
@@ -769,6 +769,7 @@ interface CustomToastOptions extends Omit<ToastOptions, 'icon'> {
769
769
  link?: {
770
770
  url: string;
771
771
  label: string;
772
+ as?: As;
772
773
  };
773
774
  }
774
775
  declare const useToast: () => {
package/dist/index.d.ts CHANGED
@@ -769,6 +769,7 @@ interface CustomToastOptions extends Omit<ToastOptions, 'icon'> {
769
769
  link?: {
770
770
  url: string;
771
771
  label: string;
772
+ as?: As;
772
773
  };
773
774
  }
774
775
  declare const useToast: () => {
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",