@staffbase/design 20.0.0 → 20.1.1

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/main.d.ts CHANGED
@@ -872,12 +872,14 @@ export declare const GroupConversationIcon: default_2.NamedExoticComponent<defau
872
872
 
873
873
  export declare const GroupConversationLeaveIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
874
874
 
875
+ /** @deprecated Not an accessible UI pattern — no replacement */
875
876
  export declare function Growl(props: GrowlProps): ReactElement;
876
877
 
877
878
  export declare namespace Growl {
878
879
  var displayName: string;
879
880
  }
880
881
 
882
+ /** @deprecated Not an accessible UI pattern — no replacement */
881
883
  export declare function GrowlContainer(props: {
882
884
  children?: ReactNode;
883
885
  }): JSX.Element;
@@ -909,6 +911,7 @@ export declare const HeartAltIcon: default_2.NamedExoticComponent<default_2.SVGA
909
911
 
910
912
  export declare const HeartIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
911
913
 
914
+ /** @deprecated Not an accessible UI pattern — no replacement */
912
915
  export declare const HelpButton: ForwardRefExoticComponent<HelpButtonProps & RefAttributes<HTMLButtonElement>>;
913
916
 
914
917
  export declare interface HelpButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
@@ -1545,6 +1548,7 @@ declare interface PillProps extends ComponentProps<'div'> {
1545
1548
  children: ReactNode;
1546
1549
  }
1547
1550
 
1551
+ /** @deprecated Not an accessible UI pattern — no replacement */
1548
1552
  export declare const PlainGrowl: ForwardRefExoticComponent<Omit< ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & {
1549
1553
  variant?: GrowlVariant;
1550
1554
  }, "ref"> & RefAttributes<HTMLDivElement>>;
package/dist/main.js CHANGED
@@ -10041,6 +10041,7 @@ GhostButton.displayName = "GhostButton";
10041
10041
  IconGhostButton.displayName = "IconGhostButton";
10042
10042
  //#endregion
10043
10043
  //#region src/components/growl/Growl.tsx
10044
+ /** @deprecated Not an accessible UI pattern — no replacement */
10044
10045
  var PlainGrowl = forwardRef(function PlainGrowl(props, ref) {
10045
10046
  const { variant = "success", className = "", ...rest } = props;
10046
10047
  return /* @__PURE__ */ jsx("div", {
@@ -10051,6 +10052,7 @@ var PlainGrowl = forwardRef(function PlainGrowl(props, ref) {
10051
10052
  ref
10052
10053
  });
10053
10054
  });
10055
+ /** @deprecated Not an accessible UI pattern — no replacement */
10054
10056
  function Growl(props) {
10055
10057
  const { children, variant = "success", className = "" } = props;
10056
10058
  return /* @__PURE__ */ jsx(m.div, {
@@ -10076,6 +10078,7 @@ function Growl(props) {
10076
10078
  children
10077
10079
  });
10078
10080
  }
10081
+ /** @deprecated Not an accessible UI pattern — no replacement */
10079
10082
  function GrowlContainer(props) {
10080
10083
  return /* @__PURE__ */ jsx(LazyMotion, {
10081
10084
  features: domAnimation,
@@ -10087,6 +10090,7 @@ Growl.displayName = "Growl";
10087
10090
  GrowlContainer.displayName = "GrowlContainer";
10088
10091
  //#endregion
10089
10092
  //#region src/components/helpButton/HelpButton.tsx
10093
+ /** @deprecated Not an accessible UI pattern — no replacement */
10090
10094
  var HelpButton = forwardRef(function HelpButton(props, ref) {
10091
10095
  const { className = "", title, ...rest } = props;
10092
10096
  return /* @__PURE__ */ jsx("button", {