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.
Files changed (166) hide show
  1. package/dist/components/aspect-ratio/AspectRatio.stories.tsx +271 -242
  2. package/dist/components/avatar/Avatar.stories.tsx +84 -70
  3. package/dist/components/button/Button.stories.tsx +7 -7
  4. package/dist/components/button/index.tsx +7 -7
  5. package/dist/components/card/Card.stories.tsx +3 -3
  6. package/dist/components/char-count/CharCount.stories.tsx +9 -9
  7. package/dist/components/circular-loader/CircularLoader.stories.tsx +109 -93
  8. package/dist/components/collapsible/Collapsible.stories.tsx +1 -1
  9. package/dist/components/command/Command.stories.tsx +52 -38
  10. package/dist/components/dialog/Dialog.stories.tsx +89 -84
  11. package/dist/components/divider/Divider.stories.tsx +86 -60
  12. package/dist/components/dot-loader/DotLoader.stories.tsx +12 -12
  13. package/dist/components/drawer/Drawer.stories.tsx +74 -44
  14. package/dist/components/drawer/index.tsx +3 -3
  15. package/dist/components/dropdown/Dropdown.stories.tsx +42 -32
  16. package/dist/components/helper-text/HelperText.stories.tsx +2 -2
  17. package/dist/components/hover-card/HoverCard.stories.tsx +211 -178
  18. package/dist/components/input/Input.stories.tsx +2 -2
  19. package/dist/components/label/Label.stories.tsx +10 -10
  20. package/dist/components/list/List.stories.tsx +58 -44
  21. package/dist/components/marquee/Marquee.stories.tsx +131 -113
  22. package/dist/components/otp-inputs/OtpInputs.stories.tsx +47 -35
  23. package/dist/components/overlay/Overlay.stories.tsx +98 -92
  24. package/dist/components/overlay/index.tsx +4 -4
  25. package/dist/components/popover/Popover.stories.tsx +132 -106
  26. package/dist/components/radio/Radio.stories.tsx +2 -2
  27. package/dist/components/resizable/Resizable.stories.tsx +186 -138
  28. package/dist/components/scroll-area/ScrollArea.stories.tsx +174 -120
  29. package/dist/components/search/Search.stories.tsx +81 -59
  30. package/dist/components/select/Select.stories.tsx +3 -1
  31. package/dist/components/sheet/Sheet.stories.tsx +68 -54
  32. package/dist/components/slider/Slider.stories.tsx +71 -47
  33. package/dist/components/stepper/Stepper.stories.tsx +16 -16
  34. package/dist/components/switch/Switch.stories.tsx +12 -12
  35. package/dist/components/table/Table.stories.tsx +8 -6
  36. package/dist/components/tabs/Tabs.stories.tsx +324 -268
  37. package/dist/components/textarea/TextArea.stories.tsx +1 -1
  38. package/dist/components/thumbnail-tags/ThumbnailTags.stories.tsx +16 -10
  39. package/dist/components/toast/Toast.stories.tsx +51 -45
  40. package/dist/components/toggle/Toggle.stories.tsx +111 -89
  41. package/dist/components/tooltip/Tooltip.stories.tsx +160 -144
  42. package/dist/icons/Icons.stories.tsx +2 -2
  43. package/dist/icons/ai-avatar-icon/AiAvatarIcon.stories.tsx +287 -237
  44. package/dist/icons/alert-icon/AlertIcon.stories.tsx +290 -248
  45. package/dist/icons/all-icons.tsx +97 -81
  46. package/dist/icons/angle-down-icon/AngleDownIcon.stories.tsx +312 -270
  47. package/dist/icons/apple-logo-icon/AppleLogoIcon.stories.tsx +294 -244
  48. package/dist/icons/arrow-box-left-icon/ArrowBoxLeftIcon.stories.tsx +309 -279
  49. package/dist/icons/arrow-corner-up-left-icon/ArrowCornerUpLeftIcon.stories.tsx +294 -258
  50. package/dist/icons/arrow-corner-up-right-icon/ArrowCornerUpRightIcon.stories.tsx +289 -255
  51. package/dist/icons/arrow-left-icon/ArrowLeftIcon.stories.tsx +288 -256
  52. package/dist/icons/arrow-right-icon/ArrowRightIcon.stories.tsx +322 -288
  53. package/dist/icons/arrow-right-up-icon/ArrowRightUpIcon.stories.tsx +340 -296
  54. package/dist/icons/art-board-icon/ArtBoardIcon.stories.tsx +197 -177
  55. package/dist/icons/audio-bar-icon/AudioBarIcon.stories.tsx +390 -328
  56. package/dist/icons/backward-ten-seconds-icon/BackwardTenSecondsIcon.stories.tsx +313 -277
  57. package/dist/icons/bubble-check-icon/BubbleCheckIcon.stories.tsx +367 -309
  58. package/dist/icons/bubble-crossed-icon/BubbleCrossedIcon.stories.tsx +356 -308
  59. package/dist/icons/bubble-sparkle-icon/BubbleSparkleIcon.stories.tsx +280 -234
  60. package/dist/icons/camera-icon/CameraIcon.stories.tsx +370 -326
  61. package/dist/icons/capital-a-letter-icon/CapitalALetterIcon.stories.tsx +300 -256
  62. package/dist/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.stories.tsx +298 -262
  63. package/dist/icons/chevron-double-right-icon/ChevronDoubleRightIcon.stories.tsx +294 -260
  64. package/dist/icons/chevron-down-icon/ChevronDownIcon.stories.tsx +291 -259
  65. package/dist/icons/chevron-left-icon/ChevronLeftIcon.stories.tsx +286 -256
  66. package/dist/icons/chevron-right-icon/ChevronRightIcon.stories.tsx +282 -256
  67. package/dist/icons/chevron-up-icon/ChevronUpIcon.stories.tsx +292 -256
  68. package/dist/icons/circle-tick-icon/CircleTickIcon.stories.tsx +338 -290
  69. package/dist/icons/circular-play-icon/CircularPlayIcon.stories.tsx +167 -148
  70. package/dist/icons/coin-icon/CoinIcon.stories.tsx +342 -296
  71. package/dist/icons/coin-toons-icon/CoinToonsIcon.stories.tsx +342 -296
  72. package/dist/icons/column-wide-add-icon/ColumnWideAddIcon.stories.tsx +280 -238
  73. package/dist/icons/command-icon/CommandIcon.stories.tsx +328 -280
  74. package/dist/icons/copy-icon/CopyIcon.stories.tsx +294 -256
  75. package/dist/icons/cross-circle-icon/CrossCircleIcon.stories.tsx +285 -235
  76. package/dist/icons/cross-icon/CrossIcon.stories.tsx +308 -266
  77. package/dist/icons/download-icon/DownloadIcon.stories.tsx +271 -231
  78. package/dist/icons/edit-big-icon/EditBigIcon.stories.tsx +330 -278
  79. package/dist/icons/email-icon/EmailIcon.stories.tsx +303 -257
  80. package/dist/icons/expand-icon/ExpandIcon.stories.tsx +324 -286
  81. package/dist/icons/eye-close-icon/EyeCloseIcon.stories.tsx +317 -271
  82. package/dist/icons/eye-open-icon/EyeOpenIcon.stories.tsx +320 -272
  83. package/dist/icons/feature-shine-icon/FeatureShineIcon.stories.tsx +322 -280
  84. package/dist/icons/file-chart-icon/FileChartIcon.stories.tsx +315 -277
  85. package/dist/icons/file-text-icon/FileTextIcon.stories.tsx +199 -177
  86. package/dist/icons/filter-bar-row-icon/FilterBarRowIcon.stories.tsx +304 -264
  87. package/dist/icons/forward-ten-seconds-icon/ForwardTenSecondsIcon.stories.tsx +311 -277
  88. package/dist/icons/git-branch-icon/GitBranchIcon.stories.tsx +327 -287
  89. package/dist/icons/git-fork-icon/GitForkIcon.stories.tsx +314 -278
  90. package/dist/icons/globe-icon/GlobeIcon.stories.tsx +113 -98
  91. package/dist/icons/google-logo-icon/GoogleLogoIcon.stories.tsx +274 -226
  92. package/dist/icons/grip-vertical-icon/GripVerticalIcon.stories.tsx +349 -303
  93. package/dist/icons/head-icon/HeadIcon.stories.tsx +286 -246
  94. package/dist/icons/heart-icon/HeartIcon.stories.tsx +312 -268
  95. package/dist/icons/image-avatar-sparkle-icon/ImageAvatarSparkleIcon.stories.tsx +246 -210
  96. package/dist/icons/image-icon/ImageIcon.stories.tsx +330 -284
  97. package/dist/icons/import-folder-icon/ImportFolderIcon.stories.tsx +326 -282
  98. package/dist/icons/import-left-arrow-folder-icon/ImportLeftArrowFolderIcon.stories.tsx +330 -294
  99. package/dist/icons/indian-flag-icon/IndianFlagIcon.stories.tsx +288 -234
  100. package/dist/icons/instagram-icon/InstagramIcon.stories.tsx +386 -330
  101. package/dist/icons/layout-column-icon/LayoutColumnIcon.stories.tsx +305 -263
  102. package/dist/icons/layout-left-icon/LayoutLeftIcon.stories.tsx +295 -259
  103. package/dist/icons/layout-right-icon/LayoutRightIcon.stories.tsx +296 -256
  104. package/dist/icons/light-bulb-simple-icon/LightBulbSimpleIcon.stories.tsx +322 -282
  105. package/dist/icons/linked-in-icon/LinkedInIcon.stories.tsx +399 -359
  106. package/dist/icons/magic-book-icon/MagicBookIcon.stories.tsx +314 -272
  107. package/dist/icons/magic-edit-icon/MagicEditIcon.stories.tsx +238 -206
  108. package/dist/icons/maintenance-icon/MaintenanceIcon.stories.tsx +322 -276
  109. package/dist/icons/message-icon/MessageIcon.stories.tsx +192 -170
  110. package/dist/icons/minimize-icon/MinimizeIcon.stories.tsx +348 -304
  111. package/dist/icons/moon-icon/MoonIcon.stories.tsx +191 -167
  112. package/dist/icons/move-horizontal-icon/MoveHorizontalIcon.stories.tsx +380 -326
  113. package/dist/icons/move-vertical-icon/MoveVerticalIcon.stories.tsx +345 -291
  114. package/dist/icons/musical-note-icon/MusicalNoteIcon.stories.tsx +310 -266
  115. package/dist/icons/notepad-icon/NotepadIcon.stories.tsx +311 -271
  116. package/dist/icons/notes-icon/NotesIcon.stories.tsx +311 -271
  117. package/dist/icons/page-search-icon/PageSearchIcon.stories.tsx +309 -271
  118. package/dist/icons/page-text-icon/PageTextIcon.stories.tsx +248 -210
  119. package/dist/icons/paint-roll-icon/PaintRollIcon.stories.tsx +310 -262
  120. package/dist/icons/paper-plane-icon/PaperPlaneIcon.stories.tsx +274 -236
  121. package/dist/icons/pause-icon/PauseIcon.stories.tsx +324 -280
  122. package/dist/icons/pencil-icon/PencilIcon.stories.tsx +323 -281
  123. package/dist/icons/phone-icon/PhoneIcon.stories.tsx +288 -240
  124. package/dist/icons/plus-icon/PlusIcon.stories.tsx +315 -273
  125. package/dist/icons/pocket-studio-icon/PocketStudioIcon.stories.tsx +278 -234
  126. package/dist/icons/scroll-down-icon/ScrollDownIcon.stories.tsx +161 -151
  127. package/dist/icons/search-icon/SearchIcon.stories.tsx +324 -284
  128. package/dist/icons/setting-icon/SettingIcon.stories.tsx +306 -264
  129. package/dist/icons/share-icon/ShareIcon.stories.tsx +314 -272
  130. package/dist/icons/shield-icon/ShieldIcon.stories.tsx +281 -235
  131. package/dist/icons/site-logo-icon/SiteLogoIcon.stories.tsx +309 -250
  132. package/dist/icons/skip-backward-icon/SkipBackwardIcon.stories.tsx +317 -279
  133. package/dist/icons/skip-forward-icon/SkipForwardIcon.stories.tsx +315 -279
  134. package/dist/icons/sparkles-soft-icon/SparklesSoftIcon.stories.tsx +299 -253
  135. package/dist/icons/spinner-gradient-icon/SpinnerGradientIcon.stories.tsx +185 -169
  136. package/dist/icons/spinner-gradient-icon/index.tsx +6 -1
  137. package/dist/icons/spinner-solid-icon/SpinnerSolidIcon.stories.tsx +192 -168
  138. package/dist/icons/spinner-solid-icon/index.tsx +6 -1
  139. package/dist/icons/spinner-solid-neutral-icon/SpinnerSolidINeutralcon.stories.tsx +212 -178
  140. package/dist/icons/spinner-solid-neutral-icon/index.tsx +1 -1
  141. package/dist/icons/star-icon/StarIcon.stories.tsx +290 -244
  142. package/dist/icons/store-coin-icon/StoreCoinIcon.stories.tsx +286 -234
  143. package/dist/icons/suggestion-icon/SuggestionIcon.stories.tsx +272 -230
  144. package/dist/icons/sun-icon/SunIcon.stories.tsx +262 -226
  145. package/dist/icons/text-color-icon/TextColorIcon.stories.tsx +321 -279
  146. package/dist/icons/text-indicator-icon/TextIndicatorIcon.stories.tsx +332 -282
  147. package/dist/icons/threads-icon/ThreadsIcon.stories.tsx +394 -342
  148. package/dist/icons/tick-circle-icon/TickCircleIcon.stories.tsx +338 -290
  149. package/dist/icons/tick-icon/TickIcon.stories.tsx +364 -315
  150. package/dist/icons/trash-icon/TrashIcon.stories.tsx +293 -253
  151. package/dist/icons/twitter-x-icon/TwitterXIcon.stories.tsx +396 -338
  152. package/dist/icons/upload-icon/UploadIcon.stories.tsx +291 -247
  153. package/dist/icons/vertical-menu-icon/VerticalMenuIcon.stories.tsx +309 -271
  154. package/dist/icons/video-play-list-icon/VideoPlaylistIcon.stories.tsx +336 -290
  155. package/dist/icons/voice-playing-icon/VoicePlayingIcon.stories.tsx +382 -334
  156. package/dist/icons/volume-full-icon/VolumeFullIcon.stories.tsx +349 -305
  157. package/dist/icons/volume-half-icon/VolumeHalfIcon.stories.tsx +327 -295
  158. package/dist/icons/volume-off-icon/VolumeOffIcon.stories.tsx +336 -296
  159. package/dist/icons/warning-icon/WarningIcon.stories.tsx +314 -274
  160. package/dist/icons/youtube-icon/YoutubeIcon.stories.tsx +311 -261
  161. package/dist/index.cjs +84 -84
  162. package/dist/index.js +84 -84
  163. package/dist/styles/aural-all-theme.css +1222 -0
  164. package/dist/styles/{aural-theme.css → aural-dark-theme.css} +15 -3
  165. package/dist/styles/aural-light-theme.css +1047 -0
  166. 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: "#0a0a0a" },
