axonyx-ui 0.0.38

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
{
  "name": "@axonyx/ui",
  "version": "0.0.38",
  "description": "Framework-agnostic CSS and JS package for Axonyx UI Foundry.",
  "license": "MIT",
  "homepage": "https://axonyx.dev",
  "type": "module",
  "sideEffects": [
    "**/*.css",
    "dist/js/*.js"
  ],
  "exports": {
    "./css/index.css": "./dist/css/index.css",
    "./foundry/*": "./dist/foundry/*",
    "./js/tabs": "./dist/js/tabs.js",
    "./js/dialog": "./dist/js/dialog.js",
    "./js/drawer": "./dist/js/drawer.js",
    "./js/code-copy": "./dist/js/code-copy.js",
    "./js/command": "./dist/js/command.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "prepack": "npm run build"
  },
  "keywords": [
    "axonyx",
    "ui",
    "css",
    "design-system",
    "foundry",
    "web-components",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vladanPro/axonyx-ui.git"
  }
}