Skip to content

Commit

Permalink
Merge pull request #15 from hotosm/lit-decorators
Browse files Browse the repository at this point in the history
add cva helpers and decoraters for lit components

(self merge due to HOT holiday)
  • Loading branch information
JoltCode authored Dec 24, 2023
2 parents 216bae7 + 1cb7d92 commit 3f449e4
Show file tree
Hide file tree
Showing 11 changed files with 682 additions and 826 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extends:
parserOptions:
ecmaVersion: latest
sourceType: module
rules: {}
rules: { "@typescript-eslint/explicit-function-return-type": "off" }
settings:
wc:
elementBaseClasses:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ yarn.lock
docs/stories
docs/components.json
site

.cache
21 changes: 15 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@
],
"license": "GPL-3.0-only",
"devDependencies": {
"@storybook/addon-essentials": "^7.6.4",
"@storybook/addon-links": "^7.6.4",
"@storybook/blocks": "^7.6.4",
"@storybook/web-components": "^7.6.4",
"@storybook/web-components-vite": "^7.6.4",
"@storybook/addon-essentials": "^7.6.5",
"@storybook/addon-links": "^7.6.5",
"@storybook/blocks": "^7.6.5",
"@storybook/web-components": "^7.6.5",
"@storybook/web-components-vite": "^7.6.5",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
Expand All @@ -61,13 +62,21 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-wc": "^2.0.4",
"lit": "^3.1.0",
"storybook": "^7.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.5",
"tsup": "^7.2.0",
"type-fest": "^4.8.3",
"typescript": "^5.2.2",
"unocss": "^0.58.0",
"vite": "^5.0.7",
"vite-tsconfig-paths": "^4.2.2",
"web-component-analyzer": "^2.0.0"
},
"dependencies-comments": {
"react": "Required for Storybook",
"react-dom": "Required for Storybook"
},
"files": [
"dist"
],
Expand Down
Loading

0 comments on commit 3f449e4

Please sign in to comment.