fds-vue-core 2.0.80 → 2.0.82

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.
@@ -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-2 select-none", { "cursor-not-allowed": _ctx.disabled }])
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-[18px] min-h-[18px] focus-visible:outline-none rounded-full accent-blue-500",
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-[3px]"])
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-2 select-none", { "cursor-not-allowed": _ctx.disabled }])
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)
@@ -3246,7 +3246,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
3246
3246
  });
3247
3247
  return (_ctx, _cache) => {
3248
3248
  return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(componentType.value), vue.mergeProps(componentAttrs.value, {
3249
- class: ["box-border appearance-none text-left w-full flex items-start bg-white p-[calc(1rem-2px)] mb-4 text-blue-600 shadow-lg shadow-blue-200 rounded-2xl no-underline border-2 border-transparent transition-all duration-200 hover:border-blue-600 hover:border-2 active:border-transparent active:shadow-none active:bg-blue_t-100 focus-visible:border-blue-500 focus-visible:border-dashed focus-visible:outline-0", innerClasses.value],
3249
+ class: ["box-border appearance-none text-left w-full flex items-start bg-white p-[calc(1rem-2px)] mb-3 text-blue-600 shadow-lg shadow-blue-200 rounded-2xl no-underline border-2 border-transparent transition-all duration-200 hover:border-blue-600 hover:border-2 active:border-transparent active:shadow-none active:bg-blue_t-100 focus-visible:border-blue-500 focus-visible:border-dashed focus-visible:outline-0", innerClasses.value],
3250
3250
  target: componentType.value === "a" ? _ctx.target : void 0,
3251
3251
  rel: componentType.value === "a" ? _ctx.rel : void 0,
3252
3252
  download: componentType.value === "a" ? _ctx.download : void 0,