@streamscloud/kit 0.2.7-1772698500959 → 0.2.8

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.
@@ -66,6 +66,8 @@
66
66
  @mixin input-icon() {
67
67
  color: var(--_input--icon--color);
68
68
  font-size: var(--_input--icon--size);
69
+ line-height: 0;
70
+ cursor: pointer;
69
71
  }
70
72
 
71
73
  @mixin input-accent-shadow() {
@@ -266,6 +266,8 @@ A date/time picker powered by flatpickr, supporting date, time, and datetime mod
266
266
  flex-shrink: 0;
267
267
  color: var(--_input--icon--color);
268
268
  font-size: var(--_input--icon--size);
269
+ line-height: 0;
270
+ cursor: pointer;
269
271
  }
270
272
  .datetime-picker__input {
271
273
  flex: 1;
@@ -223,6 +223,8 @@ Text/password input with optional clear button, icon, and emoji picker.
223
223
  margin-right: 0.625em;
224
224
  color: var(--_input--icon--color);
225
225
  font-size: var(--_input--icon--size);
226
+ line-height: 0;
227
+ cursor: pointer;
226
228
  }
227
229
  :global(.input__icon:not(:has(*))) {
228
230
  margin-right: 0 !important;
@@ -230,6 +232,8 @@ Text/password input with optional clear button, icon, and emoji picker.
230
232
  .input__clear-wrapper {
231
233
  color: var(--_input--icon--color);
232
234
  font-size: var(--_input--icon--size);
235
+ line-height: 0;
236
+ cursor: pointer;
233
237
  }
234
238
  .input__clear-button {
235
239
  margin-left: 0.625em;
@@ -236,6 +236,8 @@ Uses cleave-zen for formatting and cursor tracking.
236
236
  margin-right: 0.625em;
237
237
  color: var(--_input--icon--color);
238
238
  font-size: var(--_input--icon--size);
239
+ line-height: 0;
240
+ cursor: pointer;
239
241
  }
240
242
  :global(.numeral-input__icon:not(:has(*))) {
241
243
  margin-right: 0 !important;
@@ -243,6 +245,8 @@ Uses cleave-zen for formatting and cursor tracking.
243
245
  .numeral-input__clear-wrapper {
244
246
  color: var(--_input--icon--color);
245
247
  font-size: var(--_input--icon--size);
248
+ line-height: 0;
249
+ cursor: pointer;
246
250
  }
247
251
  .numeral-input__clear-button {
248
252
  margin-left: 0.625em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/kit",
3
- "version": "0.2.7-1772698500959",
3
+ "version": "0.2.8",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",