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