overview-components 1.0.95 → 1.0.97

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.
@@ -1,28 +1,8 @@
1
- var u = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
- function f(e) {
3
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
- }
1
+ var o = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
5
2
  function l(e) {
6
- if (e.__esModule) return e;
7
- var r = e.default;
8
- if (typeof r == "function") {
9
- var t = function o() {
10
- return this instanceof o ? Reflect.construct(r, arguments, this.constructor) : r.apply(this, arguments);
11
- };
12
- t.prototype = r.prototype;
13
- } else t = {};
14
- return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(o) {
15
- var n = Object.getOwnPropertyDescriptor(e, o);
16
- Object.defineProperty(t, o, n.get ? n : {
17
- enumerable: !0,
18
- get: function() {
19
- return e[o];
20
- }
21
- });
22
- }), t;
3
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
23
4
  }
24
5
  export {
25
- u as commonjsGlobal,
26
- l as getAugmentedNamespace,
27
- f as getDefaultExportFromCjs
6
+ o as commonjsGlobal,
7
+ l as getDefaultExportFromCjs
28
8
  };
@@ -9,7 +9,7 @@ import { msg as Y } from "../node_modules/@lit/localize/init/install.js";
9
9
  import "../node_modules/@lit/localize/init/runtime.js";
10
10
  import { l as w } from "../node_modules/lodash/lodash.js";
11
11
  import { F as o } from "../node_modules/file-saver/dist/FileSaver.min.js";
12
- import { p as V } from "../node_modules/pdfjs-dist/build/pdf.js";
12
+ import * as V from "pdfjs-dist";
13
13
  import { css as K } from "../node_modules/@lit/reactive-element/css-tag.js";
14
14
  var R = Object.defineProperty, M = Object.getOwnPropertyDescriptor, G = (I, C, g, A) => {
15
15
  for (var l = A > 1 ? void 0 : A ? M(C, g) : C, c = I.length - 1, m; c >= 0; c--)
@@ -1,4 +1,4 @@
1
- import t from "../../node_modules/react/index.js";
1
+ import t from "react";
2
2
  import { createComponent as a } from "../../node_modules/@lit/react/create-component.js";
3
3
  import { LitAttachmentsTab as e } from "../lit-attachments-tab.js";
4
4
  const c = a({
@@ -1,4 +1,4 @@
1
- import e from "../../node_modules/react/index.js";
1
+ import e from "react";
2
2
  import { createComponent as t } from "../../node_modules/@lit/react/create-component.js";
3
3
  import { LitBadge as o } from "../lit-badge.js";
4
4
  const i = t({
@@ -1,4 +1,4 @@
1
- import t from "../../node_modules/react/index.js";
1
+ import t from "react";
2
2
  import { createComponent as o } from "../../node_modules/@lit/react/create-component.js";
3
3
  import { LitButton as e } from "../../shared/lit-button.js";
4
4
  const n = o({
@@ -1,4 +1,4 @@
1
- import a from "../../node_modules/react/index.js";
1
+ import a from "react";
2
2
  import { createComponent as e } from "../../node_modules/@lit/react/create-component.js";
3
3
  import { LitCaseVariablesTab as t } from "../lit-case-variables-tab.js";
4
4
  const m = e({
@@ -1,4 +1,4 @@
1
- import t from "../../node_modules/react/index.js";
1
+ import t from "react";
2
2
  import { createComponent as r } from "../../node_modules/@lit/react/create-component.js";
3
3
  import { LitChart as o } from "../lit-chart.js";
4
4
  const c = r({
@@ -1,4 +1,4 @@
1
- import t from "../../node_modules/react/index.js";
1
+ import t from "react";
2
2
  import { createComponent as a } from "../../node_modules/@lit/react/create-component.js";
3
3
  import { LitDataGridTanstack as r } from "../lit-data-grid-tanstack.js";
4
4
  const i = a({
@@ -1,4 +1,4 @@
1
- import t from "../../node_modules/react/index.js";
1
+ import t from "react";
2
2
  import { createComponent as o } from "../../node_modules/@lit/react/create-component.js";
3
3
  import { LitFilterModal as e } from "../lit-filter-modal.js";
4
4
  const l = o({
@@ -1,4 +1,4 @@
1
- import r from "../../node_modules/react/index.js";
1
+ import r from "react";
2
2
  import { createComponent as o } from "../../node_modules/@lit/react/create-component.js";
3
3
  import { LitProgressBar as e } from "../../shared/lit-progress-bar.js";
4
4
  const m = o({
@@ -1,4 +1,4 @@
1
- import t from "../../node_modules/react/index.js";
1
+ import t from "react";
2
2
  import { createComponent as o } from "../../node_modules/@lit/react/create-component.js";
3
3
  import { LitSectionTab as e } from "../lit-section-tab.js";
4
4
  const i = o({
@@ -1,4 +1,4 @@
1
- import e from "../../node_modules/react/index.js";
1
+ import e from "react";
2
2
  import { createComponent as t } from "../../node_modules/@lit/react/create-component.js";
3
3
  import { LitTabsOverview as o } from "../lit-tabs-overview.js";
4
4
  const i = t({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overview-components",
3
- "version": "1.0.95",
3
+ "version": "1.0.97",
4
4
  "description": "A reusable design Lit components for case overview section.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -1,6 +0,0 @@
1
- import * as e from "./__vite-browser-external.js";
2
- import { getAugmentedNamespace as r } from "./_commonjsHelpers.js";
3
- const o = /* @__PURE__ */ r(e);
4
- export {
5
- o as default
6
- };
@@ -1,4 +0,0 @@
1
- const e = {};
2
- export {
3
- e as default
4
- };
@@ -1,6 +0,0 @@
1
- function r(o) {
2
- throw new Error('Could not dynamically require "' + o + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
3
- }
4
- export {
5
- r as commonjsRequire
6
- };
@@ -1,4 +0,0 @@
1
- var e = { exports: {} };
2
- export {
3
- e as __module
4
- };
@@ -1,4 +0,0 @@
1
- var e = { exports: {} };
2
- export {
3
- e as __module
4
- };
@@ -1,4 +0,0 @@
1
- var r = {};
2
- export {
3
- r as __exports
4
- };