analytica-frontend-lib 1.3.79 → 1.3.80

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.
@@ -2259,6 +2259,7 @@ var SelectTrigger = (0, import_react9.forwardRef)(
2259
2259
  disabled,
2260
2260
  size = "medium",
2261
2261
  selectId,
2262
+ type = "button",
2262
2263
  ...props
2263
2264
  }, ref) => {
2264
2265
  const store = useSelectStore(externalStore);
@@ -2315,6 +2316,7 @@ var SelectTrigger = (0, import_react9.forwardRef)(
2315
2316
  {
2316
2317
  ref: setRefs,
2317
2318
  id: selectId,
2319
+ type,
2318
2320
  className: cn(
2319
2321
  "flex w-full items-center justify-between border-border-300",
2320
2322
  heightClasses,