@bagelink/vue 1.0.64 → 1.0.66

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/index.cjs CHANGED
@@ -16420,7 +16420,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
16420
16420
  max: vue.unref(formattedMax),
16421
16421
  required: _ctx.required,
16422
16422
  disabled: !_ctx.editMode,
16423
- class: vue.normalizeClass(["date-input", {
16423
+ class: vue.normalizeClass(["date-input m-0", {
16424
16424
  "txt-center": _ctx.center
16425
16425
  }]),
16426
16426
  readonly: false,
@@ -16578,7 +16578,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
16578
16578
  };
16579
16579
  }
16580
16580
  });
16581
- const DateInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-f18c11ed"]]);
16581
+ const DateInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-f22ba90f"]]);
16582
16582
  const _hoisted_1$F = ["title"];
16583
16583
  const _hoisted_2$t = { key: 0 };
16584
16584
  const _hoisted_3$o = {
package/dist/index.mjs CHANGED
@@ -16418,7 +16418,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
16418
16418
  max: unref(formattedMax),
16419
16419
  required: _ctx.required,
16420
16420
  disabled: !_ctx.editMode,
16421
- class: normalizeClass(["date-input", {
16421
+ class: normalizeClass(["date-input m-0", {
16422
16422
  "txt-center": _ctx.center
16423
16423
  }]),
16424
16424
  readonly: false,
@@ -16576,7 +16576,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
16576
16576
  };
16577
16577
  }
16578
16578
  });
16579
- const DateInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-f18c11ed"]]);
16579
+ const DateInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-f22ba90f"]]);
16580
16580
  const _hoisted_1$F = ["title"];
16581
16581
  const _hoisted_2$t = { key: 0 };
16582
16582
  const _hoisted_3$o = {
package/dist/style.css CHANGED
@@ -1433,69 +1433,69 @@ pre code.hljs{
1433
1433
  outline-color: var(--input-bg);
1434
1434
  }
1435
1435
 
1436
- .calendar-container[data-v-f18c11ed] {
1436
+ .calendar-container[data-v-f22ba90f] {
1437
1437
  max-width: 90vw;
1438
1438
  }
1439
- .calendar-section[data-v-f18c11ed] {
1439
+ .calendar-section[data-v-f22ba90f] {
1440
1440
  min-width: 280px;
1441
1441
  }
1442
- .calendar-grid[data-v-f18c11ed] {
1442
+ .calendar-grid[data-v-f22ba90f] {
1443
1443
  grid-template-columns: repeat(7, 1fr);
1444
1444
  }
1445
- .month-grid[data-v-f18c11ed] {
1445
+ .month-grid[data-v-f22ba90f] {
1446
1446
  grid-template-columns: repeat(3, 1fr);
1447
1447
  grid-template-rows: repeat(4, 1fr);
1448
1448
  }
1449
- .year-grid[data-v-f18c11ed] {
1449
+ .year-grid[data-v-f22ba90f] {
1450
1450
  grid-template-columns: repeat(3, 1fr);
1451
1451
  grid-template-rows: repeat(7, 1fr);
1452
1452
  }
1453
- .month-item[data-v-f18c11ed],
1454
- .year-item[data-v-f18c11ed] {
1453
+ .month-item[data-v-f22ba90f],
1454
+ .year-item[data-v-f22ba90f] {
1455
1455
  background: none;
1456
1456
  color: var(--bgl-text-color);
1457
1457
  }
1458
- .month-item[data-v-f18c11ed]:hover:not(.disabled),
1459
- .year-item[data-v-f18c11ed]:hover:not(.disabled) {
1458
+ .month-item[data-v-f22ba90f]:hover:not(.disabled),
1459
+ .year-item[data-v-f22ba90f]:hover:not(.disabled) {
1460
1460
  background: var(--bgl-box-bg);
1461
1461
  filter: var(--bgl-hover-filter);
1462
1462
  }
1463
- .month-item[data-v-f18c11ed]:active:not(.disabled),
1464
- .year-item[data-v-f18c11ed]:active:not(.disabled) {
1463
+ .month-item[data-v-f22ba90f]:active:not(.disabled),
1464
+ .year-item[data-v-f22ba90f]:active:not(.disabled) {
1465
1465
  background: var(--bgl-box-bg);
1466
1466
  filter: var(--bgl-active-filter);
1467
1467
  }
1468
- .month-item.selected[data-v-f18c11ed],
1469
- .year-item.selected[data-v-f18c11ed] {
1468
+ .month-item.selected[data-v-f22ba90f],
1469
+ .year-item.selected[data-v-f22ba90f] {
1470
1470
  background-color: var(--bgl-primary);
1471
1471
  color: white;
1472
1472
  }
1473
- .month-item.disabled[data-v-f18c11ed],
1474
- .year-item.disabled[data-v-f18c11ed] {
1473
+ .month-item.disabled[data-v-f22ba90f],
1474
+ .year-item.disabled[data-v-f22ba90f] {
1475
1475
  opacity: 0.6;
1476
1476
  filter: grayscale(0.3);
1477
1477
  }
1478
- .day[data-v-f18c11ed] {
1478
+ .day[data-v-f22ba90f] {
1479
1479
  border: none;
1480
1480
  background: none;
1481
1481
  color: var(--bgl-text-color);
1482
1482
  }
1483
- .day[data-v-f18c11ed]:hover:not(.disabled) {
1483
+ .day[data-v-f22ba90f]:hover:not(.disabled) {
1484
1484
  background-color: var(--input-bg);
1485
1485
  }
1486
- .day.selected[data-v-f18c11ed] {
1486
+ .day.selected[data-v-f22ba90f] {
1487
1487
  background-color: var(--bgl-primary);
1488
1488
  color: var(--bgl-white);
1489
1489
  }
1490
- .day.today[data-v-f18c11ed]:not(.selected) {
1490
+ .day.today[data-v-f22ba90f]:not(.selected) {
1491
1491
  border: 1px solid var(--bgl-primary);
1492
1492
  }
1493
- .day.disabled[data-v-f18c11ed] {
1493
+ .day.disabled[data-v-f22ba90f] {
1494
1494
  opacity: 0.6;
1495
1495
  filter: grayscale(0.3);
1496
1496
  cursor: not-allowed;
1497
1497
  }
1498
- .day.not-in-month[data-v-f18c11ed] {
1498
+ .day.not-in-month[data-v-f22ba90f] {
1499
1499
  opacity: 0.4;
1500
1500
  }
1501
1501
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.0.64",
4
+ "version": "1.0.66",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -418,7 +418,7 @@ onMounted(() => {
418
418
  :max="formattedMax"
419
419
  :required="required"
420
420
  :disabled="!editMode"
421
- class="date-input"
421
+ class="date-input m-0"
422
422
  :class="{
423
423
  'txt-center': center,
424
424
  }"