15
- { name: "darker", value: "#000000" },
16
- { name: "light", value: "#ffffff" },
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: #0a0a0a !important;
43
+ background: var(--color-fm-surface-primary) !important;
44
44
  }
45
45
  #storybook-docs {
46
- background: #0a0a0a !important;
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: white !important;
53
+ color: var(--color-fm-icon-active) !important;
54
54
  }
55
55
  .sbdocs-p, .sbdocs-li {
56
- color: rgba(255, 255, 255, 0.7) !important;
56
+ color: var(--color-fm-secondary) !important;
57
57
  }
58
58
  .sbdocs-code {
59
- background: rgba(255, 255, 255, 0.1) !important;
60
- color: rgba(168, 85, 247, 1) !important;
61
- border: 1px solid rgba(255, 255, 255, 0.1) !important;
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: rgba(0, 0, 0, 0.4) !important;
65
- border: 1px solid rgba(255, 255, 255, 0.1) !important;
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: rgba(255, 255, 255, 0.05) !important;
69
- border: 1px solid rgba(255, 255, 255, 0.1) !important;
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: rgba(255, 255, 255, 0.05) !important;
73
- color: white !important;
74
- border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
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: rgba(255, 255, 255, 0.7) !important;
78
- border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
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="min-h-screen bg-gradient-to-br from-gray-900 via-purple-900/20 to-gray-900">
83
+ <div className="bg-fm-surface-primary min-h-screen">
84
84
  {/* Header */}
85
- <div className="relative overflow-hidden border-b border-white/10 bg-black/20 backdrop-blur-xl">
86
- <div className="absolute inset-0 bg-gradient-to-r from-purple-500/10 via-transparent to-pink-500/10" />
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 border-purple-500/30 bg-gradient-to-br from-purple-500/20 to-pink-500/20">
90
- <PocketStudioIcon className="h-12 w-12 text-purple-400" />
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 !text-white/70">
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 text-purple-300">
105
+ <div className="text-fm-secondary-600 text-3xl font-bold">
106
106
  Creative
107
107
  </div>
108
- <div className="text-sm text-white/60">
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 bg-white/20" />
112
+ <div className="bg-fm-divider-primary h-8 w-px" />
113
113
  <div className="text-center">
114
- <div className="text-3xl font-bold text-pink-300">
114
+ <div className="text-fm-secondary-600 text-3xl font-bold">
115
115
  Studio
116
116
  </div>
117
- <div className="text-sm text-white/60">
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 bg-white/20" />
121
+ <div className="bg-fm-divider-primary h-8 w-px" />
122
122
  <div className="text-center">
123
- <div className="text-3xl font-bold text-indigo-300">
123
+ <div className="text-fm-icon-info text-3xl font-bold">
124
124
  Flexible
125
125
  </div>
126
- <div className="text-sm text-white/60">
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 !text-white">
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 !text-purple-300">
144
+ <h3 className="text-fm-secondary-600! text-xl font-semibold">
145
145
  Basic Usage
146
146
  </h3>
147
- <div className="rounded-lg bg-black/40 p-4">
148
- <pre className="overflow-x-auto text-sm !text-green-300">
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 !text-purple-300">
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 border-white/10 bg-white/5">
168
- <div className="flex items-center gap-3 rounded-lg border border-purple-500/20 bg-purple-500/10 px-4 py-2">
169
- <PocketStudioIcon className="h-6 w-6 text-purple-400" />
170
- <span className="text-white">Pocket Studio</span>
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 !text-white">
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 border-white/10 bg-white/5">
184
- <div className="bg-white/5 p-4">
185
- <h3 className="text-xl font-semibold !text-white">Props</h3>
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-white/5">
189
- <tr className="border-b border-white/10">
190
- <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
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 !text-white">
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 !text-white">
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 !text-white">
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="!bg-black/10">
207
- <td className="px-6 py-4 font-mono text-sm !text-blue-300">
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 !text-white/70">
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 !text-white/50">
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 !text-white/70">
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-b border-white/5 !bg-black/10">
221
- <td className="px-6 py-4 font-mono text-sm !text-purple-300">
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 !text-white/70">
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 !text-white/50">32</td>
228
- <td className="px-6 py-4 text-sm !text-white/70">
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-b border-white/5">
233
- <td className="px-6 py-4 font-mono text-sm !text-purple-300">
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 !text-white/70">
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 !text-white/50">
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 !text-white/70">
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-b border-white/5 !bg-black/10">
247
- <td className="px-6 py-4 font-mono text-sm !text-purple-300">
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 !text-white/70">
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 !text-white/50">-</td>
254
- <td className="px-6 py-4 text-sm !text-white/70">
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="!bg-black/10">
259
- <td className="px-6 py-4 font-mono text-sm !text-purple-300">
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 !text-white/70">
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 !text-white/50">-</td>
266
- <td className="px-6 py-4 text-sm !text-white/70">
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 !text-white">
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 border-white/10 bg-white/5 p-8">
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 !text-purple-300">
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 bg-black/20 p-6">
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 text-purple-400" />
290
- <span className="text-xs text-white/60">16px</span>
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 text-purple-400" />
294
- <span className="text-xs text-white/60">20px</span>
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 text-purple-400" />
298
- <span className="text-xs text-white/60">24px</span>
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 text-purple-400" />
302
- <span className="text-xs text-white/60">32px</span>
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 text-purple-400" />
306
- <span className="text-xs text-white/60">48px</span>
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 !text-purple-300">
332
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
313
333
  Code Example
314
334
  </h3>
315
- <div className="rounded-lg bg-black/40 p-4">
316
- <pre className="overflow-x-auto text-sm !text-cyan-300">
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 !text-white">
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 !text-purple-300">
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 border-white/10 bg-white/5 p-6">
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 text-purple-400" />
368
+ <PocketStudioIcon className="text-fm-secondary-600 h-6 w-6" />
349
369
  <div>
350
- <div className="text-sm font-medium text-white">
370
+ <div className="text-fm-icon-active text-sm font-medium">
351
371
  Primary
352
372
  </div>
353
- <div className="text-xs text-white/60">
354
- text-purple-400
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 text-pink-400" />
379
+ <PocketStudioIcon className="text-fm-secondary-600 h-6 w-6" />
360
380
  <div>
361
- <div className="text-sm font-medium text-white">
381
+ <div className="text-fm-icon-active text-sm font-medium">
362
382
  Accent
363
383
  </div>
364
- <div className="text-xs text-white/60">
365
- text-pink-400
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 text-blue-400" />
390
+ <PocketStudioIcon className="text-fm-icon-info h-6 w-6" />
371
391
  <div>
372
- <div className="text-sm font-medium text-white">
392
+ <div className="text-fm-icon-active text-sm font-medium">
373
393
  Creative
374
394
  </div>
375
- <div className="text-xs text-white/60">
376
- text-blue-400
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 text-gray-400" />
401
+ <PocketStudioIcon className="text-fm-placeholder h-6 w-6" />
382
402
  <div>
383
- <div className="text-sm font-medium text-white">
403
+ <div className="text-fm-icon-active text-sm font-medium">
384
404
  Neutral
385
405
  </div>
386
- <div className="text-xs text-white/60">
387
- text-gray-400
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 !text-purple-300">
415
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
396
416
  Custom Colors
397
417
  </h3>
398
- <div className="rounded-lg bg-black/40 p-4">
399
- <pre className="overflow-x-auto text-sm !text-green-300">
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 !text-white">
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 !text-purple-300">
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 border-white/10 bg-white/5 p-4">
436
- <PocketStudioIcon className="h-8 w-8 text-purple-400" />
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 text-white">
458
+ <div className="text-fm-icon-active text-lg font-semibold">
439
459
  Pocket Studio
440
460
  </div>
441
- <div className="text-sm text-white/60">
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 bg-black/40 p-4">
447
- <pre className="overflow-x-auto text-sm !text-green-300">
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 !text-purple-300">
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 border-white/10 bg-white/5 p-4">
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 bg-purple-500/20 px-3 py-2 text-purple-200">
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 text-white/60 hover:bg-white/5">
474
- <div className="h-5 w-5 rounded bg-gray-600"></div>
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 text-white/60 hover:bg-white/5">
478
- <div className="h-5 w-5 rounded bg-gray-600"></div>
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 bg-black/40 p-4">
484
- <pre className="overflow-x-auto text-sm !text-green-300">
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 !text-purple-300">
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 border-white/10 bg-white/5 p-3">
502
- <button className="flex items-center gap-2 rounded border border-purple-500/30 bg-purple-500/20 px-3 py-1.5 text-purple-200">
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 border-white/20 bg-white/5 px-3 py-1.5 text-white/60 hover:bg-white/10">
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 bg-black/40 p-4">
511
- <pre className="overflow-x-auto text-sm !text-green-300">
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 !text-purple-300">
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 border-white/10 bg-white/5 p-6">
529
- <div className="mb-4 flex h-12 w-12 items-center justify-center rounded-lg bg-purple-500/20">
530
- <PocketStudioIcon className="h-6 w-6 text-purple-400" />
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 text-white">
552
+ <h4 className="text-fm-icon-active mb-2 text-lg font-semibold">
533
553
  Pocket Studio
534
554
  </h4>
535
- <p className="text-sm text-white/70">
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 bg-black/40 p-4">
541
- <pre className="overflow-x-auto text-sm !text-green-300">
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 !text-white">
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 border-white/10 bg-white/5 p-6">
564
- <h3 className="text-lg font-semibold !text-green-300">
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 !text-white/70">
568
- <li className="!text-white/70">
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="!text-white/70">
591
+ <li className="text-fm-secondary!">
572
592
  Provides screen reader label "Pocket studio icon"
573
593
  </li>
574
- <li className="!text-white/70">
594
+ <li className="text-fm-secondary!">
575
595
  Supports keyboard navigation when interactive
576
596
  </li>
577
- <li className="!text-white/70">
597
+ <li className="text-fm-secondary!">
578
598
  Maintains proper color contrast ratios
579
599
  </li>
580
- <li className="!text-white/70">
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 border-white/10 bg-white/5 p-6">
587
- <h3 className="text-lg font-semibold !text-purple-300">
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 text-white/70">
591
- <li className="!text-white/70">
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="!text-white/70">
614
+ <li className="text-fm-secondary!">
595
615
  Use consistent placement for branding
596
616
  </li>
597
- <li className="!text-white/70">
617
+ <li className="text-fm-secondary!">
598
618
  Ensure sufficient click/touch target sizes
599
619
  </li>
600
- <li className="!text-white/70">
620
+ <li className="text-fm-secondary!">
601
621
  Add focus states for keyboard navigation
602
622
  </li>
603
- <li className="!text-white/70">
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 !text-white">
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 border-white/10 bg-white/5 p-4 text-center">
618
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-blue-500/20">
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 text-white">ArtBoardIcon</div>
623
- <div className="text-xs text-white/60">Design canvas</div>
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 border-white/10 bg-white/5 p-4 text-center">
627
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-green-500/20">
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 text-white">SparkleIcon</div>
632
- <div className="text-xs text-white/60">
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 border-white/10 bg-white/5 p-4 text-center">
638
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-purple-500/20">
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 text-white">EditIcon</div>
643
- <div className="text-xs text-white/60">Edit content</div>
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 border-white/10 bg-white/5 p-4 text-center">
647
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-orange-500/20">
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 text-white">ImageIcon</div>
652
- <div className="text-xs text-white/60">Media assets</div>
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-t border-white/10 bg-black/20 backdrop-blur-xl">
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="!text-white/60">
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-sm !text-white/40">
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: "#0a0a0a" },
714
- { name: "darker", value: "#000000" },
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-purple-400",
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-gradient-to-br from-gray-900 to-gray-800">
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-gradient-to-br from-gray-900 to-gray-800 p-8">
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 text-purple-400" />
748
- <span className="text-xs text-white/60">16px</span>
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 text-purple-400" />
752
- <span className="text-xs text-white/60">20px</span>
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 text-purple-400" />
756
- <span className="text-xs text-white/60">24px</span>
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 text-purple-400" />
760
- <span className="text-xs text-white/60">32px</span>
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 text-purple-400" />
764
- <span className="text-xs text-white/60">48px</span>
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-gradient-to-br from-gray-900 to-gray-800 p-8 md:grid-cols-4">
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 border-purple-500/30 bg-purple-500/20">
784
- <PocketStudioIcon className="h-8 w-8 text-purple-400" />
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 border-pink-500/30 bg-pink-500/20">
791
- <PocketStudioIcon className="h-8 w-8 text-pink-400" />
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 border-blue-500/30 bg-blue-500/20">
798
- <PocketStudioIcon className="h-8 w-8 text-blue-400" />
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 text-white">Creative</div>
801
- <div className="text-xs text-blue-400">text-blue-400</div>
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 border-gray-500/30 bg-gray-500/20">
805
- <PocketStudioIcon className="h-8 w-8 text-gray-400" />
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 text-white">Neutral</div>
808
- <div className="text-xs text-gray-400">text-gray-400</div>
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-gradient-to-br from-gray-900 to-gray-800 p-8">
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 text-white">App Branding</h3>
829
- <div className="flex items-center gap-3 rounded-lg border border-white/10 bg-white/5 p-4">
830
- <PocketStudioIcon className="h-8 w-8 text-purple-400" />
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 text-white">
872
+ <div className="text-fm-icon-active text-lg font-semibold">
833
873
  Pocket Studio
834
874
  </div>
835
- <div className="text-sm text-white/60">Creative Design Tool</div>
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 text-white">Toolbar Button</h3>
843
- <div className="flex items-center gap-2 rounded-lg border border-white/10 bg-white/5 p-3">
844
- <button className="flex items-center gap-2 rounded border border-purple-500/30 bg-purple-500/20 px-3 py-1.5 text-purple-200">
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 text-white">Feature Card</h3>
854
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
855
- <div className="mb-4 flex h-12 w-12 items-center justify-center rounded-lg bg-purple-500/20">
856
- <PocketStudioIcon className="h-6 w-6 text-purple-400" />
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 text-white">
902
+ <h4 className="text-fm-icon-active mb-2 text-lg font-semibold">
859
903
  Pocket Studio
860
904
  </h4>
861
- <p className="text-sm text-white/70">
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-purple-400",
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-gradient-to-br from-gray-900 to-gray-800">
887
- <div className="rounded-lg border border-white/10 bg-white/5 p-8">
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>