Skip to content

Commit

Permalink
fix(color-field): added missing dependencies (#4141)
Browse files Browse the repository at this point in the history
* fix(color-field): added dependencies

* fix(color-field): added missing color handle dependencies

* fix(color-field): updated color-field depdendency in bundle

---------

Co-authored-by: Rajdeep Chandra <rajdeepchandra@Rajdeeps-MacBook-Pro-2.local>
  • Loading branch information
Rajdeepc and Rajdeep Chandra authored Mar 9, 2024
1 parent 72b737d commit b3bb23a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/color-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.41.2"
"@ctrl/tinycolor": "^4.0.3",
"@spectrum-web-components/base": "^0.41.2",
"@spectrum-web-components/color-handle": "^0.41.2",
"@spectrum-web-components/textfield": "^0.41.2"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
Expand Down
1 change: 1 addition & 0 deletions tools/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"@spectrum-web-components/close-button": "^0.41.2",
"@spectrum-web-components/coachmark": "^0.41.2",
"@spectrum-web-components/color-area": "^0.41.2",
"@spectrum-web-components/color-field": "^0.41.2",
"@spectrum-web-components/color-handle": "^0.41.2",
"@spectrum-web-components/color-loupe": "^0.41.2",
"@spectrum-web-components/color-slider": "^0.41.2",
Expand Down

0 comments on commit b3bb23a

Please sign in to comment.