@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
|
@@ -2324,7 +2324,6 @@ function SettingsPopover({
|
|
|
2324
2324
|
borderTopStyle: "solid",
|
|
2325
2325
|
borderTopColor: "neutral.3",
|
|
2326
2326
|
borderRadius: "0",
|
|
2327
|
-
boxShadow: "0px -1px 2px rgba(0, 0, 0, 0.3), 0px -2px 6px 2px rgba(0, 0, 0, 0.15)",
|
|
2328
2327
|
cursor: "pointer",
|
|
2329
2328
|
transition: "background 0.2s",
|
|
2330
2329
|
_hover: {
|
|
@@ -2376,7 +2375,7 @@ function SettingsPopover({
|
|
|
2376
2375
|
p: "0",
|
|
2377
2376
|
w: "275px",
|
|
2378
2377
|
borderRadius: "l3",
|
|
2379
|
-
boxShadow: "
|
|
2378
|
+
boxShadow: "md",
|
|
2380
2379
|
overflow: "hidden"
|
|
2381
2380
|
}),
|
|
2382
2381
|
children: [
|
|
@@ -3082,7 +3081,8 @@ function StudioControls({
|
|
|
3082
3081
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3083
3082
|
ItemText,
|
|
3084
3083
|
{
|
|
3085
|
-
css: {
|
|
3084
|
+
css: { textStyle: "bodyMedium" },
|
|
3085
|
+
style: { fontWeight: "var(--font-weights-normal)" },
|
|
3086
3086
|
children: option.label
|
|
3087
3087
|
}
|
|
3088
3088
|
),
|
|
@@ -3597,5 +3597,5 @@ exports.UserProfileIcon = UserProfileIcon;
|
|
|
3597
3597
|
exports.difficultyColorMap = difficultyColorMap;
|
|
3598
3598
|
exports.difficultyLabel = difficultyLabel;
|
|
3599
3599
|
exports.toaster = toaster;
|
|
3600
|
-
//# sourceMappingURL=chunk-
|
|
3601
|
-
//# sourceMappingURL=chunk-
|
|
3600
|
+
//# sourceMappingURL=chunk-X3W33YGV.cjs.map
|
|
3601
|
+
//# sourceMappingURL=chunk-X3W33YGV.cjs.map
|