File tree 5 files changed +13
-7
lines changed
5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"lit" : " ^3.1.2" ,
13
- "lit-functions" : " ../lit-functions-v1. 0.0.tgz "
13
+ "lit-functions" : " ^1. 0.0"
14
14
},
15
15
"devDependencies" : {
16
16
"vite" : " ^5.2.0"
Original file line number Diff line number Diff line change 6
6
"module" : " dist/index.js" ,
7
7
"types" : " dist/index.d.ts" ,
8
8
"license" : " MIT" ,
9
+ "private" : true ,
9
10
"workspaces" : [
10
11
" ts-component-tests" ,
11
12
" js-component-tests"
12
13
],
13
14
"homepage" : " https://github.com/icsaba/lit-functions" ,
14
- "repository" : {
15
- "type" : " git" ,
16
- "url" : " git+https://github.com/icsaba/lit-functions.git"
17
- },
15
+ "repository" : " https://github.com/icsaba/lit-functions.git" ,
18
16
"files" : [
19
17
" dist"
20
18
],
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"dependencies" : {
12
- "lit" : " ^3.1.2"
12
+ "lit" : " ^3.1.2" ,
13
+ "lit-functions" : " ^1.0.0"
13
14
},
14
15
"devDependencies" : {
15
16
"typescript" : " ^5.2.2" ,
Original file line number Diff line number Diff line change 1
1
import { html , css , PropertyValues } from "lit" ;
2
2
import litLogo from './assets/lit.svg'
3
3
import viteLogo from '/vite.svg'
4
- import component , { Props } from "../../src " ;
4
+ import component , { Props } from "lit-functions " ;
5
5
6
6
const style = css `
7
7
:host {
Original file line number Diff line number Diff line change @@ -1637,6 +1637,13 @@ lit-element@^4.0.4:
1637
1637
" @lit/reactive-element" " ^2.0.4"
1638
1638
lit-html "^3.1.2"
1639
1639
1640
+ lit-functions@^1.0.0 :
1641
+ version "1.0.0"
1642
+ resolved "https://registry.yarnpkg.com/lit-functions/-/lit-functions-1.0.0.tgz#baec933f269d9213880af306f728507cee49231d"
1643
+ integrity sha512-EPDPBy33kWuOjhuS1OLLcM9vfMCPB0wcGZWP+SHQPs3gj8r3ikZ0DxsesZIfwvgQZ0Xd2c7Aordsm5FTKmVkew==
1644
+ dependencies :
1645
+ lit "^3.1.4"
1646
+
1640
1647
" lit-html@^2.0.0 || ^3.0.0" , lit-html@^3.1.2:
1641
1648
version "3.1.4"
1642
1649
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-3.1.4.tgz#30ad4f11467a61e2f08856de170e343184e9034e"
You can’t perform that action at this time.
0 commit comments