Skip to content

Commit

Permalink
fix(box): add datetime typing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb authored and SiTaggart committed Mar 5, 2021
1 parent 1136b50 commit 509eba7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-starfishes-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@twilio-paste/box': patch
---

Added 'datetime' prop Typescript typing to Box
1 change: 1 addition & 0 deletions packages/paste-core/primitives/box/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export interface BoxElementProps extends Omit<React.HTMLAttributes<HTMLElement>,
multiple?: boolean;
// optgroup props
label?: string;
datetime?: string;
}

export interface BoxProps extends BoxElementProps, BoxStyleProps {}
Expand Down

2 comments on commit 509eba7

@vercel
Copy link

@vercel vercel bot commented on 509eba7 Mar 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

paste – ./

paste-git-main-twilio-dsys.vercel.app
paste-twilio-dsys.vercel.app
paste.twilio.design

@vercel
Copy link

@vercel vercel bot commented on 509eba7 Mar 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.