Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix support #1498

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from
Draft

Prefix support #1498

wants to merge 32 commits into from

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    02b6a4d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. chore: drop tailwindcss-patch in favor of manual search and parse c…

    …lasslist for each component using AST
    
    fix: `popoverTheme` missing `createTheme()` wrapper lacking formatting, linting and intellisense
    SutuSebastian committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    347b8ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9617f96 View commit details
    Browse the repository at this point in the history
  3. sort CLASS_LIST_MAP

    SutuSebastian committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    05217ac View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. cleanup:

    - remove redundant packages
    - expose all tailwindcss plugins and data to import paths
    - move tailwind.ts into its own directory and split logic into multiple files
    - simplify `new Glob()` usage
    SutuSebastian committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a3c4e14 View commit details
    Browse the repository at this point in the history
  2. fix theme extend values

    SutuSebastian committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7781fbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7ce9e5 View commit details
    Browse the repository at this point in the history
  4. remove flowbite/plugin

    SutuSebastian committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a0766af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c66a31 View commit details
    Browse the repository at this point in the history
  6. format

    SutuSebastian committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    aaca7fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21256d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4096c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    4e675ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ccd2fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be7f96f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2318dc1 View commit details
    Browse the repository at this point in the history
  5. up root packages

    SutuSebastian committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4e993ab View commit details
    Browse the repository at this point in the history
  6. bump oven-sh/setup-bun

    SutuSebastian committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e3702c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d23754f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. import type

    SutuSebastian committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d6c916b View commit details
    Browse the repository at this point in the history
  2. up packages

    SutuSebastian committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6890260 View commit details
    Browse the repository at this point in the history
  3. remove unused import

    SutuSebastian committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    297e064 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    c41ea1e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. enhance applyPrefix

    - do nothing if className is empty
    - do nothing if its already prefixed
    SutuSebastian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7832e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e08d74a View commit details
    Browse the repository at this point in the history
  3. simplify resolveTheme

    SutuSebastian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f8918c9 View commit details
    Browse the repository at this point in the history
  4. remove unused import

    SutuSebastian committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d739163 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. implement twMerge proxy with prefix provided from getStore()

    - replace `twMerge` imports
    SutuSebastian committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3c722bf View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    e23c2e3 View commit details
    Browse the repository at this point in the history
  2. deeply merge theme objects (from store or props) using twMerge

    - trim `prefix` before applying
    SutuSebastian committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    678638c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. resolve unique values

    SutuSebastian committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c3bd201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de5450b View commit details
    Browse the repository at this point in the history