Skip to content

Conversation

@SupakornNetsuwan
Copy link
Collaborator

@SupakornNetsuwan SupakornNetsuwan commented Oct 27, 2025

Why did you create this PR

  • Genseki UI migration

What did you do

  • New dropzone component & examples
  • New file-preview component & examples
  • New color-picker component & examples
  • New slider component & examples
  • New checkbox component & examples
  • New peer dependency color for managing internal color system
  • New peer dependencu react-dropzone for managing file dropzone state

Screenshots / Recordings

Dropzone & File preview

CleanShot.2568-10-27.at.16.21.11.mp4

Color picker

CleanShot.2568-10-27.at.16.23.24.mp4

Slider

CleanShot.2568-10-27.at.16.22.51.mp4

Checkbox

CleanShot.2568-10-27.at.16.24.27.mp4

Checklist

  • Self-reviewed your code
  • Wrote coverage tests
  • Added screenshots or recordings if applicable

@changeset-bot
Copy link

changeset-bot bot commented Oct 27, 2025

🦋 Changeset detected

Latest commit: b8b9399

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@example/ui-playground Patch
@genseki/react Patch
@example/erp Patch
@genseki/next Patch
@genseki/plugins Patch
@genseki/prisma-generator Patch
@genseki/react-query Patch
@genseki/rest Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@SupakornNetsuwan SupakornNetsuwan changed the title feat dropzone, file-preview, color-pciker, slider, checkbox. feat: dropzone, file-preview, color-pciker, slider, checkbox. Oct 27, 2025
Comment on lines +15 to +35
declare namespace Intl {
type ListType = 'conjunction' | 'disjunction'

interface ListFormatOptions {
localeMatcher?: 'lookup' | 'best fit'
type?: ListType
style?: 'long' | 'short' | 'narrow'
}

interface ListFormatPart {
type: 'element' | 'literal'
value: string
}

class ListFormat {
constructor(locales?: string | string[], options?: ListFormatOptions)
format(values: any[]): string
formatToParts(values: any[]): ListFormatPart[]
supportedLocalesOf(locales: string | string[], options?: ListFormatOptions): string[]
}
}
Copy link
Collaborator Author

@SupakornNetsuwan SupakornNetsuwan Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remarl: due to ts compilation error, I tried adding lib or chaning module was not worked.

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