@proximus/lavender-separator 1.4.1 → 1.4.2-beta.1

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.
Files changed (2) hide show
  1. package/dist/index.es.js +6 -6
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -18,11 +18,11 @@ const b = [
18
18
  "purpose-unlimited",
19
19
  "state-hover",
20
20
  "state-active"
21
- ], c = class c extends p {
21
+ ], n = class n extends p {
22
22
  constructor() {
23
23
  var r;
24
24
  super(l);
25
- const t = document.createElement(this.nativeName);
25
+ const t = document.createElement(n.nativeName);
26
26
  t.classList.add("separator"), this.internals = (r = this.attachInternals) == null ? void 0 : r.call(this), this.shadowRoot.appendChild(t);
27
27
  }
28
28
  static get observedAttributes() {
@@ -156,11 +156,11 @@ const b = [
156
156
  this.setAttribute("inverted", t);
157
157
  }
158
158
  };
159
- c.nativeName = "hr";
160
- let n = c;
161
- customElements.get("px-separator") || customElements.define("px-separator", n);
159
+ n.nativeName = "hr";
160
+ let c = n;
161
+ customElements.get("px-separator") || customElements.define("px-separator", c);
162
162
  export {
163
- n as Separator,
163
+ c as Separator,
164
164
  v as separatorColorValues,
165
165
  b as separatorDirectionValues,
166
166
  u as separatorSizeValues
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-separator",
3
- "version": "1.4.1",
3
+ "version": "1.4.2-beta.1",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",