@producteca/producteca-ui-kit 1.77.3 → 1.77.5

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.
@@ -21057,287 +21057,293 @@ const VisibilityIcon = ({ showPassword, setShowPassword }) => {
21057
21057
  return /* @__PURE__ */ jsx$1("div", { "data-testid": "visibility-toggle", onClick: () => setShowPassword(!showPassword), children: showPassword ? /* @__PURE__ */ jsx$1(Visibility, {}) : /* @__PURE__ */ jsx$1(VisibilityOff, {}) });
21058
21058
  };
21059
21059
  var dayjs_min = { exports: {} };
21060
- (function(module, exports) {
21061
- !function(t, e) {
21062
- module.exports = e();
21063
- }(commonjsGlobal, function() {
21064
- var t = 1e3, e = 6e4, n = 36e5, r2 = "millisecond", i = "second", s = "minute", u = "hour", a = "day", o = "week", c = "month", f = "quarter", h = "year", d = "date", l = "Invalid Date", $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|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, M = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t2) {
21065
- var e2 = ["th", "st", "nd", "rd"], n2 = t2 % 100;
21066
- return "[" + t2 + (e2[(n2 - 20) % 10] || e2[n2] || e2[0]) + "]";
21067
- } }, m = function(t2, e2, n2) {
21068
- var r3 = String(t2);
21069
- return !r3 || r3.length >= e2 ? t2 : "" + Array(e2 + 1 - r3.length).join(n2) + t2;
21070
- }, v = { s: m, z: function(t2) {
21071
- var e2 = -t2.utcOffset(), n2 = Math.abs(e2), r3 = Math.floor(n2 / 60), i2 = n2 % 60;
21072
- return (e2 <= 0 ? "+" : "-") + m(r3, 2, "0") + ":" + m(i2, 2, "0");
21073
- }, m: function t2(e2, n2) {
21074
- if (e2.date() < n2.date()) return -t2(n2, e2);
21075
- var r3 = 12 * (n2.year() - e2.year()) + (n2.month() - e2.month()), i2 = e2.clone().add(r3, c), s2 = n2 - i2 < 0, u2 = e2.clone().add(r3 + (s2 ? -1 : 1), c);
21076
- return +(-(r3 + (n2 - i2) / (s2 ? i2 - u2 : u2 - i2)) || 0);
21077
- }, a: function(t2) {
21078
- return t2 < 0 ? Math.ceil(t2) || 0 : Math.floor(t2);
21079
- }, p: function(t2) {
21080
- return { M: c, y: h, w: o, d: a, D: d, h: u, m: s, s: i, ms: r2, Q: f }[t2] || String(t2 || "").toLowerCase().replace(/s$/, "");
21081
- }, u: function(t2) {
21082
- return void 0 === t2;
21083
- } }, g = "en", D = {};
21084
- D[g] = M;
21085
- var p = "$isDayjsObject", S = function(t2) {
21086
- return t2 instanceof _ || !(!t2 || !t2[p]);
21087
- }, w2 = function t2(e2, n2, r3) {
21088
- var i2;
21089
- if (!e2) return g;
21090
- if ("string" == typeof e2) {
21091
- var s2 = e2.toLowerCase();
21092
- D[s2] && (i2 = s2), n2 && (D[s2] = n2, i2 = s2);
21093
- var u2 = e2.split("-");
21094
- if (!i2 && u2.length > 1) return t2(u2[0]);
21095
- } else {
21096
- var a2 = e2.name;
21097
- D[a2] = e2, i2 = a2;
21098
- }
21099
- return !r3 && i2 && (g = i2), i2 || !r3 && g;
21100
- }, O = function(t2, e2) {
21101
- if (S(t2)) return t2.clone();
21102
- var n2 = "object" == typeof e2 ? e2 : {};
21103
- return n2.date = t2, n2.args = arguments, new _(n2);
21104
- }, b = v;
21105
- b.l = w2, b.i = S, b.w = function(t2, e2) {
21106
- return O(t2, { locale: e2.$L, utc: e2.$u, x: e2.$x, $offset: e2.$offset });
21107
- };
21108
- var _ = function() {
21109
- function M2(t2) {
21110
- this.$L = w2(t2.locale, null, true), this.parse(t2), this.$x = this.$x || t2.x || {}, this[p] = true;
21111
- }
21112
- var m2 = M2.prototype;
21113
- return m2.parse = function(t2) {
21114
- this.$d = function(t3) {
21115
- var e2 = t3.date, n2 = t3.utc;
21116
- if (null === e2) return /* @__PURE__ */ new Date(NaN);
21117
- if (b.u(e2)) return /* @__PURE__ */ new Date();
21118
- if (e2 instanceof Date) return new Date(e2);
21119
- if ("string" == typeof e2 && !/Z$/i.test(e2)) {
21120
- var r3 = e2.match($);
21121
- if (r3) {
21122
- var i2 = r3[2] - 1 || 0, s2 = (r3[7] || "0").substring(0, 3);
21123
- return n2 ? new Date(Date.UTC(r3[1], i2, r3[3] || 1, r3[4] || 0, r3[5] || 0, r3[6] || 0, s2)) : new Date(r3[1], i2, r3[3] || 1, r3[4] || 0, r3[5] || 0, r3[6] || 0, s2);
21124
- }
21125
- }
21126
- return new Date(e2);
21127
- }(t2), this.init();
21128
- }, m2.init = function() {
21129
- var t2 = this.$d;
21130
- this.$y = t2.getFullYear(), this.$M = t2.getMonth(), this.$D = t2.getDate(), this.$W = t2.getDay(), this.$H = t2.getHours(), this.$m = t2.getMinutes(), this.$s = t2.getSeconds(), this.$ms = t2.getMilliseconds();
21131
- }, m2.$utils = function() {
21132
- return b;
21133
- }, m2.isValid = function() {
21134
- return !(this.$d.toString() === l);
21135
- }, m2.isSame = function(t2, e2) {
21136
- var n2 = O(t2);
21137
- return this.startOf(e2) <= n2 && n2 <= this.endOf(e2);
21138
- }, m2.isAfter = function(t2, e2) {
21139
- return O(t2) < this.startOf(e2);
21140
- }, m2.isBefore = function(t2, e2) {
21141
- return this.endOf(e2) < O(t2);
21142
- }, m2.$g = function(t2, e2, n2) {
21143
- return b.u(t2) ? this[e2] : this.set(n2, t2);
21144
- }, m2.unix = function() {
21145
- return Math.floor(this.valueOf() / 1e3);
21146
- }, m2.valueOf = function() {
21147
- return this.$d.getTime();
21148
- }, m2.startOf = function(t2, e2) {
21149
- var n2 = this, r3 = !!b.u(e2) || e2, f2 = b.p(t2), l2 = function(t3, e3) {
21150
- var i2 = b.w(n2.$u ? Date.UTC(n2.$y, e3, t3) : new Date(n2.$y, e3, t3), n2);
21151
- return r3 ? i2 : i2.endOf(a);
21152
- }, $2 = function(t3, e3) {
21153
- return b.w(n2.toDate()[t3].apply(n2.toDate("s"), (r3 ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e3)), n2);
21154
- }, y2 = this.$W, M3 = this.$M, m3 = this.$D, v2 = "set" + (this.$u ? "UTC" : "");
21155
- switch (f2) {
21156
- case h:
21157
- return r3 ? l2(1, 0) : l2(31, 11);
21158
- case c:
21159
- return r3 ? l2(1, M3) : l2(0, M3 + 1);
21160
- case o:
21161
- var g2 = this.$locale().weekStart || 0, D2 = (y2 < g2 ? y2 + 7 : y2) - g2;
21162
- return l2(r3 ? m3 - D2 : m3 + (6 - D2), M3);
21163
- case a:
21164
- case d:
21165
- return $2(v2 + "Hours", 0);
21166
- case u:
21167
- return $2(v2 + "Minutes", 1);
21168
- case s:
21169
- return $2(v2 + "Seconds", 2);
21170
- case i:
21171
- return $2(v2 + "Milliseconds", 3);
21172
- default:
21173
- return this.clone();
21060
+ var hasRequiredDayjs_min;
21061
+ function requireDayjs_min() {
21062
+ if (hasRequiredDayjs_min) return dayjs_min.exports;
21063
+ hasRequiredDayjs_min = 1;
21064
+ (function(module, exports) {
21065
+ !function(t, e) {
21066
+ module.exports = e();
21067
+ }(commonjsGlobal, function() {
21068
+ var t = 1e3, e = 6e4, n = 36e5, r2 = "millisecond", i = "second", s = "minute", u = "hour", a = "day", o = "week", c = "month", f = "quarter", h = "year", d = "date", l = "Invalid Date", $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|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, M = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t2) {
21069
+ var e2 = ["th", "st", "nd", "rd"], n2 = t2 % 100;
21070
+ return "[" + t2 + (e2[(n2 - 20) % 10] || e2[n2] || e2[0]) + "]";
21071
+ } }, m = function(t2, e2, n2) {
21072
+ var r3 = String(t2);
21073
+ return !r3 || r3.length >= e2 ? t2 : "" + Array(e2 + 1 - r3.length).join(n2) + t2;
21074
+ }, v = { s: m, z: function(t2) {
21075
+ var e2 = -t2.utcOffset(), n2 = Math.abs(e2), r3 = Math.floor(n2 / 60), i2 = n2 % 60;
21076
+ return (e2 <= 0 ? "+" : "-") + m(r3, 2, "0") + ":" + m(i2, 2, "0");
21077
+ }, m: function t2(e2, n2) {
21078
+ if (e2.date() < n2.date()) return -t2(n2, e2);
21079
+ var r3 = 12 * (n2.year() - e2.year()) + (n2.month() - e2.month()), i2 = e2.clone().add(r3, c), s2 = n2 - i2 < 0, u2 = e2.clone().add(r3 + (s2 ? -1 : 1), c);
21080
+ return +(-(r3 + (n2 - i2) / (s2 ? i2 - u2 : u2 - i2)) || 0);
21081
+ }, a: function(t2) {
21082
+ return t2 < 0 ? Math.ceil(t2) || 0 : Math.floor(t2);
21083
+ }, p: function(t2) {
21084
+ return { M: c, y: h, w: o, d: a, D: d, h: u, m: s, s: i, ms: r2, Q: f }[t2] || String(t2 || "").toLowerCase().replace(/s$/, "");
21085
+ }, u: function(t2) {
21086
+ return void 0 === t2;
21087
+ } }, g = "en", D = {};
21088
+ D[g] = M;
21089
+ var p = "$isDayjsObject", S = function(t2) {
21090
+ return t2 instanceof _ || !(!t2 || !t2[p]);
21091
+ }, w2 = function t2(e2, n2, r3) {
21092
+ var i2;
21093
+ if (!e2) return g;
21094
+ if ("string" == typeof e2) {
21095
+ var s2 = e2.toLowerCase();
21096
+ D[s2] && (i2 = s2), n2 && (D[s2] = n2, i2 = s2);
21097
+ var u2 = e2.split("-");
21098
+ if (!i2 && u2.length > 1) return t2(u2[0]);
21099
+ } else {
21100
+ var a2 = e2.name;
21101
+ D[a2] = e2, i2 = a2;
21174
21102
  }
21175
- }, m2.endOf = function(t2) {
21176
- return this.startOf(t2, false);
21177
- }, m2.$set = function(t2, e2) {
21178
- var n2, o2 = b.p(t2), f2 = "set" + (this.$u ? "UTC" : ""), l2 = (n2 = {}, n2[a] = f2 + "Date", n2[d] = f2 + "Date", n2[c] = f2 + "Month", n2[h] = f2 + "FullYear", n2[u] = f2 + "Hours", n2[s] = f2 + "Minutes", n2[i] = f2 + "Seconds", n2[r2] = f2 + "Milliseconds", n2)[o2], $2 = o2 === a ? this.$D + (e2 - this.$W) : e2;
21179
- if (o2 === c || o2 === h) {
21180
- var y2 = this.clone().set(d, 1);
21181
- y2.$d[l2]($2), y2.init(), this.$d = y2.set(d, Math.min(this.$D, y2.daysInMonth())).$d;
21182
- } else l2 && this.$d[l2]($2);
21183
- return this.init(), this;
21184
- }, m2.set = function(t2, e2) {
21185
- return this.clone().$set(t2, e2);
21186
- }, m2.get = function(t2) {
21187
- return this[b.p(t2)]();
21188
- }, m2.add = function(r3, f2) {
21189
- var d2, l2 = this;
21190
- r3 = Number(r3);
21191
- var $2 = b.p(f2), y2 = function(t2) {
21192
- var e2 = O(l2);
21193
- return b.w(e2.date(e2.date() + Math.round(t2 * r3)), l2);
21194
- };
21195
- if ($2 === c) return this.set(c, this.$M + r3);
21196
- if ($2 === h) return this.set(h, this.$y + r3);
21197
- if ($2 === a) return y2(1);
21198
- if ($2 === o) return y2(7);
21199
- var M3 = (d2 = {}, d2[s] = e, d2[u] = n, d2[i] = t, d2)[$2] || 1, m3 = this.$d.getTime() + r3 * M3;
21200
- return b.w(m3, this);
21201
- }, m2.subtract = function(t2, e2) {
21202
- return this.add(-1 * t2, e2);
21203
- }, m2.format = function(t2) {
21204
- var e2 = this, n2 = this.$locale();
21205
- if (!this.isValid()) return n2.invalidDate || l;
21206
- var r3 = t2 || "YYYY-MM-DDTHH:mm:ssZ", i2 = b.z(this), s2 = this.$H, u2 = this.$m, a2 = this.$M, o2 = n2.weekdays, c2 = n2.months, f2 = n2.meridiem, h2 = function(t3, n3, i3, s3) {
21207
- return t3 && (t3[n3] || t3(e2, r3)) || i3[n3].slice(0, s3);
21208
- }, d2 = function(t3) {
21209
- return b.s(s2 % 12 || 12, t3, "0");
21210
- }, $2 = f2 || function(t3, e3, n3) {
21211
- var r4 = t3 < 12 ? "AM" : "PM";
21212
- return n3 ? r4.toLowerCase() : r4;
21213
- };
21214
- return r3.replace(y, function(t3, r4) {
21215
- return r4 || function(t4) {
21216
- switch (t4) {
21217
- case "YY":
21218
- return String(e2.$y).slice(-2);
21219
- case "YYYY":
21220
- return b.s(e2.$y, 4, "0");
21221
- case "M":
21222
- return a2 + 1;
21223
- case "MM":
21224
- return b.s(a2 + 1, 2, "0");
21225
- case "MMM":
21226
- return h2(n2.monthsShort, a2, c2, 3);
21227
- case "MMMM":
21228
- return h2(c2, a2);
21229
- case "D":
21230
- return e2.$D;
21231
- case "DD":
21232
- return b.s(e2.$D, 2, "0");
21233
- case "d":
21234
- return String(e2.$W);
21235
- case "dd":
21236
- return h2(n2.weekdaysMin, e2.$W, o2, 2);
21237
- case "ddd":
21238
- return h2(n2.weekdaysShort, e2.$W, o2, 3);
21239
- case "dddd":
21240
- return o2[e2.$W];
21241
- case "H":
21242
- return String(s2);
21243
- case "HH":
21244
- return b.s(s2, 2, "0");
21245
- case "h":
21246
- return d2(1);
21247
- case "hh":
21248
- return d2(2);
21249
- case "a":
21250
- return $2(s2, u2, true);
21251
- case "A":
21252
- return $2(s2, u2, false);
21253
- case "m":
21254
- return String(u2);
21255
- case "mm":
21256
- return b.s(u2, 2, "0");
21257
- case "s":
21258
- return String(e2.$s);
21259
- case "ss":
21260
- return b.s(e2.$s, 2, "0");
21261
- case "SSS":
21262
- return b.s(e2.$ms, 3, "0");
21263
- case "Z":
21264
- return i2;
21103
+ return !r3 && i2 && (g = i2), i2 || !r3 && g;
21104
+ }, O = function(t2, e2) {
21105
+ if (S(t2)) return t2.clone();
21106
+ var n2 = "object" == typeof e2 ? e2 : {};
21107
+ return n2.date = t2, n2.args = arguments, new _(n2);
21108
+ }, b = v;
21109
+ b.l = w2, b.i = S, b.w = function(t2, e2) {
21110
+ return O(t2, { locale: e2.$L, utc: e2.$u, x: e2.$x, $offset: e2.$offset });
21111
+ };
21112
+ var _ = function() {
21113
+ function M2(t2) {
21114
+ this.$L = w2(t2.locale, null, true), this.parse(t2), this.$x = this.$x || t2.x || {}, this[p] = true;
21115
+ }
21116
+ var m2 = M2.prototype;
21117
+ return m2.parse = function(t2) {
21118
+ this.$d = function(t3) {
21119
+ var e2 = t3.date, n2 = t3.utc;
21120
+ if (null === e2) return /* @__PURE__ */ new Date(NaN);
21121
+ if (b.u(e2)) return /* @__PURE__ */ new Date();
21122
+ if (e2 instanceof Date) return new Date(e2);
21123
+ if ("string" == typeof e2 && !/Z$/i.test(e2)) {
21124
+ var r3 = e2.match($);
21125
+ if (r3) {
21126
+ var i2 = r3[2] - 1 || 0, s2 = (r3[7] || "0").substring(0, 3);
21127
+ return n2 ? new Date(Date.UTC(r3[1], i2, r3[3] || 1, r3[4] || 0, r3[5] || 0, r3[6] || 0, s2)) : new Date(r3[1], i2, r3[3] || 1, r3[4] || 0, r3[5] || 0, r3[6] || 0, s2);
21128
+ }
21265
21129
  }
21266
- return null;
21267
- }(t3) || i2.replace(":", "");
21268
- });
21269
- }, m2.utcOffset = function() {
21270
- return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
21271
- }, m2.diff = function(r3, d2, l2) {
21272
- var $2, y2 = this, M3 = b.p(d2), m3 = O(r3), v2 = (m3.utcOffset() - this.utcOffset()) * e, g2 = this - m3, D2 = function() {
21273
- return b.m(y2, m3);
21130
+ return new Date(e2);
21131
+ }(t2), this.init();
21132
+ }, m2.init = function() {
21133
+ var t2 = this.$d;
21134
+ this.$y = t2.getFullYear(), this.$M = t2.getMonth(), this.$D = t2.getDate(), this.$W = t2.getDay(), this.$H = t2.getHours(), this.$m = t2.getMinutes(), this.$s = t2.getSeconds(), this.$ms = t2.getMilliseconds();
21135
+ }, m2.$utils = function() {
21136
+ return b;
21137
+ }, m2.isValid = function() {
21138
+ return !(this.$d.toString() === l);
21139
+ }, m2.isSame = function(t2, e2) {
21140
+ var n2 = O(t2);
21141
+ return this.startOf(e2) <= n2 && n2 <= this.endOf(e2);
21142
+ }, m2.isAfter = function(t2, e2) {
21143
+ return O(t2) < this.startOf(e2);
21144
+ }, m2.isBefore = function(t2, e2) {
21145
+ return this.endOf(e2) < O(t2);
21146
+ }, m2.$g = function(t2, e2, n2) {
21147
+ return b.u(t2) ? this[e2] : this.set(n2, t2);
21148
+ }, m2.unix = function() {
21149
+ return Math.floor(this.valueOf() / 1e3);
21150
+ }, m2.valueOf = function() {
21151
+ return this.$d.getTime();
21152
+ }, m2.startOf = function(t2, e2) {
21153
+ var n2 = this, r3 = !!b.u(e2) || e2, f2 = b.p(t2), l2 = function(t3, e3) {
21154
+ var i2 = b.w(n2.$u ? Date.UTC(n2.$y, e3, t3) : new Date(n2.$y, e3, t3), n2);
21155
+ return r3 ? i2 : i2.endOf(a);
21156
+ }, $2 = function(t3, e3) {
21157
+ return b.w(n2.toDate()[t3].apply(n2.toDate("s"), (r3 ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e3)), n2);
21158
+ }, y2 = this.$W, M3 = this.$M, m3 = this.$D, v2 = "set" + (this.$u ? "UTC" : "");
21159
+ switch (f2) {
21160
+ case h:
21161
+ return r3 ? l2(1, 0) : l2(31, 11);
21162
+ case c:
21163
+ return r3 ? l2(1, M3) : l2(0, M3 + 1);
21164
+ case o:
21165
+ var g2 = this.$locale().weekStart || 0, D2 = (y2 < g2 ? y2 + 7 : y2) - g2;
21166
+ return l2(r3 ? m3 - D2 : m3 + (6 - D2), M3);
21167
+ case a:
21168
+ case d:
21169
+ return $2(v2 + "Hours", 0);
21170
+ case u:
21171
+ return $2(v2 + "Minutes", 1);
21172
+ case s:
21173
+ return $2(v2 + "Seconds", 2);
21174
+ case i:
21175
+ return $2(v2 + "Milliseconds", 3);
21176
+ default:
21177
+ return this.clone();
21178
+ }
21179
+ }, m2.endOf = function(t2) {
21180
+ return this.startOf(t2, false);
21181
+ }, m2.$set = function(t2, e2) {
21182
+ var n2, o2 = b.p(t2), f2 = "set" + (this.$u ? "UTC" : ""), l2 = (n2 = {}, n2[a] = f2 + "Date", n2[d] = f2 + "Date", n2[c] = f2 + "Month", n2[h] = f2 + "FullYear", n2[u] = f2 + "Hours", n2[s] = f2 + "Minutes", n2[i] = f2 + "Seconds", n2[r2] = f2 + "Milliseconds", n2)[o2], $2 = o2 === a ? this.$D + (e2 - this.$W) : e2;
21183
+ if (o2 === c || o2 === h) {
21184
+ var y2 = this.clone().set(d, 1);
21185
+ y2.$d[l2]($2), y2.init(), this.$d = y2.set(d, Math.min(this.$D, y2.daysInMonth())).$d;
21186
+ } else l2 && this.$d[l2]($2);
21187
+ return this.init(), this;
21188
+ }, m2.set = function(t2, e2) {
21189
+ return this.clone().$set(t2, e2);
21190
+ }, m2.get = function(t2) {
21191
+ return this[b.p(t2)]();
21192
+ }, m2.add = function(r3, f2) {
21193
+ var d2, l2 = this;
21194
+ r3 = Number(r3);
21195
+ var $2 = b.p(f2), y2 = function(t2) {
21196
+ var e2 = O(l2);
21197
+ return b.w(e2.date(e2.date() + Math.round(t2 * r3)), l2);
21198
+ };
21199
+ if ($2 === c) return this.set(c, this.$M + r3);
21200
+ if ($2 === h) return this.set(h, this.$y + r3);
21201
+ if ($2 === a) return y2(1);
21202
+ if ($2 === o) return y2(7);
21203
+ var M3 = (d2 = {}, d2[s] = e, d2[u] = n, d2[i] = t, d2)[$2] || 1, m3 = this.$d.getTime() + r3 * M3;
21204
+ return b.w(m3, this);
21205
+ }, m2.subtract = function(t2, e2) {
21206
+ return this.add(-1 * t2, e2);
21207
+ }, m2.format = function(t2) {
21208
+ var e2 = this, n2 = this.$locale();
21209
+ if (!this.isValid()) return n2.invalidDate || l;
21210
+ var r3 = t2 || "YYYY-MM-DDTHH:mm:ssZ", i2 = b.z(this), s2 = this.$H, u2 = this.$m, a2 = this.$M, o2 = n2.weekdays, c2 = n2.months, f2 = n2.meridiem, h2 = function(t3, n3, i3, s3) {
21211
+ return t3 && (t3[n3] || t3(e2, r3)) || i3[n3].slice(0, s3);
21212
+ }, d2 = function(t3) {
21213
+ return b.s(s2 % 12 || 12, t3, "0");
21214
+ }, $2 = f2 || function(t3, e3, n3) {
21215
+ var r4 = t3 < 12 ? "AM" : "PM";
21216
+ return n3 ? r4.toLowerCase() : r4;
21217
+ };
21218
+ return r3.replace(y, function(t3, r4) {
21219
+ return r4 || function(t4) {
21220
+ switch (t4) {
21221
+ case "YY":
21222
+ return String(e2.$y).slice(-2);
21223
+ case "YYYY":
21224
+ return b.s(e2.$y, 4, "0");
21225
+ case "M":
21226
+ return a2 + 1;
21227
+ case "MM":
21228
+ return b.s(a2 + 1, 2, "0");
21229
+ case "MMM":
21230
+ return h2(n2.monthsShort, a2, c2, 3);
21231
+ case "MMMM":
21232
+ return h2(c2, a2);
21233
+ case "D":
21234
+ return e2.$D;
21235
+ case "DD":
21236
+ return b.s(e2.$D, 2, "0");
21237
+ case "d":
21238
+ return String(e2.$W);
21239
+ case "dd":
21240
+ return h2(n2.weekdaysMin, e2.$W, o2, 2);
21241
+ case "ddd":
21242
+ return h2(n2.weekdaysShort, e2.$W, o2, 3);
21243
+ case "dddd":
21244
+ return o2[e2.$W];
21245
+ case "H":
21246
+ return String(s2);
21247
+ case "HH":
21248
+ return b.s(s2, 2, "0");
21249
+ case "h":
21250
+ return d2(1);
21251
+ case "hh":
21252
+ return d2(2);
21253
+ case "a":
21254
+ return $2(s2, u2, true);
21255
+ case "A":
21256
+ return $2(s2, u2, false);
21257
+ case "m":
21258
+ return String(u2);
21259
+ case "mm":
21260
+ return b.s(u2, 2, "0");
21261
+ case "s":
21262
+ return String(e2.$s);
21263
+ case "ss":
21264
+ return b.s(e2.$s, 2, "0");
21265
+ case "SSS":
21266
+ return b.s(e2.$ms, 3, "0");
21267
+ case "Z":
21268
+ return i2;
21269
+ }
21270
+ return null;
21271
+ }(t3) || i2.replace(":", "");
21272
+ });
21273
+ }, m2.utcOffset = function() {
21274
+ return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
21275
+ }, m2.diff = function(r3, d2, l2) {
21276
+ var $2, y2 = this, M3 = b.p(d2), m3 = O(r3), v2 = (m3.utcOffset() - this.utcOffset()) * e, g2 = this - m3, D2 = function() {
21277
+ return b.m(y2, m3);
21278
+ };
21279
+ switch (M3) {
21280
+ case h:
21281
+ $2 = D2() / 12;
21282
+ break;
21283
+ case c:
21284
+ $2 = D2();
21285
+ break;
21286
+ case f:
21287
+ $2 = D2() / 3;
21288
+ break;
21289
+ case o:
21290
+ $2 = (g2 - v2) / 6048e5;
21291
+ break;
21292
+ case a:
21293
+ $2 = (g2 - v2) / 864e5;
21294
+ break;
21295
+ case u:
21296
+ $2 = g2 / n;
21297
+ break;
21298
+ case s:
21299
+ $2 = g2 / e;
21300
+ break;
21301
+ case i:
21302
+ $2 = g2 / t;
21303
+ break;
21304
+ default:
21305
+ $2 = g2;
21306
+ }
21307
+ return l2 ? $2 : b.a($2);
21308
+ }, m2.daysInMonth = function() {
21309
+ return this.endOf(c).$D;
21310
+ }, m2.$locale = function() {
21311
+ return D[this.$L];
21312
+ }, m2.locale = function(t2, e2) {
21313
+ if (!t2) return this.$L;
21314
+ var n2 = this.clone(), r3 = w2(t2, e2, true);
21315
+ return r3 && (n2.$L = r3), n2;
21316
+ }, m2.clone = function() {
21317
+ return b.w(this.$d, this);
21318
+ }, m2.toDate = function() {
21319
+ return new Date(this.valueOf());
21320
+ }, m2.toJSON = function() {
21321
+ return this.isValid() ? this.toISOString() : null;
21322
+ }, m2.toISOString = function() {
21323
+ return this.$d.toISOString();
21324
+ }, m2.toString = function() {
21325
+ return this.$d.toUTCString();
21326
+ }, M2;
21327
+ }(), k = _.prototype;
21328
+ return O.prototype = k, [["$ms", r2], ["$s", i], ["$m", s], ["$H", u], ["$W", a], ["$M", c], ["$y", h], ["$D", d]].forEach(function(t2) {
21329
+ k[t2[1]] = function(e2) {
21330
+ return this.$g(e2, t2[0], t2[1]);
21274
21331
  };
21275
- switch (M3) {
21276
- case h:
21277
- $2 = D2() / 12;
21278
- break;
21279
- case c:
21280
- $2 = D2();
21281
- break;
21282
- case f:
21283
- $2 = D2() / 3;
21284
- break;
21285
- case o:
21286
- $2 = (g2 - v2) / 6048e5;
21287
- break;
21288
- case a:
21289
- $2 = (g2 - v2) / 864e5;
21290
- break;
21291
- case u:
21292
- $2 = g2 / n;
21293
- break;
21294
- case s:
21295
- $2 = g2 / e;
21296
- break;
21297
- case i:
21298
- $2 = g2 / t;
21299
- break;
21300
- default:
21301
- $2 = g2;
21302
- }
21303
- return l2 ? $2 : b.a($2);
21304
- }, m2.daysInMonth = function() {
21305
- return this.endOf(c).$D;
21306
- }, m2.$locale = function() {
21307
- return D[this.$L];
21308
- }, m2.locale = function(t2, e2) {
21309
- if (!t2) return this.$L;
21310
- var n2 = this.clone(), r3 = w2(t2, e2, true);
21311
- return r3 && (n2.$L = r3), n2;
21312
- }, m2.clone = function() {
21313
- return b.w(this.$d, this);
21314
- }, m2.toDate = function() {
21315
- return new Date(this.valueOf());
21316
- }, m2.toJSON = function() {
21317
- return this.isValid() ? this.toISOString() : null;
21318
- }, m2.toISOString = function() {
21319
- return this.$d.toISOString();
21320
- }, m2.toString = function() {
21321
- return this.$d.toUTCString();
21322
- }, M2;
21323
- }(), k = _.prototype;
21324
- return O.prototype = k, [["$ms", r2], ["$s", i], ["$m", s], ["$H", u], ["$W", a], ["$M", c], ["$y", h], ["$D", d]].forEach(function(t2) {
21325
- k[t2[1]] = function(e2) {
21326
- return this.$g(e2, t2[0], t2[1]);
21327
- };
21328
- }), O.extend = function(t2, e2) {
21329
- return t2.$i || (t2(e2, _, O), t2.$i = true), O;
21330
- }, O.locale = w2, O.isDayjs = S, O.unix = function(t2) {
21331
- return O(1e3 * t2);
21332
- }, O.en = D[g], O.Ls = D, O.p = {}, O;
21333
- });
21334
- })(dayjs_min);
21335
- var dayjs_minExports = dayjs_min.exports;
21332
+ }), O.extend = function(t2, e2) {
21333
+ return t2.$i || (t2(e2, _, O), t2.$i = true), O;
21334
+ }, O.locale = w2, O.isDayjs = S, O.unix = function(t2) {
21335
+ return O(1e3 * t2);
21336
+ }, O.en = D[g], O.Ls = D, O.p = {}, O;
21337
+ });
21338
+ })(dayjs_min);
21339
+ return dayjs_min.exports;
21340
+ }
21341
+ var dayjs_minExports = requireDayjs_min();
21336
21342
  const dayjs = /* @__PURE__ */ getDefaultExportFromCjs(dayjs_minExports);
