matcha-theme 20.221.0 → 20.223.0

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.
@@ -10,13 +10,19 @@
10
10
  input[type="number"],
11
11
  input[type="search"],
12
12
  input[type="date"],
13
- input[type="time"],
14
- textarea {
13
+ input[type="time"] {
15
14
  min-height: px-to-rem(20px);
16
15
  /* Mantém a altura dos inputs de texto */
17
16
  line-height: px-to-rem($line-height);
18
17
  padding: 0;
19
18
  }
19
+
20
+ textarea {
21
+ min-height: px-to-rem(20px);
22
+ /* Mantém a altura dos inputs de texto */
23
+ line-height: px-to-rem($line-height);
24
+ padding: 12px 0;
25
+ }
20
26
  }
21
27
  }
22
28
 
@@ -76,7 +76,7 @@
76
76
  padding: 16px 24px;
77
77
  border-radius: 8px;
78
78
  background: getSurface($theme);
79
- @include matcha-elevation(1);
79
+ @include elevation(1);
80
80
  button,
81
81
  form {
82
82
  &:nth-child(n):not(.float-btn-new):not(.btn-search-filter) {
@@ -139,7 +139,7 @@
139
139
  overflow: initial;
140
140
  // background: map-get($background, background);
141
141
  border-radius: 8px;
142
- @include matcha-elevation(1);
142
+ @include elevation(1);
143
143
  // Style
144
144
  display: flex;
145
145
  flex-direction: column;
@@ -147,28 +147,28 @@
147
147
  overflow: hidden;
148
148
 
149
149
  &.card-flat {
150
- @include matcha-elevation(0);
150
+ @include elevation(0);
151
151
  }
152
152
  &.bg-card-view {
153
153
  // Theme
154
- @include matcha-elevation(0);
154
+ @include elevation(0);
155
155
  // Style
156
156
  margin: 0 -16px;
157
157
 
158
158
  .content {
159
159
  // Theme
160
- @include matcha-elevation(0);
160
+ @include elevation(0);
161
161
  // Style
162
162
  background: transparent;
163
163
  }
164
164
  }
165
165
  &.bg-list-view {
166
166
  // Theme
167
- @include matcha-elevation(0);
167
+ @include elevation(0);
168
168
  // Style
169
169
  .content {
170
170
  // Theme
171
- @include matcha-elevation(0);
171
+ @include elevation(0);
172
172
  // Style
173
173
  background: transparent;
174
174
  }
@@ -283,7 +283,7 @@
283
283
 
284
284
  // Sidebar
285
285
  .sidebar {
286
- @include matcha-elevation(7);
286
+ @include elevation(7);
287
287
 
288
288
  display: flex;
289
289
  flex-direction: column;
@@ -329,7 +329,7 @@
329
329
  // Center
330
330
  .center {
331
331
  .content-card {
332
- @include matcha-elevation(1);
332
+ @include elevation(1);
333
333
  background: getSurface($theme);
334
334
  border-radius: 8px;
335
335
  > .toolbar {
@@ -518,7 +518,7 @@
518
518
  // Center
519
519
  > .center {
520
520
  // Theme
521
- @include matcha-elevation(1);
521
+ @include elevation(1);
522
522
 
523
523
  // Style
524
524
  position: relative;
@@ -547,7 +547,7 @@
547
547
  // Sidebar
548
548
  > .sidebar {
549
549
  // Theme
550
- @include matcha-elevation(7);
550
+ @include elevation(7);
551
551
 
552
552
  // Style
553
553
  width: 240px;
@@ -587,7 +587,7 @@
587
587
  > .center {
588
588
  > .content {
589
589
  background: getSurface($theme);
590
- @include matcha-elevation(1);
590
+ @include elevation(1);
591
591
  }
592
592
  }
593
593
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "20.221.0",
3
+ "version": "20.223.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {