base-themes 0.1.2 → 0.1.3
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/CHANGELOG.md +25 -0
- package/CODE_OF_CONDUCT.md +22 -0
- package/CONTRIBUTING.md +98 -0
- package/LICENSE +21 -0
- package/README.md +316 -3
- package/RELEASE.md +80 -0
- package/SECURITY.md +49 -0
- package/bin/base-themes.mjs +143 -0
- package/dist/base-themes.css +1 -1
- package/dist/base-themes.js +857 -302
- package/dist/llms-full.txt +288 -0
- package/dist/llms.txt +79 -0
- package/dist/types/blocks/AuthCard.d.ts +2 -0
- package/dist/types/blocks/CommandPaletteBlock.d.ts +2 -0
- package/dist/types/blocks/DashboardShell.d.ts +2 -0
- package/dist/types/blocks/DataTableBlock.d.ts +2 -0
- package/dist/types/blocks/PricingPanel.d.ts +2 -0
- package/dist/types/blocks/SettingsForm.d.ts +2 -0
- package/dist/types/blocks/TeamActivityFeed.d.ts +2 -0
- package/dist/types/blocks/ThemeShowcaseCard.d.ts +2 -0
- package/dist/types/blocks/index.d.ts +8 -0
- package/dist/types/components/ui/Input.d.ts +3 -0
- package/dist/types/components/ui/index.d.ts +1 -1
- package/dist/types/lib.d.ts +1 -0
- package/docs/adoption-dashboard.md +149 -0
- package/docs/analytics-setup.md +145 -0
- package/docs/community-gallery-proposal.md +64 -0
- package/docs/community-proof-telemetry.md +47 -0
- package/docs/contributor-issue-seeds.md +240 -0
- package/docs/registry-access-telemetry.md +87 -0
- package/docs/release-announcement-kit.md +229 -0
- package/docs/search-console-setup.md +111 -0
- package/docs/theme-token-contract.md +113 -0
- package/examples/dashboard/README.md +24 -0
- package/examples/dashboard/index.html +12 -0
- package/examples/dashboard/package-lock.json +1212 -0
- package/examples/dashboard/package.json +24 -0
- package/examples/dashboard/src/App.tsx +115 -0
- package/examples/dashboard/src/main.tsx +11 -0
- package/examples/dashboard/src/styles.css +129 -0
- package/examples/dashboard/src/vite-env.d.ts +4 -0
- package/examples/dashboard/tsconfig.app.json +23 -0
- package/examples/dashboard/tsconfig.json +7 -0
- package/examples/dashboard/tsconfig.node.json +15 -0
- package/examples/dashboard/vite.config.ts +6 -0
- package/examples/next/README.md +29 -0
- package/examples/next/app/base-themes-demo.tsx +70 -0
- package/examples/next/app/layout.tsx +16 -0
- package/examples/next/app/page.tsx +9 -0
- package/examples/next/app/styles.css +106 -0
- package/examples/next/next-env.d.ts +6 -0
- package/examples/next/next.config.ts +5 -0
- package/examples/next/package-lock.json +1199 -0
- package/examples/next/package.json +27 -0
- package/examples/next/tsconfig.json +36 -0
- package/examples/registry-copy/README.md +73 -0
- package/examples/registry-copy/plan-copy.mjs +130 -0
- package/examples/theme-customization/README.md +26 -0
- package/examples/theme-customization/index.html +12 -0
- package/examples/theme-customization/package-lock.json +1212 -0
- package/examples/theme-customization/package.json +24 -0
- package/examples/theme-customization/src/App.tsx +138 -0
- package/examples/theme-customization/src/main.tsx +11 -0
- package/examples/theme-customization/src/styles.css +138 -0
- package/examples/theme-customization/src/vite-env.d.ts +4 -0
- package/examples/theme-customization/tsconfig.app.json +23 -0
- package/examples/theme-customization/tsconfig.json +7 -0
- package/examples/theme-customization/tsconfig.node.json +15 -0
- package/examples/theme-customization/vite.config.ts +6 -0
- package/examples/vite/README.md +32 -0
- package/examples/vite/index.html +12 -0
- package/examples/vite/package-lock.json +1200 -0
- package/examples/vite/package.json +24 -0
- package/examples/vite/src/App.tsx +101 -0
- package/examples/vite/src/main.tsx +11 -0
- package/examples/vite/src/styles.css +125 -0
- package/examples/vite/src/vite-env.d.ts +4 -0
- package/examples/vite/tsconfig.app.json +23 -0
- package/examples/vite/tsconfig.json +7 -0
- package/examples/vite/tsconfig.node.json +15 -0
- package/examples/vite/vite.config.ts +6 -0
- package/llms-full.txt +288 -0
- package/llms.txt +79 -0
- package/package.json +157 -14
- package/registry/items/accordion.json +101 -0
- package/registry/items/alert-dialog.json +107 -0
- package/registry/items/autocomplete.json +106 -0
- package/registry/items/avatar.json +101 -0
- package/registry/items/block-auth-card.json +105 -0
- package/registry/items/block-command-palette.json +99 -0
- package/registry/items/block-dashboard-shell.json +101 -0
- package/registry/items/block-data-table.json +99 -0
- package/registry/items/block-pricing-panel.json +99 -0
- package/registry/items/block-settings-form.json +107 -0
- package/registry/items/block-team-activity-feed.json +99 -0
- package/registry/items/block-theme-showcase-card.json +99 -0
- package/registry/items/button.json +102 -0
- package/registry/items/checkbox-group.json +106 -0
- package/registry/items/checkbox.json +102 -0
- package/registry/items/collapsible.json +101 -0
- package/registry/items/combobox.json +101 -0
- package/registry/items/context-menu.json +106 -0
- package/registry/items/csp-provider.json +96 -0
- package/registry/items/dialog.json +102 -0
- package/registry/items/direction-provider.json +101 -0
- package/registry/items/drawer.json +101 -0
- package/registry/items/field.json +101 -0
- package/registry/items/fieldset.json +101 -0
- package/registry/items/form.json +101 -0
- package/registry/items/input.json +102 -0
- package/registry/items/menu.json +101 -0
- package/registry/items/menubar.json +106 -0
- package/registry/items/meter.json +101 -0
- package/registry/items/navigation-menu.json +101 -0
- package/registry/items/number-field.json +101 -0
- package/registry/items/otp-field.json +101 -0
- package/registry/items/popover.json +102 -0
- package/registry/items/preview-card.json +101 -0
- package/registry/items/progress.json +101 -0
- package/registry/items/radio-group.json +102 -0
- package/registry/items/radio.json +101 -0
- package/registry/items/scroll-area.json +101 -0
- package/registry/items/select.json +102 -0
- package/registry/items/separator.json +101 -0
- package/registry/items/slider.json +102 -0
- package/registry/items/switch.json +102 -0
- package/registry/items/tabs.json +101 -0
- package/registry/items/theme-bauhaus.json +107 -0
- package/registry/items/theme-bento.json +107 -0
- package/registry/items/theme-calm.json +107 -0
- package/registry/items/theme-cyberpunk.json +108 -0
- package/registry/items/theme-data-dense.json +107 -0
- package/registry/items/theme-editorial.json +107 -0
- package/registry/items/theme-enterprise.json +108 -0
- package/registry/items/theme-fluent.json +107 -0
- package/registry/items/theme-glass.json +107 -0
- package/registry/items/theme-linear.json +107 -0
- package/registry/items/theme-luxury.json +107 -0
- package/registry/items/theme-material.json +107 -0
- package/registry/items/theme-minimal.json +107 -0
- package/registry/items/theme-mono.json +107 -0
- package/registry/items/theme-neo-brutalism.json +107 -0
- package/registry/items/theme-playful.json +107 -0
- package/registry/items/theme-retro.json +107 -0
- package/registry/items/theme-shadcn.json +107 -0
- package/registry/items/theme-soft-ui.json +107 -0
- package/registry/items/theme-terminal.json +107 -0
- package/registry/items/toast.json +106 -0
- package/registry/items/toggle-group.json +101 -0
- package/registry/items/toggle.json +101 -0
- package/registry/items/toolbar.json +101 -0
- package/registry/items/tooltip.json +102 -0
- package/registry/registry.json +564 -49
- package/registry/shadcn-registry.json +415 -0
- package/research/telemetry-fixtures/analytics-events.jsonl +9 -0
- package/research/telemetry-fixtures/bundle-report.json +44 -0
- package/research/telemetry-fixtures/community-proof.csv +5 -0
- package/research/telemetry-fixtures/registry-access.jsonl +10 -0
- package/research/telemetry-fixtures/search-console-export.csv +4 -0
- package/scripts/registry-plan.mjs +434 -0
- package/scripts/render-launch-actions.mjs +405 -0
- package/scripts/render-launch-status.mjs +373 -0
- package/scripts/render-release-announcement.mjs +329 -0
- package/scripts/verify-launch-readiness.mjs +415 -0
- package/scripts/verify-telemetry-fixtures.mjs +85 -0
- package/scripts/verify-telemetry-report.mjs +89 -0
- package/skills/base-themes/SKILL.md +151 -47
- package/src/blocks/AuthCard.tsx +29 -0
- package/src/blocks/Blocks.css +182 -0
- package/src/blocks/CommandPaletteBlock.tsx +32 -0
- package/src/blocks/DashboardShell.tsx +36 -0
- package/src/blocks/DataTableBlock.tsx +44 -0
- package/src/blocks/PricingPanel.tsx +28 -0
- package/src/blocks/SettingsForm.tsx +37 -0
- package/src/blocks/TeamActivityFeed.tsx +38 -0
- package/src/blocks/ThemeShowcaseCard.tsx +32 -0
- package/src/blocks/index.ts +8 -0
- package/src/components/ui/Accordion.css +42 -0
- package/src/components/ui/Accordion.tsx +41 -0
- package/src/components/ui/AlertDialog.css +40 -0
- package/src/components/ui/AlertDialog.tsx +52 -0
- package/src/components/ui/Autocomplete.css +3 -0
- package/src/components/ui/Autocomplete.tsx +50 -0
- package/src/components/ui/Avatar.css +45 -0
- package/src/components/ui/Avatar.tsx +36 -0
- package/src/components/ui/Button.css +79 -0
- package/src/components/ui/Button.tsx +20 -0
- package/src/components/ui/Checkbox.css +37 -0
- package/src/components/ui/Checkbox.tsx +32 -0
- package/src/components/ui/CheckboxGroup.tsx +21 -0
- package/src/components/ui/Collapsible.css +34 -0
- package/src/components/ui/Collapsible.tsx +29 -0
- package/src/components/ui/Combobox.css +75 -0
- package/src/components/ui/Combobox.tsx +53 -0
- package/src/components/ui/ContextMenu.css +9 -0
- package/src/components/ui/ContextMenu.tsx +47 -0
- package/src/components/ui/CspProvider.tsx +10 -0
- package/src/components/ui/Dialog.css +41 -0
- package/src/components/ui/Dialog.tsx +45 -0
- package/src/components/ui/DirectionProvider.tsx +17 -0
- package/src/components/ui/Drawer.css +77 -0
- package/src/components/ui/Drawer.tsx +56 -0
- package/src/components/ui/Field.css +19 -0
- package/src/components/ui/Field.tsx +24 -0
- package/src/components/ui/Fieldset.css +16 -0
- package/src/components/ui/Fieldset.tsx +19 -0
- package/src/components/ui/Form.css +5 -0
- package/src/components/ui/Form.tsx +12 -0
- package/src/components/ui/Input.css +50 -0
- package/src/components/ui/Input.tsx +62 -0
- package/src/components/ui/Menu.css +59 -0
- package/src/components/ui/Menu.tsx +50 -0
- package/src/components/ui/Menubar.css +26 -0
- package/src/components/ui/Menubar.tsx +42 -0
- package/src/components/ui/Meter.css +45 -0
- package/src/components/ui/Meter.tsx +37 -0
- package/src/components/ui/NavigationMenu.css +103 -0
- package/src/components/ui/NavigationMenu.tsx +64 -0
- package/src/components/ui/NumberField.css +38 -0
- package/src/components/ui/NumberField.tsx +28 -0
- package/src/components/ui/OtpField.css +28 -0
- package/src/components/ui/OtpField.tsx +24 -0
- package/src/components/ui/Popover.css +25 -0
- package/src/components/ui/Popover.tsx +37 -0
- package/src/components/ui/PreviewCard.css +33 -0
- package/src/components/ui/PreviewCard.tsx +43 -0
- package/src/components/ui/Progress.css +33 -0
- package/src/components/ui/Progress.tsx +28 -0
- package/src/components/ui/Radio.tsx +22 -0
- package/src/components/ui/RadioGroup.css +42 -0
- package/src/components/ui/RadioGroup.tsx +29 -0
- package/src/components/ui/ScrollArea.css +42 -0
- package/src/components/ui/ScrollArea.tsx +22 -0
- package/src/components/ui/Select.css +86 -0
- package/src/components/ui/Select.tsx +39 -0
- package/src/components/ui/Separator.css +14 -0
- package/src/components/ui/Separator.tsx +12 -0
- package/src/components/ui/Slider.css +39 -0
- package/src/components/ui/Slider.tsx +21 -0
- package/src/components/ui/Switch.css +45 -0
- package/src/components/ui/Switch.tsx +29 -0
- package/src/components/ui/Tabs.css +72 -0
- package/src/components/ui/Tabs.tsx +44 -0
- package/src/components/ui/Toast.css +75 -0
- package/src/components/ui/Toast.tsx +48 -0
- package/src/components/ui/Toggle.tsx +12 -0
- package/src/components/ui/ToggleGroup.css +35 -0
- package/src/components/ui/ToggleGroup.tsx +30 -0
- package/src/components/ui/Toolbar.css +60 -0
- package/src/components/ui/Toolbar.tsx +36 -0
- package/src/components/ui/Tooltip.css +14 -0
- package/src/components/ui/Tooltip.tsx +31 -0
- package/src/components/ui/index.ts +83 -0
- package/src/components/ui/useDirection.ts +1 -0
- package/src/components/ui/useToastManager.ts +11 -0
- package/src/docs/blockMeta.json +66 -0
- package/src/docs/componentMeta.json +322 -0
- package/src/docs/staticPageMeta.json +143 -0
- package/src/docs/themeMeta.json +22 -0
- package/src/styles/tokenContract.json +61 -0
- package/workers/analytics-receiver.mjs +170 -0
- package/wrangler.analytics.jsonc +12 -0
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://ui.shadcn.com/schema/registry.json",
|
|
3
|
+
"name": "base-themes",
|
|
4
|
+
"homepage": "https://github.com/markbang/base-themes",
|
|
5
|
+
"items": [
|
|
6
|
+
{
|
|
7
|
+
"name": "accordion",
|
|
8
|
+
"type": "registry:ui",
|
|
9
|
+
"title": "Accordion",
|
|
10
|
+
"description": "Stacked disclosure panels for related sections of content."
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "alert-dialog",
|
|
14
|
+
"type": "registry:ui",
|
|
15
|
+
"title": "Alert Dialog",
|
|
16
|
+
"description": "A confirmation modal for actions that need explicit acknowledgement."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "autocomplete",
|
|
20
|
+
"type": "registry:ui",
|
|
21
|
+
"title": "Autocomplete",
|
|
22
|
+
"description": "A text input with filtered suggestions and inline selection behavior."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "avatar",
|
|
26
|
+
"type": "registry:ui",
|
|
27
|
+
"title": "Avatar",
|
|
28
|
+
"description": "A compact identity primitive with fallback initials and grouped presentation."
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "button",
|
|
32
|
+
"type": "registry:ui",
|
|
33
|
+
"title": "Button",
|
|
34
|
+
"description": "An action primitive with semantic variants for primary commands, quiet actions, icons, and destructive-looking accents."
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "checkbox",
|
|
38
|
+
"type": "registry:ui",
|
|
39
|
+
"title": "Checkbox",
|
|
40
|
+
"description": "A labeled boolean control with checked and unchecked visual states."
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "checkbox-group",
|
|
44
|
+
"type": "registry:ui",
|
|
45
|
+
"title": "Checkbox Group",
|
|
46
|
+
"description": "A shared state container for related checkboxes."
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "collapsible",
|
|
50
|
+
"type": "registry:ui",
|
|
51
|
+
"title": "Collapsible",
|
|
52
|
+
"description": "A single expandable region for optional detail."
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "combobox",
|
|
56
|
+
"type": "registry:ui",
|
|
57
|
+
"title": "Combobox",
|
|
58
|
+
"description": "A searchable listbox for quickly filtering component names."
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "context-menu",
|
|
62
|
+
"type": "registry:ui",
|
|
63
|
+
"title": "Context Menu",
|
|
64
|
+
"description": "A menu opened from a contextual right-click or keyboard context action."
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "csp-provider",
|
|
68
|
+
"type": "registry:ui",
|
|
69
|
+
"title": "CSP Provider",
|
|
70
|
+
"description": "A provider for passing Content Security Policy nonce settings to Base UI internals."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "dialog",
|
|
74
|
+
"type": "registry:ui",
|
|
75
|
+
"title": "Dialog",
|
|
76
|
+
"description": "A modal layer with focus management and dismiss behavior."
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "direction-provider",
|
|
80
|
+
"type": "registry:ui",
|
|
81
|
+
"title": "Direction Provider",
|
|
82
|
+
"description": "A provider that enables RTL or LTR behavior across Base UI components."
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "drawer",
|
|
86
|
+
"type": "registry:ui",
|
|
87
|
+
"title": "Drawer",
|
|
88
|
+
"description": "A side panel for settings and secondary workflows."
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "field",
|
|
92
|
+
"type": "registry:ui",
|
|
93
|
+
"title": "Field",
|
|
94
|
+
"description": "A form field wrapper that connects label, control, description, and error state."
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "fieldset",
|
|
98
|
+
"type": "registry:ui",
|
|
99
|
+
"title": "Fieldset",
|
|
100
|
+
"description": "A semantic grouping primitive for related form controls."
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "form",
|
|
104
|
+
"type": "registry:ui",
|
|
105
|
+
"title": "Form",
|
|
106
|
+
"description": "A form root that integrates Base UI field validation and native submission."
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "input",
|
|
110
|
+
"type": "registry:ui",
|
|
111
|
+
"title": "Input",
|
|
112
|
+
"description": "A styled Base UI input with optional label and helper text slots."
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "menu",
|
|
116
|
+
"type": "registry:ui",
|
|
117
|
+
"title": "Menu",
|
|
118
|
+
"description": "A command menu for grouped actions and disabled items."
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "menubar",
|
|
122
|
+
"type": "registry:ui",
|
|
123
|
+
"title": "Menubar",
|
|
124
|
+
"description": "A horizontal application menu composed from Base UI menubar and menu primitives."
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "meter",
|
|
128
|
+
"type": "registry:ui",
|
|
129
|
+
"title": "Meter",
|
|
130
|
+
"description": "A semantic gauge for bounded measurements like storage or quota usage."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "navigation-menu",
|
|
134
|
+
"type": "registry:ui",
|
|
135
|
+
"title": "Navigation Menu",
|
|
136
|
+
"description": "A top-level navigation primitive with nested flyout items."
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "number-field",
|
|
140
|
+
"type": "registry:ui",
|
|
141
|
+
"title": "Number Field",
|
|
142
|
+
"description": "A numeric input with increment and decrement controls."
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "otp-field",
|
|
146
|
+
"type": "registry:ui",
|
|
147
|
+
"title": "OTP Field",
|
|
148
|
+
"description": "A one-time-password input with separate slots and paste handling."
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "popover",
|
|
152
|
+
"type": "registry:ui",
|
|
153
|
+
"title": "Popover",
|
|
154
|
+
"description": "A lightweight positioned layer for contextual content."
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "preview-card",
|
|
158
|
+
"type": "registry:ui",
|
|
159
|
+
"title": "Preview Card",
|
|
160
|
+
"description": "A hover or focus preview surface for linked resources."
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "progress",
|
|
164
|
+
"type": "registry:ui",
|
|
165
|
+
"title": "Progress",
|
|
166
|
+
"description": "A linear indicator for completion percentage and loading workflows."
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "radio",
|
|
170
|
+
"type": "registry:ui",
|
|
171
|
+
"title": "Radio",
|
|
172
|
+
"description": "A single radio primitive for custom radio group compositions."
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "radio-group",
|
|
176
|
+
"type": "registry:ui",
|
|
177
|
+
"title": "Radio Group",
|
|
178
|
+
"description": "A grouped set of mutually exclusive choices."
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "scroll-area",
|
|
182
|
+
"type": "registry:ui",
|
|
183
|
+
"title": "Scroll Area",
|
|
184
|
+
"description": "A custom scroll container with consistent scrollbar styling across the site."
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "select",
|
|
188
|
+
"type": "registry:ui",
|
|
189
|
+
"title": "Select",
|
|
190
|
+
"description": "A popover-backed single choice control with keyboard navigation and positioned content."
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "separator",
|
|
194
|
+
"type": "registry:ui",
|
|
195
|
+
"title": "Separator",
|
|
196
|
+
"description": "A semantic divider for grouping content and toolbar controls."
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "slider",
|
|
200
|
+
"type": "registry:ui",
|
|
201
|
+
"title": "Slider",
|
|
202
|
+
"description": "A range input with Base UI keyboard handling and tokenized track styling."
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "switch",
|
|
206
|
+
"type": "registry:ui",
|
|
207
|
+
"title": "Switch",
|
|
208
|
+
"description": "A binary setting control for immediate on/off preferences."
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "tabs",
|
|
212
|
+
"type": "registry:ui",
|
|
213
|
+
"title": "Tabs",
|
|
214
|
+
"description": "A tablist for switching between related panels without navigating away."
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "toast",
|
|
218
|
+
"type": "registry:ui",
|
|
219
|
+
"title": "Toast",
|
|
220
|
+
"description": "A transient notification system with provider-managed state."
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "toggle",
|
|
224
|
+
"type": "registry:ui",
|
|
225
|
+
"title": "Toggle",
|
|
226
|
+
"description": "A single pressable on/off button for formatting and filters."
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "toggle-group",
|
|
230
|
+
"type": "registry:ui",
|
|
231
|
+
"title": "Toggle Group",
|
|
232
|
+
"description": "A compact multi-select control for formatting and segmented actions."
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "toolbar",
|
|
236
|
+
"type": "registry:ui",
|
|
237
|
+
"title": "Toolbar",
|
|
238
|
+
"description": "A keyboard-aware toolbar for grouped commands and inputs."
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "tooltip",
|
|
242
|
+
"type": "registry:ui",
|
|
243
|
+
"title": "Tooltip",
|
|
244
|
+
"description": "A small non-interactive label for controls and dense interfaces."
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "block-dashboard-shell",
|
|
248
|
+
"type": "registry:block",
|
|
249
|
+
"title": "Dashboard Shell",
|
|
250
|
+
"description": "Operational dashboard header with metrics, progress, and health status."
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "block-settings-form",
|
|
254
|
+
"type": "registry:block",
|
|
255
|
+
"title": "Settings Form",
|
|
256
|
+
"description": "Workspace settings form with fields, density selection, and switches."
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "block-auth-card",
|
|
260
|
+
"type": "registry:block",
|
|
261
|
+
"title": "Auth Card",
|
|
262
|
+
"description": "Focused sign-in card with email, password, remembered device, and SSO action."
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "block-pricing-panel",
|
|
266
|
+
"type": "registry:block",
|
|
267
|
+
"title": "Pricing Panel",
|
|
268
|
+
"description": "Compact pricing and upgrade panel for billing or plan-selection screens."
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "block-data-table",
|
|
272
|
+
"type": "registry:block",
|
|
273
|
+
"title": "Data Table",
|
|
274
|
+
"description": "Small operational table with status filtering and row badges."
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "block-command-palette",
|
|
278
|
+
"type": "registry:block",
|
|
279
|
+
"title": "Command Palette",
|
|
280
|
+
"description": "Quick-action search panel for navigation, product commands, and agent workflows."
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "block-team-activity-feed",
|
|
284
|
+
"type": "registry:block",
|
|
285
|
+
"title": "Team Activity Feed",
|
|
286
|
+
"description": "Recent workspace activity feed with team avatars and collaboration status."
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "block-theme-showcase-card",
|
|
290
|
+
"type": "registry:block",
|
|
291
|
+
"title": "Theme Showcase Card",
|
|
292
|
+
"description": "Theme value card with token swatches, tabs, and a theme CTA."
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "theme-bento",
|
|
296
|
+
"type": "registry:theme",
|
|
297
|
+
"title": "Bento Theme",
|
|
298
|
+
"description": "Warm modular product cards with soft depth and teal controls."
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "theme-shadcn",
|
|
302
|
+
"type": "registry:theme",
|
|
303
|
+
"title": "Shadcn Theme",
|
|
304
|
+
"description": "Neutral zinc interface styling modeled after shadcn/ui."
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "theme-neo-brutalism",
|
|
308
|
+
"type": "registry:theme",
|
|
309
|
+
"title": "Neo Brutalism Theme",
|
|
310
|
+
"description": "Hard borders, loud accents, and offset block shadows."
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "theme-minimal",
|
|
314
|
+
"type": "registry:theme",
|
|
315
|
+
"title": "Minimal Theme",
|
|
316
|
+
"description": "Swiss-inspired whitespace, thin rules, and quiet monochrome controls."
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "theme-enterprise",
|
|
320
|
+
"type": "registry:theme",
|
|
321
|
+
"title": "Enterprise Theme",
|
|
322
|
+
"description": "Dense operational UI with blue actions and explicit boundaries."
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "theme-linear",
|
|
326
|
+
"type": "registry:theme",
|
|
327
|
+
"title": "Linear Theme",
|
|
328
|
+
"description": "Developer-tool polish with subtle gradients and refined dark mode."
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "theme-glass",
|
|
332
|
+
"type": "registry:theme",
|
|
333
|
+
"title": "Glass Theme",
|
|
334
|
+
"description": "Translucent surfaces, blur, and luminous focus states."
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "theme-terminal",
|
|
338
|
+
"type": "registry:theme",
|
|
339
|
+
"title": "Terminal Theme",
|
|
340
|
+
"description": "Monospace command-line interface with phosphor green command surfaces."
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "theme-material",
|
|
344
|
+
"type": "registry:theme",
|
|
345
|
+
"title": "Material Theme",
|
|
346
|
+
"description": "Layered Google-style surfaces with blue primary actions and soft elevation."
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "theme-fluent",
|
|
350
|
+
"type": "registry:theme",
|
|
351
|
+
"title": "Fluent Theme",
|
|
352
|
+
"description": "Microsoft-style acrylic surfaces, soft blue accents, and gentle borders."
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "theme-retro",
|
|
356
|
+
"type": "registry:theme",
|
|
357
|
+
"title": "Retro Theme",
|
|
358
|
+
"description": "Early desktop UI cues with chunky controls and saturated classic colors."
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "theme-cyberpunk",
|
|
362
|
+
"type": "registry:theme",
|
|
363
|
+
"title": "Cyberpunk Theme",
|
|
364
|
+
"description": "Dark high-energy neon controls for expressive dashboards."
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "theme-editorial",
|
|
368
|
+
"type": "registry:theme",
|
|
369
|
+
"title": "Editorial Theme",
|
|
370
|
+
"description": "Magazine-like typography, ivory surfaces, and ink-forward contrast."
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "theme-calm",
|
|
374
|
+
"type": "registry:theme",
|
|
375
|
+
"title": "Calm Theme",
|
|
376
|
+
"description": "Low-saturation wellness palette with relaxed controls and readable contrast."
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "theme-data-dense",
|
|
380
|
+
"type": "registry:theme",
|
|
381
|
+
"title": "Data Dense Theme",
|
|
382
|
+
"description": "Compact analytics styling for tables, filters, and repeated workflows."
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "theme-playful",
|
|
386
|
+
"type": "registry:theme",
|
|
387
|
+
"title": "Playful Theme",
|
|
388
|
+
"description": "Rounded, bright, friendly components for creative and education tools."
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "theme-luxury",
|
|
392
|
+
"type": "registry:theme",
|
|
393
|
+
"title": "Luxury Theme",
|
|
394
|
+
"description": "Dark premium surfaces, gold accents, and fine-line hierarchy."
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "theme-soft-ui",
|
|
398
|
+
"type": "registry:theme",
|
|
399
|
+
"title": "Soft UI Theme",
|
|
400
|
+
"description": "Low-contrast tactile controls with inset and raised shadows."
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "theme-bauhaus",
|
|
404
|
+
"type": "registry:theme",
|
|
405
|
+
"title": "Bauhaus Theme",
|
|
406
|
+
"description": "Geometric composition with primary colors and strong graphic contrast."
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "theme-mono",
|
|
410
|
+
"type": "registry:theme",
|
|
411
|
+
"title": "Mono Theme",
|
|
412
|
+
"description": "Black-and-white ink system with no decorative color dependency."
|
|
413
|
+
}
|
|
414
|
+
]
|
|
415
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{"name":"route_view","path":"/docs/installation","timestamp":"2026-06-01T00:00:00.000Z","properties":{"campaign":"launch-0-1-2","source":"github-release","medium":"release-notes","content":"install-docs"}}
|
|
2
|
+
{"name":"install_command_copy","path":"/docs/installation","timestamp":"2026-06-01T00:01:00.000Z","properties":{"campaign":"launch-0-1-2","source":"github-release","medium":"release-notes","content":"install-docs"}}
|
|
3
|
+
{"name":"github_outbound_click","path":"/","timestamp":"2026-06-01T00:02:00.000Z","properties":{"campaign":"launch-0-1-2","source":"github-release","medium":"release-notes","content":"topbar-star","target":"repo-star"}}
|
|
4
|
+
{"name":"github_outbound_click","path":"/community","timestamp":"2026-06-01T00:03:00.000Z","properties":{"campaign":"launch-0-1-2","source":"github-release","medium":"release-notes","content":"feature-request","target":"feature-request"}}
|
|
5
|
+
{"name":"github_outbound_click","path":"/docs/contributing","timestamp":"2026-06-01T00:03:30.000Z","properties":{"campaign":"launch-0-1-2","source":"github-release","medium":"release-notes","content":"good-first-issues","target":"good-first-issues"}}
|
|
6
|
+
{"name":"github_outbound_click","path":"/docs/contributing","timestamp":"2026-06-01T00:03:45.000Z","properties":{"campaign":"launch-0-1-2","source":"github-release","medium":"release-notes","content":"fork-to-first-change","target":"repo-fork"}}
|
|
7
|
+
{"name":"theme_snippet_copy","path":"/themes/enterprise","timestamp":"2026-06-01T00:04:00.000Z","properties":{"source":"theme-route"}}
|
|
8
|
+
{"name":"block_share_copy","path":"/blocks/dashboard-shell","timestamp":"2026-06-01T00:05:00.000Z","properties":{"block":"dashboard-shell"}}
|
|
9
|
+
{"name":"theme_style_select","path":"/themes","timestamp":"2026-06-01T00:06:00.000Z","properties":{"source":"theme-picker"}}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-06-01T00:00:00.000Z",
|
|
3
|
+
"budgets": {
|
|
4
|
+
"largestJsBytes": 512000,
|
|
5
|
+
"appJsGzipBytes": 81920,
|
|
6
|
+
"totalJsGzipBytes": 307200
|
|
7
|
+
},
|
|
8
|
+
"appJs": {
|
|
9
|
+
"file": "index-example.js",
|
|
10
|
+
"bytes": 70000,
|
|
11
|
+
"gzipBytes": 21000
|
|
12
|
+
},
|
|
13
|
+
"largestJs": {
|
|
14
|
+
"file": "vendor-base-ui.js",
|
|
15
|
+
"bytes": 350000,
|
|
16
|
+
"gzipBytes": 112000
|
|
17
|
+
},
|
|
18
|
+
"totalJsBytes": 850000,
|
|
19
|
+
"totalJsGzipBytes": 266000,
|
|
20
|
+
"budgetChecks": [
|
|
21
|
+
{
|
|
22
|
+
"id": "largest-js-bytes",
|
|
23
|
+
"label": "Largest JS chunk",
|
|
24
|
+
"current": 350000,
|
|
25
|
+
"limit": 512000,
|
|
26
|
+
"passed": true
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "app-js-gzip-bytes",
|
|
30
|
+
"label": "App JS gzip",
|
|
31
|
+
"current": 21000,
|
|
32
|
+
"limit": 81920,
|
|
33
|
+
"passed": true
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "total-js-gzip-bytes",
|
|
37
|
+
"label": "Total JS gzip",
|
|
38
|
+
"current": 266000,
|
|
39
|
+
"limit": 307200,
|
|
40
|
+
"passed": true
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"ok": true
|
|
44
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
type,title,url,author,style,permissionToFeature,timestamp
|
|
2
|
+
discussion,Enterprise dashboard feedback,https://github.com/markbang/base-themes/discussions/12,octo-user,enterprise,false,2026-06-01
|
|
3
|
+
gallery,Internal tools screenshot,https://github.com/markbang/base-themes/issues/18,acme-dev,data-dense,true,2026-06-02
|
|
4
|
+
repo,Base Themes starter,https://github.com/example/base-themes-starter,example,bento,false,2026-06-03
|
|
5
|
+
url,Public admin rebuild,https://example.com/base-themes-admin,web-team,terminal,true,2026-06-04
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{"path":"/registry/registry.json","status":200,"referer":"https://base-themes.bangwu.me/docs/registry","userAgent":"curl/8","timestamp":"2026-06-01T00:00:00.000Z"}
|
|
2
|
+
{"path":"/registry/shadcn-registry.json","status":200,"referer":"https://base-themes.bangwu.me/llms.txt","userAgent":"agent-discovery","timestamp":"2026-06-01T00:01:00.000Z"}
|
|
3
|
+
{"path":"/registry/items/button.json","status":200,"referer":"https://base-themes.bangwu.me/llms.txt","userAgent":"agent-discovery","timestamp":"2026-06-01T00:02:00.000Z"}
|
|
4
|
+
{"path":"/registry/items/block-dashboard-shell.json","status":200,"referer":"https://base-themes.bangwu.me/docs/agent-usage","userAgent":"agent-discovery","timestamp":"2026-06-01T00:03:00.000Z"}
|
|
5
|
+
{"path":"/registry/items/theme-enterprise.json","status":200,"referer":"https://base-themes.bangwu.me/themes/enterprise","userAgent":"agent-discovery","timestamp":"2026-06-01T00:04:00.000Z"}
|
|
6
|
+
{"path":"/registry/block-meta.json","status":200,"referer":"https://base-themes.bangwu.me/docs/registry","userAgent":"agent-discovery","timestamp":"2026-06-01T00:05:00.000Z"}
|
|
7
|
+
{"url":"https://base-themes.bangwu.me/llms.txt","status":200,"userAgent":"agent-discovery","timestamp":"2026-06-01T00:06:00.000Z"}
|
|
8
|
+
{"url":"https://base-themes.bangwu.me/llms-full.txt","status":200,"userAgent":"agent-discovery","timestamp":"2026-06-01T00:07:00.000Z"}
|
|
9
|
+
{"path":"/docs/cli","status":200,"referer":"https://base-themes.bangwu.me/","userAgent":"Mozilla/5.0","timestamp":"2026-06-01T00:08:00.000Z"}
|
|
10
|
+
{"path":"/untracked","status":200,"referer":"https://example.com","userAgent":"Mozilla/5.0","timestamp":"2026-06-01T00:09:00.000Z"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
Query,Page,Clicks,Impressions,CTR,Position
|
|
2
|
+
base ui themes,https://base-themes.bangwu.me/docs/installation,12,240,5%,7.2
|
|
3
|
+
base themes registry,https://base-themes.bangwu.me/docs/registry,8,160,5%,5.4
|
|
4
|
+
copy paste react components,https://base-themes.bangwu.me/components/button,3,90,3.33%,12.1
|