@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/README.md
ADDED
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# NadicodeAI Design System
|
|
2
|
+
|
|
3
|
+
The `@nadicodeai/design-system` package. [`DESIGN.md`](./DESIGN.md) is the normative implementation contract for reusable design tokens and package output; the canonical human brand book lives in the monorepo at `brand/brand-book/index.html`.
|
|
4
|
+
|
|
5
|
+
`DESIGN.md` defines the normative NadicodeAI design system contract: tokens, typography, layout, components, do's and don'ts, written to the [@google/design.md](https://github.com/google-labs-code/design.md) spec. `npm run build` emits two consumable exports: `dist/tokens/nadicode.dtcg.json` (DTCG token format) and `dist/tailwind/nadicode.tailwind.json` (Tailwind config).
|
|
6
|
+
|
|
7
|
+
For Tailwind CSS v4 CSS-first projects, `npm run build` also emits `dist/tailwind/nadicode.theme.css`, exported as `@nadicodeai/design-system/tailwind/theme.css`. Import it from the consuming app's CSS entry:
|
|
8
|
+
|
|
9
|
+
```css
|
|
10
|
+
@import "tailwindcss";
|
|
11
|
+
@import "@nadicodeai/design-system/tailwind/theme.css";
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
The CSS adapter provides shadcn-compatible semantic utilities such as `bg-background`, `text-foreground`, `bg-primary`, `text-primary-foreground`, `border-border`, and `ring-ring`. NadicodeAI-specific spacing utilities are namespaced, for example `p-nadicode-lg` and `h-nadicode-h-cell-sm`, so standard Tailwind/shadcn classes such as `max-w-3xl` keep their normal Tailwind behavior. React consumers normally get this through `@nadicodeai/ui/globals.css`.
|
|
15
|
+
|
|
16
|
+
Geist and Geist Mono (SIL Open Font License 1.1) ship inside the package under `src/assets/fonts/`. Consumers can pull the `@font-face` shim directly:
|
|
17
|
+
|
|
18
|
+
```css
|
|
19
|
+
@import "@nadicodeai/design-system/assets/fonts/geist.css";
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Individual font files are also exposed under `@nadicodeai/design-system/assets/fonts/*` if the consumer needs to write its own `@font-face` declarations.
|
|
23
|
+
|
|
24
|
+
## The `/css` bundle
|
|
25
|
+
|
|
26
|
+
`DESIGN.md` is the token contract (Surface 1, exported as values). The CSS bundle is Surface 2: the hand-authored, framework-agnostic stylesheet that turns those tokens into the actual NadicodeAI website geometry, chrome, and the agent-chat experience. Import it with one line:
|
|
27
|
+
|
|
28
|
+
```css
|
|
29
|
+
@import "@nadicodeai/design-system/css";
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
That single import delivers:
|
|
33
|
+
|
|
34
|
+
- the kernel page geometry — the 12-column page frame, the centered 10-column active lane, and single-owner seams;
|
|
35
|
+
- the framework-agnostic brand display vocabulary: the agent-chat component family, run-state tags, `image`, artifact surfaces, and workflow state chrome;
|
|
36
|
+
- the brand motion contract (`--nc-duration-*` / `--nc-ease-*` tokens, the `nc-msg-in` / `nc-typing` / `nc-pulse` keyframes, and a `prefers-reduced-motion: reduce` block that disables them);
|
|
37
|
+
- the agent-chat CSS components — `nc-chat-thread`, `nc-chat-bubble-user`, `nc-chat-bubble-agent`, `nc-tool-call-trace`, `nc-memory-item`, `nc-handoff-banner`, `nc-approval-gate`, `nc-artifact-preview`, `nc-typing-dots`, `nc-state-row`, plus `nc-agent-avatar` and `nc-usage-meter`.
|
|
38
|
+
|
|
39
|
+
Everything is token-only (`var(--nc-*)`); there is no hard-coded hex in the CSS components or structural geometry. Individual files are also reachable under `@nadicodeai/design-system/css/*` (for example `@nadicodeai/design-system/css/components/chat-thread.css`).
|
|
40
|
+
|
|
41
|
+
The built bundle mirrors every kept partial into `dist/css/`. Generic marketing/SaaS sections and interactive components ship from `@nadicodeai/ui`, not this CSS package.
|
|
42
|
+
|
|
43
|
+
### The eight-layer cascade
|
|
44
|
+
|
|
45
|
+
The bundle declares one explicit `@layer` order up front, then imports each partial into its own layer:
|
|
46
|
+
|
|
47
|
+
```css
|
|
48
|
+
@layer tokens, reset, foundation, motion, layout, primitives, components;
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Because the order is declared data, consumer overrides are predictable: layer your own rules in a layer that comes *after* the bundle and they win regardless of selector specificity. Open a page-local block with `@layer page;` and write page overrides into `@layer page { … }`, which sits after `components`:
|
|
52
|
+
|
|
53
|
+
```css
|
|
54
|
+
@layer page;
|
|
55
|
+
@layer page {
|
|
56
|
+
/* page-specific overrides — always win over the bundle */
|
|
57
|
+
}
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Relationship to `theme.css` and shadcn
|
|
61
|
+
|
|
62
|
+
The `/css` bundle and the Tailwind `theme.css` adapter are complementary:
|
|
63
|
+
|
|
64
|
+
- `@nadicodeai/design-system/tailwind/theme.css` publishes the shadcn `:root` token variables (the semantic `bg-background` / `text-foreground` / `border-border` family), so interactive shadcn app islands land on-brand when they need JS-driven accessibility behavior such as dialogs or comboboxes.
|
|
65
|
+
- The `/css` bundle ships NadicodeAI's framework-agnostic page grammar, CSS components, brand motion contract, and agent-chat surfaces.
|
|
66
|
+
- `@nadicodeai/ui` ships the React shadcn-style components and reusable section/app compositions on top of those tokens and CSS components.
|
|
67
|
+
|
|
68
|
+
Use both together: React apps import `@nadicodeai/ui/globals.css` for Tailwind/shadcn utilities and `@import "@nadicodeai/design-system/css"` for NadicodeAI geometry and CSS components.
|
|
69
|
+
|
|
70
|
+
### The agent-chat CSS components and the optional auto-play enhancer
|
|
71
|
+
|
|
72
|
+
The chat CSS components render a complete, static agent conversation from CSS alone — no JavaScript required. `nc-chat-bubble-agent` carries a 3px accent edge whose color is switched by `[data-accent]` (for example `data-accent="green"`), mapped to existing `--nc-*` tokens.
|
|
73
|
+
|
|
74
|
+
For motion, the package ships exactly one optional, vanilla, dependency-free enhancer: `chat-autoplay.js`, exported as `@nadicodeai/design-system/css/chat-autoplay.js`. It is the **only** JavaScript in the package — no React, no framework, no registry, no module/CDN imports. It is pure progressive enhancement:
|
|
75
|
+
|
|
76
|
+
- add `data-nc-autoplay` to a `nc-chat-thread` and include the script; messages then reveal in scripted order, a typing indicator shows between turns, the thread scrolls to the newest message, and the cycle loops;
|
|
77
|
+
- playback starts when the thread scrolls into view (`IntersectionObserver`);
|
|
78
|
+
- under `prefers-reduced-motion: reduce`, the full thread is shown immediately with no loop;
|
|
79
|
+
- **with the script absent, the full thread renders statically** — the components are usable framework-agnostically, with zero React.
|
|
80
|
+
|
|
81
|
+
### Worked example (static HTML)
|
|
82
|
+
|
|
83
|
+
```html
|
|
84
|
+
<!doctype html>
|
|
85
|
+
<html lang="en">
|
|
86
|
+
<head>
|
|
87
|
+
<meta charset="utf-8" />
|
|
88
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
89
|
+
<!-- Geist + Geist Mono, then the bundle -->
|
|
90
|
+
<link rel="stylesheet" href="https://unpkg.com/@nadicodeai/design-system/assets/fonts/geist.css" />
|
|
91
|
+
<link rel="stylesheet" href="https://unpkg.com/@nadicodeai/design-system/css" />
|
|
92
|
+
<!-- In a bundler, prefer a CSS entry: @import "@nadicodeai/design-system/css"; -->
|
|
93
|
+
</head>
|
|
94
|
+
<body>
|
|
95
|
+
<main class="nc-page-system">
|
|
96
|
+
<div class="nc-page-frame">
|
|
97
|
+
<section class="nc-page-row">
|
|
98
|
+
<div class="nc-row-lane nc-row-lane-active">
|
|
99
|
+
<!-- A playing chat thread: opt in with data-nc-autoplay -->
|
|
100
|
+
<div class="nc-chat-thread" data-nc-autoplay>
|
|
101
|
+
<div class="nc-chat-thread-body">
|
|
102
|
+
<div class="nc-chat-bubble-user">Which contract template should I use?</div>
|
|
103
|
+
<div class="nc-chat-bubble-agent" data-accent="green">
|
|
104
|
+
Use the approved 2026 revision in Drive · Legal · Templates. It already has the updated privacy clauses.
|
|
105
|
+
</div>
|
|
106
|
+
</div>
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
</section>
|
|
110
|
+
</div>
|
|
111
|
+
</main>
|
|
112
|
+
|
|
113
|
+
<!-- Optional: omit this script and the thread above stays a full static conversation. -->
|
|
114
|
+
<script src="https://unpkg.com/@nadicodeai/design-system/css/chat-autoplay.js"></script>
|
|
115
|
+
</body>
|
|
116
|
+
</html>
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
`examples/chat-showcase.html` is a live proof page that composes the chat CSS components with the auto-play enhancer across twelve conversations.
|
|
120
|
+
|
|
121
|
+
Use the monorepo's `brand/brand-book/` for NadicodeAI story, positioning, buyer, promise, method, use cases, technology story, trust doctrine, identity, voice, visual direction, sales behavior, language, and boundaries.
|
|
122
|
+
|
|
123
|
+
The archived `design-canvas/` prototype source-of-record (the chat motion and component prototypes the kernel re-expresses) lives in the monorepo's `docs/experiments` and is not package runtime or current brand canon.
|
|
@@ -0,0 +1,544 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* chat-autoplay.js — the single optional vanilla enhancer for NadicodeAI chat
|
|
3
|
+
* threads. The ONLY JavaScript in @nadicodeai/design-system.
|
|
4
|
+
*
|
|
5
|
+
* It is pure progressive enhancement, framework-free, dependency-free, with no
|
|
6
|
+
* module-loader statements and no third-party runtime. It turns an
|
|
7
|
+
* already-static `.nc-chat-thread` into the auto-playing, looping agent
|
|
8
|
+
* conversation from the archived prototype
|
|
9
|
+
* `docs/experiments/design-canvas/chat-anim.jsx` — re-expressed as plain DOM.
|
|
10
|
+
*
|
|
11
|
+
* Contract (mirrors AC-018 and the M5 motion contract):
|
|
12
|
+
*
|
|
13
|
+
* (a) Motion on: messages are hidden, then revealed in scripted source order by
|
|
14
|
+
* toggling the M5 `.nc-anim-msg-in` hook (the rise-in). A typing indicator
|
|
15
|
+
* (`.nc-typing-dots`) shows between turns, the thread body auto-scrolls to
|
|
16
|
+
* the newest message, the `.nc-usage-meter-fill` is driven via `--nc-usage`,
|
|
17
|
+
* and after `loopHold` (default 2400ms) the cycle restarts.
|
|
18
|
+
*
|
|
19
|
+
* (b) `prefers-reduced-motion: reduce`: the FULL thread is shown immediately,
|
|
20
|
+
* every message visible, NO loop, no typing animation. (We also stop if the
|
|
21
|
+
* preference changes to reduce mid-play.)
|
|
22
|
+
*
|
|
23
|
+
* (c) Script absent: the conversation renders FULLY and statically from CSS
|
|
24
|
+
* alone. The atoms set `animation-name: nc-msg-in` but, without the M5
|
|
25
|
+
* `.nc-anim-msg-in` hook supplying a duration, that is inert and every
|
|
26
|
+
* message is visible. This file is the ONLY thing that ever hides a message
|
|
27
|
+
* (via the per-element inline `display` it sets while playing). No hidden
|
|
28
|
+
* class is ever present in static markup, so no-JS == full static thread.
|
|
29
|
+
*
|
|
30
|
+
* (d) Playback starts on scroll-into-view via `IntersectionObserver`; it pauses
|
|
31
|
+
* (resets to the static full thread and re-arms) when scrolled fully out.
|
|
32
|
+
*
|
|
33
|
+
* Timing parity with `src/css/motion.css`: the loop reads the M5 duration tokens
|
|
34
|
+
* (`--nc-duration-stagger`) from the thread's computed style and uses the
|
|
35
|
+
* per-role `defaultTiming()` rhythm ported verbatim from the prototype's
|
|
36
|
+
* `defaultTiming` (typingMs / holdMs per role + `loopHold`). The stagger unit
|
|
37
|
+
* comes from CSS, not a re-typed magic number; the per-role typing/hold cadence
|
|
38
|
+
* is the documented constants table below, carried with a parity note because
|
|
39
|
+
* the prototype owns those numbers in JS, not in CSS.
|
|
40
|
+
*
|
|
41
|
+
* Opt-in: only `.nc-chat-thread[data-nc-autoplay]` elements are enhanced. A
|
|
42
|
+
* thread without the attribute is left fully static.
|
|
43
|
+
*
|
|
44
|
+
* Usage (no bundler assumed):
|
|
45
|
+
* <script src="…/css/chat-autoplay.js"></script>
|
|
46
|
+
* It self-initializes on DOMContentLoaded and also exposes
|
|
47
|
+
* `window.ncChatAutoplay.init(root?)` for manual / dynamic init.
|
|
48
|
+
*/
|
|
49
|
+
(function () {
|
|
50
|
+
"use strict";
|
|
51
|
+
|
|
52
|
+
if (typeof window === "undefined" || typeof document === "undefined") return;
|
|
53
|
+
|
|
54
|
+
// ── Per-role timing, ported verbatim from chat-anim.jsx `defaultTiming`. ──
|
|
55
|
+
// PARITY NOTE: these (typingMs, holdMs) pairs and `LOOP_HOLD` live in JS in the
|
|
56
|
+
// prototype (they are sequencing logic, not CSS), so they are mirrored here as
|
|
57
|
+
// a documented constants table rather than read from motion.css. The CSS owns
|
|
58
|
+
// the *visual* cadence (the stagger step), which we DO read from motion.css
|
|
59
|
+
// below; this table owns the *sequencing* cadence.
|
|
60
|
+
var LOOP_HOLD = 6000; // chat-anim.jsx loopHold default (raised: payoff frame dominates loop duty cycle)
|
|
61
|
+
var START_DELAY = 240; // chat-anim.jsx `await sleep(startDelay + 240)` with startDelay 0
|
|
62
|
+
|
|
63
|
+
function defaultTiming(role, textLen) {
|
|
64
|
+
var len = textLen || 0;
|
|
65
|
+
switch (role) {
|
|
66
|
+
case "user":
|
|
67
|
+
return { typingMs: 0, holdMs: 1100 + len * 8 };
|
|
68
|
+
case "tool":
|
|
69
|
+
return { typingMs: 380, holdMs: 700 };
|
|
70
|
+
case "state":
|
|
71
|
+
return { typingMs: 220, holdMs: 700 };
|
|
72
|
+
case "memory":
|
|
73
|
+
return { typingMs: 380, holdMs: 900 };
|
|
74
|
+
case "handoff":
|
|
75
|
+
return { typingMs: 420, holdMs: 1300 };
|
|
76
|
+
case "approval":
|
|
77
|
+
return { typingMs: 460, holdMs: 1600 };
|
|
78
|
+
case "artifact":
|
|
79
|
+
return { typingMs: 600, holdMs: 1800 };
|
|
80
|
+
case "agent":
|
|
81
|
+
default:
|
|
82
|
+
return { typingMs: 680, holdMs: 900 + len * 12 };
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// Infer a message's role from its NadicodeAI atom class so authors don't have
|
|
87
|
+
// to duplicate the role in a data attribute. An explicit `data-nc-role`
|
|
88
|
+
// overrides. Falls back to "agent" (the slowest, safest cadence).
|
|
89
|
+
var ROLE_BY_CLASS = [
|
|
90
|
+
["nc-chat-bubble-user", "user"],
|
|
91
|
+
["nc-chat-bubble-agent", "agent"],
|
|
92
|
+
["nc-tool-call-trace", "tool"],
|
|
93
|
+
["nc-memory-item", "memory"],
|
|
94
|
+
["nc-handoff-banner", "handoff"],
|
|
95
|
+
["nc-approval-gate", "approval"],
|
|
96
|
+
["nc-artifact-preview", "artifact"],
|
|
97
|
+
["nc-state-row", "state"],
|
|
98
|
+
];
|
|
99
|
+
|
|
100
|
+
function roleOf(el) {
|
|
101
|
+
var explicit = el.getAttribute("data-nc-role");
|
|
102
|
+
if (explicit) return explicit;
|
|
103
|
+
for (var i = 0; i < ROLE_BY_CLASS.length; i++) {
|
|
104
|
+
if (el.classList.contains(ROLE_BY_CLASS[i][0])) return ROLE_BY_CLASS[i][1];
|
|
105
|
+
}
|
|
106
|
+
return "agent";
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
function reducedMotion() {
|
|
110
|
+
return (
|
|
111
|
+
typeof window.matchMedia === "function" &&
|
|
112
|
+
window.matchMedia("(prefers-reduced-motion: reduce)").matches
|
|
113
|
+
);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// Read a duration token (e.g. "--nc-duration-stagger") off a live element and
|
|
117
|
+
// return milliseconds. Falls back to a documented default that equals the
|
|
118
|
+
// motion.css value if the bundle is not loaded (graceful, never throws).
|
|
119
|
+
function durationToken(el, name, fallbackMs) {
|
|
120
|
+
var raw = getComputedStyle(el).getPropertyValue(name).trim();
|
|
121
|
+
if (!raw) return fallbackMs;
|
|
122
|
+
if (raw.slice(-2) === "ms") return parseFloat(raw) || fallbackMs;
|
|
123
|
+
if (raw.slice(-1) === "s") return (parseFloat(raw) || 0) * 1000 || fallbackMs;
|
|
124
|
+
var n = parseFloat(raw);
|
|
125
|
+
return isNaN(n) ? fallbackMs : n;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// ── One thread's player ───────────────────────────────────────────────────
|
|
129
|
+
function ChatThreadPlayer(thread) {
|
|
130
|
+
this.thread = thread;
|
|
131
|
+
this.body = thread.querySelector(".nc-chat-thread-body");
|
|
132
|
+
// Stable, source-ordered list of message atoms inside the body. The typing
|
|
133
|
+
// indicator and any element flagged to ignore are NOT messages.
|
|
134
|
+
this.messages = this.body
|
|
135
|
+
? Array.prototype.filter.call(this.body.children, function (el) {
|
|
136
|
+
return (
|
|
137
|
+
el.nodeType === 1 &&
|
|
138
|
+
!el.classList.contains("nc-typing-dots") &&
|
|
139
|
+
el.getAttribute("data-nc-autoplay-ignore") === null
|
|
140
|
+
);
|
|
141
|
+
})
|
|
142
|
+
: [];
|
|
143
|
+
this.typing = this.body ? this.body.querySelector(".nc-typing-dots") : null;
|
|
144
|
+
this.meterFill = thread.querySelector(".nc-usage-meter-fill");
|
|
145
|
+
this.staggerMs = 160; // overwritten from the CSS token at enhance()
|
|
146
|
+
this.timers = [];
|
|
147
|
+
this.running = false;
|
|
148
|
+
this.cancelled = false;
|
|
149
|
+
// Monotonic loop epoch. `_runLoop` captures the value live at start and every
|
|
150
|
+
// guard checks it. `stop()`/`rearm()` bump it so a stale continuation — a
|
|
151
|
+
// `_sleep` timer that already fired but whose `.then` is still queued when the
|
|
152
|
+
// player is stopped and immediately re-armed on scroll-in — sees a mismatched
|
|
153
|
+
// epoch and dies permanently, instead of resuming once `cancelled` flips back
|
|
154
|
+
// to false and racing the fresh loop. Single, uninterrupted playback never
|
|
155
|
+
// changes the epoch mid-run, so the observed sequence is unchanged.
|
|
156
|
+
this.generation = 0;
|
|
157
|
+
// WCAG 2.2.2 user-pause latch. Set true when the user presses the pause button;
|
|
158
|
+
// cleared when the user presses resume. play() and the in-view observer branch
|
|
159
|
+
// both check it; a paused thread stays paused across scroll-out/in.
|
|
160
|
+
this.userPaused = false;
|
|
161
|
+
// Set to true once the sequence has reached its end at least once. Used by
|
|
162
|
+
// the IntersectionObserver entry branch: a thread that has completed is shown
|
|
163
|
+
// in its final visible state on re-entry rather than replayed from blank, so
|
|
164
|
+
// a reader who scrolls back sees the payoff frame instead of an empty/typing state.
|
|
165
|
+
this.completedOnce = false;
|
|
166
|
+
// Accent for an auto-created typing bubble, inferred from the first agent
|
|
167
|
+
// bubble's data-accent (default green, matching the prototype).
|
|
168
|
+
this.accent = "green";
|
|
169
|
+
var firstAgent = thread.querySelector(".nc-chat-bubble-agent[data-accent]");
|
|
170
|
+
if (firstAgent) this.accent = firstAgent.getAttribute("data-accent") || "green";
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
ChatThreadPlayer.prototype._clearTimers = function () {
|
|
174
|
+
for (var i = 0; i < this.timers.length; i++) clearTimeout(this.timers[i]);
|
|
175
|
+
this.timers = [];
|
|
176
|
+
};
|
|
177
|
+
|
|
178
|
+
ChatThreadPlayer.prototype._sleep = function (ms) {
|
|
179
|
+
var self = this;
|
|
180
|
+
return new Promise(function (resolve) {
|
|
181
|
+
var t = setTimeout(resolve, ms);
|
|
182
|
+
self.timers.push(t);
|
|
183
|
+
});
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
// Fully static, fully visible end-state. Used for no-loop (reduced-motion),
|
|
187
|
+
// for pause-out-of-view, and as the baseline each loop resets from. Removes
|
|
188
|
+
// every trace the player added so the DOM matches the no-JS static thread.
|
|
189
|
+
ChatThreadPlayer.prototype._showAll = function () {
|
|
190
|
+
for (var i = 0; i < this.messages.length; i++) {
|
|
191
|
+
var m = this.messages[i];
|
|
192
|
+
m.style.display = "";
|
|
193
|
+
m.classList.remove("nc-anim-msg-in");
|
|
194
|
+
}
|
|
195
|
+
this._hideTyping();
|
|
196
|
+
this.thread.removeAttribute("data-nc-playing");
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
ChatThreadPlayer.prototype._hideAllMessages = function () {
|
|
200
|
+
for (var i = 0; i < this.messages.length; i++) {
|
|
201
|
+
this.messages[i].style.display = "none";
|
|
202
|
+
this.messages[i].classList.remove("nc-anim-msg-in");
|
|
203
|
+
}
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
ChatThreadPlayer.prototype._scrollToBottom = function () {
|
|
207
|
+
var body = this.body;
|
|
208
|
+
if (!body) return;
|
|
209
|
+
requestAnimationFrame(function () {
|
|
210
|
+
body.scrollTop = body.scrollHeight;
|
|
211
|
+
});
|
|
212
|
+
};
|
|
213
|
+
|
|
214
|
+
// Ensure a typing indicator exists; create one if the markup has none so the
|
|
215
|
+
// "typing between turns" behaviour works on any thread. Created element is
|
|
216
|
+
// tagged so _showAll can drop it.
|
|
217
|
+
ChatThreadPlayer.prototype._ensureTyping = function () {
|
|
218
|
+
if (this.typing) return this.typing;
|
|
219
|
+
if (!this.body) return null;
|
|
220
|
+
var el = document.createElement("div");
|
|
221
|
+
el.className = "nc-typing-dots";
|
|
222
|
+
el.setAttribute("data-accent", this.accent);
|
|
223
|
+
el.setAttribute("aria-hidden", "true");
|
|
224
|
+
el.setAttribute("data-nc-autoplay-created", "");
|
|
225
|
+
for (var i = 0; i < 3; i++) {
|
|
226
|
+
var dot = document.createElement("span");
|
|
227
|
+
dot.className = "nc-typing-dots-dot nc-anim-typing";
|
|
228
|
+
dot.style.setProperty("--nc-anim-delay", i * this.staggerMs + "ms");
|
|
229
|
+
el.appendChild(dot);
|
|
230
|
+
}
|
|
231
|
+
el.style.display = "none";
|
|
232
|
+
this.body.appendChild(el);
|
|
233
|
+
this.typing = el;
|
|
234
|
+
return el;
|
|
235
|
+
};
|
|
236
|
+
|
|
237
|
+
ChatThreadPlayer.prototype._showTyping = function () {
|
|
238
|
+
var el = this._ensureTyping();
|
|
239
|
+
if (!el) return;
|
|
240
|
+
// Move the indicator to the end of the body so it sits below revealed turns.
|
|
241
|
+
this.body.appendChild(el);
|
|
242
|
+
el.style.display = "";
|
|
243
|
+
this._scrollToBottom();
|
|
244
|
+
};
|
|
245
|
+
|
|
246
|
+
ChatThreadPlayer.prototype._hideTyping = function () {
|
|
247
|
+
if (this.typing) this.typing.style.display = "none";
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
ChatThreadPlayer.prototype._setMeter = function (fraction) {
|
|
251
|
+
if (!this.meterFill) return;
|
|
252
|
+
var pct = Math.max(0, Math.min(1, fraction)) * 100;
|
|
253
|
+
this.meterFill.style.setProperty("--nc-usage", pct + "%");
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
ChatThreadPlayer.prototype._reveal = function (msg, index) {
|
|
257
|
+
msg.style.display = "";
|
|
258
|
+
// Re-trigger the M5 rise-in: the hook supplies duration/easing; the atom
|
|
259
|
+
// already carries `animation-name: nc-msg-in`. Force a reflow so re-adding
|
|
260
|
+
// the class restarts the animation on a re-loop.
|
|
261
|
+
msg.style.setProperty("--nc-anim-delay", "0ms");
|
|
262
|
+
msg.classList.remove("nc-anim-msg-in");
|
|
263
|
+
void msg.offsetWidth;
|
|
264
|
+
msg.classList.add("nc-anim-msg-in");
|
|
265
|
+
this._setMeter((index + 1) / this.messages.length);
|
|
266
|
+
this._scrollToBottom();
|
|
267
|
+
};
|
|
268
|
+
|
|
269
|
+
// The reveal loop — a vanilla re-expression of chat-anim.jsx's `run()`. A loop
|
|
270
|
+
// is "stale" once it is cancelled OR a newer epoch has started; either way it
|
|
271
|
+
// must stop touching the DOM. `myGen` is captured once at start so a queued
|
|
272
|
+
// continuation can detect that the player was stopped-and-re-armed underneath
|
|
273
|
+
// it (see the `generation` note in the constructor).
|
|
274
|
+
ChatThreadPlayer.prototype._runLoop = function () {
|
|
275
|
+
var self = this;
|
|
276
|
+
var myGen = this.generation;
|
|
277
|
+
var stale = function () {
|
|
278
|
+
return self.cancelled || self.generation !== myGen;
|
|
279
|
+
};
|
|
280
|
+
return (function loop() {
|
|
281
|
+
if (stale()) return Promise.resolve();
|
|
282
|
+
self._hideAllMessages();
|
|
283
|
+
self._hideTyping();
|
|
284
|
+
self._setMeter(0);
|
|
285
|
+
return self
|
|
286
|
+
._sleep(START_DELAY)
|
|
287
|
+
.then(function () {
|
|
288
|
+
var chain = Promise.resolve();
|
|
289
|
+
self.messages.forEach(function (msg, i) {
|
|
290
|
+
chain = chain.then(function () {
|
|
291
|
+
if (stale()) return;
|
|
292
|
+
var role = roleOf(msg);
|
|
293
|
+
var t = defaultTiming(role, (msg.textContent || "").trim().length);
|
|
294
|
+
var step = function () {
|
|
295
|
+
if (stale()) return;
|
|
296
|
+
self._hideTyping();
|
|
297
|
+
self._reveal(msg, i);
|
|
298
|
+
return self._sleep(t.holdMs);
|
|
299
|
+
};
|
|
300
|
+
if (t.typingMs > 0) {
|
|
301
|
+
self._showTyping();
|
|
302
|
+
return self._sleep(t.typingMs).then(step);
|
|
303
|
+
}
|
|
304
|
+
return step();
|
|
305
|
+
});
|
|
306
|
+
});
|
|
307
|
+
return chain;
|
|
308
|
+
})
|
|
309
|
+
.then(function () {
|
|
310
|
+
if (stale()) return;
|
|
311
|
+
// Mark completion before the hold so the observer entry branch can
|
|
312
|
+
// show the final state on re-entry without replaying from blank.
|
|
313
|
+
self.completedOnce = true;
|
|
314
|
+
return self._sleep(LOOP_HOLD);
|
|
315
|
+
})
|
|
316
|
+
.then(function () {
|
|
317
|
+
if (stale()) return;
|
|
318
|
+
return loop();
|
|
319
|
+
});
|
|
320
|
+
})();
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
ChatThreadPlayer.prototype.play = function () {
|
|
324
|
+
if (this.running || this.cancelled) return;
|
|
325
|
+
// WCAG 2.2.2: user-pressed pause wins over every automatic restart.
|
|
326
|
+
if (this.userPaused) return;
|
|
327
|
+
// (b) Reduced motion: show the full thread immediately, no loop, no typing.
|
|
328
|
+
if (reducedMotion()) {
|
|
329
|
+
this._showAll();
|
|
330
|
+
this._setMeter(1);
|
|
331
|
+
return;
|
|
332
|
+
}
|
|
333
|
+
if (!this.messages.length) return;
|
|
334
|
+
this.running = true;
|
|
335
|
+
this.thread.setAttribute("data-nc-playing", "");
|
|
336
|
+
this._runLoop();
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
// Stop and reset to the fully-visible static thread (re-armable).
|
|
340
|
+
ChatThreadPlayer.prototype.stop = function () {
|
|
341
|
+
this.cancelled = true;
|
|
342
|
+
this.generation++; // retire the running loop's queued continuations
|
|
343
|
+
this._clearTimers();
|
|
344
|
+
this.running = false;
|
|
345
|
+
this._showAll();
|
|
346
|
+
this._setMeter(1);
|
|
347
|
+
};
|
|
348
|
+
|
|
349
|
+
// Re-arm a stopped player (used when the thread scrolls back into view). Bump
|
|
350
|
+
// the epoch again so a still-queued continuation from the just-stopped loop can
|
|
351
|
+
// never resume now that `cancelled` is cleared — only the loop `play()` starts
|
|
352
|
+
// next will match the current epoch.
|
|
353
|
+
ChatThreadPlayer.prototype.rearm = function () {
|
|
354
|
+
this.cancelled = false;
|
|
355
|
+
this.generation++;
|
|
356
|
+
this.running = false;
|
|
357
|
+
};
|
|
358
|
+
|
|
359
|
+
// Inject the enhancer-owned pause/resume button into the thread card.
|
|
360
|
+
// One button per thread, positioned top-right above the body. Uses
|
|
361
|
+
// data-nc-autoplay-name for an accessible per-thread subject, e.g.
|
|
362
|
+
// "Pause <value>"/"Resume <value>"; falls back to "Pause demonstration".
|
|
363
|
+
// Never called in reduced-motion mode (contract (b): no button for a path
|
|
364
|
+
// that plays nothing).
|
|
365
|
+
ChatThreadPlayer.prototype._injectPauseButton = function () {
|
|
366
|
+
var self = this;
|
|
367
|
+
var thread = this.thread;
|
|
368
|
+
var subject = thread.getAttribute("data-nc-autoplay-name") || "demonstration";
|
|
369
|
+
var btn = document.createElement("button");
|
|
370
|
+
btn.type = "button";
|
|
371
|
+
btn.className = "nc-chat-pause";
|
|
372
|
+
btn.setAttribute("aria-pressed", "false");
|
|
373
|
+
btn.textContent = "Pause " + subject;
|
|
374
|
+
btn.addEventListener("click", function () {
|
|
375
|
+
if (self.userPaused) {
|
|
376
|
+
// Resume: clear the latch, rearm and play.
|
|
377
|
+
self.userPaused = false;
|
|
378
|
+
btn.setAttribute("aria-pressed", "false");
|
|
379
|
+
btn.textContent = "Pause " + subject;
|
|
380
|
+
self.rearm();
|
|
381
|
+
self.play();
|
|
382
|
+
} else {
|
|
383
|
+
// Pause: set the latch, stop and reveal full content.
|
|
384
|
+
self.userPaused = true;
|
|
385
|
+
btn.setAttribute("aria-pressed", "true");
|
|
386
|
+
btn.textContent = "Resume " + subject;
|
|
387
|
+
self.stop();
|
|
388
|
+
}
|
|
389
|
+
});
|
|
390
|
+
// Insert before the body so the button sits above the scrolling content.
|
|
391
|
+
var body = thread.querySelector(".nc-chat-thread-body");
|
|
392
|
+
if (body) {
|
|
393
|
+
thread.insertBefore(btn, body);
|
|
394
|
+
} else {
|
|
395
|
+
thread.appendChild(btn);
|
|
396
|
+
}
|
|
397
|
+
this.pauseBtn = btn;
|
|
398
|
+
};
|
|
399
|
+
|
|
400
|
+
// ── Initialisation ──────────────────────────────────────────────────────
|
|
401
|
+
var players = [];
|
|
402
|
+
var observer = null;
|
|
403
|
+
|
|
404
|
+
function enhance(thread) {
|
|
405
|
+
if (thread.__ncAutoplayPlayer) return thread.__ncAutoplayPlayer;
|
|
406
|
+
var player = new ChatThreadPlayer(thread);
|
|
407
|
+
// Read the M5 stagger token off the live thread (parity with motion.css);
|
|
408
|
+
// fallback equals the motion.css default (160ms) if the bundle is absent.
|
|
409
|
+
player.staggerMs = durationToken(thread, "--nc-duration-stagger", 160);
|
|
410
|
+
thread.__ncAutoplayPlayer = player;
|
|
411
|
+
players.push(player);
|
|
412
|
+
// Inject the pause/resume button unless reduced-motion is on (that path
|
|
413
|
+
// plays nothing and must inject no button — WCAG 2.2.2 scope follows the
|
|
414
|
+
// animation).
|
|
415
|
+
if (!reducedMotion()) {
|
|
416
|
+
player._injectPauseButton();
|
|
417
|
+
}
|
|
418
|
+
return player;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
function startObserving() {
|
|
422
|
+
if (typeof window.IntersectionObserver !== "function") {
|
|
423
|
+
// No IntersectionObserver: degrade by playing immediately (still respects
|
|
424
|
+
// reduced motion inside play()).
|
|
425
|
+
for (var i = 0; i < players.length; i++) players[i].play();
|
|
426
|
+
return;
|
|
427
|
+
}
|
|
428
|
+
// Manual re-init (the documented `window.ncChatAutoplay.init(root)` path for
|
|
429
|
+
// dynamic content) calls this again; tear down the prior observer first so a
|
|
430
|
+
// repeat init replaces — rather than stacks — observers. A single self-init
|
|
431
|
+
// (the common path) hits this once and `observer` is null, so behavior is
|
|
432
|
+
// unchanged; only repeated manual init benefits (no leaked observers, no
|
|
433
|
+
// duplicate intersection callbacks per thread).
|
|
434
|
+
if (observer) observer.disconnect();
|
|
435
|
+
observer = new IntersectionObserver(
|
|
436
|
+
function (entries) {
|
|
437
|
+
for (var i = 0; i < entries.length; i++) {
|
|
438
|
+
var entry = entries[i];
|
|
439
|
+
var player = entry.target.__ncAutoplayPlayer;
|
|
440
|
+
if (!player) continue;
|
|
441
|
+
if (entry.isIntersecting) {
|
|
442
|
+
// (d) Start when scrolled into view — but only if the player is not
|
|
443
|
+
// already running its loop. Re-arming a mid-loop player kills and
|
|
444
|
+
// restarts it from blank (the long right thread reads as dead under
|
|
445
|
+
// scroll crossings). A player is "running" once play() sets the flag
|
|
446
|
+
// and until stop() clears it; the loop recursion holds this state.
|
|
447
|
+
// WCAG 2.2.2: do not override a user-pressed pause on scroll-in.
|
|
448
|
+
if (player.userPaused) continue;
|
|
449
|
+
if (!player.running) {
|
|
450
|
+
if (player.completedOnce) {
|
|
451
|
+
// The sequence finished at least once. Show the full final state
|
|
452
|
+
// immediately so the reader sees the payoff frame, not a blank/
|
|
453
|
+
// typing restart. The loop resumes from this state on the next
|
|
454
|
+
// natural cycle if the thread stays in view.
|
|
455
|
+
player._showAll();
|
|
456
|
+
player._setMeter(1);
|
|
457
|
+
} else {
|
|
458
|
+
player.rearm();
|
|
459
|
+
player.play();
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
} else if (entry.intersectionRatio === 0) {
|
|
463
|
+
// Stop only when the thread is FULLY out of view (ratio exactly 0).
|
|
464
|
+
// At partial visibility (e.g. ratio 0.228) do nothing — collapsing
|
|
465
|
+
// to the finished card while the thread is still on screen is the
|
|
466
|
+
// bug this guard fixes.
|
|
467
|
+
if (player.running) {
|
|
468
|
+
player.stop();
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
{ threshold: [0, 0.25] },
|
|
474
|
+
);
|
|
475
|
+
for (var j = 0; j < players.length; j++) observer.observe(players[j].thread);
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
// ── Settle module — enhancer-armed, run-once scroll entrance ─────────────
|
|
479
|
+
// Arms .nc-settle elements that are fully below the viewport at init.
|
|
480
|
+
// On first IntersectionObserver entry, switches data-nc-settle from "armed"
|
|
481
|
+
// to "in" (triggers the CSS nc-msg-in animation) and immediately unobserves
|
|
482
|
+
// so the rise-in fires once and is never reversed on scroll-back. Elements
|
|
483
|
+
// already visible at load are left unarmed (no flash; hero region untouched).
|
|
484
|
+
// prefers-reduced-motion: skip entirely — page fully visible without JS.
|
|
485
|
+
function initSettle(scope) {
|
|
486
|
+
if (reducedMotion()) return;
|
|
487
|
+
if (typeof window.IntersectionObserver !== "function") return;
|
|
488
|
+
var settleElements = (scope || document).querySelectorAll(".nc-settle");
|
|
489
|
+
if (!settleElements.length) return;
|
|
490
|
+
var settleObserver = new IntersectionObserver(
|
|
491
|
+
function (entries, obs) {
|
|
492
|
+
for (var i = 0; i < entries.length; i++) {
|
|
493
|
+
if (entries[i].isIntersecting) {
|
|
494
|
+
entries[i].target.setAttribute("data-nc-settle", "in");
|
|
495
|
+
obs.unobserve(entries[i].target);
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
{ threshold: 0.1 },
|
|
500
|
+
);
|
|
501
|
+
for (var i = 0; i < settleElements.length; i++) {
|
|
502
|
+
var el = settleElements[i];
|
|
503
|
+
var rect = el.getBoundingClientRect();
|
|
504
|
+
// Arm only elements whose top edge is fully below the viewport.
|
|
505
|
+
if (rect.top > window.innerHeight) {
|
|
506
|
+
el.setAttribute("data-nc-settle", "armed");
|
|
507
|
+
settleObserver.observe(el);
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
function init(root) {
|
|
513
|
+
var scope = root || document;
|
|
514
|
+
var threads = scope.querySelectorAll(".nc-chat-thread[data-nc-autoplay]");
|
|
515
|
+
for (var i = 0; i < threads.length; i++) enhance(threads[i]);
|
|
516
|
+
initSettle(scope);
|
|
517
|
+
startObserving();
|
|
518
|
+
return players;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
// Respond to a runtime change of the reduced-motion preference: collapse any
|
|
522
|
+
// running player to the static full thread.
|
|
523
|
+
if (typeof window.matchMedia === "function") {
|
|
524
|
+
var mq = window.matchMedia("(prefers-reduced-motion: reduce)");
|
|
525
|
+
var onChange = function () {
|
|
526
|
+
if (!mq.matches) return;
|
|
527
|
+
for (var i = 0; i < players.length; i++) {
|
|
528
|
+
if (players[i].running) players[i].stop();
|
|
529
|
+
}
|
|
530
|
+
};
|
|
531
|
+
if (typeof mq.addEventListener === "function") mq.addEventListener("change", onChange);
|
|
532
|
+
else if (typeof mq.addListener === "function") mq.addListener(onChange);
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
window.ncChatAutoplay = { init: init, players: players };
|
|
536
|
+
|
|
537
|
+
if (document.readyState === "loading") {
|
|
538
|
+
document.addEventListener("DOMContentLoaded", function () {
|
|
539
|
+
init();
|
|
540
|
+
});
|
|
541
|
+
} else {
|
|
542
|
+
init();
|
|
543
|
+
}
|
|
544
|
+
})();
|
|
File without changes
|