@hiver/connector-agent 1.3.8-beta.3 → 1.3.8-beta.4
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/index.es.js +6 -0
- package/index.umd.js +6 -0
- package/package.json +1 -1
package/index.es.js
CHANGED
|
@@ -40103,6 +40103,9 @@ const Zz = (e) => /* @__PURE__ */ v.jsx(aR, { ...e }), Jz = j(Zz)`
|
|
|
40103
40103
|
& .hiverFormField__value-container .hiverFormField__single-value {
|
|
40104
40104
|
margin-top: -2px;
|
|
40105
40105
|
color: #3e4c5a;
|
|
40106
|
+
&::first-letter {
|
|
40107
|
+
text-transform: capitalize;
|
|
40108
|
+
}
|
|
40106
40109
|
}
|
|
40107
40110
|
& .hiverFormField__option {
|
|
40108
40111
|
background-color: #fff;
|
|
@@ -40110,6 +40113,9 @@ const Zz = (e) => /* @__PURE__ */ v.jsx(aR, { ...e }), Jz = j(Zz)`
|
|
|
40110
40113
|
&:hover {
|
|
40111
40114
|
background-color: rgba(0, 0, 0, 0.04);
|
|
40112
40115
|
}
|
|
40116
|
+
& span:first-letter {
|
|
40117
|
+
text-transform: capitalize;
|
|
40118
|
+
}
|
|
40113
40119
|
}
|
|
40114
40120
|
& .hiverFormField__option--is-selected {
|
|
40115
40121
|
background-color: rgb(80, 109, 255, 0.12);
|
package/index.umd.js
CHANGED
|
@@ -2566,6 +2566,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2566
2566
|
& .hiverFormField__value-container .hiverFormField__single-value {
|
|
2567
2567
|
margin-top: -2px;
|
|
2568
2568
|
color: #3e4c5a;
|
|
2569
|
+
&::first-letter {
|
|
2570
|
+
text-transform: capitalize;
|
|
2571
|
+
}
|
|
2569
2572
|
}
|
|
2570
2573
|
& .hiverFormField__option {
|
|
2571
2574
|
background-color: #fff;
|
|
@@ -2573,6 +2576,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2573
2576
|
&:hover {
|
|
2574
2577
|
background-color: rgba(0, 0, 0, 0.04);
|
|
2575
2578
|
}
|
|
2579
|
+
& span:first-letter {
|
|
2580
|
+
text-transform: capitalize;
|
|
2581
|
+
}
|
|
2576
2582
|
}
|
|
2577
2583
|
& .hiverFormField__option--is-selected {
|
|
2578
2584
|
background-color: rgb(80, 109, 255, 0.12);
|