analytica-frontend-lib 1.2.32 → 1.2.34

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.js CHANGED
@@ -5,6 +5,9 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __getProtoOf = Object.getPrototypeOf;
7
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __commonJS = (cb, mod) => function __require() {
9
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
10
+ };
8
11
  var __export = (target, all) => {
9
12
  for (var name in all)
10
13
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -27,6 +30,25 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
30
  ));
28
31
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
32
 
33
+ // node_modules/dayjs/locale/pt-br.js
34
+ var require_pt_br = __commonJS({
35
+ "node_modules/dayjs/locale/pt-br.js"(exports2, module2) {
36
+ "use strict";
37
+ !function(e, o) {
38
+ "object" == typeof exports2 && "undefined" != typeof module2 ? module2.exports = o(require("dayjs")) : "function" == typeof define && define.amd ? define(["dayjs"], o) : (e = "undefined" != typeof globalThis ? globalThis : e || self).dayjs_locale_pt_br = o(e.dayjs);
39
+ }(exports2, function(e) {
40
+ "use strict";
41
+ function o(e2) {
42
+ return e2 && "object" == typeof e2 && "default" in e2 ? e2 : { default: e2 };
43
+ }
44
+ var a = o(e), s = { name: "pt-br", weekdays: "domingo_segunda-feira_ter\xE7a-feira_quarta-feira_quinta-feira_sexta-feira_s\xE1bado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_s\xE1b".split("_"), weekdaysMin: "Do_2\xAA_3\xAA_4\xAA_5\xAA_6\xAA_S\xE1".split("_"), months: "janeiro_fevereiro_mar\xE7o_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(e2) {
45
+ return e2 + "\xBA";
46
+ }, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D [de] MMMM [de] YYYY", LLL: "D [de] MMMM [de] YYYY [\xE0s] HH:mm", LLLL: "dddd, D [de] MMMM [de] YYYY [\xE0s] HH:mm" }, relativeTime: { future: "em %s", past: "h\xE1 %s", s: "poucos segundos", m: "um minuto", mm: "%d minutos", h: "uma hora", hh: "%d horas", d: "um dia", dd: "%d dias", M: "um m\xEAs", MM: "%d meses", y: "um ano", yy: "%d anos" } };
47
+ return a.default.locale(s, null, true), s;
48
+ });
49
+ }
50
+ });
51
+
30
52
  // src/index.ts
31
53
  var src_exports = {};
32
54
  __export(src_exports, {
@@ -17756,7 +17778,7 @@ var supportSchema = import_zod.z.object({
17756
17778
  // src/components/Support/components/TicketModal.tsx
17757
17779
  var import_react58 = require("react");
17758
17780
  var import_dayjs = __toESM(require("dayjs"));
17759
- var import_pt_br = require("dayjs/locale/pt-br");
17781
+ var import_pt_br = __toESM(require_pt_br());
17760
17782
 
17761
17783
  // src/types/support.ts
17762
17784
  var SupportStatus = /* @__PURE__ */ ((SupportStatus2) => {