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 InstagramIcon> = {
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 InstagramIcon> = {
40
40
  background: transparent ;
41
41
  }
42
42
  body {
43
- background: #0a0a0a ;
43
+ background: var(--color-fm-surface-primary) ;
44
44
  }
45
45
  #storybook-docs {
46
- background: #0a0a0a ;
46
+ background: var(--color-fm-surface-primary) ;
47
47
  }
48
48
  .sbdocs-preview {
49
49
  background: transparent ;
50
50
  border: none ;
51
51
  }
52
52
  .sbdocs-h1, .sbdocs-h2, .sbdocs-h3, .sbdocs-h4, .sbdocs-h5, .sbdocs-h6 {
53
- color: white ;
53
+ color: var(--color-fm-icon-active) ;
54
54
  }
55
55
  .sbdocs-p, .sbdocs-li {
56
- color: rgba(255, 255, 255, 0.7) ;
56
+ color: var(--color-fm-secondary) ;
57
57
  }
58
58
  .sbdocs-code {
59
- background: rgba(255, 255, 255, 0.1) ;
60
- color: rgba(168, 85, 247, 1) ;
61
- border: 1px solid rgba(255, 255, 255, 0.1) ;
59
+ background: var(--color-fm-surface-secondary) ;
60
+ color: var(--color-fm-secondary-500) ;
61
+ border: 1px solid var(--color-fm-divider-secondary) ;
62
62
  }
63
63
  .sbdocs-pre {
64
- background: rgba(0, 0, 0, 0.4) ;
65
- border: 1px solid rgba(255, 255, 255, 0.1) ;
64
+ background: var(--color-fm-surface-secondary) ;
65
+ border: 1px solid var(--color-fm-divider-secondary) ;
66
66
  }
67
67
  .sbdocs-table {
68
- background: rgba(255, 255, 255, 0.05) ;
69
- border: 1px solid rgba(255, 255, 255, 0.1) ;
68
+ background: var(--color-fm-surface-secondary) ;
69
+ border: 1px solid var(--color-fm-divider-secondary) ;
70
70
  }
71
71
  .sbdocs-table th {
72
- background: rgba(255, 255, 255, 0.05) ;
73
- color: white ;
74
- border-bottom: 1px solid rgba(255, 255, 255, 0.1) ;
72
+ background: var(--color-fm-surface-secondary) ;
73
+ color: var(--color-fm-icon-active) ;
74
+ border-bottom: 1px solid var(--color-fm-divider-secondary) ;
75
75
  }
76
76
  .sbdocs-table td {
77
- color: rgba(255, 255, 255, 0.7) ;
78
- border-bottom: 1px solid rgba(255, 255, 255, 0.05) ;
77
+ color: var(--color-fm-secondary) ;
78
+ border-bottom: 1px solid var(--color-fm-divider-tertiary) ;
79
79
  }
80
80
  `}
81
81
  </style>
82
82
 
83
- <div className="min-h-screen bg-gradient-to-br from-gray-900 via-pink-900/20 to-gray-900">
83
+ <div className="from-fm-surface-primary via-fm-secondary-500/5 to-fm-surface-primary min-h-screen bg-linear-to-br">
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-pink-500/10 via-purple-500/10 to-orange-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 via-fm-secondary-500/10 to-fm-icon-warning/10 absolute inset-0 bg-linear-to-r" />
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-pink-500/30 bg-gradient-to-br from-pink-500/20 via-purple-500/20 to-orange-500/20">
90
- <InstagramIcon className="h-12 w-12 text-white" />
89
+ <div className="border-fm-secondary-500/30 from-fm-secondary-500/20 via-fm-secondary-500/20 to-fm-icon-warning/20 !mx-auto flex h-24 w-24 items-center justify-center rounded-2xl border bg-linear-to-br">
90
+ <InstagramIcon className="text-fm-icon-active h-12 w-12" />
91
91
  </div>
92
- <h1 className="text-5xl font-bold !text-white">
92
+ <h1 className="text-fm-icon-active! text-5xl font-bold">
93
93
  InstagramIcon
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
  The official Instagram brand icon featuring the iconic
97
97
  camera design. Essential for photo sharing integration,
98
98
  social media buttons, profile links, visual content
@@ -103,28 +103,28 @@ const meta: Meta<typeof InstagramIcon> = {
103
103
  {/* Stats */}
104
104
  <div className="flex items-center justify-center gap-8 pt-8">
105
105
  <div className="text-center">
106
- <div className="text-3xl font-bold text-pink-300">
106
+ <div className="text-fm-secondary-600 text-3xl font-bold">
107
107
  Visual Content
108
108
  </div>
109
- <div className="text-sm text-white/60">
109
+ <div className="text-fm-tertiary text-sm">
110
110
  Photo & video sharing
111
111
  </div>
112
112
  </div>
113
- <div className="h-8 w-px bg-white/20" />
113
+ <div className="bg-fm-divider-primary h-8 w-px" />
114
114
  <div className="text-center">
115
- <div className="text-3xl font-bold text-purple-300">
115
+ <div className="text-fm-secondary-600 text-3xl font-bold">
116
116
  Creative Platform
117
117
  </div>
118
- <div className="text-sm text-white/60">
118
+ <div className="text-fm-tertiary text-sm">
119
119
  Artistic expression
120
120
  </div>
121
121
  </div>
122
- <div className="h-8 w-px bg-white/20" />
122
+ <div className="bg-fm-divider-primary h-8 w-px" />
123
123
  <div className="text-center">
124
- <div className="text-3xl font-bold text-orange-300">
124
+ <div className="text-fm-icon-warning text-3xl font-bold">
125
125
  Brand Identity
126
126
  </div>
127
- <div className="text-sm text-white/60">
127
+ <div className="text-fm-tertiary text-sm">
128
128
  Visual storytelling
129
129
  </div>
130
130
  </div>
@@ -137,16 +137,16 @@ const meta: Meta<typeof InstagramIcon> = {
137
137
  <div className="!mx-auto max-w-7xl !space-y-16 px-6 py-12">
138
138
  {/* Quick Usage */}
139
139
  <div className="!space-y-8">
140
- <h2 className="text-center text-3xl font-bold !text-white">
140
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
141
141
  Quick Start
142
142
  </h2>
143
143
  <div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
144
144
  <div className="!space-y-4">
145
- <h3 className="text-xl font-semibold !text-pink-300">
145
+ <h3 className="text-fm-secondary-600! text-xl font-semibold">
146
146
  Basic Usage
147
147
  </h3>
148
- <div className="rounded-lg bg-black/40 p-4">
149
- <pre className="overflow-x-auto text-sm !text-green-300">
148
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
149
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
150
150
  {`import { InstagramIcon } from "@icons/instagram-icon"
151
151
 
