-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce SystemArguments; only focus on SelectPanel for now
- Loading branch information
Showing
139 changed files
with
68 additions
and
3,134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
SystemArguments = T.type_alias do | ||
T::Hash[ | ||
# key | ||
T.any(Symbol, String), | ||
|
||
# value | ||
T.any( | ||
Symbol, | ||
String, | ||
Numeric, | ||
|
||
# aria: { ... } and data: { ... } | ||
T::Hash[ | ||
# key (:aria, "aria", :data, or "data") | ||
T.any(Symbol, String), | ||
|
||
# value (possibly a nested hash) | ||
T.any(Symbol, String, T::Hash[ | ||
# key inside aria or data hash | ||
T.any(Symbol, String), | ||
|
||
# value | ||
T.any(Symbol, String, Numeric) | ||
]) | ||
] | ||
) | ||
] | ||
end |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
demo/sorbet/rbi/dsl/lookbook/display_options/editor/component.rbi
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.