rahman-resources 1.9.1 → 1.9.2
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/lib/manifest.json +6 -6
- package/package.json +1 -1
package/lib/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 2,
|
|
3
|
-
"generatedAt": "2026-05-
|
|
3
|
+
"generatedAt": "2026-05-31T10:45:23.016Z",
|
|
4
4
|
"repo": "rahmanef63/resource-site",
|
|
5
5
|
"branch": "main",
|
|
6
6
|
"layouts": [
|
|
@@ -3252,7 +3252,7 @@
|
|
|
3252
3252
|
"title": "Full Width Toggle",
|
|
3253
3253
|
"category": "ui",
|
|
3254
3254
|
"kind": "ui",
|
|
3255
|
-
"version": "0.1.
|
|
3255
|
+
"version": "0.1.1",
|
|
3256
3256
|
"description": "Page-container width toggle (contained / wide / full). Per-device localStorage + cross-tab sync. Ships useFullWidth hook + FullWidthToggle button (icon/button/segment variants) + WidthContainer wrapper. Zero backend, zero env.",
|
|
3257
3257
|
"source": "rahmanef63/resource-site",
|
|
3258
3258
|
"slicePath": "frontend/slices/full-width-toggle",
|
|
@@ -3690,7 +3690,7 @@
|
|
|
3690
3690
|
"title": "Hero",
|
|
3691
3691
|
"category": "ui",
|
|
3692
3692
|
"kind": "ui",
|
|
3693
|
-
"version": "0.1.
|
|
3693
|
+
"version": "0.1.1",
|
|
3694
3694
|
"description": "Editorial split-grid landing hero — eyebrow pill + large serif H1 + italic pull-quote + 1-2 button CTA row + right-column portrait card with optional caption. Fully props-driven (title/quote/ctas/image). Sanitized from rahmanef.com on 2026-05-16: SITE_CONFIG hardcode dropped, custom Heading/Section primitives replaced with raw semantic elements + stock Tailwind tracking-widest so the slice ships without consumer preset utilities.",
|
|
3695
3695
|
"source": "rahmanef.com",
|
|
3696
3696
|
"slicePath": "frontend/slices/hero",
|
|
@@ -3899,7 +3899,7 @@
|
|
|
3899
3899
|
"title": "Create Your MCP",
|
|
3900
3900
|
"category": "ai",
|
|
3901
3901
|
"kind": "full",
|
|
3902
|
-
"version": "0.1.
|
|
3902
|
+
"version": "0.1.1",
|
|
3903
3903
|
"description": "Turn any rr-based app into an MCP server that ChatGPT custom apps, Claude.ai connectors, Cursor MCP, and other AI clients authenticate to. OAuth 2.1 + PKCE flow with code → bearer exchange, env-configured vendor-host allowlist, single-use codes, 1-year bearer tokens, scope-tagged tools, opaque error collapsing, constant-time token compare. Static MCP_API_KEY fallback for service-account / CI scripts. Sanitized 2026-05-16 from rahmanef.com's production MCP integration — vendor literals (chatgpt.com / OpenAI paths) replaced with MCP_OAUTH_ALLOWED_HOSTS + MCP_OAUTH_ALLOWED_PATH_PREFIXES env vars so the slice ships portable.",
|
|
3904
3904
|
"source": "rahmanef.com",
|
|
3905
3905
|
"slicePath": "frontend/slices/create-your-mcp",
|
|
@@ -4535,7 +4535,7 @@
|
|
|
4535
4535
|
"title": "Files — pluggable upload + URL resolver with storage-adapter contract",
|
|
4536
4536
|
"category": "data",
|
|
4537
4537
|
"kind": "ui",
|
|
4538
|
-
"version": "0.2.
|
|
4538
|
+
"version": "0.2.1",
|
|
4539
4539
|
"description": "Host-pluggable file upload + URL resolution. Ships <FileUploadButton>, <FileChip>, useFileUpload(), useFileUrl() — all reading from a FilesAdapter the host wires via <FilesAdapterProvider>. Bundled localStorage demo adapter stores blobs as data URLs (small files only). Drop in your own adapter for Convex / S3 / GCS / R2. The slice itself has zero backend coupling, proving the storage-adapter pattern for the rest of the open-silong blocked-pending-adapter wave (cover, workspace-io, templates, …).",
|
|
4540
4540
|
"source": "notion-page-clone",
|
|
4541
4541
|
"slicePath": "frontend/slices/files",
|
|
@@ -4815,7 +4815,7 @@
|
|
|
4815
4815
|
"title": "Notion Shell — page + sidebar + block editor primitives (pure, no database)",
|
|
4816
4816
|
"category": "ui",
|
|
4817
4817
|
"kind": "ui",
|
|
4818
|
-
"version": "0.7.
|
|
4818
|
+
"version": "0.7.1",
|
|
4819
4819
|
"description": "Portable Notion-style PAGE + SIDEBAR + BLOCK editor primitives. CI-wave (2026-05-21) split the database surface out — install the optional `notion-database` peer for embedded TableView / BoardView / ListView / GalleryView / CalendarView / FeedView, NotionDatabase, NotionProperty, ViewTabs, ViewOptions, ColumnHeaderMenu, property-cells. notion-shell alone gives you Notion-clone pages + sidebar + editor without the database weight. Domain types (Database, Property, PropertyValue, DbView, DatabaseViewConfig, DatabaseFilter, DatabaseSort) remain in notion-shell as the single source of truth (Page.rowOfDatabaseId + rowProps reference them). FULL OLD DESC BELOW: Portable Notion-style wrapper primitives. PAGE EDITOR: NotionPage (optional cover image band + header + body), NotionHeader / NotionSidebar / NotionBlock (live inline-markdown decorator, hover actions menu, optional dragHandle slot), SlashMenu (searchable block-type picker w/ keyboard nav), BlockActionsMenu (turn-into / duplicate / delete), InsertBlockButton (`+` trigger w/ SlashMenu), SortableBlockList (@dnd-kit render-prop wrapper for block reorder), PageActionsMenu (header dropdown: cover/favorite/duplicate/export/trash). DATABASE: NotionDatabase (full DB surface w/ tabs + options + per-column menu), NotionProperty (10 property-cell types), 6 built-in views (Table/Board/List/Gallery/Calendar/Feed), ViewTabs, ViewOptions (sort + filter + search popover), ColumnHeaderMenu. SPECIALISED BLOCK RENDERERS: ImageRenderer (URL + caption + preview), EmbedRenderer (YouTube/Vimeo/Loom/Figma/CodePen/Spotify auto-detect + iframe fallback). Pure helpers: applyView, groupBy, bucketByDate. Pure / props-driven — host owns data + change handlers.",
|
|
4820
4820
|
"source": "notion-page-clone",
|
|
4821
4821
|
"slicePath": "frontend/slices/notion-shell",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rahman-resources",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"description": "Rahman Resources (rr) — shadcn-style installer for vertical slices. `npx resources add <slug>` copies slice into your project's `slices/<slug>/`. You own the files.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|