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

[TypeScript] Add CSS vars type augmentation for Material UI #33211

Merged
merged 22 commits into from Jun 23, 2022

Commits on Jun 19, 2022

  1. fix createPalette

    siriwatknp committed Jun 19, 2022
    Copy the full SHA
    ab4f78d View commit details
    Browse the repository at this point in the history
  2. add theme augmentation

    siriwatknp committed Jun 19, 2022
    Copy the full SHA
    7d4a4a3 View commit details
    Browse the repository at this point in the history
  3. refactor to tsx

    siriwatknp committed Jun 19, 2022
    Copy the full SHA
    39945ba View commit details
    Browse the repository at this point in the history
  4. explicitly export types

    siriwatknp committed Jun 19, 2022
    Copy the full SHA
    09c0279 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. fix variable

    siriwatknp committed Jun 20, 2022
    Copy the full SHA
    db1ebbd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1951b84 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    636ab70 View commit details
    Browse the repository at this point in the history
  4. refine types

    siriwatknp committed Jun 20, 2022
    Copy the full SHA
    fb4aeab View commit details
    Browse the repository at this point in the history
  5. add spec

    siriwatknp committed Jun 20, 2022
    Copy the full SHA
    ab6290e View commit details
    Browse the repository at this point in the history
  6. fix lint

    siriwatknp committed Jun 20, 2022
    Copy the full SHA
    a90f7d2 View commit details
    Browse the repository at this point in the history
  7. add more test

    siriwatknp committed Jun 20, 2022
    Copy the full SHA
    8432ce2 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/mui/material-ui into mate…

    …rial-ui/css-vars-types
    siriwatknp committed Jun 20, 2022
    Copy the full SHA
    a1239ef View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Merge branch 'master' of https://github.com/mui/material-ui into mate…

    …rial-ui/css-vars-types
    siriwatknp committed Jun 21, 2022
    Copy the full SHA
    30a7382 View commit details
    Browse the repository at this point in the history
  2. add comments

    siriwatknp committed Jun 21, 2022
    Copy the full SHA
    4adf05c View commit details
    Browse the repository at this point in the history
  3. add comments

    siriwatknp committed Jun 21, 2022
    Copy the full SHA
    5b4a178 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7af5cc8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4a00ff7 View commit details
    Browse the repository at this point in the history
  6. remove duplicate content

    siriwatknp committed Jun 21, 2022
    Copy the full SHA
    e6cd10d View commit details
    Browse the repository at this point in the history
  7. add import

    siriwatknp committed Jun 21, 2022
    Copy the full SHA
    ab3f288 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Merge branch 'master' of https://github.com/mui/material-ui into mate…

    …rial-ui/css-vars-types
    siriwatknp committed Jun 22, 2022
    Copy the full SHA
    5f3fa86 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5898750 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    66258e4 View commit details
    Browse the repository at this point in the history