@justeattakeaway/pie-divider 0.4.0 → 0.5.0
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 +0 -1
- package/dist/react.js +5 -6
- package/package.json +3 -3
package/dist/index.js
CHANGED
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
|
|
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
|
|
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
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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
|
+
"version": "0.5.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"author": "JustEatTakeaway.com - Design System Web Team",
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@justeattakeaway/pie-components-config": "
|
|
31
|
+
"@justeattakeaway/pie-components-config": "0.4.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@justeattakeaway/pie-webc-core": "
|
|
34
|
+
"@justeattakeaway/pie-webc-core": "0.9.0"
|
|
35
35
|
},
|
|
36
36
|
"volta": {
|
|
37
37
|
"extends": "../../../package.json"
|