@strands.gg/accui 2.11.13 → 2.11.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -876,7 +876,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
876
876
  };
877
877
  }
878
878
  });
879
- const StrandsUiCard = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-1f1f4fb6"]]);
879
+ const StrandsUiCard = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-213f6320"]]);
880
880
  /**
881
881
  * @license lucide-vue-next v0.542.0 - ISC
882
882
  *
@@ -0,0 +1,4 @@
1
+ User-agent: *
2
+ Allow: /
3
+
4
+ Sitemap: https://strandsui.com/sitemap.xml
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
+ <url>
4
+ <loc>https://strandsui.com/</loc>
5
+ <lastmod>2025-01-15</lastmod>
6
+ <changefreq>weekly</changefreq>
7
+ <priority>1.0</priority>
8
+ </url>
9
+ </urlset>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strands.gg/accui",
3
- "version": "2.11.13",
3
+ "version": "2.11.14",
4
4
  "description": "Strands Authentication UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
@@ -63,7 +63,9 @@
63
63
  "dev": "vite build --watch",
64
64
  "preview": "vite preview",
65
65
  "preview-demo": "vite preview --config vite.demo.config.ts",
66
- "prepare-publish": "npm run build"
66
+ "prepare-publish": "npm run build",
67
+ "mcp:serve": "npx @modelcontextprotocol/server-filesystem .mcp/docs",
68
+ "mcp:validate": "node -e \"console.log('MCP docs validation: ', require('fs').existsSync('.mcp/docs/ui-components.md') ? '✓ Valid' : '✗ Missing')\""
67
69
  },
68
70
  "dependencies": {
69
71
  "@tiptap/extension-heading": "^3.4.4",