@raycast/api 1.56.2 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.d.ts +3 -0
- package/package.json +1 -1
- package/types/index.d.ts +3 -0
package/api.d.ts
CHANGED
|
@@ -4609,6 +4609,7 @@ export declare enum Icon {
|
|
|
4609
4609
|
ChevronRight = "chevron-right-16",
|
|
4610
4610
|
ChevronRightSmall = "chevron-right-small-16",
|
|
4611
4611
|
ChevronUp = "chevron-up-16",
|
|
4612
|
+
ChevronUpDown = "chevron-up-down-16",
|
|
4612
4613
|
ChevronUpSmall = "chevron-up-small-16",
|
|
4613
4614
|
Circle = "circle-16",
|
|
4614
4615
|
CircleEllipsis = "circle-ellipsis-16",
|
|
@@ -4891,6 +4892,7 @@ export declare enum Icon {
|
|
|
4891
4892
|
ShortParagraph = "short-paragraph-16",
|
|
4892
4893
|
Shuffle = "shuffle-16",
|
|
4893
4894
|
Sidebar = "app-window-sidebar-right-16",
|
|
4895
|
+
Signal0 = "signal-0-16",
|
|
4894
4896
|
Signal1 = "signal-1-16",
|
|
4895
4897
|
Signal2 = "signal-2-16",
|
|
4896
4898
|
Signal3 = "signal-3-16",
|
|
@@ -4906,6 +4908,7 @@ export declare enum Icon {
|
|
|
4906
4908
|
SpeechBubble = "speech-bubble-16",
|
|
4907
4909
|
SpeechBubbleActive = "speech-bubble-active-16",
|
|
4908
4910
|
SpeechBubbleImportant = "speech-bubble-important-16",
|
|
4911
|
+
SquareEllipsis = "square-ellipsis-16",
|
|
4909
4912
|
Star = "star-16",
|
|
4910
4913
|
StarCircle = "star-circle-16",
|
|
4911
4914
|
StarDisabled = "star-disabled-16",
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -4587,6 +4587,7 @@ export declare enum Icon {
|
|
|
4587
4587
|
ChevronRight = "chevron-right-16",
|
|
4588
4588
|
ChevronRightSmall = "chevron-right-small-16",
|
|
4589
4589
|
ChevronUp = "chevron-up-16",
|
|
4590
|
+
ChevronUpDown = "chevron-up-down-16",
|
|
4590
4591
|
ChevronUpSmall = "chevron-up-small-16",
|
|
4591
4592
|
Circle = "circle-16",
|
|
4592
4593
|
CircleEllipsis = "circle-ellipsis-16",
|
|
@@ -4869,6 +4870,7 @@ export declare enum Icon {
|
|
|
4869
4870
|
ShortParagraph = "short-paragraph-16",
|
|
4870
4871
|
Shuffle = "shuffle-16",
|
|
4871
4872
|
Sidebar = "app-window-sidebar-right-16",
|
|
4873
|
+
Signal0 = "signal-0-16",
|
|
4872
4874
|
Signal1 = "signal-1-16",
|
|
4873
4875
|
Signal2 = "signal-2-16",
|
|
4874
4876
|
Signal3 = "signal-3-16",
|
|
@@ -4884,6 +4886,7 @@ export declare enum Icon {
|
|
|
4884
4886
|
SpeechBubble = "speech-bubble-16",
|
|
4885
4887
|
SpeechBubbleActive = "speech-bubble-active-16",
|
|
4886
4888
|
SpeechBubbleImportant = "speech-bubble-important-16",
|
|
4889
|
+
SquareEllipsis = "square-ellipsis-16",
|
|
4887
4890
|
Star = "star-16",
|
|
4888
4891
|
StarCircle = "star-circle-16",
|
|
4889
4892
|
StarDisabled = "star-disabled-16",
|