kitunga-web 0.1.86 → 0.1.87

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.
@@ -129,7 +129,7 @@
129
129
  .lg .textInput {
130
130
  height: 45px;
131
131
  font-size: 1rem;
132
- padding: var(--spacing-md);
132
+ padding: 0 var(--spacing-md);
133
133
  }
134
134
 
135
135
  .lg .leadingGroup {
@@ -152,7 +152,12 @@
152
152
  .lg .textInput {
153
153
  height: 45px;
154
154
  font-size: 1rem;
155
- padding: var(--spacing-md);
155
+ padding: 0 var(--spacing-md);
156
+ }
157
+
158
+ /* lg + leftIcon: preservar padding-left do hasLeftIcon */
159
+ .lg.hasLeftIcon .textInput {
160
+ padding-left: 2.8rem;
156
161
  }
157
162
 
158
163
  .lg .clearButton {
@@ -120,6 +120,11 @@
120
120
  min-height: 120px;
121
121
  }
122
122
 
123
+ /* lg + leftIcon: preservar padding-left do hasLeftIcon */
124
+ .lg.hasLeftIcon .textArea {
125
+ padding-left: 2.5rem;
126
+ }
127
+
123
128
  .lg .clearButton {
124
129
  width: 28px;
125
130
  height: 28px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitunga-web",
3
- "version": "0.1.86",
3
+ "version": "0.1.87",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {