nve-designsystem 0.4.16 → 0.4.17

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,6 +1,8 @@
1
1
  import { default as SlPopup } from '@shoelace-style/shoelace/dist/components/popup/popup.js';
2
2
  /**
3
- * TODO: Mangler beskrivelse
3
+ * Popup er et verktøy som lar deg deklarativt forankre "popup"-beholdere til et annet element.
4
+ * Popup gir ingen stiler - bare posisjonering!
5
+ * Popup-vinduets foretrukne plassering, avstand og skrens (offset) kan konfigureres ved hjelp av attributter.
4
6
  */
5
7
  export default class NvePopup extends SlPopup {
6
8
  constructor();
@@ -6210,7 +6210,7 @@
6210
6210
  "declarations": [
6211
6211
  {
6212
6212
  "kind": "class",
6213
- "description": "TODO: Mangler beskrivelse",
6213
+ "description": "Popup er et verktøy som lar deg deklarativt forankre \"popup\"-beholdere til et annet element.\nPopup gir ingen stiler - bare posisjonering! \nPopup-vinduets foretrukne plassering, avstand og skrens (offset) kan konfigureres ved hjelp av attributter.",
6214
6214
  "name": "NvePopup",
6215
6215
  "superclass": {
6216
6216
  "name": "SlPopup",
@@ -6219,7 +6219,7 @@
6219
6219
  "tagNameWithoutPrefix": "popup",
6220
6220
  "tagName": "nve-popup",
6221
6221
  "customElement": true,
6222
- "jsDoc": "/**\n * TODO: Mangler beskrivelse\n */",
6222
+ "jsDoc": "/**\n * Popup er et verktøy som lar deg deklarativt forankre \"popup\"-beholdere til et annet element.\n * Popup gir ingen stiler - bare posisjonering! \n * Popup-vinduets foretrukne plassering, avstand og skrens (offset) kan konfigureres ved hjelp av attributter. \n */",
6223
6223
  "cssProperties": [
6224
6224
  {
6225
6225
  "description": "The size of the arrow. Note that an arrow won't be shown unless the `arrow` attribute is used.",
@@ -11405,7 +11405,7 @@
11405
11405
  "package": {
11406
11406
  "name": "nve-designsystem",
11407
11407
  "description": "Designsystem for NVE",
11408
- "version": "0.4.15",
11408
+ "version": "0.4.16",
11409
11409
  "author": {
11410
11410
  "name": "NVE",
11411
11411
  "email": "nve@nve.no"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "license": "MIT",
9
9
  "homepage": "https://github.com/NVE/Designsystem/",
10
- "version": "0.4.16",
10
+ "version": "0.4.17",
11
11
  "customElements": "custom-elements.json",
12
12
  "exports": {
13
13
  ".": {