aural-ui 3.0.7 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/aspect-ratio/AspectRatio.stories.tsx +271 -242
- package/dist/components/avatar/Avatar.stories.tsx +84 -70
- package/dist/components/button/Button.stories.tsx +7 -7
- package/dist/components/button/index.tsx +7 -7
- package/dist/components/card/Card.stories.tsx +3 -3
- package/dist/components/char-count/CharCount.stories.tsx +9 -9
- package/dist/components/circular-loader/CircularLoader.stories.tsx +109 -93
- package/dist/components/collapsible/Collapsible.stories.tsx +1 -1
- package/dist/components/command/Command.stories.tsx +52 -38
- package/dist/components/dialog/Dialog.stories.tsx +89 -84
- package/dist/components/divider/Divider.stories.tsx +86 -60
- package/dist/components/dot-loader/DotLoader.stories.tsx +12 -12
- package/dist/components/drawer/Drawer.stories.tsx +74 -44
- package/dist/components/drawer/index.tsx +3 -3
- package/dist/components/dropdown/Dropdown.stories.tsx +42 -32
- package/dist/components/helper-text/HelperText.stories.tsx +2 -2
- package/dist/components/hover-card/HoverCard.stories.tsx +211 -178
- package/dist/components/input/Input.stories.tsx +2 -2
- package/dist/components/label/Label.stories.tsx +10 -10
- package/dist/components/list/List.stories.tsx +58 -44
- package/dist/components/marquee/Marquee.stories.tsx +131 -113
- package/dist/components/otp-inputs/OtpInputs.stories.tsx +47 -35
- package/dist/components/overlay/Overlay.stories.tsx +98 -92
- package/dist/components/overlay/index.tsx +4 -4
- package/dist/components/popover/Popover.stories.tsx +132 -106
- package/dist/components/radio/Radio.stories.tsx +2 -2
- package/dist/components/resizable/Resizable.stories.tsx +186 -138
- package/dist/components/scroll-area/ScrollArea.stories.tsx +174 -120
- package/dist/components/search/Search.stories.tsx +81 -59
- package/dist/components/select/Select.stories.tsx +3 -1
- package/dist/components/sheet/Sheet.stories.tsx +68 -54
- package/dist/components/slider/Slider.stories.tsx +71 -47
- package/dist/components/stepper/Stepper.stories.tsx +16 -16
- package/dist/components/switch/Switch.stories.tsx +12 -12
- package/dist/components/table/Table.stories.tsx +8 -6
- package/dist/components/tabs/Tabs.stories.tsx +324 -268
- package/dist/components/textarea/TextArea.stories.tsx +1 -1
- package/dist/components/thumbnail-tags/ThumbnailTags.stories.tsx +16 -10
- package/dist/components/toast/Toast.stories.tsx +51 -45
- package/dist/components/toggle/Toggle.stories.tsx +111 -89
- package/dist/components/tooltip/Tooltip.stories.tsx +160 -144
- package/dist/icons/Icons.stories.tsx +2 -2
- package/dist/icons/ai-avatar-icon/AiAvatarIcon.stories.tsx +287 -237
- package/dist/icons/alert-icon/AlertIcon.stories.tsx +290 -248
- package/dist/icons/all-icons.tsx +97 -81
- package/dist/icons/angle-down-icon/AngleDownIcon.stories.tsx +312 -270
- package/dist/icons/apple-logo-icon/AppleLogoIcon.stories.tsx +294 -244
- package/dist/icons/arrow-box-left-icon/ArrowBoxLeftIcon.stories.tsx +309 -279
- package/dist/icons/arrow-corner-up-left-icon/ArrowCornerUpLeftIcon.stories.tsx +294 -258
- package/dist/icons/arrow-corner-up-right-icon/ArrowCornerUpRightIcon.stories.tsx +289 -255
- package/dist/icons/arrow-left-icon/ArrowLeftIcon.stories.tsx +288 -256
- package/dist/icons/arrow-right-icon/ArrowRightIcon.stories.tsx +322 -288
- package/dist/icons/arrow-right-up-icon/ArrowRightUpIcon.stories.tsx +340 -296
- package/dist/icons/art-board-icon/ArtBoardIcon.stories.tsx +197 -177
- package/dist/icons/audio-bar-icon/AudioBarIcon.stories.tsx +390 -328
- package/dist/icons/backward-ten-seconds-icon/BackwardTenSecondsIcon.stories.tsx +313 -277
- package/dist/icons/bubble-check-icon/BubbleCheckIcon.stories.tsx +367 -309
- package/dist/icons/bubble-crossed-icon/BubbleCrossedIcon.stories.tsx +356 -308
- package/dist/icons/bubble-sparkle-icon/BubbleSparkleIcon.stories.tsx +280 -234
- package/dist/icons/camera-icon/CameraIcon.stories.tsx +370 -326
- package/dist/icons/capital-a-letter-icon/CapitalALetterIcon.stories.tsx +300 -256
- package/dist/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.stories.tsx +298 -262
- package/dist/icons/chevron-double-right-icon/ChevronDoubleRightIcon.stories.tsx +294 -260
- package/dist/icons/chevron-down-icon/ChevronDownIcon.stories.tsx +291 -259
- package/dist/icons/chevron-left-icon/ChevronLeftIcon.stories.tsx +286 -256
- package/dist/icons/chevron-right-icon/ChevronRightIcon.stories.tsx +282 -256
- package/dist/icons/chevron-up-icon/ChevronUpIcon.stories.tsx +292 -256
- package/dist/icons/circle-tick-icon/CircleTickIcon.stories.tsx +338 -290
- package/dist/icons/circular-play-icon/CircularPlayIcon.stories.tsx +167 -148
- package/dist/icons/coin-icon/CoinIcon.stories.tsx +342 -296
- package/dist/icons/coin-toons-icon/CoinToonsIcon.stories.tsx +342 -296
- package/dist/icons/column-wide-add-icon/ColumnWideAddIcon.stories.tsx +280 -238
- package/dist/icons/command-icon/CommandIcon.stories.tsx +328 -280
- package/dist/icons/copy-icon/CopyIcon.stories.tsx +294 -256
- package/dist/icons/cross-circle-icon/CrossCircleIcon.stories.tsx +285 -235
- package/dist/icons/cross-icon/CrossIcon.stories.tsx +308 -266
- package/dist/icons/download-icon/DownloadIcon.stories.tsx +271 -231
- package/dist/icons/edit-big-icon/EditBigIcon.stories.tsx +330 -278
- package/dist/icons/email-icon/EmailIcon.stories.tsx +303 -257
- package/dist/icons/expand-icon/ExpandIcon.stories.tsx +324 -286
- package/dist/icons/eye-close-icon/EyeCloseIcon.stories.tsx +317 -271
- package/dist/icons/eye-open-icon/EyeOpenIcon.stories.tsx +320 -272
- package/dist/icons/feature-shine-icon/FeatureShineIcon.stories.tsx +322 -280
- package/dist/icons/file-chart-icon/FileChartIcon.stories.tsx +315 -277
- package/dist/icons/file-text-icon/FileTextIcon.stories.tsx +199 -177
- package/dist/icons/filter-bar-row-icon/FilterBarRowIcon.stories.tsx +304 -264
- package/dist/icons/forward-ten-seconds-icon/ForwardTenSecondsIcon.stories.tsx +311 -277
- package/dist/icons/git-branch-icon/GitBranchIcon.stories.tsx +327 -287
- package/dist/icons/git-fork-icon/GitForkIcon.stories.tsx +314 -278
- package/dist/icons/globe-icon/GlobeIcon.stories.tsx +113 -98
- package/dist/icons/google-logo-icon/GoogleLogoIcon.stories.tsx +274 -226
- package/dist/icons/grip-vertical-icon/GripVerticalIcon.stories.tsx +349 -303
- package/dist/icons/head-icon/HeadIcon.stories.tsx +286 -246
- package/dist/icons/heart-icon/HeartIcon.stories.tsx +312 -268
- package/dist/icons/image-avatar-sparkle-icon/ImageAvatarSparkleIcon.stories.tsx +246 -210
- package/dist/icons/image-icon/ImageIcon.stories.tsx +330 -284
- package/dist/icons/import-folder-icon/ImportFolderIcon.stories.tsx +326 -282
- package/dist/icons/import-left-arrow-folder-icon/ImportLeftArrowFolderIcon.stories.tsx +330 -294
- package/dist/icons/indian-flag-icon/IndianFlagIcon.stories.tsx +288 -234
- package/dist/icons/instagram-icon/InstagramIcon.stories.tsx +386 -330
- package/dist/icons/layout-column-icon/LayoutColumnIcon.stories.tsx +305 -263
- package/dist/icons/layout-left-icon/LayoutLeftIcon.stories.tsx +295 -259
- package/dist/icons/layout-right-icon/LayoutRightIcon.stories.tsx +296 -256
- package/dist/icons/light-bulb-simple-icon/LightBulbSimpleIcon.stories.tsx +322 -282
- package/dist/icons/linked-in-icon/LinkedInIcon.stories.tsx +399 -359
- package/dist/icons/magic-book-icon/MagicBookIcon.stories.tsx +314 -272
- package/dist/icons/magic-edit-icon/MagicEditIcon.stories.tsx +238 -206
- package/dist/icons/maintenance-icon/MaintenanceIcon.stories.tsx +322 -276
- package/dist/icons/message-icon/MessageIcon.stories.tsx +192 -170
- package/dist/icons/minimize-icon/MinimizeIcon.stories.tsx +348 -304
- package/dist/icons/moon-icon/MoonIcon.stories.tsx +191 -167
- package/dist/icons/move-horizontal-icon/MoveHorizontalIcon.stories.tsx +380 -326
- package/dist/icons/move-vertical-icon/MoveVerticalIcon.stories.tsx +345 -291
- package/dist/icons/musical-note-icon/MusicalNoteIcon.stories.tsx +310 -266
- package/dist/icons/notepad-icon/NotepadIcon.stories.tsx +311 -271
- package/dist/icons/notes-icon/NotesIcon.stories.tsx +311 -271
- package/dist/icons/page-search-icon/PageSearchIcon.stories.tsx +309 -271
- package/dist/icons/page-text-icon/PageTextIcon.stories.tsx +248 -210
- package/dist/icons/paint-roll-icon/PaintRollIcon.stories.tsx +310 -262
- package/dist/icons/paper-plane-icon/PaperPlaneIcon.stories.tsx +274 -236
- package/dist/icons/pause-icon/PauseIcon.stories.tsx +324 -280
- package/dist/icons/pencil-icon/PencilIcon.stories.tsx +323 -281
- package/dist/icons/phone-icon/PhoneIcon.stories.tsx +288 -240
- package/dist/icons/plus-icon/PlusIcon.stories.tsx +315 -273
- package/dist/icons/pocket-studio-icon/PocketStudioIcon.stories.tsx +278 -234
- package/dist/icons/scroll-down-icon/ScrollDownIcon.stories.tsx +161 -151
- package/dist/icons/search-icon/SearchIcon.stories.tsx +324 -284
- package/dist/icons/setting-icon/SettingIcon.stories.tsx +306 -264
- package/dist/icons/share-icon/ShareIcon.stories.tsx +314 -272
- package/dist/icons/shield-icon/ShieldIcon.stories.tsx +281 -235
- package/dist/icons/site-logo-icon/SiteLogoIcon.stories.tsx +309 -250
- package/dist/icons/skip-backward-icon/SkipBackwardIcon.stories.tsx +317 -279
- package/dist/icons/skip-forward-icon/SkipForwardIcon.stories.tsx +315 -279
- package/dist/icons/sparkles-soft-icon/SparklesSoftIcon.stories.tsx +299 -253
- package/dist/icons/spinner-gradient-icon/SpinnerGradientIcon.stories.tsx +185 -169
- package/dist/icons/spinner-gradient-icon/index.tsx +6 -1
- package/dist/icons/spinner-solid-icon/SpinnerSolidIcon.stories.tsx +192 -168
- package/dist/icons/spinner-solid-icon/index.tsx +6 -1
- package/dist/icons/spinner-solid-neutral-icon/SpinnerSolidINeutralcon.stories.tsx +212 -178
- package/dist/icons/spinner-solid-neutral-icon/index.tsx +1 -1
- package/dist/icons/star-icon/StarIcon.stories.tsx +290 -244
- package/dist/icons/store-coin-icon/StoreCoinIcon.stories.tsx +286 -234
- package/dist/icons/suggestion-icon/SuggestionIcon.stories.tsx +272 -230
- package/dist/icons/sun-icon/SunIcon.stories.tsx +262 -226
- package/dist/icons/text-color-icon/TextColorIcon.stories.tsx +321 -279
- package/dist/icons/text-indicator-icon/TextIndicatorIcon.stories.tsx +332 -282
- package/dist/icons/threads-icon/ThreadsIcon.stories.tsx +394 -342
- package/dist/icons/tick-circle-icon/TickCircleIcon.stories.tsx +338 -290
- package/dist/icons/tick-icon/TickIcon.stories.tsx +364 -315
- package/dist/icons/trash-icon/TrashIcon.stories.tsx +293 -253
- package/dist/icons/twitter-x-icon/TwitterXIcon.stories.tsx +396 -338
- package/dist/icons/upload-icon/UploadIcon.stories.tsx +291 -247
- package/dist/icons/vertical-menu-icon/VerticalMenuIcon.stories.tsx +309 -271
- package/dist/icons/video-play-list-icon/VideoPlaylistIcon.stories.tsx +336 -290
- package/dist/icons/voice-playing-icon/VoicePlayingIcon.stories.tsx +382 -334
- package/dist/icons/volume-full-icon/VolumeFullIcon.stories.tsx +349 -305
- package/dist/icons/volume-half-icon/VolumeHalfIcon.stories.tsx +327 -295
- package/dist/icons/volume-off-icon/VolumeOffIcon.stories.tsx +336 -296
- package/dist/icons/warning-icon/WarningIcon.stories.tsx +314 -274
- package/dist/icons/youtube-icon/YoutubeIcon.stories.tsx +311 -261
- package/dist/index.cjs +84 -84
- package/dist/index.js +84 -84
- package/dist/styles/aural-all-theme.css +1222 -0
- package/dist/styles/{aural-theme.css → aural-dark-theme.css} +15 -3
- package/dist/styles/aural-light-theme.css +1047 -0
- package/package.json +1 -1
|
@@ -11,9 +11,9 @@ const meta: Meta<typeof LinkedInIcon> = {
|
|
|
11
11
|
backgrounds: {
|
|
12
12
|
default: "dark",
|
|
13
13
|
values: [
|
|
14
|
-
{ name: "dark", value: "
|
|
15
|
-
{ name: "darker", value: "
|
|
16
|
-
{ name: "light", value: "
|
|
14
|
+
{ name: "dark", value: "var(--color-fm-surface-primary)" },
|
|
15
|
+
{ name: "darker", value: "var(--color-fm-neutral-0)" },
|
|
16
|
+
{ name: "light", value: "var(--color-fm-neutral-1100)" },
|
|
17
17
|
],
|
|
18
18
|
},
|
|
19
19
|
docs: {
|
|
@@ -40,59 +40,59 @@ const meta: Meta<typeof LinkedInIcon> = {
|
|
|
40
40
|
background: transparent ;
|
|
41
41
|
}
|
|
42
42
|
body {
|
|
43
|
-
background:
|
|
43
|
+
background: var(--color-fm-surface-primary) ;
|
|
44
44
|
}
|
|
45
45
|
#storybook-docs {
|
|
46
|
-
background:
|
|
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:
|
|
53
|
+
color: var(--color-fm-icon-active) ;
|
|
54
54
|
}
|
|
55
55
|
.sbdocs-p, .sbdocs-li {
|
|
56
|
-
color:
|
|
56
|
+
color: var(--color-fm-secondary) ;
|
|
57
57
|
}
|
|
58
58
|
.sbdocs-code {
|
|
59
|
-
background:
|
|
60
|
-
color:
|
|
61
|
-
border: 1px solid
|
|
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:
|
|
65
|
-
border: 1px solid
|
|
64
|
+
background: var(--color-fm-surface-secondary) ;
|
|
65
|
+
border: 1px solid var(--color-fm-divider-secondary) ;
|
|
66
66
|
}
|
|
67
67
|
.sbdocs-table {
|
|
68
|
-
background:
|
|
69
|
-
border: 1px solid
|
|
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:
|
|
73
|
-
color:
|
|
74
|
-
border-bottom: 1px solid
|
|
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:
|
|
78
|
-
border-bottom: 1px solid
|
|
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="
|
|
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
|
|
86
|
-
<div className="absolute inset-0 bg-
|
|
85
|
+
<div className="border-fm-divider-secondary bg-fm-surface-secondary relative overflow-hidden border-b backdrop-blur-xl">
|
|
86
|
+
<div className="from-fm-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
|
|
90
|
-
<LinkedInIcon className="h-12 w-12
|
|
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
|
|
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
|
|
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
|
|
107
|
+
<div className="text-fm-icon-info text-3xl font-bold">
|
|
108
108
|
Professional Network
|
|
109
109
|
</div>
|
|
110
|
-
<div className="text-
|
|
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
|
|
114
|
+
<div className="bg-fm-divider-primary h-8 w-px" />
|
|
115
115
|
<div className="text-center">
|
|
116
|
-
<div className="text-3xl font-bold
|
|
116
|
+
<div className="text-fm-icon-info text-3xl font-bold">
|
|
117
117
|
Business Platform
|
|
118
118
|
</div>
|
|
119
|
-
<div className="text-
|
|
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
|
|
123
|
+
<div className="bg-fm-divider-primary h-8 w-px" />
|
|
124
124
|
<div className="text-center">
|
|
125
|
-
<div className="text-3xl font-bold
|
|
125
|
+
<div className="text-fm-icon-info text-3xl font-bold">
|
|
126
126
|
Recruitment Hub
|
|
127
127
|
</div>
|
|
128
|
-
<div className="text-
|
|
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
|
|
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
|
|
146
|
+
<h3 className="text-fm-icon-info! text-xl font-semibold">
|
|
147
147
|
Basic Usage
|
|
148
148
|
</h3>
|
|
149
|
-
<div className="rounded-lg
|
|
150
|
-
<pre className="overflow-x-auto text-sm
|
|
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
|
|
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
|
|
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
|
|
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
|
|
181
|
-
<span className="font-medium
|
|
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
|
|
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
|
|
197
|
-
<div className="bg-
|
|
198
|
-
<h3 className="text-xl font-semibold
|
|
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-
|
|
202
|
-
<tr className="border-
|
|
203
|
-
<th className="px-6 py-4 text-left text-sm font-semibold
|
|
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
|
|
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
|
|
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
|
|
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="
|
|
220
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
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
|
|
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
|
|
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
|
|
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-
|
|
234
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
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
|
|
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
|
|
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
|
|
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-
|
|
248
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
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
|
|
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
|
|
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
|
|
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-
|
|
262
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
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
|
|
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
|
|
269
|
-
|
|
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-
|
|
274
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
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
|
|
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
|
|
281
|
-
|
|
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="
|
|
286
|
-
<td className="px-6 py-4 font-mono text-sm
|
|
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
|
|
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
|
|
293
|
-
|
|
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="
|
|
302
|
-
<div className="flex items-center gap-2 text-sm
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
328
|
-
<span className="text-
|
|
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
|
|
332
|
-
<span className="text-
|
|
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
|
|
336
|
-
<span className="text-
|
|
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
|
|
340
|
-
<span className="text-
|
|
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
|
|
344
|
-
<span className="text-
|
|
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
|
|
348
|
-
<span className="text-
|
|
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
|
|
374
|
+
<h3 className="text-fm-icon-info! text-lg font-semibold">
|
|
355
375
|
Code Example
|
|
356
376
|
</h3>
|
|
357
|
-
<div className="rounded-lg
|
|
358
|
-
<pre className="overflow-x-auto text-sm
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
414
|
+
<LinkedInIcon className="text-fm-icon-active h-6 w-6" />
|
|
395
415
|
</div>
|
|
396
416
|
<div>
|
|
397
|
-
<div className="text-sm font-medium
|
|
417
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
398
418
|
Official Blue
|
|
399
419
|
</div>
|
|
400
|
-
<div className="text-
|
|
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
|
|
407
|
-
<LinkedInIcon className="h-6 w-6
|
|
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
|
|
430
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
411
431
|
Dark Blue
|
|
412
432
|
</div>
|
|
413
|
-
<div className="text-
|
|
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
|
|
420
|
-
<LinkedInIcon className="h-6 w-6
|
|
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
|
|
443
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
424
444
|
Blue on White
|
|
425
445
|
</div>
|
|
426
|
-
<div className="text-
|
|
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
|
|
433
|
-
<LinkedInIcon className="h-6 w-6
|
|
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
|
|
456
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
437
457
|
Monochrome White
|
|
438
458
|
</div>
|
|
439
|
-
<div className="text-
|
|
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
|
|
468
|
+
<h3 className="text-fm-icon-info! text-lg font-semibold">
|
|
449
469
|
Usage Examples
|
|
450
470
|
</h3>
|
|
451
|
-
<div className="rounded-lg
|
|
452
|
-
<pre className="overflow-x-auto text-sm
|
|
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
|
|
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
|
|
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
|
|
503
|
-
<div className="overflow-hidden rounded-lg border
|
|
504
|
-
<div className="relative h-32 bg-
|
|
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
|
|
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
|
|
534
|
+
<h4 className="text-fm-icon-active text-lg font-semibold">
|
|
515
535
|
Michael Johnson
|
|
516
536
|
</h4>
|
|
517
|
-
<p className="text-
|
|
537
|
+
<p className="text-fm-tertiary text-sm">
|
|
518
538
|
Senior Product Manager
|
|
519
539
|
</p>
|
|
520
|
-
<p className="text-
|
|
540
|
+
<p className="text-fm-icon-info text-sm">
|
|
521
541
|
TechCorp Solutions
|
|
522
542
|
</p>
|
|
523
|
-
<p className="mt-2 text-sm
|
|
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="
|
|
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
|
|
557
|
+
<span className="text-fm-icon-active font-medium">
|
|
538
558
|
847
|
|
539
559
|
</span>
|
|
540
|
-
<span className="ml-1
|
|
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
|
|
565
|
+
<span className="text-fm-icon-active font-medium">
|
|
546
566
|
15
|
|
547
567
|
</span>
|
|
548
|
-
<span className="ml-1
|
|
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
|
|
554
|
-
<span className="text-
|
|
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="
|
|
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
|
|
583
|
+
<LinkedInIcon className="text-fm-icon-active h-4 w-4" />
|
|
564
584
|
</a>
|
|
565
585
|
<a
|
|
566
586
|
href="#"
|
|
567
|
-
className="
|
|
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-
|
|
590
|
+
<span className="text-fm-icon-active text-sm">
|
|
591
|
+
𝕏
|
|
592
|
+
</span>
|
|
571
593
|
</a>
|
|
572
594
|
<a
|
|
573
595
|
href="#"
|
|
574
|
-
className="
|
|
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-
|
|
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
|
|
585
|
-
<pre className="overflow-x-auto text-sm
|
|
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
|
|
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
|
|
626
|
-
<div className="overflow-hidden rounded-lg border
|
|
627
|
-
<div className="border-
|
|
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
|
|
654
|
+
<LinkedInIcon className="text-fm-icon-info h-6 w-6" />
|
|
631
655
|
<div>
|
|
632
|
-
<h4 className="text-lg font-semibold
|
|
656
|
+
<h4 className="text-fm-icon-active text-lg font-semibold">
|
|
633
657
|
Talent Acquisition
|
|
634
658
|
</h4>
|
|
635
|
-
<p className="text-
|
|
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="
|
|
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
|
|
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
|
|
650
|
-
<LinkedInIcon className="h-5 w-5
|
|
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
|
|
677
|
+
<h5 className="text-fm-icon-active text-sm font-semibold">
|
|
654
678
|
LinkedIn Sourcing
|
|
655
679
|
</h5>
|
|
656
|
-
<p className="text-
|
|
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
|
|
685
|
+
<div className="text-fm-icon-info mb-1 text-2xl font-bold">
|
|
662
686
|
847
|
|
663
687
|
</div>
|
|
664
|
-
<div className="text-
|
|
688
|
+
<div className="text-fm-tertiary text-xs">
|
|
665
689
|
Qualified candidates
|
|
666
690
|
</div>
|
|
667
691
|
</div>
|
|
668
|
-
<div className="rounded-lg border
|
|
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
|
|
671
|
-
<span className="text-
|
|
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
|
|
700
|
+
<h5 className="text-fm-icon-active text-sm font-semibold">
|
|
677
701
|
Active Hiring
|
|
678
702
|
</h5>
|
|
679
|
-
<p className="text-
|
|
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
|
|
708
|
+
<div className="text-fm-icon-positive mb-1 text-2xl font-bold">
|
|
685
709
|
23
|
|
686
710
|
</div>
|
|
687
|
-
<div className="text-
|
|
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
|
|
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
|
|
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
|
|
723
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
700
724
|
Senior React Developer
|
|
701
725
|
</div>
|
|
702
|
-
<div className="text-
|
|
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-
|
|
732
|
+
<span className="text-fm-icon-info text-xs">
|
|
709
733
|
47 applicants
|
|
710
734
|
</span>
|
|
711
735
|
<a
|
|
712
736
|
href="#"
|
|
713
|
-
className="
|
|
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
|
|
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
|
|
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
|
|
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
|
|
749
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
726
750
|
UX Designer
|
|
727
751
|
</div>
|
|
728
|
-
<div className="text-
|
|
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-
|
|
758
|
+
<span className="text-fm-icon-info text-xs">
|
|
735
759
|
32 applicants
|
|
736
760
|
</span>
|
|
737
761
|
<a
|
|
738
762
|
href="#"
|
|
739
|
-
className="
|
|
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
|
|
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
|
|
750
|
-
<pre className="overflow-x-auto text-sm
|
|
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
|
|
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
|
|
807
|
-
<div className="overflow-hidden rounded-lg border
|
|
808
|
-
<div className="border-
|
|
809
|
-
<h4 className="text-lg font-semibold
|
|
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-
|
|
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
|
|
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
|
|
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
|
|
848
|
+
<h5 className="text-fm-icon-active text-sm font-semibold">
|
|
825
849
|
Sarah Chen
|
|
826
850
|
</h5>
|
|
827
|
-
<p className="text-
|
|
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="
|
|
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
|
|
860
|
+
<LinkedInIcon className="text-fm-icon-active h-4 w-4" />
|
|
837
861
|
</a>
|
|
838
862
|
</div>
|
|
839
|
-
<p className="text-
|
|
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
|
|
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
|
|
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
|
|
874
|
+
<h5 className="text-fm-icon-active text-sm font-semibold">
|
|
851
875
|
David Rodriguez
|
|
852
876
|
</h5>
|
|
853
|
-
<p className="text-
|
|
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="
|
|
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
|
|
886
|
+
<LinkedInIcon className="text-fm-icon-active h-4 w-4" />
|
|
863
887
|
</a>
|
|
864
888
|
</div>
|
|
865
|
-
<p className="text-
|
|
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
|
|
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
|
|
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
|
|
900
|
+
<h5 className="text-fm-icon-active text-sm font-semibold">
|
|
877
901
|
Emily Johnson
|
|
878
902
|
</h5>
|
|
879
|
-
<p className="text-
|
|
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="
|
|
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
|
|
912
|
+
<LinkedInIcon className="text-fm-icon-active h-4 w-4" />
|
|
889
913
|
</a>
|
|
890
914
|
</div>
|
|
891
|
-
<p className="text-
|
|
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
|
|
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
|
|
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
|
|
926
|
+
<h5 className="text-fm-icon-active text-sm font-semibold">
|
|
903
927
|
Marcus Thompson
|
|
904
928
|
</h5>
|
|
905
|
-
<p className="text-
|
|
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="
|
|
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
|
|
938
|
+
<LinkedInIcon className="text-fm-icon-active h-4 w-4" />
|
|
915
939
|
</a>
|
|
916
940
|
</div>
|
|
917
|
-
<p className="text-
|
|
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
|
|
927
|
-
<pre className="overflow-x-auto text-sm
|
|
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
|
|
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
|
|
968
|
-
<div className="overflow-hidden rounded-lg border
|
|
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
|
|
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-
|
|
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="
|
|
981
|
-
<div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg
|
|
982
|
-
<LinkedInIcon className="h-6 w-6
|
|
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
|
|
1008
|
+
<h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
|
|
985
1009
|
Professional Network
|
|
986
1010
|
</h5>
|
|
987
|
-
<p className="text-
|
|
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
|
|
993
|
-
<div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg
|
|
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
|
|
1020
|
+
<h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
|
|
997
1021
|
Career Growth
|
|
998
1022
|
</h5>
|
|
999
|
-
<p className="text-
|
|
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
|
|
1005
|
-
<div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg
|
|
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
|
|
1032
|
+
<h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
|
|
1009
1033
|
Business Connections
|
|
1010
1034
|
</h5>
|
|
1011
|
-
<p className="text-
|
|
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
|
|
1017
|
-
<div className="mb-3 flex h-12 w-12 items-center justify-center rounded-lg
|
|
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
|
|
1044
|
+
<h5 className="text-fm-icon-active mb-2 text-sm font-semibold">
|
|
1021
1045
|
Thought Leadership
|
|
1022
1046
|
</h5>
|
|
1023
|
-
<p className="text-
|
|
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
|
|
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
|
|
1042
|
-
<pre className="overflow-x-auto text-sm
|
|
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
|
|
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
|
|
1085
|
-
<h3 className="text-lg font-semibold
|
|
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
|
|
1089
|
-
<li className="
|
|
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="
|
|
1116
|
+
<li className="text-fm-secondary!">
|
|
1093
1117
|
Provides screen reader label "LinkedIn icon"
|
|
1094
1118
|
</li>
|
|
1095
|
-
<li className="
|
|
1119
|
+
<li className="text-fm-secondary!">
|
|
1096
1120
|
Supports keyboard navigation when interactive
|
|
1097
1121
|
</li>
|
|
1098
|
-
<li className="
|
|
1122
|
+
<li className="text-fm-secondary!">
|
|
1099
1123
|
High contrast design for visibility
|
|
1100
1124
|
</li>
|
|
1101
|
-
<li className="
|
|
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
|
|
1108
|
-
<h3 className="text-lg font-semibold
|
|
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
|
|
1112
|
-
<li className="
|
|
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="
|
|
1140
|
+
<li className="text-fm-secondary!">
|
|
1117
1141
|
Use LinkedIn's official blue color for brand consistency
|
|
1118
1142
|
</li>
|
|
1119
|
-
<li className="
|
|
1143
|
+
<li className="text-fm-secondary!">
|
|
1120
1144
|
Ensure sufficient contrast with professional contexts
|
|
1121
1145
|
</li>
|
|
1122
|
-
<li className="
|
|
1146
|
+
<li className="text-fm-secondary!">
|
|
1123
1147
|
Include external link indicators for LinkedIn URLs
|
|
1124
1148
|
</li>
|
|
1125
|
-
<li className="
|
|
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
|
|
1133
|
-
<h3 className="mb-4 text-lg font-semibold
|
|
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
|
|
1138
|
-
<pre className="overflow-x-auto text-sm
|
|
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-
|
|
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="
|
|
1239
|
-
<div className="flex items-center gap-2 text-sm
|
|
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
|
|
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
|
|
1259
|
-
<div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg
|
|
1260
|
-
<span className="
|
|
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
|
|
1264
|
-
|
|
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
|
|
1270
|
-
<div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-
|
|
1271
|
-
<span className="
|
|
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
|
|
1300
|
+
<div className="text-fm-icon-active font-medium">
|
|
1275
1301
|
InstagramIcon
|
|
1276
1302
|
</div>
|
|
1277
|
-
<div className="text-
|
|
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
|
|
1283
|
-
<div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg
|
|
1284
|
-
<span className="
|
|
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
|
|
1288
|
-
|
|
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
|
|
1294
|
-
<div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg
|
|
1295
|
-
<span className="
|
|
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
|
|
1299
|
-
|
|
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-
|
|
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="
|
|
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-
|
|
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: "
|
|
1368
|
-
{ name: "darker", value: "
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
1400
|
-
<span className="text-
|
|
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
|
|
1404
|
-
<span className="text-
|
|
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
|
|
1408
|
-
<span className="text-
|
|
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
|
|
1412
|
-
<span className="text-
|
|
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
|
|
1416
|
-
<span className="text-
|
|
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
|
|
1420
|
-
<span className="text-
|
|
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-
|
|
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
|
|
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
|
|
1473
|
+
<LinkedInIcon className="text-fm-icon-active h-8 w-8" />
|
|
1444
1474
|
</div>
|
|
1445
|
-
<div className="text-sm font-medium
|
|
1446
|
-
|
|
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
|
|
1450
|
-
<LinkedInIcon className="h-8 w-8
|
|
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
|
|
1453
|
-
<div className="text-
|
|
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
|
|
1457
|
-
<LinkedInIcon className="h-8 w-8
|
|
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-
|
|
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
|
|
1464
|
-
<LinkedInIcon className="h-8 w-8
|
|
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
|
|
1467
|
-
|
|
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-
|
|
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
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
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
|
|
1532
|
+
<div className="text-fm-icon-active text-sm font-medium">
|
|
1495
1533
|
Michael Johnson
|
|
1496
1534
|
</div>
|
|
1497
|
-
<div className="text-
|
|
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="
|
|
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
|
|
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
|
|
1514
|
-
|
|
1515
|
-
|
|
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
|
|
1518
|
-
<span className="text-sm font-medium
|
|
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="
|
|
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
|
|
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
|
|
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-
|
|
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="
|
|
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
|
|
1584
|
+
<LinkedInIcon className="text-fm-icon-active h-4 w-4" />
|
|
1545
1585
|
</a>
|
|
1546
1586
|
<a
|
|
1547
1587
|
href="#"
|
|
1548
|
-
className="
|
|
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-
|
|
1590
|
+
<span className="text-fm-icon-active text-sm">𝕏</span>
|
|
1551
1591
|
</a>
|
|
1552
1592
|
<a
|
|
1553
1593
|
href="#"
|
|
1554
|
-
className="
|
|
1594
|
+
className="bg-fm-surface-tertiary hover:bg-fm-surface-secondary rounded p-2 transition-colors"
|
|
1555
1595
|
>
|
|
1556
|
-
<span className="text-
|
|
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-
|
|
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-
|
|
1583
|
-
<div className="rounded-lg border
|
|
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>
|