tsv2-library 1.1.15 → 1.1.16

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.
@@ -72151,7 +72151,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
72151
72151
  const props = __props;
72152
72152
  const emit = __emit;
72153
72153
  const paperStylesheet2 = computed(() => {
72154
- const pageSize = labelSize.value === "small" ? "103mm 20mm" : "70mm 30mm";
72154
+ const pageSize = labelSize.value === "small" ? "103mm 25mm" : "70mm 30mm";
72155
72155
  return `@page {
72156
72156
  size: ${pageSize};
72157
72157
  }`;
@@ -72159,11 +72159,11 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
72159
72159
  const printLabelLayoutStylesheet = computed(() => {
72160
72160
  const isSmall = labelSize.value === "small";
72161
72161
  const boxWidth = isSmall ? "50mm" : "70mm";
72162
- const boxHeight = isSmall ? "20mm" : "30mm";
72162
+ const boxHeight = isSmall ? "25mm" : "30mm";
72163
72163
  const gridColumns = isSmall ? "repeat(2, 50mm)" : "repeat(1, 70mm)";
72164
72164
  const columnGap = isSmall ? "3mm" : "0";
72165
72165
  const gridWidth = isSmall ? "103mm" : "70mm";
72166
- const labelScale = isSmall ? "1.147" : "1.575";
72166
+ const labelScale = isSmall ? "1.005" : "1.575";
72167
72167
  return `
72168
72168
  .label {
72169
72169
  position: relative;
@@ -72175,7 +72175,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
72175
72175
 
72176
72176
  .label--small {
72177
72177
  width: 190px;
72178
- height: 76px;
72178
+ height: 95px;
72179
72179
  padding: 8px;
72180
72180
  padding-left: calc(8px + 12.5px);
72181
72181
  }