nve-designsystem 0.1.27 → 0.1.29

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/css/nve.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 Jan 2024 14:04:35 GMT
3
+ * Generated on Wed, 24 Jan 2024 15:22:42 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -161,8 +161,8 @@
161
161
  --sizing-small: 2.5rem; /* 40px */
162
162
  --sizing-x-small: 2rem; /* 32px */
163
163
  --sizing-2x-small: 1.5rem; /* 24px */
164
- --font-weight-semibold: SemiBold;
165
- --font-weight-regular: Regular;
164
+ --font-weight-semibold: 600;
165
+ --font-weight-regular: 400;
166
166
  --font-size-3xlarge: 4rem; /* 64 px */
167
167
  --font-size-2xlarge: 3rem; /* 48 px */
168
168
  --font-size-xlarge: 2.5rem; /* 40 px */
package/css/nve_dark.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 Jan 2024 14:04:35 GMT
3
+ * Generated on Wed, 24 Jan 2024 15:22:42 GMT
4
4
  */
5
5
 
6
6
  :root.darkmode {
package/css/varsom.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 Jan 2024 14:04:36 GMT
3
+ * Generated on Wed, 24 Jan 2024 15:22:43 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -161,8 +161,8 @@
161
161
  --sizing-small: 2.5rem; /* 40px */
162
162
  --sizing-x-small: 2rem; /* 32px */
163
163
  --sizing-2x-small: 1.5rem; /* 24px */
164
- --font-weight-semibold: SemiBold;
165
- --font-weight-regular: Regular;
164
+ --font-weight-semibold: 600;
165
+ --font-weight-regular: 400;
166
166
  --font-size-3xlarge: 4rem; /* 64 px */
167
167
  --font-size-2xlarge: 3rem; /* 48 px */
168
168
  --font-size-xlarge: 2.5rem; /* 40 px */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 Jan 2024 14:04:36 GMT
3
+ * Generated on Wed, 24 Jan 2024 15:22:44 GMT
4
4
  */
5
5
 
6
6
  :root.darkmode {
@@ -17890,6 +17890,7 @@ const Bd = $`
17890
17890
  align-items: center;
17891
17891
  vertical-align: bottom;
17892
17892
  cursor: pointer;
17893
+ margin-left: var(--spacing-xx-small);
17893
17894
  }
17894
17895
  `;
17895
17896
  class Fd {
@@ -7380,6 +7380,7 @@
7380
7380
  align-items: center;
7381
7381
  vertical-align: bottom;
7382
7382
  cursor: pointer;
7383
+ margin-left: var(--spacing-xx-small);
7383
7384
  }
7384
7385
  `;class yd{constructor(e,...o){this.slotNames=[],this.handleSlotChange=r=>{const s=r.target;(this.slotNames.includes("[default]")&&!s.name||s.name&&this.slotNames.includes(s.name))&&this.host.requestUpdate()},(this.host=e).addController(this),this.slotNames=o}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{if(e.nodeType===e.TEXT_NODE&&e.textContent.trim()!=="")return!0;if(e.nodeType===e.ELEMENT_NODE){const o=e;if(o.tagName.toLowerCase()==="sl-visually-hidden")return!1;if(!o.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return this.get(e)!==null}get(e){return this.host.querySelector(`:scope > [slot="${e}"]`)}test(e){return e==="[default]"?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){this.host.shadowRoot.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){this.host.shadowRoot.removeEventListener("slotchange",this.handleSlotChange)}}var _d=Object.defineProperty,wd=Object.getOwnPropertyDescriptor,ei=(t,e,o,r)=>{for(var s=r>1?void 0:r?wd(e,o):e,i=t.length-1,n;i>=0;i--)(n=t[i])&&(s=(r?n(e,o,s):n(s))||s);return r&&s&&_d(e,o,s),s};g.NveIcon=class extends re{constructor(){super(...arguments),this.name=""}render(){return y`<span class="material-symbols-outlined">${this.name}</span>`}},g.NveIcon.styles=$`
7385
7386
  :host {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nve-designsystem",
3
- "version": "0.1.27",
3
+ "version": "0.1.29",
4
4
  "main": "./nve-designsystem.umd.cjs",
5
5
  "module": "./nve-designsystem.js",
6
6
  "type": "module",