@staffbase/design 20.1.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.cjs +4 -0
- package/dist/main.cjs.map +1 -1
- package/dist/main.d.ts +4 -0
- package/dist/main.js +4 -0
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -10047,6 +10047,7 @@ GhostButton.displayName = "GhostButton";
|
|
|
10047
10047
|
IconGhostButton.displayName = "IconGhostButton";
|
|
10048
10048
|
//#endregion
|
|
10049
10049
|
//#region src/components/growl/Growl.tsx
|
|
10050
|
+
/** @deprecated Not an accessible UI pattern — no replacement */
|
|
10050
10051
|
var PlainGrowl = (0, react.forwardRef)(function PlainGrowl(props, ref) {
|
|
10051
10052
|
const { variant = "success", className = "", ...rest } = props;
|
|
10052
10053
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
@@ -10057,6 +10058,7 @@ var PlainGrowl = (0, react.forwardRef)(function PlainGrowl(props, ref) {
|
|
|
10057
10058
|
ref
|
|
10058
10059
|
});
|
|
10059
10060
|
});
|
|
10061
|
+
/** @deprecated Not an accessible UI pattern — no replacement */
|
|
10060
10062
|
function Growl(props) {
|
|
10061
10063
|
const { children, variant = "success", className = "" } = props;
|
|
10062
10064
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(motion_react.m.div, {
|
|
@@ -10082,6 +10084,7 @@ function Growl(props) {
|
|
|
10082
10084
|
children
|
|
10083
10085
|
});
|
|
10084
10086
|
}
|
|
10087
|
+
/** @deprecated Not an accessible UI pattern — no replacement */
|
|
10085
10088
|
function GrowlContainer(props) {
|
|
10086
10089
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(motion_react.LazyMotion, {
|
|
10087
10090
|
features: motion_react.domAnimation,
|
|
@@ -10093,6 +10096,7 @@ Growl.displayName = "Growl";
|
|
|
10093
10096
|
GrowlContainer.displayName = "GrowlContainer";
|
|
10094
10097
|
//#endregion
|
|
10095
10098
|
//#region src/components/helpButton/HelpButton.tsx
|
|
10099
|
+
/** @deprecated Not an accessible UI pattern — no replacement */
|
|
10096
10100
|
var HelpButton = (0, react.forwardRef)(function HelpButton(props, ref) {
|
|
10097
10101
|
const { className = "", title, ...rest } = props;
|
|
10098
10102
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
|