@oncehub/ui-react 1.4.13-beta.1.2 → 1.4.13-beta.1.3
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.d.ts +1 -0
- package/dist/ui-react.es.js +1 -1
- package/dist/ui-react.es.js.map +1 -1
- package/dist/ui-react.umd.js +1 -1
- package/dist/ui-react.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/ui-react.es.js
CHANGED
|
@@ -3594,7 +3594,7 @@ const ac = ({
|
|
|
3594
3594
|
{
|
|
3595
3595
|
ref: f,
|
|
3596
3596
|
"data-testid": "select-input",
|
|
3597
|
-
className: "tw-h-full tw-w-full tw-border-0 tw-border-b-[1px] tw-border-b-[#333333] tw-pb-2 tw-pl-[10px] tw-pr-10 tw-pt-2 tw-text-base tw-leading-5 tw-placeholder-[#666666] tw-shadow-none focus:tw-border-b-2 focus:tw-border-b-[#006bb1] focus:tw-pb-[7px] focus:tw-outline-none focus:tw-ring-[0px] focus-visible:tw-ring-[0px]",
|
|
3597
|
+
className: "tw-h-full tw-w-full tw-border-0 tw-border-b-[1px] tw-border-b-[#333333] tw-pb-2 tw-pl-[10px] tw-pr-10 tw-pt-2 tw-text-base tw-leading-5 tw-truncate tw-placeholder-[#666666] tw-shadow-none focus:tw-border-b-2 focus:tw-border-b-[#006bb1] focus:tw-pb-[7px] focus:tw-outline-none focus:tw-ring-[0px] focus-visible:tw-ring-[0px]",
|
|
3598
3598
|
displayValue: C,
|
|
3599
3599
|
onChange: (G) => {
|
|
3600
3600
|
n(G.target.value), P();
|