nve-designsystem 4.2.0 → 4.4.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/chunks/chunk.2PCBEMQZ.js +4 -4
- package/chunks/chunk.36O46B5H.js +2 -2
- package/chunks/chunk.4TUIT776.js +1 -1
- package/chunks/chunk.5JY5FUCG.js +325 -344
- package/chunks/chunk.5P45LHIX.js +3 -3
- package/chunks/chunk.6CTB5ZDJ.js +16 -4
- package/chunks/chunk.B4BZKR24.js +2 -2
- package/chunks/chunk.D5YQDJ7X.js +3 -3
- package/chunks/chunk.EA437WHD.js +1 -1
- package/chunks/chunk.GI7VDIWX.js +1 -1
- package/chunks/chunk.GMYPQTFK.js +1 -1
- package/chunks/chunk.HVTXQL7M.js +3 -3
- package/chunks/chunk.IKV4VH3T.js +3 -3
- package/chunks/chunk.IVVHNXMC.js +2 -2
- package/chunks/chunk.JHOXTQXA.js +3 -3
- package/chunks/chunk.JXOKFADN.js +3 -3
- package/chunks/chunk.K7JGTRV7.js +1 -1
- package/chunks/chunk.KPLQLAWP.js +3 -3
- package/chunks/chunk.LD4M4QGE.js +1 -1
- package/chunks/chunk.MSKEYBDI.js +3 -3
- package/chunks/chunk.NYIIDP5N.js +1 -1
- package/chunks/chunk.RWUUFNUL.js +3 -3
- package/chunks/chunk.SAPQLUO4.js +4 -4
- package/chunks/chunk.SI4ACBFK.js +1 -1
- package/chunks/chunk.TP2GB2HO.js +4 -4
- package/chunks/chunk.UDWRA64J.js +3 -3
- package/chunks/chunk.URTPIBTY.js +3 -3
- package/chunks/chunk.VESXC477.js +1 -1
- package/chunks/chunk.XA43ZQPC.js +3 -3
- package/chunks/chunk.XQ2OKYYA.js +3 -3
- package/chunks/chunk.XZNBUGX7.js +1 -1
- package/chunks/chunk.YHLNUJ7P.js +2 -2
- package/chunks/chunk.ZH2AND3P.js +8 -8
- package/chunks/chunk.ZL53POKZ.js +2 -2
- package/chunks/class-map.js +3 -3
- package/chunks/decorate.js +11 -11
- package/chunks/directive-helpers.js +3 -3
- package/chunks/if-defined.js +1 -1
- package/chunks/lit.js +88 -86
- package/chunks/live.js +8 -8
- package/chunks/nve-alert.component.js +9 -9
- package/chunks/nve-carousel-item.component.js +1 -1
- package/chunks/nve-checkbox-group.component.js +7 -7
- package/chunks/nve-label.component.js +1 -1
- package/chunks/nve-warning-level.component.js +4 -4
- package/chunks/ref.js +4 -4
- package/chunks/shoelace.js +771 -771
- package/chunks/static-html.js +16 -13
- package/chunks/unsafe-html.js +1 -1
- package/components/nve-accordion/nve-accordion.component.js +1 -1
- package/components/nve-badge/nve-badge.component.js +1 -1
- package/components/nve-button/nve-button.component.js +1 -1
- package/components/nve-carousel-thumbnail/nve-carousel-thumbnail.component.js +1 -1
- package/components/nve-combobox/nve-combobox.component.js +1 -1
- package/components/nve-darkmode-switch/nve-darkmode-switch.component.js +3 -2
- package/components/nve-heading/nve-heading.component.d.ts +29 -0
- package/components/nve-heading/nve-heading.component.js +45 -0
- package/components/nve-heading/nve-heading.styles.d.ts +2 -0
- package/components/nve-heading/nve-heading.styles.js +41 -0
- package/components/nve-icon/nve-icon.component.js +1 -1
- package/components/nve-link-card/nve-link-card.component.js +6 -6
- package/components/nve-message-card/nve-message-card.component.js +1 -1
- package/components/nve-navigation-card/nve-navigation-card.component.js +8 -8
- package/components/nve-paragraph/nve-paragraph.component.d.ts +26 -0
- package/components/nve-paragraph/nve-paragraph.component.js +26 -0
- package/components/nve-paragraph/nve-paragraph.styles.d.ts +2 -0
- package/components/nve-paragraph/nve-paragraph.styles.js +105 -0
- package/components/nve-stepper/nve-step/nve-step.component.js +21 -21
- package/components/nve-stepper/nve-stepper-mobile.component.js +1 -1
- package/components/nve-stepper/nve-stepper.component.js +1 -1
- package/components/nve-switch/nve-switch.component.js +1 -1
- package/components/nve-tab/nve-tab.component.js +1 -1
- package/components/nve-tab-group/nve-tab-group.component.js +6 -6
- package/components/nve-tab-panel/nve-tab-panel.component.js +1 -1
- package/components/nve-tag/nve-tag.component.js +6 -6
- package/components/nve-textarea/nve-textarea.component.js +12 -12
- package/css/nve.css +54 -45
- package/css/nve_dark.css +16 -7
- package/css/rme.css +54 -45
- package/css/rme_dark.css +16 -7
- package/css/varsom.css +54 -45
- package/css/varsom_dark.css +16 -7
- package/custom-elements.json +170 -1
- package/nve-designsystem.d.ts +3 -1
- package/nve-designsystem.js +23 -21
- package/package.json +15 -7
package/chunks/chunk.2PCBEMQZ.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as e, u as t } from "./lit.js";
|
|
2
2
|
import { a as n, o as r, r as i } from "./decorate.js";
|
|
3
3
|
import { n as a, r as o, t as s } from "./chunk.4TUIT776.js";
|
|
4
4
|
import { a as c, i as l, n as u, r as d, t as f } from "./chunk.SI4ACBFK.js";
|
|
5
5
|
import { t as p } from "./chunk.NYIIDP5N.js";
|
|
6
6
|
import { t as m } from "./chunk.GMYPQTFK.js";
|
|
7
7
|
import { t as h } from "./class-map.js";
|
|
8
|
-
//#region node_modules/@shoelace-style/shoelace/dist/chunks/chunk.B63YXDJO.js
|
|
8
|
+
//#region .pnpm/@shoelace-style+shoelace@2.20.1_@floating-ui+utils@0.2.11_@types+react@19.2.15/node_modules/@shoelace-style/shoelace/dist/chunks/chunk.B63YXDJO.js
|
|
9
9
|
var g = t`
|
|
10
10
|
:host {
|
|
11
11
|
display: block;
|
|
@@ -93,7 +93,7 @@ function y(e) {
|
|
|
93
93
|
return e.closest(t) ?? e.querySelector(t);
|
|
94
94
|
}
|
|
95
95
|
//#endregion
|
|
96
|
-
//#region node_modules/@shoelace-style/shoelace/dist/chunks/chunk.ZJNIZFRS.js
|
|
96
|
+
//#region .pnpm/@shoelace-style+shoelace@2.20.1_@floating-ui+utils@0.2.11_@types+react@19.2.15/node_modules/@shoelace-style/shoelace/dist/chunks/chunk.ZJNIZFRS.js
|
|
97
97
|
var b = class extends s {
|
|
98
98
|
constructor() {
|
|
99
99
|
super(...arguments), this.formControlController = new u(this), this.hasSlotController = new p(this, "help-text", "label"), this.customValidityMessage = "", this.hasButtonGroup = !1, this.errorMessage = "", this.defaultValue = "", this.label = "", this.helpText = "", this.name = "option", this.value = "", this.size = "medium", this.form = "", this.required = !1;
|
|
@@ -259,7 +259,7 @@ b.styles = [
|
|
|
259
259
|
reflect: !0
|
|
260
260
|
})], b.prototype, "required", 2), o([m("size", { waitUntilFirstUpdate: !0 })], b.prototype, "handleSizeChange", 1), o([m("value")], b.prototype, "handleValueChange", 1);
|
|
261
261
|
//#endregion
|
|
262
|
-
//#region node_modules/@shoelace-style/shoelace/dist/chunks/chunk.2PCBEMQZ.js
|
|
262
|
+
//#region .pnpm/@shoelace-style+shoelace@2.20.1_@floating-ui+utils@0.2.11_@types+react@19.2.15/node_modules/@shoelace-style/shoelace/dist/chunks/chunk.2PCBEMQZ.js
|
|
263
263
|
var x = b;
|
|
264
264
|
b.define("sl-radio-group");
|
|
265
265
|
//#endregion
|
package/chunks/chunk.36O46B5H.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as e, u as t } from "./lit.js";
|
|
2
2
|
import { n, t as r } from "./chunk.4TUIT776.js";
|
|
3
3
|
import { t as i } from "./chunk.6CTB5ZDJ.js";
|
|
4
|
-
//#region node_modules/@shoelace-style/shoelace/dist/chunks/chunk.7DUCI5S4.js
|
|
4
|
+
//#region .pnpm/@shoelace-style+shoelace@2.20.1_@floating-ui+utils@0.2.11_@types+react@19.2.15/node_modules/@shoelace-style/shoelace/dist/chunks/chunk.7DUCI5S4.js
|
|
5
5
|
var a = t`
|
|
6
6
|
:host {
|
|
7
7
|
--track-width: 2px;
|
package/chunks/chunk.4TUIT776.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e, u as t } from "./lit.js";
|
|
2
2
|
import { o as n } from "./decorate.js";
|
|
3
|
-
//#region node_modules/@shoelace-style/shoelace/dist/chunks/chunk.KAW7D32O.js
|
|
3
|
+
//#region .pnpm/@shoelace-style+shoelace@2.20.1_@floating-ui+utils@0.2.11_@types+react@19.2.15/node_modules/@shoelace-style/shoelace/dist/chunks/chunk.KAW7D32O.js
|
|
4
4
|
var r = Object.defineProperty, i = Object.defineProperties, a = Object.getOwnPropertyDescriptor, o = Object.getOwnPropertyDescriptors, s = Object.getOwnPropertySymbols, c = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable, u = (e, t) => (t = Symbol[e]) ? t : Symbol.for("Symbol." + e), d = (e) => {
|
|
5
5
|
throw TypeError(e);
|
|
6
6
|
}, f = (e, t, n) => t in e ? r(e, t, {
|