Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
23c7c1c
-checkbox styles and variables moved
Sep 10, 2019
b8065d5
-remove tests for base theme
Sep 10, 2019
d0bf237
-Dialog variables + styles moved to teams theme
Sep 10, 2019
850bcfb
-moved image styles + variables to teams theme
Sep 10, 2019
376031f
-moved provider box styles + variables to teams theme
Sep 10, 2019
4f0e47d
-moved Text styles + variables to teams theme
Sep 10, 2019
249223a
-moved Input styles + variables to teams theme
Sep 10, 2019
de9eb99
-moved Slider styles + variables to teams theme
Sep 10, 2019
271e2c9
-moved Loader styles + variables to teams theme
Sep 10, 2019
46cd35f
-moved Icons styles + variables to teams theme
Sep 10, 2019
e340737
-moved Flex, Grid and Toolbar styles + variables to teams theme
Sep 10, 2019
584f5ad
-fixes
Sep 10, 2019
c044d23
-fixed typings
Sep 10, 2019
d6ad3f8
Merge branch 'master' into refactor/move-base-styles-to-teams-theme
Sep 10, 2019
990f43b
-updated changelog
Sep 10, 2019
5ae3244
Merge branch 'master' into refactor/move-base-styles-to-teams-theme
Sep 10, 2019
d07616b
-updated test
Sep 10, 2019
d106cc8
-updated steps
Sep 11, 2019
fb03742
-revert site variables changes in Teams theme
Sep 11, 2019
9ad2b3f
-removed base theme tests for Checkbox component
Sep 11, 2019
20c72af
Merge branch 'master' into refactor/move-base-styles-to-teams-theme
mnajdova Sep 11, 2019
e1fabcc
Merge branch 'master' into refactor/move-base-styles-to-teams-theme
mnajdova Sep 11, 2019
e50aced
-updated changelog
Sep 11, 2019
549910a
Merge branch 'master' into refactor/move-base-styles-to-teams-theme
mnajdova Sep 11, 2019
d55e87d
Merge branch 'master' into refactor/move-base-styles-to-teams-theme
mnajdova Sep 11, 2019
7d65f2f
-fixed import
Sep 11, 2019
5c539a8
Merge remote-tracking branch 'origin/refactor/move-base-styles-to-tea…
Sep 11, 2019
389c944
-conver Teams theme to be ThemePrepared
Sep 11, 2019
ba73b4a
-convert Teams theme to be ThemePrepared
Sep 11, 2019
7b23e69
-typing fixes
Sep 11, 2019
97bbec9
Merge branch 'master' into refactor/move-base-styles-to-teams-theme
mnajdova Sep 11, 2019
532a932
-removed accordionContentVariables
Sep 12, 2019
4998130
Merge remote-tracking branch 'origin/refactor/move-base-styles-to-tea…
Sep 12, 2019
d343b5c
-removed variables for accordion content
Sep 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### BREAKING CHANGES
- Remove base theme and move everything to teams theme @mnajdova ([#1908](https://github.com/stardust-ui/react/pull/1908))

### Fixes
- Fix `Menu` and `Submenu` to use correct indicator icon and have correct width behavior [redlines] @bcalvery ([#1831](https://github.com/stardust-ui/react/pull/1831))
- Fix order of applying unhandled props and key handlers @jurokapsiar ([#1901](https://github.com/stardust-ui/react/pull/1901))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import getScreenerSteps from '../commonScreenerSteps'

export const config: ScreenerTestsConfig = {
themes: ['base', 'teams'],
steps: getScreenerSteps(),
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import getScreenerSteps from '../commonScreenerSteps'

export const config: ScreenerTestsConfig = {
themes: ['base', 'teams'],
steps: getScreenerSteps(),
}

Expand Down
193 changes: 0 additions & 193 deletions packages/react/src/themes/base/colors.ts

This file was deleted.

25 changes: 0 additions & 25 deletions packages/react/src/themes/base/componentStyles.ts

This file was deleted.

22 changes: 0 additions & 22 deletions packages/react/src/themes/base/componentVariables.ts

This file was deleted.

This file was deleted.

Loading