@discourser/design-system 0.28.0 → 0.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-7N32LXVA.js → chunk-JDERS7J6.js} +5 -5
- package/dist/chunk-JDERS7J6.js.map +1 -0
- package/dist/{chunk-BTI7U4DO.cjs → chunk-X3W33YGV.cjs} +5 -5
- package/dist/chunk-X3W33YGV.cjs.map +1 -0
- package/dist/components/SettingsPopover/SettingsPopover.d.ts.map +1 -1
- package/dist/components/StudioControls/StudioControls.d.ts.map +1 -1
- package/dist/components/index.cjs +76 -76
- package/dist/components/index.js +1 -1
- package/dist/figma-codex.json +2 -2
- package/dist/index.cjs +76 -76
- package/dist/index.js +1 -1
- package/dist/panda.buildinfo.json +2 -2
- package/docs/component-catalog.md +2 -2
- package/package.json +1 -1
- package/src/components/SettingsPopover/SettingsPopover.tsx +1 -3
- package/src/components/StudioControls/StudioControls.tsx +2 -1
- package/src/test/setup.ts +17 -3
- package/dist/chunk-7N32LXVA.js.map +0 -1
- package/dist/chunk-BTI7U4DO.cjs.map +0 -1
|
@@ -2322,7 +2322,6 @@ function SettingsPopover({
|
|
|
2322
2322
|
borderTopStyle: "solid",
|
|
2323
2323
|
borderTopColor: "neutral.3",
|
|
2324
2324
|
borderRadius: "0",
|
|
2325
|
-
boxShadow: "0px -1px 2px rgba(0, 0, 0, 0.3), 0px -2px 6px 2px rgba(0, 0, 0, 0.15)",
|
|
2326
2325
|
cursor: "pointer",
|
|
2327
2326
|
transition: "background 0.2s",
|
|
2328
2327
|
_hover: {
|
|
@@ -2374,7 +2373,7 @@ function SettingsPopover({
|
|
|
2374
2373
|
p: "0",
|
|
2375
2374
|
w: "275px",
|
|
2376
2375
|
borderRadius: "l3",
|
|
2377
|
-
boxShadow: "
|
|
2376
|
+
boxShadow: "md",
|
|
2378
2377
|
overflow: "hidden"
|
|
2379
2378
|
}),
|
|
2380
2379
|
children: [
|
|
@@ -3080,7 +3079,8 @@ function StudioControls({
|
|
|
3080
3079
|
/* @__PURE__ */ jsx(
|
|
3081
3080
|
ItemText,
|
|
3082
3081
|
{
|
|
3083
|
-
css: {
|
|
3082
|
+
css: { textStyle: "bodyMedium" },
|
|
3083
|
+
style: { fontWeight: "var(--font-weights-normal)" },
|
|
3084
3084
|
children: option.label
|
|
3085
3085
|
}
|
|
3086
3086
|
),
|
|
@@ -3521,5 +3521,5 @@ function ScenarioQueue({
|
|
|
3521
3521
|
}
|
|
3522
3522
|
|
|
3523
3523
|
export { AbsoluteCenter_exports, Accordion_exports, AccountIcon, AddScenarioDialog, AudienceIcon, AudioSpeakerIcon, Avatar_exports, Badge, BookmarkPlusIcon, Breadcrumb_exports, Button, ButtonGroup, Card_exports, Checkbox_exports, ChevronUpDownIcon, ChevronUpIcon, ClipBoardIcon, ClockIcon, CloseButton_exports, ContentCard_exports, DashboardIcon, Dialog_exports, DiscourserLogo, Divider, Drawer_exports, ExitStudioIcon, GripDotsVerticalIcon, Group_exports, Header, HelpIcon, IconButton, Icon_exports, Input, InputAddon, InputGroup2 as InputGroup, LeftArrowIcon, LoginIcon, LogoutIcon, MicrophoneIcon, NavigationMenu, NotebookIcon, NotebookPenIcon, PausePlayIcon, PlayIcon, Popover_exports, Progress_exports, RadioGroup_exports, RecordIcon, RepeatQuestionIcon, RightArrowIcon, ScenarioCard, ScenarioIcon, ScenarioQueue, ScenarioSettings, ScrollTextIcon, Select_exports, SettingsPopover, Skeleton_exports, Slider_exports, SparklesIcon, SpeechIcon, Spinner, Stepper, StopPlayIcon, StudioControls, Switch_exports, Tabs_exports, Textarea, TimerIcon, Toaster, Tooltip_exports, UserProfileIcon, difficultyColorMap, difficultyLabel, toaster };
|
|
3524
|
-
//# sourceMappingURL=chunk-
|
|
3525
|
-
//# sourceMappingURL=chunk-
|
|
3524
|
+
//# sourceMappingURL=chunk-JDERS7J6.js.map
|
|
3525
|
+
//# sourceMappingURL=chunk-JDERS7J6.js.map
|