Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(patterns)!: theme level patterns, removes mheading, renames CSS …
…vars (#320) * feat!: user-defined theme variants for mtext & mbutton (#278) * feat(text)!: theme variants * refactor(heading)!: removes heading component after merging it into text component * refactor!: changes mtext theme defaults & theme prop resolution algo * docs(text): variant docs * feat(button)!: user defined theme variants * docs: fix headings in beta advanced lab demo (#284) * fix!: typography defaults (#285) * fix!: typography defaults * docs: theme lab typo controls (#286) * docs: adds basic typography controls to ThemeTest lab * docs: adds typography variants controls to ThemeTest lab * docs: moves typography controls to top of themetest lab * fix(theme): 0 values now resolve correctly (#287) * fix!: renames global 'variants' to 'patterns' to avoid name collision with local 'variant' props (#293) * feat!: theme font family weight internally (#289) * feat(input): theme input component text style * feat(textarea): themes textarea text style * feat(actionbarbutton): themes actionbarbutton's text style * feat(button): themes button text style * feat(calendar): themes calendar text styles * feat(choice): themes Choice text style * feat(container): themes container's label & content text styles * docs: more spacing in ThemeTest lab * feat(notice): themes notice's text content * feat(pininput): themes pininput text content * feat: themes SegmentedControl & Select text content * feat(stepper): themes stepper text content * feat(textbutton): themes textbutton's text content * feat: themes labels & sublabels in inline form controls * fix(container): fixes which global text styles are applied to container * docs: adds title family & weight to ThemeTest lab * feat: themes text content in Blades, Dialogs, Modals * fix: headlines have same font family as titles * fix: themed colors for Calendar, Container, & Inline Form components * refactor!: renames heading & body colors to title & paragraph * fix: title & paragraph color theming * fix: label default theme * feat: more typography css inheritance * docs: updates ThemeTest docs & Text docs * refactor: minimizes paragraph css in calendar * refactor: minimizes css styles in container * refactor: minimizes typo css in modal, dialog, blade * refactor: minimizes typo css in input * refactor: minimizes typo css in notice * refactor: minimizes typo css in select * refactor: minimizes typo css in inline form controls * docs: updates variants to patterns * refactor!: prefix public css vars (#305) * refactor!: prefix public css vars * docs: update themes lab to use public css var * refactor!: removes unnecessary color prefix on vars (#307) * refactor!: some font-related config renames (#311) * refactor!: renames font-related color, family, & weight vars * docs(theme): updates after font-related var renames * docs(themetest): updates themetest lab after font-related var renames * docs: adds table of reusable theme vars to theme docs * refactor!: rename css vars again * docs: update themes lab colors theme object * docs: more Themes lab fixes * docs: finally fixes Themes lab
- Loading branch information