@staffbase/design 20.4.0 → 21.2.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 +137 -157
- package/dist/main.cjs.map +1 -1
- package/dist/main.d.ts +72 -111
- package/dist/main.js +137 -154
- package/dist/main.js.map +1 -1
- package/dist/theme.css +4 -1
- package/dist/tokens/component.css +4 -3
- package/dist/tokens/primitive.css +9 -16
- package/dist/tokens/semantic.css +50 -46
- package/package.json +6 -8
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,14 +23,15 @@ 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";
|
|
30
29
|
import { Select as Select$1 } from "@base-ui/react/select";
|
|
31
30
|
import { Switch as Switch$1 } from "@base-ui/react/switch";
|
|
32
|
-
import
|
|
31
|
+
import { Tabs as Tabs$1 } from "@base-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
|
});
|
|
@@ -8943,7 +8944,7 @@ var ICONS = {
|
|
|
8943
8944
|
warning: /* @__PURE__ */ jsx(WarningIcon_default, {}),
|
|
8944
8945
|
critical: /* @__PURE__ */ jsx(AlertIcon_default, {})
|
|
8945
8946
|
};
|
|
8946
|
-
var Root$
|
|
8947
|
+
var Root$8 = forwardRef((props, ref) => {
|
|
8947
8948
|
const { children, className, variant = "info", size = "sm", layout = "standalone", ...restProps } = props;
|
|
8948
8949
|
return /* @__PURE__ */ jsxs("div", {
|
|
8949
8950
|
"data-c13y-component": "banner",
|
|
@@ -8959,7 +8960,7 @@ var Root$9 = forwardRef((props, ref) => {
|
|
|
8959
8960
|
})]
|
|
8960
8961
|
});
|
|
8961
8962
|
});
|
|
8962
|
-
Root$
|
|
8963
|
+
Root$8.displayName = "Banner.Root";
|
|
8963
8964
|
var Close$3 = forwardRef((props, ref) => {
|
|
8964
8965
|
const { className, ...restProps } = props;
|
|
8965
8966
|
return /* @__PURE__ */ jsx("button", {
|
|
@@ -8972,7 +8973,7 @@ var Close$3 = forwardRef((props, ref) => {
|
|
|
8972
8973
|
});
|
|
8973
8974
|
});
|
|
8974
8975
|
Close$3.displayName = "Banner.Close";
|
|
8975
|
-
var Banner = Object.assign(Root$
|
|
8976
|
+
var Banner = Object.assign(Root$8, { Close: Close$3 });
|
|
8976
8977
|
//#endregion
|
|
8977
8978
|
//#region src/components/bottomSheet/BottomSheet.tsx
|
|
8978
8979
|
var Trigger$6 = (props) => {
|
|
@@ -9091,18 +9092,7 @@ var ButtonDeprecated = forwardRef(function Button(props, ref) {
|
|
|
9091
9092
|
]
|
|
9092
9093
|
});
|
|
9093
9094
|
});
|
|
9094
|
-
/** @deprecated Use Button component with iconOnly instead */
|
|
9095
|
-
var IconButton = forwardRef(function IconButton(props, ref) {
|
|
9096
|
-
const { icon, className = "", variant = "primary", ...rest } = props;
|
|
9097
|
-
return /* @__PURE__ */ jsx("button", {
|
|
9098
|
-
className: clsx$1("ds-button-deprecated", "ds-icon-button", `ds-button-deprecated--${variant}`, `${className}`),
|
|
9099
|
-
...rest,
|
|
9100
|
-
ref,
|
|
9101
|
-
children: icon
|
|
9102
|
-
});
|
|
9103
|
-
});
|
|
9104
9095
|
ButtonDeprecated.displayName = "Button";
|
|
9105
|
-
IconButton.displayName = "IconButton";
|
|
9106
9096
|
//#endregion
|
|
9107
9097
|
//#region src/components/card/Card.tsx
|
|
9108
9098
|
var Card = forwardRef((props, ref) => {
|
|
@@ -9345,7 +9335,7 @@ function Divider(props) {
|
|
|
9345
9335
|
Divider.displayName = "Divider";
|
|
9346
9336
|
//#endregion
|
|
9347
9337
|
//#region src/components/empty/Empty.tsx
|
|
9348
|
-
var Root$
|
|
9338
|
+
var Root$7 = forwardRef((props, ref) => {
|
|
9349
9339
|
const { className, ...rest } = props;
|
|
9350
9340
|
return /* @__PURE__ */ jsx("div", {
|
|
9351
9341
|
"data-c13y-component": "empty",
|
|
@@ -9354,7 +9344,7 @@ var Root$8 = forwardRef((props, ref) => {
|
|
|
9354
9344
|
ref
|
|
9355
9345
|
});
|
|
9356
9346
|
});
|
|
9357
|
-
Root$
|
|
9347
|
+
Root$7.displayName = "Empty.Root";
|
|
9358
9348
|
var Media = forwardRef((props, ref) => {
|
|
9359
9349
|
const { className, size = "md", ...rest } = props;
|
|
9360
9350
|
return /* @__PURE__ */ jsx("div", {
|
|
@@ -9388,7 +9378,7 @@ var Description$1 = forwardRef((props, ref) => {
|
|
|
9388
9378
|
});
|
|
9389
9379
|
Description$1.displayName = "Empty.Description";
|
|
9390
9380
|
var Empty = {
|
|
9391
|
-
Root: Root$
|
|
9381
|
+
Root: Root$7,
|
|
9392
9382
|
Media,
|
|
9393
9383
|
Title,
|
|
9394
9384
|
Description: Description$1
|
|
@@ -9425,7 +9415,7 @@ function EmptyState(props) {
|
|
|
9425
9415
|
EmptyState.displayName = "EmptyState";
|
|
9426
9416
|
//#endregion
|
|
9427
9417
|
//#region src/components/field/Field.tsx
|
|
9428
|
-
var Root$
|
|
9418
|
+
var Root$6 = forwardRef((props, ref) => {
|
|
9429
9419
|
const { className, ...rest } = props;
|
|
9430
9420
|
return /* @__PURE__ */ jsx(Field$1.Root, {
|
|
9431
9421
|
"data-c13y-component": "field",
|
|
@@ -9471,12 +9461,12 @@ var ErrorMessage = forwardRef((props, ref) => {
|
|
|
9471
9461
|
});
|
|
9472
9462
|
});
|
|
9473
9463
|
var Field = {
|
|
9474
|
-
Root: Root$
|
|
9464
|
+
Root: Root$6,
|
|
9475
9465
|
Label,
|
|
9476
9466
|
Description,
|
|
9477
9467
|
Error: ErrorMessage
|
|
9478
9468
|
};
|
|
9479
|
-
Root$
|
|
9469
|
+
Root$6.displayName = "Field.Root";
|
|
9480
9470
|
Label.displayName = "Field.Label";
|
|
9481
9471
|
Description.displayName = "Field.Description";
|
|
9482
9472
|
ErrorMessage.displayName = "Field.Error";
|
|
@@ -10042,38 +10032,6 @@ var FilterTrigger = memo(forwardRef(function FilterTrigger({ children, ...props
|
|
|
10042
10032
|
}));
|
|
10043
10033
|
Filter.displayName = "Filter";
|
|
10044
10034
|
//#endregion
|
|
10045
|
-
//#region src/components/ghostButton/GhostButton.tsx
|
|
10046
|
-
/** @deprecated Use Button with variant="ghost" instead */
|
|
10047
|
-
var GhostButton = forwardRef(function GhostButton(props, ref) {
|
|
10048
|
-
const { children, className = "", variant = "primary", icon = null, disabled, iconPosition = "leading", ...rest } = props;
|
|
10049
|
-
return /* @__PURE__ */ jsxs("button", {
|
|
10050
|
-
className: `ds-ghost-button ds-ghost-button--${variant} ${className}`,
|
|
10051
|
-
disabled,
|
|
10052
|
-
...rest,
|
|
10053
|
-
ref,
|
|
10054
|
-
children: [
|
|
10055
|
-
iconPosition === "leading" ? icon : null,
|
|
10056
|
-
/* @__PURE__ */ jsx("span", {
|
|
10057
|
-
className: clsx$1("ds-ghost-button__content"),
|
|
10058
|
-
children
|
|
10059
|
-
}),
|
|
10060
|
-
iconPosition === "trailing" ? icon : null
|
|
10061
|
-
]
|
|
10062
|
-
});
|
|
10063
|
-
});
|
|
10064
|
-
/** @deprecated Use Button with variant="ghost" and iconOnly instead */
|
|
10065
|
-
var IconGhostButton = forwardRef(function IconGhostButton(props, ref) {
|
|
10066
|
-
const { icon, className = "", variant = "primary", ...rest } = props;
|
|
10067
|
-
return /* @__PURE__ */ jsx("button", {
|
|
10068
|
-
className: clsx$1("ds-ghost-button", "ds-ghost-icon-button", `ds-ghost-button--${variant}`, `${className}`),
|
|
10069
|
-
...rest,
|
|
10070
|
-
ref,
|
|
10071
|
-
children: icon
|
|
10072
|
-
});
|
|
10073
|
-
});
|
|
10074
|
-
GhostButton.displayName = "GhostButton";
|
|
10075
|
-
IconGhostButton.displayName = "IconGhostButton";
|
|
10076
|
-
//#endregion
|
|
10077
10035
|
//#region src/components/growl/Growl.tsx
|
|
10078
10036
|
/** @deprecated Not an accessible UI pattern — no replacement */
|
|
10079
10037
|
var PlainGrowl = forwardRef(function PlainGrowl(props, ref) {
|
|
@@ -10160,7 +10118,7 @@ function splitC13yProps(props) {
|
|
|
10160
10118
|
}
|
|
10161
10119
|
//#endregion
|
|
10162
10120
|
//#region src/components/menu/Menu.tsx
|
|
10163
|
-
var Root$
|
|
10121
|
+
var Root$5 = (props) => {
|
|
10164
10122
|
return /* @__PURE__ */ jsx(Menu$1.Root, {
|
|
10165
10123
|
modal: false,
|
|
10166
10124
|
...props
|
|
@@ -10262,7 +10220,7 @@ var SubMenuTrigger = forwardRef((props, ref) => {
|
|
|
10262
10220
|
});
|
|
10263
10221
|
});
|
|
10264
10222
|
var Menu = {
|
|
10265
|
-
Root: Root$
|
|
10223
|
+
Root: Root$5,
|
|
10266
10224
|
Trigger: Trigger$4,
|
|
10267
10225
|
Popup: Popup$3,
|
|
10268
10226
|
Item: Item$4,
|
|
@@ -10337,9 +10295,9 @@ var useModalContext = () => {
|
|
|
10337
10295
|
var ModalHeader = forwardRef(function ModalHeader(props, ref) {
|
|
10338
10296
|
const { title, titleAddon, showCancelButton = false, cancelButtonText, onCancel, showHeaderButton = false, headerButtonIsGhost = true, onHeaderButtonClick, headerButtonText } = props;
|
|
10339
10297
|
let headerButton;
|
|
10340
|
-
if (showHeaderButton && onHeaderButtonClick && headerButtonText) if (headerButtonIsGhost) headerButton = /* @__PURE__ */ jsx(
|
|
10298
|
+
if (showHeaderButton && onHeaderButtonClick && headerButtonText) if (headerButtonIsGhost) headerButton = /* @__PURE__ */ jsx(Button, {
|
|
10341
10299
|
className: clsx$1("ds-modal__ghost-button--accept"),
|
|
10342
|
-
variant: "
|
|
10300
|
+
variant: "ghost",
|
|
10343
10301
|
onClick: () => onHeaderButtonClick(),
|
|
10344
10302
|
children: headerButtonText
|
|
10345
10303
|
});
|
|
@@ -10362,13 +10320,16 @@ var ModalHeader = forwardRef(function ModalHeader(props, ref) {
|
|
|
10362
10320
|
}), titleAddon]
|
|
10363
10321
|
}), /* @__PURE__ */ jsxs("div", {
|
|
10364
10322
|
className: "ds-modal__header-buttons",
|
|
10365
|
-
children: [!!headerButton && headerButton, showCancelButton && cancelButtonText && /* @__PURE__ */ jsx(
|
|
10323
|
+
children: [!!headerButton && headerButton, showCancelButton && cancelButtonText && /* @__PURE__ */ jsx(Button, {
|
|
10366
10324
|
className: clsx$1("ds-modal__ghost-button--cancel"),
|
|
10367
|
-
variant: "
|
|
10325
|
+
variant: "ghost",
|
|
10326
|
+
color: "neutral",
|
|
10327
|
+
iconOnly: true,
|
|
10368
10328
|
style: { padding: "10px" },
|
|
10369
|
-
icon: /* @__PURE__ */ jsx(CloseIcon_default, { className: "text-icon-neutral-medium" }),
|
|
10370
10329
|
title: cancelButtonText,
|
|
10371
|
-
|
|
10330
|
+
"aria-label": cancelButtonText,
|
|
10331
|
+
onClick: () => onCancel(),
|
|
10332
|
+
children: /* @__PURE__ */ jsx(CloseIcon_default, { className: "text-icon-neutral-medium" })
|
|
10372
10333
|
})]
|
|
10373
10334
|
})]
|
|
10374
10335
|
}), !!props.children && /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx(Divider, {
|
|
@@ -10585,7 +10546,7 @@ function ModalDialog(props) {
|
|
|
10585
10546
|
ModalDialog.displayName = "ModalDialog";
|
|
10586
10547
|
//#endregion
|
|
10587
10548
|
//#region src/components/numberStepper/NumberStepper.tsx
|
|
10588
|
-
var Root$
|
|
10549
|
+
var Root$4 = forwardRef((props, ref) => {
|
|
10589
10550
|
const { className, children, ...rest } = props;
|
|
10590
10551
|
return /* @__PURE__ */ jsx(NumberField.Root, {
|
|
10591
10552
|
ref,
|
|
@@ -10629,12 +10590,12 @@ var Increment = forwardRef((props, ref) => {
|
|
|
10629
10590
|
});
|
|
10630
10591
|
});
|
|
10631
10592
|
var NumberStepper = {
|
|
10632
|
-
Root: Root$
|
|
10593
|
+
Root: Root$4,
|
|
10633
10594
|
Increment,
|
|
10634
10595
|
Input: Input$3,
|
|
10635
10596
|
Decrement
|
|
10636
10597
|
};
|
|
10637
|
-
Root$
|
|
10598
|
+
Root$4.displayName = "NumberStepper.Root";
|
|
10638
10599
|
Input$3.displayName = "NumberStepper.Input";
|
|
10639
10600
|
Decrement.displayName = "NumberStepper.Decrement";
|
|
10640
10601
|
Increment.displayName = "NumberStepper.Increment";
|
|
@@ -10653,18 +10614,17 @@ var Pill = forwardRef((props, ref) => {
|
|
|
10653
10614
|
Pill.displayName = "Pill";
|
|
10654
10615
|
//#endregion
|
|
10655
10616
|
//#region src/components/popover/Popover.tsx
|
|
10656
|
-
var
|
|
10657
|
-
|
|
10658
|
-
|
|
10659
|
-
|
|
10660
|
-
|
|
10661
|
-
|
|
10662
|
-
|
|
10663
|
-
}
|
|
10664
|
-
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
|
+
};
|
|
10665
10625
|
var Close = forwardRef((props, ref) => {
|
|
10666
10626
|
const { className, ...rest } = props;
|
|
10667
|
-
return /* @__PURE__ */ jsx(
|
|
10627
|
+
return /* @__PURE__ */ jsx(Popover$1.Close, {
|
|
10668
10628
|
"data-c13y-component": "button",
|
|
10669
10629
|
"data-c13y-purpose": "close",
|
|
10670
10630
|
ref,
|
|
@@ -10673,27 +10633,27 @@ var Close = forwardRef((props, ref) => {
|
|
|
10673
10633
|
children: /* @__PURE__ */ jsx(CloseIcon_default, {})
|
|
10674
10634
|
});
|
|
10675
10635
|
});
|
|
10676
|
-
Close.displayName = "Popover.Close";
|
|
10677
10636
|
var Content$2 = forwardRef((props, ref) => {
|
|
10678
|
-
const { className, container, ...rest } = props;
|
|
10679
|
-
return /* @__PURE__ */ jsx(
|
|
10637
|
+
const { className, children, container, ...rest } = props;
|
|
10638
|
+
return /* @__PURE__ */ jsx(Popover$1.Portal, {
|
|
10680
10639
|
container,
|
|
10681
|
-
children: /* @__PURE__ */ jsx(
|
|
10682
|
-
"data-c13y-component": "popover",
|
|
10640
|
+
children: /* @__PURE__ */ jsx(Popover$1.Positioner, {
|
|
10683
10641
|
sideOffset: 4,
|
|
10684
|
-
|
|
10685
|
-
|
|
10686
|
-
|
|
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
|
+
})
|
|
10687
10649
|
})
|
|
10688
10650
|
});
|
|
10689
10651
|
});
|
|
10690
|
-
Content$2.displayName = "Popover.Content";
|
|
10691
10652
|
var Popover = {
|
|
10692
|
-
Root: Root
|
|
10653
|
+
Root: Popover$1.Root,
|
|
10693
10654
|
Content: Content$2,
|
|
10694
10655
|
Trigger: Trigger$3,
|
|
10695
|
-
Close
|
|
10696
|
-
Anchor
|
|
10656
|
+
Close
|
|
10697
10657
|
};
|
|
10698
10658
|
//#endregion
|
|
10699
10659
|
//#region src/components/radio/Radio.tsx
|
|
@@ -11545,22 +11505,77 @@ var Switch = forwardRef((props, ref) => {
|
|
|
11545
11505
|
});
|
|
11546
11506
|
});
|
|
11547
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
|
|
11548
11563
|
//#region src/components/tabs/Tabs.tsx
|
|
11549
|
-
var Root$1 = forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
11564
|
+
var Root$1 = forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(Tabs$1.Root, {
|
|
11550
11565
|
"data-c13y-component": "tabs",
|
|
11551
11566
|
ref,
|
|
11552
11567
|
className: clsx$1("ds-tabs", className),
|
|
11553
11568
|
...props
|
|
11554
11569
|
}));
|
|
11555
|
-
Root$1.displayName =
|
|
11556
|
-
var List = forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
11570
|
+
Root$1.displayName = Tabs$1.Root.displayName;
|
|
11571
|
+
var List = forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(Tabs$1.List, {
|
|
11557
11572
|
"data-c13y-component": "tabs-list",
|
|
11558
11573
|
ref,
|
|
11559
11574
|
className: clsx$1("ds-tabs__list", className),
|
|
11560
11575
|
...props
|
|
11561
11576
|
}));
|
|
11562
|
-
List.displayName =
|
|
11563
|
-
var Trigger$1 = forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
11577
|
+
List.displayName = Tabs$1.List.displayName;
|
|
11578
|
+
var Trigger$1 = forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ jsx(Tabs$1.Tab, {
|
|
11564
11579
|
"data-c13y-component": "tabs-trigger",
|
|
11565
11580
|
ref,
|
|
11566
11581
|
className: clsx$1("ds-tabs__trigger", className),
|
|
@@ -11570,14 +11585,13 @@ var Trigger$1 = forwardRef(({ className, children, ...props }, ref) => /* @__PUR
|
|
|
11570
11585
|
children
|
|
11571
11586
|
})
|
|
11572
11587
|
}));
|
|
11573
|
-
Trigger$1.displayName =
|
|
11574
|
-
var Content$1 = forwardRef((
|
|
11588
|
+
Trigger$1.displayName = Tabs$1.Tab.displayName;
|
|
11589
|
+
var Content$1 = forwardRef((props, ref) => /* @__PURE__ */ jsx(Tabs$1.Panel, {
|
|
11575
11590
|
"data-c13y-component": "tabs-content",
|
|
11576
11591
|
ref,
|
|
11577
|
-
className: clsx$1("ds-tabs__content", className),
|
|
11578
11592
|
...props
|
|
11579
11593
|
}));
|
|
11580
|
-
Content$1.displayName =
|
|
11594
|
+
Content$1.displayName = Tabs$1.Panel.displayName;
|
|
11581
11595
|
var Tabs = {
|
|
11582
11596
|
Root: Root$1,
|
|
11583
11597
|
List,
|
|
@@ -11757,60 +11771,29 @@ var TextInput = forwardRef(function TextInput(props, ref) {
|
|
|
11757
11771
|
TextInput.displayName = "TextInput";
|
|
11758
11772
|
//#endregion
|
|
11759
11773
|
//#region src/components/toggle/Toggle.tsx
|
|
11760
|
-
|
|
11761
|
-
|
|
11762
|
-
|
|
11763
|
-
|
|
11764
|
-
|
|
11765
|
-
|
|
11766
|
-
|
|
11767
|
-
className: clsx$1("ds-toggle__container", disabled && "ds-toggle__container--disabled", spaceBetween ? "ds-toggle__container--full-width" : "ds-toggle__container--content-width", className),
|
|
11768
|
-
children: [/* @__PURE__ */ jsxs("div", {
|
|
11769
|
-
className: clsx$1("ds-toggle__wrapper"),
|
|
11770
|
-
children: [
|
|
11771
|
-
/* @__PURE__ */ jsx("div", {
|
|
11772
|
-
className: clsx$1("ds-toggle__label-container"),
|
|
11773
|
-
children: /* @__PURE__ */ jsx("label", {
|
|
11774
|
-
className: clsx$1("ds-toggle__label"),
|
|
11775
|
-
htmlFor: inputId,
|
|
11776
|
-
children: label
|
|
11777
|
-
})
|
|
11778
|
-
}),
|
|
11779
|
-
/* @__PURE__ */ jsx("input", {
|
|
11780
|
-
className: "ds-toggle",
|
|
11781
|
-
name,
|
|
11782
|
-
type: "checkbox",
|
|
11783
|
-
onChange,
|
|
11784
|
-
id: inputId,
|
|
11785
|
-
disabled,
|
|
11786
|
-
"aria-describedby": description ? descriptionId : void 0,
|
|
11787
|
-
checked,
|
|
11788
|
-
ref
|
|
11789
|
-
}),
|
|
11790
|
-
/* @__PURE__ */ jsxs("div", {
|
|
11791
|
-
className: clsx$1("ds-toggle__switch-wrapper"),
|
|
11792
|
-
children: [
|
|
11793
|
-
/* @__PURE__ */ jsx(CheckIcon_default, {
|
|
11794
|
-
"aria-hidden": "true",
|
|
11795
|
-
className: clsx$1("ds-toggle__inner", "ds-toggle__inner--on")
|
|
11796
|
-
}),
|
|
11797
|
-
/* @__PURE__ */ jsx(CloseIcon_default, {
|
|
11798
|
-
"aria-hidden": "true",
|
|
11799
|
-
className: clsx$1("ds-toggle__inner", "ds-toggle__inner--off")
|
|
11800
|
-
}),
|
|
11801
|
-
/* @__PURE__ */ jsx("div", { className: clsx$1("ds-toggle__switch") })
|
|
11802
|
-
]
|
|
11803
|
-
})
|
|
11804
|
-
]
|
|
11805
|
-
}), description && /* @__PURE__ */ jsx("p", {
|
|
11806
|
-
className: clsx$1("ds-toggle__description"),
|
|
11807
|
-
id: descriptionId,
|
|
11808
|
-
children: description
|
|
11809
|
-
})]
|
|
11774
|
+
var Toggle = forwardRef((props, ref) => {
|
|
11775
|
+
const { className, ...rest } = props;
|
|
11776
|
+
return /* @__PURE__ */ jsx(Toggle$1, {
|
|
11777
|
+
"data-c13y-component": "toggle",
|
|
11778
|
+
className: clsx$1("ds-toggle", className),
|
|
11779
|
+
ref,
|
|
11780
|
+
...rest
|
|
11810
11781
|
});
|
|
11811
|
-
}
|
|
11782
|
+
});
|
|
11812
11783
|
Toggle.displayName = "Toggle";
|
|
11813
11784
|
//#endregion
|
|
11785
|
+
//#region src/components/toggleGroup/ToggleGroup.tsx
|
|
11786
|
+
var ToggleGroup = forwardRef((props, ref) => {
|
|
11787
|
+
const { className, ...rest } = props;
|
|
11788
|
+
return /* @__PURE__ */ jsx(ToggleGroup$1, {
|
|
11789
|
+
"data-c13y-component": "toggle-group",
|
|
11790
|
+
className: clsx$1("ds-toggle-group", className),
|
|
11791
|
+
ref,
|
|
11792
|
+
...rest
|
|
11793
|
+
});
|
|
11794
|
+
});
|
|
11795
|
+
ToggleGroup.displayName = "ToggleGroup";
|
|
11796
|
+
//#endregion
|
|
11814
11797
|
//#region src/components/tooltip/Tooltip.tsx
|
|
11815
11798
|
var TooltipContext = createContext(null);
|
|
11816
11799
|
var Root = (props) => {
|
|
@@ -11929,6 +11912,6 @@ function TooltipDeprecated(props) {
|
|
|
11929
11912
|
}
|
|
11930
11913
|
TooltipDeprecated.displayName = "TooltipDeprecated";
|
|
11931
11914
|
//#endregion
|
|
11932
|
-
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, 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, 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 };
|
|
11915
|
+
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 };
|
|
11933
11916
|
|
|
11934
11917
|
//# sourceMappingURL=main.js.map
|