Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

feat(ui): Select #20

Merged
merged 11 commits into from
Aug 10, 2023
Merged

feat(ui): Select #20

merged 11 commits into from
Aug 10, 2023

Conversation

StephixOne
Copy link
Contributor

@StephixOne StephixOne commented Aug 1, 2023

Contains primitives needed for the select according to the designs, single/multi-select capabilities, downshift integration to make a few things easier.

Does not currently perform search actions or pagination on its own, leaving these to the implementer.

@vercel
Copy link

vercel bot commented Aug 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui-ui ❌ Failed (Inspect) Aug 3, 2023 5:08pm

}
import { ThemeConfig } from "tailwindcss/types/config"

export const theme: Partial<ThemeConfig> = {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This file is auto generated, so all of these changes will be overwritten. Ideally we should pull these text tokens from Figma using the toolbox CLI, but since the tokens are still WIP this should at least be moved to a separate file for now :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved them to a dumb file. It can definitely be structured/typed better, but as it's super temporary I wouldn't bother?

@StephixOne StephixOne merged commit 1bf7b11 into develop Aug 10, 2023
3 checks passed
@StephixOne StephixOne deleted the feat/select branch August 10, 2023 16:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants