@staffbase/design 20.3.0 → 21.0.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/codemods/v21-migrate-toggle/README.md +52 -0
- package/codemods/v21-migrate-toggle/transform.js +99 -0
- package/dist/components.css +1 -1
- package/dist/main.cjs +168 -146
- package/dist/main.cjs.map +1 -1
- package/dist/main.d.ts +67 -106
- package/dist/main.js +167 -144
- package/dist/main.js.map +1 -1
- package/dist/theme.css +1 -1
- package/dist/tokens/primitive.css +1 -13
- package/package.json +5 -7
package/dist/main.js
CHANGED
|
@@ -14,7 +14,7 @@ import { FloatingFocusManager, FloatingList, FloatingOverlay, FloatingPortal, au
|
|
|
14
14
|
import clsx$1, { clsx } from "clsx";
|
|
15
15
|
import React, { cloneElement, createContext, createElement, forwardRef, isValidElement, memo, useCallback, useContext, useEffect, useId, useImperativeHandle, useMemo, useRef, useState } from "react";
|
|
16
16
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
17
|
-
import { AlertDialog as AlertDialog$1, Dialog as Dialog$1 } from "@base-ui/react";
|
|
17
|
+
import { AlertDialog as AlertDialog$1, Dialog as Dialog$1, Popover as Popover$1 } from "@base-ui/react";
|
|
18
18
|
import { Avatar as Avatar$1 } from "@base-ui/react/avatar";
|
|
19
19
|
import { Drawer } from "@base-ui/react/drawer";
|
|
20
20
|
import { Field as Field$1 } from "@base-ui/react/field";
|
|
@@ -23,7 +23,6 @@ import { cloneDeep } from "es-toolkit";
|
|
|
23
23
|
import { AnimatePresence, LazyMotion, domAnimation, m, motion } from "motion/react";
|
|
24
24
|
import { Menu as Menu$1 } from "@base-ui/react/menu";
|
|
25
25
|
import { NumberField } from "@base-ui/react/number-field";
|
|
26
|
-
import * as RadixPopover from "@radix-ui/react-popover";
|
|
27
26
|
import { Combobox } from "@base-ui/react/combobox";
|
|
28
27
|
import { Radio as Radio$1 } from "@base-ui/react/radio";
|
|
29
28
|
import { RadioGroup as RadioGroup$1 } from "@base-ui/react/radio-group";
|
|
@@ -31,6 +30,8 @@ import { Select as Select$1 } from "@base-ui/react/select";
|
|
|
31
30
|
import { Switch as Switch$1 } from "@base-ui/react/switch";
|
|
32
31
|
import * as RadixTabs from "@radix-ui/react-tabs";
|
|
33
32
|
import { Input } from "@base-ui/react/input";
|
|
33
|
+
import { Toggle as Toggle$1 } from "@base-ui/react/toggle";
|
|
34
|
+
import { ToggleGroup as ToggleGroup$1 } from "@base-ui/react/toggle-group";
|
|
34
35
|
import { Tooltip as Tooltip$1 } from "@base-ui/react/tooltip";
|
|
35
36
|
//#region src/components/actionMenu/ActionMenuContext.tsx
|
|
36
37
|
function useActionMenu({ listRef, placement = "bottom-start", open: controlledOpen, onOpenChange: setControlledOpen }) {
|
|
@@ -353,7 +354,7 @@ var AlertDialog = {
|
|
|
353
354
|
};
|
|
354
355
|
//#endregion
|
|
355
356
|
//#region src/components/avatar/Avatar.tsx
|
|
356
|
-
var Root$
|
|
357
|
+
var Root$9 = forwardRef((props, ref) => {
|
|
357
358
|
const { size = 40, className, ...rest } = props;
|
|
358
359
|
return /* @__PURE__ */ jsx(Avatar$1.Root, {
|
|
359
360
|
ref,
|
|
@@ -381,7 +382,7 @@ function deriveColor(name) {
|
|
|
381
382
|
return AVATAR_COLORS[name.split("").reduce((acc, char) => acc + (char.codePointAt(0) ?? 0), 0) % AVATAR_COLORS.length] ?? "purple";
|
|
382
383
|
}
|
|
383
384
|
var Avatar = {
|
|
384
|
-
Root: Root$
|
|
385
|
+
Root: Root$9,
|
|
385
386
|
Fallback: forwardRef((props, ref) => {
|
|
386
387
|
const { className, name, ...rest } = props;
|
|
387
388
|
return /* @__PURE__ */ jsx(Avatar$1.Fallback, {
|
|
@@ -2071,17 +2072,17 @@ var EmailBouncesIcon = React.forwardRef((props, ref) => {
|
|
|
2071
2072
|
children: [
|
|
2072
2073
|
/* @__PURE__ */ jsx("path", {
|
|
2073
2074
|
d: "M14.5833 7.91713C15.4869 7.91768 16.3807 8.10404 17.2092 8.46463C17.2736 8.49196 17.3475 8.48524 17.4059 8.44671C17.4644 8.40819 17.4997 8.34297 17.5 8.27296V1.45879C17.5 1.40472 17.467 1.35614 17.4167 1.33629C17.3673 1.31602 17.3105 1.32717 17.2725 1.36463L10.1667 8.47046C9.38372 9.25156 8.11628 9.25156 7.33333 8.47046L0.225834 1.36463C0.187845 1.32693 0.130905 1.31578 0.0815066 1.33638C0.0321083 1.35698 -4.74736e-05 1.40527 2.38713e-07 1.45879V10.2088C-0.000221003 10.5956 0.153353 10.9667 0.426892 11.2402C0.70043 11.5138 1.07149 11.6673 1.45833 11.6671H8.46917C8.54738 11.6669 8.619 11.6232 8.655 11.5538C9.79214 9.32518 12.0814 7.92087 14.5833 7.91713Z",
|
|
2074
|
-
fill: "
|
|
2075
|
+
fill: "currentColor"
|
|
2075
2076
|
}),
|
|
2076
2077
|
/* @__PURE__ */ jsx("path", {
|
|
2077
2078
|
d: "M8.10531 7.69667C8.46132 8.05261 9.03846 8.05261 9.39447 7.69667L16.457 0.634167C16.5546 0.536741 16.5888 0.392543 16.5453 0.261667C16.4653 0.0225 16.242 0 16.0411 0H1.45781C1.25781 0 1.03281 0.0225 0.953641 0.261667C0.910981 0.392577 0.945075 0.536351 1.04197 0.634167L8.10531 7.69667Z",
|
|
2078
|
-
fill: "
|
|
2079
|
+
fill: "currentColor"
|
|
2079
2080
|
}),
|
|
2080
2081
|
/* @__PURE__ */ jsx("path", {
|
|
2081
2082
|
fillRule: "evenodd",
|
|
2082
2083
|
clipRule: "evenodd",
|
|
2083
2084
|
d: "M9.16699 14.5827C9.16699 11.5911 11.5921 9.16602 14.5837 9.16602C17.5737 9.16969 19.9967 11.5927 20.0003 14.5827C20.0003 17.5742 17.5752 19.9993 14.5837 19.9993C11.5921 19.9993 9.16699 17.5742 9.16699 14.5827ZM12.3898 12.3888C12.1518 12.6268 12.145 13.0106 12.3745 13.2568L13.5528 14.4352C13.6335 14.517 13.6335 14.6484 13.5528 14.7302L12.3745 15.9085C12.2073 16.0643 12.1385 16.299 12.195 16.5204C12.2516 16.7419 12.4245 16.9148 12.6459 16.9713C12.8674 17.0279 13.102 16.9591 13.2578 16.7918L14.4362 15.6135C14.5179 15.5328 14.6494 15.5328 14.7312 15.6135L15.9095 16.7918C16.0653 16.9591 16.3 17.0279 16.5214 16.9713C16.7428 16.9148 16.9158 16.7419 16.9723 16.5204C17.0289 16.299 16.96 16.0643 16.7928 15.9085L15.6145 14.7302C15.5338 14.6484 15.5338 14.517 15.6145 14.4352L16.7928 13.2568C16.96 13.101 17.0289 12.8664 16.9723 12.6449C16.9158 12.4235 16.7428 12.2506 16.5214 12.194C16.3 12.1375 16.0653 12.2063 15.9095 12.3735L14.7312 13.5518C14.6494 13.6325 14.5179 13.6325 14.4362 13.5518L13.2578 12.3735C13.0116 12.144 12.6278 12.1508 12.3898 12.3888Z",
|
|
2084
|
-
fill: "
|
|
2085
|
+
fill: "currentColor"
|
|
2085
2086
|
})
|
|
2086
2087
|
]
|
|
2087
2088
|
});
|
|
@@ -7206,6 +7207,44 @@ var SliderQuestionIcon = React.forwardRef((props, ref) => {
|
|
|
7206
7207
|
SliderQuestionIcon.displayName = "SliderQuestionIcon";
|
|
7207
7208
|
var SliderQuestionIcon_default = React.memo(SliderQuestionIcon);
|
|
7208
7209
|
//#endregion
|
|
7210
|
+
//#region src/icons/SlideshowIcon.tsx
|
|
7211
|
+
/**
|
|
7212
|
+
* THIS IS A GENERATED FILE. PLEASE SEE `scripts/iconGenerator`.
|
|
7213
|
+
*/
|
|
7214
|
+
var SlideshowIcon = React.forwardRef((props, ref) => {
|
|
7215
|
+
const { className, ...rest } = props;
|
|
7216
|
+
const finalClassName = ["ds-icon ds-icon-slideshow", className].filter(Boolean).join(" ");
|
|
7217
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
7218
|
+
"aria-hidden": "true",
|
|
7219
|
+
viewBox: "0 0 97 96",
|
|
7220
|
+
width: "1em",
|
|
7221
|
+
height: "1em",
|
|
7222
|
+
fill: "currentColor",
|
|
7223
|
+
...rest,
|
|
7224
|
+
className: finalClassName,
|
|
7225
|
+
ref,
|
|
7226
|
+
"data-c13y-component": "icon",
|
|
7227
|
+
children: [
|
|
7228
|
+
/* @__PURE__ */ jsx("path", { d: "M96.5 7.92A7.928 7.928 0 0 0 88.58 0H8.42A7.928 7.928 0 0 0 .5 7.92v80.16A7.928 7.928 0 0 0 8.42 96h80.16a7.927 7.927 0 0 0 7.92-7.92V7.92ZM88.5 86a2 2 0 0 1-2 2l-76 .08a2 2 0 0 1-2-2L8.42 10a2 2 0 0 1 2-2l76.08-.08a2 2 0 0 1 2 2V86Z" }),
|
|
7229
|
+
/* @__PURE__ */ jsx("path", {
|
|
7230
|
+
fillRule: "evenodd",
|
|
7231
|
+
d: "M58.5 89V7a3 3 0 0 0-3-3c-.796 0-47.559.316-48.121.879A3 3 0 0 0 6.5 7v82a3 3 0 0 0 .879 2.121c.562.563 47.325.88 48.121.88a3 3 0 0 0 3-3ZM14.995 48.058l5.628-11.12c.185-.367.45-.686.775-.933a2.623 2.623 0 0 1 3.36.143l4.331 3.9a.893.893 0 0 0 .744.207.889.889 0 0 0 .627-.457l3.582-11.041a2.685 2.685 0 0 1 1.087-1.102 2.63 2.63 0 0 1 2.93.274c.407.333.71.78.868 1.286l5.247 19.258a2.744 2.744 0 0 1-.387 2.418 2.674 2.674 0 0 1-.946.816 2.633 2.633 0 0 1-1.207.293h-24.27c-.456 0-.905-.12-1.303-.346a2.683 2.683 0 0 1-.97-.95 2.734 2.734 0 0 1-.096-2.646ZM41.5 80h-24a3 3 0 0 1 0-6h24a3 3 0 0 1 0 6Z",
|
|
7232
|
+
clipRule: "evenodd"
|
|
7233
|
+
}),
|
|
7234
|
+
/* @__PURE__ */ jsx("path", { d: "M79.168 68h-6.669a3.332 3.332 0 0 0-3.331 3.332v7.336A3.332 3.332 0 0 0 72.499 82h6.669a3.332 3.332 0 0 0 3.332-3.332v-7.336A3.332 3.332 0 0 0 79.168 68ZM78.5 13.98H67.812a3.332 3.332 0 0 0-3.331 3.332v3.336a3.332 3.332 0 0 0 3.332 3.332H78.5a3.332 3.332 0 0 0 3.332-3.332v-3.335A3.332 3.332 0 0 0 78.5 13.98ZM78.5 30H67.812a3.332 3.332 0 0 0-3.331 3.332v3.336A3.332 3.332 0 0 0 67.813 40H78.5a3.332 3.332 0 0 0 3.332-3.332v-3.336A3.332 3.332 0 0 0 78.5 30Z" }),
|
|
7235
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
7236
|
+
id: "a",
|
|
7237
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
7238
|
+
fill: "#fff",
|
|
7239
|
+
d: "M.5 0h96v96H.5z"
|
|
7240
|
+
})
|
|
7241
|
+
})
|
|
7242
|
+
]
|
|
7243
|
+
});
|
|
7244
|
+
});
|
|
7245
|
+
SlideshowIcon.displayName = "SlideshowIcon";
|
|
7246
|
+
var SlideshowIcon_default = React.memo(SlideshowIcon);
|
|
7247
|
+
//#endregion
|
|
7209
7248
|
//#region src/icons/SnowflakeIcon.tsx
|
|
7210
7249
|
/**
|
|
7211
7250
|
* THIS IS A GENERATED FILE. PLEASE SEE `scripts/iconGenerator`.
|
|
@@ -8781,6 +8820,7 @@ var iconList = {
|
|
|
8781
8820
|
"rounded-corners": RoundedCornersIcon_default,
|
|
8782
8821
|
rss: RssIcon_default,
|
|
8783
8822
|
search: SearchIcon_default,
|
|
8823
|
+
slideshow: SlideshowIcon_default,
|
|
8784
8824
|
send: SendIcon_default,
|
|
8785
8825
|
settings: SettingsIcon_default,
|
|
8786
8826
|
"share-android": ShareAndroidIcon_default,
|
|
@@ -8904,7 +8944,7 @@ var ICONS = {
|
|
|
8904
8944
|
warning: /* @__PURE__ */ jsx(WarningIcon_default, {}),
|
|
8905
8945
|
critical: /* @__PURE__ */ jsx(AlertIcon_default, {})
|
|
8906
8946
|
};
|
|
8907
|
-
var Root$
|
|
8947
|
+
var Root$8 = forwardRef((props, ref) => {
|
|
8908
8948
|
const { children, className, variant = "info", size = "sm", layout = "standalone", ...restProps } = props;
|
|
8909
8949
|
return /* @__PURE__ */ jsxs("div", {
|
|
8910
8950
|
"data-c13y-component": "banner",
|
|
@@ -8920,7 +8960,7 @@ var Root$9 = forwardRef((props, ref) => {
|
|
|
8920
8960
|
})]
|
|
8921
8961
|
});
|
|
8922
8962
|
});
|
|
8923
|
-
Root$
|
|
8963
|
+
Root$8.displayName = "Banner.Root";
|
|
8924
8964
|
var Close$3 = forwardRef((props, ref) => {
|
|
8925
8965
|
const { className, ...restProps } = props;
|
|
8926
8966
|
return /* @__PURE__ */ jsx("button", {
|
|
@@ -8933,7 +8973,7 @@ var Close$3 = forwardRef((props, ref) => {
|
|
|
8933
8973
|
});
|
|
8934
8974
|
});
|
|
8935
8975
|
Close$3.displayName = "Banner.Close";
|
|
8936
|
-
var Banner = Object.assign(Root$
|
|
8976
|
+
var Banner = Object.assign(Root$8, { Close: Close$3 });
|
|
8937
8977
|
//#endregion
|
|
8938
8978
|
//#region src/components/bottomSheet/BottomSheet.tsx
|
|
8939
8979
|
var Trigger$6 = (props) => {
|
|
@@ -9052,18 +9092,7 @@ var ButtonDeprecated = forwardRef(function Button(props, ref) {
|
|
|
9052
9092
|
]
|
|
9053
9093
|
});
|
|
9054
9094
|
});
|
|
9055
|
-
/** @deprecated Use Button component with iconOnly instead */
|
|
9056
|
-
var IconButton = forwardRef(function IconButton(props, ref) {
|
|
9057
|
-
const { icon, className = "", variant = "primary", ...rest } = props;
|
|
9058
|
-
return /* @__PURE__ */ jsx("button", {
|
|
9059
|
-
className: clsx$1("ds-button-deprecated", "ds-icon-button", `ds-button-deprecated--${variant}`, `${className}`),
|
|
9060
|
-
...rest,
|
|
9061
|
-
ref,
|
|
9062
|
-
children: icon
|
|
9063
|
-
});
|
|
9064
|
-
});
|
|
9065
9095
|
ButtonDeprecated.displayName = "Button";
|
|
9066
|
-
IconButton.displayName = "IconButton";
|
|
9067
9096
|
//#endregion
|
|
9068
9097
|
//#region src/components/card/Card.tsx
|
|
9069
9098
|
var Card = forwardRef((props, ref) => {
|
|
@@ -9306,7 +9335,7 @@ function Divider(props) {
|
|
|
9306
9335
|
Divider.displayName = "Divider";
|
|
9307
9336
|
//#endregion
|
|
9308
9337
|
//#region src/components/empty/Empty.tsx
|
|
9309
|
-
var Root$
|
|
9338
|
+
var Root$7 = forwardRef((props, ref) => {
|
|
9310
9339
|
const { className, ...rest } = props;
|
|
9311
9340
|
return /* @__PURE__ */ jsx("div", {
|
|
9312
9341
|
"data-c13y-component": "empty",
|
|
@@ -9315,7 +9344,7 @@ var Root$8 = forwardRef((props, ref) => {
|
|
|
9315
9344
|
ref
|
|
9316
9345
|
});
|
|
9317
9346
|
});
|
|
9318
|
-
Root$
|
|
9347
|
+
Root$7.displayName = "Empty.Root";
|
|
9319
9348
|
var Media = forwardRef((props, ref) => {
|
|
9320
9349
|
const { className, size = "md", ...rest } = props;
|
|
9321
9350
|
return /* @__PURE__ */ jsx("div", {
|
|
@@ -9349,7 +9378,7 @@ var Description$1 = forwardRef((props, ref) => {
|
|
|
9349
9378
|
});
|
|
9350
9379
|
Description$1.displayName = "Empty.Description";
|
|
9351
9380
|
var Empty = {
|
|
9352
|
-
Root: Root$
|
|
9381
|
+
Root: Root$7,
|
|
9353
9382
|
Media,
|
|
9354
9383
|
Title,
|
|
9355
9384
|
Description: Description$1
|
|
@@ -9386,7 +9415,7 @@ function EmptyState(props) {
|
|
|
9386
9415
|
EmptyState.displayName = "EmptyState";
|
|
9387
9416
|
//#endregion
|
|
9388
9417
|
//#region src/components/field/Field.tsx
|
|
9389
|
-
var Root$
|
|
9418
|
+
var Root$6 = forwardRef((props, ref) => {
|
|
9390
9419
|
const { className, ...rest } = props;
|
|
9391
9420
|
return /* @__PURE__ */ jsx(Field$1.Root, {
|
|
9392
9421
|
"data-c13y-component": "field",
|
|
@@ -9432,12 +9461,12 @@ var ErrorMessage = forwardRef((props, ref) => {
|
|
|
9432
9461
|
});
|
|
9433
9462
|
});
|
|
9434
9463
|
var Field = {
|
|
9435
|
-
Root: Root$
|
|
9464
|
+
Root: Root$6,
|
|
9436
9465
|
Label,
|
|
9437
9466
|
Description,
|
|
9438
9467
|
Error: ErrorMessage
|
|
9439
9468
|
};
|
|
9440
|
-
Root$
|
|
9469
|
+
Root$6.displayName = "Field.Root";
|
|
9441
9470
|
Label.displayName = "Field.Label";
|
|
9442
9471
|
Description.displayName = "Field.Description";
|
|
9443
9472
|
ErrorMessage.displayName = "Field.Error";
|
|
@@ -10003,38 +10032,6 @@ var FilterTrigger = memo(forwardRef(function FilterTrigger({ children, ...props
|
|
|
10003
10032
|
}));
|
|
10004
10033
|
Filter.displayName = "Filter";
|
|
10005
10034
|
//#endregion
|
|
10006
|
-
//#region src/components/ghostButton/GhostButton.tsx
|
|
10007
|
-
/** @deprecated Use Button with variant="ghost" instead */
|
|
10008
|
-
var GhostButton = forwardRef(function GhostButton(props, ref) {
|
|
10009
|
-
const { children, className = "", variant = "primary", icon = null, disabled, iconPosition = "leading", ...rest } = props;
|
|
10010
|
-
return /* @__PURE__ */ jsxs("button", {
|
|
10011
|
-
className: `ds-ghost-button ds-ghost-button--${variant} ${className}`,
|
|
10012
|
-
disabled,
|
|
10013
|
-
...rest,
|
|
10014
|
-
ref,
|
|
10015
|
-
children: [
|
|
10016
|
-
iconPosition === "leading" ? icon : null,
|
|
10017
|
-
/* @__PURE__ */ jsx("span", {
|
|
10018
|
-
className: clsx$1("ds-ghost-button__content"),
|
|
10019
|
-
children
|
|
10020
|
-
}),
|
|
10021
|
-
iconPosition === "trailing" ? icon : null
|
|
10022
|
-
]
|
|
10023
|
-
});
|
|
10024
|
-
});
|
|
10025
|
-
/** @deprecated Use Button with variant="ghost" and iconOnly instead */
|
|
10026
|
-
var IconGhostButton = forwardRef(function IconGhostButton(props, ref) {
|
|
10027
|
-
const { icon, className = "", variant = "primary", ...rest } = props;
|
|
10028
|
-
return /* @__PURE__ */ jsx("button", {
|
|
10029
|
-
className: clsx$1("ds-ghost-button", "ds-ghost-icon-button", `ds-ghost-button--${variant}`, `${className}`),
|
|
10030
|
-
...rest,
|
|
10031
|
-
ref,
|
|
10032
|
-
children: icon
|
|
10033
|
-
});
|
|
10034
|
-
});
|
|
10035
|
-
GhostButton.displayName = "GhostButton";
|
|
10036
|
-
IconGhostButton.displayName = "IconGhostButton";
|
|
10037
|
-
//#endregion
|
|
10038
10035
|
//#region src/components/growl/Growl.tsx
|
|
10039
10036
|
/** @deprecated Not an accessible UI pattern — no replacement */
|
|
10040
10037
|
var PlainGrowl = forwardRef(function PlainGrowl(props, ref) {
|
|
@@ -10121,7 +10118,7 @@ function splitC13yProps(props) {
|
|
|
10121
10118
|
}
|
|
10122
10119
|
//#endregion
|
|
10123
10120
|
//#region src/components/menu/Menu.tsx
|
|
10124
|
-
var Root$
|
|
10121
|
+
var Root$5 = (props) => {
|
|
10125
10122
|
return /* @__PURE__ */ jsx(Menu$1.Root, {
|
|
10126
10123
|
modal: false,
|
|
10127
10124
|
...props
|
|
@@ -10223,7 +10220,7 @@ var SubMenuTrigger = forwardRef((props, ref) => {
|
|
|
10223
10220
|
});
|
|
10224
10221
|
});
|
|
10225
10222
|
var Menu = {
|
|
10226
|
-
Root: Root$
|
|
10223
|
+
Root: Root$5,
|
|
10227
10224
|
Trigger: Trigger$4,
|
|
10228
10225
|
Popup: Popup$3,
|
|
10229
10226
|
Item: Item$4,
|
|
@@ -10298,9 +10295,9 @@ var useModalContext = () => {
|
|
|
10298
10295
|
var ModalHeader = forwardRef(function ModalHeader(props, ref) {
|
|
10299
10296
|
const { title, titleAddon, showCancelButton = false, cancelButtonText, onCancel, showHeaderButton = false, headerButtonIsGhost = true, onHeaderButtonClick, headerButtonText } = props;
|
|
10300
10297
|
let headerButton;
|
|
10301
|
-
if (showHeaderButton && onHeaderButtonClick && headerButtonText) if (headerButtonIsGhost) headerButton = /* @__PURE__ */ jsx(
|
|
10298
|
+
if (showHeaderButton && onHeaderButtonClick && headerButtonText) if (headerButtonIsGhost) headerButton = /* @__PURE__ */ jsx(Button, {
|
|
10302
10299
|
className: clsx$1("ds-modal__ghost-button--accept"),
|
|
10303
|
-
variant: "
|
|
10300
|
+
variant: "ghost",
|
|
10304
10301
|
onClick: () => onHeaderButtonClick(),
|
|
10305
10302
|
children: headerButtonText
|
|
10306
10303
|
});
|
|
@@ -10323,13 +10320,16 @@ var ModalHeader = forwardRef(function ModalHeader(props, ref) {
|
|
|
10323
10320
|
}), titleAddon]
|
|
10324
10321
|
}), /* @__PURE__ */ jsxs("div", {
|
|
10325
10322
|
className: "ds-modal__header-buttons",
|
|
10326
|
-
children: [!!headerButton && headerButton, showCancelButton && cancelButtonText && /* @__PURE__ */ jsx(
|
|
10323
|
+
children: [!!headerButton && headerButton, showCancelButton && cancelButtonText && /* @__PURE__ */ jsx(Button, {
|
|
10327
10324
|
className: clsx$1("ds-modal__ghost-button--cancel"),
|
|
10328
|
-
variant: "
|
|
10325
|
+
variant: "ghost",
|
|
10326
|
+
color: "neutral",
|
|
10327
|
+
iconOnly: true,
|
|
10329
10328
|
style: { padding: "10px" },
|
|
10330
|
-
icon: /* @__PURE__ */ jsx(CloseIcon_default, { className: "text-icon-neutral-medium" }),
|
|
10331
10329
|
title: cancelButtonText,
|
|
10332
|
-
|
|
10330
|
+
"aria-label": cancelButtonText,
|
|
10331
|
+
onClick: () => onCancel(),
|
|
10332
|
+
children: /* @__PURE__ */ jsx(CloseIcon_default, { className: "text-icon-neutral-medium" })
|
|
10333
10333
|
})]
|
|
10334
10334
|
})]
|
|
10335
10335
|
}), !!props.children && /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx(Divider, {
|
|
@@ -10546,7 +10546,7 @@ function ModalDialog(props) {
|
|
|
10546
10546
|
ModalDialog.displayName = "ModalDialog";
|
|
10547
10547
|
//#endregion
|
|
10548
10548
|
//#region src/components/numberStepper/NumberStepper.tsx
|
|
10549
|
-
var Root$
|
|
10549
|
+
var Root$4 = forwardRef((props, ref) => {
|
|
10550
10550
|
const { className, children, ...rest } = props;
|
|
10551
10551
|
return /* @__PURE__ */ jsx(NumberField.Root, {
|
|
10552
10552
|
ref,
|
|
@@ -10590,12 +10590,12 @@ var Increment = forwardRef((props, ref) => {
|
|
|
10590
10590
|
});
|
|
10591
10591
|
});
|
|
10592
10592
|
var NumberStepper = {
|
|
10593
|
-
Root: Root$
|
|
10593
|
+
Root: Root$4,
|
|
10594
10594
|
Increment,
|
|
10595
10595
|
Input: Input$3,
|
|
10596
10596
|
Decrement
|
|
10597
10597
|
};
|
|
10598
|
-
Root$
|
|
10598
|
+
Root$4.displayName = "NumberStepper.Root";
|
|
10599
10599
|
Input$3.displayName = "NumberStepper.Input";
|
|
10600
10600
|
Decrement.displayName = "NumberStepper.Decrement";
|
|
10601
10601
|
Increment.displayName = "NumberStepper.Increment";
|
|
@@ -10614,18 +10614,17 @@ var Pill = forwardRef((props, ref) => {
|
|
|
10614
10614
|
Pill.displayName = "Pill";
|
|
10615
10615
|
//#endregion
|
|
10616
10616
|
//#region src/components/popover/Popover.tsx
|
|
10617
|
-
var
|
|
10618
|
-
|
|
10619
|
-
|
|
10620
|
-
|
|
10621
|
-
|
|
10622
|
-
|
|
10623
|
-
|
|
10624
|
-
}
|
|
10625
|
-
Trigger$3.displayName = "Popover.Trigger";
|
|
10617
|
+
var Trigger$3 = (props) => {
|
|
10618
|
+
const { children, ref, ...rest } = props;
|
|
10619
|
+
return /* @__PURE__ */ jsx(Popover$1.Trigger, {
|
|
10620
|
+
render: children,
|
|
10621
|
+
ref,
|
|
10622
|
+
...rest
|
|
10623
|
+
});
|
|
10624
|
+
};
|
|
10626
10625
|
var Close = forwardRef((props, ref) => {
|
|
10627
10626
|
const { className, ...rest } = props;
|
|
10628
|
-
return /* @__PURE__ */ jsx(
|
|
10627
|
+
return /* @__PURE__ */ jsx(Popover$1.Close, {
|
|
10629
10628
|
"data-c13y-component": "button",
|
|
10630
10629
|
"data-c13y-purpose": "close",
|
|
10631
10630
|
ref,
|
|
@@ -10634,27 +10633,27 @@ var Close = forwardRef((props, ref) => {
|
|
|
10634
10633
|
children: /* @__PURE__ */ jsx(CloseIcon_default, {})
|
|
10635
10634
|
});
|
|
10636
10635
|
});
|
|
10637
|
-
Close.displayName = "Popover.Close";
|
|
10638
10636
|
var Content$2 = forwardRef((props, ref) => {
|
|
10639
|
-
const { className, container, ...rest } = props;
|
|
10640
|
-
return /* @__PURE__ */ jsx(
|
|
10637
|
+
const { className, children, container, ...rest } = props;
|
|
10638
|
+
return /* @__PURE__ */ jsx(Popover$1.Portal, {
|
|
10641
10639
|
container,
|
|
10642
|
-
children: /* @__PURE__ */ jsx(
|
|
10643
|
-
"data-c13y-component": "popover",
|
|
10640
|
+
children: /* @__PURE__ */ jsx(Popover$1.Positioner, {
|
|
10644
10641
|
sideOffset: 4,
|
|
10645
|
-
|
|
10646
|
-
|
|
10647
|
-
|
|
10642
|
+
...rest,
|
|
10643
|
+
children: /* @__PURE__ */ jsx(Popover$1.Popup, {
|
|
10644
|
+
"data-c13y-component": "popover",
|
|
10645
|
+
className: clsx$1("ds-popover__content", className),
|
|
10646
|
+
children,
|
|
10647
|
+
ref
|
|
10648
|
+
})
|
|
10648
10649
|
})
|
|
10649
10650
|
});
|
|
10650
10651
|
});
|
|
10651
|
-
Content$2.displayName = "Popover.Content";
|
|
10652
10652
|
var Popover = {
|
|
10653
|
-
Root: Root
|
|
10653
|
+
Root: Popover$1.Root,
|
|
10654
10654
|
Content: Content$2,
|
|
10655
10655
|
Trigger: Trigger$3,
|
|
10656
|
-
Close
|
|
10657
|
-
Anchor
|
|
10656
|
+
Close
|
|
10658
10657
|
};
|
|
10659
10658
|
//#endregion
|
|
10660
10659
|
//#region src/components/radio/Radio.tsx
|
|
@@ -11506,6 +11505,61 @@ var Switch = forwardRef((props, ref) => {
|
|
|
11506
11505
|
});
|
|
11507
11506
|
});
|
|
11508
11507
|
//#endregion
|
|
11508
|
+
//#region src/components/switchDeprecated/SwitchDeprecated.tsx
|
|
11509
|
+
/** @deprecated Use Switch component instead */
|
|
11510
|
+
function SwitchDeprecated(props) {
|
|
11511
|
+
const { checked, disabled, name, label, description, onChange, spaceBetween, className = "", ref } = props;
|
|
11512
|
+
const id = useId();
|
|
11513
|
+
const descriptionId = `toggle-${id}-descr`;
|
|
11514
|
+
const inputId = `toggle-${id}-label`;
|
|
11515
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
11516
|
+
className: clsx$1("ds-switch-deprecated__container", disabled && "ds-switch-deprecated__container--disabled", spaceBetween ? "ds-switch-deprecated__container--full-width" : "ds-switch-deprecated__container--content-width", className),
|
|
11517
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
11518
|
+
className: clsx$1("ds-switch-deprecated__wrapper"),
|
|
11519
|
+
children: [
|
|
11520
|
+
/* @__PURE__ */ jsx("div", {
|
|
11521
|
+
className: clsx$1("ds-switch-deprecated__label-container"),
|
|
11522
|
+
children: /* @__PURE__ */ jsx("label", {
|
|
11523
|
+
className: clsx$1("ds-switch-deprecated__label"),
|
|
11524
|
+
htmlFor: inputId,
|
|
11525
|
+
children: label
|
|
11526
|
+
})
|
|
11527
|
+
}),
|
|
11528
|
+
/* @__PURE__ */ jsx("input", {
|
|
11529
|
+
className: "ds-switch-deprecated",
|
|
11530
|
+
name,
|
|
11531
|
+
type: "checkbox",
|
|
11532
|
+
onChange,
|
|
11533
|
+
id: inputId,
|
|
11534
|
+
disabled,
|
|
11535
|
+
"aria-describedby": description ? descriptionId : void 0,
|
|
11536
|
+
checked,
|
|
11537
|
+
ref
|
|
11538
|
+
}),
|
|
11539
|
+
/* @__PURE__ */ jsxs("div", {
|
|
11540
|
+
className: clsx$1("ds-switch-deprecated__switch-wrapper"),
|
|
11541
|
+
children: [
|
|
11542
|
+
/* @__PURE__ */ jsx(CheckIcon_default, {
|
|
11543
|
+
"aria-hidden": "true",
|
|
11544
|
+
className: clsx$1("ds-switch-deprecated__inner", "ds-switch-deprecated__inner--on")
|
|
11545
|
+
}),
|
|
11546
|
+
/* @__PURE__ */ jsx(CloseIcon_default, {
|
|
11547
|
+
"aria-hidden": "true",
|
|
11548
|
+
className: clsx$1("ds-switch-deprecated__inner", "ds-switch-deprecated__inner--off")
|
|
11549
|
+
}),
|
|
11550
|
+
/* @__PURE__ */ jsx("div", { className: clsx$1("ds-switch-deprecated__switch") })
|
|
11551
|
+
]
|
|
11552
|
+
})
|
|
11553
|
+
]
|
|
11554
|
+
}), description && /* @__PURE__ */ jsx("p", {
|
|
11555
|
+
className: clsx$1("ds-switch-deprecated__description"),
|
|
11556
|
+
id: descriptionId,
|
|
11557
|
+
children: description
|
|
11558
|
+
})]
|
|
11559
|
+
});
|
|
11560
|
+
}
|
|
11561
|
+
SwitchDeprecated.displayName = "SwitchDeprecated";
|
|
11562
|
+
//#endregion
|
|
11509
11563
|
//#region src/components/tabs/Tabs.tsx
|
|
11510
11564
|
var Root$1 = forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(RadixTabs.Root, {
|
|
11511
11565
|
"data-c13y-component": "tabs",
|
|
@@ -11718,60 +11772,29 @@ var TextInput = forwardRef(function TextInput(props, ref) {
|
|
|
11718
11772
|
TextInput.displayName = "TextInput";
|
|
11719
11773
|
//#endregion
|
|
11720
11774
|
//#region src/components/toggle/Toggle.tsx
|
|
11721
|
-
|
|
11722
|
-
|
|
11723
|
-
|
|
11724
|
-
|
|
11725
|
-
|
|
11726
|
-
|
|
11727
|
-
|
|
11728
|
-
className: clsx$1("ds-toggle__container", disabled && "ds-toggle__container--disabled", spaceBetween ? "ds-toggle__container--full-width" : "ds-toggle__container--content-width", className),
|
|
11729
|
-
children: [/* @__PURE__ */ jsxs("div", {
|
|
11730
|
-
className: clsx$1("ds-toggle__wrapper"),
|
|
11731
|
-
children: [
|
|
11732
|
-
/* @__PURE__ */ jsx("div", {
|
|
11733
|
-
className: clsx$1("ds-toggle__label-container"),
|
|
11734
|
-
children: /* @__PURE__ */ jsx("label", {
|
|
11735
|
-
className: clsx$1("ds-toggle__label"),
|
|
11736
|
-
htmlFor: inputId,
|
|
11737
|
-
children: label
|
|
11738
|
-
})
|
|
11739
|
-
}),
|
|
11740
|
-
/* @__PURE__ */ jsx("input", {
|
|
11741
|
-
className: "ds-toggle",
|
|
11742
|
-
name,
|
|
11743
|
-
type: "checkbox",
|
|
11744
|
-
onChange,
|
|
11745
|
-
id: inputId,
|
|
11746
|
-
disabled,
|
|
11747
|
-
"aria-describedby": description ? descriptionId : void 0,
|
|
11748
|
-
checked,
|
|
11749
|
-
ref
|
|
11750
|
-
}),
|
|
11751
|
-
/* @__PURE__ */ jsxs("div", {
|
|
11752
|
-
className: clsx$1("ds-toggle__switch-wrapper"),
|
|
11753
|
-
children: [
|
|
11754
|
-
/* @__PURE__ */ jsx(CheckIcon_default, {
|
|
11755
|
-
"aria-hidden": "true",
|
|
11756
|
-
className: clsx$1("ds-toggle__inner", "ds-toggle__inner--on")
|
|
11757
|
-
}),
|
|
11758
|
-
/* @__PURE__ */ jsx(CloseIcon_default, {
|
|
11759
|
-
"aria-hidden": "true",
|
|
11760
|
-
className: clsx$1("ds-toggle__inner", "ds-toggle__inner--off")
|
|
11761
|
-
}),
|
|
11762
|
-
/* @__PURE__ */ jsx("div", { className: clsx$1("ds-toggle__switch") })
|
|
11763
|
-
]
|
|
11764
|
-
})
|
|
11765
|
-
]
|
|
11766
|
-
}), description && /* @__PURE__ */ jsx("p", {
|
|
11767
|
-
className: clsx$1("ds-toggle__description"),
|
|
11768
|
-
id: descriptionId,
|
|
11769
|
-
children: description
|
|
11770
|
-
})]
|
|
11775
|
+
var Toggle = forwardRef((props, ref) => {
|
|
11776
|
+
const { className, ...rest } = props;
|
|
11777
|
+
return /* @__PURE__ */ jsx(Toggle$1, {
|
|
11778
|
+
"data-c13y-component": "toggle",
|
|
11779
|
+
className: clsx$1("ds-toggle", className),
|
|
11780
|
+
ref,
|
|
11781
|
+
...rest
|
|
11771
11782
|
});
|
|
11772
|
-
}
|
|
11783
|
+
});
|
|
11773
11784
|
Toggle.displayName = "Toggle";
|
|
11774
11785
|
//#endregion
|
|
11786
|
+
//#region src/components/toggleGroup/ToggleGroup.tsx
|
|
11787
|
+
var ToggleGroup = forwardRef((props, ref) => {
|
|
11788
|
+
const { className, ...rest } = props;
|
|
11789
|
+
return /* @__PURE__ */ jsx(ToggleGroup$1, {
|
|
11790
|
+
"data-c13y-component": "toggle-group",
|
|
11791
|
+
className: clsx$1("ds-toggle-group", className),
|
|
11792
|
+
ref,
|
|
11793
|
+
...rest
|
|
11794
|
+
});
|
|
11795
|
+
});
|
|
11796
|
+
ToggleGroup.displayName = "ToggleGroup";
|
|
11797
|
+
//#endregion
|
|
11775
11798
|
//#region src/components/tooltip/Tooltip.tsx
|
|
11776
11799
|
var TooltipContext = createContext(null);
|
|
11777
11800
|
var Root = (props) => {
|
|
@@ -11890,6 +11913,6 @@ function TooltipDeprecated(props) {
|
|
|
11890
11913
|
}
|
|
11891
11914
|
TooltipDeprecated.displayName = "TooltipDeprecated";
|
|
11892
11915
|
//#endregion
|
|
11893
|
-
export { AIPUIcon_default as AIPUIcon, ActionMenu, ActionMenuContent, ActionMenuItem, ActionMenuLinkItem, ActionMenuTrigger, AddCircleIcon_default as AddCircleIcon, AddIcon_default as AddIcon, AiSparklesIcon_default as AiSparklesIcon, AlarmIcon_default as AlarmIcon, AlertDialog, AlertIcon_default as AlertIcon, AltAlternateIcon_default as AltAlternateIcon, ArchiveIcon_default as ArchiveIcon, ArrowDownIcon_default as ArrowDownIcon, ArrowLeftIcon_default as ArrowLeftIcon, ArrowRightIcon_default as ArrowRightIcon, ArrowUpIcon_default as ArrowUpIcon, ArtboardIcon_default as ArtboardIcon, AttachmentIcon_default as AttachmentIcon, Avatar, AvatarDeprecated, Badge, Banner, BarChartIcon_default as BarChartIcon, BellAltIcon_default as BellAltIcon, BellIcon_default as BellIcon, BinIcon_default as BinIcon, BlockQuoteIcon_default as BlockQuoteIcon, BookmarkAltIcon_default as BookmarkAltIcon, BookmarkIcon_default as BookmarkIcon, BookmarkOffIcon_default as BookmarkOffIcon, BookmarkOnIcon_default as BookmarkOnIcon, BottomSheet, BriefcaseIcon_default as BriefcaseIcon, BulbIcon_default as BulbIcon, BulletListIcon_default as BulletListIcon, BurgerIcon_default as BurgerIcon, Button, ButtonDeprecated, CalendarIcon_default as CalendarIcon, CameraIcon_default as CameraIcon, Card, CaretDownIcon_default as CaretDownIcon, CaretFirstIcon_default as CaretFirstIcon, CaretLastIcon_default as CaretLastIcon, CaretLeftIcon_default as CaretLeftIcon, CaretRightIcon_default as CaretRightIcon, CaretUpIcon_default as CaretUpIcon, ChatOptOutIcon_default as ChatOptOutIcon, CheckCircleAltIcon_default as CheckCircleAltIcon, CheckCircleIcon_default as CheckCircleIcon, CheckIcon_default as CheckIcon, Checkbox, CheckboxGroup, ChristmasTreeIcon_default as ChristmasTreeIcon, CircleDownIcon_default as CircleDownIcon, CircleUpIcon_default as CircleUpIcon, ClickIcon_default as ClickIcon, ClockIcon_default as ClockIcon, CloseCircleIcon_default as CloseCircleIcon, CloseIcon_default as CloseIcon, CloudIcon_default as CloudIcon, ColorPaletteIcon_default as ColorPaletteIcon, CommentAltIcon_default as CommentAltIcon, CommentIcon_default as CommentIcon, ConnectionOffIcon_default as ConnectionOffIcon, CopyIcon_default as CopyIcon, CropIcon_default as CropIcon, DashIcon_default as DashIcon, DashboardIcon_default as DashboardIcon, DesktopIcon_default as DesktopIcon, Dialog, Divider, DotIcon_default as DotIcon, DoubleCheckIcon_default as DoubleCheckIcon, DownloadIcon_default as DownloadIcon, DragHandleIcon_default as DragHandleIcon, EditIcon_default as EditIcon, EllipsisIcon_default as EllipsisIcon, EmailBouncesIcon_default as EmailBouncesIcon, EmailContactsIcon_default as EmailContactsIcon, EmailFollowUpIcon_default as EmailFollowUpIcon, EmailIcon_default as EmailIcon, EmailOpenIcon_default as EmailOpenIcon, EmailTeamsIcon_default as EmailTeamsIcon, Empty, EmptyState, ExpandHorizontalIcon_default as ExpandHorizontalIcon, ExpandIcon_default as ExpandIcon, ExpandVerticalIcon_default as ExpandVerticalIcon, FeatureAnalyticsIcon_default as FeatureAnalyticsIcon, FeatureCampaignsIcon_default as FeatureCampaignsIcon, FeatureEditorialCalendarIcon_default as FeatureEditorialCalendarIcon, FeatureEmployeeEmailIcon_default as FeatureEmployeeEmailIcon, FeatureNewsPageIcon_default as FeatureNewsPageIcon, Field, FileArchiveIcon_default as FileArchiveIcon, FileAudioIcon_default as FileAudioIcon, FileCodeIcon_default as FileCodeIcon, FileIcon_default as FileIcon, FileImageIcon_default as FileImageIcon, FilePdfIcon_default as FilePdfIcon, FilePresentationIcon_default as FilePresentationIcon, FileShareIcon_default as FileShareIcon, FileSheetIcon_default as FileSheetIcon, FileSizeIcon_default as FileSizeIcon, FileStackIcon_default as FileStackIcon, FileTextIcon_default as FileTextIcon, FileUploadNamespace as FileUpload, FileUploadIcon_default as FileUploadIcon, FileVideoIcon_default as FileVideoIcon, FilesManagerIcon_default as FilesManagerIcon, Filter, FilterIcon_default as FilterIcon, FlagIcon_default as FlagIcon, FolderIcon_default as FolderIcon, FolderShareIcon_default as FolderShareIcon, FontsIcon_default as FontsIcon, FootballIcon_default as FootballIcon, GalleryIcon_default as GalleryIcon, GhostButton, GlobeIcon_default as GlobeIcon, GridIcon_default as GridIcon, GroupConversationAddIcon_default as GroupConversationAddIcon, GroupConversationAdminIcon_default as GroupConversationAdminIcon, GroupConversationIcon_default as GroupConversationIcon, GroupConversationLeaveIcon_default as GroupConversationLeaveIcon, Growl, GrowlContainer, HamburgerMenuIcon_default as HamburgerMenuIcon, HeartAltIcon_default as HeartAltIcon, HeartIcon_default as HeartIcon, HelpButton, HierarchyChartIcon_default as HierarchyChartIcon, HomeIcon_default as HomeIcon, HouseIcon_default as HouseIcon, Icon, IconButton, IconGhostButton, ImageIcon_default as ImageIcon, ImageUploadIcon_default as ImageUploadIcon, InfoIcon_default as InfoIcon, InstantPostIcon_default as InstantPostIcon, JourneyStartIcon_default as JourneyStartIcon, KeyIcon_default as KeyIcon, LanguageGlobeIcon_default as LanguageGlobeIcon, LanguageIcon_default as LanguageIcon, LaptopIcon_default as LaptopIcon, LaunchpadIcon_default as LaunchpadIcon, LibraryIcon_default as LibraryIcon, LineChartIcon_default as LineChartIcon, LinkIcon_default as LinkIcon, LoadingSpinner, LockAltIcon_default as LockAltIcon, LockIcon_default as LockIcon, LoginIcon_default as LoginIcon, LogoutIcon_default as LogoutIcon, LongTextIcon_default as LongTextIcon, MagicWandIcon_default as MagicWandIcon, MapPinIcon_default as MapPinIcon, Menu, MergeLeftIcon_default as MergeLeftIcon, MergeRightIcon_default as MergeRightIcon, MicrophoneAltIcon_default as MicrophoneAltIcon, MicrophoneIcon_default as MicrophoneIcon, MinusCircleIcon_default as MinusCircleIcon, MobileIcon_default as MobileIcon, Modal, ModalDialog, MoveDownIcon_default as MoveDownIcon, MoveIcon_default as MoveIcon, MoveLeftIcon_default as MoveLeftIcon, MoveRightIcon_default as MoveRightIcon, MoveSidesIcon_default as MoveSidesIcon, MoveUpIcon_default as MoveUpIcon, MultipleChoiceQuestionIcon_default as MultipleChoiceQuestionIcon, NetworkChartIcon_default as NetworkChartIcon, NewConversationIcon_default as NewConversationIcon, NpsQuestionIcon_default as NpsQuestionIcon, NumberListIcon_default as NumberListIcon, NumberStepper, OfficeIcon_default as OfficeIcon, OpenOutIcon_default as OpenOutIcon, ParagraphCenterAlignIcon_default as ParagraphCenterAlignIcon, ParagraphLeftAlignIcon_default as ParagraphLeftAlignIcon, ParagraphRightAlignIcon_default as ParagraphRightAlignIcon, PauseIcon_default as PauseIcon, PeopleIcon_default as PeopleIcon, PhoneIcon_default as PhoneIcon, PictureGalleryIcon_default as PictureGalleryIcon, PieChartIcon_default as PieChartIcon, Pill, PlainGrowl, PlayIcon_default as PlayIcon, PluginAbsenceIcon_default as PluginAbsenceIcon, PluginCalendarIcon_default as PluginCalendarIcon, PluginChatIcon_default as PluginChatIcon, PluginColleagueQuizIcon_default as PluginColleagueQuizIcon, PluginEmbeddedPagesIcon_default as PluginEmbeddedPagesIcon, PluginEventRegistrationIcon_default as PluginEventRegistrationIcon, PluginFacebookPagesIcon_default as PluginFacebookPagesIcon, PluginFormsIcon_default as PluginFormsIcon, PluginIcon_default as PluginIcon, PluginIntegratedContentIcon_default as PluginIntegratedContentIcon, PluginJourneysIcon_default as PluginJourneysIcon, PluginLinksIcon_default as PluginLinksIcon, PluginMapsIcon_default as PluginMapsIcon, PluginMealPlanIcon_default as PluginMealPlanIcon, PluginMicrosoft365CalendarIcon_default as PluginMicrosoft365CalendarIcon, PluginNetigateIcon_default as PluginNetigateIcon, PluginNetworkIcon_default as PluginNetworkIcon, PluginNewsIcon_default as PluginNewsIcon, PluginOffice365FilesIcon_default as PluginOffice365FilesIcon, PluginPagesIcon_default as PluginPagesIcon, PluginQuizCalendarIcon_default as PluginQuizCalendarIcon, PluginSAMLIntegrationsIcon_default as PluginSAMLIntegrationsIcon, PluginSAPFioriIcon_default as PluginSAPFioriIcon, PluginShiftPlanIcon_default as PluginShiftPlanIcon, PluginSurveyMonkeyIcon_default as PluginSurveyMonkeyIcon, PluginSurveysIcon_default as PluginSurveysIcon, PluginThirdPartyIcon_default as PluginThirdPartyIcon, PollIcon_default as PollIcon, Popover, PrintIcon_default as PrintIcon, QuestionIcon_default as QuestionIcon, QuicklinkCampaignsIcon_default as QuicklinkCampaignsIcon, QuicklinkCommentsIcon_default as QuicklinkCommentsIcon, QuicklinkEditorialCalendarIcon_default as QuicklinkEditorialCalendarIcon, QuicklinkEmailIcon_default as QuicklinkEmailIcon, QuicklinkEventRegistrationIcon_default as QuicklinkEventRegistrationIcon, QuicklinkFormsIcon_default as QuicklinkFormsIcon, QuicklinkJourneysIcon_default as QuicklinkJourneysIcon, QuicklinkLaunchpadIcon_default as QuicklinkLaunchpadIcon, QuicklinkMenuIcon_default as QuicklinkMenuIcon, QuicklinkNewsIcon_default as QuicklinkNewsIcon, QuicklinkPagesIcon_default as QuicklinkPagesIcon, QuicklinkSurveyIcon_default as QuicklinkSurveyIcon, QuizIcon_default as QuizIcon, Radio, RadioGroup, RedoIcon_default as RedoIcon, RefreshIcon_default as RefreshIcon, ReplaceFileIcon_default as ReplaceFileIcon, ResizeExpandIcon_default as ResizeExpandIcon, RestoreIcon_default as RestoreIcon, RoundedCornersIcon_default as RoundedCornersIcon, RssIcon_default as RssIcon, SearchIcon_default as SearchIcon, SearchInput, SearchableMultiSelect, SearchableSingleSelect, SegmentedControl, Select, SendIcon_default as SendIcon, Separator, SettingsIcon_default as SettingsIcon, ShareAndroidIcon_default as ShareAndroidIcon, ShareIosIcon_default as ShareIosIcon, ShortTextIcon_default as ShortTextIcon, ShrinkIcon_default as ShrinkIcon, SidebarLeftIcon_default as SidebarLeftIcon, SidebarRightIcon_default as SidebarRightIcon, SingleChoiceQuestionIcon_default as SingleChoiceQuestionIcon, SingleSelect, Skeleton, SliderQuestionIcon_default as SliderQuestionIcon, SnowflakeIcon_default as SnowflakeIcon, SortIcon_default as SortIcon, SoundAltIcon_default as SoundAltIcon, SoundIcon_default as SoundIcon, SpacesAltIcon_default as SpacesAltIcon, SpacesIcon_default as SpacesIcon, SplitIcon_default as SplitIcon, StarAltIcon_default as StarAltIcon, StarIcon_default as StarIcon, StyleChip, Switch, TabletIcon_default as TabletIcon, Tabs, TagIcon_default as TagIcon, TextArea, TextAreaDeprecated, TextBoldIcon_default as TextBoldIcon, TextField, TextFormattingCapsIcon_default as TextFormattingCapsIcon, TextFormattingSmallCapsIcon_default as TextFormattingSmallCapsIcon, TextFormattingTextStyleIcon_default as TextFormattingTextStyleIcon, TextIcon_default as TextIcon, TextInput, TextItalicIcon_default as TextItalicIcon, TextQuestionIcon_default as TextQuestionIcon, TextStrikeThroughIcon_default as TextStrikeThroughIcon, TextSummariseIcon_default as TextSummariseIcon, TextTormattingArrangeSpacingIcon_default as TextTormattingArrangeSpacingIcon, TextUnderlineIcon_default as TextUnderlineIcon, ThumbDownAltIcon_default as ThumbDownAltIcon, ThumbDownIcon_default as ThumbDownIcon, ThumbUpAltIcon_default as ThumbUpAltIcon, ThumbUpIcon_default as ThumbUpIcon, Toggle, Tooltip, TooltipDeprecated, TranslationOnIcon_default as TranslationOnIcon, UndoIcon_default as UndoIcon, UnlinkIcon_default as UnlinkIcon, UploadIcon_default as UploadIcon, UserAddIcon_default as UserAddIcon, UserCommentIcon_default as UserCommentIcon, UserDeactivatedIcon_default as UserDeactivatedIcon, UserDeletedIcon_default as UserDeletedIcon, UserEditIcon_default as UserEditIcon, UserGroupAddIcon_default as UserGroupAddIcon, UserGroupIcon_default as UserGroupIcon, UserIcon_default as UserIcon, UserInvitedIcon_default as UserInvitedIcon, UserNewIcon_default as UserNewIcon, UserPendingIcon_default as UserPendingIcon, UserRegisteredIcon_default as UserRegisteredIcon, VideoCameraIcon_default as VideoCameraIcon, VideoEmbedIcon_default as VideoEmbedIcon, VideoIcon_default as VideoIcon, VideoUploadIcon_default as VideoUploadIcon, ViewAltIcon_default as ViewAltIcon, ViewIcon_default as ViewIcon, WarningIcon_default as WarningIcon, WatchIcon_default as WatchIcon, buttonVariants, iconNames };
|
|
11916
|
+
export { AIPUIcon_default as AIPUIcon, ActionMenu, ActionMenuContent, ActionMenuItem, ActionMenuLinkItem, ActionMenuTrigger, AddCircleIcon_default as AddCircleIcon, AddIcon_default as AddIcon, AiSparklesIcon_default as AiSparklesIcon, AlarmIcon_default as AlarmIcon, AlertDialog, AlertIcon_default as AlertIcon, AltAlternateIcon_default as AltAlternateIcon, ArchiveIcon_default as ArchiveIcon, ArrowDownIcon_default as ArrowDownIcon, ArrowLeftIcon_default as ArrowLeftIcon, ArrowRightIcon_default as ArrowRightIcon, ArrowUpIcon_default as ArrowUpIcon, ArtboardIcon_default as ArtboardIcon, AttachmentIcon_default as AttachmentIcon, Avatar, AvatarDeprecated, Badge, Banner, BarChartIcon_default as BarChartIcon, BellAltIcon_default as BellAltIcon, BellIcon_default as BellIcon, BinIcon_default as BinIcon, BlockQuoteIcon_default as BlockQuoteIcon, BookmarkAltIcon_default as BookmarkAltIcon, BookmarkIcon_default as BookmarkIcon, BookmarkOffIcon_default as BookmarkOffIcon, BookmarkOnIcon_default as BookmarkOnIcon, BottomSheet, BriefcaseIcon_default as BriefcaseIcon, BulbIcon_default as BulbIcon, BulletListIcon_default as BulletListIcon, BurgerIcon_default as BurgerIcon, Button, ButtonDeprecated, CalendarIcon_default as CalendarIcon, CameraIcon_default as CameraIcon, Card, CaretDownIcon_default as CaretDownIcon, CaretFirstIcon_default as CaretFirstIcon, CaretLastIcon_default as CaretLastIcon, CaretLeftIcon_default as CaretLeftIcon, CaretRightIcon_default as CaretRightIcon, CaretUpIcon_default as CaretUpIcon, ChatOptOutIcon_default as ChatOptOutIcon, CheckCircleAltIcon_default as CheckCircleAltIcon, CheckCircleIcon_default as CheckCircleIcon, CheckIcon_default as CheckIcon, Checkbox, CheckboxGroup, ChristmasTreeIcon_default as ChristmasTreeIcon, CircleDownIcon_default as CircleDownIcon, CircleUpIcon_default as CircleUpIcon, ClickIcon_default as ClickIcon, ClockIcon_default as ClockIcon, CloseCircleIcon_default as CloseCircleIcon, CloseIcon_default as CloseIcon, CloudIcon_default as CloudIcon, ColorPaletteIcon_default as ColorPaletteIcon, CommentAltIcon_default as CommentAltIcon, CommentIcon_default as CommentIcon, ConnectionOffIcon_default as ConnectionOffIcon, CopyIcon_default as CopyIcon, CropIcon_default as CropIcon, DashIcon_default as DashIcon, DashboardIcon_default as DashboardIcon, DesktopIcon_default as DesktopIcon, Dialog, Divider, DotIcon_default as DotIcon, DoubleCheckIcon_default as DoubleCheckIcon, DownloadIcon_default as DownloadIcon, DragHandleIcon_default as DragHandleIcon, EditIcon_default as EditIcon, EllipsisIcon_default as EllipsisIcon, EmailBouncesIcon_default as EmailBouncesIcon, EmailContactsIcon_default as EmailContactsIcon, EmailFollowUpIcon_default as EmailFollowUpIcon, EmailIcon_default as EmailIcon, EmailOpenIcon_default as EmailOpenIcon, EmailTeamsIcon_default as EmailTeamsIcon, Empty, EmptyState, ExpandHorizontalIcon_default as ExpandHorizontalIcon, ExpandIcon_default as ExpandIcon, ExpandVerticalIcon_default as ExpandVerticalIcon, FeatureAnalyticsIcon_default as FeatureAnalyticsIcon, FeatureCampaignsIcon_default as FeatureCampaignsIcon, FeatureEditorialCalendarIcon_default as FeatureEditorialCalendarIcon, FeatureEmployeeEmailIcon_default as FeatureEmployeeEmailIcon, FeatureNewsPageIcon_default as FeatureNewsPageIcon, Field, FileArchiveIcon_default as FileArchiveIcon, FileAudioIcon_default as FileAudioIcon, FileCodeIcon_default as FileCodeIcon, FileIcon_default as FileIcon, FileImageIcon_default as FileImageIcon, FilePdfIcon_default as FilePdfIcon, FilePresentationIcon_default as FilePresentationIcon, FileShareIcon_default as FileShareIcon, FileSheetIcon_default as FileSheetIcon, FileSizeIcon_default as FileSizeIcon, FileStackIcon_default as FileStackIcon, FileTextIcon_default as FileTextIcon, FileUploadNamespace as FileUpload, FileUploadIcon_default as FileUploadIcon, FileVideoIcon_default as FileVideoIcon, FilesManagerIcon_default as FilesManagerIcon, Filter, FilterIcon_default as FilterIcon, FlagIcon_default as FlagIcon, FolderIcon_default as FolderIcon, FolderShareIcon_default as FolderShareIcon, FontsIcon_default as FontsIcon, FootballIcon_default as FootballIcon, GalleryIcon_default as GalleryIcon, GlobeIcon_default as GlobeIcon, GridIcon_default as GridIcon, GroupConversationAddIcon_default as GroupConversationAddIcon, GroupConversationAdminIcon_default as GroupConversationAdminIcon, GroupConversationIcon_default as GroupConversationIcon, GroupConversationLeaveIcon_default as GroupConversationLeaveIcon, Growl, GrowlContainer, HamburgerMenuIcon_default as HamburgerMenuIcon, HeartAltIcon_default as HeartAltIcon, HeartIcon_default as HeartIcon, HelpButton, HierarchyChartIcon_default as HierarchyChartIcon, HomeIcon_default as HomeIcon, HouseIcon_default as HouseIcon, Icon, ImageIcon_default as ImageIcon, ImageUploadIcon_default as ImageUploadIcon, InfoIcon_default as InfoIcon, InstantPostIcon_default as InstantPostIcon, JourneyStartIcon_default as JourneyStartIcon, KeyIcon_default as KeyIcon, LanguageGlobeIcon_default as LanguageGlobeIcon, LanguageIcon_default as LanguageIcon, LaptopIcon_default as LaptopIcon, LaunchpadIcon_default as LaunchpadIcon, LibraryIcon_default as LibraryIcon, LineChartIcon_default as LineChartIcon, LinkIcon_default as LinkIcon, LoadingSpinner, LockAltIcon_default as LockAltIcon, LockIcon_default as LockIcon, LoginIcon_default as LoginIcon, LogoutIcon_default as LogoutIcon, LongTextIcon_default as LongTextIcon, MagicWandIcon_default as MagicWandIcon, MapPinIcon_default as MapPinIcon, Menu, MergeLeftIcon_default as MergeLeftIcon, MergeRightIcon_default as MergeRightIcon, MicrophoneAltIcon_default as MicrophoneAltIcon, MicrophoneIcon_default as MicrophoneIcon, MinusCircleIcon_default as MinusCircleIcon, MobileIcon_default as MobileIcon, Modal, ModalDialog, MoveDownIcon_default as MoveDownIcon, MoveIcon_default as MoveIcon, MoveLeftIcon_default as MoveLeftIcon, MoveRightIcon_default as MoveRightIcon, MoveSidesIcon_default as MoveSidesIcon, MoveUpIcon_default as MoveUpIcon, MultipleChoiceQuestionIcon_default as MultipleChoiceQuestionIcon, NetworkChartIcon_default as NetworkChartIcon, NewConversationIcon_default as NewConversationIcon, NpsQuestionIcon_default as NpsQuestionIcon, NumberListIcon_default as NumberListIcon, NumberStepper, OfficeIcon_default as OfficeIcon, OpenOutIcon_default as OpenOutIcon, ParagraphCenterAlignIcon_default as ParagraphCenterAlignIcon, ParagraphLeftAlignIcon_default as ParagraphLeftAlignIcon, ParagraphRightAlignIcon_default as ParagraphRightAlignIcon, PauseIcon_default as PauseIcon, PeopleIcon_default as PeopleIcon, PhoneIcon_default as PhoneIcon, PictureGalleryIcon_default as PictureGalleryIcon, PieChartIcon_default as PieChartIcon, Pill, PlainGrowl, PlayIcon_default as PlayIcon, PluginAbsenceIcon_default as PluginAbsenceIcon, PluginCalendarIcon_default as PluginCalendarIcon, PluginChatIcon_default as PluginChatIcon, PluginColleagueQuizIcon_default as PluginColleagueQuizIcon, PluginEmbeddedPagesIcon_default as PluginEmbeddedPagesIcon, PluginEventRegistrationIcon_default as PluginEventRegistrationIcon, PluginFacebookPagesIcon_default as PluginFacebookPagesIcon, PluginFormsIcon_default as PluginFormsIcon, PluginIcon_default as PluginIcon, PluginIntegratedContentIcon_default as PluginIntegratedContentIcon, PluginJourneysIcon_default as PluginJourneysIcon, PluginLinksIcon_default as PluginLinksIcon, PluginMapsIcon_default as PluginMapsIcon, PluginMealPlanIcon_default as PluginMealPlanIcon, PluginMicrosoft365CalendarIcon_default as PluginMicrosoft365CalendarIcon, PluginNetigateIcon_default as PluginNetigateIcon, PluginNetworkIcon_default as PluginNetworkIcon, PluginNewsIcon_default as PluginNewsIcon, PluginOffice365FilesIcon_default as PluginOffice365FilesIcon, PluginPagesIcon_default as PluginPagesIcon, PluginQuizCalendarIcon_default as PluginQuizCalendarIcon, PluginSAMLIntegrationsIcon_default as PluginSAMLIntegrationsIcon, PluginSAPFioriIcon_default as PluginSAPFioriIcon, PluginShiftPlanIcon_default as PluginShiftPlanIcon, PluginSurveyMonkeyIcon_default as PluginSurveyMonkeyIcon, PluginSurveysIcon_default as PluginSurveysIcon, PluginThirdPartyIcon_default as PluginThirdPartyIcon, PollIcon_default as PollIcon, Popover, PrintIcon_default as PrintIcon, QuestionIcon_default as QuestionIcon, QuicklinkCampaignsIcon_default as QuicklinkCampaignsIcon, QuicklinkCommentsIcon_default as QuicklinkCommentsIcon, QuicklinkEditorialCalendarIcon_default as QuicklinkEditorialCalendarIcon, QuicklinkEmailIcon_default as QuicklinkEmailIcon, QuicklinkEventRegistrationIcon_default as QuicklinkEventRegistrationIcon, QuicklinkFormsIcon_default as QuicklinkFormsIcon, QuicklinkJourneysIcon_default as QuicklinkJourneysIcon, QuicklinkLaunchpadIcon_default as QuicklinkLaunchpadIcon, QuicklinkMenuIcon_default as QuicklinkMenuIcon, QuicklinkNewsIcon_default as QuicklinkNewsIcon, QuicklinkPagesIcon_default as QuicklinkPagesIcon, QuicklinkSurveyIcon_default as QuicklinkSurveyIcon, QuizIcon_default as QuizIcon, Radio, RadioGroup, RedoIcon_default as RedoIcon, RefreshIcon_default as RefreshIcon, ReplaceFileIcon_default as ReplaceFileIcon, ResizeExpandIcon_default as ResizeExpandIcon, RestoreIcon_default as RestoreIcon, RoundedCornersIcon_default as RoundedCornersIcon, RssIcon_default as RssIcon, SearchIcon_default as SearchIcon, SearchInput, SearchableMultiSelect, SearchableSingleSelect, SegmentedControl, Select, SendIcon_default as SendIcon, Separator, SettingsIcon_default as SettingsIcon, ShareAndroidIcon_default as ShareAndroidIcon, ShareIosIcon_default as ShareIosIcon, ShortTextIcon_default as ShortTextIcon, ShrinkIcon_default as ShrinkIcon, SidebarLeftIcon_default as SidebarLeftIcon, SidebarRightIcon_default as SidebarRightIcon, SingleChoiceQuestionIcon_default as SingleChoiceQuestionIcon, SingleSelect, Skeleton, SliderQuestionIcon_default as SliderQuestionIcon, SlideshowIcon_default as SlideshowIcon, SnowflakeIcon_default as SnowflakeIcon, SortIcon_default as SortIcon, SoundAltIcon_default as SoundAltIcon, SoundIcon_default as SoundIcon, SpacesAltIcon_default as SpacesAltIcon, SpacesIcon_default as SpacesIcon, SplitIcon_default as SplitIcon, StarAltIcon_default as StarAltIcon, StarIcon_default as StarIcon, StyleChip, Switch, SwitchDeprecated, TabletIcon_default as TabletIcon, Tabs, TagIcon_default as TagIcon, TextArea, TextAreaDeprecated, TextBoldIcon_default as TextBoldIcon, TextField, TextFormattingCapsIcon_default as TextFormattingCapsIcon, TextFormattingSmallCapsIcon_default as TextFormattingSmallCapsIcon, TextFormattingTextStyleIcon_default as TextFormattingTextStyleIcon, TextIcon_default as TextIcon, TextInput, TextItalicIcon_default as TextItalicIcon, TextQuestionIcon_default as TextQuestionIcon, TextStrikeThroughIcon_default as TextStrikeThroughIcon, TextSummariseIcon_default as TextSummariseIcon, TextTormattingArrangeSpacingIcon_default as TextTormattingArrangeSpacingIcon, TextUnderlineIcon_default as TextUnderlineIcon, ThumbDownAltIcon_default as ThumbDownAltIcon, ThumbDownIcon_default as ThumbDownIcon, ThumbUpAltIcon_default as ThumbUpAltIcon, ThumbUpIcon_default as ThumbUpIcon, Toggle, ToggleGroup, Tooltip, TooltipDeprecated, TranslationOnIcon_default as TranslationOnIcon, UndoIcon_default as UndoIcon, UnlinkIcon_default as UnlinkIcon, UploadIcon_default as UploadIcon, UserAddIcon_default as UserAddIcon, UserCommentIcon_default as UserCommentIcon, UserDeactivatedIcon_default as UserDeactivatedIcon, UserDeletedIcon_default as UserDeletedIcon, UserEditIcon_default as UserEditIcon, UserGroupAddIcon_default as UserGroupAddIcon, UserGroupIcon_default as UserGroupIcon, UserIcon_default as UserIcon, UserInvitedIcon_default as UserInvitedIcon, UserNewIcon_default as UserNewIcon, UserPendingIcon_default as UserPendingIcon, UserRegisteredIcon_default as UserRegisteredIcon, VideoCameraIcon_default as VideoCameraIcon, VideoEmbedIcon_default as VideoEmbedIcon, VideoIcon_default as VideoIcon, VideoUploadIcon_default as VideoUploadIcon, ViewAltIcon_default as ViewAltIcon, ViewIcon_default as ViewIcon, WarningIcon_default as WarningIcon, WatchIcon_default as WatchIcon, buttonVariants, iconNames };
|
|
11894
11917
|
|
|
11895
11918
|
//# sourceMappingURL=main.js.map
|