@inchurch/matcha-theme 21.2.0 → 21.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/main.scss +2 -2
  2. package/package.json +1 -1
package/main.scss CHANGED
@@ -259,8 +259,8 @@
259
259
  @include matcha-button-theme($theme);
260
260
  @include matcha-ripple-theme($theme);
261
261
  @include matcha-tooltip-theme($theme);
262
- @include matcha-header-theme($theme);
263
- @include app-page-header-theme($theme);
262
+ @include matcha-header-theme($theme); // DSV3 lib component (não app)
263
+ @include app-page-header-theme($theme); // LEGACY da app (page-header)
264
264
  @include matcha-menu-theme($theme);
265
265
  @include matcha-drop-list-theme($theme);
266
266
  @include matcha-form-field($theme);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inchurch/matcha-theme",
3
- "version": "21.2.0",
3
+ "version": "21.3.1",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {