fds-vue-core 2.0.81 → 2.0.83
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/fds-vue-core.cjs.js
CHANGED
|
@@ -532,7 +532,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
532
532
|
]),
|
|
533
533
|
vue.unref(hasLabelSlot) || _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
534
534
|
key: 0,
|
|
535
|
-
class: vue.normalizeClass(["relative inline-block leading-6 pl-
|
|
535
|
+
class: vue.normalizeClass(["relative inline-block leading-6 pl-1 select-none", { "cursor-not-allowed": _ctx.disabled }])
|
|
536
536
|
}, [
|
|
537
537
|
vue.unref(hasLabelSlot) ? vue.renderSlot(_ctx.$slots, "default", { key: 0 }) : _ctx.label ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
538
538
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
@@ -1183,7 +1183,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
1183
1183
|
props.disabled && "hover:bg-transparent active:bg-transparent"
|
|
1184
1184
|
]);
|
|
1185
1185
|
const inputClasses = vue.computed(() => [
|
|
1186
|
-
"peer z-2 bg-white min-w-[
|
|
1186
|
+
"peer z-2 bg-white min-w-[20px] min-h-[20px] focus-visible:outline-none rounded-full accent-blue-500",
|
|
1187
1187
|
props.disabled && "cursor-not-allowed"
|
|
1188
1188
|
]);
|
|
1189
1189
|
return (_ctx, _cache) => {
|
|
@@ -1202,13 +1202,13 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
1202
1202
|
disabled: _ctx.disabled,
|
|
1203
1203
|
required: _ctx.required,
|
|
1204
1204
|
type: "radio",
|
|
1205
|
-
class: vue.normalizeClass([inputClasses.value, "m-[
|
|
1205
|
+
class: vue.normalizeClass([inputClasses.value, "m-[2px]"])
|
|
1206
1206
|
}, null, 10, _hoisted_2$g), [
|
|
1207
1207
|
[vue.vModelRadio, radioModel.value]
|
|
1208
1208
|
]),
|
|
1209
1209
|
vue.unref(hasLabelSlot) || _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
1210
1210
|
key: 0,
|
|
1211
|
-
class: vue.normalizeClass(["relative inline-block leading-6 pl-
|
|
1211
|
+
class: vue.normalizeClass(["relative inline-block leading-6 pl-1 select-none", { "cursor-not-allowed": _ctx.disabled }])
|
|
1212
1212
|
}, [
|
|
1213
1213
|
vue.unref(hasLabelSlot) ? vue.renderSlot(_ctx.$slots, "default", { key: 0 }) : _ctx.label ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
1214
1214
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
@@ -3308,8 +3308,8 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3308
3308
|
setup(__props) {
|
|
3309
3309
|
const props = __props;
|
|
3310
3310
|
const stickerClasses = vue.computed(() => [
|
|
3311
|
-
"inline-block font-bold text-sm leading-
|
|
3312
|
-
props.bullet ? "text-base! bg-transparent flex-wrap justify-start items-baseline text-base font-normal
|
|
3311
|
+
"inline-block font-bold text-sm leading-[18px] tracking-normal py-0.5 px-3 rounded-xl border border-transparent whitespace-nowrap max-w-full",
|
|
3312
|
+
props.bullet ? "text-base! bg-transparent flex-wrap justify-start items-baseline text-base font-normal text-gray-700 border-transparent p-0 mr-3" : "",
|
|
3313
3313
|
// Variant colors
|
|
3314
3314
|
props.variant === "blue" && !props.bullet && "bg-blue-600 text-white",
|
|
3315
3315
|
props.variant === "green" && !props.bullet && "bg-green-700 text-white",
|