@umami/react-zen 0.82.0 → 0.83.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.
package/dist/index.css CHANGED
@@ -3023,19 +3023,19 @@ body a.Button_button__NDYwM {
3023
3023
  }
3024
3024
 
3025
3025
  /* virtual-css:css:ac55918cdbb6b3a9ac9deedf05ce3806 */
3026
- .input_field__ZGEyY {
3026
+ .input_field__MTc5M {
3027
3027
  position: relative;
3028
- min-width: 240px;
3028
+ width: 240px;
3029
3029
  }
3030
- .input_field__ZGEyY,
3031
- .input_row__YTllZ {
3030
+ .input_field__MTc5M,
3031
+ .input_row__Njg2Y {
3032
3032
  position: relative;
3033
3033
  }
3034
- .input_field__ZGEyY[data-readonly] .input_input__ZTAzN,
3035
- .input_field__ZGEyY[data-disabled] .input_input__ZTAzN {
3034
+ .input_field__MTc5M[data-readonly] .input_input__MmIwN,
3035
+ .input_field__MTc5M[data-disabled] .input_input__MmIwN {
3036
3036
  background: var(--base-color-2);
3037
3037
  }
3038
- .input_input__ZTAzN {
3038
+ .input_input__MmIwN {
3039
3039
  font-size: var(--font-size);
3040
3040
  color: var(--font-color);
3041
3041
  border: var(--border);
@@ -3046,24 +3046,24 @@ body a.Button_button__NDYwM {
3046
3046
  line-height: 1.5rem;
3047
3047
  width: 100%;
3048
3048
  }
3049
- .input_input__ZTAzN:focus {
3049
+ .input_input__MmIwN:focus {
3050
3050
  border-color: transparent;
3051
3051
  outline: var(--outline);
3052
3052
  }
3053
- .input_input__ZTAzN::placeholder {
3053
+ .input_input__MmIwN::placeholder {
3054
3054
  color: var(--font-color-muted);
3055
3055
  }
3056
- .input_input__ZTAzN:disabled {
3056
+ .input_input__MmIwN:disabled {
3057
3057
  color: var(--font-color-muted);
3058
3058
  }
3059
- .input_input__ZTAzN::-webkit-search-cancel-button,
3060
- .input_input__ZTAzN::-webkit-search-decoration {
3059
+ .input_input__MmIwN::-webkit-search-cancel-button,
3060
+ .input_input__MmIwN::-webkit-search-decoration {
3061
3061
  -webkit-appearance: none;
3062
3062
  }
3063
- .input_icon__YjcxZ {
3063
+ .input_icon__NWRlZ {
3064
3064
  color: var(--font-color-muted);
3065
3065
  }
3066
- .input_icon__YjcxZ:hover {
3066
+ .input_icon__NWRlZ:hover {
3067
3067
  color: var(--font-color);
3068
3068
  cursor: pointer;
3069
3069
  }
package/dist/index.js CHANGED
@@ -30127,7 +30127,7 @@ function CopyButton({ value, timeout = TIMEOUT, className, children, ...props })
30127
30127
  }
30128
30128
 
30129
30129
  // css-modules:E:\dev\umami-react-zen\src\components\styles\input.module.css
30130
- var input_default = { "field": "input_field__ZGEyY", "row": "input_row__YTllZ", "input": "input_input__ZTAzN", "icon": "input_icon__YjcxZ" };
30130
+ var input_default = { "field": "input_field__MTc5M", "row": "input_row__Njg2Y", "input": "input_input__MmIwN", "icon": "input_icon__NWRlZ" };
30131
30131
 
30132
30132
  // css-modules:E:\dev\umami-react-zen\src\components\TextField.module.css
30133
30133
  var TextField_default = { "allowCopy": "TextField_allowCopy__Y2RhY", "icon": "TextField_icon__MWVlN" };
package/dist/index.mjs CHANGED
@@ -30016,7 +30016,7 @@ function CopyButton({ value, timeout = TIMEOUT, className, children, ...props })
30016
30016
  }
30017
30017
 
30018
30018
  // css-modules:E:\dev\umami-react-zen\src\components\styles\input.module.css
30019
- var input_default = { "field": "input_field__ZGEyY", "row": "input_row__YTllZ", "input": "input_input__ZTAzN", "icon": "input_icon__YjcxZ" };
30019
+ var input_default = { "field": "input_field__MTc5M", "row": "input_row__Njg2Y", "input": "input_input__MmIwN", "icon": "input_icon__NWRlZ" };
30020
30020
 
30021
30021
  // css-modules:E:\dev\umami-react-zen\src\components\TextField.module.css
30022
30022
  var TextField_default = { "allowCopy": "TextField_allowCopy__Y2RhY", "icon": "TextField_icon__MWVlN" };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.82.0",
3
+ "version": "0.83.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",
package/styles.css CHANGED
@@ -311,7 +311,7 @@ li {
311
311
  }
312
312
 
313
313
  :where(input, textarea, select) {
314
- min-width: 240px;
314
+ width: 240px;
315
315
  }
316
316
 
317
317
  :where(*) {
@@ -3343,19 +3343,19 @@ body a.Button_button__NDYwM {
3343
3343
  }
3344
3344
 
3345
3345
  /* virtual-css:css:ac55918cdbb6b3a9ac9deedf05ce3806 */
3346
- .input_field__ZGEyY {
3346
+ .input_field__MTc5M {
3347
3347
  position: relative;
3348
- min-width: 240px;
3348
+ width: 240px;
3349
3349
  }
3350
- .input_field__ZGEyY,
3351
- .input_row__YTllZ {
3350
+ .input_field__MTc5M,
3351
+ .input_row__Njg2Y {
3352
3352
  position: relative;
3353
3353
  }
3354
- .input_field__ZGEyY[data-readonly] .input_input__ZTAzN,
3355
- .input_field__ZGEyY[data-disabled] .input_input__ZTAzN {
3354
+ .input_field__MTc5M[data-readonly] .input_input__MmIwN,
3355
+ .input_field__MTc5M[data-disabled] .input_input__MmIwN {
3356
3356
  background: var(--base-color-2);
3357
3357
  }
3358
- .input_input__ZTAzN {
3358
+ .input_input__MmIwN {
3359
3359
  font-size: var(--font-size);
3360
3360
  color: var(--font-color);
3361
3361
  border: var(--border);
@@ -3366,24 +3366,24 @@ body a.Button_button__NDYwM {
3366
3366
  line-height: 1.5rem;
3367
3367
  width: 100%;
3368
3368
  }
3369
- .input_input__ZTAzN:focus {
3369
+ .input_input__MmIwN:focus {
3370
3370
  border-color: transparent;
3371
3371
  outline: var(--outline);
3372
3372
  }
3373
- .input_input__ZTAzN::placeholder {
3373
+ .input_input__MmIwN::placeholder {
3374
3374
  color: var(--font-color-muted);
3375
3375
  }
3376
- .input_input__ZTAzN:disabled {
3376
+ .input_input__MmIwN:disabled {
3377
3377
  color: var(--font-color-muted);
3378
3378
  }
3379
- .input_input__ZTAzN::-webkit-search-cancel-button,
3380
- .input_input__ZTAzN::-webkit-search-decoration {
3379
+ .input_input__MmIwN::-webkit-search-cancel-button,
3380
+ .input_input__MmIwN::-webkit-search-decoration {
3381
3381
  -webkit-appearance: none;
3382
3382
  }
3383
- .input_icon__YjcxZ {
3383
+ .input_icon__NWRlZ {
3384
3384
  color: var(--font-color-muted);
3385
3385
  }
3386
- .input_icon__YjcxZ:hover {
3386
+ .input_icon__NWRlZ:hover {
3387
3387
  color: var(--font-color);
3388
3388
  cursor: pointer;
3389
3389
  }