@bug-on/m3-expressive 1.3.2 → 1.3.4

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/feedback.mjs CHANGED
@@ -2000,11 +2000,13 @@ var Snackbar = React3.memo(function Snackbar2({
2000
2000
  type: "button",
2001
2001
  onClick: handleAction,
2002
2002
  className: cn(
2003
- "text-sm font-medium",
2004
- "px-2 py-1 rounded-sm",
2005
- "focus-visible:outline-none focus-visible:ring-2",
2006
- "transition-colors whitespace-nowrap",
2007
- "text-m3-inverse-primary"
2003
+ "inline-flex items-center justify-center",
2004
+ "h-10 px-3 py-2.5 rounded-sm",
2005
+ "text-sm font-medium leading-5 whitespace-nowrap",
2006
+ "text-m3-inverse-primary",
2007
+ "hover:bg-m3-inverse-primary/8 focus-visible:bg-m3-inverse-primary/12 active:bg-m3-inverse-primary/12",
2008
+ "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-m3-inverse-primary",
2009
+ "transition-colors select-none cursor-pointer"
2008
2010
  ),
2009
2011
  children: actionLabel
2010
2012
  }
@@ -2013,10 +2015,10 @@ var Snackbar = React3.memo(function Snackbar2({
2013
2015
  IconButton,
2014
2016
  {
2015
2017
  size: "sm",
2016
- colorStyle: "filled",
2018
+ colorStyle: "standard",
2017
2019
  "aria-label": "Dismiss notification",
2018
2020
  onClick: handleDismiss,
2019
- className: "text-m3-inverse-on-surface bg-m3-inverse-surface",
2021
+ className: "text-m3-inverse-on-surface hover:bg-m3-inverse-on-surface/8 active:bg-m3-inverse-on-surface/12 focus-visible:ring-m3-inverse-primary",
2020
2022
  children: /* @__PURE__ */ jsx(Icon, { name: "close", "aria-hidden": "true" })
2021
2023
  }
2022
2024
  )
@@ -2672,6 +2674,6 @@ function TooltipBox({
2672
2674
  ] });
2673
2675
  }
2674
2676
 
2675
- export { Badge, BadgedBox, LoadingIndicator, PlainTooltip, ProgressIndicator, RichTooltip, Snackbar, SnackbarHost, SnackbarProvider, TooltipBox, TooltipCaretShape, TooltipTokens, useSnackbar, useSnackbarState, useTooltipPosition, useTooltipState };
2677
+ export { Badge, BadgedBox, LoadingIndicator, PlainTooltip, ProgressIndicator, RichTooltip, Snackbar, SnackbarContext, SnackbarHost, SnackbarProvider, TooltipBox, TooltipCaretShape, TooltipTokens, useSnackbar, useSnackbarState, useTooltipPosition, useTooltipState };
2676
2678
  //# sourceMappingURL=feedback.mjs.map
2677
2679
  //# sourceMappingURL=feedback.mjs.map