@mattilsynet/design 3.3.4 → 3.3.6

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,10 +1,22 @@
1
- import "../index.js";
2
- import t from "../styles.module.css.js";
1
+ import "@u-elements/u-progress";
2
+ import { setTooltipElement as t } from "@digdir/designsystemet-web";
3
+ import "../external/@u-elements/u-combobox/dist/u-combobox.js";
4
+ import "../external/@u-elements/u-details/dist/u-details.js";
5
+ import "../analytics/analytics.js";
6
+ import "../app/app-observer.js";
3
7
  import { isBrowser as o, tag as m } from "../utils.js";
4
- import { setTooltipElement as i } from "@digdir/designsystemet-web";
5
- o() && i(
8
+ import i from "../styles.module.css.js";
9
+ import "../toast/toast-helper.js";
10
+ import "../chart/chart-element.js";
11
+ import "../deprecations.js";
12
+ import "../logo/logo-observer.js";
13
+ import "../popover/popover-observer.js";
14
+ import "../table/table-observer.js";
15
+ import "../toast/toast-observer.js";
16
+ import "../validation/validation-observer.js";
17
+ o() && t(
6
18
  document.getElementById("mtds-tooltip") || m("div", {
7
- class: t._tooltip,
19
+ class: i._tooltip,
8
20
  id: "mtds-tooltip",
9
21
  popover: "manual"
10
22
  })
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip-element.js","sources":["../../designsystem/tooltip/tooltip-element.ts"],"sourcesContent":["import { setTooltipElement } from \"..\";\nimport styles from \"../styles.module.css\";\nimport { isBrowser, tag } from \"../utils\";\n\n// Set custom tooltip element\nif (isBrowser())\n\tsetTooltipElement(\n\t\tdocument.getElementById(\"mtds-tooltip\") ||\n\t\t\ttag(\"div\", {\n\t\t\t\tclass: styles._tooltip,\n\t\t\t\tid: \"mtds-tooltip\",\n\t\t\t\tpopover: \"manual\",\n\t\t\t}), // This id is also used by app.module.css\n\t);\n"],"names":["isBrowser","setTooltipElement","tag","styles"],"mappings":";;;;AAKIA,EAAA,KACHC;AAAA,EACC,SAAS,eAAe,cAAc,KACrCC,EAAI,OAAO;AAAA,IACV,OAAOC,EAAO;AAAA,IACd,IAAI;AAAA,IACJ,SAAS;AAAA,EAAA,CACT;AAAA;AAAA;"}
1
+ {"version":3,"file":"tooltip-element.js","sources":["../../designsystem/tooltip/tooltip-element.ts"],"sourcesContent":["import { setTooltipElement } from \"..\";\nimport styles from \"../styles.module.css\";\nimport { isBrowser, tag } from \"../utils\";\n\n// Set custom tooltip element\nif (isBrowser())\n\tsetTooltipElement(\n\t\tdocument.getElementById(\"mtds-tooltip\") ||\n\t\t\ttag(\"div\", {\n\t\t\t\tclass: styles._tooltip,\n\t\t\t\tid: \"mtds-tooltip\",\n\t\t\t\tpopover: \"manual\",\n\t\t\t}), // This id is also used by app.module.css\n\t);\n"],"names":["isBrowser","setTooltipElement","tag","styles"],"mappings":";;;;;;;;;;;;;;;;AAKIA,EAAA,KACHC;AAAA,EACC,SAAS,eAAe,cAAc,KACrCC,EAAI,OAAO;AAAA,IACV,OAAOC,EAAO;AAAA,IACd,IAAI;AAAA,IACJ,SAAS;AAAA,EAAA,CACT;AAAA;AAAA;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mattilsynet/design",
3
- "version": "3.3.4",
3
+ "version": "3.3.6",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",