qt-ui-kit 1.0.120 → 1.0.121

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.mjs CHANGED
@@ -11309,17 +11309,17 @@ var MoreFilter = /* @__PURE__ */ ((MoreFilter3) => {
11309
11309
  MoreFilter3["MORE"] = "more";
11310
11310
  return MoreFilter3;
11311
11311
  })(MoreFilter || {});
11312
- var IntegrationService = /* @__PURE__ */ ((IntegrationService4) => {
11313
- IntegrationService4["SLACK"] = "slack";
11314
- IntegrationService4["GMAIL"] = "google_mail";
11315
- IntegrationService4["GCAL"] = "google_calendar";
11316
- IntegrationService4["MSTEAMS"] = "microsoft_teams";
11317
- IntegrationService4["MSMAIL"] = "microsoft_mail";
11318
- IntegrationService4["MSCAL"] = "microsoft_calendar";
11319
- IntegrationService4["AJIRA"] = "atlassian_jira";
11320
- IntegrationService4["CLKUP"] = "clickup";
11321
- IntegrationService4["ASANA"] = "asana";
11322
- return IntegrationService4;
11312
+ var IntegrationService = /* @__PURE__ */ ((IntegrationService3) => {
11313
+ IntegrationService3["SLACK"] = "slack";
11314
+ IntegrationService3["GMAIL"] = "google_mail";
11315
+ IntegrationService3["GCAL"] = "google_calendar";
11316
+ IntegrationService3["MSTEAMS"] = "microsoft_teams";
11317
+ IntegrationService3["MSMAIL"] = "microsoft_mail";
11318
+ IntegrationService3["MSCAL"] = "microsoft_calendar";
11319
+ IntegrationService3["AJIRA"] = "atlassian_jira";
11320
+ IntegrationService3["CLKUP"] = "clickup";
11321
+ IntegrationService3["ASANA"] = "asana";
11322
+ return IntegrationService3;
11323
11323
  })(IntegrationService || {});
11324
11324
  var BaseIconName = /* @__PURE__ */ ((BaseIconName2) => {
11325
11325
  BaseIconName2["SEARCH"] = "search";
@@ -11344,12 +11344,12 @@ var BaseIconName = /* @__PURE__ */ ((BaseIconName2) => {
11344
11344
  BaseIconName2["NOT_DONE"] = "not_done";
11345
11345
  return BaseIconName2;
11346
11346
  })(BaseIconName || {});
11347
- var ColorVariants = /* @__PURE__ */ ((ColorVariants4) => {
11348
- ColorVariants4["RED"] = "#FF7E71";
11349
- ColorVariants4["YELLOW"] = "#FFD481";
11350
- ColorVariants4["GREEN"] = "#E8FE99";
11351
- ColorVariants4["OUTLINED"] = "none";
11352
- return ColorVariants4;
11347
+ var ColorVariants = /* @__PURE__ */ ((ColorVariants3) => {
11348
+ ColorVariants3["RED"] = "#FF7E71";
11349
+ ColorVariants3["YELLOW"] = "#FFD481";
11350
+ ColorVariants3["GREEN"] = "#E8FE99";
11351
+ ColorVariants3["OUTLINED"] = "none";
11352
+ return ColorVariants3;
11353
11353
  })(ColorVariants || {});
11354
11354
  var EventType = /* @__PURE__ */ ((EventType2) => {
11355
11355
  EventType2["EMAIL"] = "email";
@@ -16784,7 +16784,12 @@ function EmailBody({
16784
16784
  <body>${safeText}</body>
16785
16785
  </html>`,
16786
16786
  sandbox: "allow-popups",
16787
- style: { border: 0, width: "100%", height: "500px", display: "block" },
16787
+ style: {
16788
+ border: 0,
16789
+ width: "100%",
16790
+ height: "500px",
16791
+ display: "block"
16792
+ },
16788
16793
  title: "Email Content"
16789
16794
  }
16790
16795
  ) })