aural-ui 3.0.6 → 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 (169) 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/clamp-lines/ClampLines.stories.tsx +25 -0
  9. package/dist/components/clamp-lines/index.tsx +6 -1
  10. package/dist/components/collapsible/Collapsible.stories.tsx +1 -1
  11. package/dist/components/command/Command.stories.tsx +52 -38
  12. package/dist/components/dialog/Dialog.stories.tsx +89 -84
  13. package/dist/components/divider/Divider.stories.tsx +86 -60
  14. package/dist/components/dot-loader/DotLoader.stories.tsx +12 -12
  15. package/dist/components/drawer/Drawer.stories.tsx +74 -44
  16. package/dist/components/drawer/index.tsx +3 -3
  17. package/dist/components/dropdown/Dropdown.stories.tsx +42 -32
  18. package/dist/components/helper-text/HelperText.stories.tsx +2 -2
  19. package/dist/components/hover-card/HoverCard.stories.tsx +211 -178
  20. package/dist/components/input/Input.stories.tsx +2 -2
  21. package/dist/components/input/index.tsx +2 -0
  22. package/dist/components/label/Label.stories.tsx +10 -10
  23. package/dist/components/list/List.stories.tsx +58 -44
  24. package/dist/components/marquee/Marquee.stories.tsx +131 -113
  25. package/dist/components/otp-inputs/OtpInputs.stories.tsx +47 -35
  26. package/dist/components/overlay/Overlay.stories.tsx +98 -92
  27. package/dist/components/overlay/index.tsx +4 -4
  28. package/dist/components/popover/Popover.stories.tsx +132 -106
  29. package/dist/components/radio/Radio.stories.tsx +2 -2
  30. package/dist/components/resizable/Resizable.stories.tsx +186 -138
  31. package/dist/components/scroll-area/ScrollArea.stories.tsx +174 -120
  32. package/dist/components/search/Search.stories.tsx +81 -59
  33. package/dist/components/select/Select.stories.tsx +3 -1
  34. package/dist/components/sheet/Sheet.stories.tsx +68 -54
  35. package/dist/components/slider/Slider.stories.tsx +71 -47
  36. package/dist/components/stepper/Stepper.stories.tsx +16 -16
  37. package/dist/components/switch/Switch.stories.tsx +12 -12
  38. package/dist/components/table/Table.stories.tsx +8 -6
  39. package/dist/components/tabs/Tabs.stories.tsx +324 -268
  40. package/dist/components/textarea/TextArea.stories.tsx +1 -1
  41. package/dist/components/thumbnail-tags/ThumbnailTags.stories.tsx +16 -10
  42. package/dist/components/toast/Toast.stories.tsx +51 -45
  43. package/dist/components/toggle/Toggle.stories.tsx +111 -89
  44. package/dist/components/tooltip/Tooltip.stories.tsx +160 -144
  45. package/dist/icons/Icons.stories.tsx +2 -2
  46. package/dist/icons/ai-avatar-icon/AiAvatarIcon.stories.tsx +287 -237
  47. package/dist/icons/alert-icon/AlertIcon.stories.tsx +290 -248
  48. package/dist/icons/all-icons.tsx +97 -81
  49. package/dist/icons/angle-down-icon/AngleDownIcon.stories.tsx +312 -270
  50. package/dist/icons/apple-logo-icon/AppleLogoIcon.stories.tsx +294 -244
  51. package/dist/icons/arrow-box-left-icon/ArrowBoxLeftIcon.stories.tsx +309 -279
  52. package/dist/icons/arrow-corner-up-left-icon/ArrowCornerUpLeftIcon.stories.tsx +294 -258
  53. package/dist/icons/arrow-corner-up-right-icon/ArrowCornerUpRightIcon.stories.tsx +289 -255
  54. package/dist/icons/arrow-left-icon/ArrowLeftIcon.stories.tsx +288 -256
  55. package/dist/icons/arrow-right-icon/ArrowRightIcon.stories.tsx +322 -288
  56. package/dist/icons/arrow-right-up-icon/ArrowRightUpIcon.stories.tsx +340 -296
  57. package/dist/icons/art-board-icon/ArtBoardIcon.stories.tsx +197 -177
  58. package/dist/icons/audio-bar-icon/AudioBarIcon.stories.tsx +390 -328
  59. package/dist/icons/backward-ten-seconds-icon/BackwardTenSecondsIcon.stories.tsx +313 -277
  60. package/dist/icons/bubble-check-icon/BubbleCheckIcon.stories.tsx +367 -309
  61. package/dist/icons/bubble-crossed-icon/BubbleCrossedIcon.stories.tsx +356 -308
  62. package/dist/icons/bubble-sparkle-icon/BubbleSparkleIcon.stories.tsx +280 -234
  63. package/dist/icons/camera-icon/CameraIcon.stories.tsx +370 -326
  64. package/dist/icons/capital-a-letter-icon/CapitalALetterIcon.stories.tsx +300 -256
  65. package/dist/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.stories.tsx +298 -262
  66. package/dist/icons/chevron-double-right-icon/ChevronDoubleRightIcon.stories.tsx +294 -260
  67. package/dist/icons/chevron-down-icon/ChevronDownIcon.stories.tsx +291 -259
  68. package/dist/icons/chevron-left-icon/ChevronLeftIcon.stories.tsx +286 -256
  69. package/dist/icons/chevron-right-icon/ChevronRightIcon.stories.tsx +282 -256
  70. package/dist/icons/chevron-up-icon/ChevronUpIcon.stories.tsx +292 -256
  71. package/dist/icons/circle-tick-icon/CircleTickIcon.stories.tsx +338 -290
  72. package/dist/icons/circular-play-icon/CircularPlayIcon.stories.tsx +167 -148
  73. package/dist/icons/coin-icon/CoinIcon.stories.tsx +342 -296
  74. package/dist/icons/coin-toons-icon/CoinToonsIcon.stories.tsx +342 -296
  75. package/dist/icons/column-wide-add-icon/ColumnWideAddIcon.stories.tsx +280 -238
  76. package/dist/icons/command-icon/CommandIcon.stories.tsx +328 -280
  77. package/dist/icons/copy-icon/CopyIcon.stories.tsx +294 -256
  78. package/dist/icons/cross-circle-icon/CrossCircleIcon.stories.tsx +285 -235
  79. package/dist/icons/cross-icon/CrossIcon.stories.tsx +308 -266
  80. package/dist/icons/download-icon/DownloadIcon.stories.tsx +271 -231
  81. package/dist/icons/edit-big-icon/EditBigIcon.stories.tsx +330 -278
  82. package/dist/icons/email-icon/EmailIcon.stories.tsx +303 -257
  83. package/dist/icons/expand-icon/ExpandIcon.stories.tsx +324 -286
  84. package/dist/icons/eye-close-icon/EyeCloseIcon.stories.tsx +317 -271
  85. package/dist/icons/eye-open-icon/EyeOpenIcon.stories.tsx +320 -272
  86. package/dist/icons/feature-shine-icon/FeatureShineIcon.stories.tsx +322 -280
  87. package/dist/icons/file-chart-icon/FileChartIcon.stories.tsx +315 -277
  88. package/dist/icons/file-text-icon/FileTextIcon.stories.tsx +199 -177
  89. package/dist/icons/filter-bar-row-icon/FilterBarRowIcon.stories.tsx +304 -264
  90. package/dist/icons/forward-ten-seconds-icon/ForwardTenSecondsIcon.stories.tsx +311 -277
  91. package/dist/icons/git-branch-icon/GitBranchIcon.stories.tsx +327 -287
  92. package/dist/icons/git-fork-icon/GitForkIcon.stories.tsx +314 -278
  93. package/dist/icons/globe-icon/GlobeIcon.stories.tsx +113 -98
  94. package/dist/icons/google-logo-icon/GoogleLogoIcon.stories.tsx +274 -226
  95. package/dist/icons/grip-vertical-icon/GripVerticalIcon.stories.tsx +349 -303
  96. package/dist/icons/head-icon/HeadIcon.stories.tsx +286 -246
  97. package/dist/icons/heart-icon/HeartIcon.stories.tsx +312 -268
  98. package/dist/icons/image-avatar-sparkle-icon/ImageAvatarSparkleIcon.stories.tsx +246 -210
  99. package/dist/icons/image-icon/ImageIcon.stories.tsx +330 -284
  100. package/dist/icons/import-folder-icon/ImportFolderIcon.stories.tsx +326 -282
  101. package/dist/icons/import-left-arrow-folder-icon/ImportLeftArrowFolderIcon.stories.tsx +330 -294
  102. package/dist/icons/indian-flag-icon/IndianFlagIcon.stories.tsx +288 -234
  103. package/dist/icons/instagram-icon/InstagramIcon.stories.tsx +386 -330
  104. package/dist/icons/layout-column-icon/LayoutColumnIcon.stories.tsx +305 -263
  105. package/dist/icons/layout-left-icon/LayoutLeftIcon.stories.tsx +295 -259
  106. package/dist/icons/layout-right-icon/LayoutRightIcon.stories.tsx +296 -256
  107. package/dist/icons/light-bulb-simple-icon/LightBulbSimpleIcon.stories.tsx +322 -282
  108. package/dist/icons/linked-in-icon/LinkedInIcon.stories.tsx +399 -359
  109. package/dist/icons/magic-book-icon/MagicBookIcon.stories.tsx +314 -272
  110. package/dist/icons/magic-edit-icon/MagicEditIcon.stories.tsx +238 -206
  111. package/dist/icons/maintenance-icon/MaintenanceIcon.stories.tsx +322 -276
  112. package/dist/icons/message-icon/MessageIcon.stories.tsx +192 -170
  113. package/dist/icons/minimize-icon/MinimizeIcon.stories.tsx +348 -304
  114. package/dist/icons/moon-icon/MoonIcon.stories.tsx +191 -167
  115. package/dist/icons/move-horizontal-icon/MoveHorizontalIcon.stories.tsx +380 -326
  116. package/dist/icons/move-vertical-icon/MoveVerticalIcon.stories.tsx +345 -291
  117. package/dist/icons/musical-note-icon/MusicalNoteIcon.stories.tsx +310 -266
  118. package/dist/icons/notepad-icon/NotepadIcon.stories.tsx +311 -271
  119. package/dist/icons/notes-icon/NotesIcon.stories.tsx +311 -271
  120. package/dist/icons/page-search-icon/PageSearchIcon.stories.tsx +309 -271
  121. package/dist/icons/page-text-icon/PageTextIcon.stories.tsx +248 -210
  122. package/dist/icons/paint-roll-icon/PaintRollIcon.stories.tsx +310 -262
  123. package/dist/icons/paper-plane-icon/PaperPlaneIcon.stories.tsx +274 -236
  124. package/dist/icons/pause-icon/PauseIcon.stories.tsx +324 -280
  125. package/dist/icons/pencil-icon/PencilIcon.stories.tsx +323 -281
  126. package/dist/icons/phone-icon/PhoneIcon.stories.tsx +288 -240
  127. package/dist/icons/plus-icon/PlusIcon.stories.tsx +315 -273
  128. package/dist/icons/pocket-studio-icon/PocketStudioIcon.stories.tsx +278 -234
  129. package/dist/icons/scroll-down-icon/ScrollDownIcon.stories.tsx +161 -151
  130. package/dist/icons/search-icon/SearchIcon.stories.tsx +324 -284
  131. package/dist/icons/setting-icon/SettingIcon.stories.tsx +306 -264
  132. package/dist/icons/share-icon/ShareIcon.stories.tsx +314 -272
  133. package/dist/icons/shield-icon/ShieldIcon.stories.tsx +281 -235
  134. package/dist/icons/site-logo-icon/SiteLogoIcon.stories.tsx +309 -250
  135. package/dist/icons/skip-backward-icon/SkipBackwardIcon.stories.tsx +317 -279
  136. package/dist/icons/skip-forward-icon/SkipForwardIcon.stories.tsx +315 -279
  137. package/dist/icons/sparkles-soft-icon/SparklesSoftIcon.stories.tsx +299 -253
  138. package/dist/icons/spinner-gradient-icon/SpinnerGradientIcon.stories.tsx +185 -169
  139. package/dist/icons/spinner-gradient-icon/index.tsx +6 -1
  140. package/dist/icons/spinner-solid-icon/SpinnerSolidIcon.stories.tsx +192 -168
  141. package/dist/icons/spinner-solid-icon/index.tsx +6 -1
  142. package/dist/icons/spinner-solid-neutral-icon/SpinnerSolidINeutralcon.stories.tsx +212 -178
  143. package/dist/icons/spinner-solid-neutral-icon/index.tsx +1 -1
  144. package/dist/icons/star-icon/StarIcon.stories.tsx +290 -244
  145. package/dist/icons/store-coin-icon/StoreCoinIcon.stories.tsx +286 -234
  146. package/dist/icons/suggestion-icon/SuggestionIcon.stories.tsx +272 -230
  147. package/dist/icons/sun-icon/SunIcon.stories.tsx +262 -226
  148. package/dist/icons/text-color-icon/TextColorIcon.stories.tsx +321 -279
  149. package/dist/icons/text-indicator-icon/TextIndicatorIcon.stories.tsx +332 -282
  150. package/dist/icons/threads-icon/ThreadsIcon.stories.tsx +394 -342
  151. package/dist/icons/tick-circle-icon/TickCircleIcon.stories.tsx +338 -290
  152. package/dist/icons/tick-icon/TickIcon.stories.tsx +364 -315
  153. package/dist/icons/trash-icon/TrashIcon.stories.tsx +293 -253
  154. package/dist/icons/twitter-x-icon/TwitterXIcon.stories.tsx +396 -338
  155. package/dist/icons/upload-icon/UploadIcon.stories.tsx +291 -247
  156. package/dist/icons/vertical-menu-icon/VerticalMenuIcon.stories.tsx +309 -271
  157. package/dist/icons/video-play-list-icon/VideoPlaylistIcon.stories.tsx +336 -290
  158. package/dist/icons/voice-playing-icon/VoicePlayingIcon.stories.tsx +382 -334
  159. package/dist/icons/volume-full-icon/VolumeFullIcon.stories.tsx +349 -305
  160. package/dist/icons/volume-half-icon/VolumeHalfIcon.stories.tsx +327 -295
  161. package/dist/icons/volume-off-icon/VolumeOffIcon.stories.tsx +336 -296
  162. package/dist/icons/warning-icon/WarningIcon.stories.tsx +314 -274
  163. package/dist/icons/youtube-icon/YoutubeIcon.stories.tsx +311 -261
  164. package/dist/index.cjs +84 -84
  165. package/dist/index.js +84 -84
  166. package/dist/styles/aural-all-theme.css +1222 -0
  167. package/dist/styles/{aural-theme.css → aural-dark-theme.css} +15 -3
  168. package/dist/styles/aural-light-theme.css +1047 -0
  169. package/package.json +1 -1
