File tree Expand file tree Collapse file tree 8 files changed +15
-491
lines changed Expand file tree Collapse file tree 8 files changed +15
-491
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- " @twilio-paste/design-tokens " : patch
3
- " @twilio-paste/core " : patch
2
+ " @twilio-paste/design-tokens " : minor
3
+ " @twilio-paste/core " : minor
4
4
---
5
5
6
6
[ Tokens] add shadow-border-bottom
Original file line number Diff line number Diff line change 1
1
---
2
2
" @twilio-paste/footnote " : major
3
- " @twilio-paste/core " : major
3
+ " @twilio-paste/core " : minor
4
4
---
5
5
6
6
[ Footnote] add new component to reference related information such as a citation.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @twilio-paste/footnote" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 0 .0.0" ,
4
4
"category" : " data display" ,
5
5
"status" : " production" ,
6
6
"description" : " A Footnote is an inline number that is used within main text to reference related information such as a citation." ,
Original file line number Diff line number Diff line change @@ -16,10 +16,18 @@ export interface FootnoteProps extends HTMLPasteProps<"sup"> {
16
16
element ?: BoxProps [ "element" ] ;
17
17
/**
18
18
* The text to display in the tooltip.
19
+ *
20
+ * @default undefined
21
+ * @type {string | undefined }
22
+ * @memberof FootnoteProps
19
23
*/
20
24
tooltipText ?: string ;
21
25
/**
22
26
* The content of the footnote, which must be a string.
27
+ *
28
+ * @default undefined
29
+ * @type {string }
30
+ * @memberof FootnoteProps
23
31
*/
24
32
children : string ;
25
33
}
Original file line number Diff line number Diff line change 1677
1677
},
1678
1678
"tooltipText" : {
1679
1679
"type" : " string" ,
1680
- "defaultValue" : null ,
1680
+ "defaultValue" : " undefined " ,
1681
1681
"required" : false ,
1682
1682
"externalProp" : false ,
1683
1683
"description" : " The text to display in the tooltip."
Original file line number Diff line number Diff line change 116
116
"@twilio-paste/file-picker" : " ^5.0.2" ,
117
117
"@twilio-paste/file-uploader" : " ^5.0.2" ,
118
118
"@twilio-paste/flex" : " ^9.0.1" ,
119
- "@twilio-paste/footnote" : " ^1 .0.0" ,
119
+ "@twilio-paste/footnote" : " ^0 .0.0" ,
120
120
"@twilio-paste/form" : " ^12.0.1" ,
121
121
"@twilio-paste/form-pill-group" : " ^9.0.1" ,
122
122
"@twilio-paste/grid" : " ^9.0.1" ,
Original file line number Diff line number Diff line change @@ -11986,7 +11986,6 @@ __metadata:
11986
11986
"@twilio-paste/file-picker": ^5.0.2
11987
11987
"@twilio-paste/file-uploader": ^5.0.2
11988
11988
"@twilio-paste/flex": ^9.0.1
11989
- "@twilio-paste/footnote": ^1.0.0
11990
11989
"@twilio-paste/form": ^12.0.1
11991
11990
"@twilio-paste/form-pill-group": ^9.0.1
11992
11991
"@twilio-paste/grid": ^9.0.1
@@ -12785,7 +12784,7 @@ __metadata:
12785
12784
languageName: unknown
12786
12785
linkType: soft
12787
12786
12788
- "@twilio-paste/footnote@^1.0.0, @twilio-paste/footnote@ workspace:packages/paste-core/components/footnote":
12787
+ "@twilio-paste/footnote@workspace:packages/paste-core/components/footnote":
12789
12788
version: 0.0.0-use.local
12790
12789
resolution: "@twilio-paste/footnote@workspace:packages/paste-core/components/footnote"
12791
12790
dependencies:
You can’t perform that action at this time.
0 commit comments