@justeattakeaway/pie-button 0.9.0 → 0.10.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/CHANGELOG.md +12 -0
- package/dist/types/src/index.d.ts +0 -5
- package/dist/types/src/index.d.ts.map +1 -1
- package/package.json +2 -1
- package/src/index.ts +0 -6
- package/.turbo/turbo-build.log +0 -29
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [Fixed] - Added module entry for component
|
|
8
|
+
|
|
9
|
+
## 0.10.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [Removed] Global declare statement ([#371](https://github.com/justeattakeaway/pie/pull/371)) by [@kevinrodrigues](https://github.com/kevinrodrigues)
|
|
14
|
+
|
|
3
15
|
## 0.9.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -9,9 +9,4 @@ export declare class PieButton extends LitElement {
|
|
|
9
9
|
render(): import("lit-html").TemplateResult<1>;
|
|
10
10
|
static styles: import("lit").CSSResult;
|
|
11
11
|
}
|
|
12
|
-
declare global {
|
|
13
|
-
interface HTMLElementTagNameMap {
|
|
14
|
-
'pie-button': PieButton;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAMlD,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAGlE,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC;AAWpD,qBACa,SAAU,SAAQ,UAAU;IAGrC,IAAI,EAAG,WAAW,CAAsB;IAIxC,IAAI,EAAG,WAAW,CAAsB;IAIxC,OAAO,EAAG,cAAc,CAA0B;IAGlD,QAAQ,EAAG,OAAO,CAAS;IAE3B,MAAM;IA2BN,MAAM,CAAC,MAAM,0BAAqB;CACrC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,KAAK,CAAC;AAMlD,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAGlE,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC;AAWpD,qBACa,SAAU,SAAQ,UAAU;IAGrC,IAAI,EAAG,WAAW,CAAsB;IAIxC,IAAI,EAAG,WAAW,CAAsB;IAIxC,OAAO,EAAG,cAAc,CAA0B;IAGlD,QAAQ,EAAG,OAAO,CAAS;IAE3B,MAAM;IA2BN,MAAM,CAAC,MAAM,0BAAqB;CACrC"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-button",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "PIE design system button built using web components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.js",
|
|
7
8
|
"types": "dist/types/index.d.ts",
|
|
8
9
|
"scripts": {
|
|
9
10
|
"build": "run -T vite build",
|
package/src/index.ts
CHANGED
package/.turbo/turbo-build.log
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
[36mvite v4.0.4 [32mbuilding for production...[36m[39m
|
|
2
|
-
transforming...
|
|
3
|
-
[32m✓[39m 4 modules transformed.
|
|
4
|
-
rendering chunks...
|
|
5
|
-
computing gzip size...
|
|
6
|
-
[2mdist/[22m[36mindex.js [39m[1m[2m3.81 kB[22m[1m[22m[2m │ gzip: 1.60 kB[22m
|
|
7
|
-
[32m
|
|
8
|
-
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
9
|
-
[96m../../../node_modules/@types/react-dom/node_modules/@types/react/index.d.ts[0m:[93m3135[0m:[93m14[0m - [91merror[0m[90m TS2300: [0mDuplicate identifier 'LibraryManagedAttributes'.
|
|
10
|
-
|
|
11
|
-
[7m3135[0m type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
|
|
12
|
-
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
13
|
-
|
|
14
|
-
[96m../../../node_modules/@types/react/index.d.ts[0m:[93m3135[0m:[93m14[0m
|
|
15
|
-
[7m3135[0m type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
|
|
16
|
-
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
17
|
-
'LibraryManagedAttributes' was also declared here.
|
|
18
|
-
[96m../../../node_modules/@types/react/index.d.ts[0m:[93m3135[0m:[93m14[0m - [91merror[0m[90m TS2300: [0mDuplicate identifier 'LibraryManagedAttributes'.
|
|
19
|
-
|
|
20
|
-
[7m3135[0m type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
|
|
21
|
-
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
22
|
-
|
|
23
|
-
[96m../../../node_modules/@types/react-dom/node_modules/@types/react/index.d.ts[0m:[93m3135[0m:[93m14[0m
|
|
24
|
-
[7m3135[0m type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
|
|
25
|
-
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
26
|
-
'LibraryManagedAttributes' was also declared here.
|
|
27
|
-
|
|
28
|
-
[32m[36m[vite:dts][32m Declaration files built in 17153ms.
|
|
29
|
-
[39m
|