courthive-components 1.10.0 → 1.10.1

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.
@@ -2826,7 +2826,7 @@ var ri = () => "chc-scheduling", ii = /* @__PURE__ */ D((/* @__PURE__ */ w(((e,
2826
2826
  (function(n, r) {
2827
2827
  typeof e == "object" && t !== void 0 ? t.exports = r() : typeof define == "function" && define.amd ? define(r) : (n = typeof globalThis < "u" ? globalThis : n || self).dayjs = r();
2828
2828
  })(e, (function() {
2829
- var e = 1e3, t = 6e4, n = 36e5, r = "millisecond", i = "second", a = "minute", o = "hour", s = "day", c = "week", l = "month", u = "quarter", d = "year", f = "date", p = "Invalid Date", m = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, h = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, g = {
2829
+ var e = 1e3, t = 6e4, n = 36e5, r = "millisecond", i = "second", a = "minute", o = "hour", s = "day", c = "week", l = "month", u = "quarter", d = "year", f = "date", p = "Invalid Date", m = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, h = /\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, g = {
2830
2830
  name: "en",
2831
2831
  weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
2832
2832
  months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
@@ -13794,7 +13794,7 @@ function by(e) {
13794
13794
  }
13795
13795
  function xy(e) {
13796
13796
  let t = 0, n = 0, r = 0, i = 0;
13797
- for (let a of e?.structures ?? []) for (let e of a?.matchUps ?? []) t += 1, e?.winningSide ? n += 1 : e?.schedule?.scheduledTime && (r += 1), e?.matchUpStatus === "IN_PROGRESS" && (i += 1);
13797
+ for (let a of e?.structures ?? []) for (let e of a?.matchUps ?? []) t += 1, e?.winningSide || e?.matchUpStatus === "BYE" ? n += 1 : e?.schedule?.scheduledTime && (r += 1), e?.matchUpStatus === "IN_PROGRESS" && (i += 1);
13798
13798
  return {
13799
13799
  total: t,
13800
13800
  completed: n,
@@ -14174,7 +14174,7 @@ function Pb(e, t) {
14174
14174
  var Fb = {
14175
14175
  name: "courthive-components",
14176
14176
  packageManager: "pnpm@11.3.0",
14177
- version: "1.10.0",
14177
+ version: "1.10.1",
14178
14178
  engines: { node: ">=22" },
14179
14179
  description: "Components for competitions projects",
14180
14180
  files: ["dist"],
@@ -14273,7 +14273,7 @@ var Fb = {
14273
14273
  "class-variance-authority": "0.7.1",
14274
14274
  classnames: "2.5.1",
14275
14275
  d3: "^7.9.0",
14276
- dayjs: "1.11.20",
14276
+ dayjs: "1.11.21",
14277
14277
  "focus-trap": "^8.0.0",
14278
14278
  "timepicker-ui": "^4.1.2",
14279
14279
  "tippy.js": "6.3.7",