@rufous/ui 0.2.78 → 0.2.81
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/main.cjs +1814 -1799
- package/dist/main.css +3 -8
- package/dist/main.js +1827 -1812
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -1059,7 +1059,7 @@ pre {
|
|
|
1059
1059
|
right: 0;
|
|
1060
1060
|
background: var(--surface-color, #fff);
|
|
1061
1061
|
border: 1px solid var(--border-color, #ccc);
|
|
1062
|
-
border-radius:
|
|
1062
|
+
border-radius: 10px;
|
|
1063
1063
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
1064
1064
|
z-index: 1000;
|
|
1065
1065
|
max-height: 250px;
|
|
@@ -1069,7 +1069,6 @@ pre {
|
|
|
1069
1069
|
.autocomplete-option {
|
|
1070
1070
|
padding: 10px 14px;
|
|
1071
1071
|
cursor: pointer;
|
|
1072
|
-
border-bottom: 1px solid var(--border-color, #f0f0f0);
|
|
1073
1072
|
}
|
|
1074
1073
|
.autocomplete-option:last-child {
|
|
1075
1074
|
border-bottom: none;
|
|
@@ -1079,11 +1078,11 @@ pre {
|
|
|
1079
1078
|
}
|
|
1080
1079
|
.autocomplete-main-text {
|
|
1081
1080
|
font-weight: 600;
|
|
1082
|
-
font-size: 0.
|
|
1081
|
+
font-size: 0.8em;
|
|
1083
1082
|
color: var(--text-color, #333);
|
|
1084
1083
|
}
|
|
1085
1084
|
.autocomplete-secondary-text {
|
|
1086
|
-
font-size: 0.
|
|
1085
|
+
font-size: 0.75em;
|
|
1087
1086
|
color: var(--text-secondary, #666);
|
|
1088
1087
|
}
|
|
1089
1088
|
.loading-indicator {
|
|
@@ -1094,10 +1093,6 @@ pre {
|
|
|
1094
1093
|
display: flex;
|
|
1095
1094
|
align-items: center;
|
|
1096
1095
|
}
|
|
1097
|
-
.field-disabled {
|
|
1098
|
-
background-color: var(--hover-color, #f0f0f0);
|
|
1099
|
-
cursor: not-allowed;
|
|
1100
|
-
}
|
|
1101
1096
|
.field-error-text {
|
|
1102
1097
|
color: #dc2626;
|
|
1103
1098
|
font-size: 0.75rem;
|