Skip to content

Commit 6164261

Browse files
committed
chore(): add updated snapshots
1 parent a481fac commit 6164261

File tree

71 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2
-2
lines changed

core/src/components.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ export namespace Components {
600600
*/
601601
"expand"?: 'full' | 'block';
602602
/**
603-
* Set to `"clear"` for a transparent button that resembles a flat button, to `"outline"` for a transparent button with a border, or to `"solid"` for a button with a filled background. The default fill is `"solid"` except inside of a toolbar, where the default is `"clear"`.
603+
* Set to `"clear"` for a transparent button that resembles a flat button, to `"outline"` for a transparent button with a border, or to `"solid"` for a button with a filled background. The default fill is `"solid"` except when inside of a datetime or toolbar, where the default is `"clear"`.
604604
*/
605605
"fill"?: 'clear' | 'outline' | 'solid' | 'default';
606606
/**
@@ -6555,7 +6555,7 @@ declare namespace LocalJSX {
65556555
*/
65566556
"expand"?: 'full' | 'block';
65576557
/**
6558-
* Set to `"clear"` for a transparent button that resembles a flat button, to `"outline"` for a transparent button with a border, or to `"solid"` for a button with a filled background. The default fill is `"solid"` except inside of a toolbar, where the default is `"clear"`.
6558+
* Set to `"clear"` for a transparent button that resembles a flat button, to `"outline"` for a transparent button with a border, or to `"solid"` for a button with a filled background. The default fill is `"solid"` except when inside of a datetime or toolbar, where the default is `"clear"`.
65596559
*/
65606560
"fill"?: 'clear' | 'outline' | 'solid' | 'default';
65616561
/**

0 commit comments

Comments
 (0)