rahman-resources 0.9.1 → 0.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 +27 -1
- 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-11T06:12:19.160Z",
|
|
4
4
|
"repo": "rahmanef63/resource-site",
|
|
5
5
|
"branch": "main",
|
|
6
6
|
"layouts": [
|
|
@@ -931,6 +931,32 @@
|
|
|
931
931
|
"design-system"
|
|
932
932
|
]
|
|
933
933
|
},
|
|
934
|
+
{
|
|
935
|
+
"slug": "icon-picker",
|
|
936
|
+
"title": "Notion-Style Icon Picker",
|
|
937
|
+
"description": "Emoji + lucide icon picker with search, 10-color Notion palette, Twemoji/native toggle. One string stores emoji OR lucide:Name OR with ?c=hex tint — backwards-compat with raw-emoji fields.",
|
|
938
|
+
"source": "notion-page-clone",
|
|
939
|
+
"files": [
|
|
940
|
+
"frontend/slices/notion/slices/icon-picker/components/IconPicker.tsx",
|
|
941
|
+
"frontend/slices/notion/slices/icon-picker/components/DynamicIcon.tsx",
|
|
942
|
+
"frontend/slices/notion/slices/icon-picker/lib/parse.ts",
|
|
943
|
+
"frontend/slices/notion/slices/icon-picker/lib/colors.ts",
|
|
944
|
+
"frontend/slices/notion/slices/icon-picker/lib/emoji-catalog.ts",
|
|
945
|
+
"frontend/slices/notion/slices/icon-picker/lib/lucide-catalog.ts",
|
|
946
|
+
"frontend/slices/notion/slices/icon-picker/lib/twemoji.ts",
|
|
947
|
+
"frontend/slices/notion/slices/icon-picker/lib/style-pref.ts"
|
|
948
|
+
],
|
|
949
|
+
"exampleCode": "import { IconPickerPopover, DynamicIcon } from \"@/frontend/slices/notion/slices/icon-picker\";\n\n<IconPickerPopover value={page.icon} onChange={(v) => updateIcon(v)} onClear={() => updateIcon(\"\")} />\n<DynamicIcon value={page.icon} className=\"text-2xl\" />",
|
|
950
|
+
"agentRecipe": "Single icon field stores emoji or 'lucide:Name' plus optional '?c=hex'. parseIconValue() decodes; lucideValue()/withColor() build. Add 'icon: v.string()' to Convex table — no migration needed for existing emoji fields. Popover variant for inline UI, Inline for sheets/dialogs.",
|
|
951
|
+
"tags": [
|
|
952
|
+
"icon",
|
|
953
|
+
"emoji",
|
|
954
|
+
"lucide",
|
|
955
|
+
"picker",
|
|
956
|
+
"twemoji",
|
|
957
|
+
"notion"
|
|
958
|
+
]
|
|
959
|
+
},
|
|
934
960
|
{
|
|
935
961
|
"slug": "contact-form-resend",
|
|
936
962
|
"title": "Contact Form + Resend",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rahman-resources",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "Scaffolder + installer for Rahman Resources kitab — npx rahman-resources init/add/lift/scaffold-slice/publish-slice. Tier-3 portable feature slices + manifest + skills + CRUD workflows.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|