Skip to content

Commit

Permalink
Release v0.29.0 (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwinsor authored May 20, 2024
1 parent 415a8c6 commit 043cef9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stencil-workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stencil-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-web-components",
"version": "0.28.0",
"version": "0.29.0",
"description": "Trimble Modus Web Component Library",
"homepage": "https://modus-web-components.trimble.com/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions stencil-workspace/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,10 @@ export namespace Components {
"toggleElementId": string;
}
interface ModusFileDropzone {
/**
* (optional) The dropzone's accepted file types
*/
"acceptFileTypes": string;
/**
* Add a file to the dropzone.
*/
Expand Down Expand Up @@ -3282,6 +3286,10 @@ declare namespace LocalJSX {
"toggleElementId"?: string;
}
interface ModusFileDropzone {
/**
* (optional) The dropzone's accepted file types
*/
"acceptFileTypes"?: string;
/**
* (optional) The dropzone's aria-label.
*/
Expand Down

0 comments on commit 043cef9

Please sign in to comment.