21337
21343
  var es$2 = { exports: {} };
21338
21344
  (function(module, exports) {
21339
21345
  !function(e, o) {
21340
- module.exports = o(dayjs_minExports);
21346
+ module.exports = o(requireDayjs_min());
21341
21347
  }(commonjsGlobal, function(e) {
21342
21348
  function o(e2) {
21343
21349
  return e2 && "object" == typeof e2 && "default" in e2 ? e2 : { default: e2 };
@@ -57615,6 +57621,9 @@ const datePickerDayStyles = {
57615
57621
  color: "var(--grey-900)",
57616
57622
  border: "1px solid var(--grey-900)"
57617
57623
  },
57624
+ "&.Mui-disabled": {
57625
+ opacity: "0.5"
57626
+ },
57618
57627
  "&.Mui-selected": {
57619
57628
  backgroundColor: "var(--primary-500)",
57620
57629
  color: "white",
@@ -67619,13 +67628,50 @@ const Modal2 = Modal$1;
67619
67628
  Modal2.Title = ModalTitle;
67620
67629
  Modal2.Body = ModalBody;
67621
67630
  Modal2.Footer = ModalFooter;
67631
+ const InsertPhotoRoundedIcon = createSvgIcon(/* @__PURE__ */ jsx$1("path", {
67632
+ d: "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2M8.9 13.98l2.1 2.53 3.1-3.99c.2-.26.6-.26.8.01l3.51 4.68c.25.33.01.8-.4.8H6.02c-.42 0-.65-.48-.39-.81L8.12 14c.19-.26.57-.27.78-.02"
67633
+ }), "InsertPhotoRounded");
67634
+ const image = "image-module_image_y02P7";
67635
+ const error$1 = "image-module_error_QtQOy";
67636
+ const styles$c = {
67637
+ "image-container": "image-module_image-container_ZhlhW",
67638
+ "show-border": "image-module_show-border_LV5sz",
67639
+ image,
67640
+ error: error$1
67641
+ };
67642
+ const Image = ({
67643
+ sx,
67644
+ src,
67645
+ alt,
67646
+ imageSx,
67647
+ errorIcon,
67648
+ showBorder = true
67649
+ }) => {
67650
+ const [hasError2, setHasError] = useState(false);
67651
+ useEffect(() => {
67652
+ setHasError(false);
67653
+ }, [src]);
67654
+ const handleImageError = () => {
67655
+ setHasError(true);
67656
+ };
67657
+ return /* @__PURE__ */ jsx$1("div", { className: clsx(styles$c["image-container"], { [styles$c["show-border"]]: showBorder }), style: { ...sx }, children: hasError2 ? !!errorIcon ? errorIcon : /* @__PURE__ */ jsx$1(InsertPhotoRoundedIcon, { className: styles$c.error }) : /* @__PURE__ */ jsx$1(
67658
+ "img",
67659
+ {
67660
+ src,
67661
+ alt: alt || src,
67662
+ className: styles$c.image,
67663
+ style: { ...imageSx },
67664
+ onError: handleImageError
67665
+ }
67666
+ ) });
67667
+ };
67622
67668
  const card = "card-module_card_HG0v6";
67623
67669
  const header$1 = "card-module_header_Jtd2-";
67624
67670
  const title$2 = "card-module_title_9LIjW";
67625
67671
  const description = "card-module_description_nxqlH";
67626
67672
  const disabled$2 = "card-module_disabled_Zdzj7";
67627
67673
  const active$2 = "card-module_active_dTNAe";
67628
- const styles$c = {
67674
+ const styles$b = {
67629
67675
  card,
67630
67676
  header: header$1,
67631
67677
  title: title$2,
@@ -67647,55 +67693,18 @@ const CardBase = ({
67647
67693
  {
67648
67694
  style: sx,
67649
67695
  onClick,
67650
- className: clsx(styles$c.card, { [styles$c.disabled]: disabled2, [styles$c.active]: isActive }),
67696
+ className: clsx(styles$b.card, { [styles$b.disabled]: disabled2, [styles$b.active]: isActive }),
67651
67697
  children: [
67652
- /* @__PURE__ */ jsxs("div", { className: styles$c.header, children: [
67698
+ /* @__PURE__ */ jsxs("div", { className: styles$b.header, children: [
67653
67699
  !!icon2 && icon2,
67654
- !!title2 && /* @__PURE__ */ jsx$1("div", { className: styles$c.title, children: title2 })
67700
+ !!title2 && /* @__PURE__ */ jsx$1("div", { className: styles$b.title, children: title2 })
67655
67701
  ] }),
67656
- !!description2 && /* @__PURE__ */ jsx$1("span", { className: styles$c.description, children: description2 }),
67702
+ !!description2 && /* @__PURE__ */ jsx$1("span", { className: styles$b.description, children: description2 }),
67657
67703
  children
67658
67704
  ]
67659
67705
  }
67660
67706
  );
67661
67707
  const Card = withDebugHandlers(CardBase, "Card");
67662
- const InsertPhotoRoundedIcon = createSvgIcon(/* @__PURE__ */ jsx$1("path", {
67663
- d: "M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2M8.9 13.98l2.1 2.53 3.1-3.99c.2-.26.6-.26.8.01l3.51 4.68c.25.33.01.8-.4.8H6.02c-.42 0-.65-.48-.39-.81L8.12 14c.19-.26.57-.27.78-.02"
67664
- }), "InsertPhotoRounded");
67665
- const image = "image-module_image_y02P7";
67666
- const error$1 = "image-module_error_QtQOy";
67667
- const styles$b = {
67668
- "image-container": "image-module_image-container_ZhlhW",
67669
- "show-border": "image-module_show-border_LV5sz",
67670
- image,
67671
- error: error$1
67672
- };
67673
- const Image = ({
67674
- sx,
67675
- src,
67676
- alt,
67677
- imageSx,
67678
- errorIcon,
67679
- showBorder = true
67680
- }) => {
67681
- const [hasError2, setHasError] = useState(false);
67682
- useEffect(() => {
67683
- setHasError(false);
67684
- }, [src]);
67685
- const handleImageError = () => {
67686
- setHasError(true);
67687
- };
67688
- return /* @__PURE__ */ jsx$1("div", { className: clsx(styles$b["image-container"], { [styles$b["show-border"]]: showBorder }), style: { ...sx }, children: hasError2 ? !!errorIcon ? errorIcon : /* @__PURE__ */ jsx$1(InsertPhotoRoundedIcon, { className: styles$b.error }) : /* @__PURE__ */ jsx$1(
67689
- "img",
67690
- {
67691
- src,
67692
- alt: alt || src,
67693
- className: styles$b.image,
67694
- style: { ...imageSx },
67695
- onError: handleImageError
67696
- }
67697
- ) });
67698
- };
67699
67708
  const ChannelIcon = ({ iconUrl, name }) => /* @__PURE__ */ jsx$1(
67700
67709
  Image,
67701
67710
  {