152
152
  function SocialLinks() {
@@ -168,15 +168,15 @@ function SocialLinks() {
168
168
  </div>
169
169
 
170
170
  <div className="!space-y-4">
171
- <h3 className="text-xl font-semibold !text-pink-300">
171
+ <h3 className="text-fm-secondary-600! text-xl font-semibold">
172
172
  Live Preview
173
173
  </h3>
174
- <div className="flex h-32 items-center justify-center rounded-lg border border-white/10 bg-white/5">
174
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary flex h-32 items-center justify-center rounded-lg border">
175
175
  <a
176
176
  href="#"
177
- className="rounded-lg bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500 p-3 transition-all duration-300 hover:from-pink-600 hover:to-orange-600"
177
+ className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning hover:from-fm-secondary-600 hover:to-fm-icon-warning rounded-lg bg-linear-to-br p-3 transition-all duration-300"
178
178
  >
179
- <InstagramIcon className="h-5 w-5 text-white" />
179
+ <InstagramIcon className="text-fm-icon-active h-5 w-5" />
180
180
  </a>
181
181
  </div>
182
182
  </div>
@@ -185,108 +185,116 @@ function SocialLinks() {
185
185
 
186
186
  {/* Props Documentation */}
187
187
  <div className="!space-y-8">
188
- <h2 className="text-center text-3xl font-bold !text-white">
188
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
189
189
  Props & Configuration
190
190
  </h2>
191
191
 
192
- <div className="overflow-hidden rounded-lg border border-white/10 bg-white/5">
193
- <div className="bg-white/5 p-4">
194
- <h3 className="text-xl font-semibold !text-white">Props</h3>
192
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary overflow-hidden rounded-lg border">
193
+ <div className="bg-fm-surface-secondary p-4">
194
+ <h3 className="text-fm-icon-active! text-xl font-semibold">
195
+ Props
196
+ </h3>
195
197
  </div>
196
198
  <table className="!my-0 w-full">
197
- <thead className="bg-white/5">
198
- <tr className="border-b border-white/10">
199
- <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
199
+ <thead className="bg-fm-surface-secondary">
200
+ <tr className="border-fm-divider-secondary border-b">
201
+ <th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
200
202
  Prop
201
203
  </th>
202
- <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
204
+ <th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
203
205
  Type
204
206
  </th>
205
- <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
207
+ <th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
206
208
  Default
207
209
  </th>
208
- <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
210
+ <th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
209
211
  Description
210
212
  </th>
211
213
  </tr>
212
214
  </thead>
213
215
  <tbody>
214
216
  {" "}
215
- <tr className="!bg-black/10">
216
- <td className="px-6 py-4 font-mono text-sm !text-blue-300">
217
+ <tr className="bg-fm-surface-secondary!">
218
+ <td className="text-fm-icon-info! px-6 py-4 font-mono text-sm">
217
219
  withAccessibility
218
220
  </td>
219
- <td className="px-6 py-4 text-sm !text-white/70">
221
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
220
222
  boolean
221
223
  </td>
222
- <td className="px-6 py-4 text-sm !text-white/50">
224
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
223
225
  true
224
226
  </td>
225
- <td className="px-6 py-4 text-sm !text-white/70">
227
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
226
228
  Whether to wrap the icon with accessibility feature
227
229
  </td>
228
230
  </tr>
229
- <tr className="border-b border-white/5 !bg-black/10">
230
- <td className="px-6 py-4 font-mono text-sm !text-pink-300">
231
+ <tr className="border-fm-divider-tertiary bg-fm-surface-secondary! border-b">
232
+ <td className="text-fm-secondary-600! px-6 py-4 font-mono text-sm">
231
233
  height
232
234
  </td>
233
- <td className="px-6 py-4 text-sm !text-white/70">
235
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
234
236
  number | string
235
237
  </td>
236
- <td className="px-6 py-4 text-sm !text-white/50">
238
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
237
239
  auto
238
240
  </td>
239
- <td className="px-6 py-4 text-sm !text-white/70">
241
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
240
242
  Height of the icon (maintains aspect ratio)
241
243
  </td>
242
244
  </tr>
243
- <tr className="border-b border-white/5">
244
- <td className="px-6 py-4 font-mono text-sm !text-pink-300">
245
+ <tr className="border-fm-divider-tertiary border-b">
246
+ <td className="text-fm-secondary-600! px-6 py-4 font-mono text-sm">
245
247
  fill
246
248
  </td>
247
- <td className="px-6 py-4 text-sm !text-white/70">
249
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
248
250
  string
249
251
  </td>
250
- <td className="px-6 py-4 text-sm !text-white/50">
252
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
251
253
  currentColor
252
254
  </td>
253
- <td className="px-6 py-4 text-sm !text-white/70">
255
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
254
256
  Fill color of the Instagram camera icon
255
257
  </td>
256
258
  </tr>
257
- <tr className="border-b border-white/5 !bg-black/10">
258
- <td className="px-6 py-4 font-mono text-sm !text-pink-300">
259
+ <tr className="border-fm-divider-tertiary bg-fm-surface-secondary! border-b">
260
+ <td className="text-fm-secondary-600! px-6 py-4 font-mono text-sm">
259
261
  className
260
262
  </td>
261
- <td className="px-6 py-4 text-sm !text-white/70">
263
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
262
264
  string
263
265
  </td>
264
- <td className="px-6 py-4 text-sm !text-white/50">-</td>
265
- <td className="px-6 py-4 text-sm !text-white/70">
266
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
267
+ -
268
+ </td>
269
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
266
270
  CSS classes for styling and sizing
267
271
  </td>
268
272
  </tr>
269
- <tr className="border-b border-white/5">
270
- <td className="px-6 py-4 font-mono text-sm !text-pink-300">
273
+ <tr className="border-fm-divider-tertiary border-b">
274
+ <td className="text-fm-secondary-600! px-6 py-4 font-mono text-sm">
271
275
  onClick
272
276
  </td>
273
- <td className="px-6 py-4 text-sm !text-white/70">
277
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
274
278
  function
275
279
  </td>
276
- <td className="px-6 py-4 text-sm !text-white/50">-</td>
277
- <td className="px-6 py-4 text-sm !text-white/70">
280
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
281
+ -
282
+ </td>
283
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
278
284
  Click handler for social interactions
279
285
  </td>
280
286
  </tr>
281
- <tr className="!bg-black/10">
282
- <td className="px-6 py-4 font-mono text-sm !text-pink-300">
287
+ <tr className="bg-fm-surface-secondary!">
288
+ <td className="text-fm-secondary-600! px-6 py-4 font-mono text-sm">
283
289
  ...svgProps
284
290
  </td>
285
- <td className="px-6 py-4 text-sm !text-white/70">
291
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
286
292
  SVGProps
287
293
  </td>
288
- <td className="px-6 py-4 text-sm !text-white/50">-</td>
289
- <td className="px-6 py-4 text-sm !text-white/70">
294
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
295
+ -
296
+ </td>
297
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
290
298
  All standard SVG element props
291
299
  </td>
292
300
  </tr>
@@ -294,8 +302,8 @@ function SocialLinks() {
294
302
  </table>
295
303
  </div>
296
304
 
297
- <div className="rounded-lg border border-pink-500/20 bg-pink-500/10 p-4">
298
- <div className="flex items-center gap-2 text-sm text-pink-200">
305
+ <div className="border-fm-secondary-500/20 bg-fm-secondary-500/10 rounded-lg border p-4">
306
+ <div className="text-fm-secondary-600 flex items-center gap-2 text-sm">
299
307
  <InstagramIcon className="h-4 w-4" />
300
308
  <span>
301
309
  <strong>Brand Guidelines:</strong> Use Instagram's
@@ -308,50 +316,62 @@ function SocialLinks() {
308
316
 
309
317
  {/* Size Variations */}
310
318
  <div className="!space-y-8">
311
- <h2 className="text-center text-3xl font-bold !text-white">
319
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
312
320
  Size Variations
313
321
  </h2>
314
- <div className="rounded-lg border border-white/10 bg-white/5 p-8">
322
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-8">
315
323
  <div className="!space-y-6">
316
324
  <div className="grid grid-cols-1 gap-8 md:grid-cols-2">
317
325
  <div className="!space-y-4">
318
- <h3 className="text-lg font-semibold !text-pink-300">
326
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
319
327
  Standard Sizes
320
328
  </h3>
321
- <div className="flex items-end gap-6 rounded-lg bg-black/20 p-6">
329
+ <div className="bg-fm-surface-secondary flex items-end gap-6 rounded-lg p-6">
322
330
  <div className="text-center">
323
- <InstagramIcon className="!mx-auto mb-2 h-3 w-3 text-pink-400" />
324
- <span className="text-xs text-white/60">12px</span>
331
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-3 w-3" />
332
+ <span className="text-fm-tertiary text-xs">
333
+ 12px
334
+ </span>
325
335
  </div>
326
336
  <div className="text-center">
327
- <InstagramIcon className="!mx-auto mb-2 h-4 w-4 text-pink-400" />
328
- <span className="text-xs text-white/60">16px</span>
337
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-4 w-4" />
338
+ <span className="text-fm-tertiary text-xs">
339
+ 16px
340
+ </span>
329
341
  </div>
330
342
  <div className="text-center">
331
- <InstagramIcon className="!mx-auto mb-2 h-5 w-5 text-pink-400" />
332
- <span className="text-xs text-white/60">20px</span>
343
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-5 w-5" />
344
+ <span className="text-fm-tertiary text-xs">
345
+ 20px
346
+ </span>
333
347
  </div>
334
348
  <div className="text-center">
335
- <InstagramIcon className="!mx-auto mb-2 h-6 w-6 text-pink-400" />
336
- <span className="text-xs text-white/60">24px</span>
349
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-6 w-6" />
350
+ <span className="text-fm-tertiary text-xs">
351
+ 24px
352
+ </span>
337
353
  </div>
338
354
  <div className="text-center">
339
- <InstagramIcon className="!mx-auto mb-2 h-8 w-8 text-pink-400" />
340
- <span className="text-xs text-white/60">32px</span>
355
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-8 w-8" />
356
+ <span className="text-fm-tertiary text-xs">
357
+ 32px
358
+ </span>
341
359
  </div>
342
360
  <div className="text-center">
343
- <InstagramIcon className="!mx-auto mb-2 h-12 w-12 text-pink-400" />
344
- <span className="text-xs text-white/60">48px</span>
361
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-12 w-12" />
362
+ <span className="text-fm-tertiary text-xs">
363
+ 48px
364
+ </span>
345
365
  </div>
346
366
  </div>
347
367
  </div>
348
368
 
349
369
  <div className="!space-y-4">
350
- <h3 className="text-lg font-semibold !text-pink-300">
370
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
351
371
  Code Example
352
372
  </h3>
353
- <div className="rounded-lg bg-black/40 p-4">
354
- <pre className="overflow-x-auto text-sm !text-cyan-300">
373
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
374
+ <pre className="text-fm-icon-info! overflow-x-auto text-sm">
355
375
  {`// Small (16px) - inline social links
356
376
  <InstagramIcon className="h-4 w-4" />
357
377
 
@@ -373,63 +393,63 @@ function SocialLinks() {
373
393
 
374
394
  {/* Color & Styling */}
375
395
  <div className="!space-y-8">
376
- <h2 className="text-center text-3xl font-bold !text-white">
396
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
377
397
  Color & Styling
378
398
  </h2>
379
399
  <div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
380
400
  <div className="!space-y-4">
381
- <h3 className="text-lg font-semibold !text-pink-300">
401
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
382
402
  Brand Colors & Gradients
383
403
  </h3>
384
- <div className="!space-y-4 rounded-lg border border-white/10 bg-white/5 p-6">
404
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-4 rounded-lg border p-6">
385
405
  <div className="flex items-center gap-4">
386
- <div className="flex h-12 w-12 items-center justify-center rounded-lg bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500">
387
- <InstagramIcon className="h-6 w-6 text-white" />
406
+ <div className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning flex h-12 w-12 items-center justify-center rounded-lg bg-linear-to-br">
407
+ <InstagramIcon className="text-fm-icon-active h-6 w-6" />
388
408
  </div>
389
409
  <div>
390
- <div className="text-sm font-medium text-white">
410
+ <div className="text-fm-icon-active text-sm font-medium">
391
411
  Official Gradient
392
412
  </div>
393
- <div className="text-xs text-white/60">
413
+ <div className="text-fm-tertiary text-xs">
394
414
  Pink to purple to orange
395
415
  </div>
396
416
  </div>
397
417
  </div>
398
418
  <div className="flex items-center gap-4">
399
- <div className="flex h-12 w-12 items-center justify-center rounded-lg bg-pink-500">
400
- <InstagramIcon className="h-6 w-6 text-white" />
419
+ <div className="bg-fm-secondary-500 flex h-12 w-12 items-center justify-center rounded-lg">
420
+ <InstagramIcon className="text-fm-icon-active h-6 w-6" />
401
421
  </div>
402
422
  <div>
403
- <div className="text-sm font-medium text-white">
423
+ <div className="text-fm-icon-active text-sm font-medium">
404
424
  Pink Monochrome
405
425
  </div>
406
- <div className="text-xs text-white/60">
426
+ <div className="text-fm-tertiary text-xs">
407
427
  Single brand color
408
428
  </div>
409
429
  </div>
410
430
  </div>
411
431
  <div className="flex items-center gap-4">
412
- <div className="flex h-12 w-12 items-center justify-center rounded-lg border border-gray-300 bg-white">
413
- <InstagramIcon className="h-6 w-6 text-black" />
432
+ <div className="border-fm-divider-primary bg-fm-surface-contrast flex h-12 w-12 items-center justify-center rounded-lg border">
433
+ <InstagramIcon className="text-fm-icon-active h-6 w-6" />
414
434
  </div>
415
435
  <div>
416
- <div className="text-sm font-medium text-white">
436
+ <div className="text-fm-icon-active text-sm font-medium">
417
437
  Monochrome Black
418
438
  </div>
419
- <div className="text-xs text-white/60">
439
+ <div className="text-fm-tertiary text-xs">
420
440
  Light backgrounds
421
441
  </div>
422
442
  </div>
423
443
  </div>
424
444
  <div className="flex items-center gap-4">
425
- <div className="flex h-12 w-12 items-center justify-center rounded-lg bg-gray-800">
426
- <InstagramIcon className="h-6 w-6 text-white" />
445
+ <div className="bg-fm-surface-secondary flex h-12 w-12 items-center justify-center rounded-lg">
446
+ <InstagramIcon className="text-fm-icon-active h-6 w-6" />
427
447
  </div>
428
448
  <div>
429
- <div className="text-sm font-medium text-white">
449
+ <div className="text-fm-icon-active text-sm font-medium">
430
450
  Monochrome White
431
451
  </div>
432
- <div className="text-xs text-white/60">
452
+ <div className="text-fm-tertiary text-xs">
433
453
  Dark backgrounds
434
454
  </div>
435
455
  </div>
@@ -438,11 +458,11 @@ function SocialLinks() {
438
458
  </div>
439
459
 
440
460
  <div className="!space-y-4">
441
- <h3 className="text-lg font-semibold !text-pink-300">
461
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
442
462
  Gradient Examples
443
463
  </h3>
444
- <div className="rounded-lg bg-black/40 p-4">
445
- <pre className="overflow-x-auto text-sm !text-green-300">
464
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
465
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
446
466
  {`// Official Instagram gradient background
447
467
  <div className="bg-gradient-to-br from-pink-500
448
468
  via-purple-500 to-orange-500 p-3 rounded-lg">
@@ -478,102 +498,108 @@ function SocialLinks() {
478
498
 
479
499
  {/* Usage Examples */}
480
500
  <div className="!space-y-8">
481
- <h2 className="text-center text-3xl font-bold !text-white">
501
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
482
502
  Usage Examples
483
503
  </h2>
484
504
 
485
505
  <div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
486
506
  {/* Social Media Cards */}
487
507
  <div className="!space-y-4">
488
- <h3 className="text-lg font-semibold !text-pink-300">
508
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
489
509
  Social Media Cards
490
510
  </h3>
491
511
  <div className="!space-y-4">
492
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
512
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
493
513
  <div className="space-y-4">
494
- <h4 className="mb-4 text-sm font-medium text-white">
514
+ <h4 className="text-fm-icon-active mb-4 text-sm font-medium">
495
515
  Follow us on social media
496
516
  </h4>
497
517
  <div className="grid grid-cols-2 gap-4">
498
518
  <a href="#" className="group block">
499
- <div className="rounded-lg bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500 p-4 transition-transform group-hover:scale-105">
519
+ <div className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning rounded-lg bg-linear-to-br p-4 transition-transform group-hover:scale-105">
500
520
  <div className="flex items-center gap-3">
501
- <InstagramIcon className="h-6 w-6 flex-shrink-0 text-white" />
521
+ <InstagramIcon className="text-fm-icon-active h-6 w-6 flex-shrink-0" />
502
522
  <div>
503
- <div className="text-sm font-semibold text-white">
523
+ <div className="text-fm-icon-active text-sm font-semibold">
504
524
  Instagram
505
525
  </div>
506
- <div className="text-xs text-white/80">
526
+ <div className="text-fm-icon-active/80 text-xs">
507
527
  @ourcompany
508
528
  </div>
509
529
  </div>
510
530
  </div>
511
- <div className="mt-3 text-xs text-white/90">
531
+ <div className="text-fm-icon-active/90 mt-3 text-xs">
512
532
  Behind-the-scenes content and daily updates
513
533
  </div>
514
- <div className="mt-2 text-xs font-medium text-white">
534
+ <div className="text-fm-icon-active mt-2 text-xs font-medium">
515
535
  15.2k followers
516
536
  </div>
517
537
  </div>
518
538
  </a>
519
539
  <a href="#" className="group block">
520
- <div className="rounded-lg border border-gray-700 bg-black p-4 transition-all group-hover:border-gray-600 group-hover:bg-gray-900">
540
+ <div className="border-fm-divider-contrast bg-fm-surface-primary group-hover:border-fm-divider-primary group-hover:bg-fm-surface-primary rounded-lg border p-4 transition-all">
521
541
  <div className="flex items-center gap-3">
522
542
  <div className="flex h-6 w-6 items-center justify-center">
523
- <span className="text-lg text-white">
543
+ <span className="text-fm-icon-active text-lg">
524
544
  𝕏
525
545
  </span>
526
546
  </div>
527
547
  <div>
528
- <div className="text-sm font-semibold text-white">
548
+ <div className="text-fm-icon-active text-sm font-semibold">
529
549
  X (Twitter)
530
550
  </div>
531
- <div className="text-xs text-white/60">
551
+ <div className="text-fm-tertiary text-xs">
532
552
  @ourcompany
533
553
  </div>
534
554
  </div>
535
555
  </div>
536
- <div className="mt-3 text-xs text-white/70">
556
+ <div className="text-fm-secondary mt-3 text-xs">
537
557
  News, updates, and community discussions
538
558
  </div>
539
- <div className="mt-2 text-xs font-medium text-white">
559
+ <div className="text-fm-icon-active mt-2 text-xs font-medium">
540
560
  8.7k followers
541
561
  </div>
542
562
  </div>
543
563
  </a>
544
564
  </div>
545
- <div className="border-t border-white/10 pt-4">
565
+ <div className="border-fm-divider-secondary border-t pt-4">
546
566
  <div className="flex items-center justify-center gap-4">
547
567
  <a
548
568
  href="#"
549
- className="rounded-lg bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500 p-3 transition-transform hover:scale-110"
569
+ className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning rounded-lg bg-linear-to-br p-3 transition-transform hover:scale-110"
550
570
  >
551
- <InstagramIcon className="h-5 w-5 text-white" />
571
+ <InstagramIcon className="text-fm-icon-active h-5 w-5" />
552
572
  </a>
553
573
  <a
554
574
  href="#"
555
- className="rounded-lg border border-gray-700 bg-black p-3 transition-transform hover:scale-110"
575
+ className="border-fm-divider-contrast bg-fm-surface-primary rounded-lg border p-3 transition-transform hover:scale-110"
556
576
  >
557
- <span className="text-lg text-white">𝕏</span>
577
+ <span className="text-fm-icon-active text-lg">
578
+ 𝕏
579
+ </span>
558
580
  </a>
559
581
  <a
560
582
  href="#"
561
- className="rounded-lg bg-blue-600 p-3 transition-transform hover:scale-110"
583
+ className="bg-fm-icon-info rounded-lg p-3 transition-transform hover:scale-110"
562
584
  >
563
- <span className="text-lg text-white">📘</span>
585
+ <span className="text-fm-icon-active text-lg">
586
+ 📘
587
+ </span>
564
588
  </a>
565
589
  <a
566
590
  href="#"
567
- className="rounded-lg bg-blue-500 p-3 transition-transform hover:scale-110"
591
+ className="bg-fm-icon-info rounded-lg p-3 transition-transform hover:scale-110"
568
592
  >
569
- <span className="text-lg text-white">💼</span>
593
+ <span className="text-fm-icon-active text-lg">
594
+ 💼
595
+ </span>
570
596
  </a>
571
597
  </div>
572
598
  </div>
573
599
  </div>
574
600
  </div>
575
- <div className="rounded-lg bg-black/40 p-4">
576
- <pre className="overflow-x-auto text-sm !text-green-300">
601
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
602
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
577
603
  {`// Social media cards component
578
604
  <div className="social-media-cards">
579
605
  <h4>Follow us on social media</h4>
@@ -604,20 +630,20 @@ function SocialLinks() {
604
630
 
605
631
  {/* Photo Gallery Integration */}
606
632
  <div className="!space-y-4">
607
- <h3 className="text-lg font-semibold !text-pink-300">
633
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
608
634
  Photo Gallery Integration
609
635
  </h3>
610
636
  <div className="!space-y-4">
611
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
612
- <div className="overflow-hidden rounded-lg border border-white/20 bg-black/50">
613
- <div className="border-b border-white/10 bg-white/5 p-4">
637
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
638
+ <div className="border-fm-divider-primary bg-fm-surface-secondary overflow-hidden rounded-lg border">
639
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary border-b p-4">
614
640
  <div className="flex items-center justify-between">
615
- <h4 className="text-lg font-semibold text-white">
641
+ <h4 className="text-fm-icon-active text-lg font-semibold">
616
642
  Latest from Instagram
617
643
  </h4>
618
644
  <a
619
645
  href="#"
620
- className="flex items-center gap-2 rounded-full bg-gradient-to-r from-pink-500 to-orange-500 px-3 py-1 text-sm text-white transition-colors hover:from-pink-600 hover:to-orange-600"
646
+ className="from-fm-secondary-500 to-fm-icon-warning text-fm-icon-active hover:from-fm-secondary-600 hover:to-fm-icon-warning flex items-center gap-2 rounded-full bg-linear-to-r px-3 py-1 text-sm transition-colors"
621
647
  >
622
648
  <InstagramIcon className="h-4 w-4" />
623
649
  <span>View All</span>
@@ -626,29 +652,29 @@ function SocialLinks() {
626
652
  </div>
627
653
  <div className="p-4">
628
654
  <div className="grid grid-cols-3 gap-3">
629
- <div className="flex aspect-square items-center justify-center rounded-lg bg-gradient-to-br from-blue-500/20 to-purple-500/20">
655
+ <div className="from-fm-icon-info/20 to-fm-secondary-500/20 flex aspect-square items-center justify-center rounded-lg bg-linear-to-br">
630
656
  <span className="text-2xl">🌅</span>
631
657
  </div>
632
- <div className="flex aspect-square items-center justify-center rounded-lg bg-gradient-to-br from-green-500/20 to-teal-500/20">
658
+ <div className="from-fm-icon-positive/20 to-fm-icon-info/20 flex aspect-square items-center justify-center rounded-lg bg-linear-to-br">
633
659
  <span className="text-2xl">🌿</span>
634
660
  </div>
635
- <div className="flex aspect-square items-center justify-center rounded-lg bg-gradient-to-br from-yellow-500/20 to-orange-500/20">
661
+ <div className="from-fm-icon-warning/20 to-fm-icon-warning/20 flex aspect-square items-center justify-center rounded-lg bg-linear-to-br">
636
662
  <span className="text-2xl">☕</span>
637
663
  </div>
638
- <div className="flex aspect-square items-center justify-center rounded-lg bg-gradient-to-br from-purple-500/20 to-pink-500/20">
664
+ <div className="from-fm-secondary-500/20 to-fm-secondary-500/20 flex aspect-square items-center justify-center rounded-lg bg-linear-to-br">
639
665
  <span className="text-2xl">🎨</span>
640
666
  </div>
641
- <div className="flex aspect-square items-center justify-center rounded-lg bg-gradient-to-br from-red-500/20 to-pink-500/20">
667
+ <div className="from-fm-icon-negative/20 to-fm-secondary-500/20 flex aspect-square items-center justify-center rounded-lg bg-linear-to-br">
642
668
  <span className="text-2xl">🌺</span>
643
669
  </div>
644
- <div className="flex aspect-square items-center justify-center rounded-lg bg-gradient-to-br from-indigo-500/20 to-blue-500/20">
670
+ <div className="from-fm-icon-info/20 to-fm-icon-info/20 flex aspect-square items-center justify-center rounded-lg bg-linear-to-br">
645
671
  <span className="text-2xl">🌊</span>
646
672
  </div>
647
673
  </div>
648
674
  <div className="mt-4 text-center">
649
675
  <a
650
676
  href="#"
651
- className="text-sm text-pink-400 transition-colors hover:text-pink-300"
677
+ className="text-fm-secondary-600 hover:text-fm-secondary-600 text-sm transition-colors"
652
678
  >
653
679
  @ourcompany • 245 posts
654
680
  </a>
@@ -656,8 +682,8 @@ function SocialLinks() {
656
682
  </div>
657
683
  </div>
658
684
  </div>
659
- <div className="rounded-lg bg-black/40 p-4">
660
- <pre className="overflow-x-auto text-sm !text-green-300">
685
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
686
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
661
687
  {`// Instagram gallery feed widget
662
688
  <div className="instagram-gallery">
663
689
  <div className="gallery-header">
@@ -701,15 +727,15 @@ function SocialLinks() {
701
727
 
702
728
  {/* Profile Bio Section */}
703
729
  <div className="!space-y-4">
704
- <h3 className="text-lg font-semibold !text-pink-300">
730
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
705
731
  Creator Profile Bio
706
732
  </h3>
707
733
  <div className="!space-y-4">
708
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
709
- <div className="overflow-hidden rounded-lg border border-white/20 bg-black/50">
710
- <div className="relative h-32 bg-gradient-to-r from-pink-500/20 via-purple-500/20 to-orange-500/20">
734
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
735
+ <div className="border-fm-divider-primary bg-fm-surface-secondary overflow-hidden rounded-lg border">
736
+ <div className="from-fm-secondary-500/20 via-fm-secondary-500/20 to-fm-icon-warning/20 relative h-32 bg-linear-to-r">
711
737
  <div className="absolute -bottom-8 left-6">
712
- <div className="flex h-16 w-16 items-center justify-center rounded-full border-4 border-black/50 bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500">
738
+ <div className="border-fm-divider-secondary from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning flex h-16 w-16 items-center justify-center rounded-full border-4 bg-linear-to-br">
713
739
  <span className="text-2xl">📸</span>
714
740
  </div>
715
741
  </div>
@@ -717,87 +743,93 @@ function SocialLinks() {
717
743
  <div className="p-6 pt-12">
718
744
  <div className="flex items-start justify-between">
719
745
  <div>
720
- <h4 className="text-lg font-semibold text-white">
746
+ <h4 className="text-fm-icon-active text-lg font-semibold">
721
747
  Alex Thompson
722
748
  </h4>
723
- <p className="text-sm text-white/60">
749
+ <p className="text-fm-tertiary text-sm">
724
750
  @alexcreates
725
751
  </p>
726
- <p className="mt-2 max-w-sm text-sm text-white/70">
752
+ <p className="text-fm-secondary mt-2 max-w-sm text-sm">
727
753
  Visual storyteller & photographer capturing
728
754
  life's beautiful moments 📷✨
729
755
  </p>
730
756
  </div>
731
- <button className="rounded-lg bg-gradient-to-r from-pink-500 to-orange-500 px-4 py-2 font-medium text-white transition-colors hover:from-pink-600 hover:to-orange-600">
757
+ <button className="from-fm-secondary-500 to-fm-icon-warning text-fm-icon-active hover:from-fm-secondary-600 hover:to-fm-icon-warning rounded-lg bg-linear-to-r px-4 py-2 font-medium transition-colors">
732
758
  Follow
733
759
  </button>
734
760
  </div>
735
761
  <div className="mt-4 flex items-center gap-6">
736
762
  <div className="text-sm">
737
- <span className="font-medium text-white">
763
+ <span className="text-fm-icon-active font-medium">
738
764
  1,847
739
765
  </span>
740
- <span className="ml-1 text-white/60">
766
+ <span className="text-fm-tertiary ml-1">
741
767
  Posts
742
768
  </span>
743
769
  </div>
744
770
  <div className="text-sm">
745
- <span className="font-medium text-white">
771
+ <span className="text-fm-icon-active font-medium">
746
772
  52.1k
747
773
  </span>
748
- <span className="ml-1 text-white/60">
774
+ <span className="text-fm-tertiary ml-1">
749
775
  Followers
750
776
  </span>
751
777
  </div>
752
778
  <div className="text-sm">
753
- <span className="font-medium text-white">
779
+ <span className="text-fm-icon-active font-medium">
754
780
  943
755
781
  </span>
756
- <span className="ml-1 text-white/60">
782
+ <span className="text-fm-tertiary ml-1">
757
783
  Following
758
784
  </span>
759
785
  </div>
760
786
  </div>
761
- <div className="mt-4 flex items-center gap-4 border-t border-white/10 pt-4">
762
- <span className="text-sm text-white/60">
787
+ <div className="border-fm-divider-secondary mt-4 flex items-center gap-4 border-t pt-4">
788
+ <span className="text-fm-tertiary text-sm">
763
789
  Connect:
764
790
  </span>
765
791
  <div className="flex gap-2">
766
792
  <a
767
793
  href="#"
768
- className="rounded bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500 p-2 transition-transform hover:scale-110"
794
+ className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning rounded bg-linear-to-br p-2 transition-transform hover:scale-110"
769
795
  aria-label="Follow on Instagram"
770
796
  >
771
- <InstagramIcon className="h-4 w-4 text-white" />
797
+ <InstagramIcon className="text-fm-icon-active h-4 w-4" />
772
798
  </a>
773
799
  <a
774
800
  href="#"
775
- className="rounded bg-red-600 p-2 transition-colors hover:bg-red-700"
801
+ className="bg-fm-icon-negative hover:bg-fm-icon-negative rounded p-2 transition-colors"
776
802
  aria-label="Subscribe on YouTube"
777
803
  >
778
- <span className="text-sm text-white">📺</span>
804
+ <span className="text-fm-icon-active text-sm">
805
+ 📺
806
+ </span>
779
807
  </a>
780
808
  <a
781
809
  href="#"
782
- className="rounded bg-pink-500 p-2 transition-colors hover:bg-pink-600"
810
+ className="bg-fm-secondary-500 hover:bg-fm-secondary-600 rounded p-2 transition-colors"
783
811
  aria-label="View TikTok"
784
812
  >
785
- <span className="text-sm text-white">🎵</span>
813
+ <span className="text-fm-icon-active text-sm">
814
+ 🎵
815
+ </span>
786
816
  </a>
787
817
  <a
788
818
  href="#"
789
- className="rounded bg-gray-600 p-2 transition-colors hover:bg-gray-700"
819
+ className="bg-fm-surface-tertiary hover:bg-fm-surface-secondary rounded p-2 transition-colors"
790
820
  aria-label="Portfolio Website"
791
821
  >
792
- <span className="text-sm text-white">🌐</span>
822
+ <span className="text-fm-icon-active text-sm">
823
+ 🌐
824
+ </span>
793
825
  </a>
794
826
  </div>
795
827
  </div>
796
828
  </div>
797
829
  </div>
798
830
  </div>
799
- <div className="rounded-lg bg-black/40 p-4">
800
- <pre className="overflow-x-auto text-sm !text-green-300">
831
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
832
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
801
833
  {`// Creator profile with Instagram prominence
802
834
  <div className="creator-profile">
803
835
  <div className="profile-header">
@@ -834,66 +866,66 @@ function SocialLinks() {
834
866
 
835
867
  {/* Brand Showcase */}
836
868
  <div className="!space-y-4">
837
- <h3 className="text-lg font-semibold !text-pink-300">
869
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
838
870
  Brand Visual Showcase
839
871
  </h3>
840
872
  <div className="!space-y-4">
841
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
842
- <div className="overflow-hidden rounded-lg border border-white/20 bg-black/50">
873
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
874
+ <div className="border-fm-divider-primary bg-fm-surface-secondary overflow-hidden rounded-lg border">
843
875
  <div className="p-6">
844
876
  <div className="mb-6 text-center">
845
- <h4 className="mb-2 text-xl font-semibold text-white">
877
+ <h4 className="text-fm-icon-active mb-2 text-xl font-semibold">
846
878
  Share Your Story
847
879
  </h4>
848
- <p className="text-sm text-white/70">
880
+ <p className="text-fm-secondary text-sm">
849
881
  Show the world your brand's visual journey
850
882
  </p>
851
883
  </div>
852
884
  <div className="mb-6 grid grid-cols-2 gap-4">
853
- <div className="rounded-lg border border-pink-500/20 bg-gradient-to-br from-pink-500/10 to-orange-500/10 p-4">
854
- <div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500">
855
- <InstagramIcon className="h-6 w-6 text-white" />
885
+ <div className="border-fm-secondary-500/20 from-fm-secondary-500/10 to-fm-icon-warning/10 rounded-lg border bg-linear-to-br p-4">
886
+ <div className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning mb-3 flex h-12 w-12 items-center justify-center rounded-lg bg-linear-to-br">
887
+ <InstagramIcon className="text-fm-icon-active h-6 w-6" />
856
888
  </div>
857
- <h5 className="mb-2 text-sm font-semibold text-white">
889
+ <h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
858
890
  Visual Content
859
891
  </h5>
860
- <p className="text-xs text-white/60">
892
+ <p className="text-fm-tertiary text-xs">
861
893
  Share photos, stories, and reels to showcase
862
894
  your brand personality
863
895
  </p>
864
896
  </div>
865
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
866
- <div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg bg-purple-500/20">
897
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
898
+ <div className="bg-fm-secondary-500/20 mb-3 flex h-12 w-12 items-center justify-center rounded-lg">
867
899
  <span className="text-xl">👥</span>
868
900
  </div>
869
- <h5 className="mb-2 text-sm font-semibold text-white">
901
+ <h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
870
902
  Community
871
903
  </h5>
872
- <p className="text-xs text-white/60">
904
+ <p className="text-fm-tertiary text-xs">
873
905
  Build meaningful connections with your
874
906
  audience through visual storytelling
875
907
  </p>
876
908
  </div>
877
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
878
- <div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg bg-orange-500/20">
909
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
910
+ <div className="bg-fm-icon-warning/20 mb-3 flex h-12 w-12 items-center justify-center rounded-lg">
879
911
  <span className="text-xl">📈</span>
880
912
  </div>
881
- <h5 className="mb-2 text-sm font-semibold text-white">
913
+ <h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
882
914
  Growth
883
915
  </h5>
884
- <p className="text-xs text-white/60">
916
+ <p className="text-fm-tertiary text-xs">
885
917
  Reach new audiences and grow your brand
886
918
  presence organically
887
919
  </p>
888
920
  </div>
889
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
890
- <div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg bg-blue-500/20">
921
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
922
+ <div className="bg-fm-icon-info/20 mb-3 flex h-12 w-12 items-center justify-center rounded-lg">
891
923
  <span className="text-xl">✨</span>
892
924
  </div>
893
- <h5 className="mb-2 text-sm font-semibold text-white">
925
+ <h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
894
926
  Inspiration
895
927
  </h5>
896
- <p className="text-xs text-white/60">
928
+ <p className="text-fm-tertiary text-xs">
897
929
  Inspire others with authentic content that
898
930
  reflects your values
899
931
  </p>
@@ -902,7 +934,7 @@ function SocialLinks() {
902
934
  <div className="text-center">
903
935
  <a
904
936
  href="#"
905
- className="inline-flex items-center gap-2 rounded-lg bg-gradient-to-r from-pink-500 via-purple-500 to-orange-500 px-6 py-3 font-medium text-white transition-colors hover:from-pink-600 hover:to-orange-600"
937
+ className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning text-fm-icon-active hover:from-fm-secondary-600 hover:to-fm-icon-warning inline-flex items-center gap-2 rounded-lg bg-linear-to-r px-6 py-3 font-medium transition-colors"
906
938
  >
907
939
  <InstagramIcon className="h-5 w-5" />
908
940
  <span>Get Started on Instagram</span>
@@ -911,8 +943,8 @@ function SocialLinks() {
911
943
  </div>
912
944
  </div>
913
945
  </div>
914
- <div className="rounded-lg bg-black/40 p-4">
915
- <pre className="overflow-x-auto text-sm !text-green-300">
946
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
947
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
916
948
  {`// Brand showcase with Instagram integration
917
949
  <div className="brand-showcase">
918
950
  <div className="showcase-header">
@@ -950,53 +982,53 @@ function SocialLinks() {
950
982
 
951
983
  {/* Accessibility */}
952
984
  <div className="!space-y-8">
953
- <h2 className="text-center text-3xl font-bold !text-white">
985
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
954
986
  Accessibility Features
955
987
  </h2>
956
988
  <div className="grid grid-cols-1 gap-8 md:grid-cols-2">
957
- <div className="!space-y-4 rounded-lg border border-white/10 bg-white/5 p-6">
958
- <h3 className="text-lg font-semibold !text-green-300">
989
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-4 rounded-lg border p-6">
990
+ <h3 className="text-fm-icon-positive! text-lg font-semibold">
959
991
  ✅ Built-in Features
960
992
  </h3>
961
- <ul className="!space-y-2 text-sm !text-white/70">
962
- <li className="!text-white/70">
993
+ <ul className="text-fm-secondary! !space-y-2 text-sm">
994
+ <li className="text-fm-secondary!">
963
995
  Uses Radix UI AccessibleIcon wrapper
964
996
  </li>
965
- <li className="!text-white/70">
997
+ <li className="text-fm-secondary!">
966
998
  Provides screen reader label "Instagram icon"
967
999
  </li>
968
- <li className="!text-white/70">
1000
+ <li className="text-fm-secondary!">
969
1001
  Supports keyboard navigation when interactive
970
1002
  </li>
971
- <li className="!text-white/70">
1003
+ <li className="text-fm-secondary!">
972
1004
  High contrast design for visibility
973
1005
  </li>
974
- <li className="!text-white/70">
1006
+ <li className="text-fm-secondary!">
975
1007
  Maintains aspect ratio across all sizes
976
1008
  </li>
977
1009
  </ul>
978
1010
  </div>
979
1011
 
980
- <div className="!space-y-4 rounded-lg border border-white/10 bg-white/5 p-6">
981
- <h3 className="text-lg font-semibold !text-pink-300">
1012
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-4 rounded-lg border p-6">
1013
+ <h3 className="text-fm-secondary-600! text-lg font-semibold">
982
1014
  💡 Best Practices
983
1015
  </h3>
984
- <ul className="!space-y-2 text-sm text-white/70">
985
- <li className="!text-white/70">
1016
+ <ul className="text-fm-secondary !space-y-2 text-sm">
1017
+ <li className="text-fm-secondary!">
986
1018
  Always provide descriptive aria-labels for Instagram
987
1019
  actions
988
1020
  </li>
989
- <li className="!text-white/70">
1021
+ <li className="text-fm-secondary!">
990
1022
  Use Instagram's official gradient colors for brand
991
1023
  consistency
992
1024
  </li>
993
- <li className="!text-white/70">
1025
+ <li className="text-fm-secondary!">
994
1026
  Ensure sufficient contrast with gradient backgrounds
995
1027
  </li>
996
- <li className="!text-white/70">
1028
+ <li className="text-fm-secondary!">
997
1029
  Include external link indicators for Instagram URLs
998
1030
  </li>
999
- <li className="!text-white/70">
1031
+ <li className="text-fm-secondary!">
1000
1032
  Consider visual content accessibility in related
1001
1033
  features
1002
1034
  </li>
@@ -1004,13 +1036,13 @@ function SocialLinks() {
1004
1036
  </div>
1005
1037
  </div>
1006
1038
 
1007
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
1008
- <h3 className="mb-4 text-lg font-semibold !text-blue-300">
1039
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
1040
+ <h3 className="text-fm-icon-info! mb-4 text-lg font-semibold">
1009
1041
  Proper ARIA Implementation
1010
1042
  </h3>
1011
1043
  <div className="grid grid-cols-1 gap-6 lg:grid-cols-2">
1012
- <div className="rounded-lg bg-black/40 p-4">
1013
- <pre className="overflow-x-auto text-sm !text-cyan-300">
1044
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
1045
+ <pre className="text-fm-icon-info! overflow-x-auto text-sm">
1014
1046
  {`// Instagram profile link
1015
1047
  <a
1016
1048
  href="https://instagram.com/username"
@@ -1092,14 +1124,14 @@ function SocialLinks() {
1092
1124
  </pre>
1093
1125
  </div>
1094
1126
  <div className="!space-y-4">
1095
- <p className="text-sm !text-white/70">
1127
+ <p className="text-fm-secondary! text-sm">
1096
1128
  When using InstagramIcon for visual content integration,
1097
1129
  always provide proper alt text for images and clear
1098
1130
  context about visual content accessibility for users
1099
1131
  with visual impairments.
1100
1132
  </p>
1101
- <div className="rounded-lg border border-pink-500/20 bg-pink-500/10 p-4">
1102
- <div className="flex items-center gap-2 text-sm text-pink-200">
1133
+ <div className="border-fm-secondary-500/20 bg-fm-secondary-500/10 rounded-lg border p-4">
1134
+ <div className="text-fm-secondary-600 flex items-center gap-2 text-sm">
1103
1135
  <InstagramIcon className="h-4 w-4" />
1104
1136
  <span>
1105
1137
  Consider image descriptions and alt text when
@@ -1114,50 +1146,60 @@ function SocialLinks() {
1114
1146
 
1115
1147
  {/* Related Icons */}
1116
1148
  <div className="!space-y-8">
1117
- <h2 className="text-center text-3xl font-bold !text-white">
1149
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
1118
1150
  Related Icons
1119
1151
  </h2>
1120
1152
  <div className="grid grid-cols-2 gap-6 md:grid-cols-4">
1121
- <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
1122
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-blue-500/20">
1123
- <span className="!text-2xl !text-white">📘</span>
1153
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
1154
+ <div className="bg-fm-icon-info/20 !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
1155
+ <span className="text-fm-icon-active! !text-2xl">📘</span>
1124
1156
  </div>
1125
1157
  <div>
1126
- <div className="font-medium text-white">FacebookIcon</div>
1127
- <div className="text-xs text-white/60">
1158
+ <div className="text-fm-icon-active font-medium">
1159
+ FacebookIcon
1160
+ </div>
1161
+ <div className="text-fm-tertiary text-xs">
1128
1162
  Social platform
1129
1163
  </div>
1130
1164
  </div>
1131
1165
  </div>
1132
- <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
1133
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-black">
1134
- <span className="!text-2xl !text-white">𝕏</span>
1166
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
1167
+ <div className="bg-fm-surface-primary !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
1168
+ <span className="text-fm-icon-active! !text-2xl">𝕏</span>
1135
1169
  </div>
1136
1170
  <div>
1137
- <div className="font-medium text-white">TwitterXIcon</div>
1138
- <div className="text-xs text-white/60">
1171
+ <div className="text-fm-icon-active font-medium">
1172
+ TwitterXIcon
1173
+ </div>
1174
+ <div className="text-fm-tertiary text-xs">
1139
1175
  Social network
1140
1176
  </div>
1141
1177
  </div>
1142
1178
  </div>
1143
- <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
1144
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-red-500/20">
1145
- <span className="!text-2xl !text-white">📺</span>
1179
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
1180
+ <div className="bg-fm-icon-negative/20 !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
1181
+ <span className="text-fm-icon-active! !text-2xl">📺</span>
1146
1182
  </div>
1147
1183
  <div>
1148
- <div className="font-medium text-white">YouTubeIcon</div>
1149
- <div className="text-xs text-white/60">
1184
+ <div className="text-fm-icon-active font-medium">
1185
+ YouTubeIcon
1186
+ </div>
1187
+ <div className="text-fm-tertiary text-xs">
1150
1188
  Video platform
1151
1189
  </div>
1152
1190
  </div>
1153
1191
  </div>
1154
- <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
1155
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-purple-500/20">
1156
- <span className="!text-2xl !text-white">🎵</span>
1192
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
1193
+ <div className="bg-fm-secondary-500/20 !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
1194
+ <span className="text-fm-icon-active! !text-2xl">🎵</span>
1157
1195
  </div>
1158
1196
  <div>
1159
- <div className="font-medium text-white">TikTokIcon</div>
1160
- <div className="text-xs text-white/60">Short video</div>
1197
+ <div className="text-fm-icon-active font-medium">
1198
+ TikTokIcon
1199
+ </div>
1200
+ <div className="text-fm-tertiary text-xs">
1201
+ Short video
1202
+ </div>
1161
1203
  </div>
1162
1204
  </div>
1163
1205
  </div>
@@ -1165,15 +1207,15 @@ function SocialLinks() {
1165
1207
  </div>
1166
1208
 
1167
1209
  {/* Footer */}
1168
- <div className="border-t border-white/10 bg-black/20 backdrop-blur-xl">
1210
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary border-t backdrop-blur-xl">
1169
1211
  <div className="!mx-auto max-w-7xl px-6 py-8">
1170
1212
  <div className="!space-y-4 text-center">
1171
- <p className="!text-white/60">
1213
+ <p className="text-fm-tertiary!">
1172
1214
  InstagramIcon is part of the Aural UI icon library, built
1173
1215
  with accessibility and visual content integration best
1174
1216
  practices in mind.
1175
1217
  </p>
1176
- <p className="text-sm !text-white/40">
1218
+ <p className="text-fm-placeholder! text-sm">
1177
1219
  All icons use Radix UI's AccessibleIcon for screen reader
1178
1220
  compatibility and follow WCAG guidelines for social media
1179
1221
  recognition and visual content accessibility.
@@ -1223,20 +1265,20 @@ const storyParameters = {
1223
1265
  backgrounds: {
1224
1266
  default: "dark",
1225
1267
  values: [
1226
- { name: "dark", value: "#0a0a0a" },
1227
- { name: "darker", value: "#000000" },
1268
+ { name: "dark", value: "var(--color-fm-surface-primary)" },
1269
+ { name: "darker", value: "var(--color-fm-neutral-0)" },
1228
1270
  ],
1229
1271
  },
1230
1272
  }
1231
1273
 
1232
1274
  export const Default: Story = {
1233
1275
  args: {
1234
- className: "h-8 w-8 text-pink-400",
1276
+ className: "h-8 w-8 text-fm-secondary-600",
1235
1277
  withAccessibility: true,
1236
1278
  },
1237
1279
  parameters: storyParameters,
1238
1280
  render: (args) => (
1239
- <div className="flex h-32 min-h-dvh items-center justify-center rounded-lg bg-gradient-to-br from-gray-900 to-gray-800">
1281
+ <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">
1240
1282
  <InstagramIcon {...args} />
1241
1283
  </div>
1242
1284
  ),
@@ -1253,30 +1295,30 @@ export const SizeVariations: Story = {
1253
1295
  },
1254
1296
  },
1255
1297
  render: () => (
1256
- <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">
1298
+ <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">
1257
1299
  <div className="text-center">
1258
- <InstagramIcon className="!mx-auto mb-2 h-3 w-3 text-pink-400" />
1259
- <span className="text-xs text-white/60">12px</span>
1300
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-3 w-3" />
1301
+ <span className="text-fm-tertiary text-xs">12px</span>
1260
1302
  </div>
1261
1303
  <div className="text-center">
1262
- <InstagramIcon className="!mx-auto mb-2 h-4 w-4 text-pink-400" />
1263
- <span className="text-xs text-white/60">16px</span>
1304
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-4 w-4" />
1305
+ <span className="text-fm-tertiary text-xs">16px</span>
1264
1306
  </div>
1265
1307
  <div className="text-center">
1266
- <InstagramIcon className="!mx-auto mb-2 h-5 w-5 text-pink-400" />
1267
- <span className="text-xs text-white/60">20px</span>
1308
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-5 w-5" />
1309
+ <span className="text-fm-tertiary text-xs">20px</span>
1268
1310
  </div>
1269
1311
  <div className="text-center">
1270
- <InstagramIcon className="!mx-auto mb-2 h-6 w-6 text-pink-400" />
1271
- <span className="text-xs text-white/60">24px</span>
1312
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-6 w-6" />
1313
+ <span className="text-fm-tertiary text-xs">24px</span>
1272
1314
  </div>
1273
1315
  <div className="text-center">
1274
- <InstagramIcon className="!mx-auto mb-2 h-8 w-8 text-pink-400" />
1275
- <span className="text-xs text-white/60">32px</span>
1316
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-8 w-8" />
1317
+ <span className="text-fm-tertiary text-xs">32px</span>
1276
1318
  </div>
1277
1319
  <div className="text-center">
1278
- <InstagramIcon className="!mx-auto mb-2 h-12 w-12 text-pink-400" />
1279
- <span className="text-xs text-white/60">48px</span>
1320
+ <InstagramIcon className="text-fm-secondary-600 !mx-auto mb-2 h-12 w-12" />
1321
+ <span className="text-fm-tertiary text-xs">48px</span>
1280
1322
  </div>
1281
1323
  </div>
1282
1324
  ),
@@ -1293,34 +1335,42 @@ export const BrandGradients: Story = {
1293
1335
  },
1294
1336
  },
1295
1337
  render: () => (
1296
- <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">
1338
+ <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">
1297
1339
  <div className="text-center">
1298
- <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500">
1299
- <InstagramIcon className="h-8 w-8 text-white" />
1340
+ <div className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg bg-linear-to-br">
1341
+ <InstagramIcon className="text-fm-icon-active h-8 w-8" />
1342
+ </div>
1343
+ <div className="text-fm-icon-active text-sm font-medium">
1344
+ Official Gradient
1300
1345
  </div>
1301
- <div className="text-sm font-medium text-white">Official Gradient</div>
1302
- <div className="text-xs text-pink-400">Pink to orange</div>
1346
+ <div className="text-fm-secondary-600 text-xs">Pink to orange</div>
1303
1347
  </div>
1304
1348
  <div className="text-center">
1305
- <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg bg-pink-500">
1306
- <InstagramIcon className="h-8 w-8 text-white" />
1349
+ <div className="bg-fm-secondary-500 !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg">
1350
+ <InstagramIcon className="text-fm-icon-active h-8 w-8" />
1307
1351
  </div>
1308
- <div className="text-sm font-medium text-white">Pink Monochrome</div>
1309
- <div className="text-xs text-pink-400">Single brand color</div>
1352
+ <div className="text-fm-icon-active text-sm font-medium">
1353
+ Pink Monochrome
1354
+ </div>
1355
+ <div className="text-fm-secondary-600 text-xs">Single brand color</div>
1310
1356
  </div>
1311
1357
  <div className="text-center">
1312
- <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border border-gray-300 bg-white">
1313
- <InstagramIcon className="h-8 w-8 text-black" />
1358
+ <div className="border-fm-divider-primary bg-fm-surface-contrast !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border">
1359
+ <InstagramIcon className="text-fm-icon-active h-8 w-8" />
1360
+ </div>
1361
+ <div className="text-fm-icon-active text-sm font-medium">
1362
+ Monochrome Black
1314
1363
  </div>
1315
- <div className="text-sm font-medium text-white">Monochrome Black</div>
1316
- <div className="text-xs text-white/60">Light backgrounds</div>
1364
+ <div className="text-fm-tertiary text-xs">Light backgrounds</div>
1317
1365
  </div>
1318
1366
  <div className="text-center">
1319
- <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg bg-gray-800">
1320
- <InstagramIcon className="h-8 w-8 text-white" />
1367
+ <div className="bg-fm-surface-secondary !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg">
1368
+ <InstagramIcon className="text-fm-icon-active h-8 w-8" />
1321
1369
  </div>
1322
- <div className="text-sm font-medium text-white">Monochrome White</div>
1323
- <div className="text-xs text-white/60">Dark backgrounds</div>
1370
+ <div className="text-fm-icon-active text-sm font-medium">
1371
+ Monochrome White
1372
+ </div>
1373
+ <div className="text-fm-tertiary text-xs">Dark backgrounds</div>
1324
1374
  </div>
1325
1375
  </div>
1326
1376
  ),
@@ -1337,25 +1387,29 @@ export const UsageExamples: Story = {
1337
1387
  },
1338
1388
  },
1339
1389
  render: () => (
1340
- <div className="min-h-dvh !space-y-8 rounded-lg bg-gradient-to-br from-gray-900 to-gray-800 p-8">
1390
+ <div className="from-fm-surface-primary to-fm-surface-secondary min-h-dvh !space-y-8 rounded-lg bg-linear-to-br p-8">
1341
1391
  {/* Social Media Card */}
1342
1392
  <div className="!space-y-2">
1343
- <h3 className="text-sm font-medium text-white">Social Media Card</h3>
1344
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
1345
- <div className="rounded-lg bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500 p-4">
1393
+ <h3 className="text-fm-icon-active text-sm font-medium">
1394
+ Social Media Card
1395
+ </h3>
1396
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
1397
+ <div className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning rounded-lg bg-linear-to-br p-4">
1346
1398
  <div className="flex items-center gap-3">
1347
- <InstagramIcon className="h-6 w-6 flex-shrink-0 text-white" />
1399
+ <InstagramIcon className="text-fm-icon-active h-6 w-6 flex-shrink-0" />
1348
1400
  <div>
1349
- <div className="text-sm font-semibold text-white">
1401
+ <div className="text-fm-icon-active text-sm font-semibold">
1350
1402
  Instagram
1351
1403
  </div>
1352
- <div className="text-xs text-white/80">@ourcompany</div>
1404
+ <div className="text-fm-icon-active/80 text-xs">
1405
+ @ourcompany
1406
+ </div>
1353
1407
  </div>
1354
1408
  </div>
1355
- <div className="mt-3 text-xs text-white/90">
1409
+ <div className="text-fm-icon-active/90 mt-3 text-xs">
1356
1410
  Behind-the-scenes content and daily updates
1357
1411
  </div>
1358
- <div className="mt-2 text-xs font-medium text-white">
1412
+ <div className="text-fm-icon-active mt-2 text-xs font-medium">
1359
1413
  15.2k followers
1360
1414
  </div>
1361
1415
  </div>
@@ -1364,33 +1418,33 @@ export const UsageExamples: Story = {
1364
1418
 
1365
1419
  {/* Photo Gallery */}
1366
1420
  <div className="!space-y-2">
1367
- <h3 className="text-sm font-medium text-white">
1421
+ <h3 className="text-fm-icon-active text-sm font-medium">
1368
1422
  Instagram Gallery Widget
1369
1423
  </h3>
1370
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
1424
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
1371
1425
  <div className="mb-4 flex items-center justify-between">
1372
- <h4 className="text-sm font-semibold text-white">
1426
+ <h4 className="text-fm-icon-active text-sm font-semibold">
1373
1427
  Latest from Instagram
1374
1428
  </h4>
1375
1429
  <a
1376
1430
  href="#"
1377
- className="flex items-center gap-2 rounded-full bg-gradient-to-r from-pink-500 to-orange-500 px-3 py-1 text-xs text-white transition-colors hover:from-pink-600 hover:to-orange-600"
1431
+ className="from-fm-secondary-500 to-fm-icon-warning text-fm-icon-active hover:from-fm-secondary-600 hover:to-fm-icon-warning flex items-center gap-2 rounded-full bg-linear-to-r px-3 py-1 text-xs transition-colors"
1378
1432
  >
1379
1433
  <InstagramIcon className="h-3 w-3" />
1380
1434
  <span>View All</span>
1381
1435
  </a>
1382
1436
  </div>
1383
1437
  <div className="grid grid-cols-4 gap-2">
1384
- <div className="flex aspect-square items-center justify-center rounded bg-gradient-to-br from-blue-500/20 to-purple-500/20">
1438
+ <div className="from-fm-icon-info/20 to-fm-secondary-500/20 flex aspect-square items-center justify-center rounded bg-linear-to-br">
1385
1439
  <span className="text-lg">🌅</span>
1386
1440
  </div>
1387
- <div className="flex aspect-square items-center justify-center rounded bg-gradient-to-br from-green-500/20 to-teal-500/20">
1441
+ <div className="from-fm-icon-positive/20 to-fm-icon-info/20 flex aspect-square items-center justify-center rounded bg-linear-to-br">
1388
1442
  <span className="text-lg">🌿</span>
1389
1443
  </div>
1390
- <div className="flex aspect-square items-center justify-center rounded bg-gradient-to-br from-yellow-500/20 to-orange-500/20">
1444
+ <div className="from-fm-icon-warning/20 to-fm-icon-warning/20 flex aspect-square items-center justify-center rounded bg-linear-to-br">
1391
1445
  <span className="text-lg">☕</span>
1392
1446
  </div>
1393
- <div className="flex aspect-square items-center justify-center rounded bg-gradient-to-br from-purple-500/20 to-pink-500/20">
1447
+ <div className="from-fm-secondary-500/20 to-fm-secondary-500/20 flex aspect-square items-center justify-center rounded bg-linear-to-br">
1394
1448
  <span className="text-lg">🎨</span>
1395
1449
  </div>
1396
1450
  </div>
@@ -1399,28 +1453,30 @@ export const UsageExamples: Story = {
1399
1453
 
1400
1454
  {/* Social Links */}
1401
1455
  <div className="!space-y-2">
1402
- <h3 className="text-sm font-medium text-white">Social Media Links</h3>
1403
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
1456
+ <h3 className="text-fm-icon-active text-sm font-medium">
1457
+ Social Media Links
1458
+ </h3>
1459
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
1404
1460
  <div className="flex items-center gap-3">
1405
- <span className="text-sm text-white/60">Follow us:</span>
1461
+ <span className="text-fm-tertiary text-sm">Follow us:</span>
1406
1462
  <div className="flex gap-2">
1407
1463
  <a
1408
1464
  href="#"
1409
- className="rounded bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500 p-2 transition-transform hover:scale-110"
1465
+ className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning rounded bg-linear-to-br p-2 transition-transform hover:scale-110"
1410
1466
  >
1411
- <InstagramIcon className="h-4 w-4 text-white" />
1467
+ <InstagramIcon className="text-fm-icon-active h-4 w-4" />
1412
1468
  </a>
1413
1469
  <a
1414
1470
  href="#"
1415
- className="rounded border border-gray-700 bg-black p-2 transition-transform hover:scale-110"
1471
+ className="border-fm-divider-contrast bg-fm-surface-primary rounded border p-2 transition-transform hover:scale-110"
1416
1472
  >
1417
- <span className="text-sm text-white">𝕏</span>
1473
+ <span className="text-fm-icon-active text-sm">𝕏</span>
1418
1474
  </a>
1419
1475
  <a
1420
1476
  href="#"
1421
- className="rounded bg-red-600 p-2 transition-transform hover:scale-110"
1477
+ className="bg-fm-icon-negative rounded p-2 transition-transform hover:scale-110"
1422
1478
  >
1423
- <span className="text-sm text-white">📺</span>
1479
+ <span className="text-fm-icon-active text-sm">📺</span>
1424
1480
  </a>
1425
1481
  </div>
1426
1482
  </div>
@@ -1443,11 +1499,11 @@ export const Playground: Story = {
1443
1499
  args: {
1444
1500
  width: 24,
1445
1501
  height: 24,
1446
- className: "text-pink-400",
1502
+ className: "text-fm-secondary-600",
1447
1503
  },
1448
1504
  render: (args) => (
1449
- <div className="flex h-64 min-h-dvh items-center justify-center rounded-lg bg-gradient-to-br from-gray-900 to-gray-800">
1450
- <div className="rounded-lg border border-white/10 bg-white/5 p-8">
1505
+ <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">
1506
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-8">
1451
1507
  <InstagramIcon {...args} />
1452
1508
  </div>
1453
1509
  </div>