@rufous/ui 0.3.59 → 0.3.60

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/dist/main.css +10 -1
  2. package/package.json +1 -1
package/dist/main.css CHANGED
@@ -2810,7 +2810,7 @@ pre {
2810
2810
  padding: 6px 56px 6px 10px;
2811
2811
  }
2812
2812
  .rf-autocomplete.rf-text-field--small .rf-text-field__wrapper {
2813
- min-height: 40px;
2813
+ min-height: 39px;
2814
2814
  padding: 3px 56px 3px 10px;
2815
2815
  }
2816
2816
  .rf-autocomplete.rf-text-field--filled .rf-text-field__wrapper {
@@ -2832,6 +2832,12 @@ pre {
2832
2832
  padding-left: 0;
2833
2833
  margin-top: 0;
2834
2834
  }
2835
+ .rf-autocomplete.rf-text-field--small.rf-text-field--outlined .rf-text-field__input {
2836
+ padding: 5.5px 0 5.5px 4px;
2837
+ }
2838
+ .rf-autocomplete.rf-text-field--small.rf-text-field--filled .rf-text-field__input {
2839
+ padding: 4px 0 4px 2px;
2840
+ }
2835
2841
  .rf-autocomplete.rf-text-field--disabled .rf-text-field__wrapper {
2836
2842
  cursor: not-allowed;
2837
2843
  }
@@ -7864,6 +7870,9 @@ pre {
7864
7870
  .rf-text-field--error .rf-text-field__helper-text {
7865
7871
  color: var(--tf-error-color);
7866
7872
  }
7873
+ .rf-text-field--small .rf-text-field__input {
7874
+ font-size: 0.875rem;
7875
+ }
7867
7876
  .rf-text-field--small.rf-text-field--outlined .rf-text-field__input {
7868
7877
  padding: 8.5px 14px;
7869
7878
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rufous/ui",
3
3
  "private": false,
4
- "version": "0.3.59",
4
+ "version": "0.3.60",
5
5
  "type": "module",
6
6
  "description": "Experimental: A lightweight React UI component library (Beta)",
7
7
  "style": "./dist/main.css",