@justeattakeaway/pie-divider 0.4.0 → 0.4.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.
package/dist/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  import { unsafeCSS as u, LitElement as f, html as g } from "lit";
2
2
  import { property as c } from "lit/decorators.js";
3
- import "lit/decorators/property.js";
4
3
  const l = (n, i, r) => function(e, t) {
5
4
  const o = `#${t}`;
6
5
  Object.defineProperty(e, t, {
package/dist/react.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import * as E from "react";
2
2
  import { PieDivider as g } from "./index.js";
3
- import { orientations as G, variants as O } from "./index.js";
3
+ import { orientations as k, variants as G } from "./index.js";
4
4
  import "lit";
5
5
  import "lit/decorators.js";
6
- import "lit/decorators/property.js";
7
6
  /**
8
7
  * @license
9
8
  * Copyright 2018 Google LLC
@@ -58,7 +57,7 @@ function b(c = window.React, a, m, p, h) {
58
57
  const N = n.forwardRef((l, e) => o(f, { ...l, _$Gl: e }, l == null ? void 0 : l.children));
59
58
  return N.displayName = f.displayName, N;
60
59
  }
61
- const $ = b({
60
+ const R = b({
62
61
  displayName: "PieDivider",
63
62
  elementClass: g,
64
63
  react: E,
@@ -66,7 +65,7 @@ const $ = b({
66
65
  events: {}
67
66
  });
68
67
  export {
69
- $ as PieDivider,
70
- G as orientations,
71
- O as variants
68
+ R as PieDivider,
69
+ k as orientations,
70
+ G as variants
72
71
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-divider",
3
3
  "description": "PIE Design System Divider built using Web Components",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",