analytica-frontend-lib 1.2.34 → 1.2.35

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,9 +5,6 @@ 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
- };
11
8
  var __export = (target, all) => {
12
9
  for (var name in all)
13
10
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -30,25 +27,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
30
27
  ));
31
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
32
29
 
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
-
52
30
  // src/index.ts
53
31
  var src_exports = {};
54
32
  __export(src_exports, {
@@ -17778,7 +17756,7 @@ var supportSchema = import_zod.z.object({
17778
17756
  // src/components/Support/components/TicketModal.tsx
17779
17757
  var import_react58 = require("react");
17780
17758
  var import_dayjs = __toESM(require("dayjs"));
17781
- var import_pt_br = __toESM(require_pt_br());
17759
+ var import_pt_br = require("dayjs/locale/pt-br");
17782
17760
 
17783
17761
  // src/types/support.ts
17784
17762
  var SupportStatus = /* @__PURE__ */ ((SupportStatus2) => {