@@ -11,9 +11,9 @@ const meta: Meta<typeof LinkedInIcon> = {
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 LinkedInIcon> = {
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-blue-900/20 to-gray-900">
83
+ <div className="from-fm-surface-primary via-fm-icon-info/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-blue-500/10 via-transparent to-indigo-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-icon-info/10 to-fm-icon-info/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-blue-500/30 bg-gradient-to-br from-blue-500/20 to-indigo-500/20">
90
- <LinkedInIcon className="h-12 w-12 text-white" />
89
+ <div className="border-fm-icon-info/30 from-fm-icon-info/20 to-fm-icon-info/20 !mx-auto flex h-24 w-24 items-center justify-center rounded-2xl border bg-linear-to-br">
90
+ <LinkedInIcon 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
  LinkedInIcon
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 LinkedIn brand icon featuring the distinctive
97
97
  square design with profile silhouette. Essential for
98
98
  professional networking, career development, business
@@ -104,28 +104,28 @@ const meta: Meta<typeof LinkedInIcon> = {
104
104
  {/* Stats */}
105
105
  <div className="flex items-center justify-center gap-8 pt-8">
106
106
  <div className="text-center">
107
- <div className="text-3xl font-bold text-blue-300">
107
+ <div className="text-fm-icon-info text-3xl font-bold">
108
108
  Professional Network
109
109
  </div>
110
- <div className="text-sm text-white/60">
110
+ <div className="text-fm-tertiary text-sm">
111
111
  Career development
112
112
  </div>
113
113
  </div>
114
- <div className="h-8 w-px bg-white/20" />
114
+ <div className="bg-fm-divider-primary h-8 w-px" />
115
115
  <div className="text-center">
116
- <div className="text-3xl font-bold text-indigo-300">
116
+ <div className="text-fm-icon-info text-3xl font-bold">
117
117
  Business Platform
118
118
  </div>
119
- <div className="text-sm text-white/60">
119
+ <div className="text-fm-tertiary text-sm">
120
120
  Industry connections
121
121
  </div>
122
122
  </div>
123
- <div className="h-8 w-px bg-white/20" />
123
+ <div className="bg-fm-divider-primary h-8 w-px" />
124
124
  <div className="text-center">
125
- <div className="text-3xl font-bold text-cyan-300">
125
+ <div className="text-fm-icon-info text-3xl font-bold">
126
126
  Recruitment Hub
127
127
  </div>
128
- <div className="text-sm text-white/60">
128
+ <div className="text-fm-tertiary text-sm">
129
129
  Talent acquisition
130
130
  </div>
131
131
  </div>
@@ -138,16 +138,16 @@ const meta: Meta<typeof LinkedInIcon> = {
138
138
  <div className="!mx-auto max-w-7xl !space-y-16 px-6 py-12">
139
139
  {/* Quick Usage */}
140
140
  <div className="!space-y-8">
141
- <h2 className="text-center text-3xl font-bold !text-white">
141
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
142
142
  Quick Start
143
143
  </h2>
144
144
  <div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
145
145
  <div className="!space-y-4">
146
- <h3 className="text-xl font-semibold !text-blue-300">
146
+ <h3 className="text-fm-icon-info! text-xl font-semibold">
147
147
  Basic Usage
148
148
  </h3>
149
- <div className="rounded-lg bg-black/40 p-4">
150
- <pre className="overflow-x-auto text-sm !text-green-300">
149
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
150
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
151
151
  {`import { LinkedInIcon } from "@icons/linked-in-icon"
152
152
 
153
153
  function ProfessionalProfile() {
@@ -169,16 +169,16 @@ function ProfessionalProfile() {
169
169
  </div>
170
170
 
171
171
  <div className="!space-y-4">
172
- <h3 className="text-xl font-semibold !text-blue-300">
172
+ <h3 className="text-fm-icon-info! text-xl font-semibold">
173
173
  Live Preview
174
174
  </h3>
175
- <div className="flex h-32 items-center justify-center rounded-lg border border-white/10 bg-white/5">
175
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary flex h-32 items-center justify-center rounded-lg border">
176
176
  <a
177
177
  href="#"
178
- className="flex items-center gap-2 rounded-lg bg-blue-600 px-4 py-2 transition-colors hover:bg-blue-700"
178
+ className="bg-fm-icon-info hover:bg-fm-icon-info flex items-center gap-2 rounded-lg px-4 py-2 transition-colors"
179
179
  >
180
- <LinkedInIcon className="h-5 w-5 text-white" />
181
- <span className="font-medium text-white">
180
+ <LinkedInIcon className="text-fm-icon-active h-5 w-5" />
181
+ <span className="text-fm-icon-active font-medium">
182
182
  Connect on LinkedIn
183
183
  </span>
184
184
  </a>
@@ -189,108 +189,116 @@ function ProfessionalProfile() {
189
189
 
190
190
  {/* Props Documentation */}
191
191
  <div className="!space-y-8">
192
- <h2 className="text-center text-3xl font-bold !text-white">
192
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
193
193
  Props & Configuration
194
194
  </h2>
195
195
 
196
- <div className="overflow-hidden rounded-lg border border-white/10 bg-white/5">
197
- <div className="bg-white/5 p-4">
198
- <h3 className="text-xl font-semibold !text-white">Props</h3>
196
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary overflow-hidden rounded-lg border">
197
+ <div className="bg-fm-surface-secondary p-4">
198
+ <h3 className="text-fm-icon-active! text-xl font-semibold">
199
+ Props
200
+ </h3>
199
201
  </div>
200
202
  <table className="!my-0 w-full">
201
- <thead className="bg-white/5">
202
- <tr className="border-b border-white/10">
203
- <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
203
+ <thead className="bg-fm-surface-secondary">
204
+ <tr className="border-fm-divider-secondary border-b">
205
+ <th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
204
206
  Prop
205
207
  </th>
206
- <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
208
+ <th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
207
209
  Type
208
210
  </th>
209
- <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
211
+ <th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
210
212
  Default
211
213
  </th>
212
- <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
214
+ <th className="text-fm-icon-active! px-6 py-4 text-left text-sm font-semibold">
213
215
  Description
214
216
  </th>
215
217
  </tr>
216
218
  </thead>
217
219
  <tbody>
218
220
  {" "}
219
- <tr className="!bg-black/10">
220
- <td className="px-6 py-4 font-mono text-sm !text-blue-300">
221
+ <tr className="bg-fm-surface-secondary!">
222
+ <td className="text-fm-icon-info! px-6 py-4 font-mono text-sm">
221
223
  withAccessibility
222
224
  </td>
223
- <td className="px-6 py-4 text-sm !text-white/70">
225
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
224
226
  boolean
225
227
  </td>
226
- <td className="px-6 py-4 text-sm !text-white/50">
228
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
227
229
  true
228
230
  </td>
229
- <td className="px-6 py-4 text-sm !text-white/70">
231
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
230
232
  Whether to wrap the icon with accessibility feature
231
233
  </td>
232
234
  </tr>
233
- <tr className="border-b border-white/5 !bg-black/10">
234
- <td className="px-6 py-4 font-mono text-sm !text-blue-300">
235
+ <tr className="border-fm-divider-tertiary bg-fm-surface-secondary! border-b">
236
+ <td className="text-fm-icon-info! px-6 py-4 font-mono text-sm">
235
237
  height
236
238
  </td>
237
- <td className="px-6 py-4 text-sm !text-white/70">
239
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
238
240
  number | string
239
241
  </td>
240
- <td className="px-6 py-4 text-sm !text-white/50">
242
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
241
243
  auto
242
244
  </td>
243
- <td className="px-6 py-4 text-sm !text-white/70">
245
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
244
246
  Height of the icon (maintains aspect ratio)
245
247
  </td>
246
248
  </tr>
247
- <tr className="border-b border-white/5">
248
- <td className="px-6 py-4 font-mono text-sm !text-blue-300">
249
+ <tr className="border-fm-divider-tertiary border-b">
250
+ <td className="text-fm-icon-info! px-6 py-4 font-mono text-sm">
249
251
  fill
250
252
  </td>
251
- <td className="px-6 py-4 text-sm !text-white/70">
253
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
252
254
  string
253
255
  </td>
254
- <td className="px-6 py-4 text-sm !text-white/50">
256
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
255
257
  currentColor
256
258
  </td>
257
- <td className="px-6 py-4 text-sm !text-white/70">
259
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
258
260
  Fill color of the LinkedIn square icon
259
261
  </td>
260
262
  </tr>
261
- <tr className="border-b border-white/5 !bg-black/10">
262
- <td className="px-6 py-4 font-mono text-sm !text-blue-300">
263
+ <tr className="border-fm-divider-tertiary bg-fm-surface-secondary! border-b">
264
+ <td className="text-fm-icon-info! px-6 py-4 font-mono text-sm">
263
265
  className
264
266
  </td>
265
- <td className="px-6 py-4 text-sm !text-white/70">
267
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
266
268
  string
267
269
  </td>
268
- <td className="px-6 py-4 text-sm !text-white/50">-</td>
269
- <td className="px-6 py-4 text-sm !text-white/70">
270
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
271
+ -
272
+ </td>
273
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
270
274
  CSS classes for styling and sizing
271
275
  </td>
272
276
  </tr>
273
- <tr className="border-b border-white/5">
274
- <td className="px-6 py-4 font-mono text-sm !text-blue-300">
277
+ <tr className="border-fm-divider-tertiary border-b">
278
+ <td className="text-fm-icon-info! px-6 py-4 font-mono text-sm">
275
279
  onClick
276
280
  </td>
277
- <td className="px-6 py-4 text-sm !text-white/70">
281
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
278
282
  function
279
283
  </td>
280
- <td className="px-6 py-4 text-sm !text-white/50">-</td>
281
- <td className="px-6 py-4 text-sm !text-white/70">
284
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
285
+ -
286
+ </td>
287
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
282
288
  Click handler for professional interactions
283
289
  </td>
284
290
  </tr>
285
- <tr className="!bg-black/10">
286
- <td className="px-6 py-4 font-mono text-sm !text-blue-300">
291
+ <tr className="bg-fm-surface-secondary!">
292
+ <td className="text-fm-icon-info! px-6 py-4 font-mono text-sm">
287
293
  ...svgProps
288
294
  </td>
289
- <td className="px-6 py-4 text-sm !text-white/70">
295
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
290
296
  SVGProps
291
297
  </td>
292
- <td className="px-6 py-4 text-sm !text-white/50">-</td>
293
- <td className="px-6 py-4 text-sm !text-white/70">
298
+ <td className="text-fm-placeholder! px-6 py-4 text-sm">
299
+ -
300
+ </td>
301
+ <td className="text-fm-secondary! px-6 py-4 text-sm">
294
302
  All standard SVG element props
295
303
  </td>
296
304
  </tr>
@@ -298,8 +306,8 @@ function ProfessionalProfile() {
298
306
  </table>
299
307
  </div>
300
308
 
301
- <div className="rounded-lg border border-blue-500/20 bg-blue-500/10 p-4">
302
- <div className="flex items-center gap-2 text-sm text-blue-200">
309
+ <div className="border-fm-icon-info/20 bg-fm-icon-info/10 rounded-lg border p-4">
310
+ <div className="text-fm-icon-info flex items-center gap-2 text-sm">
303
311
  <LinkedInIcon className="h-4 w-4" />
304
312
  <span>
305
313
  <strong>Brand Guidelines:</strong> Use LinkedIn's
@@ -312,50 +320,62 @@ function ProfessionalProfile() {
312
320
 
313
321
  {/* Size Variations */}
314
322
  <div className="!space-y-8">
315
- <h2 className="text-center text-3xl font-bold !text-white">
323
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
316
324
  Size Variations
317
325
  </h2>
318
- <div className="rounded-lg border border-white/10 bg-white/5 p-8">
326
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-8">
319
327
  <div className="!space-y-6">
320
328
  <div className="grid grid-cols-1 gap-8 md:grid-cols-2">
321
329
  <div className="!space-y-4">
322
- <h3 className="text-lg font-semibold !text-blue-300">
330
+ <h3 className="text-fm-icon-info! text-lg font-semibold">
323
331
  Standard Sizes
324
332
  </h3>
325
- <div className="flex items-end gap-6 rounded-lg bg-black/20 p-6">
333
+ <div className="bg-fm-surface-secondary flex items-end gap-6 rounded-lg p-6">
326
334
  <div className="text-center">
327
- <LinkedInIcon className="!mx-auto mb-2 h-3 w-3 text-blue-400" />
328
- <span className="text-xs text-white/60">12px</span>
335
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-3 w-3" />
336
+ <span className="text-fm-tertiary text-xs">
337
+ 12px
338
+ </span>
329
339
  </div>
330
340
  <div className="text-center">
331
- <LinkedInIcon className="!mx-auto mb-2 h-4 w-4 text-blue-400" />
332
- <span className="text-xs text-white/60">16px</span>
341
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-4 w-4" />
342
+ <span className="text-fm-tertiary text-xs">
343
+ 16px
344
+ </span>
333
345
  </div>
334
346
  <div className="text-center">
335
- <LinkedInIcon className="!mx-auto mb-2 h-5 w-5 text-blue-400" />
336
- <span className="text-xs text-white/60">20px</span>
347
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-5 w-5" />
348
+ <span className="text-fm-tertiary text-xs">
349
+ 20px
350
+ </span>
337
351
  </div>
338
352
  <div className="text-center">
339
- <LinkedInIcon className="!mx-auto mb-2 h-6 w-6 text-blue-400" />
340
- <span className="text-xs text-white/60">24px</span>
353
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-6 w-6" />
354
+ <span className="text-fm-tertiary text-xs">
355
+ 24px
356
+ </span>
341
357
  </div>
342
358
  <div className="text-center">
343
- <LinkedInIcon className="!mx-auto mb-2 h-8 w-8 text-blue-400" />
344
- <span className="text-xs text-white/60">32px</span>
359
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-8 w-8" />
360
+ <span className="text-fm-tertiary text-xs">
361
+ 32px
362
+ </span>
345
363
  </div>
346
364
  <div className="text-center">
347
- <LinkedInIcon className="!mx-auto mb-2 h-12 w-12 text-blue-400" />
348
- <span className="text-xs text-white/60">48px</span>
365
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-12 w-12" />
366
+ <span className="text-fm-tertiary text-xs">
367
+ 48px
368
+ </span>
349
369
  </div>
350
370
  </div>
351
371
  </div>
352
372
 
353
373
  <div className="!space-y-4">
354
- <h3 className="text-lg font-semibold !text-blue-300">
374
+ <h3 className="text-fm-icon-info! text-lg font-semibold">
355
375
  Code Example
356
376
  </h3>
357
- <div className="rounded-lg bg-black/40 p-4">
358
- <pre className="overflow-x-auto text-sm !text-cyan-300">
377
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
378
+ <pre className="text-fm-icon-info! overflow-x-auto text-sm">
359
379
  {`// Small (16px) - inline professional links
360
380
  <LinkedInIcon className="h-4 w-4" />
361
381
 
@@ -377,66 +397,66 @@ function ProfessionalProfile() {
377
397
 
378
398
  {/* Color & Styling */}
379
399
  <div className="!space-y-8">
380
- <h2 className="text-center text-3xl font-bold !text-white">
400
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
381
401
  Color & Styling
382
402
  </h2>
383
403
  <div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
384
404
  <div className="!space-y-4">
385
- <h3 className="text-lg font-semibold !text-blue-300">
405
+ <h3 className="text-fm-icon-info! text-lg font-semibold">
386
406
  Brand Colors
387
407
  </h3>
388
- <div className="!space-y-4 rounded-lg border border-white/10 bg-white/5 p-6">
408
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-4 rounded-lg border p-6">
389
409
  <div className="flex items-center gap-4">
390
410
  <div
391
- className="flex h-12 w-12 items-center justify-center rounded-lg bg-blue-600"
411
+ className="bg-fm-icon-info flex h-12 w-12 items-center justify-center rounded-lg"
392
412
  style={{ backgroundColor: "#0077B5" }}
393
413
  >
394
- <LinkedInIcon className="h-6 w-6 text-white" />
414
+ <LinkedInIcon className="text-fm-icon-active h-6 w-6" />
395
415
  </div>
396
416
  <div>
397
- <div className="text-sm font-medium text-white">
417
+ <div className="text-fm-icon-active text-sm font-medium">
398
418
  Official Blue
399
419
  </div>
400
- <div className="text-xs text-white/60">
420
+ <div className="text-fm-tertiary text-xs">
401
421
  #0077B5 LinkedIn brand
402
422
  </div>
403
423
  </div>
404
424
  </div>
405
425
  <div className="flex items-center gap-4">
406
- <div className="flex h-12 w-12 items-center justify-center rounded-lg bg-blue-700">
407
- <LinkedInIcon className="h-6 w-6 text-white" />
426
+ <div className="bg-fm-icon-info flex h-12 w-12 items-center justify-center rounded-lg">
427
+ <LinkedInIcon className="text-fm-icon-active h-6 w-6" />
408
428
  </div>
409
429
  <div>
410
- <div className="text-sm font-medium text-white">
430
+ <div className="text-fm-icon-active text-sm font-medium">
411
431
  Dark Blue
412
432
  </div>
413
- <div className="text-xs text-white/60">
433
+ <div className="text-fm-tertiary text-xs">
414
434
  Hover state variant
415
435
  </div>
416
436
  </div>
417
437
  </div>
418
438
  <div className="flex items-center gap-4">
419
- <div className="flex h-12 w-12 items-center justify-center rounded-lg border border-gray-300 bg-white">
420
- <LinkedInIcon className="h-6 w-6 text-blue-600" />
439
+ <div className="border-fm-divider-primary bg-fm-surface-contrast flex h-12 w-12 items-center justify-center rounded-lg border">
440
+ <LinkedInIcon className="text-fm-icon-info h-6 w-6" />
421
441
  </div>
422
442
  <div>
423
- <div className="text-sm font-medium text-white">
443
+ <div className="text-fm-icon-active text-sm font-medium">
424
444
  Blue on White
425
445
  </div>
426
- <div className="text-xs text-white/60">
446
+ <div className="text-fm-tertiary text-xs">
427
447
  Light backgrounds
428
448
  </div>
429
449
  </div>
430
450
  </div>
431
451
  <div className="flex items-center gap-4">
432
- <div className="flex h-12 w-12 items-center justify-center rounded-lg bg-gray-800">
433
- <LinkedInIcon className="h-6 w-6 text-white" />
452
+ <div className="bg-fm-surface-secondary flex h-12 w-12 items-center justify-center rounded-lg">
453
+ <LinkedInIcon className="text-fm-icon-active h-6 w-6" />
434
454
  </div>
435
455
  <div>
436
- <div className="text-sm font-medium text-white">
456
+ <div className="text-fm-icon-active text-sm font-medium">
437
457
  Monochrome White
438
458
  </div>
439
- <div className="text-xs text-white/60">
459
+ <div className="text-fm-tertiary text-xs">
440
460
  Dark backgrounds
441
461
  </div>
442
462
  </div>
@@ -445,11 +465,11 @@ function ProfessionalProfile() {
445
465
  </div>
446
466
 
447
467
  <div className="!space-y-4">
448
- <h3 className="text-lg font-semibold !text-blue-300">
468
+ <h3 className="text-fm-icon-info! text-lg font-semibold">
449
469
  Usage Examples
450
470
  </h3>
451
- <div className="rounded-lg bg-black/40 p-4">
452
- <pre className="overflow-x-auto text-sm !text-green-300">
471
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
472
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
453
473
  {`// Official LinkedIn blue
454
474
  <LinkedInIcon
455
475
  className="h-6 w-6 text-white"
@@ -488,22 +508,22 @@ function ProfessionalProfile() {
488
508
 
489
509
  {/* Usage Examples */}
490
510
  <div className="!space-y-8">
491
- <h2 className="text-center text-3xl font-bold !text-white">
511
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
492
512
  Usage Examples
493
513
  </h2>
494
514
 
495
515
  <div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
496
516
  {/* Professional Profile Card */}
497
517
  <div className="!space-y-4">
498
- <h3 className="text-lg font-semibold !text-blue-300">
518
+ <h3 className="text-fm-icon-info! text-lg font-semibold">
499
519
  Professional Profile Card
500
520
  </h3>
501
521
  <div className="!space-y-4">
502
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
503
- <div className="overflow-hidden rounded-lg border border-white/20 bg-black/50">
504
- <div className="relative h-32 bg-gradient-to-r from-blue-600/20 to-indigo-600/20">
522
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
523
+ <div className="border-fm-divider-primary bg-fm-surface-secondary overflow-hidden rounded-lg border">
524
+ <div className="from-fm-icon-info/20 to-fm-icon-info/20 relative h-32 bg-linear-to-r">
505
525
  <div className="absolute -bottom-8 left-6">
506
- <div className="flex h-16 w-16 items-center justify-center rounded-full border-4 border-black/50 bg-white/10">
526
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary flex h-16 w-16 items-center justify-center rounded-full border-4">
507
527
  <span className="text-2xl">👨‍💼</span>
508
528
  </div>
509
529
  </div>
@@ -511,78 +531,82 @@ function ProfessionalProfile() {
511
531
  <div className="p-6 pt-12">
512
532
  <div className="flex items-start justify-between">
513
533
  <div>
514
- <h4 className="text-lg font-semibold text-white">
534
+ <h4 className="text-fm-icon-active text-lg font-semibold">
515
535
  Michael Johnson
516
536
  </h4>
517
- <p className="text-sm text-white/60">
537
+ <p className="text-fm-tertiary text-sm">
518
538
  Senior Product Manager
519
539
  </p>
520
- <p className="text-sm text-blue-400">
540
+ <p className="text-fm-icon-info text-sm">
521
541
  TechCorp Solutions
522
542
  </p>
523
- <p className="mt-2 text-sm text-white/70">
543
+ <p className="text-fm-secondary mt-2 text-sm">
524
544
  10+ years experience in product strategy and
525
545
  team leadership
526
546
  </p>
527
547
  </div>
528
548
  <a
529
549
  href="#"
530
- className="rounded-lg bg-blue-600 px-4 py-2 font-medium text-white transition-colors hover:bg-blue-700"
550
+ className="bg-fm-icon-info text-fm-icon-active hover:bg-fm-icon-info rounded-lg px-4 py-2 font-medium transition-colors"
531
551
  >
532
552
  Connect
533
553
  </a>
534
554
  </div>
535
555
  <div className="mt-4 flex items-center gap-6">
536
556
  <div className="text-sm">
537
- <span className="font-medium text-white">
557
+ <span className="text-fm-icon-active font-medium">
538
558
  847
539
559
  </span>
540
- <span className="ml-1 text-white/60">
560
+ <span className="text-fm-tertiary ml-1">
541
561
  Connections
542
562
  </span>
543
563
  </div>
544
564
  <div className="text-sm">
545
- <span className="font-medium text-white">
565
+ <span className="text-fm-icon-active font-medium">
546
566
  15
547
567
  </span>
548
- <span className="ml-1 text-white/60">
568
+ <span className="text-fm-tertiary ml-1">
549
569
  Mutual
550
570
  </span>
551
571
  </div>
552
572
  </div>
553
- <div className="mt-4 flex items-center gap-4 border-t border-white/10 pt-4">
554
- <span className="text-sm text-white/60">
573
+ <div className="border-fm-divider-secondary mt-4 flex items-center gap-4 border-t pt-4">
574
+ <span className="text-fm-tertiary text-sm">
555
575
  Professional networks:
556
576
  </span>
557
577
  <div className="flex gap-2">
558
578
  <a
559
579
  href="#"
560
- className="rounded bg-blue-600 p-2 transition-colors hover:bg-blue-700"
580
+ className="bg-fm-icon-info hover:bg-fm-icon-info rounded p-2 transition-colors"
561
581
  aria-label="Connect on LinkedIn"
562
582
  >
563
- <LinkedInIcon className="h-4 w-4 text-white" />
583
+ <LinkedInIcon className="text-fm-icon-active h-4 w-4" />
564
584
  </a>
565
585
  <a
566
586
  href="#"
567
- className="rounded border border-gray-700 bg-black p-2 transition-colors hover:bg-gray-800"
587
+ className="border-fm-divider-contrast bg-fm-surface-primary hover:bg-fm-surface-secondary rounded border p-2 transition-colors"
568
588
  aria-label="Follow on X"
569
589
  >
570
- <span className="text-sm text-white">𝕏</span>
590
+ <span className="text-fm-icon-active text-sm">
591
+ 𝕏
592
+ </span>
571
593
  </a>
572
594
  <a
573
595
  href="#"
574
- className="rounded bg-gray-600 p-2 transition-colors hover:bg-gray-700"
596
+ className="bg-fm-surface-tertiary hover:bg-fm-surface-secondary rounded p-2 transition-colors"
575
597
  aria-label="View GitHub"
576
598
  >
577
- <span className="text-sm text-white">🐙</span>
599
+ <span className="text-fm-icon-active text-sm">
600
+ 🐙
601
+ </span>
578
602
  </a>
579
603
  </div>
580
604
  </div>
581
605
  </div>
582
606
  </div>
583
607
  </div>
584
- <div className="rounded-lg bg-black/40 p-4">
585
- <pre className="overflow-x-auto text-sm !text-green-300">
608
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
609
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
586
610
  {`// Professional profile card
587
611
  <div className="profile-card">
588
612
  <div className="profile-header">
@@ -618,127 +642,127 @@ function ProfessionalProfile() {
618
642
 
619
643
  {/* Recruitment Platform */}
620
644
  <div className="!space-y-4">
621
- <h3 className="text-lg font-semibold !text-blue-300">
645
+ <h3 className="text-fm-icon-info! text-lg font-semibold">
622
646
  Recruitment Platform
623
647
  </h3>
624
648
  <div className="!space-y-4">
625
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
626
- <div className="overflow-hidden rounded-lg border border-white/20 bg-black/50">
627
- <div className="border-b border-white/10 bg-blue-600/10 p-4">
649
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
650
+ <div className="border-fm-divider-primary bg-fm-surface-secondary overflow-hidden rounded-lg border">
651
+ <div className="border-fm-divider-secondary bg-fm-icon-info/10 border-b p-4">
628
652
  <div className="flex items-center justify-between">
629
653
  <div className="flex items-center gap-3">
630
- <LinkedInIcon className="h-6 w-6 text-blue-400" />
654
+ <LinkedInIcon className="text-fm-icon-info h-6 w-6" />
631
655
  <div>
632
- <h4 className="text-lg font-semibold text-white">
656
+ <h4 className="text-fm-icon-active text-lg font-semibold">
633
657
  Talent Acquisition
634
658
  </h4>
635
- <p className="text-sm text-white/60">
659
+ <p className="text-fm-tertiary text-sm">
636
660
  Connect with top professionals
637
661
  </p>
638
662
  </div>
639
663
  </div>
640
- <button className="rounded-lg bg-blue-600 px-4 py-2 font-medium text-white transition-colors hover:bg-blue-700">
664
+ <button className="bg-fm-icon-info text-fm-icon-active hover:bg-fm-icon-info rounded-lg px-4 py-2 font-medium transition-colors">
641
665
  Post Job
642
666
  </button>
643
667
  </div>
644
668
  </div>
645
669
  <div className="p-6">
646
670
  <div className="mb-6 grid grid-cols-2 gap-4">
647
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
671
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
648
672
  <div className="mb-3 flex items-center gap-3">
649
- <div className="flex h-10 w-10 items-center justify-center rounded-lg bg-blue-600/20">
650
- <LinkedInIcon className="h-5 w-5 text-blue-400" />
673
+ <div className="bg-fm-icon-info/20 flex h-10 w-10 items-center justify-center rounded-lg">
674
+ <LinkedInIcon className="text-fm-icon-info h-5 w-5" />
651
675
  </div>
652
676
  <div>
653
- <h5 className="text-sm font-semibold text-white">
677
+ <h5 className="text-fm-icon-active text-sm font-semibold">
654
678
  LinkedIn Sourcing
655
679
  </h5>
656
- <p className="text-xs text-white/60">
680
+ <p className="text-fm-tertiary text-xs">
657
681
  Professional network
658
682
  </p>
659
683
  </div>
660
684
  </div>
661
- <div className="mb-1 text-2xl font-bold text-blue-400">
685
+ <div className="text-fm-icon-info mb-1 text-2xl font-bold">
662
686
  847
663
687
  </div>
664
- <div className="text-xs text-white/60">
688
+ <div className="text-fm-tertiary text-xs">
665
689
  Qualified candidates
666
690
  </div>
667
691
  </div>
668
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
692
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
669
693
  <div className="mb-3 flex items-center gap-3">
670
- <div className="flex h-10 w-10 items-center justify-center rounded-lg bg-green-500/20">
671
- <span className="text-lg text-green-400">
694
+ <div className="bg-fm-icon-positive/20 flex h-10 w-10 items-center justify-center rounded-lg">
695
+ <span className="text-fm-icon-positive text-lg">
672
696
  🎯
673
697
  </span>
674
698
  </div>
675
699
  <div>
676
- <h5 className="text-sm font-semibold text-white">
700
+ <h5 className="text-fm-icon-active text-sm font-semibold">
677
701
  Active Hiring
678
702
  </h5>
679
- <p className="text-xs text-white/60">
703
+ <p className="text-fm-tertiary text-xs">
680
704
  Open positions
681
705
  </p>
682
706
  </div>
683
707
  </div>
684
- <div className="mb-1 text-2xl font-bold text-green-400">
708
+ <div className="text-fm-icon-positive mb-1 text-2xl font-bold">
685
709
  23
686
710
  </div>
687
- <div className="text-xs text-white/60">
711
+ <div className="text-fm-tertiary text-xs">
688
712
  Roles available
689
713
  </div>
690
714
  </div>
691
715
  </div>
692
716
  <div className="space-y-3">
693
- <div className="flex items-center justify-between rounded-lg border border-white/10 bg-white/5 p-3">
717
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary flex items-center justify-between rounded-lg border p-3">
694
718
  <div className="flex items-center gap-3">
695
- <div className="flex h-8 w-8 items-center justify-center rounded-full bg-white/10">
719
+ <div className="bg-fm-surface-secondary flex h-8 w-8 items-center justify-center rounded-full">
696
720
  <span className="text-xs">👨‍💻</span>
697
721
  </div>
698
722
  <div>
699
- <div className="text-sm font-medium text-white">
723
+ <div className="text-fm-icon-active text-sm font-medium">
700
724
  Senior React Developer
701
725
  </div>
702
- <div className="text-xs text-white/60">
726
+ <div className="text-fm-tertiary text-xs">
703
727
  Remote • Full-time • $120k-160k
704
728
  </div>
705
729
  </div>
706
730
  </div>
707
731
  <div className="flex items-center gap-2">
708
- <span className="text-xs text-blue-400">
732
+ <span className="text-fm-icon-info text-xs">
709
733
  47 applicants
710
734
  </span>
711
735
  <a
712
736
  href="#"
713
- className="rounded bg-blue-600 p-1 transition-colors hover:bg-blue-700"
737
+ className="bg-fm-icon-info hover:bg-fm-icon-info rounded p-1 transition-colors"
714
738
  >
715
- <LinkedInIcon className="h-3 w-3 text-white" />
739
+ <LinkedInIcon className="text-fm-icon-active h-3 w-3" />
716
740
  </a>
717
741
  </div>
718
742
  </div>
719
- <div className="flex items-center justify-between rounded-lg border border-white/10 bg-white/5 p-3">
743
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary flex items-center justify-between rounded-lg border p-3">
720
744
  <div className="flex items-center gap-3">
721
- <div className="flex h-8 w-8 items-center justify-center rounded-full bg-white/10">
745
+ <div className="bg-fm-surface-secondary flex h-8 w-8 items-center justify-center rounded-full">
722
746
  <span className="text-xs">👩‍🎨</span>
723
747
  </div>
724
748
  <div>
725
- <div className="text-sm font-medium text-white">
749
+ <div className="text-fm-icon-active text-sm font-medium">
726
750
  UX Designer
727
751
  </div>
728
- <div className="text-xs text-white/60">
752
+ <div className="text-fm-tertiary text-xs">
729
753
  Hybrid • Full-time • $90k-130k
730
754
  </div>
731
755
  </div>
732
756
  </div>
733
757
  <div className="flex items-center gap-2">
734
- <span className="text-xs text-blue-400">
758
+ <span className="text-fm-icon-info text-xs">
735
759
  32 applicants
736
760
  </span>
737
761
  <a
738
762
  href="#"
739
- className="rounded bg-blue-600 p-1 transition-colors hover:bg-blue-700"
763
+ className="bg-fm-icon-info hover:bg-fm-icon-info rounded p-1 transition-colors"
740
764
  >
741
- <LinkedInIcon className="h-3 w-3 text-white" />
765
+ <LinkedInIcon className="text-fm-icon-active h-3 w-3" />
742
766
  </a>
743
767
  </div>
744
768
  </div>
@@ -746,8 +770,8 @@ function ProfessionalProfile() {
746
770
  </div>
747
771
  </div>
748
772
  </div>
749
- <div className="rounded-lg bg-black/40 p-4">
750
- <pre className="overflow-x-auto text-sm !text-green-300">
773
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
774
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
751
775
  {`// Recruitment platform with LinkedIn integration
752
776
  <div className="recruitment-platform">
753
777
  <div className="platform-header">
@@ -799,122 +823,122 @@ function ProfessionalProfile() {
799
823
 
800
824
  {/* Business Team Directory */}
801
825
  <div className="!space-y-4">
802
- <h3 className="text-lg font-semibold !text-blue-300">
826
+ <h3 className="text-fm-icon-info! text-lg font-semibold">
803
827
  Business Team Directory
804
828
  </h3>
805
829
  <div className="!space-y-4">
806
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
807
- <div className="overflow-hidden rounded-lg border border-white/20 bg-black/50">
808
- <div className="border-b border-white/10 bg-white/5 p-4">
809
- <h4 className="text-lg font-semibold text-white">
830
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
831
+ <div className="border-fm-divider-primary bg-fm-surface-secondary overflow-hidden rounded-lg border">
832
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary border-b p-4">
833
+ <h4 className="text-fm-icon-active text-lg font-semibold">
810
834
  Leadership Team
811
835
  </h4>
812
- <p className="text-sm text-white/60">
836
+ <p className="text-fm-tertiary text-sm">
813
837
  Connect with our executives and department heads
814
838
  </p>
815
839
  </div>
816
840
  <div className="space-y-4 p-4">
817
841
  <div className="grid grid-cols-1 gap-4 md:grid-cols-2">
818
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
842
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
819
843
  <div className="mb-3 flex items-center gap-3">
820
- <div className="flex h-12 w-12 items-center justify-center rounded-full bg-white/10">
844
+ <div className="bg-fm-surface-secondary flex h-12 w-12 items-center justify-center rounded-full">
821
845
  <span className="text-lg">👩‍💼</span>
822
846
  </div>
823
847
  <div className="flex-1">
824
- <h5 className="text-sm font-semibold text-white">
848
+ <h5 className="text-fm-icon-active text-sm font-semibold">
825
849
  Sarah Chen
826
850
  </h5>
827
- <p className="text-xs text-white/60">
851
+ <p className="text-fm-tertiary text-xs">
828
852
  Chief Executive Officer
829
853
  </p>
830
854
  </div>
831
855
  <a
832
856
  href="#"
833
- className="rounded bg-blue-600 p-2 transition-colors hover:bg-blue-700"
857
+ className="bg-fm-icon-info hover:bg-fm-icon-info rounded p-2 transition-colors"
834
858
  aria-label="Connect with Sarah Chen on LinkedIn"
835
859
  >
836
- <LinkedInIcon className="h-4 w-4 text-white" />
860
+ <LinkedInIcon className="text-fm-icon-active h-4 w-4" />
837
861
  </a>
838
862
  </div>
839
- <p className="text-xs text-white/70">
863
+ <p className="text-fm-secondary text-xs">
840
864
  15+ years leading tech companies through rapid
841
865
  growth phases
842
866
  </p>
843
867
  </div>
844
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
868
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
845
869
  <div className="mb-3 flex items-center gap-3">
846
- <div className="flex h-12 w-12 items-center justify-center rounded-full bg-white/10">
870
+ <div className="bg-fm-surface-secondary flex h-12 w-12 items-center justify-center rounded-full">
847
871
  <span className="text-lg">👨‍💻</span>
848
872
  </div>
849
873
  <div className="flex-1">
850
- <h5 className="text-sm font-semibold text-white">
874
+ <h5 className="text-fm-icon-active text-sm font-semibold">
851
875
  David Rodriguez
852
876
  </h5>
853
- <p className="text-xs text-white/60">
877
+ <p className="text-fm-tertiary text-xs">
854
878
  Chief Technology Officer
855
879
  </p>
856
880
  </div>
857
881
  <a
858
882
  href="#"
859
- className="rounded bg-blue-600 p-2 transition-colors hover:bg-blue-700"
883
+ className="bg-fm-icon-info hover:bg-fm-icon-info rounded p-2 transition-colors"
860
884
  aria-label="Connect with David Rodriguez on LinkedIn"
861
885
  >
862
- <LinkedInIcon className="h-4 w-4 text-white" />
886
+ <LinkedInIcon className="text-fm-icon-active h-4 w-4" />
863
887
  </a>
864
888
  </div>
865
- <p className="text-xs text-white/70">
889
+ <p className="text-fm-secondary text-xs">
866
890
  Former engineering lead at major tech
867
891
  companies, patent holder
868
892
  </p>
869
893
  </div>
870
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
894
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
871
895
  <div className="mb-3 flex items-center gap-3">
872
- <div className="flex h-12 w-12 items-center justify-center rounded-full bg-white/10">
896
+ <div className="bg-fm-surface-secondary flex h-12 w-12 items-center justify-center rounded-full">
873
897
  <span className="text-lg">👩‍🎨</span>
874
898
  </div>
875
899
  <div className="flex-1">
876
- <h5 className="text-sm font-semibold text-white">
900
+ <h5 className="text-fm-icon-active text-sm font-semibold">
877
901
  Emily Johnson
878
902
  </h5>
879
- <p className="text-xs text-white/60">
903
+ <p className="text-fm-tertiary text-xs">
880
904
  Head of Design
881
905
  </p>
882
906
  </div>
883
907
  <a
884
908
  href="#"
885
- className="rounded bg-blue-600 p-2 transition-colors hover:bg-blue-700"
909
+ className="bg-fm-icon-info hover:bg-fm-icon-info rounded p-2 transition-colors"
886
910
  aria-label="Connect with Emily Johnson on LinkedIn"
887
911
  >
888
- <LinkedInIcon className="h-4 w-4 text-white" />
912
+ <LinkedInIcon className="text-fm-icon-active h-4 w-4" />
889
913
  </a>
890
914
  </div>
891
- <p className="text-xs text-white/70">
915
+ <p className="text-fm-secondary text-xs">
892
916
  Award-winning designer with expertise in user
893
917
  experience and brand strategy
894
918
  </p>
895
919
  </div>
896
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
920
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
897
921
  <div className="mb-3 flex items-center gap-3">
898
- <div className="flex h-12 w-12 items-center justify-center rounded-full bg-white/10">
922
+ <div className="bg-fm-surface-secondary flex h-12 w-12 items-center justify-center rounded-full">
899
923
  <span className="text-lg">👨‍💼</span>
900
924
  </div>
901
925
  <div className="flex-1">
902
- <h5 className="text-sm font-semibold text-white">
926
+ <h5 className="text-fm-icon-active text-sm font-semibold">
903
927
  Marcus Thompson
904
928
  </h5>
905
- <p className="text-xs text-white/60">
929
+ <p className="text-fm-tertiary text-xs">
906
930
  VP of Sales
907
931
  </p>
908
932
  </div>
909
933
  <a
910
934
  href="#"
911
- className="rounded bg-blue-600 p-2 transition-colors hover:bg-blue-700"
935
+ className="bg-fm-icon-info hover:bg-fm-icon-info rounded p-2 transition-colors"
912
936
  aria-label="Connect with Marcus Thompson on LinkedIn"
913
937
  >
914
- <LinkedInIcon className="h-4 w-4 text-white" />
938
+ <LinkedInIcon className="text-fm-icon-active h-4 w-4" />
915
939
  </a>
916
940
  </div>
917
- <p className="text-xs text-white/70">
941
+ <p className="text-fm-secondary text-xs">
918
942
  Top sales performer with track record of
919
943
  building high-performing teams
920
944
  </p>
@@ -923,8 +947,8 @@ function ProfessionalProfile() {
923
947
  </div>
924
948
  </div>
925
949
  </div>
926
- <div className="rounded-lg bg-black/40 p-4">
927
- <pre className="overflow-x-auto text-sm !text-green-300">
950
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
951
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
928
952
  {`// Business team directory
929
953
  <div className="team-directory">
930
954
  <div className="directory-header">
@@ -960,67 +984,67 @@ function ProfessionalProfile() {
960
984
 
961
985
  {/* Professional Share Widget */}
962
986
  <div className="!space-y-4">
963
- <h3 className="text-lg font-semibold !text-blue-300">
987
+ <h3 className="text-fm-icon-info! text-lg font-semibold">
964
988
  Professional Content Sharing
965
989
  </h3>
966
990
  <div className="!space-y-4">
967
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
968
- <div className="overflow-hidden rounded-lg border border-white/20 bg-black/50">
991
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
992
+ <div className="border-fm-divider-primary bg-fm-surface-secondary overflow-hidden rounded-lg border">
969
993
  <div className="p-6">
970
994
  <div className="mb-6 text-center">
971
- <h4 className="mb-2 text-xl font-semibold text-white">
995
+ <h4 className="text-fm-icon-active mb-2 text-xl font-semibold">
972
996
  Share Your Success
973
997
  </h4>
974
- <p className="text-sm text-white/70">
998
+ <p className="text-fm-secondary text-sm">
975
999
  Expand your professional network and showcase
976
1000
  achievements
977
1001
  </p>
978
1002
  </div>
979
1003
  <div className="mb-6 grid grid-cols-2 gap-4">
980
- <div className="rounded-lg border border-blue-500/20 bg-blue-500/10 p-4">
981
- <div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg bg-blue-600">
982
- <LinkedInIcon className="h-6 w-6 text-white" />
1004
+ <div className="border-fm-icon-info/20 bg-fm-icon-info/10 rounded-lg border p-4">
1005
+ <div className="bg-fm-icon-info mb-3 flex h-12 w-12 items-center justify-center rounded-lg">
1006
+ <LinkedInIcon className="text-fm-icon-active h-6 w-6" />
983
1007
  </div>
984
- <h5 className="mb-2 text-sm font-semibold text-white">
1008
+ <h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
985
1009
  Professional Network
986
1010
  </h5>
987
- <p className="text-xs text-white/60">
1011
+ <p className="text-fm-tertiary text-xs">
988
1012
  Share achievements and insights with your
989
1013
  professional network
990
1014
  </p>
991
1015
  </div>
992
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
993
- <div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg bg-indigo-500/20">
1016
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
1017
+ <div className="bg-fm-icon-info/20 mb-3 flex h-12 w-12 items-center justify-center rounded-lg">
994
1018
  <span className="text-xl">🚀</span>
995
1019
  </div>
996
- <h5 className="mb-2 text-sm font-semibold text-white">
1020
+ <h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
997
1021
  Career Growth
998
1022
  </h5>
999
- <p className="text-xs text-white/60">
1023
+ <p className="text-fm-tertiary text-xs">
1000
1024
  Build your personal brand and advance your
1001
1025
  career
1002
1026
  </p>
1003
1027
  </div>
1004
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
1005
- <div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg bg-green-500/20">
1028
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
1029
+ <div className="bg-fm-icon-positive/20 mb-3 flex h-12 w-12 items-center justify-center rounded-lg">
1006
1030
  <span className="text-xl">🤝</span>
1007
1031
  </div>
1008
- <h5 className="mb-2 text-sm font-semibold text-white">
1032
+ <h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
1009
1033
  Business Connections
1010
1034
  </h5>
1011
- <p className="text-xs text-white/60">
1035
+ <p className="text-fm-tertiary text-xs">
1012
1036
  Connect with industry leaders and potential
1013
1037
  collaborators
1014
1038
  </p>
1015
1039
  </div>
1016
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
1017
- <div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg bg-purple-500/20">
1040
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
1041
+ <div className="bg-fm-secondary-500/20 mb-3 flex h-12 w-12 items-center justify-center rounded-lg">
1018
1042
  <span className="text-xl">💼</span>
1019
1043
  </div>
1020
- <h5 className="mb-2 text-sm font-semibold text-white">
1044
+ <h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
1021
1045
  Thought Leadership
1022
1046
  </h5>
1023
- <p className="text-xs text-white/60">
1047
+ <p className="text-fm-tertiary text-xs">
1024
1048
  Establish yourself as an industry expert and
1025
1049
  influencer
1026
1050
  </p>
@@ -1029,7 +1053,7 @@ function ProfessionalProfile() {
1029
1053
  <div className="text-center">
1030
1054
  <a
1031
1055
  href="#"
1032
- className="inline-flex items-center gap-2 rounded-lg bg-blue-600 px-6 py-3 font-medium text-white transition-colors hover:bg-blue-700"
1056
+ className="bg-fm-icon-info text-fm-icon-active hover:bg-fm-icon-info inline-flex items-center gap-2 rounded-lg px-6 py-3 font-medium transition-colors"
1033
1057
  >
1034
1058
  <LinkedInIcon className="h-5 w-5" />
1035
1059
  <span>Share on LinkedIn</span>
@@ -1038,8 +1062,8 @@ function ProfessionalProfile() {
1038
1062
  </div>
1039
1063
  </div>
1040
1064
  </div>
1041
- <div className="rounded-lg bg-black/40 p-4">
1042
- <pre className="overflow-x-auto text-sm !text-green-300">
1065
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
1066
+ <pre className="text-fm-icon-positive! overflow-x-auto text-sm">
1043
1067
  {`// Professional content sharing widget
1044
1068
  <div className="content-sharing-widget">
1045
1069
  <div className="widget-header">
@@ -1077,65 +1101,65 @@ function ProfessionalProfile() {
1077
1101
 
1078
1102
  {/* Accessibility */}
1079
1103
  <div className="!space-y-8">
1080
- <h2 className="text-center text-3xl font-bold !text-white">
1104
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
1081
1105
  Accessibility Features
1082
1106
  </h2>
1083
1107
  <div className="grid grid-cols-1 gap-8 md:grid-cols-2">
1084
- <div className="!space-y-4 rounded-lg border border-white/10 bg-white/5 p-6">
1085
- <h3 className="text-lg font-semibold !text-green-300">
1108
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-4 rounded-lg border p-6">
1109
+ <h3 className="text-fm-icon-positive! text-lg font-semibold">
1086
1110
  ✅ Built-in Features
1087
1111
  </h3>
1088
- <ul className="!space-y-2 text-sm !text-white/70">
1089
- <li className="!text-white/70">
1112
+ <ul className="text-fm-secondary! !space-y-2 text-sm">
1113
+ <li className="text-fm-secondary!">
1090
1114
  Uses Radix UI AccessibleIcon wrapper
1091
1115
  </li>
1092
- <li className="!text-white/70">
1116
+ <li className="text-fm-secondary!">
1093
1117
  Provides screen reader label "LinkedIn icon"
1094
1118
  </li>
1095
- <li className="!text-white/70">
1119
+ <li className="text-fm-secondary!">
1096
1120
  Supports keyboard navigation when interactive
1097
1121
  </li>
1098
- <li className="!text-white/70">
1122
+ <li className="text-fm-secondary!">
1099
1123
  High contrast design for visibility
1100
1124
  </li>
1101
- <li className="!text-white/70">
1125
+ <li className="text-fm-secondary!">
1102
1126
  Maintains aspect ratio across all sizes
1103
1127
  </li>
1104
1128
  </ul>
1105
1129
  </div>
1106
1130
 
1107
- <div className="!space-y-4 rounded-lg border border-white/10 bg-white/5 p-6">
1108
- <h3 className="text-lg font-semibold !text-blue-300">
1131
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-4 rounded-lg border p-6">
1132
+ <h3 className="text-fm-icon-info! text-lg font-semibold">
1109
1133
  💡 Best Practices
1110
1134
  </h3>
1111
- <ul className="!space-y-2 text-sm text-white/70">
1112
- <li className="!text-white/70">
1135
+ <ul className="text-fm-secondary !space-y-2 text-sm">
1136
+ <li className="text-fm-secondary!">
1113
1137
  Always provide descriptive aria-labels for LinkedIn
1114
1138
  actions
1115
1139
  </li>
1116
- <li className="!text-white/70">
1140
+ <li className="text-fm-secondary!">
1117
1141
  Use LinkedIn's official blue color for brand consistency
1118
1142
  </li>
1119
- <li className="!text-white/70">
1143
+ <li className="text-fm-secondary!">
1120
1144
  Ensure sufficient contrast with professional contexts
1121
1145
  </li>
1122
- <li className="!text-white/70">
1146
+ <li className="text-fm-secondary!">
1123
1147
  Include external link indicators for LinkedIn URLs
1124
1148
  </li>
1125
- <li className="!text-white/70">
1149
+ <li className="text-fm-secondary!">
1126
1150
  Consider professional context in related features
1127
1151
  </li>
1128
1152
  </ul>
1129
1153
  </div>
1130
1154
  </div>
1131
1155
 
1132
- <div className="rounded-lg border border-white/10 bg-white/5 p-6">
1133
- <h3 className="mb-4 text-lg font-semibold !text-blue-300">
1156
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-6">
1157
+ <h3 className="text-fm-icon-info! mb-4 text-lg font-semibold">
1134
1158
  Proper ARIA Implementation
1135
1159
  </h3>
1136
1160
  <div className="grid grid-cols-1 gap-6 lg:grid-cols-2">
1137
- <div className="rounded-lg bg-black/40 p-4">
1138
- <pre className="overflow-x-auto text-sm !text-cyan-300">
1161
+ <div className="bg-fm-surface-secondary rounded-lg p-4">
1162
+ <pre className="text-fm-icon-info! overflow-x-auto text-sm">
1139
1163
  {`// LinkedIn profile link
1140
1164
  <a
1141
1165
  href="https://linkedin.com/in/username"
@@ -1229,14 +1253,14 @@ function ProfessionalProfile() {
1229
1253
  </pre>
1230
1254
  </div>
1231
1255
  <div className="!space-y-4">
1232
- <p className="text-sm !text-white/70">
1256
+ <p className="text-fm-secondary! text-sm">
1233
1257
  When using LinkedInIcon for professional integration,
1234
1258
  always provide clear context about the professional
1235
1259
  relationship and ensure users understand the networking
1236
1260
  implications of their actions.
1237
1261
  </p>
1238
- <div className="rounded-lg border border-blue-500/20 bg-blue-500/10 p-4">
1239
- <div className="flex items-center gap-2 text-sm text-blue-200">
1262
+ <div className="border-fm-icon-info/20 bg-fm-icon-info/10 rounded-lg border p-4">
1263
+ <div className="text-fm-icon-info flex items-center gap-2 text-sm">
1240
1264
  <LinkedInIcon className="h-4 w-4" />
1241
1265
  <span>
1242
1266
  Consider professional context and career
@@ -1251,52 +1275,58 @@ function ProfessionalProfile() {
1251
1275
 
1252
1276
  {/* Related Icons */}
1253
1277
  <div className="!space-y-8">
1254
- <h2 className="text-center text-3xl font-bold !text-white">
1278
+ <h2 className="text-fm-icon-active! text-center text-3xl font-bold">
1255
1279
  Related Icons
1256
1280
  </h2>
1257
1281
  <div className="grid grid-cols-2 gap-6 md:grid-cols-4">
1258
- <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
1259
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-black">
1260
- <span className="!text-2xl !text-white">𝕏</span>
1282
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
1283
+ <div className="bg-fm-surface-primary !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
1284
+ <span className="text-fm-icon-active! !text-2xl">𝕏</span>
1261
1285
  </div>
1262
1286
  <div>
1263
- <div className="font-medium text-white">TwitterXIcon</div>
1264
- <div className="text-xs text-white/60">
1287
+ <div className="text-fm-icon-active font-medium">
1288
+ TwitterXIcon
1289
+ </div>
1290
+ <div className="text-fm-tertiary text-xs">
1265
1291
  Social network
1266
1292
  </div>
1267
1293
  </div>
1268
1294
  </div>
1269
- <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
1270
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-gradient-to-br from-pink-500 via-purple-500 to-orange-500">
1271
- <span className="!text-2xl !text-white">📷</span>
1295
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
1296
+ <div className="from-fm-secondary-500 via-fm-secondary-500 to-fm-icon-warning !mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-linear-to-br">
1297
+ <span className="text-fm-icon-active! !text-2xl">📷</span>
1272
1298
  </div>
1273
1299
  <div>
1274
- <div className="font-medium text-white">
1300
+ <div className="text-fm-icon-active font-medium">
1275
1301
  InstagramIcon
1276
1302
  </div>
1277
- <div className="text-xs text-white/60">
1303
+ <div className="text-fm-tertiary text-xs">
1278
1304
  Visual content
1279
1305
  </div>
1280
1306
  </div>
1281
1307
  </div>
1282
- <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
1283
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-blue-500/20">
1284
- <span className="!text-2xl !text-white">📘</span>
1308
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
1309
+ <div className="bg-fm-icon-info/20 !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
1310
+ <span className="text-fm-icon-active! !text-2xl">📘</span>
1285
1311
  </div>
1286
1312
  <div>
1287
- <div className="font-medium text-white">FacebookIcon</div>
1288
- <div className="text-xs text-white/60">
1313
+ <div className="text-fm-icon-active font-medium">
1314
+ FacebookIcon
1315
+ </div>
1316
+ <div className="text-fm-tertiary text-xs">
1289
1317
  Social platform
1290
1318
  </div>
1291
1319
  </div>
1292
1320
  </div>
1293
- <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
1294
- <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-gray-600">
1295
- <span className="!text-2xl !text-white">🐙</span>
1321
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary !space-y-3 rounded-lg border p-4 text-center">
1322
+ <div className="bg-fm-surface-tertiary !mx-auto flex h-12 w-12 items-center justify-center rounded-lg">
1323
+ <span className="text-fm-icon-active! !text-2xl">🐙</span>
1296
1324
  </div>
1297
1325
  <div>
1298
- <div className="font-medium text-white">GitHubIcon</div>
1299
- <div className="text-xs text-white/60">
1326
+ <div className="text-fm-icon-active font-medium">
1327
+ GitHubIcon
1328
+ </div>
1329
+ <div className="text-fm-tertiary text-xs">
1300
1330
  Code repository
1301
1331
  </div>
1302
1332
  </div>
@@ -1306,15 +1336,15 @@ function ProfessionalProfile() {
1306
1336
  </div>
1307
1337
 
1308
1338
  {/* Footer */}
1309
- <div className="border-t border-white/10 bg-black/20 backdrop-blur-xl">
1339
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary border-t backdrop-blur-xl">
1310
1340
  <div className="!mx-auto max-w-7xl px-6 py-8">
1311
1341
  <div className="!space-y-4 text-center">
1312
- <p className="!text-white/60">
1342
+ <p className="text-fm-tertiary!">
1313
1343
  LinkedInIcon is part of the Aural UI icon library, built
1314
1344
  with accessibility and professional networking best
1315
1345
  practices in mind.
1316
1346
  </p>
1317
- <p className="text-sm !text-white/40">
1347
+ <p className="text-fm-placeholder! text-sm">
1318
1348
  All icons use Radix UI's AccessibleIcon for screen reader
1319
1349
  compatibility and follow WCAG guidelines for professional
1320
1350
  platform recognition and career development accessibility.
@@ -1364,20 +1394,20 @@ const storyParameters = {
1364
1394
  backgrounds: {
1365
1395
  default: "dark",
1366
1396
  values: [
1367
- { name: "dark", value: "#0a0a0a" },
1368
- { name: "darker", value: "#000000" },
1397
+ { name: "dark", value: "var(--color-fm-surface-primary)" },
1398
+ { name: "darker", value: "var(--color-fm-neutral-0)" },
1369
1399
  ],
1370
1400
  },
1371
1401
  }
1372
1402
 
1373
1403
  export const Default: Story = {
1374
1404
  args: {
1375
- className: "h-8 w-8 text-blue-500",
1405
+ className: "h-8 w-8 text-fm-icon-info",
1376
1406
  withAccessibility: true,
1377
1407
  },
1378
1408
  parameters: storyParameters,
1379
1409
  render: (args) => (
1380
- <div className="flex h-32 min-h-dvh items-center justify-center rounded-lg bg-gradient-to-br from-gray-900 to-gray-800">
1410
+ <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">
1381
1411
  <LinkedInIcon {...args} />
1382
1412
  </div>
1383
1413
  ),
@@ -1394,30 +1424,30 @@ export const SizeVariations: Story = {
1394
1424
  },
1395
1425
  },
1396
1426
  render: () => (
1397
- <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">
1427
+ <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">
1398
1428
  <div className="text-center">
1399
- <LinkedInIcon className="!mx-auto mb-2 h-3 w-3 text-blue-400" />
1400
- <span className="text-xs text-white/60">12px</span>
1429
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-3 w-3" />
1430
+ <span className="text-fm-tertiary text-xs">12px</span>
1401
1431
  </div>
1402
1432
  <div className="text-center">
1403
- <LinkedInIcon className="!mx-auto mb-2 h-4 w-4 text-blue-400" />
1404
- <span className="text-xs text-white/60">16px</span>
1433
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-4 w-4" />
1434
+ <span className="text-fm-tertiary text-xs">16px</span>
1405
1435
  </div>
1406
1436
  <div className="text-center">
1407
- <LinkedInIcon className="!mx-auto mb-2 h-5 w-5 text-blue-400" />
1408
- <span className="text-xs text-white/60">20px</span>
1437
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-5 w-5" />
1438
+ <span className="text-fm-tertiary text-xs">20px</span>
1409
1439
  </div>
1410
1440
  <div className="text-center">
1411
- <LinkedInIcon className="!mx-auto mb-2 h-6 w-6 text-blue-400" />
1412
- <span className="text-xs text-white/60">24px</span>
1441
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-6 w-6" />
1442
+ <span className="text-fm-tertiary text-xs">24px</span>
1413
1443
  </div>
1414
1444
  <div className="text-center">
1415
- <LinkedInIcon className="!mx-auto mb-2 h-8 w-8 text-blue-400" />
1416
- <span className="text-xs text-white/60">32px</span>
1445
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-8 w-8" />
1446
+ <span className="text-fm-tertiary text-xs">32px</span>
1417
1447
  </div>
1418
1448
  <div className="text-center">
1419
- <LinkedInIcon className="!mx-auto mb-2 h-12 w-12 text-blue-400" />
1420
- <span className="text-xs text-white/60">48px</span>
1449
+ <LinkedInIcon className="text-fm-icon-info !mx-auto mb-2 h-12 w-12" />
1450
+ <span className="text-fm-tertiary text-xs">48px</span>
1421
1451
  </div>
1422
1452
  </div>
1423
1453
  ),
@@ -1434,37 +1464,43 @@ export const BrandColors: Story = {
1434
1464
  },
1435
1465
  },
1436
1466
  render: () => (
1437
- <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">
1467
+ <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">
1438
1468
  <div className="text-center">
1439
1469
  <div
1440
- className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg bg-blue-600"
1470
+ className="bg-fm-icon-info !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg"
1441
1471
  style={{ backgroundColor: "#0077B5" }}
1442
1472
  >
1443
- <LinkedInIcon className="h-8 w-8 text-white" />
1473
+ <LinkedInIcon className="text-fm-icon-active h-8 w-8" />
1444
1474
  </div>
1445
- <div className="text-sm font-medium text-white">Official Blue</div>
1446
- <div className="text-xs text-blue-400">#0077B5</div>
1475
+ <div className="text-fm-icon-active text-sm font-medium">
1476
+ Official Blue
1477
+ </div>
1478
+ <div className="text-fm-icon-info text-xs">#0077B5</div>
1447
1479
  </div>
1448
1480
  <div className="text-center">
1449
- <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg bg-blue-700">
1450
- <LinkedInIcon className="h-8 w-8 text-white" />
1481
+ <div className="bg-fm-icon-info !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg">
1482
+ <LinkedInIcon className="text-fm-icon-active h-8 w-8" />
1451
1483
  </div>
1452
- <div className="text-sm font-medium text-white">Dark Blue</div>
1453
- <div className="text-xs text-blue-400">Hover state</div>
1484
+ <div className="text-fm-icon-active text-sm font-medium">Dark Blue</div>
1485
+ <div className="text-fm-icon-info text-xs">Hover state</div>
1454
1486
  </div>
1455
1487
  <div className="text-center">
1456
- <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border border-gray-300 bg-white">
1457
- <LinkedInIcon className="h-8 w-8 text-blue-600" />
1488
+ <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">
1489
+ <LinkedInIcon className="text-fm-icon-info h-8 w-8" />
1490
+ </div>
1491
+ <div className="text-fm-icon-active text-sm font-medium">
1492
+ Blue on White
1458
1493
  </div>
1459
- <div className="text-sm font-medium text-white">Blue on White</div>
1460
- <div className="text-xs text-white/60">Light backgrounds</div>
1494
+ <div className="text-fm-tertiary text-xs">Light backgrounds</div>
1461
1495
  </div>
1462
1496
  <div className="text-center">
1463
- <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg bg-gray-800">
1464
- <LinkedInIcon className="h-8 w-8 text-white" />
1497
+ <div className="bg-fm-surface-secondary !mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg">
1498
+ <LinkedInIcon className="text-fm-icon-active h-8 w-8" />
1465
1499
  </div>
1466
- <div className="text-sm font-medium text-white">Monochrome White</div>
1467
- <div className="text-xs text-white/60">Dark backgrounds</div>
1500
+ <div className="text-fm-icon-active text-sm font-medium">
1501
+ Monochrome White
1502
+ </div>
1503
+ <div className="text-fm-tertiary text-xs">Dark backgrounds</div>
1468
1504
  </div>
1469
1505
  </div>
1470
1506
  ),
@@ -1481,28 +1517,30 @@ export const UsageExamples: Story = {
1481
1517
  },
1482
1518
  },
1483
1519
  render: () => (
1484
- <div className="min-h-dvh !space-y-8 rounded-lg bg-gradient-to-br from-gray-900 to-gray-800 p-8">
1520
+ <div className="from-fm-surface-primary to-fm-surface-secondary min-h-dvh !space-y-8 rounded-lg bg-linear-to-br p-8">
1485
1521
  {/* Professional Profile */}
1486
1522
  <div className="!space-y-2">
1487
- <h3 className="text-sm font-medium text-white">Professional Profile</h3>
1488
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
1489
- <div className="flex items-center gap-4 rounded border border-white/10 bg-black/30 p-4">
1490
- <div className="flex h-12 w-12 items-center justify-center rounded-full bg-white/10">
1523
+ <h3 className="text-fm-icon-active text-sm font-medium">
1524
+ Professional Profile
1525
+ </h3>
1526
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
1527
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary flex items-center gap-4 rounded border p-4">
1528
+ <div className="bg-fm-surface-secondary flex h-12 w-12 items-center justify-center rounded-full">
1491
1529
  <span className="text-lg">👨‍💼</span>
1492
1530
  </div>
1493
1531
  <div className="flex-1">
1494
- <div className="text-sm font-medium text-white">
1532
+ <div className="text-fm-icon-active text-sm font-medium">
1495
1533
  Michael Johnson
1496
1534
  </div>
1497
- <div className="text-xs text-white/60">
1535
+ <div className="text-fm-tertiary text-xs">
1498
1536
  Senior Product Manager at TechCorp
1499
1537
  </div>
1500
1538
  </div>
1501
1539
  <a
1502
1540
  href="#"
1503
- className="rounded bg-blue-600 p-2 transition-colors hover:bg-blue-700"
1541
+ className="bg-fm-icon-info hover:bg-fm-icon-info rounded p-2 transition-colors"
1504
1542
  >
1505
- <LinkedInIcon className="h-4 w-4 text-white" />
1543
+ <LinkedInIcon className="text-fm-icon-active h-4 w-4" />
1506
1544
  </a>
1507
1545
  </div>
1508
1546
  </div>
@@ -1510,16 +1548,18 @@ export const UsageExamples: Story = {
1510
1548
 
1511
1549
  {/* Recruitment */}
1512
1550
  <div className="!space-y-2">
1513
- <h3 className="text-sm font-medium text-white">Recruitment Platform</h3>
1514
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
1515
- <div className="flex items-center justify-between rounded border border-blue-500/20 bg-blue-600/10 p-3">
1551
+ <h3 className="text-fm-icon-active text-sm font-medium">
1552
+ Recruitment Platform
1553
+ </h3>
1554
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
1555
+ <div className="border-fm-icon-info/20 bg-fm-icon-info/10 flex items-center justify-between rounded border p-3">
1516
1556
  <div className="flex items-center gap-2">
1517
- <LinkedInIcon className="h-5 w-5 text-blue-400" />
1518
- <span className="text-sm font-medium text-white">
1557
+ <LinkedInIcon className="text-fm-icon-info h-5 w-5" />
1558
+ <span className="text-fm-icon-active text-sm font-medium">
1519
1559
  Talent Acquisition
1520
1560
  </span>
1521
1561
  </div>
1522
- <button className="rounded bg-blue-600 px-3 py-1 text-sm text-white transition-colors hover:bg-blue-700">
1562
+ <button className="bg-fm-icon-info text-fm-icon-active hover:bg-fm-icon-info rounded px-3 py-1 text-sm transition-colors">
1523
1563
  Post Job
1524
1564
  </button>
1525
1565
  </div>
@@ -1528,32 +1568,32 @@ export const UsageExamples: Story = {
1528
1568
 
1529
1569
  {/* Professional Links */}
1530
1570
  <div className="!space-y-2">
1531
- <h3 className="text-sm font-medium text-white">
1571
+ <h3 className="text-fm-icon-active text-sm font-medium">
1532
1572
  Professional Social Links
1533
1573
  </h3>
1534
- <div className="rounded-lg border border-white/10 bg-white/5 p-4">
1574
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-4">
1535
1575
  <div className="flex items-center gap-3">
1536
- <span className="text-sm text-white/60">
1576
+ <span className="text-fm-tertiary text-sm">
1537
1577
  Professional networks:
1538
1578
  </span>
1539
1579
  <div className="flex gap-2">
1540
1580
  <a
1541
1581
  href="#"
1542
- className="rounded bg-blue-600 p-2 transition-colors hover:bg-blue-700"
1582
+ className="bg-fm-icon-info hover:bg-fm-icon-info rounded p-2 transition-colors"
1543
1583
  >
1544
- <LinkedInIcon className="h-4 w-4 text-white" />
1584
+ <LinkedInIcon className="text-fm-icon-active h-4 w-4" />
1545
1585
  </a>
1546
1586
  <a
1547
1587
  href="#"
1548
- className="rounded border border-gray-700 bg-black p-2 transition-colors hover:bg-gray-800"
1588
+ className="border-fm-divider-contrast bg-fm-surface-primary hover:bg-fm-surface-secondary rounded border p-2 transition-colors"
1549
1589
  >
1550
- <span className="text-sm text-white">𝕏</span>
1590
+ <span className="text-fm-icon-active text-sm">𝕏</span>
1551
1591
  </a>
1552
1592
  <a
1553
1593
  href="#"
1554
- className="rounded bg-gray-600 p-2 transition-colors hover:bg-gray-700"
1594
+ className="bg-fm-surface-tertiary hover:bg-fm-surface-secondary rounded p-2 transition-colors"
1555
1595
  >
1556
- <span className="text-sm text-white">🐙</span>
1596
+ <span className="text-fm-icon-active text-sm">🐙</span>
1557
1597
  </a>
1558
1598
  </div>
1559
1599
  </div>
@@ -1576,11 +1616,11 @@ export const Playground: Story = {
1576
1616
  args: {
1577
1617
  width: 24,
1578
1618
  height: 24,
1579
- className: "text-blue-500",
1619
+ className: "text-fm-icon-info",
1580
1620
  },
1581
1621
  render: (args) => (
1582
- <div className="flex h-64 min-h-dvh items-center justify-center rounded-lg bg-gradient-to-br from-gray-900 to-gray-800">
1583
- <div className="rounded-lg border border-white/10 bg-white/5 p-8">
1622
+ <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">
1623
+ <div className="border-fm-divider-secondary bg-fm-surface-secondary rounded-lg border p-8">
1584
1624
  <LinkedInIcon {...args} />
1585
1625
  </div>
1586
1626
  </div>