@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 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",