@mattilsynet/design 3.3.0 → 3.3.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/ai/logo.stories.tsx +5 -4
- package/mtds/atlas/atlas-element.js +1 -1
- package/mtds/index.iife.js +10 -10
- package/mtds/index.js +21 -20
- package/mtds/index.js.map +1 -1
- package/mtds/logo/logo.stories.d.ts +1 -0
- package/mtds/package.json.js +1 -1
- package/mtds/styles.css +1 -1
- package/mtds/table/table-observer.js +3 -3
- package/mtds/table/table-observer.js.map +1 -1
- package/package.json +1 -1
package/mtds/ai/logo.stories.tsx
CHANGED
|
@@ -4,6 +4,9 @@ import { Logo } from "../react";
|
|
|
4
4
|
import styles from "../styles.module.css";
|
|
5
5
|
|
|
6
6
|
const meta = {
|
|
7
|
+
id: "designsystem-logo",
|
|
8
|
+
// TODO: Hide keywords-hack with wide spaces:
|
|
9
|
+
// "Designsystem/Logo \u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000}\u{3000} symbol ikon",
|
|
7
10
|
title: "Designsystem/Logo",
|
|
8
11
|
parameters: {
|
|
9
12
|
layout: "fullscreen",
|
|
@@ -57,9 +60,7 @@ export const React: Story = {
|
|
|
57
60
|
</Logo>
|
|
58
61
|
<Logo as="h1" />
|
|
59
62
|
<Logo href="/" data-env="test">
|
|
60
|
-
|
|
61
|
-
<wbr />
|
|
62
|
-
sertifikat
|
|
63
|
+
Servering
|
|
63
64
|
</Logo>
|
|
64
65
|
<Logo href="/" data-env="test">
|
|
65
66
|
<PlantIcon weight="fill" />
|
|
@@ -100,7 +101,7 @@ export const WithSubbrandEnglish: Story = {
|
|
|
100
101
|
export const WithSubbrandEnvironment: Story = {
|
|
101
102
|
render: () => (
|
|
102
103
|
<a className={styles.logo} href="/" lang="en" data-env="test">
|
|
103
|
-
|
|
104
|
+
Servering
|
|
104
105
|
</a>
|
|
105
106
|
),
|
|
106
107
|
};
|
|
@@ -19,7 +19,7 @@ class r extends g {
|
|
|
19
19
|
}
|
|
20
20
|
constructor() {
|
|
21
21
|
super(), this.attachShadow({ mode: "open" }).append(m("figure")), C(this, `@layer leaflet{${h}}
|
|
22
|
-
@layer mt.v3-3-
|
|
22
|
+
@layer mt.v3-3-2design{${b}`);
|
|
23
23
|
}
|
|
24
24
|
connectedCallback() {
|
|
25
25
|
const t = this.shadowRoot?.lastElementChild, e = a(this, "data-cluster") ?? "false", o = new i.TileLayer(k, {
|