edvoyui-component-library-test-flight 0.0.176 → 0.0.177
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.
|
@@ -25197,7 +25197,7 @@ const CD = /* @__PURE__ */ Ye({
|
|
|
25197
25197
|
}, xS = {
|
|
25198
25198
|
key: 0,
|
|
25199
25199
|
class: "text-red-500"
|
|
25200
|
-
}, kS = { class: "flex flex-row flex-wrap gap-3" }, SD = /* @__PURE__ */ Ye({
|
|
25200
|
+
}, kS = { class: "flex flex-row flex-wrap w-full gap-3" }, SD = /* @__PURE__ */ Ye({
|
|
25201
25201
|
__name: "EUIPillSelect",
|
|
25202
25202
|
props: {
|
|
25203
25203
|
label: {
|
|
@@ -25287,8 +25287,8 @@ const CD = /* @__PURE__ */ Ye({
|
|
|
25287
25287
|
size: "md",
|
|
25288
25288
|
color: "white",
|
|
25289
25289
|
class: ae([
|
|
25290
|
-
|
|
25291
|
-
"
|
|
25290
|
+
"!px-5 !text-sm leading-6 focus:outline-none !font-medium",
|
|
25291
|
+
w(x) ? "!bg-violet-100 !text-violet-600" : "!bg-gray-100 !text-gray-600 hover:!text-gray-800"
|
|
25292
25292
|
]),
|
|
25293
25293
|
rounded: "",
|
|
25294
25294
|
onClick: (k) => b(x),
|