@justeattakeaway/pie-list 0.1.0 → 0.1.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { unsafeCSS as p, html as o, nothing as g } from "lit";
|
|
2
2
|
import { property as n } from "lit/decorators.js";
|
|
3
3
|
import { safeCustomElement as h } from "@justeattakeaway/pie-webc-core";
|
|
4
|
-
import { P as f } from "./PieElement-
|
|
4
|
+
import { P as f } from "./PieElement-Y2VnHR4y.js";
|
|
5
5
|
import { classMap as y } from "lit/directives/class-map.js";
|
|
6
6
|
const m = {
|
|
7
7
|
isCompact: !1,
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { html as a, unsafeCSS as d } from "lit";
|
|
2
|
-
import { P as m } from "./PieElement-
|
|
2
|
+
import { P as m } from "./PieElement-Y2VnHR4y.js";
|
|
3
3
|
import { RtlMixin as c, safeCustomElement as f } from "@justeattakeaway/pie-webc-core";
|
|
4
4
|
const p = "*,*:after,*:before{box-sizing:inherit}:host{display:block}:host ::slotted(*:nth-last-child(n+2)){--list-item-size-modifier: 1px;--list-item-border-override: var(--list-item-size-modifier) solid var(--dt-color-divider-default)}";
|
|
5
5
|
var h = Object.getOwnPropertyDescriptor, b = (r, s, n, l) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "lit";
|
|
2
2
|
import "lit/decorators.js";
|
|
3
3
|
import "@justeattakeaway/pie-webc-core";
|
|
4
|
-
import "../PieElement-
|
|
4
|
+
import "../PieElement-Y2VnHR4y.js";
|
|
5
5
|
import "lit/directives/class-map.js";
|
|
6
|
-
import { P as s } from "../index-
|
|
6
|
+
import { P as s } from "../index-D4OaeeiJ.js";
|
|
7
7
|
export {
|
|
8
8
|
s as PieListItem
|
|
9
9
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
2
|
import { createComponent as t } from "@lit/react";
|
|
3
|
-
import { P as m } from "../index-
|
|
4
|
-
import { d as c } from "../index-
|
|
3
|
+
import { P as m } from "../index-D4OaeeiJ.js";
|
|
4
|
+
import { d as c } from "../index-D4OaeeiJ.js";
|
|
5
5
|
const i = t({
|
|
6
6
|
displayName: "PieListItem",
|
|
7
7
|
elementClass: m,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-list",
|
|
3
3
|
"description": "PIE Design System List built using Web Components",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@justeattakeaway/pie-components-config": "0.21.3",
|
|
41
|
-
"@justeattakeaway/pie-css": "1.
|
|
41
|
+
"@justeattakeaway/pie-css": "1.3.0",
|
|
42
42
|
"@justeattakeaway/pie-monorepo-utils": "0.9.6"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@justeattakeaway/pie-webc-core": "
|
|
45
|
+
"@justeattakeaway/pie-webc-core": "16.0.0"
|
|
46
46
|
},
|
|
47
47
|
"customElements": "custom-elements.json",
|
|
48
48
|
"sideEffects": [
|