@nac3/forge-cli 1.0.51 → 1.0.53
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/README.md +466 -390
- package/dist/chat/panel.d.ts.map +1 -1
- package/dist/chat/panel.js +315 -94
- package/dist/chat/panel.js.map +1 -1
- package/dist/chat/server.d.ts.map +1 -1
- package/dist/chat/server.js +77 -5
- package/dist/chat/server.js.map +1 -1
- package/dist/commands/chat.d.ts +4 -4
- package/dist/commands/chat.js +1 -1
- package/dist/commands/chat.js.map +1 -1
- package/dist/commands/pilot.d.ts.map +1 -1
- package/dist/commands/pilot.js +3 -1
- package/dist/commands/pilot.js.map +1 -1
- package/dist/core/file_tree.d.ts +27 -0
- package/dist/core/file_tree.d.ts.map +1 -0
- package/dist/core/file_tree.js +87 -0
- package/dist/core/file_tree.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +113 -111
- package/src/i18n/catalogs/ar.json +13 -3
- package/src/i18n/catalogs/de.json +13 -3
- package/src/i18n/catalogs/en.json +13 -3
- package/src/i18n/catalogs/es.json +13 -3
- package/src/i18n/catalogs/fr.json +13 -3
- package/src/i18n/catalogs/hi.json +13 -3
- package/src/i18n/catalogs/it.json +13 -3
- package/src/i18n/catalogs/ja.json +13 -3
- package/src/i18n/catalogs/pt.json +13 -3
- package/src/i18n/catalogs/zh.json +13 -3
- package/yujin-design-system/_preview.mjs +77 -0
- package/yujin-design-system/components/_index.json +156 -0
- package/yujin-design-system/components/accordion.yujin.json +24 -0
- package/yujin-design-system/components/alert.yujin.json +30 -0
- package/yujin-design-system/components/avatar.yujin.json +23 -0
- package/yujin-design-system/components/badge.yujin.json +30 -0
- package/yujin-design-system/components/breadcrumb.yujin.json +22 -0
- package/yujin-design-system/components/button.yujin.json +35 -0
- package/yujin-design-system/components/card.yujin.json +33 -0
- package/yujin-design-system/components/checkbox.yujin.json +25 -0
- package/yujin-design-system/components/datepicker.yujin.json +26 -0
- package/yujin-design-system/components/dropdown.yujin.json +26 -0
- package/yujin-design-system/components/file-upload.yujin.json +25 -0
- package/yujin-design-system/components/form-field.yujin.json +29 -0
- package/yujin-design-system/components/input.yujin.json +32 -0
- package/yujin-design-system/components/kanban-card.yujin.json +32 -0
- package/yujin-design-system/components/modal.yujin.json +28 -0
- package/yujin-design-system/components/pagination.yujin.json +24 -0
- package/yujin-design-system/components/progress.yujin.json +23 -0
- package/yujin-design-system/components/radio.yujin.json +24 -0
- package/yujin-design-system/components/search-bar.yujin.json +26 -0
- package/yujin-design-system/components/select.yujin.json +25 -0
- package/yujin-design-system/components/sidebar.yujin.json +28 -0
- package/yujin-design-system/components/skeleton.yujin.json +23 -0
- package/yujin-design-system/components/slider.yujin.json +22 -0
- package/yujin-design-system/components/switch.yujin.json +23 -0
- package/yujin-design-system/components/table.yujin.json +28 -0
- package/yujin-design-system/components/tabs.yujin.json +28 -0
- package/yujin-design-system/components/toast.yujin.json +28 -0
- package/yujin-design-system/components/tooltip.yujin.json +27 -0
- package/yujin-design-system/components/topbar.yujin.json +23 -0
- package/yujin-design-system/components/view.yujin.json +24 -0
- package/yujin-design-system/fonts/README.md +31 -0
- package/yujin-design-system/icons/sumie/abacus-soroban.svg +1 -0
- package/yujin-design-system/icons/sumie/antenna-signal.svg +1 -0
- package/yujin-design-system/icons/sumie/anvil-block.svg +1 -0
- package/yujin-design-system/icons/sumie/arrow-down-trend.svg +1 -0
- package/yujin-design-system/icons/sumie/arrow-up-trend.svg +1 -0
- package/yujin-design-system/icons/sumie/aurora-band.svg +1 -0
- package/yujin-design-system/icons/sumie/badge-id.svg +1 -0
- package/yujin-design-system/icons/sumie/badge-medal.svg +1 -0
- package/yujin-design-system/icons/sumie/bamboo-stalk.svg +1 -0
- package/yujin-design-system/icons/sumie/bandage-cross.svg +1 -0
- package/yujin-design-system/icons/sumie/barcode-strip.svg +1 -0
- package/yujin-design-system/icons/sumie/barrel-cask.svg +1 -0
- package/yujin-design-system/icons/sumie/bell-temple.svg +1 -0
- package/yujin-design-system/icons/sumie/bird-perched.svg +1 -0
- package/yujin-design-system/icons/sumie/boat-junk.svg +1 -0
- package/yujin-design-system/icons/sumie/boat-sail.svg +1 -0
- package/yujin-design-system/icons/sumie/book-bound.svg +1 -0
- package/yujin-design-system/icons/sumie/bow-arrow.svg +1 -0
- package/yujin-design-system/icons/sumie/box-crate.svg +1 -0
- package/yujin-design-system/icons/sumie/box-stacked.svg +1 -0
- package/yujin-design-system/icons/sumie/brain-cells.svg +1 -0
- package/yujin-design-system/icons/sumie/branch-sakura.svg +1 -0
- package/yujin-design-system/icons/sumie/bridge-arched.svg +1 -0
- package/yujin-design-system/icons/sumie/briefcase.svg +1 -0
- package/yujin-design-system/icons/sumie/brush-ink.svg +1 -0
- package/yujin-design-system/icons/sumie/brush-tip.svg +1 -0
- package/yujin-design-system/icons/sumie/butterfly-wing.svg +1 -0
- package/yujin-design-system/icons/sumie/calendar-grid.svg +1 -0
- package/yujin-design-system/icons/sumie/caliper-precision.svg +1 -0
- package/yujin-design-system/icons/sumie/cart-basket.svg +1 -0
- package/yujin-design-system/icons/sumie/castle-walls.svg +1 -0
- package/yujin-design-system/icons/sumie/cat-whisker.svg +1 -0
- package/yujin-design-system/icons/sumie/check-mark.svg +1 -0
- package/yujin-design-system/icons/sumie/check-shield.svg +1 -0
- package/yujin-design-system/icons/sumie/chopsticks.svg +1 -0
- package/yujin-design-system/icons/sumie/circuit-node.svg +1 -0
- package/yujin-design-system/icons/sumie/clipboard-list.svg +1 -0
- package/yujin-design-system/icons/sumie/cloud-curl.svg +1 -0
- package/yujin-design-system/icons/sumie/cloud-platform.svg +1 -0
- package/yujin-design-system/icons/sumie/coin-mon.svg +1 -0
- package/yujin-design-system/icons/sumie/coin-stack.svg +1 -0
- package/yujin-design-system/icons/sumie/comb-wooden.svg +1 -0
- package/yujin-design-system/icons/sumie/comet-trail.svg +1 -0
- package/yujin-design-system/icons/sumie/compass-marine.svg +1 -0
- package/yujin-design-system/icons/sumie/conveyor-belt.svg +1 -0
- package/yujin-design-system/icons/sumie/crane-flying.svg +1 -0
- package/yujin-design-system/icons/sumie/cross-mark.svg +1 -0
- package/yujin-design-system/icons/sumie/database-disk.svg +1 -0
- package/yujin-design-system/icons/sumie/deer-antler.svg +1 -0
- package/yujin-design-system/icons/sumie/document-page.svg +1 -0
- package/yujin-design-system/icons/sumie/dragon-curl.svg +1 -0
- package/yujin-design-system/icons/sumie/eclipse-ring.svg +1 -0
- package/yujin-design-system/icons/sumie/envelope-letter.svg +1 -0
- package/yujin-design-system/icons/sumie/eye-vision.svg +1 -0
- package/yujin-design-system/icons/sumie/fan-folded.svg +1 -0
- package/yujin-design-system/icons/sumie/fan-open.svg +1 -0
- package/yujin-design-system/icons/sumie/fern-frond.svg +1 -0
- package/yujin-design-system/icons/sumie/flag-banner.svg +1 -0
- package/yujin-design-system/icons/sumie/flame-forge.svg +1 -0
- package/yujin-design-system/icons/sumie/folder-tab.svg +1 -0
- package/yujin-design-system/icons/sumie/forklift.svg +1 -0
- package/yujin-design-system/icons/sumie/fox-tail.svg +1 -0
- package/yujin-design-system/icons/sumie/gear-cog.svg +1 -0
- package/yujin-design-system/icons/sumie/gear-double.svg +1 -0
- package/yujin-design-system/icons/sumie/gift-wrapped.svg +1 -0
- package/yujin-design-system/icons/sumie/globe-grid.svg +1 -0
- package/yujin-design-system/icons/sumie/gong-disk.svg +1 -0
- package/yujin-design-system/icons/sumie/hammer-craft.svg +1 -0
- package/yujin-design-system/icons/sumie/handshake-knot.svg +1 -0
- package/yujin-design-system/icons/sumie/heart-affinity.svg +1 -0
- package/yujin-design-system/icons/sumie/helmet-care.svg +1 -0
- package/yujin-design-system/icons/sumie/horse-gallop.svg +1 -0
- package/yujin-design-system/icons/sumie/house-traditional.svg +1 -0
- package/yujin-design-system/icons/sumie/incense-stick.svg +1 -0
- package/yujin-design-system/icons/sumie/inkstone-suzuri.svg +1 -0
- package/yujin-design-system/icons/sumie/invoice-doc.svg +1 -0
- package/yujin-design-system/icons/sumie/iris-bloom.svg +1 -0
- package/yujin-design-system/icons/sumie/key-skeleton.svg +1 -0
- package/yujin-design-system/icons/sumie/kimono-robe.svg +1 -0
- package/yujin-design-system/icons/sumie/koi-leaping.svg +1 -0
- package/yujin-design-system/icons/sumie/koi-pond.svg +1 -0
- package/yujin-design-system/icons/sumie/lantern-stone.svg +1 -0
- package/yujin-design-system/icons/sumie/ledger-tally.svg +1 -0
- package/yujin-design-system/icons/sumie/lifebuoy-ring.svg +1 -0
- package/yujin-design-system/icons/sumie/lock-shut.svg +1 -0
- package/yujin-design-system/icons/sumie/lotus-flower.svg +1 -0
- package/yujin-design-system/icons/sumie/magnify-glass.svg +1 -0
- package/yujin-design-system/icons/sumie/manifest.json +1263 -0
- package/yujin-design-system/icons/sumie/maple-leaf.svg +1 -0
- package/yujin-design-system/icons/sumie/mask-noh.svg +1 -0
- package/yujin-design-system/icons/sumie/megaphone-flare.svg +1 -0
- package/yujin-design-system/icons/sumie/mic-voice.svg +1 -0
- package/yujin-design-system/icons/sumie/mirror-bronze.svg +1 -0
- package/yujin-design-system/icons/sumie/mobile-phone.svg +1 -0
- package/yujin-design-system/icons/sumie/moon-full.svg +1 -0
- package/yujin-design-system/icons/sumie/moon-half.svg +1 -0
- package/yujin-design-system/icons/sumie/mountain-mist.svg +1 -0
- package/yujin-design-system/icons/sumie/mountain-twin.svg +1 -0
- package/yujin-design-system/icons/sumie/owl-eye.svg +1 -0
- package/yujin-design-system/icons/sumie/pagoda-tiers.svg +1 -0
- package/yujin-design-system/icons/sumie/pallet-stack.svg +1 -0
- package/yujin-design-system/icons/sumie/paper-lantern.svg +1 -0
- package/yujin-design-system/icons/sumie/paper-plane.svg +1 -0
- package/yujin-design-system/icons/sumie/pay-card.svg +1 -0
- package/yujin-design-system/icons/sumie/pdf-stack.svg +1 -0
- package/yujin-design-system/icons/sumie/pencil-write.svg +1 -0
- package/yujin-design-system/icons/sumie/people-pair.svg +1 -0
- package/yujin-design-system/icons/sumie/people-trio.svg +1 -0
- package/yujin-design-system/icons/sumie/person-bow.svg +1 -0
- package/yujin-design-system/icons/sumie/phoenix-tail.svg +1 -0
- package/yujin-design-system/icons/sumie/piggy-bank.svg +1 -0
- package/yujin-design-system/icons/sumie/pin-location.svg +1 -0
- package/yujin-design-system/icons/sumie/pine-tree.svg +1 -0
- package/yujin-design-system/icons/sumie/pipeline-funnel.svg +1 -0
- package/yujin-design-system/icons/sumie/plane-flight.svg +1 -0
- package/yujin-design-system/icons/sumie/plug-power.svg +1 -0
- package/yujin-design-system/icons/sumie/plum-blossom.svg +1 -0
- package/yujin-design-system/icons/sumie/qr-grid.svg +1 -0
- package/yujin-design-system/icons/sumie/rabbit-hop.svg +1 -0
- package/yujin-design-system/icons/sumie/rain-falling.svg +1 -0
- package/yujin-design-system/icons/sumie/receipt-strip.svg +1 -0
- package/yujin-design-system/icons/sumie/reed-grass.svg +1 -0
- package/yujin-design-system/icons/sumie/rice-bowl.svg +1 -0
- package/yujin-design-system/icons/sumie/river-bend.svg +1 -0
- package/yujin-design-system/icons/sumie/rock-stack.svg +1 -0
- package/yujin-design-system/icons/sumie/rope-shimenawa.svg +1 -0
- package/yujin-design-system/icons/sumie/safe-vault.svg +1 -0
- package/yujin-design-system/icons/sumie/sake-bottle.svg +1 -0
- package/yujin-design-system/icons/sumie/sandal-geta.svg +1 -0
- package/yujin-design-system/icons/sumie/scales-balance.svg +1 -0
- package/yujin-design-system/icons/sumie/scroll-rolled.svg +1 -0
- package/yujin-design-system/icons/sumie/seal-stamp.svg +1 -0
- package/yujin-design-system/icons/sumie/server-rack.svg +1 -0
- package/yujin-design-system/icons/sumie/shield-knight.svg +1 -0
- package/yujin-design-system/icons/sumie/shrine-roof.svg +1 -0
- package/yujin-design-system/icons/sumie/signature-loop.svg +1 -0
- package/yujin-design-system/icons/sumie/snow-flake.svg +1 -0
- package/yujin-design-system/icons/sumie/spark-ai.svg +1 -0
- package/yujin-design-system/icons/sumie/spark-burst.svg +1 -0
- package/yujin-design-system/icons/sumie/speech-cloud.svg +1 -0
- package/yujin-design-system/icons/sumie/spider-silk.svg +1 -0
- package/yujin-design-system/icons/sumie/star-cluster.svg +1 -0
- package/yujin-design-system/icons/sumie/star-five.svg +1 -0
- package/yujin-design-system/icons/sumie/star-rating.svg +1 -0
- package/yujin-design-system/icons/sumie/sun-rising.svg +1 -0
- package/yujin-design-system/icons/sumie/sword-katana.svg +1 -0
- package/yujin-design-system/icons/sumie/tablet-flat.svg +1 -0
- package/yujin-design-system/icons/sumie/tag-price.svg +1 -0
- package/yujin-design-system/icons/sumie/target-bullseye.svg +1 -0
- package/yujin-design-system/icons/sumie/tax-stamp.svg +1 -0
- package/yujin-design-system/icons/sumie/tea-cup.svg +1 -0
- package/yujin-design-system/icons/sumie/tea-house.svg +1 -0
- package/yujin-design-system/icons/sumie/tea-pot.svg +1 -0
- package/yujin-design-system/icons/sumie/temple-gate.svg +1 -0
- package/yujin-design-system/icons/sumie/thermo-bulb.svg +1 -0
- package/yujin-design-system/icons/sumie/thread-spool.svg +1 -0
- package/yujin-design-system/icons/sumie/tiger-claw.svg +1 -0
- package/yujin-design-system/icons/sumie/time-clock.svg +1 -0
- package/yujin-design-system/icons/sumie/torii-double.svg +1 -0
- package/yujin-design-system/icons/sumie/train-rail.svg +1 -0
- package/yujin-design-system/icons/sumie/truck-cargo.svg +1 -0
- package/yujin-design-system/icons/sumie/turtle-shell.svg +1 -0
- package/yujin-design-system/icons/sumie/umbrella-folded.svg +1 -0
- package/yujin-design-system/icons/sumie/umbrella-wagasa.svg +1 -0
- package/yujin-design-system/icons/sumie/wallet-pouch.svg +1 -0
- package/yujin-design-system/icons/sumie/warehouse-roof.svg +1 -0
- package/yujin-design-system/icons/sumie/wave-curl.svg +1 -0
- package/yujin-design-system/icons/sumie/wave-great.svg +1 -0
- package/yujin-design-system/icons/sumie/willow-leaf.svg +1 -0
- package/yujin-design-system/icons/sumie/wind-gust.svg +1 -0
- package/yujin-design-system/icons/sumie/wrench-spanner.svg +1 -0
- package/yujin-design-system/manifest.json +69 -0
- package/yujin-design-system/preview.html +32 -0
- package/yujin-design-system/tokens/yujin-tokens.css +2386 -0
- package/yujin-design-system/tokens/yujin-tokens.json +1170 -0
- package/yujin-design-system-artdeco/icons/_generate.mjs +142 -0
- package/yujin-design-system-artdeco/icons/artdeco/add.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/arrow-right.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/bell.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/briefcase.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/building.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/calendar.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/chart-bar.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/chart-line.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/chat.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/check.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/chevron-right.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/clipboard.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/clock.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/close.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/coin.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/dashboard.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/database.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/delete.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/document.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/download.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/edit.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/expand.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/filter.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/folder.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/globe.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/handshake.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/heart.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/home.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/info.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/invoice.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/list.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/lock.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/mail.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/manifest.json +365 -0
- package/yujin-design-system-artdeco/icons/artdeco/menu.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/phone.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/search.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/send.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/settings.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/share.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/shield.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/star.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/sun.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/table.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/tag.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/target.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/user.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/users.svg +1 -0
- package/yujin-design-system-artdeco/icons/artdeco/warning.svg +1 -0
- package/yujin-design-system-artdeco/manifest.json +44 -0
- package/yujin-design-system-artdeco/preview.html +25 -0
- package/yujin-design-system-artdeco/tokens/artdeco-tokens.css +145 -0
- package/yujin-design-system-artdeco/tokens/artdeco-tokens.json +40 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 6 L24 14 L32 12 L28 20 L34 24 L26 26 L28 34 L20 30 L12 34 L14 26 L6 24 L12 20 L8 12 L16 14 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 10 Q20 4 30 10 Q34 22 30 32 Q20 38 10 32 Q6 22 10 10 z"/><circle cx="14" cy="18" r="1.5" class="ink-fill"/><circle cx="26" cy="18" r="1.5" class="ink-fill"/><path d="M16 26 Q20 28 24 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 16 L24 8 L28 32 L10 26 z"/><path d="M10 26 L8 34 L14 34"/><path d="M28 14 Q32 16 32 20 Q32 24 28 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M16 6 L24 6 Q28 6 28 10 L28 20 Q28 24 24 24 L16 24 Q12 24 12 20 L12 10 Q12 6 16 6 z"/><path d="M8 22 Q8 30 20 30 Q32 30 32 22"/><path d="M20 30 L20 36"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="18" r="12"/><circle cx="20" cy="18" r="8"/><path d="M16 32 L24 32 L22 36 L18 36 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M12 4 L28 4 L28 36 L12 36 z"/><path d="M12 10 L28 10"/><path d="M12 30 L28 30"/><circle cx="20" cy="33" r="1.5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="20" r="13"/><circle cx="14" cy="16" r="1.5" class="ink-fill"/><circle cx="24" cy="22" r="1.2" class="ink-fill"/><circle cx="22" cy="14" r="1" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M22 6 a14 14 0 1 0 0 28 a10 10 0 1 1 0 -28 z" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 30 L14 16 L20 24 L28 10 L36 30 z"/><path d="M6 34 q8 -3 14 0 t14 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 32 L14 14 L22 26 L28 16 L36 32 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="22" r="14"/><circle cx="14" cy="20" r="4"/><circle cx="26" cy="20" r="4"/><circle cx="14" cy="20" r="1.5" class="ink-fill"/><circle cx="26" cy="20" r="1.5" class="ink-fill"/><path d="M20 26 L18 30 L22 30 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L20 8"/><path d="M14 8 L26 8 L24 12 L16 12 z"/><path d="M12 14 L28 14 L26 18 L14 18 z"/><path d="M10 20 L30 20 L28 24 L12 24 z"/><path d="M8 26 L32 26 L30 32 L10 32 z"/><path d="M6 34 L34 34"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 22 L36 22 L36 28 L4 28 z"/><path d="M8 28 L8 34"/><path d="M20 28 L20 34"/><path d="M32 28 L32 34"/><path d="M10 16 L30 16 L30 22 L10 22 z"/><path d="M14 10 L26 10 L26 16 L14 16 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><ellipse cx="20" cy="20" rx="10" ry="14"/><path d="M10 14 L30 14"/><path d="M10 26 L30 26"/><path d="M20 4 L20 8"/><path d="M20 32 L20 36"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 20 L36 4 L26 36 L20 22 z"/><path d="M20 22 L36 4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 12 L36 12 L36 30 L4 30 z"/><path d="M4 18 L36 18"/><path d="M8 24 L16 24"/><path d="M22 24 L30 24"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M14 4 L28 4 L32 8 L32 32 L14 32 z"/><path d="M28 4 L28 8 L32 8"/><path d="M8 8 L8 36 L26 36"/><path d="M18 18 L28 18"/><path d="M18 24 L28 24"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M28 4 L36 12 L14 34 L4 36 L6 26 z"/><path d="M24 8 L32 16"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="14" cy="12" r="4"/><circle cx="26" cy="12" r="4"/><path d="M6 30 Q6 22 14 22 Q22 22 22 30"/><path d="M18 30 Q18 22 26 22 Q34 22 34 30"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="8" r="3"/><circle cx="10" cy="14" r="3"/><circle cx="30" cy="14" r="3"/><path d="M14 22 Q20 18 26 22"/><path d="M4 28 Q10 22 14 24"/><path d="M36 28 Q30 22 26 24"/><path d="M8 32 L32 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="10" r="4"/><path d="M14 18 Q20 14 26 18"/><path d="M14 18 L10 32"/><path d="M26 18 L30 32"/><path d="M14 24 L26 24"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 36 Q28 24 26 14 Q20 4 14 14 Q12 24 20 36 z"/><path d="M20 32 Q14 26 16 18"/><path d="M20 32 Q26 26 24 18"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 18 Q8 12 14 12 L26 12 Q34 12 34 22 Q34 30 26 32 L24 36 L20 36 L20 32 L16 32 L14 36 L10 36 L10 30 Q6 28 6 22 z"/><circle cx="14" cy="20" r="1.2" class="ink-fill"/><path d="M16 12 L18 8 L22 8 L24 12"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 Q30 4 30 14 Q30 22 20 36 Q10 22 10 14 Q10 4 20 4 z"/><circle cx="20" cy="14" r="4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L10 16 L16 16 L8 26 L16 26 L10 34 L30 34 L24 26 L32 26 L24 16 L30 16 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 6 L36 6 L24 22 L24 36 L16 36 L16 22 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 24 L36 16 L32 8 L24 18 L12 16 L8 22 L16 24 L14 30 L18 30 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M14 4 L14 14"/><path d="M26 4 L26 14"/><path d="M8 14 L32 14 L32 22 Q32 28 20 28 Q8 28 8 22 z"/><path d="M20 28 L20 36"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="14" r="3"/><circle cx="14" cy="20" r="3"/><circle cx="26" cy="20" r="3"/><circle cx="16" cy="28" r="3"/><circle cx="24" cy="28" r="3"/><circle cx="20" cy="22" r="1.5" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 6 L14 6 L14 14 L6 14 z"/><path d="M26 6 L34 6 L34 14 L26 14 z"/><path d="M6 26 L14 26 L14 34 L6 34 z"/><path d="M18 6 L22 6 L22 10 L18 10 z"/><path d="M18 14 L22 14 L22 18 L18 18 z"/><path d="M26 18 L30 18 L30 22 L26 22 z"/><path d="M22 22 L26 22 L26 26 L22 26 z"/><path d="M30 30 L34 30 L34 34 L30 34 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><ellipse cx="22" cy="26" rx="10" ry="6"/><circle cx="14" cy="20" r="4"/><path d="M12 16 L10 8"/><path d="M16 16 L18 8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 12 Q4 12 4 8 Q6 4 12 6 Q14 2 20 4 Q26 2 28 8 Q34 6 36 12 Q36 18 30 18 L12 18 Q6 18 8 12 z"/><path d="M14 24 L12 28"/><path d="M22 24 L20 28"/><path d="M30 24 L28 28"/><path d="M16 30 L14 34"/><path d="M26 30 L24 34"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 4 L30 4 L30 34 L26 30 L22 34 L18 30 L14 34 L10 30 z"/><path d="M14 12 L26 12"/><path d="M14 18 L26 18"/><path d="M14 24 L22 24"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 36 Q10 20 14 4"/><path d="M16 36 Q18 22 22 8"/><path d="M24 36 Q26 24 30 12"/><path d="M32 36 Q34 28 36 22"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 20 L34 20 Q34 32 20 32 Q6 32 6 20 z"/><circle cx="14" cy="14" r="1.5" class="ink-fill"/><circle cx="20" cy="12" r="1.5" class="ink-fill"/><circle cx="26" cy="14" r="1.5" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 12 Q16 12 16 20 T28 28 T36 28"/><path d="M4 16 Q14 16 14 22 T28 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><ellipse cx="20" cy="32" rx="14" ry="3"/><ellipse cx="20" cy="24" rx="10" ry="3"/><ellipse cx="20" cy="16" rx="6" ry="2.5"/><ellipse cx="20" cy="9" rx="3" ry="2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 14 Q20 8 36 14"/><path d="M4 18 Q20 12 36 18"/><path d="M10 22 L8 32"/><path d="M14 24 L12 34"/><path d="M26 24 L28 34"/><path d="M30 22 L32 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 6 L34 6 L34 34 L6 34 z"/><circle cx="20" cy="20" r="6"/><circle cx="20" cy="20" r="2" class="ink-fill"/><path d="M20 8 L20 12"/><path d="M28 12 L32 12"/><path d="M28 28 L32 28"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M16 4 L24 4 L24 12 Q30 16 30 24 L30 32 Q30 36 24 36 L16 36 Q10 36 10 32 L10 24 Q10 16 16 12 z"/><path d="M14 22 L26 22"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><ellipse cx="20" cy="22" rx="12" ry="6"/><path d="M14 28 L14 34"/><path d="M26 28 L26 34"/><path d="M20 14 L18 22 L22 22 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 6 L20 34"/><path d="M16 34 L24 34"/><path d="M8 12 L32 12"/><path d="M8 12 L4 22 L12 22 z"/><path d="M32 12 L28 22 L36 22 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 8 L32 8 Q34 8 34 12 L34 28 Q34 32 32 32 L8 32 Q6 32 6 28 L6 12 Q6 8 8 8 z"/><path d="M14 14 L28 14"/><path d="M14 20 L28 20"/><path d="M14 26 L24 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M16 6 L24 6 L24 22 L16 22 z"/><path d="M14 22 L26 22 L26 28 L14 28 z"/><path d="M12 30 L28 30 L28 34 L12 34 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 6 L34 6 L34 34 L6 34 z"/><path d="M6 14 L34 14"/><path d="M6 22 L34 22"/><path d="M6 30 L34 30"/><circle cx="10" cy="10" r="1" class="ink-fill"/><circle cx="10" cy="18" r="1" class="ink-fill"/><circle cx="10" cy="26" r="1" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L34 10 Q34 26 20 36 Q6 26 6 10 z"/><path d="M20 4 L20 36"/><path d="M6 18 L34 18"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 18 L20 6 L36 18"/><path d="M8 18 L8 32 L32 32 L32 18"/><path d="M16 32 L16 24 L24 24 L24 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 30 L34 30"/><path d="M6 22 Q14 8 18 22 Q22 36 26 18 Q30 8 34 22"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L20 36"/><path d="M6 12 L34 28"/><path d="M6 28 L34 12"/><path d="M16 8 L20 12 L24 8"/><path d="M16 32 L20 28 L24 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L23 14 L33 17 L23 20 L20 30 L17 20 L7 17 L17 14 z"/><path d="M30 28 L31 32 L35 33 L31 34 L30 38" stroke-width="1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L20 14"/><path d="M20 26 L20 36"/><path d="M4 20 L14 20"/><path d="M26 20 L36 20"/><path d="M9 9 L16 16"/><path d="M24 24 L31 31"/><path d="M31 9 L24 16"/><path d="M16 24 L9 31"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M6 12 L34 12 Q36 12 36 14 L36 26 Q36 28 34 28 L18 28 L10 34 L12 28 L6 28 Q4 28 4 26 L4 14 Q4 12 6 12 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L20 36"/><path d="M4 20 L36 20"/><path d="M8 8 L32 32"/><path d="M32 8 L8 32"/><circle cx="20" cy="20" r="6"/><circle cx="20" cy="20" r="3"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="10" cy="10" r="1.6" class="ink-fill"/><circle cx="20" cy="6" r="2" class="ink-fill"/><circle cx="30" cy="14" r="1.6" class="ink-fill"/><circle cx="14" cy="22" r="1.4" class="ink-fill"/><circle cx="26" cy="26" r="1.8" class="ink-fill"/><circle cx="20" cy="34" r="1.6" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 4 L24 16 L36 16 L26 24 L30 36 L20 28 L10 36 L14 24 L4 16 L16 16 z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M20 6 L24 16 L34 16 L26 22 L29 32 L20 26 L11 32 L14 22 L6 16 L16 16 z" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 28 L36 28"/><path d="M8 22 a12 12 0 0 1 24 0"/><path d="M20 4 L20 10"/><path d="M8 12 L12 16"/><path d="M28 16 L32 12"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 32 L30 10"/><path d="M28 8 L34 14"/><path d="M6 30 L4 36 L10 34"/><path d="M26 12 L30 14"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 4 L32 4 L32 36 L8 36 z"/><path d="M8 10 L32 10"/><path d="M8 30 L32 30"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 4 L20 4 L36 20 L20 36 L4 20 z"/><circle cx="12" cy="12" r="2" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="20" r="14"/><circle cx="20" cy="20" r="9"/><circle cx="20" cy="20" r="4" class="ink-fill"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 8 L32 8 L32 32 L8 32 z"/><path d="M14 18 L26 18"/><path d="M20 12 L20 24"/><path d="M14 28 L26 28"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 18 L10 26 a6 6 0 0 0 12 0 L22 18 z"/><path d="M22 20 q6 0 6 4 t-6 4"/><path d="M14 12 q0 -3 2 -4"/><path d="M19 12 q0 -3 2 -4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 14 L20 6 L32 14"/><path d="M10 14 L10 32 L30 32 L30 14"/><path d="M14 22 L26 22"/><path d="M18 32 L18 26 L22 26 L22 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 18 Q10 12 16 12 L24 12 Q30 12 30 18 L30 28 Q30 32 24 32 L16 32 Q10 32 10 28 z"/><path d="M30 20 L36 16"/><path d="M16 12 L16 8 L24 8 L24 12"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 12 L36 12"/><path d="M6 16 L34 16"/><path d="M10 16 L10 34"/><path d="M30 16 L30 34"/><path d="M2 10 Q20 4 38 10"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M16 4 Q20 2 24 4 L24 24 Q28 28 24 32 Q20 36 16 32 Q12 28 16 24 z"/><path d="M20 8 L20 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 6 L30 6 L30 34 L10 34 z"/><path d="M10 10 L30 10"/><path d="M10 30 L30 30"/><path d="M14 10 L26 30"/><path d="M26 10 L14 30"/><path d="M14 14 L26 14"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 6 Q14 18 12 32"/><path d="M16 4 Q20 18 18 34"/><path d="M24 4 Q28 18 26 34"/><path d="M32 6 Q36 18 32 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><circle cx="20" cy="20" r="14"/><path d="M20 12 L20 20 L26 24"/><path d="M20 4 L20 6"/><path d="M20 34 L20 36"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 10 L36 10"/><path d="M2 14 L38 14"/><path d="M8 14 L8 36"/><path d="M14 14 L14 36"/><path d="M26 14 L26 36"/><path d="M32 14 L32 36"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M8 8 L32 8 L32 28 L8 28 z"/><path d="M8 18 L32 18"/><path d="M14 12 L18 12"/><path d="M22 12 L26 12"/><circle cx="14" cy="32" r="2"/><circle cx="26" cy="32" r="2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 14 L22 14 L22 28 L4 28 z"/><path d="M22 18 L30 18 L34 22 L34 28 L22 28 z"/><circle cx="10" cy="30" r="3"/><circle cx="28" cy="30" r="3"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><ellipse cx="20" cy="22" rx="12" ry="8"/><circle cx="32" cy="18" r="2"/><path d="M6 22 L10 22"/><path d="M30 30 L32 32"/><path d="M14 14 Q20 12 26 14"/><path d="M14 30 L16 32"/><path d="M14 22 L26 22"/><path d="M20 16 L20 28"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M14 4 L26 4 L24 8 L16 8 z"/><path d="M16 8 L24 8 L22 32 L18 32 z"/><path d="M18 32 L18 36 L22 36 L22 32"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 20 a16 12 0 0 1 32 0 z"/><path d="M20 4 L20 32"/><path d="M20 32 Q24 32 24 36"/><path d="M12 20 L12 12"/><path d="M28 20 L28 12"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M14 8 Q20 4 26 8 L28 12 Q34 16 32 26 Q30 34 20 34 Q10 34 8 26 Q6 16 12 12 z"/><path d="M14 8 L18 14 L22 14 L26 8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 16 L20 6 L36 16 L36 34 L4 34 z"/><path d="M14 34 L14 22 L26 22 L26 34"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 20 q6 -10 12 0 t12 0 t12 0"/><path d="M8 28 q6 -6 12 0 t12 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 26 Q16 6 30 22 Q34 26 36 22"/><path d="M14 22 Q18 18 22 22"/><path d="M22 24 Q26 20 30 24"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M10 6 Q12 18 18 28"/><path d="M14 10 Q10 18 8 26"/><path d="M22 8 Q26 22 30 32"/><path d="M28 12 Q32 22 34 30"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M4 14 Q14 14 18 10 Q22 6 26 10"/><path d="M4 22 Q18 22 24 18 Q30 14 34 18"/><path d="M4 30 Q12 30 16 26"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="yj-sumie" viewBox="0 0 40 40" aria-hidden="true"><path d="M30 4 Q36 4 36 10 Q36 14 32 16 L20 28 L12 36 L4 28 L12 20 L24 8 Q26 4 30 4 z"/></svg>
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://yujin.app/schema/design-system-v1.json",
|
|
3
|
+
"name": "Yujin Design System",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"description": "Forge default front-end design system. Tokens DTCG W3C, NAC3-attributed components, sumi-e icon catalog, kanji wordmarks, font references. Source-of-truth: rpaforce-crm yujin-design-tokens.css.",
|
|
6
|
+
"lema": "La tecnologia desaparece. El sistema aprende de vos, no vos del sistema.",
|
|
7
|
+
"tokens": {
|
|
8
|
+
"file": "tokens/yujin-tokens.json",
|
|
9
|
+
"format": "dtcg-w3c",
|
|
10
|
+
"css": "tokens/yujin-tokens.css",
|
|
11
|
+
"count": 258
|
|
12
|
+
},
|
|
13
|
+
"components": {
|
|
14
|
+
"dir": "components",
|
|
15
|
+
"index": "components/_index.json",
|
|
16
|
+
"count": 30,
|
|
17
|
+
"format": "yujin-component-v1"
|
|
18
|
+
},
|
|
19
|
+
"icons": {
|
|
20
|
+
"sumie": {
|
|
21
|
+
"dir": "icons/sumie",
|
|
22
|
+
"index": "icons/sumie/manifest.json",
|
|
23
|
+
"count": 170,
|
|
24
|
+
"format": "inline-svg-40x40",
|
|
25
|
+
"tags": [
|
|
26
|
+
"nature", "celestial", "animal", "weather", "geo", "ritual",
|
|
27
|
+
"symbol", "tool", "object", "action", "finance", "sales",
|
|
28
|
+
"support", "inventory", "manufacturing", "quality", "hr",
|
|
29
|
+
"marketing", "platform", "ai", "mobile", "comms", "document",
|
|
30
|
+
"transport", "gear", "clothing", "sport", "food", "building"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"kanji": {
|
|
34
|
+
"wordmarks": {
|
|
35
|
+
"yujin": "友人",
|
|
36
|
+
"kawa": "川",
|
|
37
|
+
"sazanami": "さざなみ",
|
|
38
|
+
"hajimari": "始まり",
|
|
39
|
+
"mokuji": "目次"
|
|
40
|
+
},
|
|
41
|
+
"single_chars": {
|
|
42
|
+
"trust": "信",
|
|
43
|
+
"growth": "長",
|
|
44
|
+
"calm": "穏",
|
|
45
|
+
"skill": "技",
|
|
46
|
+
"depth": "深"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"fonts": {
|
|
51
|
+
"primary": {
|
|
52
|
+
"family": "Inter",
|
|
53
|
+
"source": "google-fonts",
|
|
54
|
+
"url": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
|
55
|
+
},
|
|
56
|
+
"japanese": {
|
|
57
|
+
"family": "Noto Sans JP",
|
|
58
|
+
"source": "google-fonts",
|
|
59
|
+
"url": "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap"
|
|
60
|
+
},
|
|
61
|
+
"monospace": {
|
|
62
|
+
"family": "JetBrains Mono",
|
|
63
|
+
"source": "google-fonts",
|
|
64
|
+
"url": "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap"
|
|
65
|
+
},
|
|
66
|
+
"policy": "REFERENCE-ONLY. We do NOT bundle font binaries; consumers fetch from the CDN. Override locally via tokens/yujin-tokens.css --font-family-* if your project needs offline fonts."
|
|
67
|
+
},
|
|
68
|
+
"license": "Forge default; tenant may override via yujin.design.override (R8 approval)."
|
|
69
|
+
}
|