@nadicodeai/design-system 0.1.0
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/AGENTS.md +112 -0
- package/DESIGN.md +613 -0
- package/README.md +123 -0
- package/dist/css/chat-autoplay.js +544 -0
- package/dist/css/components/.gitkeep +0 -0
- package/dist/css/components/agent-avatar.css +42 -0
- package/dist/css/components/approval-gate.css +101 -0
- package/dist/css/components/artifact-preview.css +69 -0
- package/dist/css/components/chat-bubble-agent.css +53 -0
- package/dist/css/components/chat-bubble-user.css +28 -0
- package/dist/css/components/chat-thread.css +158 -0
- package/dist/css/components/handoff-banner.css +37 -0
- package/dist/css/components/image.css +87 -0
- package/dist/css/components/memory-item.css +36 -0
- package/dist/css/components/run-timeline.css +135 -0
- package/dist/css/components/state-row.css +54 -0
- package/dist/css/components/state-tag.css +52 -0
- package/dist/css/components/tool-call-trace.css +36 -0
- package/dist/css/components/typing-dots.css +44 -0
- package/dist/css/components/usage-meter.css +63 -0
- package/dist/css/foundation.css +169 -0
- package/dist/css/index.css +52 -0
- package/dist/css/layout.css +658 -0
- package/dist/css/motion.css +187 -0
- package/dist/css/primitives.css +315 -0
- package/dist/css/reset.css +22 -0
- package/dist/css/tokens.generated.css +201 -0
- package/dist/css/tokens.local.css +11 -0
- package/dist/favicon/apple-touch-icon.png +0 -0
- package/dist/favicon/favicon.ico +0 -0
- package/dist/favicon/favicon.svg +17 -0
- package/dist/favicon/icon-192.png +0 -0
- package/dist/favicon/icon-512.png +0 -0
- package/dist/favicon/site.webmanifest +19 -0
- package/dist/icons/--full-page +0 -0
- package/dist/icons/a-arrow-down.svg +18 -0
- package/dist/icons/a-arrow-up.svg +18 -0
- package/dist/icons/a-large-small.svg +18 -0
- package/dist/icons/accessibility.svg +19 -0
- package/dist/icons/activity-square.svg +16 -0
- package/dist/icons/activity.svg +15 -0
- package/dist/icons/air-vent.svg +18 -0
- package/dist/icons/airplay.svg +16 -0
- package/dist/icons/alarm-check.svg +20 -0
- package/dist/icons/alarm-clock-check.svg +20 -0
- package/dist/icons/alarm-clock-minus.svg +20 -0
- package/dist/icons/alarm-clock-off.svg +20 -0
- package/dist/icons/alarm-clock-plus.svg +21 -0
- package/dist/icons/alarm-clock.svg +20 -0
- package/dist/icons/alarm-minus.svg +20 -0
- package/dist/icons/alarm-plus.svg +21 -0
- package/dist/icons/alarm-smoke.svg +19 -0
- package/dist/icons/album.svg +16 -0
- package/dist/icons/alert-circle.svg +17 -0
- package/dist/icons/alert-octagon.svg +17 -0
- package/dist/icons/alert-triangle.svg +17 -0
- package/dist/icons/align-center-horizontal.svg +19 -0
- package/dist/icons/align-center-vertical.svg +19 -0
- package/dist/icons/align-center.svg +17 -0
- package/dist/icons/align-end-horizontal.svg +17 -0
- package/dist/icons/align-end-vertical.svg +17 -0
- package/dist/icons/align-horizontal-distribute-center.svg +20 -0
- package/dist/icons/align-horizontal-distribute-end.svg +18 -0
- package/dist/icons/align-horizontal-distribute-start.svg +18 -0
- package/dist/icons/align-horizontal-justify-center.svg +17 -0
- package/dist/icons/align-horizontal-justify-end.svg +17 -0
- package/dist/icons/align-horizontal-justify-start.svg +17 -0
- package/dist/icons/align-horizontal-space-around.svg +17 -0
- package/dist/icons/align-horizontal-space-between.svg +18 -0
- package/dist/icons/align-justify.svg +17 -0
- package/dist/icons/align-left.svg +17 -0
- package/dist/icons/align-right.svg +17 -0
- package/dist/icons/align-start-horizontal.svg +17 -0
- package/dist/icons/align-start-vertical.svg +17 -0
- package/dist/icons/align-vertical-distribute-center.svg +20 -0
- package/dist/icons/align-vertical-distribute-end.svg +18 -0
- package/dist/icons/align-vertical-distribute-start.svg +18 -0
- package/dist/icons/align-vertical-justify-center.svg +17 -0
- package/dist/icons/align-vertical-justify-end.svg +17 -0
- package/dist/icons/align-vertical-justify-start.svg +17 -0
- package/dist/icons/align-vertical-space-around.svg +17 -0
- package/dist/icons/align-vertical-space-between.svg +18 -0
- package/dist/icons/ambulance.svg +22 -0
- package/dist/icons/ampersand.svg +16 -0
- package/dist/icons/ampersands.svg +16 -0
- package/dist/icons/amphora.svg +20 -0
- package/dist/icons/anchor.svg +18 -0
- package/dist/icons/angry.svg +20 -0
- package/dist/icons/annoyed.svg +18 -0
- package/dist/icons/antenna.svg +20 -0
- package/dist/icons/anvil.svg +19 -0
- package/dist/icons/aperture.svg +21 -0
- package/dist/icons/app-window-mac.svg +18 -0
- package/dist/icons/app-window.svg +18 -0
- package/dist/icons/apple.svg +16 -0
- package/dist/icons/archive-restore.svg +19 -0
- package/dist/icons/archive-x.svg +18 -0
- package/dist/icons/archive.svg +17 -0
- package/dist/icons/area-chart.svg +16 -0
- package/dist/icons/armchair.svg +18 -0
- package/dist/icons/arrow-big-down-dash.svg +16 -0
- package/dist/icons/arrow-big-down.svg +15 -0
- package/dist/icons/arrow-big-left-dash.svg +16 -0
- package/dist/icons/arrow-big-left.svg +15 -0
- package/dist/icons/arrow-big-right-dash.svg +16 -0
- package/dist/icons/arrow-big-right.svg +15 -0
- package/dist/icons/arrow-big-up-dash.svg +16 -0
- package/dist/icons/arrow-big-up.svg +15 -0
- package/dist/icons/arrow-down-0-1.svg +19 -0
- package/dist/icons/arrow-down-01.svg +19 -0
- package/dist/icons/arrow-down-1-0.svg +19 -0
- package/dist/icons/arrow-down-10.svg +19 -0
- package/dist/icons/arrow-down-a-z.svg +19 -0
- package/dist/icons/arrow-down-az.svg +19 -0
- package/dist/icons/arrow-down-circle.svg +17 -0
- package/dist/icons/arrow-down-from-line.svg +17 -0
- package/dist/icons/arrow-down-left-from-circle.svg +17 -0
- package/dist/icons/arrow-down-left-from-square.svg +17 -0
- package/dist/icons/arrow-down-left-square.svg +17 -0
- package/dist/icons/arrow-down-left.svg +16 -0
- package/dist/icons/arrow-down-narrow-wide.svg +19 -0
- package/dist/icons/arrow-down-right-from-circle.svg +17 -0
- package/dist/icons/arrow-down-right-from-square.svg +17 -0
- package/dist/icons/arrow-down-right-square.svg +17 -0
- package/dist/icons/arrow-down-right.svg +16 -0
- package/dist/icons/arrow-down-square.svg +17 -0
- package/dist/icons/arrow-down-to-dot.svg +17 -0
- package/dist/icons/arrow-down-to-line.svg +17 -0
- package/dist/icons/arrow-down-up.svg +18 -0
- package/dist/icons/arrow-down-wide-narrow.svg +19 -0
- package/dist/icons/arrow-down-z-a.svg +19 -0
- package/dist/icons/arrow-down-za.svg +19 -0
- package/dist/icons/arrow-down.svg +16 -0
- package/dist/icons/arrow-left-circle.svg +17 -0
- package/dist/icons/arrow-left-from-line.svg +17 -0
- package/dist/icons/arrow-left-right.svg +18 -0
- package/dist/icons/arrow-left-square.svg +17 -0
- package/dist/icons/arrow-left-to-line.svg +17 -0
- package/dist/icons/arrow-left.svg +16 -0
- package/dist/icons/arrow-right-circle.svg +17 -0
- package/dist/icons/arrow-right-from-line.svg +17 -0
- package/dist/icons/arrow-right-left.svg +18 -0
- package/dist/icons/arrow-right-square.svg +17 -0
- package/dist/icons/arrow-right-to-line.svg +17 -0
- package/dist/icons/arrow-right.svg +16 -0
- package/dist/icons/arrow-up-0-1.svg +19 -0
- package/dist/icons/arrow-up-01.svg +19 -0
- package/dist/icons/arrow-up-1-0.svg +19 -0
- package/dist/icons/arrow-up-10.svg +19 -0
- package/dist/icons/arrow-up-a-z.svg +19 -0
- package/dist/icons/arrow-up-az.svg +19 -0
- package/dist/icons/arrow-up-circle.svg +17 -0
- package/dist/icons/arrow-up-down.svg +18 -0
- package/dist/icons/arrow-up-from-dot.svg +17 -0
- package/dist/icons/arrow-up-from-line.svg +17 -0
- package/dist/icons/arrow-up-left-from-circle.svg +17 -0
- package/dist/icons/arrow-up-left-from-square.svg +17 -0
- package/dist/icons/arrow-up-left-square.svg +17 -0
- package/dist/icons/arrow-up-left.svg +16 -0
- package/dist/icons/arrow-up-narrow-wide.svg +19 -0
- package/dist/icons/arrow-up-right-from-circle.svg +17 -0
- package/dist/icons/arrow-up-right-from-square.svg +17 -0
- package/dist/icons/arrow-up-right-square.svg +17 -0
- package/dist/icons/arrow-up-right.svg +16 -0
- package/dist/icons/arrow-up-square.svg +17 -0
- package/dist/icons/arrow-up-to-line.svg +17 -0
- package/dist/icons/arrow-up-wide-narrow.svg +19 -0
- package/dist/icons/arrow-up-z-a.svg +19 -0
- package/dist/icons/arrow-up-za.svg +19 -0
- package/dist/icons/arrow-up.svg +16 -0
- package/dist/icons/arrows-up-from-line.svg +19 -0
- package/dist/icons/asterisk-square.svg +18 -0
- package/dist/icons/asterisk.svg +17 -0
- package/dist/icons/astroid.svg +15 -0
- package/dist/icons/at-sign.svg +16 -0
- package/dist/icons/atom.svg +17 -0
- package/dist/icons/audio-lines.svg +20 -0
- package/dist/icons/audio-waveform.svg +15 -0
- package/dist/icons/award.svg +16 -0
- package/dist/icons/axe.svg +16 -0
- package/dist/icons/axis-3-d.svg +18 -0
- package/dist/icons/axis-3d.svg +18 -0
- package/dist/icons/baby.svg +18 -0
- package/dist/icons/backpack.svg +19 -0
- package/dist/icons/badge-alert.svg +17 -0
- package/dist/icons/badge-cent.svg +17 -0
- package/dist/icons/badge-check.svg +16 -0
- package/dist/icons/badge-dollar-sign.svg +17 -0
- package/dist/icons/badge-euro.svg +17 -0
- package/dist/icons/badge-help.svg +17 -0
- package/dist/icons/badge-indian-rupee.svg +18 -0
- package/dist/icons/badge-info.svg +17 -0
- package/dist/icons/badge-japanese-yen.svg +19 -0
- package/dist/icons/badge-minus.svg +16 -0
- package/dist/icons/badge-percent.svg +18 -0
- package/dist/icons/badge-plus.svg +17 -0
- package/dist/icons/badge-pound-sterling.svg +18 -0
- package/dist/icons/badge-question-mark.svg +17 -0
- package/dist/icons/badge-russian-ruble.svg +17 -0
- package/dist/icons/badge-swiss-franc.svg +18 -0
- package/dist/icons/badge-turkish-lira.svg +17 -0
- package/dist/icons/badge-x.svg +17 -0
- package/dist/icons/badge.svg +15 -0
- package/dist/icons/baggage-claim.svg +19 -0
- package/dist/icons/balloon.svg +17 -0
- package/dist/icons/ban.svg +16 -0
- package/dist/icons/banana.svg +16 -0
- package/dist/icons/bandage.svg +21 -0
- package/dist/icons/banknote-arrow-down.svg +20 -0
- package/dist/icons/banknote-arrow-up.svg +20 -0
- package/dist/icons/banknote-x.svg +20 -0
- package/dist/icons/banknote.svg +17 -0
- package/dist/icons/bar-chart-2.svg +17 -0
- package/dist/icons/bar-chart-3.svg +18 -0
- package/dist/icons/bar-chart-4.svg +18 -0
- package/dist/icons/bar-chart-big.svg +17 -0
- package/dist/icons/bar-chart-horizontal-big.svg +17 -0
- package/dist/icons/bar-chart-horizontal.svg +18 -0
- package/dist/icons/bar-chart.svg +17 -0
- package/dist/icons/barcode.svg +19 -0
- package/dist/icons/barrel.svg +19 -0
- package/dist/icons/baseline.svg +17 -0
- package/dist/icons/bath.svg +19 -0
- package/dist/icons/battery-charging.svg +18 -0
- package/dist/icons/battery-full.svg +19 -0
- package/dist/icons/battery-low.svg +17 -0
- package/dist/icons/battery-medium.svg +18 -0
- package/dist/icons/battery-plus.svg +19 -0
- package/dist/icons/battery-warning.svg +19 -0
- package/dist/icons/battery.svg +16 -0
- package/dist/icons/beaker.svg +17 -0
- package/dist/icons/bean-off.svg +18 -0
- package/dist/icons/bean.svg +16 -0
- package/dist/icons/bed-double.svg +18 -0
- package/dist/icons/bed-single.svg +17 -0
- package/dist/icons/bed.svg +18 -0
- package/dist/icons/beef-off.svg +20 -0
- package/dist/icons/beef.svg +17 -0
- package/dist/icons/beer-off.svg +22 -0
- package/dist/icons/beer.svg +19 -0
- package/dist/icons/bell-check.svg +18 -0
- package/dist/icons/bell-dot.svg +17 -0
- package/dist/icons/bell-electric.svg +20 -0
- package/dist/icons/bell-minus.svg +17 -0
- package/dist/icons/bell-off.svg +18 -0
- package/dist/icons/bell-plus.svg +18 -0
- package/dist/icons/bell-ring.svg +18 -0
- package/dist/icons/bell.svg +16 -0
- package/dist/icons/between-horizonal-end.svg +17 -0
- package/dist/icons/between-horizonal-start.svg +17 -0
- package/dist/icons/between-horizontal-end.svg +17 -0
- package/dist/icons/between-horizontal-start.svg +17 -0
- package/dist/icons/between-vertical-end.svg +17 -0
- package/dist/icons/between-vertical-start.svg +17 -0
- package/dist/icons/biceps-flexed.svg +17 -0
- package/dist/icons/bike.svg +18 -0
- package/dist/icons/binary.svg +20 -0
- package/dist/icons/binoculars.svg +20 -0
- package/dist/icons/biohazard.svg +24 -0
- package/dist/icons/bird.svg +20 -0
- package/dist/icons/birdhouse.svg +20 -0
- package/dist/icons/bitcoin.svg +15 -0
- package/dist/icons/blend.svg +16 -0
- package/dist/icons/blender.svg +20 -0
- package/dist/icons/blinds.svg +21 -0
- package/dist/icons/blocks.svg +16 -0
- package/dist/icons/bluetooth-connected.svg +17 -0
- package/dist/icons/bluetooth-off.svg +17 -0
- package/dist/icons/bluetooth-searching.svg +17 -0
- package/dist/icons/bluetooth.svg +15 -0
- package/dist/icons/bold.svg +15 -0
- package/dist/icons/bolt.svg +16 -0
- package/dist/icons/bomb.svg +17 -0
- package/dist/icons/bone.svg +15 -0
- package/dist/icons/book-a.svg +17 -0
- package/dist/icons/book-alert.svg +17 -0
- package/dist/icons/book-audio.svg +18 -0
- package/dist/icons/book-check.svg +16 -0
- package/dist/icons/book-copy.svg +17 -0
- package/dist/icons/book-dashed.svg +25 -0
- package/dist/icons/book-down.svg +17 -0
- package/dist/icons/book-headphones.svg +18 -0
- package/dist/icons/book-heart.svg +16 -0
- package/dist/icons/book-image.svg +17 -0
- package/dist/icons/book-key.svg +19 -0
- package/dist/icons/book-lock.svg +18 -0
- package/dist/icons/book-marked.svg +16 -0
- package/dist/icons/book-minus.svg +16 -0
- package/dist/icons/book-open-check.svg +17 -0
- package/dist/icons/book-open-text.svg +20 -0
- package/dist/icons/book-open.svg +16 -0
- package/dist/icons/book-plus.svg +17 -0
- package/dist/icons/book-search.svg +18 -0
- package/dist/icons/book-template.svg +25 -0
- package/dist/icons/book-text.svg +17 -0
- package/dist/icons/book-type.svg +18 -0
- package/dist/icons/book-up-2.svg +19 -0
- package/dist/icons/book-up.svg +17 -0
- package/dist/icons/book-user.svg +17 -0
- package/dist/icons/book-x.svg +17 -0
- package/dist/icons/book.svg +15 -0
- package/dist/icons/bookmark-check.svg +16 -0
- package/dist/icons/bookmark-minus.svg +16 -0
- package/dist/icons/bookmark-off.svg +17 -0
- package/dist/icons/bookmark-plus.svg +17 -0
- package/dist/icons/bookmark-x.svg +17 -0
- package/dist/icons/bookmark.svg +15 -0
- package/dist/icons/boom-box.svg +21 -0
- package/dist/icons/bot-message-square.svg +20 -0
- package/dist/icons/bot-off.svg +21 -0
- package/dist/icons/bot.svg +20 -0
- package/dist/icons/bottle-wine.svg +16 -0
- package/dist/icons/bow-arrow.svg +19 -0
- package/dist/icons/box-select.svg +26 -0
- package/dist/icons/box.svg +17 -0
- package/dist/icons/boxes.svg +26 -0
- package/dist/icons/braces.svg +16 -0
- package/dist/icons/brackets.svg +16 -0
- package/dist/icons/brain-circuit.svg +27 -0
- package/dist/icons/brain-cog.svg +29 -0
- package/dist/icons/brain.svg +22 -0
- package/dist/icons/brick-wall-fire.svg +21 -0
- package/dist/icons/brick-wall-shield.svg +22 -0
- package/dist/icons/brick-wall.svg +22 -0
- package/dist/icons/briefcase-business.svg +18 -0
- package/dist/icons/briefcase-conveyor-belt.svg +21 -0
- package/dist/icons/briefcase-medical.svg +20 -0
- package/dist/icons/briefcase.svg +16 -0
- package/dist/icons/bring-to-front.svg +17 -0
- package/dist/icons/broccoli.svg +18 -0
- package/dist/icons/brush-cleaning.svg +18 -0
- package/dist/icons/brush.svg +17 -0
- package/dist/icons/bubbles.svg +18 -0
- package/dist/icons/bug-off.svg +26 -0
- package/dist/icons/bug-play.svg +23 -0
- package/dist/icons/bug.svg +25 -0
- package/dist/icons/building-2.svg +19 -0
- package/dist/icons/building.svg +25 -0
- package/dist/icons/bus-front.svg +23 -0
- package/dist/icons/bus.svg +21 -0
- package/dist/icons/cable-car.svg +22 -0
- package/dist/icons/cable.svg +21 -0
- package/dist/icons/cake-slice.svg +18 -0
- package/dist/icons/cake.svg +23 -0
- package/dist/icons/calculator.svg +24 -0
- package/dist/icons/calendar-1.svg +19 -0
- package/dist/icons/calendar-arrow-down.svg +20 -0
- package/dist/icons/calendar-arrow-up.svg +20 -0
- package/dist/icons/calendar-check-2.svg +19 -0
- package/dist/icons/calendar-check.svg +19 -0
- package/dist/icons/calendar-clock.svg +20 -0
- package/dist/icons/calendar-cog.svg +27 -0
- package/dist/icons/calendar-days.svg +24 -0
- package/dist/icons/calendar-fold.svg +19 -0
- package/dist/icons/calendar-heart.svg +19 -0
- package/dist/icons/calendar-minus-2.svg +19 -0
- package/dist/icons/calendar-minus.svg +19 -0
- package/dist/icons/calendar-off.svg +20 -0
- package/dist/icons/calendar-plus-2.svg +20 -0
- package/dist/icons/calendar-plus.svg +20 -0
- package/dist/icons/calendar-range.svg +22 -0
- package/dist/icons/calendar-search.svg +20 -0
- package/dist/icons/calendar-sync.svg +22 -0
- package/dist/icons/calendar-x-2.svg +20 -0
- package/dist/icons/calendar-x.svg +20 -0
- package/dist/icons/calendar.svg +18 -0
- package/dist/icons/calendars.svg +20 -0
- package/dist/icons/camera-off.svg +18 -0
- package/dist/icons/camera.svg +16 -0
- package/dist/icons/candlestick-chart.svg +21 -0
- package/dist/icons/candy-cane.svg +19 -0
- package/dist/icons/candy-off.svg +21 -0
- package/dist/icons/candy.svg +19 -0
- package/dist/icons/cannabis-off.svg +20 -0
- package/dist/icons/cannabis.svg +16 -0
- package/dist/icons/captions-off.svg +20 -0
- package/dist/icons/captions.svg +16 -0
- package/dist/icons/car-front.svg +20 -0
- package/dist/icons/car-taxi-front.svg +21 -0
- package/dist/icons/car.svg +18 -0
- package/dist/icons/caravan.svg +18 -0
- package/dist/icons/card-sim.svg +18 -0
- package/dist/icons/carrot.svg +17 -0
- package/dist/icons/case-lower.svg +18 -0
- package/dist/icons/case-sensitive.svg +18 -0
- package/dist/icons/case-upper.svg +17 -0
- package/dist/icons/cassette-tape.svg +19 -0
- package/dist/icons/cast.svg +18 -0
- package/dist/icons/castle.svg +22 -0
- package/dist/icons/cat.svg +18 -0
- package/dist/icons/cctv-off.svg +20 -0
- package/dist/icons/cctv.svg +19 -0
- package/dist/icons/chart-area.svg +16 -0
- package/dist/icons/chart-bar-big.svg +17 -0
- package/dist/icons/chart-bar-decreasing.svg +18 -0
- package/dist/icons/chart-bar-increasing.svg +18 -0
- package/dist/icons/chart-bar-stacked.svg +19 -0
- package/dist/icons/chart-bar.svg +18 -0
- package/dist/icons/chart-candlestick.svg +21 -0
- package/dist/icons/chart-column-big.svg +17 -0
- package/dist/icons/chart-column-decreasing.svg +18 -0
- package/dist/icons/chart-column-increasing.svg +18 -0
- package/dist/icons/chart-column-stacked.svg +19 -0
- package/dist/icons/chart-column.svg +18 -0
- package/dist/icons/chart-gantt.svg +18 -0
- package/dist/icons/chart-line.svg +16 -0
- package/dist/icons/chart-network.svg +21 -0
- package/dist/icons/chart-no-axes-column-decreasing.svg +17 -0
- package/dist/icons/chart-no-axes-column-increasing.svg +17 -0
- package/dist/icons/chart-no-axes-column.svg +17 -0
- package/dist/icons/chart-no-axes-combined.svg +20 -0
- package/dist/icons/chart-no-axes-gantt.svg +17 -0
- package/dist/icons/chart-pie.svg +16 -0
- package/dist/icons/chart-scatter.svg +20 -0
- package/dist/icons/chart-spline.svg +16 -0
- package/dist/icons/check-check.svg +16 -0
- package/dist/icons/check-circle-2.svg +16 -0
- package/dist/icons/check-circle.svg +16 -0
- package/dist/icons/check-line.svg +17 -0
- package/dist/icons/check-square-2.svg +16 -0
- package/dist/icons/check-square.svg +16 -0
- package/dist/icons/check.svg +15 -0
- package/dist/icons/chef-hat.svg +16 -0
- package/dist/icons/cherry.svg +18 -0
- package/dist/icons/chess-bishop.svg +18 -0
- package/dist/icons/chess-king.svg +18 -0
- package/dist/icons/chess-knight.svg +19 -0
- package/dist/icons/chess-pawn.svg +19 -0
- package/dist/icons/chess-queen.svg +22 -0
- package/dist/icons/chess-rook.svg +21 -0
- package/dist/icons/chevron-down-circle.svg +16 -0
- package/dist/icons/chevron-down-square.svg +16 -0
- package/dist/icons/chevron-down.svg +15 -0
- package/dist/icons/chevron-first.svg +16 -0
- package/dist/icons/chevron-last.svg +16 -0
- package/dist/icons/chevron-left-circle.svg +16 -0
- package/dist/icons/chevron-left-square.svg +16 -0
- package/dist/icons/chevron-left.svg +15 -0
- package/dist/icons/chevron-right-circle.svg +16 -0
- package/dist/icons/chevron-right-square.svg +16 -0
- package/dist/icons/chevron-right.svg +15 -0
- package/dist/icons/chevron-up-circle.svg +16 -0
- package/dist/icons/chevron-up-square.svg +16 -0
- package/dist/icons/chevron-up.svg +15 -0
- package/dist/icons/chevrons-down-up.svg +16 -0
- package/dist/icons/chevrons-down.svg +16 -0
- package/dist/icons/chevrons-left-right-ellipsis.svg +19 -0
- package/dist/icons/chevrons-left-right.svg +16 -0
- package/dist/icons/chevrons-left.svg +16 -0
- package/dist/icons/chevrons-right-left.svg +16 -0
- package/dist/icons/chevrons-right.svg +16 -0
- package/dist/icons/chevrons-up-down.svg +16 -0
- package/dist/icons/chevrons-up.svg +16 -0
- package/dist/icons/church.svg +19 -0
- package/dist/icons/cigarette-off.svg +20 -0
- package/dist/icons/cigarette.svg +19 -0
- package/dist/icons/circle-alert.svg +17 -0
- package/dist/icons/circle-arrow-down.svg +17 -0
- package/dist/icons/circle-arrow-left.svg +17 -0
- package/dist/icons/circle-arrow-out-down-left.svg +17 -0
- package/dist/icons/circle-arrow-out-down-right.svg +17 -0
- package/dist/icons/circle-arrow-out-up-left.svg +17 -0
- package/dist/icons/circle-arrow-out-up-right.svg +17 -0
- package/dist/icons/circle-arrow-right.svg +17 -0
- package/dist/icons/circle-arrow-up.svg +17 -0
- package/dist/icons/circle-check-big.svg +16 -0
- package/dist/icons/circle-check.svg +16 -0
- package/dist/icons/circle-chevron-down.svg +16 -0
- package/dist/icons/circle-chevron-left.svg +16 -0
- package/dist/icons/circle-chevron-right.svg +16 -0
- package/dist/icons/circle-chevron-up.svg +16 -0
- package/dist/icons/circle-dashed.svg +22 -0
- package/dist/icons/circle-divide.svg +18 -0
- package/dist/icons/circle-dollar-sign.svg +17 -0
- package/dist/icons/circle-dot-dashed.svg +23 -0
- package/dist/icons/circle-dot.svg +16 -0
- package/dist/icons/circle-ellipsis.svg +18 -0
- package/dist/icons/circle-equal.svg +17 -0
- package/dist/icons/circle-fading-arrow-up.svg +21 -0
- package/dist/icons/circle-fading-plus.svg +21 -0
- package/dist/icons/circle-gauge.svg +17 -0
- package/dist/icons/circle-help.svg +17 -0
- package/dist/icons/circle-minus.svg +16 -0
- package/dist/icons/circle-off.svg +17 -0
- package/dist/icons/circle-parking-off.svg +20 -0
- package/dist/icons/circle-parking.svg +16 -0
- package/dist/icons/circle-pause.svg +17 -0
- package/dist/icons/circle-percent.svg +18 -0
- package/dist/icons/circle-pile.svg +20 -0
- package/dist/icons/circle-play.svg +16 -0
- package/dist/icons/circle-plus.svg +17 -0
- package/dist/icons/circle-pound-sterling.svg +18 -0
- package/dist/icons/circle-power.svg +17 -0
- package/dist/icons/circle-question-mark.svg +17 -0
- package/dist/icons/circle-slash-2.svg +16 -0
- package/dist/icons/circle-slash.svg +16 -0
- package/dist/icons/circle-slashed.svg +16 -0
- package/dist/icons/circle-small.svg +15 -0
- package/dist/icons/circle-star.svg +16 -0
- package/dist/icons/circle-stop.svg +16 -0
- package/dist/icons/circle-user-round.svg +17 -0
- package/dist/icons/circle-user.svg +17 -0
- package/dist/icons/circle-x.svg +17 -0
- package/dist/icons/circle.svg +15 -0
- package/dist/icons/circuit-board.svg +19 -0
- package/dist/icons/citrus.svg +18 -0
- package/dist/icons/clapperboard.svg +18 -0
- package/dist/icons/clipboard-check.svg +17 -0
- package/dist/icons/clipboard-clock.svg +19 -0
- package/dist/icons/clipboard-copy.svg +19 -0
- package/dist/icons/clipboard-edit.svg +18 -0
- package/dist/icons/clipboard-list.svg +20 -0
- package/dist/icons/clipboard-minus.svg +17 -0
- package/dist/icons/clipboard-paste.svg +19 -0
- package/dist/icons/clipboard-pen-line.svg +19 -0
- package/dist/icons/clipboard-pen.svg +18 -0
- package/dist/icons/clipboard-plus.svg +18 -0
- package/dist/icons/clipboard-signature.svg +19 -0
- package/dist/icons/clipboard-type.svg +19 -0
- package/dist/icons/clipboard-x.svg +18 -0
- package/dist/icons/clipboard.svg +16 -0
- package/dist/icons/clock-1.svg +16 -0
- package/dist/icons/clock-10.svg +16 -0
- package/dist/icons/clock-11.svg +16 -0
- package/dist/icons/clock-12.svg +16 -0
- package/dist/icons/clock-2.svg +16 -0
- package/dist/icons/clock-3.svg +16 -0
- package/dist/icons/clock-4.svg +16 -0
- package/dist/icons/clock-5.svg +16 -0
- package/dist/icons/clock-6.svg +16 -0
- package/dist/icons/clock-7.svg +16 -0
- package/dist/icons/clock-8.svg +16 -0
- package/dist/icons/clock-9.svg +16 -0
- package/dist/icons/clock-alert.svg +18 -0
- package/dist/icons/clock-arrow-down.svg +18 -0
- package/dist/icons/clock-arrow-up.svg +18 -0
- package/dist/icons/clock-check.svg +17 -0
- package/dist/icons/clock-fading.svg +20 -0
- package/dist/icons/clock-plus.svg +18 -0
- package/dist/icons/clock.svg +16 -0
- package/dist/icons/closed-caption.svg +17 -0
- package/dist/icons/cloud-alert.svg +17 -0
- package/dist/icons/cloud-backup.svg +17 -0
- package/dist/icons/cloud-check.svg +16 -0
- package/dist/icons/cloud-cog.svg +23 -0
- package/dist/icons/cloud-download.svg +17 -0
- package/dist/icons/cloud-drizzle.svg +21 -0
- package/dist/icons/cloud-fog.svg +17 -0
- package/dist/icons/cloud-hail.svg +21 -0
- package/dist/icons/cloud-lightning.svg +16 -0
- package/dist/icons/cloud-moon-rain.svg +18 -0
- package/dist/icons/cloud-moon.svg +16 -0
- package/dist/icons/cloud-off.svg +17 -0
- package/dist/icons/cloud-rain-wind.svg +18 -0
- package/dist/icons/cloud-rain.svg +18 -0
- package/dist/icons/cloud-snow.svg +21 -0
- package/dist/icons/cloud-sun-rain.svg +22 -0
- package/dist/icons/cloud-sun.svg +20 -0
- package/dist/icons/cloud-sync.svg +19 -0
- package/dist/icons/cloud-upload.svg +17 -0
- package/dist/icons/cloud.svg +15 -0
- package/dist/icons/cloudy.svg +16 -0
- package/dist/icons/clover.svg +17 -0
- package/dist/icons/club.svg +16 -0
- package/dist/icons/code-2.svg +17 -0
- package/dist/icons/code-square.svg +17 -0
- package/dist/icons/code-xml.svg +17 -0
- package/dist/icons/code.svg +16 -0
- package/dist/icons/coffee.svg +18 -0
- package/dist/icons/cog.svg +28 -0
- package/dist/icons/coins.svg +18 -0
- package/dist/icons/columns-2.svg +16 -0
- package/dist/icons/columns-3-cog.svg +26 -0
- package/dist/icons/columns-3.svg +17 -0
- package/dist/icons/columns-4.svg +18 -0
- package/dist/icons/columns-settings.svg +26 -0
- package/dist/icons/columns.svg +16 -0
- package/dist/icons/combine.svg +20 -0
- package/dist/icons/command.svg +15 -0
- package/dist/icons/compass.svg +16 -0
- package/dist/icons/component.svg +18 -0
- package/dist/icons/computer.svg +18 -0
- package/dist/icons/concierge-bell.svg +18 -0
- package/dist/icons/cone.svg +16 -0
- package/dist/icons/construction.svg +22 -0
- package/dist/icons/contact-2.svg +19 -0
- package/dist/icons/contact-round.svg +19 -0
- package/dist/icons/contact.svg +19 -0
- package/dist/icons/container.svg +19 -0
- package/dist/icons/contrast.svg +16 -0
- package/dist/icons/cookie.svg +20 -0
- package/dist/icons/cooking-pot.svg +18 -0
- package/dist/icons/copy-check.svg +17 -0
- package/dist/icons/copy-minus.svg +17 -0
- package/dist/icons/copy-plus.svg +18 -0
- package/dist/icons/copy-slash.svg +17 -0
- package/dist/icons/copy-x.svg +18 -0
- package/dist/icons/copy.svg +16 -0
- package/dist/icons/copyleft.svg +16 -0
- package/dist/icons/copyright.svg +16 -0
- package/dist/icons/corner-down-left.svg +16 -0
- package/dist/icons/corner-down-right.svg +16 -0
- package/dist/icons/corner-left-down.svg +16 -0
- package/dist/icons/corner-left-up.svg +16 -0
- package/dist/icons/corner-right-down.svg +16 -0
- package/dist/icons/corner-right-up.svg +16 -0
- package/dist/icons/corner-up-left.svg +16 -0
- package/dist/icons/corner-up-right.svg +16 -0
- package/dist/icons/cpu.svg +28 -0
- package/dist/icons/creative-commons.svg +17 -0
- package/dist/icons/credit-card.svg +16 -0
- package/dist/icons/croissant.svg +19 -0
- package/dist/icons/crop.svg +16 -0
- package/dist/icons/cross.svg +15 -0
- package/dist/icons/crosshair.svg +19 -0
- package/dist/icons/crown.svg +16 -0
- package/dist/icons/cuboid.svg +17 -0
- package/dist/icons/cup-soda.svg +18 -0
- package/dist/icons/curly-braces.svg +16 -0
- package/dist/icons/currency.svg +19 -0
- package/dist/icons/cylinder.svg +16 -0
- package/dist/icons/dam.svg +21 -0
- package/dist/icons/database-backup.svg +20 -0
- package/dist/icons/database-search.svg +20 -0
- package/dist/icons/database-zap.svg +19 -0
- package/dist/icons/database.svg +17 -0
- package/dist/icons/decimals-arrow-left.svg +18 -0
- package/dist/icons/decimals-arrow-right.svg +19 -0
- package/dist/icons/delete.svg +17 -0
- package/dist/icons/dessert.svg +17 -0
- package/dist/icons/diameter.svg +19 -0
- package/dist/icons/diamond-minus.svg +16 -0
- package/dist/icons/diamond-percent.svg +18 -0
- package/dist/icons/diamond-plus.svg +17 -0
- package/dist/icons/diamond.svg +15 -0
- package/dist/icons/dice-1.svg +16 -0
- package/dist/icons/dice-2.svg +17 -0
- package/dist/icons/dice-3.svg +18 -0
- package/dist/icons/dice-4.svg +19 -0
- package/dist/icons/dice-5.svg +20 -0
- package/dist/icons/dice-6.svg +21 -0
- package/dist/icons/dices.svg +20 -0
- package/dist/icons/diff.svg +17 -0
- package/dist/icons/disc-2.svg +17 -0
- package/dist/icons/disc-3.svg +18 -0
- package/dist/icons/disc-album.svg +17 -0
- package/dist/icons/disc.svg +16 -0
- package/dist/icons/divide-circle.svg +18 -0
- package/dist/icons/divide-square.svg +18 -0
- package/dist/icons/divide.svg +17 -0
- package/dist/icons/dna-off.svg +24 -0
- package/dist/icons/dna.svg +25 -0
- package/dist/icons/dock.svg +17 -0
- package/dist/icons/dog.svg +19 -0
- package/dist/icons/dollar-sign.svg +16 -0
- package/dist/icons/donut.svg +16 -0
- package/dist/icons/door-closed-locked.svg +19 -0
- package/dist/icons/door-closed.svg +17 -0
- package/dist/icons/door-open.svg +19 -0
- package/dist/icons/dot-square.svg +16 -0
- package/dist/icons/dot.svg +15 -0
- package/dist/icons/download-cloud.svg +17 -0
- package/dist/icons/download.svg +17 -0
- package/dist/icons/drafting-compass.svg +19 -0
- package/dist/icons/drama.svg +22 -0
- package/dist/icons/drill.svg +20 -0
- package/dist/icons/drone.svg +23 -0
- package/dist/icons/droplet-off.svg +17 -0
- package/dist/icons/droplet.svg +15 -0
- package/dist/icons/droplets.svg +16 -0
- package/dist/icons/drum.svg +21 -0
- package/dist/icons/drumstick.svg +16 -0
- package/dist/icons/dumbbell.svg +19 -0
- package/dist/icons/ear-off.svg +19 -0
- package/dist/icons/ear.svg +16 -0
- package/dist/icons/earth-lock.svg +20 -0
- package/dist/icons/earth.svg +18 -0
- package/dist/icons/eclipse.svg +16 -0
- package/dist/icons/edit-2.svg +15 -0
- package/dist/icons/edit-3.svg +16 -0
- package/dist/icons/edit.svg +16 -0
- package/dist/icons/egg-fried.svg +16 -0
- package/dist/icons/egg-off.svg +17 -0
- package/dist/icons/egg.svg +15 -0
- package/dist/icons/ellipse.svg +15 -0
- package/dist/icons/ellipsis-vertical.svg +17 -0
- package/dist/icons/ellipsis.svg +17 -0
- package/dist/icons/equal-approximately.svg +16 -0
- package/dist/icons/equal-not.svg +17 -0
- package/dist/icons/equal-square.svg +17 -0
- package/dist/icons/equal.svg +16 -0
- package/dist/icons/eraser.svg +16 -0
- package/dist/icons/ethernet-port.svg +19 -0
- package/dist/icons/euro.svg +17 -0
- package/dist/icons/ev-charger.svg +19 -0
- package/dist/icons/expand.svg +22 -0
- package/dist/icons/external-link.svg +17 -0
- package/dist/icons/eye-closed.svg +19 -0
- package/dist/icons/eye-off.svg +18 -0
- package/dist/icons/eye.svg +16 -0
- package/dist/icons/factory.svg +18 -0
- package/dist/icons/fan.svg +16 -0
- package/dist/icons/fast-forward.svg +16 -0
- package/dist/icons/feather.svg +17 -0
- package/dist/icons/fence.svg +21 -0
- package/dist/icons/ferris-wheel.svg +23 -0
- package/dist/icons/file-archive.svg +20 -0
- package/dist/icons/file-audio-2.svg +17 -0
- package/dist/icons/file-audio.svg +17 -0
- package/dist/icons/file-axis-3-d.svg +18 -0
- package/dist/icons/file-axis-3d.svg +18 -0
- package/dist/icons/file-badge-2.svg +18 -0
- package/dist/icons/file-badge.svg +18 -0
- package/dist/icons/file-bar-chart-2.svg +19 -0
- package/dist/icons/file-bar-chart.svg +19 -0
- package/dist/icons/file-box.svg +19 -0
- package/dist/icons/file-braces-corner.svg +18 -0
- package/dist/icons/file-braces.svg +18 -0
- package/dist/icons/file-chart-column-increasing.svg +19 -0
- package/dist/icons/file-chart-column.svg +19 -0
- package/dist/icons/file-chart-line.svg +17 -0
- package/dist/icons/file-chart-pie.svg +18 -0
- package/dist/icons/file-check-2.svg +17 -0
- package/dist/icons/file-check-corner.svg +17 -0
- package/dist/icons/file-check.svg +17 -0
- package/dist/icons/file-clock.svg +18 -0
- package/dist/icons/file-code-2.svg +18 -0
- package/dist/icons/file-code-corner.svg +18 -0
- package/dist/icons/file-code.svg +18 -0
- package/dist/icons/file-cog-2.svg +26 -0
- package/dist/icons/file-cog.svg +26 -0
- package/dist/icons/file-diff.svg +18 -0
- package/dist/icons/file-digit.svg +19 -0
- package/dist/icons/file-down.svg +18 -0
- package/dist/icons/file-edit.svg +17 -0
- package/dist/icons/file-exclamation-point.svg +17 -0
- package/dist/icons/file-headphone.svg +17 -0
- package/dist/icons/file-heart.svg +17 -0
- package/dist/icons/file-image.svg +18 -0
- package/dist/icons/file-input.svg +18 -0
- package/dist/icons/file-json-2.svg +18 -0
- package/dist/icons/file-json.svg +18 -0
- package/dist/icons/file-key-2.svg +19 -0
- package/dist/icons/file-key.svg +19 -0
- package/dist/icons/file-line-chart.svg +17 -0
- package/dist/icons/file-lock-2.svg +18 -0
- package/dist/icons/file-lock.svg +18 -0
- package/dist/icons/file-minus-2.svg +17 -0
- package/dist/icons/file-minus-corner.svg +17 -0
- package/dist/icons/file-minus.svg +17 -0
- package/dist/icons/file-music.svg +18 -0
- package/dist/icons/file-output.svg +18 -0
- package/dist/icons/file-pen-line.svg +18 -0
- package/dist/icons/file-pen.svg +17 -0
- package/dist/icons/file-pie-chart.svg +18 -0
- package/dist/icons/file-play.svg +17 -0
- package/dist/icons/file-plus-2.svg +18 -0
- package/dist/icons/file-plus-corner.svg +18 -0
- package/dist/icons/file-plus.svg +18 -0
- package/dist/icons/file-question-mark.svg +17 -0
- package/dist/icons/file-question.svg +17 -0
- package/dist/icons/file-scan.svg +20 -0
- package/dist/icons/file-search-2.svg +18 -0
- package/dist/icons/file-search-corner.svg +18 -0
- package/dist/icons/file-search.svg +18 -0
- package/dist/icons/file-signal.svg +19 -0
- package/dist/icons/file-signature.svg +18 -0
- package/dist/icons/file-sliders.svg +20 -0
- package/dist/icons/file-spreadsheet.svg +20 -0
- package/dist/icons/file-stack.svg +17 -0
- package/dist/icons/file-symlink.svg +17 -0
- package/dist/icons/file-terminal.svg +18 -0
- package/dist/icons/file-text.svg +19 -0
- package/dist/icons/file-type-2.svg +19 -0
- package/dist/icons/file-type-corner.svg +19 -0
- package/dist/icons/file-type.svg +19 -0
- package/dist/icons/file-up.svg +18 -0
- package/dist/icons/file-user.svg +18 -0
- package/dist/icons/file-video-2.svg +18 -0
- package/dist/icons/file-video-camera.svg +18 -0
- package/dist/icons/file-video.svg +17 -0
- package/dist/icons/file-volume-2.svg +19 -0
- package/dist/icons/file-volume.svg +18 -0
- package/dist/icons/file-warning.svg +17 -0
- package/dist/icons/file-x-2.svg +18 -0
- package/dist/icons/file-x-corner.svg +18 -0
- package/dist/icons/file-x.svg +18 -0
- package/dist/icons/file.svg +16 -0
- package/dist/icons/files.svg +17 -0
- package/dist/icons/film.svg +22 -0
- package/dist/icons/filter-x.svg +17 -0
- package/dist/icons/filter.svg +15 -0
- package/dist/icons/fingerprint-pattern.svg +23 -0
- package/dist/icons/fingerprint.svg +23 -0
- package/dist/icons/fire-extinguisher.svg +20 -0
- package/dist/icons/fish-off.svg +17 -0
- package/dist/icons/fish-symbol.svg +15 -0
- package/dist/icons/fish.svg +20 -0
- package/dist/icons/fishing-hook.svg +17 -0
- package/dist/icons/fishing-rod.svg +17 -0
- package/dist/icons/flag-off.svg +18 -0
- package/dist/icons/flag-triangle-left.svg +15 -0
- package/dist/icons/flag-triangle-right.svg +15 -0
- package/dist/icons/flag.svg +15 -0
- package/dist/icons/flame-kindling.svg +17 -0
- package/dist/icons/flame.svg +15 -0
- package/dist/icons/flashlight-off.svg +19 -0
- package/dist/icons/flashlight.svg +17 -0
- package/dist/icons/flask-conical-off.svg +20 -0
- package/dist/icons/flask-conical.svg +17 -0
- package/dist/icons/flask-round.svg +17 -0
- package/dist/icons/flip-horizontal-2.svg +20 -0
- package/dist/icons/flip-horizontal.svg +20 -0
- package/dist/icons/flip-vertical-2.svg +20 -0
- package/dist/icons/flip-vertical.svg +20 -0
- package/dist/icons/flower-2.svg +19 -0
- package/dist/icons/flower.svg +24 -0
- package/dist/icons/focus.svg +19 -0
- package/dist/icons/fold-horizontal.svg +22 -0
- package/dist/icons/fold-vertical.svg +22 -0
- package/dist/icons/folder-archive.svg +18 -0
- package/dist/icons/folder-bookmark.svg +16 -0
- package/dist/icons/folder-check.svg +16 -0
- package/dist/icons/folder-clock.svg +17 -0
- package/dist/icons/folder-closed.svg +16 -0
- package/dist/icons/folder-code.svg +17 -0
- package/dist/icons/folder-cog-2.svg +24 -0
- package/dist/icons/folder-cog.svg +24 -0
- package/dist/icons/folder-dot.svg +16 -0
- package/dist/icons/folder-down.svg +17 -0
- package/dist/icons/folder-edit.svg +16 -0
- package/dist/icons/folder-git-2.svg +18 -0
- package/dist/icons/folder-git.svg +18 -0
- package/dist/icons/folder-heart.svg +16 -0
- package/dist/icons/folder-input.svg +17 -0
- package/dist/icons/folder-kanban.svg +18 -0
- package/dist/icons/folder-key.svg +18 -0
- package/dist/icons/folder-lock.svg +17 -0
- package/dist/icons/folder-minus.svg +16 -0
- package/dist/icons/folder-open-dot.svg +16 -0
- package/dist/icons/folder-open.svg +15 -0
- package/dist/icons/folder-output.svg +17 -0
- package/dist/icons/folder-pen.svg +16 -0
- package/dist/icons/folder-plus.svg +17 -0
- package/dist/icons/folder-root.svg +17 -0
- package/dist/icons/folder-search-2.svg +17 -0
- package/dist/icons/folder-search.svg +17 -0
- package/dist/icons/folder-symlink.svg +16 -0
- package/dist/icons/folder-sync.svg +19 -0
- package/dist/icons/folder-tree.svg +18 -0
- package/dist/icons/folder-up.svg +17 -0
- package/dist/icons/folder-x.svg +17 -0
- package/dist/icons/folder.svg +15 -0
- package/dist/icons/folders.svg +16 -0
- package/dist/icons/footprints.svg +18 -0
- package/dist/icons/fork-knife-crossed.svg +18 -0
- package/dist/icons/fork-knife.svg +17 -0
- package/dist/icons/forklift.svg +21 -0
- package/dist/icons/form-input.svg +18 -0
- package/dist/icons/form.svg +18 -0
- package/dist/icons/forward.svg +16 -0
- package/dist/icons/frame.svg +18 -0
- package/dist/icons/frown.svg +18 -0
- package/dist/icons/fuel.svg +18 -0
- package/dist/icons/fullscreen.svg +19 -0
- package/dist/icons/function-square.svg +17 -0
- package/dist/icons/funnel-plus.svg +17 -0
- package/dist/icons/funnel-x.svg +17 -0
- package/dist/icons/funnel.svg +15 -0
- package/dist/icons/gallery-horizontal-end.svg +17 -0
- package/dist/icons/gallery-horizontal.svg +17 -0
- package/dist/icons/gallery-thumbnails.svg +19 -0
- package/dist/icons/gallery-vertical-end.svg +17 -0
- package/dist/icons/gallery-vertical.svg +17 -0
- package/dist/icons/gamepad-2.svg +19 -0
- package/dist/icons/gamepad-directional.svg +22 -0
- package/dist/icons/gamepad.svg +19 -0
- package/dist/icons/gantt-chart-square.svg +18 -0
- package/dist/icons/gantt-chart.svg +17 -0
- package/dist/icons/gauge-circle.svg +17 -0
- package/dist/icons/gauge.svg +16 -0
- package/dist/icons/gavel.svg +19 -0
- package/dist/icons/gem.svg +17 -0
- package/dist/icons/georgian-lari.svg +18 -0
- package/dist/icons/ghost.svg +17 -0
- package/dist/icons/gift.svg +18 -0
- package/dist/icons/git-branch-minus.svg +18 -0
- package/dist/icons/git-branch-plus.svg +20 -0
- package/dist/icons/git-branch.svg +17 -0
- package/dist/icons/git-commit-horizontal.svg +17 -0
- package/dist/icons/git-commit-vertical.svg +17 -0
- package/dist/icons/git-commit.svg +17 -0
- package/dist/icons/git-compare-arrows.svg +20 -0
- package/dist/icons/git-compare.svg +18 -0
- package/dist/icons/git-fork.svg +19 -0
- package/dist/icons/git-graph.svg +20 -0
- package/dist/icons/git-merge-conflict.svg +19 -0
- package/dist/icons/git-merge.svg +17 -0
- package/dist/icons/git-pull-request-arrow.svg +19 -0
- package/dist/icons/git-pull-request-closed.svg +20 -0
- package/dist/icons/git-pull-request-create-arrow.svg +20 -0
- package/dist/icons/git-pull-request-create.svg +19 -0
- package/dist/icons/git-pull-request-draft.svg +19 -0
- package/dist/icons/git-pull-request.svg +18 -0
- package/dist/icons/glass-water.svg +16 -0
- package/dist/icons/glasses.svg +19 -0
- package/dist/icons/globe-2.svg +18 -0
- package/dist/icons/globe-check.svg +16 -0
- package/dist/icons/globe-lock.svg +18 -0
- package/dist/icons/globe-off.svg +21 -0
- package/dist/icons/globe-x.svg +17 -0
- package/dist/icons/globe.svg +17 -0
- package/dist/icons/goal.svg +17 -0
- package/dist/icons/gpu.svg +19 -0
- package/dist/icons/grab.svg +19 -0
- package/dist/icons/graduation-cap.svg +17 -0
- package/dist/icons/grape.svg +23 -0
- package/dist/icons/grid-2-x-2-check.svg +16 -0
- package/dist/icons/grid-2-x-2-plus.svg +17 -0
- package/dist/icons/grid-2-x-2-x.svg +17 -0
- package/dist/icons/grid-2-x-2.svg +17 -0
- package/dist/icons/grid-2x2-check.svg +16 -0
- package/dist/icons/grid-2x2-plus.svg +17 -0
- package/dist/icons/grid-2x2-x.svg +17 -0
- package/dist/icons/grid-2x2.svg +17 -0
- package/dist/icons/grid-3-x-3.svg +19 -0
- package/dist/icons/grid-3x2.svg +18 -0
- package/dist/icons/grid-3x3.svg +19 -0
- package/dist/icons/grid.svg +19 -0
- package/dist/icons/grip-horizontal.svg +20 -0
- package/dist/icons/grip-vertical.svg +20 -0
- package/dist/icons/grip.svg +23 -0
- package/dist/icons/group.svg +20 -0
- package/dist/icons/guitar.svg +18 -0
- package/dist/icons/ham.svg +18 -0
- package/dist/icons/hamburger.svg +18 -0
- package/dist/icons/hammer.svg +17 -0
- package/dist/icons/hand-coins.svg +19 -0
- package/dist/icons/hand-fist.svg +18 -0
- package/dist/icons/hand-grab.svg +19 -0
- package/dist/icons/hand-heart.svg +18 -0
- package/dist/icons/hand-helping.svg +17 -0
- package/dist/icons/hand-metal.svg +18 -0
- package/dist/icons/hand-platter.svg +20 -0
- package/dist/icons/hand.svg +18 -0
- package/dist/icons/handbag.svg +16 -0
- package/dist/icons/handshake.svg +19 -0
- package/dist/icons/hard-drive-download.svg +19 -0
- package/dist/icons/hard-drive-upload.svg +19 -0
- package/dist/icons/hard-drive.svg +18 -0
- package/dist/icons/hard-hat.svg +18 -0
- package/dist/icons/hash.svg +18 -0
- package/dist/icons/hat-glasses.svg +19 -0
- package/dist/icons/haze.svg +22 -0
- package/dist/icons/hd.svg +19 -0
- package/dist/icons/hdmi-port.svg +16 -0
- package/dist/icons/heading-1.svg +18 -0
- package/dist/icons/heading-2.svg +18 -0
- package/dist/icons/heading-3.svg +19 -0
- package/dist/icons/heading-4.svg +19 -0
- package/dist/icons/heading-5.svg +19 -0
- package/dist/icons/heading-6.svg +19 -0
- package/dist/icons/heading.svg +17 -0
- package/dist/icons/headphone-off.svg +19 -0
- package/dist/icons/headphones.svg +15 -0
- package/dist/icons/headset.svg +16 -0
- package/dist/icons/heart-crack.svg +16 -0
- package/dist/icons/heart-handshake.svg +15 -0
- package/dist/icons/heart-minus.svg +16 -0
- package/dist/icons/heart-off.svg +17 -0
- package/dist/icons/heart-plus.svg +17 -0
- package/dist/icons/heart-pulse.svg +16 -0
- package/dist/icons/heart-x.svg +17 -0
- package/dist/icons/heart.svg +15 -0
- package/dist/icons/heater.svg +24 -0
- package/dist/icons/helicopter.svg +22 -0
- package/dist/icons/help-circle.svg +17 -0
- package/dist/icons/helping-hand.svg +17 -0
- package/dist/icons/hexagon.svg +15 -0
- package/dist/icons/highlighter.svg +16 -0
- package/dist/icons/history.svg +17 -0
- package/dist/icons/home.svg +16 -0
- package/dist/icons/hop-off.svg +23 -0
- package/dist/icons/hop.svg +22 -0
- package/dist/icons/hospital.svg +19 -0
- package/dist/icons/hotel.svg +24 -0
- package/dist/icons/hourglass.svg +18 -0
- package/dist/icons/house-heart.svg +16 -0
- package/dist/icons/house-plug.svg +18 -0
- package/dist/icons/house-plus.svg +18 -0
- package/dist/icons/house-wifi.svg +18 -0
- package/dist/icons/house.svg +16 -0
- package/dist/icons/ice-cream-2.svg +17 -0
- package/dist/icons/ice-cream-bowl.svg +17 -0
- package/dist/icons/ice-cream-cone.svg +17 -0
- package/dist/icons/ice-cream.svg +17 -0
- package/dist/icons/id-card-lanyard.svg +19 -0
- package/dist/icons/id-card.svg +19 -0
- package/dist/icons/image-down.svg +18 -0
- package/dist/icons/image-minus.svg +18 -0
- package/dist/icons/image-off.svg +20 -0
- package/dist/icons/image-play.svg +18 -0
- package/dist/icons/image-plus.svg +19 -0
- package/dist/icons/image-up.svg +18 -0
- package/dist/icons/image-upscale.svg +22 -0
- package/dist/icons/image.svg +17 -0
- package/dist/icons/images.svg +18 -0
- package/dist/icons/import.svg +17 -0
- package/dist/icons/inbox.svg +16 -0
- package/dist/icons/indent-decrease.svg +18 -0
- package/dist/icons/indent-increase.svg +18 -0
- package/dist/icons/indent.svg +18 -0
- package/dist/icons/indian-rupee.svg +19 -0
- package/dist/icons/infinity.svg +15 -0
- package/dist/icons/info.svg +17 -0
- package/dist/icons/inspect.svg +16 -0
- package/dist/icons/inspection-panel.svg +19 -0
- package/dist/icons/italic.svg +17 -0
- package/dist/icons/iteration-ccw.svg +16 -0
- package/dist/icons/iteration-cw.svg +16 -0
- package/dist/icons/japanese-yen.svg +17 -0
- package/dist/icons/joystick.svg +18 -0
- package/dist/icons/kanban-square-dashed.svg +29 -0
- package/dist/icons/kanban-square.svg +18 -0
- package/dist/icons/kanban.svg +17 -0
- package/dist/icons/kayak.svg +18 -0
- package/dist/icons/key-round.svg +16 -0
- package/dist/icons/key-square.svg +17 -0
- package/dist/icons/key.svg +17 -0
- package/dist/icons/keyboard-music.svg +23 -0
- package/dist/icons/keyboard-off.svg +24 -0
- package/dist/icons/keyboard.svg +23 -0
- package/dist/icons/lamp-ceiling.svg +17 -0
- package/dist/icons/lamp-desk.svg +18 -0
- package/dist/icons/lamp-floor.svg +17 -0
- package/dist/icons/lamp-wall-down.svg +17 -0
- package/dist/icons/lamp-wall-up.svg +17 -0
- package/dist/icons/lamp.svg +17 -0
- package/dist/icons/land-plot.svg +18 -0
- package/dist/icons/landmark.svg +20 -0
- package/dist/icons/languages.svg +20 -0
- package/dist/icons/laptop-2.svg +16 -0
- package/dist/icons/laptop-minimal-check.svg +17 -0
- package/dist/icons/laptop-minimal.svg +16 -0
- package/dist/icons/laptop.svg +16 -0
- package/dist/icons/lasso-select.svg +19 -0
- package/dist/icons/lasso.svg +17 -0
- package/dist/icons/laugh.svg +18 -0
- package/dist/icons/layers-2.svg +16 -0
- package/dist/icons/layers-3.svg +17 -0
- package/dist/icons/layers-minus.svg +19 -0
- package/dist/icons/layers-plus.svg +19 -0
- package/dist/icons/layers.svg +17 -0
- package/dist/icons/layout-dashboard.svg +18 -0
- package/dist/icons/layout-grid.svg +18 -0
- package/dist/icons/layout-list.svg +20 -0
- package/dist/icons/layout-panel-left.svg +17 -0
- package/dist/icons/layout-panel-top.svg +17 -0
- package/dist/icons/layout-template.svg +17 -0
- package/dist/icons/layout.svg +17 -0
- package/dist/icons/leaf.svg +16 -0
- package/dist/icons/leafy-green.svg +16 -0
- package/dist/icons/lectern.svg +17 -0
- package/dist/icons/lens-concave.svg +15 -0
- package/dist/icons/lens-convex.svg +16 -0
- package/dist/icons/letter-text.svg +19 -0
- package/dist/icons/library-big.svg +17 -0
- package/dist/icons/library-square.svg +18 -0
- package/dist/icons/library.svg +18 -0
- package/dist/icons/life-buoy.svg +20 -0
- package/dist/icons/ligature.svg +19 -0
- package/dist/icons/lightbulb-off.svg +19 -0
- package/dist/icons/lightbulb.svg +17 -0
- package/dist/icons/line-chart.svg +16 -0
- package/dist/icons/line-dot-right-horizontal.svg +16 -0
- package/dist/icons/line-squiggle.svg +15 -0
- package/dist/icons/line-style.svg +20 -0
- package/dist/icons/link-2-off.svg +18 -0
- package/dist/icons/link-2.svg +17 -0
- package/dist/icons/link.svg +16 -0
- package/dist/icons/list-check.svg +18 -0
- package/dist/icons/list-checks.svg +19 -0
- package/dist/icons/list-chevrons-down-up.svg +19 -0
- package/dist/icons/list-chevrons-up-down.svg +19 -0
- package/dist/icons/list-collapse.svg +19 -0
- package/dist/icons/list-end.svg +19 -0
- package/dist/icons/list-filter-plus.svg +19 -0
- package/dist/icons/list-filter.svg +17 -0
- package/dist/icons/list-indent-decrease.svg +18 -0
- package/dist/icons/list-indent-increase.svg +18 -0
- package/dist/icons/list-minus.svg +18 -0
- package/dist/icons/list-music.svg +19 -0
- package/dist/icons/list-ordered.svg +20 -0
- package/dist/icons/list-plus.svg +19 -0
- package/dist/icons/list-restart.svg +19 -0
- package/dist/icons/list-start.svg +19 -0
- package/dist/icons/list-todo.svg +19 -0
- package/dist/icons/list-tree.svg +19 -0
- package/dist/icons/list-video.svg +18 -0
- package/dist/icons/list-x.svg +19 -0
- package/dist/icons/list.svg +20 -0
- package/dist/icons/loader-2.svg +15 -0
- package/dist/icons/loader-circle.svg +15 -0
- package/dist/icons/loader-pinwheel.svg +18 -0
- package/dist/icons/loader.svg +22 -0
- package/dist/icons/locate-fixed.svg +20 -0
- package/dist/icons/locate-off.svg +21 -0
- package/dist/icons/locate.svg +19 -0
- package/dist/icons/location-edit.svg +17 -0
- package/dist/icons/lock-keyhole-open.svg +17 -0
- package/dist/icons/lock-keyhole.svg +17 -0
- package/dist/icons/lock-open.svg +16 -0
- package/dist/icons/lock.svg +16 -0
- package/dist/icons/log-in.svg +17 -0
- package/dist/icons/log-out.svg +17 -0
- package/dist/icons/logs.svg +23 -0
- package/dist/icons/lollipop.svg +17 -0
- package/dist/icons/luggage.svg +19 -0
- package/dist/icons/m-square.svg +16 -0
- package/dist/icons/magnet.svg +17 -0
- package/dist/icons/mail-check.svg +17 -0
- package/dist/icons/mail-minus.svg +17 -0
- package/dist/icons/mail-open.svg +16 -0
- package/dist/icons/mail-plus.svg +18 -0
- package/dist/icons/mail-question-mark.svg +18 -0
- package/dist/icons/mail-question.svg +18 -0
- package/dist/icons/mail-search.svg +19 -0
- package/dist/icons/mail-warning.svg +18 -0
- package/dist/icons/mail-x.svg +18 -0
- package/dist/icons/mail.svg +16 -0
- package/dist/icons/mailbox.svg +18 -0
- package/dist/icons/mails.svg +17 -0
- package/dist/icons/map-minus.svg +18 -0
- package/dist/icons/map-pin-check-inside.svg +16 -0
- package/dist/icons/map-pin-check.svg +17 -0
- package/dist/icons/map-pin-house.svg +18 -0
- package/dist/icons/map-pin-minus-inside.svg +16 -0
- package/dist/icons/map-pin-minus.svg +17 -0
- package/dist/icons/map-pin-off.svg +19 -0
- package/dist/icons/map-pin-pen.svg +17 -0
- package/dist/icons/map-pin-plus-inside.svg +17 -0
- package/dist/icons/map-pin-plus.svg +18 -0
- package/dist/icons/map-pin-search.svg +18 -0
- package/dist/icons/map-pin-x-inside.svg +17 -0
- package/dist/icons/map-pin-x.svg +18 -0
- package/dist/icons/map-pin.svg +16 -0
- package/dist/icons/map-pinned.svg +17 -0
- package/dist/icons/map-plus.svg +19 -0
- package/dist/icons/map.svg +17 -0
- package/dist/icons/mars-stroke.svg +18 -0
- package/dist/icons/mars.svg +17 -0
- package/dist/icons/martini.svg +17 -0
- package/dist/icons/maximize-2.svg +18 -0
- package/dist/icons/maximize.svg +18 -0
- package/dist/icons/medal.svg +20 -0
- package/dist/icons/megaphone-off.svg +19 -0
- package/dist/icons/megaphone.svg +17 -0
- package/dist/icons/meh.svg +18 -0
- package/dist/icons/memory-stick.svg +25 -0
- package/dist/icons/menu-square.svg +18 -0
- package/dist/icons/menu.svg +17 -0
- package/dist/icons/merge.svg +17 -0
- package/dist/icons/message-circle-check.svg +16 -0
- package/dist/icons/message-circle-code.svg +17 -0
- package/dist/icons/message-circle-dashed.svg +22 -0
- package/dist/icons/message-circle-heart.svg +16 -0
- package/dist/icons/message-circle-more.svg +18 -0
- package/dist/icons/message-circle-off.svg +17 -0
- package/dist/icons/message-circle-plus.svg +17 -0
- package/dist/icons/message-circle-question-mark.svg +17 -0
- package/dist/icons/message-circle-question.svg +17 -0
- package/dist/icons/message-circle-reply.svg +17 -0
- package/dist/icons/message-circle-warning.svg +17 -0
- package/dist/icons/message-circle-x.svg +17 -0
- package/dist/icons/message-circle.svg +15 -0
- package/dist/icons/message-square-check.svg +16 -0
- package/dist/icons/message-square-code.svg +17 -0
- package/dist/icons/message-square-dashed.svg +24 -0
- package/dist/icons/message-square-diff.svg +18 -0
- package/dist/icons/message-square-dot.svg +16 -0
- package/dist/icons/message-square-heart.svg +16 -0
- package/dist/icons/message-square-lock.svg +17 -0
- package/dist/icons/message-square-more.svg +18 -0
- package/dist/icons/message-square-off.svg +17 -0
- package/dist/icons/message-square-plus.svg +17 -0
- package/dist/icons/message-square-quote.svg +17 -0
- package/dist/icons/message-square-reply.svg +17 -0
- package/dist/icons/message-square-share.svg +17 -0
- package/dist/icons/message-square-text.svg +18 -0
- package/dist/icons/message-square-warning.svg +17 -0
- package/dist/icons/message-square-x.svg +17 -0
- package/dist/icons/message-square.svg +15 -0
- package/dist/icons/messages-square.svg +16 -0
- package/dist/icons/metronome.svg +18 -0
- package/dist/icons/mic-2.svg +17 -0
- package/dist/icons/mic-off.svg +20 -0
- package/dist/icons/mic-vocal.svg +17 -0
- package/dist/icons/mic.svg +17 -0
- package/dist/icons/microchip.svg +24 -0
- package/dist/icons/microscope.svg +20 -0
- package/dist/icons/microwave.svg +19 -0
- package/dist/icons/milestone.svg +17 -0
- package/dist/icons/milk-off.svg +18 -0
- package/dist/icons/milk.svg +17 -0
- package/dist/icons/minimize-2.svg +18 -0
- package/dist/icons/minimize.svg +18 -0
- package/dist/icons/minus-circle.svg +16 -0
- package/dist/icons/minus-square.svg +16 -0
- package/dist/icons/minus.svg +15 -0
- package/dist/icons/mirror-rectangular.svg +17 -0
- package/dist/icons/mirror-round.svg +19 -0
- package/dist/icons/monitor-check.svg +18 -0
- package/dist/icons/monitor-cloud.svg +18 -0
- package/dist/icons/monitor-cog.svg +26 -0
- package/dist/icons/monitor-dot.svg +18 -0
- package/dist/icons/monitor-down.svg +19 -0
- package/dist/icons/monitor-off.svg +19 -0
- package/dist/icons/monitor-pause.svg +19 -0
- package/dist/icons/monitor-play.svg +18 -0
- package/dist/icons/monitor-smartphone.svg +18 -0
- package/dist/icons/monitor-speaker.svg +19 -0
- package/dist/icons/monitor-stop.svg +18 -0
- package/dist/icons/monitor-up.svg +19 -0
- package/dist/icons/monitor-x.svg +19 -0
- package/dist/icons/monitor.svg +17 -0
- package/dist/icons/moon-star.svg +17 -0
- package/dist/icons/moon.svg +15 -0
- package/dist/icons/more-horizontal.svg +17 -0
- package/dist/icons/more-vertical.svg +17 -0
- package/dist/icons/motorbike.svg +19 -0
- package/dist/icons/mountain-snow.svg +16 -0
- package/dist/icons/mountain.svg +15 -0
- package/dist/icons/mouse-left.svg +17 -0
- package/dist/icons/mouse-off.svg +18 -0
- package/dist/icons/mouse-pointer-2-off.svg +17 -0
- package/dist/icons/mouse-pointer-2.svg +15 -0
- package/dist/icons/mouse-pointer-ban.svg +17 -0
- package/dist/icons/mouse-pointer-click.svg +19 -0
- package/dist/icons/mouse-pointer-square-dashed.svg +24 -0
- package/dist/icons/mouse-pointer.svg +16 -0
- package/dist/icons/mouse-right.svg +17 -0
- package/dist/icons/mouse.svg +16 -0
- package/dist/icons/move-3-d.svg +18 -0
- package/dist/icons/move-3d.svg +18 -0
- package/dist/icons/move-diagonal-2.svg +17 -0
- package/dist/icons/move-diagonal.svg +17 -0
- package/dist/icons/move-down-left.svg +16 -0
- package/dist/icons/move-down-right.svg +16 -0
- package/dist/icons/move-down.svg +16 -0
- package/dist/icons/move-horizontal.svg +17 -0
- package/dist/icons/move-left.svg +16 -0
- package/dist/icons/move-right.svg +16 -0
- package/dist/icons/move-up-left.svg +16 -0
- package/dist/icons/move-up-right.svg +16 -0
- package/dist/icons/move-up.svg +16 -0
- package/dist/icons/move-vertical.svg +17 -0
- package/dist/icons/move.svg +20 -0
- package/dist/icons/music-2.svg +16 -0
- package/dist/icons/music-3.svg +16 -0
- package/dist/icons/music-4.svg +18 -0
- package/dist/icons/music.svg +17 -0
- package/dist/icons/navigation-2-off.svg +17 -0
- package/dist/icons/navigation-2.svg +15 -0
- package/dist/icons/navigation-off.svg +17 -0
- package/dist/icons/navigation.svg +15 -0
- package/dist/icons/network.svg +19 -0
- package/dist/icons/newspaper.svg +18 -0
- package/dist/icons/nfc.svg +18 -0
- package/dist/icons/non-binary.svg +18 -0
- package/dist/icons/notebook-pen.svg +20 -0
- package/dist/icons/notebook-tabs.svg +23 -0
- package/dist/icons/notebook-text.svg +22 -0
- package/dist/icons/notebook.svg +20 -0
- package/dist/icons/notepad-text-dashed.svg +27 -0
- package/dist/icons/notepad-text.svg +21 -0
- package/dist/icons/nut-off.svg +19 -0
- package/dist/icons/nut.svg +17 -0
- package/dist/icons/octagon-alert.svg +17 -0
- package/dist/icons/octagon-minus.svg +16 -0
- package/dist/icons/octagon-pause.svg +17 -0
- package/dist/icons/octagon-x.svg +17 -0
- package/dist/icons/octagon.svg +15 -0
- package/dist/icons/omega.svg +15 -0
- package/dist/icons/option.svg +16 -0
- package/dist/icons/orbit.svg +19 -0
- package/dist/icons/origami.svg +17 -0
- package/dist/icons/outdent.svg +18 -0
- package/dist/icons/package-2.svg +17 -0
- package/dist/icons/package-check.svg +19 -0
- package/dist/icons/package-minus.svg +19 -0
- package/dist/icons/package-open.svg +18 -0
- package/dist/icons/package-plus.svg +20 -0
- package/dist/icons/package-search.svg +20 -0
- package/dist/icons/package-x.svg +20 -0
- package/dist/icons/package.svg +18 -0
- package/dist/icons/paint-bucket.svg +18 -0
- package/dist/icons/paint-roller.svg +17 -0
- package/dist/icons/paintbrush-2.svg +18 -0
- package/dist/icons/paintbrush-vertical.svg +18 -0
- package/dist/icons/paintbrush.svg +17 -0
- package/dist/icons/palette.svg +19 -0
- package/dist/icons/palmtree.svg +18 -0
- package/dist/icons/panda.svg +20 -0
- package/dist/icons/panel-bottom-close.svg +17 -0
- package/dist/icons/panel-bottom-dashed.svg +19 -0
- package/dist/icons/panel-bottom-inactive.svg +19 -0
- package/dist/icons/panel-bottom-open.svg +17 -0
- package/dist/icons/panel-bottom.svg +16 -0
- package/dist/icons/panel-left-close.svg +17 -0
- package/dist/icons/panel-left-dashed.svg +19 -0
- package/dist/icons/panel-left-inactive.svg +19 -0
- package/dist/icons/panel-left-open.svg +17 -0
- package/dist/icons/panel-left-right-dashed.svg +23 -0
- package/dist/icons/panel-left.svg +16 -0
- package/dist/icons/panel-right-close.svg +17 -0
- package/dist/icons/panel-right-dashed.svg +19 -0
- package/dist/icons/panel-right-inactive.svg +19 -0
- package/dist/icons/panel-right-open.svg +17 -0
- package/dist/icons/panel-right.svg +16 -0
- package/dist/icons/panel-top-bottom-dashed.svg +23 -0
- package/dist/icons/panel-top-close.svg +17 -0
- package/dist/icons/panel-top-dashed.svg +19 -0
- package/dist/icons/panel-top-inactive.svg +19 -0
- package/dist/icons/panel-top-open.svg +17 -0
- package/dist/icons/panel-top.svg +16 -0
- package/dist/icons/panels-left-bottom.svg +17 -0
- package/dist/icons/panels-left-right.svg +17 -0
- package/dist/icons/panels-right-bottom.svg +17 -0
- package/dist/icons/panels-top-bottom.svg +17 -0
- package/dist/icons/panels-top-left.svg +17 -0
- package/dist/icons/paperclip.svg +15 -0
- package/dist/icons/parasol.svg +17 -0
- package/dist/icons/parentheses.svg +16 -0
- package/dist/icons/parking-circle-off.svg +20 -0
- package/dist/icons/parking-circle.svg +16 -0
- package/dist/icons/parking-meter.svg +19 -0
- package/dist/icons/parking-square-off.svg +19 -0
- package/dist/icons/parking-square.svg +16 -0
- package/dist/icons/party-popper.svg +23 -0
- package/dist/icons/pause-circle.svg +17 -0
- package/dist/icons/pause-octagon.svg +17 -0
- package/dist/icons/pause.svg +16 -0
- package/dist/icons/paw-print.svg +18 -0
- package/dist/icons/pc-case.svg +18 -0
- package/dist/icons/pen-box.svg +16 -0
- package/dist/icons/pen-line.svg +16 -0
- package/dist/icons/pen-off.svg +17 -0
- package/dist/icons/pen-square.svg +16 -0
- package/dist/icons/pen-tool.svg +18 -0
- package/dist/icons/pen.svg +15 -0
- package/dist/icons/pencil-line.svg +17 -0
- package/dist/icons/pencil-off.svg +18 -0
- package/dist/icons/pencil-ruler.svg +20 -0
- package/dist/icons/pencil.svg +16 -0
- package/dist/icons/pentagon.svg +15 -0
- package/dist/icons/percent-circle.svg +18 -0
- package/dist/icons/percent-diamond.svg +18 -0
- package/dist/icons/percent-square.svg +18 -0
- package/dist/icons/percent.svg +17 -0
- package/dist/icons/person-standing.svg +18 -0
- package/dist/icons/philippine-peso.svg +17 -0
- package/dist/icons/phone-call.svg +17 -0
- package/dist/icons/phone-forwarded.svg +17 -0
- package/dist/icons/phone-incoming.svg +17 -0
- package/dist/icons/phone-missed.svg +17 -0
- package/dist/icons/phone-off.svg +17 -0
- package/dist/icons/phone-outgoing.svg +17 -0
- package/dist/icons/phone.svg +15 -0
- package/dist/icons/pi-square.svg +18 -0
- package/dist/icons/pi.svg +17 -0
- package/dist/icons/piano.svg +20 -0
- package/dist/icons/pickaxe.svg +18 -0
- package/dist/icons/picture-in-picture-2.svg +16 -0
- package/dist/icons/picture-in-picture.svg +19 -0
- package/dist/icons/pie-chart.svg +16 -0
- package/dist/icons/piggy-bank.svg +17 -0
- package/dist/icons/pilcrow-left.svg +19 -0
- package/dist/icons/pilcrow-right.svg +19 -0
- package/dist/icons/pilcrow-square.svg +18 -0
- package/dist/icons/pilcrow.svg +17 -0
- package/dist/icons/pill-bottle.svg +17 -0
- package/dist/icons/pill.svg +16 -0
- package/dist/icons/pin-off.svg +18 -0
- package/dist/icons/pin.svg +16 -0
- package/dist/icons/pipette.svg +17 -0
- package/dist/icons/pizza.svg +19 -0
- package/dist/icons/plane-landing.svg +16 -0
- package/dist/icons/plane-takeoff.svg +16 -0
- package/dist/icons/plane.svg +15 -0
- package/dist/icons/play-circle.svg +16 -0
- package/dist/icons/play-square.svg +16 -0
- package/dist/icons/play.svg +15 -0
- package/dist/icons/plug-2.svg +19 -0
- package/dist/icons/plug-zap-2.svg +19 -0
- package/dist/icons/plug-zap.svg +19 -0
- package/dist/icons/plug.svg +18 -0
- package/dist/icons/plus-circle.svg +17 -0
- package/dist/icons/plus-square.svg +17 -0
- package/dist/icons/plus.svg +16 -0
- package/dist/icons/pocket-knife.svg +19 -0
- package/dist/icons/podcast.svg +18 -0
- package/dist/icons/pointer-off.svg +20 -0
- package/dist/icons/pointer.svg +19 -0
- package/dist/icons/popcorn.svg +18 -0
- package/dist/icons/popsicle.svg +16 -0
- package/dist/icons/pound-sterling.svg +18 -0
- package/dist/icons/power-circle.svg +17 -0
- package/dist/icons/power-off.svg +18 -0
- package/dist/icons/power-square.svg +17 -0
- package/dist/icons/power.svg +16 -0
- package/dist/icons/presentation.svg +17 -0
- package/dist/icons/printer-check.svg +18 -0
- package/dist/icons/printer-x.svg +19 -0
- package/dist/icons/printer.svg +17 -0
- package/dist/icons/projector.svg +20 -0
- package/dist/icons/proportions.svg +17 -0
- package/dist/icons/puzzle.svg +15 -0
- package/dist/icons/pyramid.svg +16 -0
- package/dist/icons/qr-code.svg +26 -0
- package/dist/icons/quote.svg +16 -0
- package/dist/icons/rabbit.svg +19 -0
- package/dist/icons/radar.svg +22 -0
- package/dist/icons/radiation.svg +18 -0
- package/dist/icons/radical.svg +15 -0
- package/dist/icons/radio-off.svg +20 -0
- package/dist/icons/radio-receiver.svg +18 -0
- package/dist/icons/radio-tower.svg +21 -0
- package/dist/icons/radio.svg +19 -0
- package/dist/icons/radius.svg +18 -0
- package/dist/icons/rainbow.svg +17 -0
- package/dist/icons/rat.svg +19 -0
- package/dist/icons/ratio.svg +16 -0
- package/dist/icons/receipt-cent.svg +17 -0
- package/dist/icons/receipt-euro.svg +17 -0
- package/dist/icons/receipt-indian-rupee.svg +18 -0
- package/dist/icons/receipt-japanese-yen.svg +19 -0
- package/dist/icons/receipt-pound-sterling.svg +18 -0
- package/dist/icons/receipt-russian-ruble.svg +17 -0
- package/dist/icons/receipt-swiss-franc.svg +18 -0
- package/dist/icons/receipt-text.svg +18 -0
- package/dist/icons/receipt-turkish-lira.svg +17 -0
- package/dist/icons/receipt.svg +17 -0
- package/dist/icons/rectangle-circle.svg +16 -0
- package/dist/icons/rectangle-ellipsis.svg +18 -0
- package/dist/icons/rectangle-goggles.svg +15 -0
- package/dist/icons/rectangle-horizontal.svg +15 -0
- package/dist/icons/rectangle-vertical.svg +15 -0
- package/dist/icons/recycle.svg +20 -0
- package/dist/icons/redo-2.svg +16 -0
- package/dist/icons/redo-dot.svg +17 -0
- package/dist/icons/redo.svg +16 -0
- package/dist/icons/refresh-ccw-dot.svg +19 -0
- package/dist/icons/refresh-ccw.svg +18 -0
- package/dist/icons/refresh-cw-off.svg +21 -0
- package/dist/icons/refresh-cw.svg +18 -0
- package/dist/icons/refrigerator.svg +17 -0
- package/dist/icons/regex.svg +18 -0
- package/dist/icons/remove-formatting.svg +19 -0
- package/dist/icons/repeat-1.svg +19 -0
- package/dist/icons/repeat-2.svg +18 -0
- package/dist/icons/repeat-off.svg +21 -0
- package/dist/icons/repeat.svg +18 -0
- package/dist/icons/replace-all.svg +23 -0
- package/dist/icons/replace.svg +21 -0
- package/dist/icons/reply-all.svg +17 -0
- package/dist/icons/reply.svg +16 -0
- package/dist/icons/rewind.svg +16 -0
- package/dist/icons/ribbon.svg +19 -0
- package/dist/icons/road.svg +18 -0
- package/dist/icons/rocket.svg +18 -0
- package/dist/icons/rocking-chair.svg +18 -0
- package/dist/icons/roller-coaster.svg +21 -0
- package/dist/icons/rose.svg +19 -0
- package/dist/icons/rotate-3-d.svg +17 -0
- package/dist/icons/rotate-3d.svg +17 -0
- package/dist/icons/rotate-ccw-key.svg +19 -0
- package/dist/icons/rotate-ccw-square.svg +17 -0
- package/dist/icons/rotate-ccw.svg +16 -0
- package/dist/icons/rotate-cw-square.svg +17 -0
- package/dist/icons/rotate-cw.svg +16 -0
- package/dist/icons/route-off.svg +21 -0
- package/dist/icons/route.svg +17 -0
- package/dist/icons/router.svg +20 -0
- package/dist/icons/rows-2.svg +16 -0
- package/dist/icons/rows-3.svg +17 -0
- package/dist/icons/rows-4.svg +18 -0
- package/dist/icons/rows.svg +16 -0
- package/dist/icons/rss.svg +17 -0
- package/dist/icons/ruler-dimension-line.svg +22 -0
- package/dist/icons/ruler.svg +19 -0
- package/dist/icons/russian-ruble.svg +16 -0
- package/dist/icons/sailboat.svg +17 -0
- package/dist/icons/salad.svg +19 -0
- package/dist/icons/sandwich.svg +19 -0
- package/dist/icons/satellite-dish.svg +18 -0
- package/dist/icons/satellite.svg +19 -0
- package/dist/icons/saudi-riyal.svg +18 -0
- package/dist/icons/save-all.svg +18 -0
- package/dist/icons/save-off.svg +21 -0
- package/dist/icons/save.svg +17 -0
- package/dist/icons/scale-3-d.svg +18 -0
- package/dist/icons/scale-3d.svg +18 -0
- package/dist/icons/scale.svg +19 -0
- package/dist/icons/scaling.svg +18 -0
- package/dist/icons/scan-barcode.svg +21 -0
- package/dist/icons/scan-eye.svg +20 -0
- package/dist/icons/scan-face.svg +21 -0
- package/dist/icons/scan-heart.svg +19 -0
- package/dist/icons/scan-line.svg +19 -0
- package/dist/icons/scan-qr-code.svg +22 -0
- package/dist/icons/scan-search.svg +20 -0
- package/dist/icons/scan-text.svg +21 -0
- package/dist/icons/scan.svg +18 -0
- package/dist/icons/scatter-chart.svg +20 -0
- package/dist/icons/school-2.svg +21 -0
- package/dist/icons/school.svg +20 -0
- package/dist/icons/scissors-line-dashed.svg +21 -0
- package/dist/icons/scissors-square-dashed-bottom.svg +28 -0
- package/dist/icons/scissors-square.svg +20 -0
- package/dist/icons/scissors.svg +19 -0
- package/dist/icons/scooter.svg +18 -0
- package/dist/icons/screen-share-off.svg +19 -0
- package/dist/icons/screen-share.svg +19 -0
- package/dist/icons/scroll-text.svg +18 -0
- package/dist/icons/scroll.svg +16 -0
- package/dist/icons/search-alert.svg +18 -0
- package/dist/icons/search-check.svg +17 -0
- package/dist/icons/search-code.svg +18 -0
- package/dist/icons/search-slash.svg +17 -0
- package/dist/icons/search-x.svg +18 -0
- package/dist/icons/search.svg +16 -0
- package/dist/icons/section.svg +16 -0
- package/dist/icons/send-horizonal.svg +16 -0
- package/dist/icons/send-horizontal.svg +16 -0
- package/dist/icons/send-to-back.svg +18 -0
- package/dist/icons/send.svg +16 -0
- package/dist/icons/separator-horizontal.svg +17 -0
- package/dist/icons/separator-vertical.svg +17 -0
- package/dist/icons/server-cog.svg +26 -0
- package/dist/icons/server-crash.svg +19 -0
- package/dist/icons/server-off.svg +20 -0
- package/dist/icons/server.svg +18 -0
- package/dist/icons/settings-2.svg +18 -0
- package/dist/icons/settings.svg +16 -0
- package/dist/icons/shapes.svg +17 -0
- package/dist/icons/share-2.svg +19 -0
- package/dist/icons/share.svg +17 -0
- package/dist/icons/sheet.svg +19 -0
- package/dist/icons/shell.svg +15 -0
- package/dist/icons/shelving-unit.svg +21 -0
- package/dist/icons/shield-alert.svg +17 -0
- package/dist/icons/shield-ban.svg +16 -0
- package/dist/icons/shield-check.svg +16 -0
- package/dist/icons/shield-close.svg +17 -0
- package/dist/icons/shield-cog-corner.svg +24 -0
- package/dist/icons/shield-cog.svg +24 -0
- package/dist/icons/shield-ellipsis.svg +18 -0
- package/dist/icons/shield-half.svg +16 -0
- package/dist/icons/shield-minus.svg +16 -0
- package/dist/icons/shield-off.svg +17 -0
- package/dist/icons/shield-plus.svg +17 -0
- package/dist/icons/shield-question-mark.svg +17 -0
- package/dist/icons/shield-question.svg +17 -0
- package/dist/icons/shield-user.svg +17 -0
- package/dist/icons/shield-x.svg +17 -0
- package/dist/icons/shield.svg +15 -0
- package/dist/icons/ship-wheel.svg +24 -0
- package/dist/icons/ship.svg +19 -0
- package/dist/icons/shirt.svg +15 -0
- package/dist/icons/shopping-bag.svg +17 -0
- package/dist/icons/shopping-basket.svg +21 -0
- package/dist/icons/shopping-cart.svg +17 -0
- package/dist/icons/shovel.svg +17 -0
- package/dist/icons/shower-head.svg +24 -0
- package/dist/icons/shredder.svg +21 -0
- package/dist/icons/shrimp.svg +19 -0
- package/dist/icons/shrink.svg +18 -0
- package/dist/icons/shrub.svg +17 -0
- package/dist/icons/shuffle.svg +19 -0
- package/dist/icons/sidebar-close.svg +17 -0
- package/dist/icons/sidebar-open.svg +17 -0
- package/dist/icons/sidebar.svg +16 -0
- package/dist/icons/sigma-square.svg +16 -0
- package/dist/icons/sigma.svg +15 -0
- package/dist/icons/signal-high.svg +18 -0
- package/dist/icons/signal-low.svg +16 -0
- package/dist/icons/signal-medium.svg +17 -0
- package/dist/icons/signal-zero.svg +15 -0
- package/dist/icons/signal.svg +19 -0
- package/dist/icons/signature.svg +16 -0
- package/dist/icons/signpost-big.svg +18 -0
- package/dist/icons/signpost.svg +17 -0
- package/dist/icons/siren.svg +22 -0
- package/dist/icons/skip-back.svg +16 -0
- package/dist/icons/skip-forward.svg +16 -0
- package/dist/icons/skull.svg +18 -0
- package/dist/icons/slash-square.svg +16 -0
- package/dist/icons/slash.svg +15 -0
- package/dist/icons/slice.svg +15 -0
- package/dist/icons/sliders-horizontal.svg +23 -0
- package/dist/icons/sliders-vertical.svg +23 -0
- package/dist/icons/sliders.svg +23 -0
- package/dist/icons/smartphone-charging.svg +16 -0
- package/dist/icons/smartphone-nfc.svg +18 -0
- package/dist/icons/smartphone.svg +16 -0
- package/dist/icons/smile-plus.svg +20 -0
- package/dist/icons/smile.svg +18 -0
- package/dist/icons/snail.svg +19 -0
- package/dist/icons/snowflake.svg +26 -0
- package/dist/icons/soap-dispenser-droplet.svg +18 -0
- package/dist/icons/sofa.svg +19 -0
- package/dist/icons/solar-panel.svg +21 -0
- package/dist/icons/sort-asc.svg +19 -0
- package/dist/icons/sort-desc.svg +19 -0
- package/dist/icons/soup.svg +20 -0
- package/dist/icons/space.svg +15 -0
- package/dist/icons/spade.svg +16 -0
- package/dist/icons/sparkle.svg +15 -0
- package/dist/icons/sparkles.svg +18 -0
- package/dist/icons/speaker.svg +18 -0
- package/dist/icons/speech.svg +17 -0
- package/dist/icons/spell-check-2.svg +17 -0
- package/dist/icons/spell-check.svg +17 -0
- package/dist/icons/spline-pointer.svg +18 -0
- package/dist/icons/spline.svg +17 -0
- package/dist/icons/split-square-horizontal.svg +17 -0
- package/dist/icons/split-square-vertical.svg +17 -0
- package/dist/icons/split.svg +18 -0
- package/dist/icons/spool.svg +16 -0
- package/dist/icons/sport-shoe.svg +17 -0
- package/dist/icons/spotlight.svg +19 -0
- package/dist/icons/spray-can.svg +24 -0
- package/dist/icons/sprout.svg +17 -0
- package/dist/icons/square-activity.svg +16 -0
- package/dist/icons/square-arrow-down-left.svg +17 -0
- package/dist/icons/square-arrow-down-right.svg +17 -0
- package/dist/icons/square-arrow-down.svg +17 -0
- package/dist/icons/square-arrow-left.svg +17 -0
- package/dist/icons/square-arrow-out-down-left.svg +17 -0
- package/dist/icons/square-arrow-out-down-right.svg +17 -0
- package/dist/icons/square-arrow-out-up-left.svg +17 -0
- package/dist/icons/square-arrow-out-up-right.svg +17 -0
- package/dist/icons/square-arrow-right-enter.svg +17 -0
- package/dist/icons/square-arrow-right-exit.svg +17 -0
- package/dist/icons/square-arrow-right.svg +17 -0
- package/dist/icons/square-arrow-up-left.svg +17 -0
- package/dist/icons/square-arrow-up-right.svg +17 -0
- package/dist/icons/square-arrow-up.svg +17 -0
- package/dist/icons/square-asterisk.svg +18 -0
- package/dist/icons/square-bottom-dashed-scissors.svg +28 -0
- package/dist/icons/square-centerline-dashed-horizontal.svg +20 -0
- package/dist/icons/square-centerline-dashed-vertical.svg +20 -0
- package/dist/icons/square-chart-gantt.svg +18 -0
- package/dist/icons/square-check-big.svg +16 -0
- package/dist/icons/square-check.svg +16 -0
- package/dist/icons/square-chevron-down.svg +16 -0
- package/dist/icons/square-chevron-left.svg +16 -0
- package/dist/icons/square-chevron-right.svg +16 -0
- package/dist/icons/square-chevron-up.svg +16 -0
- package/dist/icons/square-code.svg +17 -0
- package/dist/icons/square-dashed-bottom-code.svg +19 -0
- package/dist/icons/square-dashed-bottom.svg +17 -0
- package/dist/icons/square-dashed-kanban.svg +29 -0
- package/dist/icons/square-dashed-mouse-pointer.svg +24 -0
- package/dist/icons/square-dashed-text.svg +29 -0
- package/dist/icons/square-dashed-top-solid.svg +23 -0
- package/dist/icons/square-dashed.svg +26 -0
- package/dist/icons/square-divide.svg +18 -0
- package/dist/icons/square-dot.svg +16 -0
- package/dist/icons/square-equal.svg +17 -0
- package/dist/icons/square-function.svg +17 -0
- package/dist/icons/square-gantt-chart.svg +18 -0
- package/dist/icons/square-kanban.svg +18 -0
- package/dist/icons/square-library.svg +18 -0
- package/dist/icons/square-m.svg +16 -0
- package/dist/icons/square-menu.svg +18 -0
- package/dist/icons/square-minus.svg +16 -0
- package/dist/icons/square-mouse-pointer.svg +16 -0
- package/dist/icons/square-parking-off.svg +19 -0
- package/dist/icons/square-parking.svg +16 -0
- package/dist/icons/square-pause.svg +17 -0
- package/dist/icons/square-pen.svg +16 -0
- package/dist/icons/square-percent.svg +18 -0
- package/dist/icons/square-pi.svg +18 -0
- package/dist/icons/square-pilcrow.svg +18 -0
- package/dist/icons/square-play.svg +16 -0
- package/dist/icons/square-plus.svg +17 -0
- package/dist/icons/square-power.svg +17 -0
- package/dist/icons/square-radical.svg +16 -0
- package/dist/icons/square-round-corner.svg +16 -0
- package/dist/icons/square-scissors.svg +20 -0
- package/dist/icons/square-sigma.svg +16 -0
- package/dist/icons/square-slash.svg +16 -0
- package/dist/icons/square-split-horizontal.svg +17 -0
- package/dist/icons/square-split-vertical.svg +17 -0
- package/dist/icons/square-square.svg +16 -0
- package/dist/icons/square-stack.svg +17 -0
- package/dist/icons/square-star.svg +16 -0
- package/dist/icons/square-stop.svg +16 -0
- package/dist/icons/square-terminal.svg +17 -0
- package/dist/icons/square-user-round.svg +17 -0
- package/dist/icons/square-user.svg +17 -0
- package/dist/icons/square-x.svg +17 -0
- package/dist/icons/square.svg +15 -0
- package/dist/icons/squares-exclude.svg +16 -0
- package/dist/icons/squares-intersect.svg +25 -0
- package/dist/icons/squares-subtract.svg +20 -0
- package/dist/icons/squares-unite.svg +15 -0
- package/dist/icons/squircle-dashed.svg +22 -0
- package/dist/icons/squircle.svg +15 -0
- package/dist/icons/squirrel.svg +18 -0
- package/dist/icons/stamp.svg +17 -0
- package/dist/icons/star-half.svg +15 -0
- package/dist/icons/star-off.svg +17 -0
- package/dist/icons/star.svg +15 -0
- package/dist/icons/stars.svg +18 -0
- package/dist/icons/step-back.svg +16 -0
- package/dist/icons/step-forward.svg +16 -0
- package/dist/icons/stethoscope.svg +19 -0
- package/dist/icons/sticker.svg +19 -0
- package/dist/icons/sticky-note-check.svg +17 -0
- package/dist/icons/sticky-note-minus.svg +17 -0
- package/dist/icons/sticky-note-off.svg +18 -0
- package/dist/icons/sticky-note-plus.svg +18 -0
- package/dist/icons/sticky-note-x.svg +18 -0
- package/dist/icons/sticky-note.svg +16 -0
- package/dist/icons/sticky-notes.svg +18 -0
- package/dist/icons/stone.svg +17 -0
- package/dist/icons/stop-circle.svg +16 -0
- package/dist/icons/store.svg +17 -0
- package/dist/icons/stretch-horizontal.svg +16 -0
- package/dist/icons/stretch-vertical.svg +16 -0
- package/dist/icons/strikethrough.svg +17 -0
- package/dist/icons/subscript.svg +17 -0
- package/dist/icons/subtitles.svg +16 -0
- package/dist/icons/sun-dim.svg +23 -0
- package/dist/icons/sun-medium.svg +23 -0
- package/dist/icons/sun-moon.svg +19 -0
- package/dist/icons/sun-snow.svg +25 -0
- package/dist/icons/sun.svg +23 -0
- package/dist/icons/sunrise.svg +22 -0
- package/dist/icons/sunset.svg +22 -0
- package/dist/icons/superscript.svg +17 -0
- package/dist/icons/swatch-book.svg +18 -0
- package/dist/icons/swiss-franc.svg +17 -0
- package/dist/icons/switch-camera.svg +19 -0
- package/dist/icons/sword.svg +18 -0
- package/dist/icons/swords.svg +22 -0
- package/dist/icons/syringe.svg +20 -0
- package/dist/icons/table-2.svg +15 -0
- package/dist/icons/table-cells-merge.svg +19 -0
- package/dist/icons/table-cells-split.svg +18 -0
- package/dist/icons/table-columns-split.svg +25 -0
- package/dist/icons/table-config.svg +26 -0
- package/dist/icons/table-of-contents.svg +20 -0
- package/dist/icons/table-properties.svg +18 -0
- package/dist/icons/table-rows-split.svg +25 -0
- package/dist/icons/table.svg +18 -0
- package/dist/icons/tablet-smartphone.svg +17 -0
- package/dist/icons/tablet.svg +16 -0
- package/dist/icons/tablets.svg +18 -0
- package/dist/icons/tag.svg +16 -0
- package/dist/icons/tags.svg +17 -0
- package/dist/icons/tally-1.svg +15 -0
- package/dist/icons/tally-2.svg +16 -0
- package/dist/icons/tally-3.svg +17 -0
- package/dist/icons/tally-4.svg +18 -0
- package/dist/icons/tally-5.svg +19 -0
- package/dist/icons/tangent.svg +18 -0
- package/dist/icons/target.svg +17 -0
- package/dist/icons/telescope.svg +21 -0
- package/dist/icons/tent-tree.svg +21 -0
- package/dist/icons/tent.svg +18 -0
- package/dist/icons/terminal-square.svg +17 -0
- package/dist/icons/terminal.svg +16 -0
- package/dist/icons/test-tube-2.svg +17 -0
- package/dist/icons/test-tube-diagonal.svg +17 -0
- package/dist/icons/test-tube.svg +17 -0
- package/dist/icons/test-tubes.svg +20 -0
- package/dist/icons/text-align-center.svg +17 -0
- package/dist/icons/text-align-end.svg +17 -0
- package/dist/icons/text-align-justify.svg +17 -0
- package/dist/icons/text-align-start.svg +17 -0
- package/dist/icons/text-cursor-input.svg +19 -0
- package/dist/icons/text-cursor.svg +17 -0
- package/dist/icons/text-initial.svg +19 -0
- package/dist/icons/text-quote.svg +18 -0
- package/dist/icons/text-search.svg +19 -0
- package/dist/icons/text-select.svg +29 -0
- package/dist/icons/text-selection.svg +29 -0
- package/dist/icons/text-wrap.svg +18 -0
- package/dist/icons/text.svg +17 -0
- package/dist/icons/theater.svg +23 -0
- package/dist/icons/thermometer-snowflake.svg +22 -0
- package/dist/icons/thermometer-sun.svg +20 -0
- package/dist/icons/thermometer.svg +15 -0
- package/dist/icons/thumbs-down.svg +16 -0
- package/dist/icons/thumbs-up.svg +16 -0
- package/dist/icons/ticket-check.svg +16 -0
- package/dist/icons/ticket-minus.svg +16 -0
- package/dist/icons/ticket-percent.svg +18 -0
- package/dist/icons/ticket-plus.svg +17 -0
- package/dist/icons/ticket-slash.svg +16 -0
- package/dist/icons/ticket-x.svg +17 -0
- package/dist/icons/ticket.svg +18 -0
- package/dist/icons/tickets-plane.svg +21 -0
- package/dist/icons/tickets.svg +19 -0
- package/dist/icons/timeline.svg +22 -0
- package/dist/icons/timer-off.svg +19 -0
- package/dist/icons/timer-reset.svg +18 -0
- package/dist/icons/timer.svg +17 -0
- package/dist/icons/toggle-left.svg +16 -0
- package/dist/icons/toggle-right.svg +16 -0
- package/dist/icons/toilet.svg +16 -0
- package/dist/icons/tool-case.svg +18 -0
- package/dist/icons/toolbox.svg +19 -0
- package/dist/icons/tornado.svg +19 -0
- package/dist/icons/torus.svg +16 -0
- package/dist/icons/touchpad-off.svg +20 -0
- package/dist/icons/touchpad.svg +17 -0
- package/dist/icons/towel-rack.svg +17 -0
- package/dist/icons/tower-control.svg +21 -0
- package/dist/icons/toy-brick.svg +17 -0
- package/dist/icons/tractor.svg +23 -0
- package/dist/icons/traffic-cone.svg +18 -0
- package/dist/icons/train-front-tunnel.svg +21 -0
- package/dist/icons/train-front.svg +20 -0
- package/dist/icons/train-track.svg +21 -0
- package/dist/icons/train.svg +21 -0
- package/dist/icons/tram-front.svg +21 -0
- package/dist/icons/transgender.svg +22 -0
- package/dist/icons/trash-2.svg +19 -0
- package/dist/icons/trash.svg +17 -0
- package/dist/icons/tree-deciduous.svg +16 -0
- package/dist/icons/tree-palm.svg +18 -0
- package/dist/icons/tree-pine.svg +16 -0
- package/dist/icons/trees.svg +18 -0
- package/dist/icons/trending-down.svg +16 -0
- package/dist/icons/trending-up-down.svg +18 -0
- package/dist/icons/trending-up.svg +16 -0
- package/dist/icons/triangle-alert.svg +17 -0
- package/dist/icons/triangle-dashed.svg +23 -0
- package/dist/icons/triangle-right.svg +15 -0
- package/dist/icons/triangle.svg +15 -0
- package/dist/icons/trophy.svg +20 -0
- package/dist/icons/truck-electric.svg +21 -0
- package/dist/icons/truck.svg +19 -0
- package/dist/icons/turkish-lira.svg +17 -0
- package/dist/icons/turntable.svg +18 -0
- package/dist/icons/turtle.svg +18 -0
- package/dist/icons/tv-2.svg +16 -0
- package/dist/icons/tv-minimal-play.svg +17 -0
- package/dist/icons/tv-minimal.svg +16 -0
- package/dist/icons/tv.svg +16 -0
- package/dist/icons/type-outline.svg +15 -0
- package/dist/icons/type.svg +17 -0
- package/dist/icons/umbrella-off.svg +19 -0
- package/dist/icons/umbrella.svg +17 -0
- package/dist/icons/underline.svg +16 -0
- package/dist/icons/undo-2.svg +16 -0
- package/dist/icons/undo-dot.svg +17 -0
- package/dist/icons/undo.svg +16 -0
- package/dist/icons/unfold-horizontal.svg +22 -0
- package/dist/icons/unfold-vertical.svg +22 -0
- package/dist/icons/ungroup.svg +16 -0
- package/dist/icons/university.svg +21 -0
- package/dist/icons/unlink-2.svg +15 -0
- package/dist/icons/unlink.svg +20 -0
- package/dist/icons/unlock-keyhole.svg +17 -0
- package/dist/icons/unlock.svg +16 -0
- package/dist/icons/unplug.svg +20 -0
- package/dist/icons/upload-cloud.svg +17 -0
- package/dist/icons/upload.svg +17 -0
- package/dist/icons/usb.svg +21 -0
- package/dist/icons/user-2.svg +16 -0
- package/dist/icons/user-check-2.svg +17 -0
- package/dist/icons/user-check.svg +17 -0
- package/dist/icons/user-circle-2.svg +17 -0
- package/dist/icons/user-circle.svg +17 -0
- package/dist/icons/user-cog-2.svg +25 -0
- package/dist/icons/user-cog.svg +25 -0
- package/dist/icons/user-key.svg +19 -0
- package/dist/icons/user-lock.svg +18 -0
- package/dist/icons/user-minus-2.svg +17 -0
- package/dist/icons/user-minus.svg +17 -0
- package/dist/icons/user-pen.svg +17 -0
- package/dist/icons/user-plus-2.svg +18 -0
- package/dist/icons/user-plus.svg +18 -0
- package/dist/icons/user-round-check.svg +17 -0
- package/dist/icons/user-round-cog.svg +25 -0
- package/dist/icons/user-round-key.svg +19 -0
- package/dist/icons/user-round-minus.svg +17 -0
- package/dist/icons/user-round-pen.svg +17 -0
- package/dist/icons/user-round-plus.svg +18 -0
- package/dist/icons/user-round-search.svg +18 -0
- package/dist/icons/user-round-x.svg +18 -0
- package/dist/icons/user-round.svg +16 -0
- package/dist/icons/user-search.svg +18 -0
- package/dist/icons/user-square-2.svg +17 -0
- package/dist/icons/user-square.svg +17 -0
- package/dist/icons/user-star.svg +17 -0
- package/dist/icons/user-x-2.svg +18 -0
- package/dist/icons/user-x.svg +18 -0
- package/dist/icons/user.svg +16 -0
- package/dist/icons/users-2.svg +17 -0
- package/dist/icons/users-round.svg +17 -0
- package/dist/icons/users.svg +18 -0
- package/dist/icons/utensils-crossed.svg +18 -0
- package/dist/icons/utensils.svg +17 -0
- package/dist/icons/utility-pole.svg +21 -0
- package/dist/icons/van.svg +19 -0
- package/dist/icons/variable.svg +18 -0
- package/dist/icons/vault.svg +24 -0
- package/dist/icons/vector-square.svg +22 -0
- package/dist/icons/vegan.svg +17 -0
- package/dist/icons/venetian-mask.svg +17 -0
- package/dist/icons/venus-and-mars.svg +19 -0
- package/dist/icons/venus.svg +17 -0
- package/dist/icons/verified.svg +16 -0
- package/dist/icons/vibrate-off.svg +19 -0
- package/dist/icons/vibrate.svg +17 -0
- package/dist/icons/video-off.svg +17 -0
- package/dist/icons/video.svg +16 -0
- package/dist/icons/videotape.svg +19 -0
- package/dist/icons/view.svg +18 -0
- package/dist/icons/voicemail.svg +17 -0
- package/dist/icons/volleyball.svg +20 -0
- package/dist/icons/volume-1.svg +16 -0
- package/dist/icons/volume-2.svg +17 -0
- package/dist/icons/volume-off.svg +19 -0
- package/dist/icons/volume-x.svg +17 -0
- package/dist/icons/volume.svg +15 -0
- package/dist/icons/vote.svg +17 -0
- package/dist/icons/wallet-2.svg +16 -0
- package/dist/icons/wallet-cards.svg +17 -0
- package/dist/icons/wallet-minimal.svg +16 -0
- package/dist/icons/wallet.svg +16 -0
- package/dist/icons/wallpaper.svg +19 -0
- package/dist/icons/wand-2.svg +22 -0
- package/dist/icons/wand-sparkles.svg +22 -0
- package/dist/icons/wand.svg +23 -0
- package/dist/icons/warehouse.svg +18 -0
- package/dist/icons/washing-machine.svg +19 -0
- package/dist/icons/watch.svg +18 -0
- package/dist/icons/waves-arrow-down.svg +18 -0
- package/dist/icons/waves-arrow-up.svg +18 -0
- package/dist/icons/waves-horizontal.svg +17 -0
- package/dist/icons/waves-ladder.svg +19 -0
- package/dist/icons/waves-vertical.svg +17 -0
- package/dist/icons/waves.svg +17 -0
- package/dist/icons/waypoints.svg +21 -0
- package/dist/icons/webcam.svg +18 -0
- package/dist/icons/webhook-off.svg +21 -0
- package/dist/icons/webhook.svg +17 -0
- package/dist/icons/weight-tilde.svg +17 -0
- package/dist/icons/weight.svg +16 -0
- package/dist/icons/wheat-off.svg +24 -0
- package/dist/icons/wheat.svg +22 -0
- package/dist/icons/whole-word.svg +19 -0
- package/dist/icons/wifi-cog.svg +26 -0
- package/dist/icons/wifi-high.svg +17 -0
- package/dist/icons/wifi-low.svg +16 -0
- package/dist/icons/wifi-off.svg +21 -0
- package/dist/icons/wifi-pen.svg +18 -0
- package/dist/icons/wifi-sync.svg +21 -0
- package/dist/icons/wifi-zero.svg +15 -0
- package/dist/icons/wifi.svg +18 -0
- package/dist/icons/wind-arrow-down.svg +18 -0
- package/dist/icons/wind.svg +17 -0
- package/dist/icons/wine-off.svg +19 -0
- package/dist/icons/wine.svg +18 -0
- package/dist/icons/workflow.svg +17 -0
- package/dist/icons/worm.svg +17 -0
- package/dist/icons/wrap-text.svg +18 -0
- package/dist/icons/wrench.svg +15 -0
- package/dist/icons/x-circle.svg +17 -0
- package/dist/icons/x-line-top.svg +17 -0
- package/dist/icons/x-octagon.svg +17 -0
- package/dist/icons/x-square.svg +17 -0
- package/dist/icons/x.svg +16 -0
- package/dist/icons/zap-off.svg +18 -0
- package/dist/icons/zap.svg +15 -0
- package/dist/icons/zodiac-aquarius.svg +16 -0
- package/dist/icons/zodiac-aries.svg +16 -0
- package/dist/icons/zodiac-cancer.svg +18 -0
- package/dist/icons/zodiac-capricorn.svg +17 -0
- package/dist/icons/zodiac-gemini.svg +18 -0
- package/dist/icons/zodiac-leo.svg +16 -0
- package/dist/icons/zodiac-libra.svg +16 -0
- package/dist/icons/zodiac-ophiuchus.svg +16 -0
- package/dist/icons/zodiac-pisces.svg +17 -0
- package/dist/icons/zodiac-sagittarius.svg +17 -0
- package/dist/icons/zodiac-scorpio.svg +18 -0
- package/dist/icons/zodiac-taurus.svg +16 -0
- package/dist/icons/zodiac-virgo.svg +18 -0
- package/dist/icons/zoom-in.svg +18 -0
- package/dist/icons/zoom-out.svg +17 -0
- package/dist/tailwind/nadicode.tailwind.json +305 -0
- package/dist/tailwind/nadicode.theme.css +342 -0
- package/dist/tokens/nadicode.dtcg.json +1081 -0
- package/package.json +63 -0
- package/src/assets/favicon.svg +17 -0
- package/src/assets/fonts/OFL.txt +92 -0
- package/src/assets/fonts/files/Geist-Italic.woff2 +0 -0
- package/src/assets/fonts/files/Geist-Variable.woff2 +0 -0
- package/src/assets/fonts/files/GeistMono-Italic.woff2 +0 -0
- package/src/assets/fonts/files/GeistMono-Variable.woff2 +0 -0
- package/src/assets/fonts/geist.css +37 -0
- package/src/assets/logo-mark.d.ts +2 -0
- package/src/assets/logo-mark.svg +15 -0
- package/src/assets/logo-wordmark.d.ts +2 -0
- package/src/assets/logo-wordmark.svg +26 -0
- package/src/assets/nadia.d.ts +9 -0
- package/src/assets/nadia.png +0 -0
package/DESIGN.md
ADDED
|
@@ -0,0 +1,613 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: alpha
|
|
3
|
+
name: NadicodeAI Design System
|
|
4
|
+
description: >-
|
|
5
|
+
Reusable design-system contract for NadicodeAI: engineered page geometry,
|
|
6
|
+
neutral high-contrast surfaces, AI-agent work artifacts, and strict
|
|
7
|
+
12-column/10-column composition rules for the public website and package
|
|
8
|
+
token exports.
|
|
9
|
+
|
|
10
|
+
colors:
|
|
11
|
+
primary: "#171717"
|
|
12
|
+
on-primary: "#ffffff"
|
|
13
|
+
ink: "#171717"
|
|
14
|
+
body: "#4d4d4d"
|
|
15
|
+
muted: "#888888"
|
|
16
|
+
canvas: "#ffffff"
|
|
17
|
+
canvas-soft: "#fafafa"
|
|
18
|
+
canvas-soft-2: "#f5f5f5"
|
|
19
|
+
line: "#e5e5e5"
|
|
20
|
+
seam: "#e4e7ec"
|
|
21
|
+
cross: "#a1a1a1"
|
|
22
|
+
link: "#007a5e"
|
|
23
|
+
link-deep: "#005d49"
|
|
24
|
+
link-bg-soft: "#d8f0e9"
|
|
25
|
+
success: "#008c45"
|
|
26
|
+
error: "#b80022"
|
|
27
|
+
error-soft: "#f4d7dc"
|
|
28
|
+
error-deep: "#820018"
|
|
29
|
+
warning: "#f5a623"
|
|
30
|
+
warning-soft: "#ffefcf"
|
|
31
|
+
warning-deep: "#ab570a"
|
|
32
|
+
cyan: "#50e3c2"
|
|
33
|
+
cyan-soft: "#aaffec"
|
|
34
|
+
cyan-deep: "#29bc9b"
|
|
35
|
+
flag-red: "#cd212a"
|
|
36
|
+
gradient-develop-start: "#007a5e"
|
|
37
|
+
gradient-develop-end: "#00dfd8"
|
|
38
|
+
gradient-ship-start: "#b80022"
|
|
39
|
+
gradient-ship-end: "#f9cb28"
|
|
40
|
+
selection-bg: "#171717"
|
|
41
|
+
selection-fg: "#f2f2f2"
|
|
42
|
+
state-ready: "#171717"
|
|
43
|
+
state-running: "#007a5e"
|
|
44
|
+
state-review: "#f5a623"
|
|
45
|
+
state-blocked: "#b80022"
|
|
46
|
+
state-complete: "#008c45"
|
|
47
|
+
|
|
48
|
+
typography:
|
|
49
|
+
display-xl:
|
|
50
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
51
|
+
fontSize: 72px
|
|
52
|
+
fontWeight: 600
|
|
53
|
+
lineHeight: 74px
|
|
54
|
+
letterSpacing: -1.5px
|
|
55
|
+
display-lg:
|
|
56
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
57
|
+
fontSize: 52px
|
|
58
|
+
fontWeight: 600
|
|
59
|
+
lineHeight: 54px
|
|
60
|
+
letterSpacing: -1px
|
|
61
|
+
display-md:
|
|
62
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
63
|
+
fontSize: 24px
|
|
64
|
+
fontWeight: 600
|
|
65
|
+
lineHeight: 32px
|
|
66
|
+
letterSpacing: 0px
|
|
67
|
+
display-sm:
|
|
68
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
69
|
+
fontSize: 20px
|
|
70
|
+
fontWeight: 600
|
|
71
|
+
lineHeight: 28px
|
|
72
|
+
letterSpacing: 0px
|
|
73
|
+
title-lg:
|
|
74
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
75
|
+
fontSize: 40px
|
|
76
|
+
fontWeight: 600
|
|
77
|
+
lineHeight: 41px
|
|
78
|
+
letterSpacing: 0px
|
|
79
|
+
title-md:
|
|
80
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
81
|
+
fontSize: 30px
|
|
82
|
+
fontWeight: 600
|
|
83
|
+
lineHeight: 32px
|
|
84
|
+
letterSpacing: 0px
|
|
85
|
+
title-sm:
|
|
86
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
87
|
+
fontSize: 22px
|
|
88
|
+
fontWeight: 600
|
|
89
|
+
lineHeight: 25px
|
|
90
|
+
letterSpacing: 0px
|
|
91
|
+
body-lg:
|
|
92
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
93
|
+
fontSize: 18px
|
|
94
|
+
fontWeight: 400
|
|
95
|
+
lineHeight: 27px
|
|
96
|
+
letterSpacing: 0px
|
|
97
|
+
body-md:
|
|
98
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
99
|
+
fontSize: 16px
|
|
100
|
+
fontWeight: 400
|
|
101
|
+
lineHeight: 25px
|
|
102
|
+
letterSpacing: 0px
|
|
103
|
+
body-md-strong:
|
|
104
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
105
|
+
fontSize: 16px
|
|
106
|
+
fontWeight: 500
|
|
107
|
+
lineHeight: 24px
|
|
108
|
+
letterSpacing: 0px
|
|
109
|
+
body-sm:
|
|
110
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
111
|
+
fontSize: 14px
|
|
112
|
+
fontWeight: 400
|
|
113
|
+
lineHeight: 20px
|
|
114
|
+
letterSpacing: 0px
|
|
115
|
+
body-sm-strong:
|
|
116
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
117
|
+
fontSize: 14px
|
|
118
|
+
fontWeight: 500
|
|
119
|
+
lineHeight: 20px
|
|
120
|
+
letterSpacing: 0px
|
|
121
|
+
caption:
|
|
122
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
123
|
+
fontSize: 12px
|
|
124
|
+
fontWeight: 400
|
|
125
|
+
lineHeight: 16px
|
|
126
|
+
letterSpacing: 0px
|
|
127
|
+
caption-mono:
|
|
128
|
+
fontFamily: Geist Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, monospace
|
|
129
|
+
fontSize: 12px
|
|
130
|
+
fontWeight: 500
|
|
131
|
+
lineHeight: 16px
|
|
132
|
+
letterSpacing: 0px
|
|
133
|
+
code:
|
|
134
|
+
fontFamily: Geist Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, monospace
|
|
135
|
+
fontSize: 13px
|
|
136
|
+
fontWeight: 400
|
|
137
|
+
lineHeight: 20px
|
|
138
|
+
letterSpacing: 0px
|
|
139
|
+
button-md:
|
|
140
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
141
|
+
fontSize: 14px
|
|
142
|
+
fontWeight: 500
|
|
143
|
+
lineHeight: 18px
|
|
144
|
+
letterSpacing: 0px
|
|
145
|
+
button-lg:
|
|
146
|
+
fontFamily: Geist, Inter, system-ui, -apple-system, sans-serif
|
|
147
|
+
fontSize: 16px
|
|
148
|
+
fontWeight: 500
|
|
149
|
+
lineHeight: 24px
|
|
150
|
+
letterSpacing: 0px
|
|
151
|
+
|
|
152
|
+
rounded:
|
|
153
|
+
none: 0px
|
|
154
|
+
xs: 4px
|
|
155
|
+
sm: 6px
|
|
156
|
+
md: 8px
|
|
157
|
+
lg: 12px
|
|
158
|
+
xl: 16px
|
|
159
|
+
pill-sm: 64px
|
|
160
|
+
pill: 100px
|
|
161
|
+
full: 9999px
|
|
162
|
+
|
|
163
|
+
spacing:
|
|
164
|
+
xxs: 4px
|
|
165
|
+
xs: 8px
|
|
166
|
+
sm: 12px
|
|
167
|
+
md: 16px
|
|
168
|
+
lg: 24px
|
|
169
|
+
xl: 32px
|
|
170
|
+
2xl: 40px
|
|
171
|
+
3xl: 48px
|
|
172
|
+
4xl: 64px
|
|
173
|
+
5xl: 96px
|
|
174
|
+
6xl: 128px
|
|
175
|
+
section: 192px
|
|
176
|
+
guide: 1px
|
|
177
|
+
page-pad: 24px
|
|
178
|
+
page-max-mobile: 448px
|
|
179
|
+
page-max-tablet: 624px
|
|
180
|
+
page-max-desktop: 1440px
|
|
181
|
+
frame-max: 1392px
|
|
182
|
+
frame-gap: 24px
|
|
183
|
+
cell-padding: 24px
|
|
184
|
+
section-gap: 48px
|
|
185
|
+
cross-size-mobile: 11px
|
|
186
|
+
cross-size-tablet: 15px
|
|
187
|
+
cross-size-desktop: 21px
|
|
188
|
+
h-strip-mobile: 72px
|
|
189
|
+
h-strip-tablet: 80px
|
|
190
|
+
h-strip-desktop: 88px
|
|
191
|
+
h-cell-sm: 120px
|
|
192
|
+
h-cell-md-mobile: 144px
|
|
193
|
+
h-cell-md-tablet: 160px
|
|
194
|
+
h-cell-md-desktop: 168px
|
|
195
|
+
h-cell-lg-mobile: 220px
|
|
196
|
+
h-cell-lg-desktop: 240px
|
|
197
|
+
h-visual-mobile: 276px
|
|
198
|
+
h-visual-tablet: 318px
|
|
199
|
+
h-visual-desktop: 360px
|
|
200
|
+
h-precision-mobile: 276px
|
|
201
|
+
h-precision-tablet: 480px
|
|
202
|
+
h-precision-desktop: 720px
|
|
203
|
+
h-hero-mobile: 560px
|
|
204
|
+
h-hero-desktop: 720px
|
|
205
|
+
h-action-strip-mobile: 20px
|
|
206
|
+
h-action-strip-desktop: 32px
|
|
207
|
+
h-action-body-mobile: 320px
|
|
208
|
+
h-action-body-tablet: 338px
|
|
209
|
+
h-action-band: 260px
|
|
210
|
+
h-feature-mobile: 360px
|
|
211
|
+
h-feature-tablet: 400px
|
|
212
|
+
h-feature-desktop: 456px
|
|
213
|
+
h-editorial-feature-mobile: 360px
|
|
214
|
+
h-editorial-feature-tablet: 440px
|
|
215
|
+
h-editorial-feature-desktop: 560px
|
|
216
|
+
h-bento-primary: 384px
|
|
217
|
+
h-bento-secondary: 240px
|
|
218
|
+
h-bento-mobile-copy: 248px
|
|
219
|
+
h-bento-mobile-main: 537px
|
|
220
|
+
h-bento-strip: 20px
|
|
221
|
+
|
|
222
|
+
components:
|
|
223
|
+
label-mono:
|
|
224
|
+
textColor: "{colors.muted}"
|
|
225
|
+
typography: "{typography.caption-mono}"
|
|
226
|
+
padding: "0px"
|
|
227
|
+
artifact-surface:
|
|
228
|
+
backgroundColor: "{colors.canvas}"
|
|
229
|
+
textColor: "{colors.ink}"
|
|
230
|
+
padding: "{spacing.lg}"
|
|
231
|
+
status-tag:
|
|
232
|
+
backgroundColor: "{colors.canvas-soft}"
|
|
233
|
+
textColor: "{colors.body}"
|
|
234
|
+
typography: "{typography.caption-mono}"
|
|
235
|
+
rounded: "{rounded.lg}"
|
|
236
|
+
padding: "5px 9px"
|
|
237
|
+
height: 28px
|
|
238
|
+
status-tag-approved:
|
|
239
|
+
backgroundColor: "{colors.link-bg-soft}"
|
|
240
|
+
textColor: "{colors.link-deep}"
|
|
241
|
+
typography: "{typography.caption-mono}"
|
|
242
|
+
rounded: "{rounded.lg}"
|
|
243
|
+
padding: "5px 9px"
|
|
244
|
+
height: 28px
|
|
245
|
+
image:
|
|
246
|
+
backgroundColor: "{colors.canvas-soft}"
|
|
247
|
+
textColor: "{colors.body}"
|
|
248
|
+
typography: "{typography.caption}"
|
|
249
|
+
rounded: "{rounded.none}"
|
|
250
|
+
padding: 0px
|
|
251
|
+
badge-secondary:
|
|
252
|
+
backgroundColor: "{colors.canvas-soft}"
|
|
253
|
+
textColor: "{colors.body}"
|
|
254
|
+
typography: "{typography.caption}"
|
|
255
|
+
rounded: "{rounded.full}"
|
|
256
|
+
padding: "0px {spacing.xs}"
|
|
257
|
+
state-tag-ready:
|
|
258
|
+
backgroundColor: "{colors.canvas}"
|
|
259
|
+
textColor: "{colors.ink}"
|
|
260
|
+
typography: "{typography.caption-mono}"
|
|
261
|
+
rounded: "{rounded.sm}"
|
|
262
|
+
padding: "0px {spacing.xs}"
|
|
263
|
+
height: 26px
|
|
264
|
+
state-tag-running:
|
|
265
|
+
backgroundColor: "{colors.canvas}"
|
|
266
|
+
textColor: "{colors.ink}"
|
|
267
|
+
typography: "{typography.caption-mono}"
|
|
268
|
+
rounded: "{rounded.sm}"
|
|
269
|
+
padding: "0px {spacing.xs}"
|
|
270
|
+
height: 26px
|
|
271
|
+
state-tag-review:
|
|
272
|
+
backgroundColor: "{colors.canvas}"
|
|
273
|
+
textColor: "{colors.ink}"
|
|
274
|
+
typography: "{typography.caption-mono}"
|
|
275
|
+
rounded: "{rounded.sm}"
|
|
276
|
+
padding: "0px {spacing.xs}"
|
|
277
|
+
height: 26px
|
|
278
|
+
state-tag-blocked:
|
|
279
|
+
backgroundColor: "{colors.canvas}"
|
|
280
|
+
textColor: "{colors.ink}"
|
|
281
|
+
typography: "{typography.caption-mono}"
|
|
282
|
+
rounded: "{rounded.sm}"
|
|
283
|
+
padding: "0px {spacing.xs}"
|
|
284
|
+
height: 26px
|
|
285
|
+
state-tag-complete:
|
|
286
|
+
backgroundColor: "{colors.canvas}"
|
|
287
|
+
textColor: "{colors.ink}"
|
|
288
|
+
typography: "{typography.caption-mono}"
|
|
289
|
+
rounded: "{rounded.sm}"
|
|
290
|
+
padding: "0px {spacing.xs}"
|
|
291
|
+
height: 26px
|
|
292
|
+
approval-gate:
|
|
293
|
+
backgroundColor: "{colors.warning-soft}"
|
|
294
|
+
textColor: "{colors.ink}"
|
|
295
|
+
typography: "{typography.body-sm}"
|
|
296
|
+
rounded: "{rounded.md}"
|
|
297
|
+
padding: "{spacing.md}"
|
|
298
|
+
agent-avatar:
|
|
299
|
+
backgroundColor: "{colors.canvas-soft}"
|
|
300
|
+
rounded: "{rounded.full}"
|
|
301
|
+
padding: "0px"
|
|
302
|
+
usage-meter:
|
|
303
|
+
backgroundColor: "{colors.canvas}"
|
|
304
|
+
textColor: "{colors.body}"
|
|
305
|
+
typography: "{typography.caption-mono}"
|
|
306
|
+
rounded: "{rounded.sm}"
|
|
307
|
+
padding: "{spacing.xxs} {spacing.xs}"
|
|
308
|
+
run-timeline:
|
|
309
|
+
backgroundColor: "{colors.canvas}"
|
|
310
|
+
textColor: "{colors.ink}"
|
|
311
|
+
typography: "{typography.body-sm}"
|
|
312
|
+
padding: "0px"
|
|
313
|
+
memory-item:
|
|
314
|
+
backgroundColor: "{colors.canvas-soft}"
|
|
315
|
+
textColor: "{colors.ink}"
|
|
316
|
+
typography: "{typography.body-sm}"
|
|
317
|
+
rounded: "{rounded.sm}"
|
|
318
|
+
padding: "{spacing.xs} {spacing.sm}"
|
|
319
|
+
handoff-banner:
|
|
320
|
+
backgroundColor: "{colors.link-bg-soft}"
|
|
321
|
+
textColor: "{colors.link-deep}"
|
|
322
|
+
typography: "{typography.body-sm-strong}"
|
|
323
|
+
rounded: "{rounded.md}"
|
|
324
|
+
padding: "{spacing.sm} {spacing.md}"
|
|
325
|
+
chat-thread:
|
|
326
|
+
backgroundColor: "{colors.canvas}"
|
|
327
|
+
textColor: "{colors.ink}"
|
|
328
|
+
padding: "{spacing.lg}"
|
|
329
|
+
chat-bubble-user:
|
|
330
|
+
backgroundColor: "{colors.primary}"
|
|
331
|
+
textColor: "{colors.on-primary}"
|
|
332
|
+
typography: "{typography.body-sm}"
|
|
333
|
+
rounded: "{rounded.md}"
|
|
334
|
+
padding: "{spacing.sm} {spacing.md}"
|
|
335
|
+
chat-bubble-agent:
|
|
336
|
+
backgroundColor: "{colors.canvas}"
|
|
337
|
+
textColor: "{colors.ink}"
|
|
338
|
+
typography: "{typography.body-sm}"
|
|
339
|
+
rounded: "{rounded.md}"
|
|
340
|
+
padding: "{spacing.sm} {spacing.md}"
|
|
341
|
+
tool-call-trace:
|
|
342
|
+
backgroundColor: "{colors.canvas-soft-2}"
|
|
343
|
+
textColor: "{colors.ink}"
|
|
344
|
+
typography: "{typography.code}"
|
|
345
|
+
rounded: "{rounded.sm}"
|
|
346
|
+
padding: "{spacing.xs} {spacing.sm}"
|
|
347
|
+
link-inline:
|
|
348
|
+
backgroundColor: "{colors.canvas}"
|
|
349
|
+
textColor: "{colors.link}"
|
|
350
|
+
typography: "{typography.body-md}"
|
|
351
|
+
padding: "0px"
|
|
352
|
+
---
|
|
353
|
+
|
|
354
|
+
## Overview
|
|
355
|
+
|
|
356
|
+
NadicodeAI is an AI agency for SMBs. The design system exists to make the public website and future implementation feel engineered, clear, and serious without becoming enterprise software theatre. The interface should help a pragmatic buyer understand the work: repeated workflows, agents trained with people, inspectable outputs, human approval, and one useful first use case.
|
|
357
|
+
|
|
358
|
+
The visual language is a continuous page frame with precise seams. Sections are not floating cards and not isolated decorative blocks. A page is built from rows inside a 12-column frame; most content sits in the centered 10-column active lane while columns 1 and 12 remain visibly owned by side fills, borders, or guide structure. The page should read as one coherent system.
|
|
359
|
+
|
|
360
|
+
The kernel is the reusable implementation layer. `DESIGN.md` defines the reusable contract and exported scalar tokens; the `@nadicodeai/design-system/css` bundle (`src/css/**`) demonstrates and exercises that contract. Homepage copy, page-specific ordering, and temporary prototypes do not belong in this file.
|
|
361
|
+
|
|
362
|
+
## Colors
|
|
363
|
+
|
|
364
|
+
The palette keeps the broad neutral, accent, state, and gradient families that NadicodeAI started from, then adds the newer kernel seam vocabulary. The public website may use a restrained subset, but the design-system contract remains broader than any current specimen.
|
|
365
|
+
|
|
366
|
+
- **Ink / Primary** (`{colors.ink}`, `{colors.primary}`): near-black for text, primary actions, and dark action bands.
|
|
367
|
+
- **Canvas** (`{colors.canvas}`): white content cells.
|
|
368
|
+
- **Canvas Soft** (`{colors.canvas-soft}`): page background and diagonal filler base.
|
|
369
|
+
- **Canvas Soft 2** (`{colors.canvas-soft-2}`): subtle filler stripe and inset surface tone.
|
|
370
|
+
- **Line** (`{colors.line}`): the universal 1 px divider and seam color. It is the only token used to tune ordinary seam visibility; keep it visible on `{colors.canvas}` and `{colors.canvas-soft}` while remaining quiet. Do not darken individual borders, gap backgrounds, hatch stripes, or dividers locally.
|
|
371
|
+
- **Cross** (`{colors.cross}`): stronger gray for visible marks, pending nodes, and crosshair markers.
|
|
372
|
+
- **Seam** (`{colors.seam}`): dashed connector and secondary guide color.
|
|
373
|
+
- **Body / Muted** (`{colors.body}`, `{colors.muted}`): secondary copy and low-priority labels.
|
|
374
|
+
- **Italian Link Green** (`{colors.link}`): inline links, navigational accents, and approved/example proof states. It is intentionally green, not blue, so NadicodeAI keeps an Italian signal without turning the interface into flag decoration.
|
|
375
|
+
- **Semantic** (`{colors.success}`, `{colors.error}`, `{colors.warning}` plus soft/deep variants): validation, caution, approval, and operational feedback. `success` uses the Italian flag green family; `error` uses a deeper Italian red so destructive and blocked states are visible without defaulting to generic web red.
|
|
376
|
+
- **Accent** (`{colors.cyan}`): high-energy accent available for visuals, states, and generated assets.
|
|
377
|
+
- **Flag Red** (`{colors.flag-red}`): a decorative Italian-flag red reserved for brand-asset decoration only (identity marks such as Nadia's flag-red bar). It is distinct from `{colors.error}`; never use `flag-red` for destructive, blocked, or validation states.
|
|
378
|
+
- **Gradient Pairs** (`{colors.gradient-develop-*}`, `{colors.gradient-ship-*}`): reserved gradient vocabulary for artifact- and asset-level energy; do not use them to repair page structure or seams.
|
|
379
|
+
- **Workflow States** (`{colors.state-ready}`, `{colors.state-running}`, `{colors.state-review}`, `{colors.state-blocked}`, `{colors.state-complete}`): left-border/state vocabulary for agentic work surfaces.
|
|
380
|
+
|
|
381
|
+
Do not delete a color because the current website kernel does not consume it. Prototype usage is not palette authority; removals require an explicit palette migration decision.
|
|
382
|
+
|
|
383
|
+
## Typography
|
|
384
|
+
|
|
385
|
+
Geist Sans carries all narrative and interface copy. Geist Mono is reserved for eyebrows, labels, status tags, code, traces, and small technical metadata.
|
|
386
|
+
|
|
387
|
+
All body, title, caption, and code typography uses `letterSpacing: 0px`. Do not use viewport-scaled type (no `vw`/`vh` font sizing): use fixed token sizes stepped by breakpoint-specific rules when a headline must grow. The two large display tiers carry a small negative tracking — `display-xl` at `-1.5px` and `display-lg` at `-1px` — so large type reads optically tight; this is a display-heading-only exception and every non-display tier stays at `0px`.
|
|
388
|
+
|
|
389
|
+
| Token | Size | Weight | Line Height | Use |
|
|
390
|
+
| --- | --- | --- | --- | --- |
|
|
391
|
+
| `{typography.display-xl}` | 72px | 600 | 74px | Large desktop homepage hero only. |
|
|
392
|
+
| `{typography.display-lg}` | 52px | 600 | 54px | Compact hero and major landing headlines. |
|
|
393
|
+
| `{typography.display-md}` | 24px | 600 | 32px | Recovered display tier for compact cards, pricing names, and asset labels. |
|
|
394
|
+
| `{typography.display-sm}` | 20px | 600 | 28px | Recovered small display tier for inline display micro-headings. |
|
|
395
|
+
| `{typography.title-lg}` | 40px | 600 | 41px | Kernel specimen headings and major section headings. |
|
|
396
|
+
| `{typography.title-md}` | 30px | 600 | 32px | Standard section title. |
|
|
397
|
+
| `{typography.title-sm}` | 22px | 600 | 25px | Cell and artifact titles. |
|
|
398
|
+
| `{typography.body-lg}` | 18px | 400 | 27px | Hero/lead paragraphs. |
|
|
399
|
+
| `{typography.body-md}` | 16px | 400 | 25px | Default body copy. |
|
|
400
|
+
| `{typography.body-md-strong}` | 16px | 500 | 24px | Emphasised body copy at the default size. |
|
|
401
|
+
| `{typography.body-sm}` | 14px | 400 | 20px | Secondary copy, nav, compact cell copy. |
|
|
402
|
+
| `{typography.body-sm-strong}` | 14px | 500 | 20px | Emphasised secondary copy and compact labels. |
|
|
403
|
+
| `{typography.caption}` | 12px | 400 | 16px | Footer secondary lines and badge labels. |
|
|
404
|
+
| `{typography.caption-mono}` | 12px | 500 | 16px | Eyebrows, labels, status tags. |
|
|
405
|
+
| `{typography.code}` | 13px | 400 | 20px | Tool calls, snippets, traces. |
|
|
406
|
+
| `{typography.button-lg}` | 16px | 500 | 24px | Marketing-scale button labels. |
|
|
407
|
+
| `{typography.button-md}` | 14px | 500 | 18px | Standard button and control labels. |
|
|
408
|
+
|
|
409
|
+
## Layout
|
|
410
|
+
|
|
411
|
+
The kernel layout is mathematical and single-owner.
|
|
412
|
+
|
|
413
|
+
### Frame System
|
|
414
|
+
|
|
415
|
+
- Marketing bands may use `{spacing.section}` when they need the broader inherited hero rhythm.
|
|
416
|
+
- `page-system` adds `{spacing.page-pad}` horizontal page padding and `{spacing.4xl}` vertical padding, so the frame floats on clear canvas between the sticky nav chrome and the footer instead of stacking against their hairlines.
|
|
417
|
+
- `page-frame` is centered and capped at `{spacing.frame-max}`. It owns the outer left/right/top borders.
|
|
418
|
+
- `page-row` is the only direct section unit inside `page-frame`. It owns the bottom border for each row.
|
|
419
|
+
- Desktop rows use 12 equal columns with `{spacing.frame-gap}` gutters.
|
|
420
|
+
- `active-lane` spans columns 2 through 11 on desktop and all columns on smaller viewports.
|
|
421
|
+
- Full-lane rows span all 12 columns only when the content owns columns 1 and 12 explicitly through the `stage` geometry (`nc-stage-frame`/`nc-stage-fill`/`nc-stage-grid`/`nc-stage-active`).
|
|
422
|
+
- Columns 1 and 12 are the page's quiet margin: empty canvas by default. Their presence is the whitespace itself — the grid sizes them whether or not anything paints there, matching the reference container model where structure lives inside bounded modules and never as page-length gutter texture. The diagonal `side-fill` is a scarce structural accent a row opts into with `data-rails="hatch"`; reserve it for the page's anchor rows (the opening hero, the closing conversion row), never as a default on every row. When present, the fill is bounded on both sides — the frame perimeter outside, the fill's own inner rail inside — so the texture reads as a deliberate panel, not an unbounded wash.
|
|
423
|
+
|
|
424
|
+
### Seam Ownership
|
|
425
|
+
|
|
426
|
+
Every visible line has one owner. Do not draw borders on both adjacent children at the same coordinate. Use a line-colored parent background plus `{spacing.guide}` gaps, or use a single explicit border owned by the parent row/component.
|
|
427
|
+
|
|
428
|
+
On a `blueprint-field` surface the model is draw-all-then-occlude: the texture layer owns every line uniformly and opaque content (`cell-solid` or a content slot) occludes the lines it covers. This is distinct from the parent-plus-gap model used by `cell-grid`; both keep exactly one owner per visible line.
|
|
429
|
+
|
|
430
|
+
The universal guide weight is `{spacing.guide}`. Crosshairs use the same physical weight as the line they mark; they are darker through `{colors.cross}`, not thicker.
|
|
431
|
+
|
|
432
|
+
### Responsive Rules
|
|
433
|
+
|
|
434
|
+
Mobile collapses the 12-column frame to a single content column while preserving the outer frame. Tablet may use 2 or 3 internal tracks for repeated cell grids. Desktop restores the 12-column frame and centered 10-column active lane.
|
|
435
|
+
|
|
436
|
+
Height tokens are fixed by component family and breakpoint. Components may grow when real content requires it, but the default specimen height comes from the exported height tokens so repeated rows align predictably.
|
|
437
|
+
|
|
438
|
+
Page shells must prevent horizontal scrollbars when a mathematically aligned full-bleed surface uses viewport width. Clip horizontal overflow at the shell/root level; do not hide overflow on structural cells to mask bad seam math.
|
|
439
|
+
|
|
440
|
+
Kernel compositions arrange approved primitives for a content role. They must not redefine page-frame math, row seams, marker placement, side-fill ownership, active-lane spans, or global guide primitives. If a composition needs new structural geometry, promote that geometry into the page grammar or a real component first.
|
|
441
|
+
|
|
442
|
+
### Delivery Tiers
|
|
443
|
+
|
|
444
|
+
Each reusable concern has one home and one authoring surface, so a member is documented and shipped in exactly one place:
|
|
445
|
+
|
|
446
|
+
- **Tokens** — exact reusable values live in this contract's `colors`, `spacing`, `rounded`, and `typography`; they export to the generated token layer (with a hand-authored local token layer beside it). No component or section may re-encode a token value.
|
|
447
|
+
- **Framework-agnostic CSS components** — the brand/display CSS components that remain in this package (the agent-chat family, the run-state `state-tag` family, `image`, and the small label/badge/link metadata components). Contracted CSS components are paired between `components:` YAML entries and `## Components` Markdown entries, and are realised by design-system CSS. The named CSS-internal components (`artifact-preview`, `typing-dots`, `state-row`) are documented exceptions: they realise brand display structure but carry no exported component token.
|
|
448
|
+
- **Reusable compositions and sections** — patterns that arrange the page grammar and lower tiers for a content role. They ship as React shadcn compositions from `@nadicodeai/ui`, composed over the kept page grammar; they are not a pure-CSS section layer and carry no `components:` YAML entry or exported component token.
|
|
449
|
+
- **Layout grammar** — the page-frame, row, lane, seam, stage, and marker system documented across this `## Layout` section, carried by the layout CSS layer.
|
|
450
|
+
- **Specimens** — static demonstrations of already-defined primitives. They invent no geometry, seams, heights, or responsive behavior; they only assemble shipped tiers for inspection.
|
|
451
|
+
|
|
452
|
+
The page grammar below is the `## Layout` home for the structural names; the section-level compositions that arrange them ship from `@nadicodeai/ui`.
|
|
453
|
+
|
|
454
|
+
### Page Grammar
|
|
455
|
+
|
|
456
|
+
Page grammar is the NadicodeAI structural system. It defines how pages are built before any content surface appears. These names do not live in YAML `components:`. Exact reusable values are exported through `colors`, `spacing`, `rounded`, and `typography`; the structural semantics live here as layout doctrine, not as interface components.
|
|
457
|
+
|
|
458
|
+
**`page-frame`** (`nc-page-frame`) — centered bordered frame capped by `{spacing.frame-max}`. Owns the outer left/right/top seams.
|
|
459
|
+
|
|
460
|
+
**`page-row`** (`nc-page-row`) — one continuous section row inside `page-frame`. Owns the bottom seam and default row background.
|
|
461
|
+
|
|
462
|
+
**`active-lane`** — the centered 10-column lane. On desktop it spans columns 2 / 12; on smaller viewports it spans the row.
|
|
463
|
+
|
|
464
|
+
**`side-fill`** (`nc-side-fill`) — the opt-in owner for columns 1 and 12 when a row uses the active lane. Hidden by default (the quiet-gutter doctrine: the empty margin column is the default treatment); a row enables it with `data-rails="hatch"` on the `page-row`, reserved for the page's anchor rows. When shown, it paints the diagonal filler, expands into the frame gutter so the texture touches the active content edge, and owns its single inner boundary rail (`{colors.line}` on its lane-facing edge) so the hatch is bounded on both sides — frame perimeter outside, fill rail inside.
|
|
465
|
+
|
|
466
|
+
**`cell-grid`** (`nc-row-grid`) — repeated cell math. Uses `{colors.line}` parent background and `{spacing.guide}` gaps so the seam has one owner. Supports 2, 3, 4, 5, and 6 column desktop variants with responsive collapse.
|
|
467
|
+
|
|
468
|
+
**`panel-cell`** — a square structural content cell inside `cell-grid`. Uses `{spacing.cell-padding}` and no local border.
|
|
469
|
+
|
|
470
|
+
**`marker`** — sparse crosshair marker for major section/frame corners. It marks intersections; it is not decorative chrome for every card. It is placed on a grid-field track intersection and derives its position from the grid, not from a frame-relative offset.
|
|
471
|
+
|
|
472
|
+
**`diagonal-fill`** — structural filler for outer columns and empty side lanes.
|
|
473
|
+
|
|
474
|
+
**`dotted-field`** — artifact/canvas background for conversations, outputs, and diagrams. It indicates a work surface, not generic decoration.
|
|
475
|
+
|
|
476
|
+
**`blueprint-field`** — a feathered structural-pitch background texture that visualizes a grid as graph-paper rather than as load-bearing DOM. Column and row pitch track the meaningful column count so it stays legible; the field is always feathered so it reads as texture, not as paper. On the blueprint surface the lines are drawn once underneath and occluded by opaque content (`cell-solid` or the content slot) — the draw-all-then-occlude model. It is incidental brand texture: if the blueprint field is the first thing you notice, it is too strong.
|
|
477
|
+
|
|
478
|
+
**`rule-svg`** — bounded dashed connector rule. Uses `{colors.seam}` and never overlaps a cell seam.
|
|
479
|
+
|
|
480
|
+
The generic marketing/SaaS section patterns (hero, bento stage, action/CTA band, split, card grid, pricing, testimonials, stats, FAQ, logo/integration walls, contact, newsletter, banner, article index, team) ship as React shadcn compositions from `@nadicodeai/ui`, composed over the kept page grammar above. This contract no longer documents them as a pure-CSS section layer; the page grammar is the framework-agnostic foundation those compositions assemble.
|
|
481
|
+
|
|
482
|
+
### Related Layout Helpers
|
|
483
|
+
|
|
484
|
+
These live helpers are part of the kept page-grammar layout layer. They are not YAML components: they support index/long-form page assemblies rather than naming an interface component.
|
|
485
|
+
|
|
486
|
+
**`index-grid`** — layout helper for index-style page assemblies (blog, learn, and case-study rows whose guide layer owns the dividers).
|
|
487
|
+
|
|
488
|
+
**`article-frame`** — layout helper for the long-form reading companion in article/index page assemblies.
|
|
489
|
+
|
|
490
|
+
`index-card` is the repeated item class inside `index-grid`, not a standalone contract key.
|
|
491
|
+
|
|
492
|
+
## Elevation & Depth
|
|
493
|
+
|
|
494
|
+
NadicodeAI website depth is flat and architectural. Hairlines, contrast, dotted fields, diagonal fills, and dark action bands create hierarchy. Shadows are optional for small artifact cards only and must stay subtle.
|
|
495
|
+
|
|
496
|
+
The public website should not rely on floating card stacks as the main structure. Cards may exist inside a cell as an artifact, but the page frame and row grid must remain the dominant structure.
|
|
497
|
+
|
|
498
|
+
## Shapes
|
|
499
|
+
|
|
500
|
+
Corners are restrained.
|
|
501
|
+
|
|
502
|
+
- Use `{rounded.none}` for page rows, frame edges, grid cells, and structural modules.
|
|
503
|
+
- Use `{rounded.sm}` to `{rounded.lg}` for buttons, chips, status tags, chat bubbles, and small artifacts.
|
|
504
|
+
- Use `{rounded.full}` only for truly circular identity or avatar chrome.
|
|
505
|
+
|
|
506
|
+
Cards are not rounded by default. A cell is usually square because its parent frame supplies the visual system.
|
|
507
|
+
|
|
508
|
+
## Components
|
|
509
|
+
|
|
510
|
+
Component entries are grouped by design-system family so the decision model stays small while the exported token surface remains available. YAML `components:` is reserved for reusable UI, content, and agentic-work surfaces with component-style token hooks. Page grammar and composition semantics live in `## Layout` and must not be duplicated in YAML `components:`.
|
|
511
|
+
|
|
512
|
+
### Interface Atoms
|
|
513
|
+
|
|
514
|
+
Interface CSS components provide small metadata, label, and link chrome. They inherit NadicodeAI tokens and stay subordinate to the page grammar; they must not create independent layout systems or repair structural seams. The generic interactive controls (navigation, buttons, inputs, footer chrome, the marketing card/code/pricing/proof surfaces, the standard sections) ship as React shadcn components from `@nadicodeai/ui`; this contract keeps only the brand/display CSS components and primitives that belong in the framework-agnostic package.
|
|
515
|
+
|
|
516
|
+
Interactive CSS components must expose a visible `:focus-visible` state using the NadicodeAI link/accent family or a contrast-safe inverse on dark surfaces. Do not remove outlines without an equivalent replacement.
|
|
517
|
+
|
|
518
|
+
**`label-mono`** — mono eyebrow/label text for section labels and low-priority metadata.
|
|
519
|
+
|
|
520
|
+
**`badge-secondary`** — small rounded metadata badge for "New", "Beta", "Live", or similar labels.
|
|
521
|
+
|
|
522
|
+
**`link-inline`** — inline body link. Uses `{colors.link}` and normal body rhythm.
|
|
523
|
+
|
|
524
|
+
### Content Surfaces
|
|
525
|
+
|
|
526
|
+
Content surfaces display specific content types inside the grammar. They are valid when the content exists; they do not replace the page frame, row model, or seam rules.
|
|
527
|
+
|
|
528
|
+
**`image`** — editorial media mount, the single home for art-directed imagery inside the grammar. A bounded media fill (img, picture, video, or inline SVG) with an optional mono tag chip overlaid on the media and an optional body-tone caption bar below it, both typed by the generated caption utilities applied in markup. Square-cornered (`{rounded.none}`): a mounted print, not a floating card — the parent frame supplies the visual system. With `data-frame="true"` it draws exactly one hairline (its own `{colors.line}` border), so it sits inside a borderless `panel-cell` or a visual slot without repairing or stacking onto any grid seam. The aspect ratio is the per-instance `--nc-image-ratio` knob (default 4 / 3) — set the prop on the element, never re-derive geometry inline. Variant: `data-strip="true"` is the full-width divider form for thin editorial bands between page rows (thread, texture, panorama) — the ratio unlocks and the height resolves from the responsive `{spacing.h-strip-*}` tokens through the layout-layer collapsed alias. Use `image` for every illustrated image, photographic surface, or image divider; use `artifact-preview` when the visual is an agent-produced document surface.
|
|
529
|
+
|
|
530
|
+
### Agentic Work Surfaces
|
|
531
|
+
|
|
532
|
+
Agentic work surfaces are the NadicodeAI-specific layer. They show people and agents working together through conversations, artifacts, approvals, memory, state, tools, and handoffs. Use these when there is concrete work output or workflow state to inspect.
|
|
533
|
+
|
|
534
|
+
**`artifact-surface`** — inspectable output area. Use for proposal previews, reports, plans, spreadsheets, schedules, approval states, source traces, run logs, workflow maps, and conversation artifacts.
|
|
535
|
+
|
|
536
|
+
**`status-tag`** — mono status/proof label. Labels examples, internal states, anonymous examples, review states, or approved artifacts only when source support exists.
|
|
537
|
+
|
|
538
|
+
**`status-tag-approved`** — approved or reviewed status variant. Uses the link soft surface and deep link text; only use when the source really supports approval or review.
|
|
539
|
+
|
|
540
|
+
**`chat-thread`** — conversation container showing how people instruct, correct, review, or approve agents. Autoplaying threads carry an enhancer-injected pause/resume control (WCAG 2.2.2); the control is never authored in static markup.
|
|
541
|
+
|
|
542
|
+
**`chat-bubble-user`** — human message bubble. Dark surface, white text.
|
|
543
|
+
|
|
544
|
+
**`chat-bubble-agent`** — agent message bubble. Light surface, ink text.
|
|
545
|
+
|
|
546
|
+
**`tool-call-trace`** — compact code/trace row. Use only when tool use is relevant to the explanation.
|
|
547
|
+
|
|
548
|
+
State-tag variants share the same shape — a compact rectangular pill at `{typography.caption-mono}` — and differentiate by a 3 px colored `border-left` consuming the matching `{colors.state-*}` token. Shape carries meaning; color carries variant. State is never conveyed through swatches, dots, pulses, breathing animations, or loading spinners.
|
|
549
|
+
|
|
550
|
+
**`state-tag-ready`** — workflow state tag for work that is ready or waiting to start. Uses `{colors.state-ready}` for the left edge.
|
|
551
|
+
|
|
552
|
+
**`state-tag-running`** — workflow state tag for work currently being executed by an agent or system. Uses `{colors.state-running}` for the left edge.
|
|
553
|
+
|
|
554
|
+
**`state-tag-review`** — workflow state tag for human review or approval. Uses `{colors.state-review}` for the left edge.
|
|
555
|
+
|
|
556
|
+
**`state-tag-blocked`** — workflow state tag for blocked work or failed preconditions. Uses `{colors.state-blocked}` for the left edge.
|
|
557
|
+
|
|
558
|
+
**`state-tag-complete`** — workflow state tag for completed work. Uses `{colors.state-complete}` for the left edge.
|
|
559
|
+
|
|
560
|
+
**`approval-gate`** — human-in-the-loop pause surface. Use when an agent action requires explicit review, correction, approval, or rejection.
|
|
561
|
+
|
|
562
|
+
**`agent-avatar`** — identity slot for an agent personality or role. The chrome is reusable; the visual asset is project-specific.
|
|
563
|
+
|
|
564
|
+
**`usage-meter`** — token, cost, latency, or run-count display.
|
|
565
|
+
|
|
566
|
+
**`run-timeline`** — vertical step thread for an agent run, handoff, or workflow execution.
|
|
567
|
+
|
|
568
|
+
**`memory-item`** — remembered-fact row for company brain, context, or persistent workflow knowledge.
|
|
569
|
+
|
|
570
|
+
**`handoff-banner`** — agent-to-agent or human-to-agent handoff surface. It explains the handoff reason and destination. It carries a 3 px colored `border-left` consuming the matching `{colors.link}` token and a leading direction marker tinted with the same token; the accent edge and arrow carry the handoff direction.
|
|
571
|
+
|
|
572
|
+
## Do's and Don'ts
|
|
573
|
+
|
|
574
|
+
### Do
|
|
575
|
+
|
|
576
|
+
- Do build pages as continuous `page-row` sequences inside one `page-frame`.
|
|
577
|
+
- Do keep centered content in the 10-column `active-lane` while preserving visible ownership of columns 1 and 12.
|
|
578
|
+
- Do use `side-fill`, guide strips, or component-owned fillers whenever content does not occupy the outer columns.
|
|
579
|
+
- Do use `{spacing.guide}` and `{colors.line}` for ordinary seams.
|
|
580
|
+
- Do tune line visibility by changing `{colors.line}` at the token contract, then rebuilding generated exports.
|
|
581
|
+
- Do use `{colors.cross}` for crosshair color while keeping crosshair weight equal to `{spacing.guide}`.
|
|
582
|
+
- Do use fixed height tokens for default component/specimen height and let content grow only when required.
|
|
583
|
+
- Do separate different story beats into separate rows.
|
|
584
|
+
- Do use the full-lane `stage` geometry for one major use-case/artifact story, not as a container for every page concept.
|
|
585
|
+
- Do make agent visuals show conversations, artifacts, review states, or work output.
|
|
586
|
+
- Do keep ordinary CSS components compact and subordinate to the page grammar.
|
|
587
|
+
- Do use pricing, logo, banner, and showcase compositions only when the page truly contains that content type.
|
|
588
|
+
|
|
589
|
+
### Don't
|
|
590
|
+
|
|
591
|
+
- Don't create naked centered 10-column sections without visible ownership of columns 1 and 12.
|
|
592
|
+
- Don't draw the same seam from two adjacent elements.
|
|
593
|
+
- Don't add borders inside cells to fix visual seams; fix the owner layer.
|
|
594
|
+
- Don't tune seam contrast with local opacity, raw colors, or component-specific border colors.
|
|
595
|
+
- Don't use viewport-scaled typography.
|
|
596
|
+
- Don't use negative letter spacing in the website kernel.
|
|
597
|
+
- Don't use gradients, decorative blobs, or atmospheric chrome as the page structure.
|
|
598
|
+
- Don't name NadicodeAI components after external reference brands.
|
|
599
|
+
- Don't promote homepage-specific copy, one-off page order, or prototype-only modules into this contract.
|
|
600
|
+
- Don't use one full-lane stage to present multiple unrelated use cases.
|
|
601
|
+
- Don't add component prop APIs, state matrices, screenshots, implementation notes, page placement examples, or framework-specific instructions to this file.
|
|
602
|
+
- Don't use pricing, logo, or banner compositions as placeholder credibility or decoration when the underlying content does not exist.
|
|
603
|
+
- Don't use status swatches, status dots, pulses, breathing animations, or loading spinners to communicate operational state; the `state-tag` family carries state through a 3 px colored `border-left`.
|
|
604
|
+
- Don't animate outside the motion layer's four moves (Settle, Type, Confirm, Invite); `src/css/motion.css` owns the motion contract — register, vocabulary, craft rules, and what is banned.
|
|
605
|
+
|
|
606
|
+
## Iconography
|
|
607
|
+
|
|
608
|
+
Icons are derived from Lucide (ISC) and carry the NadicodeAI house render: 1.5 px
|
|
609
|
+
stroke, butt caps, miter joins, no fill, and a stroke that tracks the surrounding
|
|
610
|
+
text color. The render is consistent everywhere an icon appears — standalone and
|
|
611
|
+
inside components — at sizes sm / md / lg = 12 / 16 / 24 px (md default), each
|
|
612
|
+
tinted with a `{colors.*}` token. Rounded outer corners are retained — the
|
|
613
|
+
engineered register comes from stroke weight and terminals, not squared geometry.
|