@mattilsynet/design 3.0.0 → 3.0.2
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/mtds/atlas/atlas-element.js +1 -1
- package/mtds/deprecations.js +43 -36
- package/mtds/deprecations.js.map +1 -1
- package/mtds/external/@u-elements/u-combobox/dist/u-combobox.js +284 -0
- package/mtds/external/@u-elements/u-combobox/dist/u-combobox.js.map +1 -0
- package/mtds/external/@u-elements/u-tabs/dist/u-tabs.js +201 -0
- package/mtds/external/@u-elements/u-tabs/dist/u-tabs.js.map +1 -0
- package/mtds/field/field.stories.d.ts +1 -1
- package/mtds/icons/megaphone.svg +1 -1
- package/mtds/illustrations/index.json +1 -1
- package/mtds/index.iife.js +11 -11
- package/mtds/index.js +37 -22
- package/mtds/package.json.js +1 -1
- package/mtds/styles.css +1 -1
- package/mtds/togglegroup/togglegroup.js +15 -15
- package/mtds/togglegroup/togglegroup.js.map +1 -1
- package/mtds/tooltip/tooltip-element.js +1 -0
- package/mtds/tooltip/tooltip-element.js.map +1 -1
- package/package.json +12 -15
package/mtds/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { UHTMLComboboxElement as x, UHTMLComboboxShadowRoot as U, UHTMLComboboxStyle as d } from "./external/@u-elements/u-combobox/dist/u-combobox.js";
|
|
2
|
+
import { UHTMLTabElement as f, UHTMLTabListElement as S, UHTMLTabListShadowRoot as c, UHTMLTabListStyle as g, UHTMLTabPanelElement as h, UHTMLTabPanelShadowRoot as y, UHTMLTabPanelStyle as C, UHTMLTabShadowRoot as E, UHTMLTabStyle as R, UHTMLTabsElement as k, UHTMLTabsShadowRoot as P, UHTMLTabsStyle as u } from "./external/@u-elements/u-tabs/dist/u-tabs.js";
|
|
3
3
|
import "@u-elements/u-details";
|
|
4
|
-
import
|
|
4
|
+
import o from "./print/print.css.js";
|
|
5
5
|
export * from "@digdir/designsystemet-web";
|
|
6
|
-
import { version as
|
|
7
|
-
import { analytics as
|
|
8
|
-
import { toggleAppExpanded as
|
|
9
|
-
import { fixLawHtml as
|
|
10
|
-
import * as
|
|
11
|
-
import { toast as
|
|
6
|
+
import { version as I } from "./package.json.js";
|
|
7
|
+
import { analytics as j } from "./analytics/analytics.js";
|
|
8
|
+
import { toggleAppExpanded as z } from "./app/app-observer.js";
|
|
9
|
+
import { fixLawHtml as D, getLawChecked as F, parseLawIds as G, parseLawMeta as J, setLawChecked as K, toggleLawChecked as N } from "./law/law-helper.js";
|
|
10
|
+
import * as r from "./styles.module.css.js";
|
|
11
|
+
import { toast as Q } from "./toast/toast-helper.js";
|
|
12
12
|
import "./deprecations.js";
|
|
13
13
|
import "./chart/chart-element.js";
|
|
14
14
|
import "./logo/logo-observer.js";
|
|
@@ -18,19 +18,34 @@ import "./tooltip/tooltip-element.js";
|
|
|
18
18
|
import "./validation/validation-observer.js";
|
|
19
19
|
import "@u-elements/u-datalist";
|
|
20
20
|
import "@u-elements/u-progress";
|
|
21
|
-
const
|
|
21
|
+
const n = String(o).replace(/\/\*[^!][^*]*\*\//gs, "").replace(/(\n|\t)/g, "").replace(/\s+/g, " ");
|
|
22
22
|
export {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
23
|
+
x as UHTMLComboboxElement,
|
|
24
|
+
U as UHTMLComboboxShadowRoot,
|
|
25
|
+
d as UHTMLComboboxStyle,
|
|
26
|
+
f as UHTMLTabElement,
|
|
27
|
+
S as UHTMLTabListElement,
|
|
28
|
+
c as UHTMLTabListShadowRoot,
|
|
29
|
+
g as UHTMLTabListStyle,
|
|
30
|
+
h as UHTMLTabPanelElement,
|
|
31
|
+
y as UHTMLTabPanelShadowRoot,
|
|
32
|
+
C as UHTMLTabPanelStyle,
|
|
33
|
+
E as UHTMLTabShadowRoot,
|
|
34
|
+
R as UHTMLTabStyle,
|
|
35
|
+
k as UHTMLTabsElement,
|
|
36
|
+
P as UHTMLTabsShadowRoot,
|
|
37
|
+
u as UHTMLTabsStyle,
|
|
38
|
+
j as analytics,
|
|
39
|
+
D as fixLawHtml,
|
|
40
|
+
F as getLawChecked,
|
|
41
|
+
G as parseLawIds,
|
|
42
|
+
J as parseLawMeta,
|
|
43
|
+
n as printcss,
|
|
44
|
+
K as setLawChecked,
|
|
45
|
+
r as styles,
|
|
46
|
+
Q as toast,
|
|
47
|
+
z as toggleAppExpanded,
|
|
48
|
+
N as toggleLawChecked,
|
|
49
|
+
I as version
|
|
35
50
|
};
|
|
36
51
|
//# sourceMappingURL=index.js.map
|
package/mtds/package.json.js
CHANGED