tsv2-library 1.1.21 → 1.1.23

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.
@@ -72111,14 +72111,14 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
72111
72111
  const textSize = computed(() => {
72112
72112
  var _a, _b, _c, _d, _e, _f;
72113
72113
  const largeLinesLength = [
72114
- (((_a = props.label.assetName) == null ? void 0 : _a.length) ?? 0) > 17,
72115
- (((_b = props.label.code) == null ? void 0 : _b.length) ?? 0) > 19,
72114
+ (((_a = props.label.assetName) == null ? void 0 : _a.length) ?? 0) > 19,
72115
+ (((_b = props.label.code) == null ? void 0 : _b.length) ?? 0) > 22,
72116
72116
  (((_c = props.label.category) == null ? void 0 : _c.length) ?? 0) > 16
72117
72117
  ].filter(Boolean).length;
72118
72118
  const mediumLinesLength = [
72119
- (((_d = props.label.assetName) == null ? void 0 : _d.length) ?? 0) > 19,
72120
- (((_e = props.label.code) == null ? void 0 : _e.length) ?? 0) > 24,
72121
- (((_f = props.label.category) == null ? void 0 : _f.length) ?? 0) > 18
72119
+ (((_d = props.label.assetName) == null ? void 0 : _d.length) ?? 0) > 20,
72120
+ (((_e = props.label.code) == null ? void 0 : _e.length) ?? 0) > 29,
72121
+ (((_f = props.label.category) == null ? void 0 : _f.length) ?? 0) > 23
72122
72122
  ].filter(Boolean).length;
72123
72123
  if (largeLinesLength > 0) {
72124
72124
  if (mediumLinesLength > 1)
@@ -72240,13 +72240,13 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
72240
72240
  }
72241
72241
 
72242
72242
  .label--border {
72243
- border: 1px solid #000;
72243
+ outline: 1px solid #000;
72244
72244
  }
72245
72245
 
72246
72246
  .label__logo {
72247
- height: 9px;
72248
- width: 41px;
72249
- padding: 1px;
72247
+ height: 17px;
72248
+ width: 75px;
72249
+ padding: 2.1px;
72250
72250
  align-self: flex-end;
72251
72251
  }
72252
72252
 
@@ -72261,33 +72261,33 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
72261
72261
  }
72262
72262
 
72263
72263
  .label__asset--small {
72264
- font-size: 12px;
72265
- line-height: 16px;
72264
+ font-size: 11px;
72265
+ line-height: 14px;
72266
72266
  }
72267
72267
 
72268
72268
  .label__asset--medium {
72269
- font-size: 14px;
72270
- line-height: 19px;
72269
+ font-size: 12px;
72270
+ line-height: 16px;
72271
72271
  }
72272
72272
 
72273
72273
  .label__asset--large {
72274
- font-size: 16px;
72275
- line-height: 22px;
72274
+ font-size: 14px;
72275
+ line-height: 19px;
72276
72276
  }
72277
72277
 
72278
72278
  .label__code--small {
72279
- font-size: 9px;
72280
- line-height: 12px;
72279
+ font-size: 8px;
72280
+ line-height: 11px;
72281
72281
  }
72282
72282
 
72283
72283
  .label__code--medium {
72284
- font-size: 11px;
72285
- line-height: 14px;
72284
+ font-size: 9px;
72285
+ line-height: 12px;
72286
72286
  }
72287
72287
 
72288
72288
  .label__code--large {
72289
- font-size: 14px;
72290
- line-height: 19px;
72289
+ font-size: 12px;
72290
+ line-height: 16px;
72291
72291
  }
72292
72292
 
72293
72293
  .label__meta {
@@ -72298,13 +72298,13 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
72298
72298
  }
72299
72299
 
72300
72300
  .label__meta--small {
72301
- font-size: 9px;
72302
- line-height: 12px;
72301
+ font-size: 8px;
72302
+ line-height: 11px;
72303
72303
  }
72304
72304
 
72305
72305
  .label__meta--medium {
72306
- font-size: 11px;
72307
- line-height: 14px;
72306
+ font-size: 9px;
72307
+ line-height: 12px;
72308
72308
  }
72309
72309
 
72310
72310
  .label__meta--large {