@colisweb/rescript-toolkit 5.24.0 → 5.24.1
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/package.json
CHANGED
|
@@ -67,14 +67,14 @@ let make = (
|
|
|
67
67
|
| options =>
|
|
68
68
|
<>
|
|
69
69
|
<div
|
|
70
|
-
className="table table-fixed w-full
|
|
70
|
+
className="table table-fixed w-full mr-8"
|
|
71
71
|
title={options->Array.map(({label}) => label)->Js.Array2.joinWith(", ")}>
|
|
72
72
|
<span className="table-cell truncate text-left">
|
|
73
73
|
{options->Array.map(({label}) => label)->Js.Array2.joinWith(", ")->React.string}
|
|
74
74
|
</span>
|
|
75
75
|
</div>
|
|
76
76
|
<button
|
|
77
|
-
className={"absolute right-1
|
|
77
|
+
className={"absolute right-1 bg-info-100 text-info-600 text-sm rounded px-1.5 py-0.5 inline-flex items-center gap-2"}
|
|
78
78
|
onClick={event => {
|
|
79
79
|
event->JsxEventC.Mouse.stopPropagation
|
|
80
80
|
onChange([])
|
|
@@ -142,14 +142,14 @@ let make = (
|
|
|
142
142
|
| options =>
|
|
143
143
|
<>
|
|
144
144
|
<div
|
|
145
|
-
className="table table-fixed w-full
|
|
145
|
+
className="table table-fixed w-full mr-8"
|
|
146
146
|
title={options->Array.map(({label}) => label)->Js.Array2.joinWith(", ")}>
|
|
147
147
|
<span className="table-cell truncate text-left">
|
|
148
148
|
{options->Array.map(({label}) => label)->Js.Array2.joinWith(", ")->React.string}
|
|
149
149
|
</span>
|
|
150
150
|
</div>
|
|
151
151
|
<button
|
|
152
|
-
className={"absolute right-1
|
|
152
|
+
className={"absolute right-1 bg-info-100 text-info-600 text-sm rounded px-1.5 py-0.5 inline-flex items-center gap-2"}
|
|
153
153
|
onClick={event => {
|
|
154
154
|
event->JsxEventC.Mouse.stopPropagation
|
|
155
155
|
onValidate([])
|