Skip to content

Chore/multi prop selector - #587

Merged
joshua-larks merged 3 commits into
masterfrom
chore/multi-prop-selector
Jul 29, 2026
Merged

Chore/multi prop selector#587
joshua-larks merged 3 commits into
masterfrom
chore/multi-prop-selector

Conversation

@joshua-larks

Copy link
Copy Markdown
Collaborator
  • Added the multiple prop to the Selector.vue component, allowing consumers to enable multiple selection mode.

  • Imported vue-color/style.css in system.ts to ensure that the ColorPicker component is correctly styled in all consuming applications, preventing unstyled rendering issues.

joshua-larks and others added 3 commits July 27, 2026 17:50
ColorPicker.vue imports vue-color's JS but not its CSS, and vue-color
ships the two separately. src/main.ts (the local demo app) imports
'vue-color/style.css' itself, which masked the gap: that only styles
the demo site, since consumers of dist/beaker.es.js never pull in
anything main.ts imports. src/system.ts is the actual published entry
(built via vite-publish.config.js into dist/style.css), and it had no
such import, so ColorPicker rendered with no gradients, sliders, or
handle styling in any consuming app.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@joshua-larks
joshua-larks merged commit 50ef55d into master Jul 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant