Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
date-picker.ts1.92 kB
import { datePickerAnatomy } from "@ark-ui/react"; import { defineSlotRecipe } from "@pandacss/dev"; export const datePicker = defineSlotRecipe({ className: "datePicker", jsx: ["DatePicker"], slots: [...datePickerAnatomy.keys()], base: { root: { display: "flex", flexDirection: "column", gap: "1.5", background: "bg.default", }, content: { background: "bg.default", borderRadius: "l3", boxShadow: "lg", display: "flex", flexDirection: "column", gap: "3", p: "4", width: "344px", zIndex: "dropdown", _open: { animation: "fadeIn 0.25s ease-out", }, _closed: { animation: "fadeOut 0.2s ease-out", }, _hidden: { display: "none", }, }, control: { display: "flex", flexDirection: "row", gap: "2", }, label: { color: "fg.default", fontWeight: "medium", textStyle: "sm", }, tableHeader: { color: "fg.muted", fontWeight: "semibold", height: "10", textStyle: "sm", }, viewControl: { display: "flex", gap: "2", justifyContent: "space-between", }, table: { width: "full", borderCollapse: "separate", borderSpacing: "1", m: "-1", }, tableCell: { textAlign: "center", }, tableCellTrigger: { width: "100%", _today: { _before: { content: "'−'", color: "colorPalette.default", position: "absolute", marginTop: "6", }, }, "&[data-in-range]": { background: "bg.muted", }, _selected: { _before: { color: "colorPalette.fg", }, }, }, view: { display: "flex", flexDirection: "column", gap: "3", _hidden: { display: "none", }, }, }, });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Southclaws/storyden'

If you have feedback or need assistance with the MCP directory API, please join our Discord server