aural-ui 3.0.7 → 4.0.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/components/aspect-ratio/AspectRatio.stories.tsx +271 -242
- package/dist/components/avatar/Avatar.stories.tsx +84 -70
- package/dist/components/button/Button.stories.tsx +7 -7
- package/dist/components/button/index.tsx +7 -7
- package/dist/components/card/Card.stories.tsx +3 -3
- package/dist/components/char-count/CharCount.stories.tsx +9 -9
- package/dist/components/circular-loader/CircularLoader.stories.tsx +109 -93
- package/dist/components/collapsible/Collapsible.stories.tsx +1 -1
- package/dist/components/command/Command.stories.tsx +52 -38
- package/dist/components/dialog/Dialog.stories.tsx +89 -84
- package/dist/components/divider/Divider.stories.tsx +86 -60
- package/dist/components/dot-loader/DotLoader.stories.tsx +12 -12
- package/dist/components/drawer/Drawer.stories.tsx +74 -44
- package/dist/components/drawer/index.tsx +3 -3
- package/dist/components/dropdown/Dropdown.stories.tsx +42 -32
- package/dist/components/helper-text/HelperText.stories.tsx +2 -2
- package/dist/components/hover-card/HoverCard.stories.tsx +211 -178
- package/dist/components/input/Input.stories.tsx +2 -2
- package/dist/components/label/Label.stories.tsx +10 -10
- package/dist/components/list/List.stories.tsx +58 -44
- package/dist/components/marquee/Marquee.stories.tsx +131 -113
- package/dist/components/otp-inputs/OtpInputs.stories.tsx +47 -35
- package/dist/components/overlay/Overlay.stories.tsx +98 -92
- package/dist/components/overlay/index.tsx +4 -4
- package/dist/components/popover/Popover.stories.tsx +132 -106
- package/dist/components/radio/Radio.stories.tsx +2 -2
- package/dist/components/resizable/Resizable.stories.tsx +186 -138
- package/dist/components/scroll-area/ScrollArea.stories.tsx +174 -120
- package/dist/components/search/Search.stories.tsx +81 -59
- package/dist/components/select/Select.stories.tsx +3 -1
- package/dist/components/sheet/Sheet.stories.tsx +68 -54
- package/dist/components/slider/Slider.stories.tsx +71 -47
- package/dist/components/stepper/Stepper.stories.tsx +16 -16
- package/dist/components/switch/Switch.stories.tsx +12 -12
- package/dist/components/table/Table.stories.tsx +8 -6
- package/dist/components/tabs/Tabs.stories.tsx +324 -268
- package/dist/components/textarea/TextArea.stories.tsx +1 -1
- package/dist/components/thumbnail-tags/ThumbnailTags.stories.tsx +16 -10
- package/dist/components/toast/Toast.stories.tsx +51 -45
- package/dist/components/toggle/Toggle.stories.tsx +111 -89
- package/dist/components/tooltip/Tooltip.stories.tsx +160 -144
- package/dist/icons/Icons.stories.tsx +2 -2
- package/dist/icons/ai-avatar-icon/AiAvatarIcon.stories.tsx +287 -237
- package/dist/icons/alert-icon/AlertIcon.stories.tsx +290 -248
- package/dist/icons/all-icons.tsx +97 -81
- package/dist/icons/angle-down-icon/AngleDownIcon.stories.tsx +312 -270
- package/dist/icons/apple-logo-icon/AppleLogoIcon.stories.tsx +294 -244
- package/dist/icons/arrow-box-left-icon/ArrowBoxLeftIcon.stories.tsx +309 -279
- package/dist/icons/arrow-corner-up-left-icon/ArrowCornerUpLeftIcon.stories.tsx +294 -258
- package/dist/icons/arrow-corner-up-right-icon/ArrowCornerUpRightIcon.stories.tsx +289 -255
- package/dist/icons/arrow-left-icon/ArrowLeftIcon.stories.tsx +288 -256
- package/dist/icons/arrow-right-icon/ArrowRightIcon.stories.tsx +322 -288
- package/dist/icons/arrow-right-up-icon/ArrowRightUpIcon.stories.tsx +340 -296
- package/dist/icons/art-board-icon/ArtBoardIcon.stories.tsx +197 -177
- package/dist/icons/audio-bar-icon/AudioBarIcon.stories.tsx +390 -328
- package/dist/icons/backward-ten-seconds-icon/BackwardTenSecondsIcon.stories.tsx +313 -277
- package/dist/icons/bubble-check-icon/BubbleCheckIcon.stories.tsx +367 -309
- package/dist/icons/bubble-crossed-icon/BubbleCrossedIcon.stories.tsx +356 -308
- package/dist/icons/bubble-sparkle-icon/BubbleSparkleIcon.stories.tsx +280 -234
- package/dist/icons/camera-icon/CameraIcon.stories.tsx +370 -326
- package/dist/icons/capital-a-letter-icon/CapitalALetterIcon.stories.tsx +300 -256
- package/dist/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.stories.tsx +298 -262
- package/dist/icons/chevron-double-right-icon/ChevronDoubleRightIcon.stories.tsx +294 -260
- package/dist/icons/chevron-down-icon/ChevronDownIcon.stories.tsx +291 -259
- package/dist/icons/chevron-left-icon/ChevronLeftIcon.stories.tsx +286 -256
- package/dist/icons/chevron-right-icon/ChevronRightIcon.stories.tsx +282 -256
- package/dist/icons/chevron-up-icon/ChevronUpIcon.stories.tsx +292 -256
- package/dist/icons/circle-tick-icon/CircleTickIcon.stories.tsx +338 -290
- package/dist/icons/circular-play-icon/CircularPlayIcon.stories.tsx +167 -148
- package/dist/icons/coin-icon/CoinIcon.stories.tsx +342 -296
- package/dist/icons/coin-toons-icon/CoinToonsIcon.stories.tsx +342 -296
- package/dist/icons/column-wide-add-icon/ColumnWideAddIcon.stories.tsx +280 -238
- package/dist/icons/command-icon/CommandIcon.stories.tsx +328 -280
- package/dist/icons/copy-icon/CopyIcon.stories.tsx +294 -256
- package/dist/icons/cross-circle-icon/CrossCircleIcon.stories.tsx +285 -235
- package/dist/icons/cross-icon/CrossIcon.stories.tsx +308 -266
- package/dist/icons/download-icon/DownloadIcon.stories.tsx +271 -231
- package/dist/icons/edit-big-icon/EditBigIcon.stories.tsx +330 -278
- package/dist/icons/email-icon/EmailIcon.stories.tsx +303 -257
- package/dist/icons/expand-icon/ExpandIcon.stories.tsx +324 -286
- package/dist/icons/eye-close-icon/EyeCloseIcon.stories.tsx +317 -271
- package/dist/icons/eye-open-icon/EyeOpenIcon.stories.tsx +320 -272
- package/dist/icons/feature-shine-icon/FeatureShineIcon.stories.tsx +322 -280
- package/dist/icons/file-chart-icon/FileChartIcon.stories.tsx +315 -277
- package/dist/icons/file-text-icon/FileTextIcon.stories.tsx +199 -177
- package/dist/icons/filter-bar-row-icon/FilterBarRowIcon.stories.tsx +304 -264
- package/dist/icons/forward-ten-seconds-icon/ForwardTenSecondsIcon.stories.tsx +311 -277
- package/dist/icons/git-branch-icon/GitBranchIcon.stories.tsx +327 -287
- package/dist/icons/git-fork-icon/GitForkIcon.stories.tsx +314 -278
- package/dist/icons/globe-icon/GlobeIcon.stories.tsx +113 -98
- package/dist/icons/google-logo-icon/GoogleLogoIcon.stories.tsx +274 -226
- package/dist/icons/grip-vertical-icon/GripVerticalIcon.stories.tsx +349 -303
- package/dist/icons/head-icon/HeadIcon.stories.tsx +286 -246
- package/dist/icons/heart-icon/HeartIcon.stories.tsx +312 -268
- package/dist/icons/image-avatar-sparkle-icon/ImageAvatarSparkleIcon.stories.tsx +246 -210
- package/dist/icons/image-icon/ImageIcon.stories.tsx +330 -284
- package/dist/icons/import-folder-icon/ImportFolderIcon.stories.tsx +326 -282
- package/dist/icons/import-left-arrow-folder-icon/ImportLeftArrowFolderIcon.stories.tsx +330 -294
- package/dist/icons/indian-flag-icon/IndianFlagIcon.stories.tsx +288 -234
- package/dist/icons/instagram-icon/InstagramIcon.stories.tsx +386 -330
- package/dist/icons/layout-column-icon/LayoutColumnIcon.stories.tsx +305 -263
- package/dist/icons/layout-left-icon/LayoutLeftIcon.stories.tsx +295 -259
- package/dist/icons/layout-right-icon/LayoutRightIcon.stories.tsx +296 -256
- package/dist/icons/light-bulb-simple-icon/LightBulbSimpleIcon.stories.tsx +322 -282
- package/dist/icons/linked-in-icon/LinkedInIcon.stories.tsx +399 -359
- package/dist/icons/magic-book-icon/MagicBookIcon.stories.tsx +314 -272
- package/dist/icons/magic-edit-icon/MagicEditIcon.stories.tsx +238 -206
- package/dist/icons/maintenance-icon/MaintenanceIcon.stories.tsx +322 -276
- package/dist/icons/message-icon/MessageIcon.stories.tsx +192 -170
- package/dist/icons/minimize-icon/MinimizeIcon.stories.tsx +348 -304
- package/dist/icons/moon-icon/MoonIcon.stories.tsx +191 -167
- package/dist/icons/move-horizontal-icon/MoveHorizontalIcon.stories.tsx +380 -326
- package/dist/icons/move-vertical-icon/MoveVerticalIcon.stories.tsx +345 -291
- package/dist/icons/musical-note-icon/MusicalNoteIcon.stories.tsx +310 -266
- package/dist/icons/notepad-icon/NotepadIcon.stories.tsx +311 -271
- package/dist/icons/notes-icon/NotesIcon.stories.tsx +311 -271
- package/dist/icons/page-search-icon/PageSearchIcon.stories.tsx +309 -271
- package/dist/icons/page-text-icon/PageTextIcon.stories.tsx +248 -210
- package/dist/icons/paint-roll-icon/PaintRollIcon.stories.tsx +310 -262
- package/dist/icons/paper-plane-icon/PaperPlaneIcon.stories.tsx +274 -236
- package/dist/icons/pause-icon/PauseIcon.stories.tsx +324 -280
- package/dist/icons/pencil-icon/PencilIcon.stories.tsx +323 -281
- package/dist/icons/phone-icon/PhoneIcon.stories.tsx +288 -240
- package/dist/icons/plus-icon/PlusIcon.stories.tsx +315 -273
- package/dist/icons/pocket-studio-icon/PocketStudioIcon.stories.tsx +278 -234
- package/dist/icons/scroll-down-icon/ScrollDownIcon.stories.tsx +161 -151
- package/dist/icons/search-icon/SearchIcon.stories.tsx +324 -284
- package/dist/icons/setting-icon/SettingIcon.stories.tsx +306 -264
- package/dist/icons/share-icon/ShareIcon.stories.tsx +314 -272
- package/dist/icons/shield-icon/ShieldIcon.stories.tsx +281 -235
- package/dist/icons/site-logo-icon/SiteLogoIcon.stories.tsx +309 -250
- package/dist/icons/skip-backward-icon/SkipBackwardIcon.stories.tsx +317 -279
- package/dist/icons/skip-forward-icon/SkipForwardIcon.stories.tsx +315 -279
- package/dist/icons/sparkles-soft-icon/SparklesSoftIcon.stories.tsx +299 -253
- package/dist/icons/spinner-gradient-icon/SpinnerGradientIcon.stories.tsx +185 -169
- package/dist/icons/spinner-gradient-icon/index.tsx +6 -1
- package/dist/icons/spinner-solid-icon/SpinnerSolidIcon.stories.tsx +192 -168
- package/dist/icons/spinner-solid-icon/index.tsx +6 -1
- package/dist/icons/spinner-solid-neutral-icon/SpinnerSolidINeutralcon.stories.tsx +212 -178
- package/dist/icons/spinner-solid-neutral-icon/index.tsx +1 -1
- package/dist/icons/star-icon/StarIcon.stories.tsx +290 -244
- package/dist/icons/store-coin-icon/StoreCoinIcon.stories.tsx +286 -234
- package/dist/icons/suggestion-icon/SuggestionIcon.stories.tsx +272 -230
- package/dist/icons/sun-icon/SunIcon.stories.tsx +262 -226
- package/dist/icons/text-color-icon/TextColorIcon.stories.tsx +321 -279
- package/dist/icons/text-indicator-icon/TextIndicatorIcon.stories.tsx +332 -282
- package/dist/icons/threads-icon/ThreadsIcon.stories.tsx +394 -342
- package/dist/icons/tick-circle-icon/TickCircleIcon.stories.tsx +338 -290
- package/dist/icons/tick-icon/TickIcon.stories.tsx +364 -315
- package/dist/icons/trash-icon/TrashIcon.stories.tsx +293 -253
- package/dist/icons/twitter-x-icon/TwitterXIcon.stories.tsx +396 -338
- package/dist/icons/upload-icon/UploadIcon.stories.tsx +291 -247
- package/dist/icons/vertical-menu-icon/VerticalMenuIcon.stories.tsx +309 -271
- package/dist/icons/video-play-list-icon/VideoPlaylistIcon.stories.tsx +336 -290
- package/dist/icons/voice-playing-icon/VoicePlayingIcon.stories.tsx +382 -334
- package/dist/icons/volume-full-icon/VolumeFullIcon.stories.tsx +349 -305
- package/dist/icons/volume-half-icon/VolumeHalfIcon.stories.tsx +327 -295
- package/dist/icons/volume-off-icon/VolumeOffIcon.stories.tsx +336 -296
- package/dist/icons/warning-icon/WarningIcon.stories.tsx +314 -274
- package/dist/icons/youtube-icon/YoutubeIcon.stories.tsx +311 -261
- package/dist/index.cjs +84 -84
- package/dist/index.js +84 -84
- package/dist/styles/aural-all-theme.css +1222 -0
- package/dist/styles/{aural-theme.css → aural-dark-theme.css} +15 -3
- package/dist/styles/aural-light-theme.css +1047 -0
- package/package.json +1 -1
|
@@ -11,9 +11,9 @@ const meta: Meta<typeof PocketStudioIcon> = {
|
|
|
11
11
|
backgrounds: {
|
|
12
12
|
default: "dark",
|
|
13
13
|
values: [
|
|
14
|
-
{ name: "dark", value: "
|
|
15
|
-
{ name: "darker", value: "
|
|
16
|
-
{ name: "light", value: "
|
|
14
|
+
{ name: "dark", value: "var(--color-fm-surface-primary)" },
|
|
15
|
+
{ name: "darker", value: "var(--color-fm-neutral-0)" },
|
|
16
|
+
{ name: "light", value: "var(--color-fm-neutral-1100)" },
|
|
17
17
|
],
|
|
18
18
|
},
|
|
19
19
|
docs: {
|
|
@@ -40,59 +40,59 @@ const meta: Meta<typeof PocketStudioIcon> = {
|
|
|
40
40
|
background: transparent !important;
|
|
41
41
|
}
|
|
42
42
|
body {
|
|
43
|
-
background:
|
|
43
|
+
background: var(--color-fm-surface-primary) !important;
|
|
44
44
|
}
|
|
45
45
|
#storybook-docs {
|
|
46
|
-
background:
|
|
46
|
+
background: var(--color-fm-surface-primary) !important;
|
|
47
47
|
}
|
|
48
48
|
.sbdocs-preview {
|
|
49
49
|
background: transparent !important;
|
|
50
50
|
border: none !important;
|
|
51
51
|
}
|
|
52
52
|
.sbdocs-h1, .sbdocs-h2, .sbdocs-h3, .sbdocs-h4, .sbdocs-h5, .sbdocs-h6 {
|
|
53
|
-
color:
|
|
53
|
+
color: var(--color-fm-icon-active) !important;
|
|
54
54
|
}
|
|
55
55
|
.sbdocs-p, .sbdocs-li {
|
|
56
|
-
color:
|
|
56
|
+
color: var(--color-fm-secondary) !important;
|
|
57
57
|
}
|
|
58
58
|
.sbdocs-code {
|
|
59
|
-
background:
|
|
60
|
-
color:
|
|
61
|
-
border: 1px solid
|
|
59
|
+
background: var(--color-fm-surface-secondary) !important;
|
|
60
|
+
color: var(--color-fm-secondary-500) !important;
|
|
61
|
+
border: 1px solid var(--color-fm-divider-secondary) !important;
|
|
62
62
|
}
|
|
63
63
|
.sbdocs-pre {
|
|
64
|
-
background:
|
|
65
|
-
border: 1px solid
|
|
64
|
+
background: var(--color-fm-surface-secondary) !important;
|
|
65
|
+
border: 1px solid var(--color-fm-divider-secondary) !important;
|
|
66
66
|
}
|
|
67
67
|
.sbdocs-table {
|
|
68
|
-
background:
|
|
69
|
-
border: 1px solid
|
|
68
|
+
background: var(--color-fm-surface-secondary) !important;
|
|
69
|
+
border: 1px solid var(--color-fm-divider-secondary) !important;
|
|
70
70
|
}
|
|
71
71
|
.sbdocs-table th {
|
|
72
|
-
background:
|
|
73
|
-
color:
|
|
74
|
-
border-bottom: 1px solid
|
|
72
|
+
background: var(--color-fm-surface-secondary) !important;
|
|
73
|
+
color: var(--color-fm-icon-active) !important;
|
|
74
|
+
border-bottom: 1px solid var(--color-fm-divider-secondary) !important;
|
|
75
75
|
}
|
|
76
76
|
.sbdocs-table td {
|
|
77
|
-
color:
|
|
78
|
-
border-bottom: 1px solid
|
|
77
|
+
color: var(--color-fm-secondary) !important;
|
|
78
|
+
border-bottom: 1px solid var(--color-fm-divider-tertiary) !important;
|
|
79
79
|
}
|
|
80
80
|
`}
|
|
81
81
|
</style>
|
|
82
82
|
|
|
83
|
-
<div className="
|
|
83
|
+
<div className="bg-fm-surface-primary min-h-screen">
|
|
84
84
|
{/* Header */}
|
|
85
|
-
<div className="relative overflow-hidden border-b
|
|
86
|
-
<div className="absolute inset-0 bg-
|
|
85
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary relative overflow-hidden border-b backdrop-blur-xl">
|
|
86
|
+
<div className="from-fm-secondary-500/10 to-fm-secondary-500/10 absolute inset-0 bg-linear-to-r via-transparent" />
|
|
87
87
|
<div className="relative !mx-auto max-w-7xl px-6 py-16">
|
|
88
88
|
<div className="!space-y-6 text-center">
|
|
89
|
-
<div className="!mx-auto flex h-24 w-24 items-center justify-center rounded-2xl border
|
|
90
|
-
<PocketStudioIcon className="h-12 w-12
|
|
89
|
+
<div className="border-fm-secondary-500/30 from-fm-secondary-500/20 to-fm-secondary-500/20 !mx-auto flex h-24 w-24 items-center justify-center rounded-2xl border bg-linear-to-br">
|
|
90
|
+
<PocketStudioIcon className="text-fm-secondary-600 h-12 w-12" />
|
|
91
91
|
</div>
|
|
92
92
|
<h1 className="!text-fm-primary text-5xl font-bold">
|
|
93
93
|
PocketStudioIcon
|
|
94
94
|
</h1>
|
|
95
|
-
<p className="!mx-auto max-w-3xl text-xl leading-relaxed
|
|
95
|
+
<p className="text-fm-secondary! !mx-auto max-w-3xl text-xl leading-relaxed">
|
|
96
96
|
A creative studio icon representing design tools, creative
|
|
97
97
|
workspaces, and artistic applications. Perfect for branding,
|
|
98
98
|
creative apps, and design tools. Built with accessibility in
|
|
@@ -102,28 +102,28 @@ const meta: Meta<typeof PocketStudioIcon> = {
|
|
|
102
102
|
{/* Stats */}
|
|
103
103
|
<div className="flex items-center justify-center gap-8 pt-8">
|
|
104
104
|
<div className="text-center">
|
|
105
|
-
<div className="text-3xl font-bold
|
|
105
|
+
<div className="text-fm-secondary-600 text-3xl font-bold">
|
|
106
106
|
Creative
|
|
107
107
|
</div>
|
|
108
|
-
<div className="text-
|
|
108
|
+
<div className="text-fm-tertiary text-sm">
|
|
109
109
|
Design & art tools
|
|
110
110
|
</div>
|
|
111
111
|
</div>
|
|
112
|
-
<div className="h-8 w-px
|
|
112
|
+
<div className="bg-fm-divider-primary h-8 w-px" />
|
|
113
113
|
<div className="text-center">
|
|
114
|
-
<div className="text-3xl font-bold
|
|
114
|
+
<div className="text-fm-secondary-600 text-3xl font-bold">
|
|
115
115
|
Studio
|
|
116
116
|
</div>
|
|
117
|
-
<div className="text-
|
|
117
|
+
<div className="text-fm-tertiary text-sm">
|
|
118
118
|
Workspace branding
|
|
119
119
|
</div>
|
|
120
120
|
</div>
|
|
121
|
-
<div className="h-8 w-px
|
|
121
|
+
<div className="bg-fm-divider-primary h-8 w-px" />
|
|
122
122
|
<div className="text-center">
|
|
123
|
-
<div className="text-3xl font-bold
|
|
123
|
+
<div className="text-fm-icon-info text-3xl font-bold">
|
|
124
124
|
Flexible
|
|
125
125
|
</div>
|
|
126
|
-
<div className="text-
|
|
126
|
+
<div className="text-fm-tertiary text-sm">
|
|
127
127
|
Customizable styling
|
|
128
128
|
</div>
|
|
129
129
|
</div>
|
|
@@ -136,16 +136,16 @@ const meta: Meta<typeof PocketStudioIcon> = {
|
|
|
136
136
|
<div className="!mx-auto max-w-7xl !space-y-16 px-6 py-12">
|
|
137
137
|
{/* Quick Usage */}
|
|
138
138
|
<div className="!space-y-8">
|
|
139
|
-
<h2 className="text-center text-3xl font-bold
|
|
139
|
+
<h2 className="text-fm-icon-active! text-center text-3xl font-bold">
|
|
140
140
|
Quick Start
|
|
141
141
|
</h2>
|
|
142
142
|
<div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
|
|
143
143
|
<div className="!space-y-4">
|
|
144
|
-
<h3 className="text-xl font-semibold
|
|
144
|
+
<h3 className="text-fm-secondary-600! text-xl font-semibold">
|
|
145
145
|
Basic Usage
|
|
146
146
|
</h3>
|
|
147
|
-
<div className="rounded-lg
|
|
148
|
-
<pre className="overflow-x-auto text-sm
|
|
147
|
+
<div className="bg-fm-surface-secondary rounded-lg p-4">
|
|
148
|
+
<pre className="text-fm-icon-positive! overflow-x-auto text-sm">
|
|
149
149
|
{`import { PocketStudioIcon } from "@icons/pocket-studio-icon"
|
|
150
150
|
|
|
151
151
|
function AppHeader() {
|
|
@@ -161,13 +161,15 @@ function AppHeader() {
|
|
|
161
161
|
</div>
|
|
162
162
|
|
|
163
163
|
<div className="!space-y-4">
|
|
164
|
-
<h3 className="text-xl font-semibold
|
|
164
|
+
<h3 className="text-fm-secondary-600! text-xl font-semibold">
|
|
165
165
|
Live Preview
|
|
166
166
|
</h3>
|
|
167
|
-
<div className="flex h-32 items-center justify-center rounded-lg border
|
|
168
|
-
<div className="flex items-center gap-3 rounded-lg border
|
|
169
|
-
<PocketStudioIcon className="h-6 w-6
|
|
170
|
-
<span className="text-
|
|
167
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary flex h-32 items-center justify-center rounded-lg border">
|
|
168
|
+
<div className="border-fm-secondary-500/20 bg-fm-secondary-500/10 flex items-center gap-3 rounded-lg border px-4 py-2">
|
|
169
|
+
<PocketStudioIcon className="text-fm-secondary-600 h-6 w-6" />
|
|
170
|
+
<span className="text-fm-icon-active">
|
|
171
|
+
Pocket Studio
|
|
172
|
+
</span>
|
|
171
173
|
</div>
|
|
172
174
|
</div>
|
|
173
175
|
</div>
|
|
@@ -176,94 +178,102 @@ function AppHeader() {
|
|
|
176
178
|
|
|
177
179
|
{/* Props Documentation */}
|
|
178
180
|
<div className="!space-y-8">
|
|
179
|
-
<h2 className="text-center text-3xl font-bold
|
|
181
|
+
<h2 className="text-fm-icon-active! text-center text-3xl font-bold">
|
|
180
182
|
Props & Configuration
|
|
181
183
|
</h2>
|
|
182
184
|
|
|
183
|
-
<div className="overflow-hidden rounded-lg border
|
|
184
|
-
<div className="bg-
|
|
185
|
-
<h3 className="text-xl font-semibold
|
|
185
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary overflow-hidden rounded-lg border">
|
|
186
|
+
<div className="bg-fm-surface-secondary p-4">
|
|
187
|
+
<h3 className="text-fm-icon-active! text-xl font-semibold">
|
|
188
|
+
Props
|
|
189
|
+
</h3>
|
|
186
190
|
</div>
|
|
187
191
|
<table className="!my-0 w-full">
|
|
188
|
-
<thead className="bg-
|
|
189
|
-
<tr className="border-
|
|
190
|
-
<th className="px-6 py-4 text-left text-sm font-semibold
|
|
192
|
+
<thead className="bg-fm-surface-secondary">
|
|
193
|
+
<tr className="border-fm-divider-secondary border-b">
|
|
194
|
+
<th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
|
|
191
195
|
Prop
|
|
192
196
|
</th>
|
|
193
|
-
<th className="px-6 py-4 text-left text-sm font-semibold
|
|
197
|
+
<th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
|
|
194
198
|
Type
|
|
195
199
|
</th>
|
|
196
|
-
<th className="px-6 py-4 text-left text-sm font-semibold
|
|
200
|
+
<th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
|
|
197
201
|
Default
|
|
198
202
|
</th>
|
|
199
|
-
<th className="px-6 py-4 text-left text-sm font-semibold
|
|
203
|
+
<th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
|
|
200
204
|
Description
|
|
201
205
|
</th>
|
|
202
206
|
</tr>
|
|
203
207
|
</thead>
|
|
204
208
|
<tbody>
|
|
205
209
|
{" "}
|
|
206
|
-
<tr className="
|
|
207
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
210
|
+
<tr className="bg-fm-surface-secondary!">
|
|
211
|
+
<td className="text-fm-icon-info! px-6 py-4 font-mono text-sm">
|
|
208
212
|
withAccessibility
|
|
209
213
|
</td>
|
|
210
|
-
<td className="px-6 py-4 text-sm
|
|
214
|
+
<td className="text-fm-secondary! px-6 py-4 text-sm">
|
|
211
215
|
boolean
|
|
212
216
|
</td>
|
|
213
|
-
<td className="px-6 py-4 text-sm
|
|
217
|
+
<td className="text-fm-placeholder! px-6 py-4 text-sm">
|
|
214
218
|
true
|
|
215
219
|
</td>
|
|
216
|
-
<td className="px-6 py-4 text-sm
|
|
220
|
+
<td className="text-fm-secondary! px-6 py-4 text-sm">
|
|
217
221
|
Whether to wrap the icon with accessibility feature
|
|
218
222
|
</td>
|
|
219
223
|
</tr>
|
|
220
|
-
<tr className="border-
|
|
221
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
224
|
+
<tr className="border-fm-divider-tertiary bg-fm-surface-secondary! border-b">
|
|
225
|
+
<td className="text-fm-secondary-600! px-6 py-4 font-mono text-sm">
|
|
222
226
|
height
|
|
223
227
|
</td>
|
|
224
|
-
<td className="px-6 py-4 text-sm
|
|
228
|
+
<td className="text-fm-secondary! px-6 py-4 text-sm">
|
|
225
229
|
number | string
|
|
226
230
|
</td>
|
|
227
|
-
<td className="px-6 py-4 text-sm
|
|
228
|
-
|
|
231
|
+
<td className="text-fm-placeholder! px-6 py-4 text-sm">
|
|
232
|
+
32
|
|
233
|
+
</td>
|
|
234
|
+
<td className="text-fm-secondary! px-6 py-4 text-sm">
|
|
229
235
|
Height of the icon in pixels
|
|
230
236
|
</td>
|
|
231
237
|
</tr>
|
|
232
|
-
<tr className="border-
|
|
233
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
238
|
+
<tr className="border-fm-divider-tertiary border-b">
|
|
239
|
+
<td className="text-fm-secondary-600! px-6 py-4 font-mono text-sm">
|
|
234
240
|
fill
|
|
235
241
|
</td>
|
|
236
|
-
<td className="px-6 py-4 text-sm
|
|
242
|
+
<td className="text-fm-secondary! px-6 py-4 text-sm">
|
|
237
243
|
string
|
|
238
244
|
</td>
|
|
239
|
-
<td className="px-6 py-4 text-sm
|
|
245
|
+
<td className="text-fm-placeholder! px-6 py-4 text-sm">
|
|
240
246
|
currentColor
|
|
241
247
|
</td>
|
|
242
|
-
<td className="px-6 py-4 text-sm
|
|
248
|
+
<td className="text-fm-secondary! px-6 py-4 text-sm">
|
|
243
249
|
Fill color of the icon
|
|
244
250
|
</td>
|
|
245
251
|
</tr>
|
|
246
|
-
<tr className="border-
|
|
247
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
252
|
+
<tr className="border-fm-divider-tertiary bg-fm-surface-secondary! border-b">
|
|
253
|
+
<td className="text-fm-secondary-600! px-6 py-4 font-mono text-sm">
|
|
248
254
|
className
|
|
249
255
|
</td>
|
|
250
|
-
<td className="px-6 py-4 text-sm
|
|
256
|
+
<td className="text-fm-secondary! px-6 py-4 text-sm">
|
|
251
257
|
string
|
|
252
258
|
</td>
|
|
253
|
-
<td className="px-6 py-4 text-sm
|
|
254
|
-
|
|
259
|
+
<td className="text-fm-placeholder! px-6 py-4 text-sm">
|
|
260
|
+
-
|
|
261
|
+
</td>
|
|
262
|
+
<td className="text-fm-secondary! px-6 py-4 text-sm">
|
|
255
263
|
CSS classes for styling
|
|
256
264
|
</td>
|
|
257
265
|
</tr>
|
|
258
|
-
<tr className="
|
|
259
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
266
|
+
<tr className="bg-fm-surface-secondary!">
|
|
267
|
+
<td className="text-fm-secondary-600! px-6 py-4 font-mono text-sm">
|
|
260
268
|
...svgProps
|
|
261
269
|
</td>
|
|
262
|
-
<td className="px-6 py-4 text-sm
|
|
270
|
+
<td className="text-fm-secondary! px-6 py-4 text-sm">
|
|
263
271
|
SVGProps
|
|
264
272
|
</td>
|
|
265
|
-
<td className="px-6 py-4 text-sm
|
|
266
|
-
|
|
273
|
+
<td className="text-fm-placeholder! px-6 py-4 text-sm">
|
|
274
|
+
-
|
|
275
|
+
</td>
|
|
276
|
+
<td className="text-fm-secondary! px-6 py-4 text-sm">
|
|
267
277
|
All standard SVG element props
|
|
268
278
|
</td>
|
|
269
279
|
</tr>
|
|
@@ -274,46 +284,56 @@ function AppHeader() {
|
|
|
274
284
|
|
|
275
285
|
{/* Size Variations */}
|
|
276
286
|
<div className="!space-y-8">
|
|
277
|
-
<h2 className="text-center text-3xl font-bold
|
|
287
|
+
<h2 className="text-fm-icon-active! text-center text-3xl font-bold">
|
|
278
288
|
Size Variations
|
|
279
289
|
</h2>
|
|
280
|
-
<div className="rounded-lg border
|
|
290
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-8">
|
|
281
291
|
<div className="!space-y-6">
|
|
282
292
|
<div className="grid grid-cols-1 gap-8 md:grid-cols-2">
|
|
283
293
|
<div className="!space-y-4">
|
|
284
|
-
<h3 className="text-lg font-semibold
|
|
294
|
+
<h3 className="text-fm-secondary-600! text-lg font-semibold">
|
|
285
295
|
Standard Sizes
|
|
286
296
|
</h3>
|
|
287
|
-
<div className="flex items-end gap-6 rounded-lg
|
|
297
|
+
<div className="bg-fm-surface-secondary flex items-end gap-6 rounded-lg p-6">
|
|
288
298
|
<div className="text-center">
|
|
289
|
-
<PocketStudioIcon className="!mx-auto mb-2 h-4 w-4
|
|
290
|
-
<span className="text-
|
|
299
|
+
<PocketStudioIcon className="text-fm-secondary-600 !mx-auto mb-2 h-4 w-4" />
|
|
300
|
+
<span className="text-fm-tertiary text-xs">
|
|
301
|
+
16px
|
|
302
|
+
</span>
|
|
291
303
|
</div>
|
|
292
304
|
<div className="text-center">
|
|
293
|
-
<PocketStudioIcon className="!mx-auto mb-2 h-5 w-5
|
|
294
|
-
<span className="text-
|
|
305
|
+
<PocketStudioIcon className="text-fm-secondary-600 !mx-auto mb-2 h-5 w-5" />
|
|
306
|
+
<span className="text-fm-tertiary text-xs">
|
|
307
|
+
20px
|
|
308
|
+
</span>
|
|
295
309
|
</div>
|
|
296
310
|
<div className="text-center">
|
|
297
|
-
<PocketStudioIcon className="!mx-auto mb-2 h-6 w-6
|
|
298
|
-
<span className="text-
|
|
311
|
+
<PocketStudioIcon className="text-fm-secondary-600 !mx-auto mb-2 h-6 w-6" />
|
|
312
|
+
<span className="text-fm-tertiary text-xs">
|
|
313
|
+
24px
|
|
314
|
+
</span>
|
|
299
315
|
</div>
|
|
300
316
|
<div className="text-center">
|
|
301
|
-
<PocketStudioIcon className="!mx-auto mb-2 h-8 w-8
|
|
302
|
-
<span className="text-
|
|
317
|
+
<PocketStudioIcon className="text-fm-secondary-600 !mx-auto mb-2 h-8 w-8" />
|
|
318
|
+
<span className="text-fm-tertiary text-xs">
|
|
319
|
+
32px
|
|
320
|
+
</span>
|
|
303
321
|
</div>
|
|
304
322
|
<div className="text-center">
|
|
305
|
-
<PocketStudioIcon className="!mx-auto mb-2 h-12 w-12
|
|
306
|
-
<span className="text-
|
|
323
|
+
<PocketStudioIcon className="text-fm-secondary-600 !mx-auto mb-2 h-12 w-12" />
|
|
324
|
+
<span className="text-fm-tertiary text-xs">
|
|
325
|
+
48px
|
|
326
|
+
</span>
|
|
307
327
|
</div>
|
|
308
328
|
</div>
|
|
309
329
|
</div>
|
|
310
330
|
|
|
311
331
|
<div className="!space-y-4">
|
|
312
|
-
<h3 className="text-lg font-semibold
|
|
332
|
+
<h3 className="text-fm-secondary-600! text-lg font-semibold">
|
|
313
333
|
Code Example
|
|
314
334
|
</h3>
|
|
315
|
-
<div className="rounded-lg
|
|
316
|
-
<pre className="overflow-x-auto text-sm
|
|
335
|
+
<div className="bg-fm-surface-secondary rounded-lg p-4">
|
|
336
|
+
<pre className="text-fm-icon-info! overflow-x-auto text-sm">
|
|
317
337
|
{`// Small (16px)
|
|
318
338
|
<PocketStudioIcon className="h-4 w-4" />
|
|
319
339
|
|
|
@@ -335,56 +355,56 @@ function AppHeader() {
|
|
|
335
355
|
|
|
336
356
|
{/* Color Variations */}
|
|
337
357
|
<div className="!space-y-8">
|
|
338
|
-
<h2 className="text-center text-3xl font-bold
|
|
358
|
+
<h2 className="text-fm-icon-active! text-center text-3xl font-bold">
|
|
339
359
|
Color Variations
|
|
340
360
|
</h2>
|
|
341
361
|
<div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
|
|
342
362
|
<div className="!space-y-4">
|
|
343
|
-
<h3 className="text-lg font-semibold
|
|
363
|
+
<h3 className="text-fm-secondary-600! text-lg font-semibold">
|
|
344
364
|
Semantic Colors
|
|
345
365
|
</h3>
|
|
346
|
-
<div className="!space-y-4 rounded-lg border
|
|
366
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-4 rounded-lg border p-6">
|
|
347
367
|
<div className="flex items-center gap-4">
|
|
348
|
-
<PocketStudioIcon className="h-6 w-6
|
|
368
|
+
<PocketStudioIcon className="text-fm-secondary-600 h-6 w-6" />
|
|
349
369
|
<div>
|
|
350
|
-
<div className="text-sm font-medium
|
|
370
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
351
371
|
Primary
|
|
352
372
|
</div>
|
|
353
|
-
<div className="text-
|
|
354
|
-
text-
|
|
373
|
+
<div className="text-fm-tertiary text-xs">
|
|
374
|
+
text-fm-secondary-600
|
|
355
375
|
</div>
|
|
356
376
|
</div>
|
|
357
377
|
</div>
|
|
358
378
|
<div className="flex items-center gap-4">
|
|
359
|
-
<PocketStudioIcon className="h-6 w-6
|
|
379
|
+
<PocketStudioIcon className="text-fm-secondary-600 h-6 w-6" />
|
|
360
380
|
<div>
|
|
361
|
-
<div className="text-sm font-medium
|
|
381
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
362
382
|
Accent
|
|
363
383
|
</div>
|
|
364
|
-
<div className="text-
|
|
365
|
-
text-
|
|
384
|
+
<div className="text-fm-tertiary text-xs">
|
|
385
|
+
text-fm-secondary-600
|
|
366
386
|
</div>
|
|
367
387
|
</div>
|
|
368
388
|
</div>
|
|
369
389
|
<div className="flex items-center gap-4">
|
|
370
|
-
<PocketStudioIcon className="h-6 w-6
|
|
390
|
+
<PocketStudioIcon className="text-fm-icon-info h-6 w-6" />
|
|
371
391
|
<div>
|
|
372
|
-
<div className="text-sm font-medium
|
|
392
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
373
393
|
Creative
|
|
374
394
|
</div>
|
|
375
|
-
<div className="text-
|
|
376
|
-
text-
|
|
395
|
+
<div className="text-fm-tertiary text-xs">
|
|
396
|
+
text-fm-icon-info
|
|
377
397
|
</div>
|
|
378
398
|
</div>
|
|
379
399
|
</div>
|
|
380
400
|
<div className="flex items-center gap-4">
|
|
381
|
-
<PocketStudioIcon className="h-6 w-6
|
|
401
|
+
<PocketStudioIcon className="text-fm-placeholder h-6 w-6" />
|
|
382
402
|
<div>
|
|
383
|
-
<div className="text-sm font-medium
|
|
403
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
384
404
|
Neutral
|
|
385
405
|
</div>
|
|
386
|
-
<div className="text-
|
|
387
|
-
text-
|
|
406
|
+
<div className="text-fm-tertiary text-xs">
|
|
407
|
+
text-fm-placeholder
|
|
388
408
|
</div>
|
|
389
409
|
</div>
|
|
390
410
|
</div>
|
|
@@ -392,11 +412,11 @@ function AppHeader() {
|
|
|
392
412
|
</div>
|
|
393
413
|
|
|
394
414
|
<div className="!space-y-4">
|
|
395
|
-
<h3 className="text-lg font-semibold
|
|
415
|
+
<h3 className="text-fm-secondary-600! text-lg font-semibold">
|
|
396
416
|
Custom Colors
|
|
397
417
|
</h3>
|
|
398
|
-
<div className="rounded-lg
|
|
399
|
-
<pre className="overflow-x-auto text-sm
|
|
418
|
+
<div className="bg-fm-surface-secondary rounded-lg p-4">
|
|
419
|
+
<pre className="text-fm-icon-positive! overflow-x-auto text-sm">
|
|
400
420
|
{`// Using Tailwind classes
|
|
401
421
|
<PocketStudioIcon className="h-6 w-6 text-purple-400" />
|
|
402
422
|
<PocketStudioIcon className="h-6 w-6 text-pink-500" />
|
|
@@ -421,30 +441,30 @@ function AppHeader() {
|
|
|
421
441
|
|
|
422
442
|
{/* Usage Examples */}
|
|
423
443
|
<div className="!space-y-8">
|
|
424
|
-
<h2 className="text-center text-3xl font-bold
|
|
444
|
+
<h2 className="text-fm-icon-active! text-center text-3xl font-bold">
|
|
425
445
|
Usage Examples
|
|
426
446
|
</h2>
|
|
427
447
|
|
|
428
448
|
<div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
|
|
429
449
|
{/* App Branding */}
|
|
430
450
|
<div className="!space-y-4">
|
|
431
|
-
<h3 className="text-lg font-semibold
|
|
451
|
+
<h3 className="text-fm-secondary-600! text-lg font-semibold">
|
|
432
452
|
App Branding
|
|
433
453
|
</h3>
|
|
434
454
|
<div className="!space-y-4">
|
|
435
|
-
<div className="flex items-center gap-3 rounded-lg border
|
|
436
|
-
<PocketStudioIcon className="h-8 w-8
|
|
455
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary flex items-center gap-3 rounded-lg border p-4">
|
|
456
|
+
<PocketStudioIcon className="text-fm-secondary-600 h-8 w-8" />
|
|
437
457
|
<div>
|
|
438
|
-
<div className="text-lg font-semibold
|
|
458
|
+
<div className="text-fm-icon-active text-lg font-semibold">
|
|
439
459
|
Pocket Studio
|
|
440
460
|
</div>
|
|
441
|
-
<div className="text-
|
|
461
|
+
<div className="text-fm-tertiary text-sm">
|
|
442
462
|
Creative Design Tool
|
|
443
463
|
</div>
|
|
444
464
|
</div>
|
|
445
465
|
</div>
|
|
446
|
-
<div className="rounded-lg
|
|
447
|
-
<pre className="overflow-x-auto text-sm
|
|
466
|
+
<div className="bg-fm-surface-secondary rounded-lg p-4">
|
|
467
|
+
<pre className="text-fm-icon-positive! overflow-x-auto text-sm">
|
|
448
468
|
{`// App header with branding
|
|
449
469
|
<div className="flex items-center gap-3">
|
|
450
470
|
<PocketStudioIcon className="h-8 w-8 text-purple-400" />
|
|
@@ -460,28 +480,28 @@ function AppHeader() {
|
|
|
460
480
|
|
|
461
481
|
{/* Navigation Menu */}
|
|
462
482
|
<div className="!space-y-4">
|
|
463
|
-
<h3 className="text-lg font-semibold
|
|
483
|
+
<h3 className="text-fm-secondary-600! text-lg font-semibold">
|
|
464
484
|
Navigation Menu
|
|
465
485
|
</h3>
|
|
466
486
|
<div className="!space-y-4">
|
|
467
|
-
<div className="rounded-lg border
|
|
487
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
|
|
468
488
|
<div className="!space-y-2">
|
|
469
|
-
<div className="flex items-center gap-3 rounded-lg
|
|
489
|
+
<div className="bg-fm-secondary-500/20 text-fm-secondary-600 flex items-center gap-3 rounded-lg px-3 py-2">
|
|
470
490
|
<PocketStudioIcon className="h-5 w-5" />
|
|
471
491
|
<span className="text-sm font-medium">Studio</span>
|
|
472
492
|
</div>
|
|
473
|
-
<div className="flex items-center gap-3 rounded-lg px-3 py-2
|
|
474
|
-
<div className="h-5 w-5 rounded
|
|
493
|
+
<div className="text-fm-tertiary hover:bg-fm-surface-secondary flex items-center gap-3 rounded-lg px-3 py-2">
|
|
494
|
+
<div className="bg-fm-surface-tertiary h-5 w-5 rounded"></div>
|
|
475
495
|
<span className="text-sm">Projects</span>
|
|
476
496
|
</div>
|
|
477
|
-
<div className="flex items-center gap-3 rounded-lg px-3 py-2
|
|
478
|
-
<div className="h-5 w-5 rounded
|
|
497
|
+
<div className="text-fm-tertiary hover:bg-fm-surface-secondary flex items-center gap-3 rounded-lg px-3 py-2">
|
|
498
|
+
<div className="bg-fm-surface-tertiary h-5 w-5 rounded"></div>
|
|
479
499
|
<span className="text-sm">Templates</span>
|
|
480
500
|
</div>
|
|
481
501
|
</div>
|
|
482
502
|
</div>
|
|
483
|
-
<div className="rounded-lg
|
|
484
|
-
<pre className="overflow-x-auto text-sm
|
|
503
|
+
<div className="bg-fm-surface-secondary rounded-lg p-4">
|
|
504
|
+
<pre className="text-fm-icon-positive! overflow-x-auto text-sm">
|
|
485
505
|
{`// Active navigation item
|
|
486
506
|
<div className="flex items-center gap-3 bg-purple-500/20 px-3 py-2 rounded-lg text-purple-200">
|
|
487
507
|
<PocketStudioIcon className="h-5 w-5" />
|
|
@@ -494,21 +514,21 @@ function AppHeader() {
|
|
|
494
514
|
|
|
495
515
|
{/* Toolbar Button */}
|
|
496
516
|
<div className="!space-y-4">
|
|
497
|
-
<h3 className="text-lg font-semibold
|
|
517
|
+
<h3 className="text-fm-secondary-600! text-lg font-semibold">
|
|
498
518
|
Toolbar Button
|
|
499
519
|
</h3>
|
|
500
520
|
<div className="!space-y-4">
|
|
501
|
-
<div className="flex items-center gap-2 rounded-lg border
|
|
502
|
-
<button className="flex items-center gap-2 rounded border
|
|
521
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary flex items-center gap-2 rounded-lg border p-3">
|
|
522
|
+
<button className="border-fm-secondary-500/30 bg-fm-secondary-500/20 text-fm-secondary-600 flex items-center gap-2 rounded border px-3 py-1.5">
|
|
503
523
|
<PocketStudioIcon className="h-4 w-4" />
|
|
504
524
|
<span className="text-sm">Open Studio</span>
|
|
505
525
|
</button>
|
|
506
|
-
<button className="flex items-center gap-2 rounded border
|
|
526
|
+
<button className="border-fm-divider-primary bg-fm-surface-secondary text-fm-tertiary hover:bg-fm-surface-secondary flex items-center gap-2 rounded border px-3 py-1.5">
|
|
507
527
|
<span className="text-sm">Export</span>
|
|
508
528
|
</button>
|
|
509
529
|
</div>
|
|
510
|
-
<div className="rounded-lg
|
|
511
|
-
<pre className="overflow-x-auto text-sm
|
|
530
|
+
<div className="bg-fm-surface-secondary rounded-lg p-4">
|
|
531
|
+
<pre className="text-fm-icon-positive! overflow-x-auto text-sm">
|
|
512
532
|
{`// Toolbar with studio button
|
|
513
533
|
<button className="flex items-center gap-2 bg-purple-500/20 border border-purple-500/30 px-3 py-1.5 rounded text-purple-200">
|
|
514
534
|
<PocketStudioIcon className="h-4 w-4" />
|
|
@@ -521,24 +541,24 @@ function AppHeader() {
|
|
|
521
541
|
|
|
522
542
|
{/* Feature Card */}
|
|
523
543
|
<div className="!space-y-4">
|
|
524
|
-
<h3 className="text-lg font-semibold
|
|
544
|
+
<h3 className="text-fm-secondary-600! text-lg font-semibold">
|
|
525
545
|
Feature Card
|
|
526
546
|
</h3>
|
|
527
547
|
<div className="!space-y-4">
|
|
528
|
-
<div className="rounded-lg border
|
|
529
|
-
<div className="mb-4 flex h-12 w-12 items-center justify-center rounded-lg
|
|
530
|
-
<PocketStudioIcon className="h-6 w-6
|
|
548
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
|
|
549
|
+
<div className="bg-fm-secondary-500/20 mb-4 flex h-12 w-12 items-center justify-center rounded-lg">
|
|
550
|
+
<PocketStudioIcon className="text-fm-secondary-600 h-6 w-6" />
|
|
531
551
|
</div>
|
|
532
|
-
<h4 className="mb-2 text-lg font-semibold
|
|
552
|
+
<h4 className="text-fm-icon-active mb-2 text-lg font-semibold">
|
|
533
553
|
Pocket Studio
|
|
534
554
|
</h4>
|
|
535
|
-
<p className="text-
|
|
555
|
+
<p className="text-fm-secondary text-sm">
|
|
536
556
|
Create beautiful designs with our intuitive studio
|
|
537
557
|
interface.
|
|
538
558
|
</p>
|
|
539
559
|
</div>
|
|
540
|
-
<div className="rounded-lg
|
|
541
|
-
<pre className="overflow-x-auto text-sm
|
|
560
|
+
<div className="bg-fm-surface-secondary rounded-lg p-4">
|
|
561
|
+
<pre className="text-fm-icon-positive! overflow-x-auto text-sm">
|
|
542
562
|
{`// Feature card
|
|
543
563
|
<div className="rounded-lg border border-white/10 bg-white/5 p-6">
|
|
544
564
|
<div className="mb-4 flex h-12 w-12 items-center justify-center rounded-lg bg-purple-500/20">
|
|
@@ -556,51 +576,51 @@ function AppHeader() {
|
|
|
556
576
|
|
|
557
577
|
{/* Accessibility */}
|
|
558
578
|
<div className="!space-y-8">
|
|
559
|
-
<h2 className="text-center text-3xl font-bold
|
|
579
|
+
<h2 className="text-fm-icon-active! text-center text-3xl font-bold">
|
|
560
580
|
Accessibility Features
|
|
561
581
|
</h2>
|
|
562
582
|
<div className="grid grid-cols-1 gap-8 md:grid-cols-2">
|
|
563
|
-
<div className="!space-y-4 rounded-lg border
|
|
564
|
-
<h3 className="text-lg font-semibold
|
|
583
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-4 rounded-lg border p-6">
|
|
584
|
+
<h3 className="text-fm-icon-positive! text-lg font-semibold">
|
|
565
585
|
✅ Built-in Features
|
|
566
586
|
</h3>
|
|
567
|
-
<ul className="!space-y-2 text-sm
|
|
568
|
-
<li className="
|
|
587
|
+
<ul className="text-fm-secondary! !space-y-2 text-sm">
|
|
588
|
+
<li className="text-fm-secondary!">
|
|
569
589
|
Uses Radix UI AccessibleIcon wrapper
|
|
570
590
|
</li>
|
|
571
|
-
<li className="
|
|
591
|
+
<li className="text-fm-secondary!">
|
|
572
592
|
Provides screen reader label "Pocket studio icon"
|
|
573
593
|
</li>
|
|
574
|
-
<li className="
|
|
594
|
+
<li className="text-fm-secondary!">
|
|
575
595
|
Supports keyboard navigation when interactive
|
|
576
596
|
</li>
|
|
577
|
-
<li className="
|
|
597
|
+
<li className="text-fm-secondary!">
|
|
578
598
|
Maintains proper color contrast ratios
|
|
579
599
|
</li>
|
|
580
|
-
<li className="
|
|
600
|
+
<li className="text-fm-secondary!">
|
|
581
601
|
Scales with user's font size preferences
|
|
582
602
|
</li>
|
|
583
603
|
</ul>
|
|
584
604
|
</div>
|
|
585
605
|
|
|
586
|
-
<div className="!space-y-4 rounded-lg border
|
|
587
|
-
<h3 className="text-lg font-semibold
|
|
606
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-4 rounded-lg border p-6">
|
|
607
|
+
<h3 className="text-fm-secondary-600! text-lg font-semibold">
|
|
588
608
|
💡 Best Practices
|
|
589
609
|
</h3>
|
|
590
|
-
<ul className="!space-y-2 text-sm
|
|
591
|
-
<li className="
|
|
610
|
+
<ul className="text-fm-secondary !space-y-2 text-sm">
|
|
611
|
+
<li className="text-fm-secondary!">
|
|
592
612
|
Always pair with descriptive text labels
|
|
593
613
|
</li>
|
|
594
|
-
<li className="
|
|
614
|
+
<li className="text-fm-secondary!">
|
|
595
615
|
Use consistent placement for branding
|
|
596
616
|
</li>
|
|
597
|
-
<li className="
|
|
617
|
+
<li className="text-fm-secondary!">
|
|
598
618
|
Ensure sufficient click/touch target sizes
|
|
599
619
|
</li>
|
|
600
|
-
<li className="
|
|
620
|
+
<li className="text-fm-secondary!">
|
|
601
621
|
Add focus states for keyboard navigation
|
|
602
622
|
</li>
|
|
603
|
-
<li className="
|
|
623
|
+
<li className="text-fm-secondary!">
|
|
604
624
|
Consider brand color guidelines
|
|
605
625
|
</li>
|
|
606
626
|
</ul>
|
|
@@ -610,46 +630,60 @@ function AppHeader() {
|
|
|
610
630
|
|
|
611
631
|
{/* Related Icons */}
|
|
612
632
|
<div className="!space-y-8">
|
|
613
|
-
<h2 className="text-center text-3xl font-bold
|
|
633
|
+
<h2 className="text-fm-icon-active! text-center text-3xl font-bold">
|
|
614
634
|
Related Icons
|
|
615
635
|
</h2>
|
|
616
636
|
<div className="grid grid-cols-2 gap-6 md:grid-cols-4">
|
|
617
|
-
<div className="!space-y-3 rounded-lg border
|
|
618
|
-
<div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg
|
|
637
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
|
|
638
|
+
<div className="bg-fm-icon-info/20 !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
|
|
619
639
|
<span className="text-2xl">🎨</span>
|
|
620
640
|
</div>
|
|
621
641
|
<div>
|
|
622
|
-
<div className="font-medium
|
|
623
|
-
|
|
642
|
+
<div className="text-fm-icon-active font-medium">
|
|
643
|
+
ArtBoardIcon
|
|
644
|
+
</div>
|
|
645
|
+
<div className="text-fm-tertiary text-xs">
|
|
646
|
+
Design canvas
|
|
647
|
+
</div>
|
|
624
648
|
</div>
|
|
625
649
|
</div>
|
|
626
|
-
<div className="!space-y-3 rounded-lg border
|
|
627
|
-
<div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg
|
|
650
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
|
|
651
|
+
<div className="bg-fm-icon-positive/20 !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
|
|
628
652
|
<span className="text-2xl">✨</span>
|
|
629
653
|
</div>
|
|
630
654
|
<div>
|
|
631
|
-
<div className="font-medium
|
|
632
|
-
|
|
655
|
+
<div className="text-fm-icon-active font-medium">
|
|
656
|
+
SparkleIcon
|
|
657
|
+
</div>
|
|
658
|
+
<div className="text-fm-tertiary text-xs">
|
|
633
659
|
Creative effects
|
|
634
660
|
</div>
|
|
635
661
|
</div>
|
|
636
662
|
</div>
|
|
637
|
-
<div className="!space-y-3 rounded-lg border
|
|
638
|
-
<div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg
|
|
663
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
|
|
664
|
+
<div className="bg-fm-secondary-500/20 !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
|
|
639
665
|
<span className="text-2xl">📝</span>
|
|
640
666
|
</div>
|
|
641
667
|
<div>
|
|
642
|
-
<div className="font-medium
|
|
643
|
-
|
|
668
|
+
<div className="text-fm-icon-active font-medium">
|
|
669
|
+
EditIcon
|
|
670
|
+
</div>
|
|
671
|
+
<div className="text-fm-tertiary text-xs">
|
|
672
|
+
Edit content
|
|
673
|
+
</div>
|
|
644
674
|
</div>
|
|
645
675
|
</div>
|
|
646
|
-
<div className="!space-y-3 rounded-lg border
|
|
647
|
-
<div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg
|
|
676
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
|
|
677
|
+
<div className="bg-fm-icon-warning/20 !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
|
|
648
678
|
<span className="text-2xl">🖼️</span>
|
|
649
679
|
</div>
|
|
650
680
|
<div>
|
|
651
|
-
<div className="font-medium
|
|
652
|
-
|
|
681
|
+
<div className="text-fm-icon-active font-medium">
|
|
682
|
+
ImageIcon
|
|
683
|
+
</div>
|
|
684
|
+
<div className="text-fm-tertiary text-xs">
|
|
685
|
+
Media assets
|
|
686
|
+
</div>
|
|
653
687
|
</div>
|
|
654
688
|
</div>
|
|
655
689
|
</div>
|
|
@@ -657,14 +691,14 @@ function AppHeader() {
|
|
|
657
691
|
</div>
|
|
658
692
|
|
|
659
693
|
{/* Footer */}
|
|
660
|
-
<div className="border-
|
|
694
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary border-t backdrop-blur-xl">
|
|
661
695
|
<div className="!mx-auto max-w-7xl px-6 py-8">
|
|
662
696
|
<div className="!space-y-4 text-center">
|
|
663
|
-
<p className="
|
|
697
|
+
<p className="text-fm-tertiary!">
|
|
664
698
|
PocketStudioIcon is part of the Aural UI icon library, built
|
|
665
699
|
for creative applications and design tools.
|
|
666
700
|
</p>
|
|
667
|
-
<p className="text-
|
|
701
|
+
<p className="text-fm-placeholder! text-sm">
|
|
668
702
|
All icons use Radix UI's AccessibleIcon for screen reader
|
|
669
703
|
compatibility and follow WCAG guidelines for interactive
|
|
670
704
|
elements.
|
|
@@ -710,8 +744,8 @@ const storyParameters = {
|
|
|
710
744
|
backgrounds: {
|
|
711
745
|
default: "dark",
|
|
712
746
|
values: [
|
|
713
|
-
{ name: "dark", value: "
|
|
714
|
-
{ name: "darker", value: "
|
|
747
|
+
{ name: "dark", value: "var(--color-fm-surface-primary)" },
|
|
748
|
+
{ name: "darker", value: "var(--color-fm-neutral-0)" },
|
|
715
749
|
],
|
|
716
750
|
},
|
|
717
751
|
}
|
|
@@ -720,12 +754,12 @@ export const Default: Story = {
|
|
|
720
754
|
args: {
|
|
721
755
|
width: 32,
|
|
722
756
|
height: 32,
|
|
723
|
-
className: "text-
|
|
757
|
+
className: "text-fm-secondary-600",
|
|
724
758
|
withAccessibility: true,
|
|
725
759
|
},
|
|
726
760
|
parameters: storyParameters,
|
|
727
761
|
render: (args) => (
|
|
728
|
-
<div className="flex h-32 min-h-dvh items-center justify-center rounded-lg bg-
|
|
762
|
+
<div className="from-fm-surface-primary to-fm-surface-secondary flex h-32 min-h-dvh items-center justify-center rounded-lg bg-linear-to-br">
|
|
729
763
|
<PocketStudioIcon {...args} />
|
|
730
764
|
</div>
|
|
731
765
|
),
|
|
@@ -742,26 +776,26 @@ export const SizeVariations: Story = {
|
|
|
742
776
|
},
|
|
743
777
|
},
|
|
744
778
|
render: () => (
|
|
745
|
-
<div className="flex h-64 min-h-dvh items-center justify-center gap-8 rounded-lg bg-
|
|
779
|
+
<div className="from-fm-surface-primary to-fm-surface-secondary flex h-64 min-h-dvh items-center justify-center gap-8 rounded-lg bg-linear-to-br p-8">
|
|
746
780
|
<div className="text-center">
|
|
747
|
-
<PocketStudioIcon className="!mx-auto mb-2 h-4 w-4
|
|
748
|
-
<span className="text-
|
|
781
|
+
<PocketStudioIcon className="text-fm-secondary-600 !mx-auto mb-2 h-4 w-4" />
|
|
782
|
+
<span className="text-fm-tertiary text-xs">16px</span>
|
|
749
783
|
</div>
|
|
750
784
|
<div className="text-center">
|
|
751
|
-
<PocketStudioIcon className="!mx-auto mb-2 h-5 w-5
|
|
752
|
-
<span className="text-
|
|
785
|
+
<PocketStudioIcon className="text-fm-secondary-600 !mx-auto mb-2 h-5 w-5" />
|
|
786
|
+
<span className="text-fm-tertiary text-xs">20px</span>
|
|
753
787
|
</div>
|
|
754
788
|
<div className="text-center">
|
|
755
|
-
<PocketStudioIcon className="!mx-auto mb-2 h-6 w-6
|
|
756
|
-
<span className="text-
|
|
789
|
+
<PocketStudioIcon className="text-fm-secondary-600 !mx-auto mb-2 h-6 w-6" />
|
|
790
|
+
<span className="text-fm-tertiary text-xs">24px</span>
|
|
757
791
|
</div>
|
|
758
792
|
<div className="text-center">
|
|
759
|
-
<PocketStudioIcon className="!mx-auto mb-2 h-8 w-8
|
|
760
|
-
<span className="text-
|
|
793
|
+
<PocketStudioIcon className="text-fm-secondary-600 !mx-auto mb-2 h-8 w-8" />
|
|
794
|
+
<span className="text-fm-tertiary text-xs">32px</span>
|
|
761
795
|
</div>
|
|
762
796
|
<div className="text-center">
|
|
763
|
-
<PocketStudioIcon className="!mx-auto mb-2 h-12 w-12
|
|
764
|
-
<span className="text-
|
|
797
|
+
<PocketStudioIcon className="text-fm-secondary-600 !mx-auto mb-2 h-12 w-12" />
|
|
798
|
+
<span className="text-fm-tertiary text-xs">48px</span>
|
|
765
799
|
</div>
|
|
766
800
|
</div>
|
|
767
801
|
),
|
|
@@ -778,34 +812,38 @@ export const ColorVariations: Story = {
|
|
|
778
812
|
},
|
|
779
813
|
},
|
|
780
814
|
render: () => (
|
|
781
|
-
<div className="grid min-h-dvh grid-cols-2 items-center justify-center gap-6 rounded-lg bg-
|
|
815
|
+
<div className="from-fm-surface-primary to-fm-surface-secondary grid min-h-dvh grid-cols-2 items-center justify-center gap-6 rounded-lg bg-linear-to-br p-8 md:grid-cols-4">
|
|
782
816
|
<div className="text-center">
|
|
783
|
-
<div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border
|
|
784
|
-
<PocketStudioIcon className="h-8 w-8
|
|
817
|
+
<div className="border-fm-secondary-500/30 bg-fm-secondary-500/20 !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border">
|
|
818
|
+
<PocketStudioIcon className="text-fm-secondary-600 h-8 w-8" />
|
|
819
|
+
</div>
|
|
820
|
+
<div className="text-fm-icon-active text-sm font-medium">Primary</div>
|
|
821
|
+
<div className="text-fm-secondary-600 text-xs">
|
|
822
|
+
text-fm-secondary-600
|
|
785
823
|
</div>
|
|
786
|
-
<div className="text-sm font-medium text-white">Primary</div>
|
|
787
|
-
<div className="text-xs text-purple-400">text-purple-400</div>
|
|
788
824
|
</div>
|
|
789
825
|
<div className="text-center">
|
|
790
|
-
<div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border
|
|
791
|
-
<PocketStudioIcon className="h-8 w-8
|
|
826
|
+
<div className="border-fm-secondary-500/30 bg-fm-secondary-500/20 !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border">
|
|
827
|
+
<PocketStudioIcon className="text-fm-secondary-600 h-8 w-8" />
|
|
828
|
+
</div>
|
|
829
|
+
<div className="text-fm-icon-active text-sm font-medium">Accent</div>
|
|
830
|
+
<div className="text-fm-secondary-600 text-xs">
|
|
831
|
+
text-fm-secondary-600
|
|
792
832
|
</div>
|
|
793
|
-
<div className="text-sm font-medium text-white">Accent</div>
|
|
794
|
-
<div className="text-xs text-pink-400">text-pink-400</div>
|
|
795
833
|
</div>
|
|
796
834
|
<div className="text-center">
|
|
797
|
-
<div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border
|
|
798
|
-
<PocketStudioIcon className="h-8 w-8
|
|
835
|
+
<div className="border-fm-icon-info/30 bg-fm-icon-info/20 !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border">
|
|
836
|
+
<PocketStudioIcon className="text-fm-icon-info h-8 w-8" />
|
|
799
837
|
</div>
|
|
800
|
-
<div className="text-sm font-medium
|
|
801
|
-
<div className="text-
|
|
838
|
+
<div className="text-fm-icon-active text-sm font-medium">Creative</div>
|
|
839
|
+
<div className="text-fm-icon-info text-xs">text-fm-icon-info</div>
|
|
802
840
|
</div>
|
|
803
841
|
<div className="text-center">
|
|
804
|
-
<div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border
|
|
805
|
-
<PocketStudioIcon className="h-8 w-8
|
|
842
|
+
<div className="border-fm-divider-primary bg-fm-surface-tertiary/20 !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border">
|
|
843
|
+
<PocketStudioIcon className="text-fm-placeholder h-8 w-8" />
|
|
806
844
|
</div>
|
|
807
|
-
<div className="text-sm font-medium
|
|
808
|
-
<div className="text-
|
|
845
|
+
<div className="text-fm-icon-active text-sm font-medium">Neutral</div>
|
|
846
|
+
<div className="text-fm-placeholder text-xs">text-fm-placeholder</div>
|
|
809
847
|
</div>
|
|
810
848
|
</div>
|
|
811
849
|
),
|
|
@@ -822,26 +860,30 @@ export const UsageExamples: Story = {
|
|
|
822
860
|
},
|
|
823
861
|
},
|
|
824
862
|
render: () => (
|
|
825
|
-
<div className="min-h-dvh !space-y-8 rounded-lg bg-
|
|
863
|
+
<div className="from-fm-surface-primary to-fm-surface-secondary min-h-dvh !space-y-8 rounded-lg bg-linear-to-br p-8">
|
|
826
864
|
{/* App Branding */}
|
|
827
865
|
<div className="!space-y-2">
|
|
828
|
-
<h3 className="text-sm font-medium
|
|
829
|
-
|
|
830
|
-
|
|
866
|
+
<h3 className="text-fm-icon-active text-sm font-medium">
|
|
867
|
+
App Branding
|
|
868
|
+
</h3>
|
|
869
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary flex items-center gap-3 rounded-lg border p-4">
|
|
870
|
+
<PocketStudioIcon className="text-fm-secondary-600 h-8 w-8" />
|
|
831
871
|
<div>
|
|
832
|
-
<div className="text-lg font-semibold
|
|
872
|
+
<div className="text-fm-icon-active text-lg font-semibold">
|
|
833
873
|
Pocket Studio
|
|
834
874
|
</div>
|
|
835
|
-
<div className="text-
|
|
875
|
+
<div className="text-fm-tertiary text-sm">Creative Design Tool</div>
|
|
836
876
|
</div>
|
|
837
877
|
</div>
|
|
838
878
|
</div>
|
|
839
879
|
|
|
840
880
|
{/* Toolbar Button */}
|
|
841
881
|
<div className="!space-y-2">
|
|
842
|
-
<h3 className="text-sm font-medium
|
|
843
|
-
|
|
844
|
-
|
|
882
|
+
<h3 className="text-fm-icon-active text-sm font-medium">
|
|
883
|
+
Toolbar Button
|
|
884
|
+
</h3>
|
|
885
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary flex items-center gap-2 rounded-lg border p-3">
|
|
886
|
+
<button className="border-fm-secondary-500/30 bg-fm-secondary-500/20 text-fm-secondary-600 flex items-center gap-2 rounded border px-3 py-1.5">
|
|
845
887
|
<PocketStudioIcon className="h-4 w-4" />
|
|
846
888
|
<span className="text-sm">Open Studio</span>
|
|
847
889
|
</button>
|
|
@@ -850,15 +892,17 @@ export const UsageExamples: Story = {
|
|
|
850
892
|
|
|
851
893
|
{/* Feature Card */}
|
|
852
894
|
<div className="!space-y-2">
|
|
853
|
-
<h3 className="text-sm font-medium
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
895
|
+
<h3 className="text-fm-icon-active text-sm font-medium">
|
|
896
|
+
Feature Card
|
|
897
|
+
</h3>
|
|
898
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
|
|
899
|
+
<div className="bg-fm-secondary-500/20 mb-4 flex h-12 w-12 items-center justify-center rounded-lg">
|
|
900
|
+
<PocketStudioIcon className="text-fm-secondary-600 h-6 w-6" />
|
|
857
901
|
</div>
|
|
858
|
-
<h4 className="mb-2 text-lg font-semibold
|
|
902
|
+
<h4 className="text-fm-icon-active mb-2 text-lg font-semibold">
|
|
859
903
|
Pocket Studio
|
|
860
904
|
</h4>
|
|
861
|
-
<p className="text-
|
|
905
|
+
<p className="text-fm-secondary text-sm">
|
|
862
906
|
Create beautiful designs with our intuitive studio interface.
|
|
863
907
|
</p>
|
|
864
908
|
</div>
|
|
@@ -880,11 +924,11 @@ export const Playground: Story = {
|
|
|
880
924
|
args: {
|
|
881
925
|
width: 32,
|
|
882
926
|
height: 32,
|
|
883
|
-
className: "text-
|
|
927
|
+
className: "text-fm-secondary-600",
|
|
884
928
|
},
|
|
885
929
|
render: (args) => (
|
|
886
|
-
<div className="flex h-64 min-h-dvh items-center justify-center rounded-lg bg-
|
|
887
|
-
<div className="rounded-lg border
|
|
930
|
+
<div className="from-fm-surface-primary to-fm-surface-secondary flex h-64 min-h-dvh items-center justify-center rounded-lg bg-linear-to-br">
|
|
931
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-8">
|
|
888
932
|
<PocketStudioIcon {...args} />
|
|
889
933
|
</div>
|
|
890
934
|
</div>
|