@streamoid/ui 0.6.8 → 0.6.10
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/dist/index.css +455 -3
- package/dist/index.d.mts +71 -1
- package/dist/index.d.ts +71 -1
- package/dist/index.js +591 -178
- package/dist/index.mjs +861 -448
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1245,8 +1245,7 @@
|
|
|
1245
1245
|
overflow: visible;
|
|
1246
1246
|
aspect-ratio: 1;
|
|
1247
1247
|
}
|
|
1248
|
-
.ScRadio_scRadio
|
|
1249
|
-
.ScRadio_scRadio.ScRadio_state-selected .ScRadio_vector {
|
|
1248
|
+
.ScRadio_scRadio .ScRadio_vector {
|
|
1250
1249
|
width: 100%;
|
|
1251
1250
|
height: 100%;
|
|
1252
1251
|
position: absolute;
|
|
@@ -1257,8 +1256,9 @@
|
|
|
1257
1256
|
overflow: visible;
|
|
1258
1257
|
aspect-ratio: 1;
|
|
1259
1258
|
}
|
|
1259
|
+
.ScRadio_scRadio.ScRadio_state-default,
|
|
1260
1260
|
.ScRadio_scRadio.ScRadio_state-selected {
|
|
1261
|
-
aspect-ratio:
|
|
1261
|
+
aspect-ratio: 1;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
1264
|
/* src/SC-checkbox/ScCheckbox.module.css */
|
|
@@ -5833,6 +5833,458 @@
|
|
|
5833
5833
|
background: var(--alias-fill-error-solidhover, #e04444);
|
|
5834
5834
|
}
|
|
5835
5835
|
|
|
5836
|
+
/* src/SC-ThinkingStepIcon/ScThinkingStepIcon.module.css */
|
|
5837
|
+
.ScThinkingStepIcon_scThinkingStepIcon,
|
|
5838
|
+
.ScThinkingStepIcon_scThinkingStepIcon * {
|
|
5839
|
+
box-sizing: border-box;
|
|
5840
|
+
}
|
|
5841
|
+
.ScThinkingStepIcon_scThinkingStepIcon {
|
|
5842
|
+
display: inline-flex;
|
|
5843
|
+
align-items: center;
|
|
5844
|
+
justify-content: center;
|
|
5845
|
+
flex-shrink: 0;
|
|
5846
|
+
position: relative;
|
|
5847
|
+
line-height: 0;
|
|
5848
|
+
}
|
|
5849
|
+
.ScThinkingStepIcon_glyph {
|
|
5850
|
+
display: block;
|
|
5851
|
+
overflow: visible;
|
|
5852
|
+
}
|
|
5853
|
+
.ScThinkingStepIcon_stroke {
|
|
5854
|
+
fill: none;
|
|
5855
|
+
}
|
|
5856
|
+
.ScThinkingStepIcon_scThinkingStepIcon.ScThinkingStepIcon_state-default .ScThinkingStepIcon_stroke {
|
|
5857
|
+
stroke: var(--alias-border-divider, #242424);
|
|
5858
|
+
}
|
|
5859
|
+
.ScThinkingStepIcon_scThinkingStepIcon.ScThinkingStepIcon_state-working .ScThinkingStepIcon_stroke {
|
|
5860
|
+
stroke: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
5861
|
+
}
|
|
5862
|
+
.ScThinkingStepIcon_scThinkingStepIcon.ScThinkingStepIcon_state-completed .ScThinkingStepIcon_stroke {
|
|
5863
|
+
stroke: var(--alias-text-and-icons-success, #00b96b);
|
|
5864
|
+
}
|
|
5865
|
+
.ScThinkingStepIcon_scThinkingStepIcon.ScThinkingStepIcon_state-error .ScThinkingStepIcon_stroke {
|
|
5866
|
+
stroke: var(--alias-text-and-icons-error, #d11a1a);
|
|
5867
|
+
}
|
|
5868
|
+
.ScThinkingStepIcon_spinner {
|
|
5869
|
+
transform-box: fill-box;
|
|
5870
|
+
transform-origin: center;
|
|
5871
|
+
animation: ScThinkingStepIcon_scThinkingStepIconSpin 1s linear infinite;
|
|
5872
|
+
}
|
|
5873
|
+
@keyframes ScThinkingStepIcon_scThinkingStepIconSpin {
|
|
5874
|
+
from {
|
|
5875
|
+
transform: rotate(0deg);
|
|
5876
|
+
}
|
|
5877
|
+
to {
|
|
5878
|
+
transform: rotate(360deg);
|
|
5879
|
+
}
|
|
5880
|
+
}
|
|
5881
|
+
@media (prefers-reduced-motion: reduce) {
|
|
5882
|
+
.ScThinkingStepIcon_spinner {
|
|
5883
|
+
animation: none;
|
|
5884
|
+
}
|
|
5885
|
+
}
|
|
5886
|
+
|
|
5887
|
+
/* src/SC-InChatList/ScInChatList.module.css */
|
|
5888
|
+
.ScInChatList_scInChatList,
|
|
5889
|
+
.ScInChatList_scInChatList * {
|
|
5890
|
+
box-sizing: border-box;
|
|
5891
|
+
}
|
|
5892
|
+
.ScInChatList_scInChatList {
|
|
5893
|
+
display: flex;
|
|
5894
|
+
flex-direction: row;
|
|
5895
|
+
align-items: flex-start;
|
|
5896
|
+
gap: var(--spacing-md, 8px);
|
|
5897
|
+
max-width: 600px;
|
|
5898
|
+
width: 100%;
|
|
5899
|
+
position: relative;
|
|
5900
|
+
}
|
|
5901
|
+
.ScInChatList_indicatorWrapper {
|
|
5902
|
+
display: flex;
|
|
5903
|
+
flex-direction: row;
|
|
5904
|
+
align-items: center;
|
|
5905
|
+
justify-content: flex-start;
|
|
5906
|
+
width: 20px;
|
|
5907
|
+
height: 26px;
|
|
5908
|
+
padding: var(--spacing-none, 0) 2px;
|
|
5909
|
+
flex-shrink: 0;
|
|
5910
|
+
position: relative;
|
|
5911
|
+
}
|
|
5912
|
+
.ScInChatList_content {
|
|
5913
|
+
flex: 1 0 0;
|
|
5914
|
+
min-width: 0;
|
|
5915
|
+
display: flex;
|
|
5916
|
+
flex-direction: column;
|
|
5917
|
+
gap: var(--spacing-md, 8px);
|
|
5918
|
+
position: relative;
|
|
5919
|
+
}
|
|
5920
|
+
.ScInChatList_headerArea {
|
|
5921
|
+
display: flex;
|
|
5922
|
+
flex-direction: column;
|
|
5923
|
+
width: 100%;
|
|
5924
|
+
}
|
|
5925
|
+
.ScInChatList_stepCount {
|
|
5926
|
+
font-family: "Inter", sans-serif;
|
|
5927
|
+
font-weight: 400;
|
|
5928
|
+
font-size: 12px;
|
|
5929
|
+
line-height: 18px;
|
|
5930
|
+
letter-spacing: 0;
|
|
5931
|
+
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
5932
|
+
margin: 0;
|
|
5933
|
+
padding: var(--spacing-xs, 4px) var(--spacing-none, 0) var(--spacing-none, 0) var(--spacing-none, 0);
|
|
5934
|
+
}
|
|
5935
|
+
.ScInChatList_titleRow {
|
|
5936
|
+
display: flex;
|
|
5937
|
+
flex-direction: row;
|
|
5938
|
+
align-items: center;
|
|
5939
|
+
gap: var(--spacing-md, 8px);
|
|
5940
|
+
padding: var(--spacing-xs, 4px) var(--spacing-none, 0);
|
|
5941
|
+
width: 100%;
|
|
5942
|
+
}
|
|
5943
|
+
.ScInChatList_titleRowClickable {
|
|
5944
|
+
cursor: pointer;
|
|
5945
|
+
}
|
|
5946
|
+
.ScInChatList_titleRowStatic {
|
|
5947
|
+
cursor: default;
|
|
5948
|
+
}
|
|
5949
|
+
.ScInChatList_title {
|
|
5950
|
+
font-family: "Inter", sans-serif;
|
|
5951
|
+
font-weight: 400;
|
|
5952
|
+
font-size: 12px;
|
|
5953
|
+
line-height: 18px;
|
|
5954
|
+
letter-spacing: 0;
|
|
5955
|
+
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
5956
|
+
margin: 0;
|
|
5957
|
+
max-width: 560px;
|
|
5958
|
+
white-space: nowrap;
|
|
5959
|
+
overflow: hidden;
|
|
5960
|
+
text-overflow: ellipsis;
|
|
5961
|
+
}
|
|
5962
|
+
.ScInChatList_chevronWrapper {
|
|
5963
|
+
display: flex;
|
|
5964
|
+
flex-direction: row;
|
|
5965
|
+
align-items: center;
|
|
5966
|
+
height: 18px;
|
|
5967
|
+
flex-shrink: 0;
|
|
5968
|
+
}
|
|
5969
|
+
.ScInChatList_chevronIcon {
|
|
5970
|
+
width: 12px;
|
|
5971
|
+
height: 12px;
|
|
5972
|
+
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
5973
|
+
flex-shrink: 0;
|
|
5974
|
+
}
|
|
5975
|
+
.ScInChatList_descriptionRow {
|
|
5976
|
+
display: flex;
|
|
5977
|
+
flex-direction: row;
|
|
5978
|
+
align-items: center;
|
|
5979
|
+
justify-content: center;
|
|
5980
|
+
gap: var(--spacing-xs, 4px);
|
|
5981
|
+
width: 100%;
|
|
5982
|
+
}
|
|
5983
|
+
.ScInChatList_descriptionIcon {
|
|
5984
|
+
width: 20px;
|
|
5985
|
+
height: 20px;
|
|
5986
|
+
flex-shrink: 0;
|
|
5987
|
+
}
|
|
5988
|
+
.ScInChatList_descriptionDot {
|
|
5989
|
+
width: 20px;
|
|
5990
|
+
height: 20px;
|
|
5991
|
+
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
5992
|
+
opacity: 0.5;
|
|
5993
|
+
}
|
|
5994
|
+
.ScInChatList_descriptionText {
|
|
5995
|
+
font-family: "Inter", sans-serif;
|
|
5996
|
+
font-weight: 400;
|
|
5997
|
+
font-size: 12px;
|
|
5998
|
+
line-height: 18px;
|
|
5999
|
+
letter-spacing: 0;
|
|
6000
|
+
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
6001
|
+
margin: 0;
|
|
6002
|
+
flex: 1 0 0;
|
|
6003
|
+
min-width: 0;
|
|
6004
|
+
}
|
|
6005
|
+
.ScInChatList_toolPill {
|
|
6006
|
+
display: inline-flex;
|
|
6007
|
+
flex-direction: row;
|
|
6008
|
+
align-items: center;
|
|
6009
|
+
justify-content: center;
|
|
6010
|
+
padding: var(--spacing-xs, 4px) var(--spacing-md, 8px);
|
|
6011
|
+
background-color: var(--alias-fill-neutral-neutraltohover, #1f1f1f);
|
|
6012
|
+
border-radius: var(--radius-md, 8px);
|
|
6013
|
+
align-self: flex-start;
|
|
6014
|
+
flex-shrink: 0;
|
|
6015
|
+
}
|
|
6016
|
+
.ScInChatList_toolText {
|
|
6017
|
+
font-family: "Inter", sans-serif;
|
|
6018
|
+
font-weight: 400;
|
|
6019
|
+
font-size: 12px;
|
|
6020
|
+
line-height: 18px;
|
|
6021
|
+
letter-spacing: 0;
|
|
6022
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6023
|
+
margin: 0;
|
|
6024
|
+
white-space: nowrap;
|
|
6025
|
+
}
|
|
6026
|
+
|
|
6027
|
+
/* src/SC-SubAgent/ScSubAgent.module.css */
|
|
6028
|
+
.ScSubAgent_scSubAgent,
|
|
6029
|
+
.ScSubAgent_scSubAgent * {
|
|
6030
|
+
box-sizing: border-box;
|
|
6031
|
+
}
|
|
6032
|
+
.ScSubAgent_scSubAgent {
|
|
6033
|
+
display: inline-flex;
|
|
6034
|
+
flex-direction: row;
|
|
6035
|
+
align-items: center;
|
|
6036
|
+
justify-content: center;
|
|
6037
|
+
width: fit-content;
|
|
6038
|
+
padding: var(--spacing-xs, 0.25rem) var(--spacing-md, 0.5rem);
|
|
6039
|
+
background: var(--alias-fill-neutral-neutraltohover, #1f1f1f);
|
|
6040
|
+
border-radius: var(--radius-md, 0.5rem);
|
|
6041
|
+
position: relative;
|
|
6042
|
+
}
|
|
6043
|
+
.ScSubAgent_label {
|
|
6044
|
+
margin: 0;
|
|
6045
|
+
flex-shrink: 0;
|
|
6046
|
+
position: relative;
|
|
6047
|
+
font-family: Inter, sans-serif;
|
|
6048
|
+
font-weight: 400;
|
|
6049
|
+
font-size: 0.75rem;
|
|
6050
|
+
line-height: 1.125rem;
|
|
6051
|
+
letter-spacing: 0;
|
|
6052
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6053
|
+
white-space: nowrap;
|
|
6054
|
+
}
|
|
6055
|
+
|
|
6056
|
+
/* src/SC-InChatMessage/ScInChatMessage.module.css */
|
|
6057
|
+
.ScInChatMessage_scInChatMessage,
|
|
6058
|
+
.ScInChatMessage_scInChatMessage * {
|
|
6059
|
+
box-sizing: border-box;
|
|
6060
|
+
}
|
|
6061
|
+
.ScInChatMessage_scInChatMessage {
|
|
6062
|
+
display: flex;
|
|
6063
|
+
flex-direction: column;
|
|
6064
|
+
align-items: flex-start;
|
|
6065
|
+
justify-content: center;
|
|
6066
|
+
max-width: 600px;
|
|
6067
|
+
padding: var(--spacing-xl, 12px) var(--spacing-3xl, 16px);
|
|
6068
|
+
position: relative;
|
|
6069
|
+
}
|
|
6070
|
+
.ScInChatMessage_text {
|
|
6071
|
+
margin: 0;
|
|
6072
|
+
width: 100%;
|
|
6073
|
+
position: relative;
|
|
6074
|
+
flex-shrink: 0;
|
|
6075
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6076
|
+
font-family: "Inter", sans-serif;
|
|
6077
|
+
font-weight: 400;
|
|
6078
|
+
font-size: 16px;
|
|
6079
|
+
line-height: 24px;
|
|
6080
|
+
letter-spacing: 0;
|
|
6081
|
+
word-break: break-word;
|
|
6082
|
+
}
|
|
6083
|
+
.ScInChatMessage_scInChatMessage.ScInChatMessage_type-input {
|
|
6084
|
+
background: var(--alias-surface-subtleraised, #1f1f1f);
|
|
6085
|
+
border-top-left-radius: var(--radius-4xl, 18px);
|
|
6086
|
+
border-top-right-radius: var(--radius-4xl, 18px);
|
|
6087
|
+
border-bottom-left-radius: var(--radius-4xl, 18px);
|
|
6088
|
+
border-bottom-right-radius: var(--radius-xs, 4px);
|
|
6089
|
+
}
|
|
6090
|
+
.ScInChatMessage_scInChatMessage.ScInChatMessage_type-output {
|
|
6091
|
+
background: var(--alias-surface-base, #101010);
|
|
6092
|
+
border: 1px solid var(--alias-border-divider, #242424);
|
|
6093
|
+
border-radius: var(--radius-4xl, 18px);
|
|
6094
|
+
}
|
|
6095
|
+
|
|
6096
|
+
/* src/SC-Selection/ScSelection.module.css */
|
|
6097
|
+
.ScSelection_scSelection,
|
|
6098
|
+
.ScSelection_scSelection * {
|
|
6099
|
+
box-sizing: border-box;
|
|
6100
|
+
}
|
|
6101
|
+
.ScSelection_scSelection {
|
|
6102
|
+
display: flex;
|
|
6103
|
+
align-items: flex-start;
|
|
6104
|
+
gap: var(--spacing-3xl, 16px);
|
|
6105
|
+
padding: var(--spacing-xl, 12px);
|
|
6106
|
+
border-radius: var(--radius-xl, 12px);
|
|
6107
|
+
position: relative;
|
|
6108
|
+
width: 100%;
|
|
6109
|
+
cursor: pointer;
|
|
6110
|
+
}
|
|
6111
|
+
.ScSelection_scRadioInstance {
|
|
6112
|
+
width: 1.25rem;
|
|
6113
|
+
height: 1.25rem;
|
|
6114
|
+
flex-shrink: 0;
|
|
6115
|
+
position: relative;
|
|
6116
|
+
}
|
|
6117
|
+
.ScSelection_scRadioInstance svg {
|
|
6118
|
+
width: 100%;
|
|
6119
|
+
height: 100%;
|
|
6120
|
+
display: block;
|
|
6121
|
+
}
|
|
6122
|
+
.ScSelection_wrapper {
|
|
6123
|
+
display: flex;
|
|
6124
|
+
flex: 1 0 0;
|
|
6125
|
+
flex-direction: column;
|
|
6126
|
+
align-items: stretch;
|
|
6127
|
+
justify-content: center;
|
|
6128
|
+
gap: var(--spacing-xs, 4px);
|
|
6129
|
+
min-width: 0;
|
|
6130
|
+
position: relative;
|
|
6131
|
+
word-break: break-word;
|
|
6132
|
+
}
|
|
6133
|
+
.ScSelection_title,
|
|
6134
|
+
.ScSelection_description {
|
|
6135
|
+
margin: 0;
|
|
6136
|
+
width: 100%;
|
|
6137
|
+
font-family: "Inter", sans-serif;
|
|
6138
|
+
font-weight: 400;
|
|
6139
|
+
font-size: 0.875rem;
|
|
6140
|
+
line-height: 1.25rem;
|
|
6141
|
+
letter-spacing: 0;
|
|
6142
|
+
position: relative;
|
|
6143
|
+
}
|
|
6144
|
+
.ScSelection_title {
|
|
6145
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6146
|
+
}
|
|
6147
|
+
.ScSelection_description {
|
|
6148
|
+
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
6149
|
+
}
|
|
6150
|
+
.ScSelection_scSelection.ScSelection_state-default {
|
|
6151
|
+
background: transparent;
|
|
6152
|
+
}
|
|
6153
|
+
.ScSelection_scSelection.ScSelection_state-active {
|
|
6154
|
+
background: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
6155
|
+
}
|
|
6156
|
+
|
|
6157
|
+
/* src/SC-SelectionList/ScSelectionList.module.css */
|
|
6158
|
+
.ScSelectionList_scSelectionList,
|
|
6159
|
+
.ScSelectionList_scSelectionList * {
|
|
6160
|
+
box-sizing: border-box;
|
|
6161
|
+
}
|
|
6162
|
+
.ScSelectionList_scSelectionList {
|
|
6163
|
+
display: flex;
|
|
6164
|
+
align-items: center;
|
|
6165
|
+
gap: var(--spacing-md, 8px);
|
|
6166
|
+
width: 100%;
|
|
6167
|
+
max-width: 600px;
|
|
6168
|
+
padding: var(--spacing-none, 0);
|
|
6169
|
+
position: relative;
|
|
6170
|
+
font-family: "Inter", sans-serif;
|
|
6171
|
+
}
|
|
6172
|
+
.ScSelectionList_toggles {
|
|
6173
|
+
display: flex;
|
|
6174
|
+
align-items: center;
|
|
6175
|
+
gap: var(--spacing-md, 8px);
|
|
6176
|
+
padding: 0 2px;
|
|
6177
|
+
flex-shrink: 0;
|
|
6178
|
+
}
|
|
6179
|
+
.ScSelectionList_checkToggle,
|
|
6180
|
+
.ScSelectionList_rejectToggle {
|
|
6181
|
+
display: flex;
|
|
6182
|
+
align-items: center;
|
|
6183
|
+
justify-content: center;
|
|
6184
|
+
box-sizing: border-box;
|
|
6185
|
+
width: 20px;
|
|
6186
|
+
height: 20px;
|
|
6187
|
+
padding: 0;
|
|
6188
|
+
border-radius: 50%;
|
|
6189
|
+
border: 0.5px solid var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
6190
|
+
background: transparent;
|
|
6191
|
+
cursor: pointer;
|
|
6192
|
+
flex-shrink: 0;
|
|
6193
|
+
transition: background-color 0.15s ease, opacity 0.15s ease;
|
|
6194
|
+
}
|
|
6195
|
+
.ScSelectionList_checkToggle:disabled,
|
|
6196
|
+
.ScSelectionList_rejectToggle:disabled {
|
|
6197
|
+
cursor: default;
|
|
6198
|
+
}
|
|
6199
|
+
.ScSelectionList_checkIcon,
|
|
6200
|
+
.ScSelectionList_closeIcon {
|
|
6201
|
+
display: block;
|
|
6202
|
+
flex-shrink: 0;
|
|
6203
|
+
color: var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
6204
|
+
}
|
|
6205
|
+
.ScSelectionList_content {
|
|
6206
|
+
flex: 1 0 0;
|
|
6207
|
+
min-width: 1px;
|
|
6208
|
+
display: flex;
|
|
6209
|
+
flex-direction: column;
|
|
6210
|
+
align-items: flex-start;
|
|
6211
|
+
justify-content: center;
|
|
6212
|
+
position: relative;
|
|
6213
|
+
}
|
|
6214
|
+
.ScSelectionList_row {
|
|
6215
|
+
display: flex;
|
|
6216
|
+
align-items: center;
|
|
6217
|
+
gap: var(--spacing-md, 8px);
|
|
6218
|
+
padding: var(--spacing-xs, 4px) var(--spacing-none, 0);
|
|
6219
|
+
width: 100%;
|
|
6220
|
+
}
|
|
6221
|
+
.ScSelectionList_label {
|
|
6222
|
+
font-size: 12px;
|
|
6223
|
+
line-height: 18px;
|
|
6224
|
+
font-weight: 400;
|
|
6225
|
+
letter-spacing: 0;
|
|
6226
|
+
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
6227
|
+
white-space: nowrap;
|
|
6228
|
+
word-break: break-word;
|
|
6229
|
+
max-width: 560px;
|
|
6230
|
+
flex-shrink: 0;
|
|
6231
|
+
}
|
|
6232
|
+
.ScSelectionList_valuesPill {
|
|
6233
|
+
display: inline-flex;
|
|
6234
|
+
align-items: center;
|
|
6235
|
+
justify-content: center;
|
|
6236
|
+
padding: var(--spacing-xs, 4px) var(--spacing-md, 8px);
|
|
6237
|
+
border-radius: var(--radius-md, 8px);
|
|
6238
|
+
background: var(--alias-surface-basesubtle, #151515);
|
|
6239
|
+
flex-shrink: 0;
|
|
6240
|
+
}
|
|
6241
|
+
.ScSelectionList_valuesText {
|
|
6242
|
+
font-size: 12px;
|
|
6243
|
+
line-height: 18px;
|
|
6244
|
+
font-weight: 400;
|
|
6245
|
+
letter-spacing: 0;
|
|
6246
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6247
|
+
white-space: nowrap;
|
|
6248
|
+
word-break: break-word;
|
|
6249
|
+
}
|
|
6250
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-default .ScSelectionList_checkIcon,
|
|
6251
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-default .ScSelectionList_closeIcon {
|
|
6252
|
+
color: var(--alias-text-and-icons-disabled, #5c5c5c);
|
|
6253
|
+
}
|
|
6254
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-approved .ScSelectionList_checkToggle {
|
|
6255
|
+
border-color: transparent;
|
|
6256
|
+
background: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
6257
|
+
}
|
|
6258
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-approved .ScSelectionList_checkIcon {
|
|
6259
|
+
color: var(--alias-text-and-icons-inverse, #101010);
|
|
6260
|
+
}
|
|
6261
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-approved .ScSelectionList_rejectToggle {
|
|
6262
|
+
opacity: 0.3;
|
|
6263
|
+
}
|
|
6264
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-rejected .ScSelectionList_rejectToggle {
|
|
6265
|
+
border-color: transparent;
|
|
6266
|
+
background: var(--alias-fill-error-solidhover, #e04444);
|
|
6267
|
+
}
|
|
6268
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-rejected .ScSelectionList_closeIcon {
|
|
6269
|
+
color: var(--alias-text-and-icons-inverse, #101010);
|
|
6270
|
+
}
|
|
6271
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-rejected .ScSelectionList_checkToggle {
|
|
6272
|
+
opacity: 0.3;
|
|
6273
|
+
}
|
|
6274
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-rejected .ScSelectionList_content {
|
|
6275
|
+
opacity: 0.5;
|
|
6276
|
+
}
|
|
6277
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-rejected .ScSelectionList_label,
|
|
6278
|
+
.ScSelectionList_scSelectionList.ScSelectionList_state-rejected .ScSelectionList_valuesText {
|
|
6279
|
+
text-decoration: line-through;
|
|
6280
|
+
text-decoration-skip-ink: none;
|
|
6281
|
+
text-underline-position: from-font;
|
|
6282
|
+
}
|
|
6283
|
+
.ScSelectionList_scSelectionList.ScSelectionList_disabled {
|
|
6284
|
+
opacity: 0.5;
|
|
6285
|
+
pointer-events: none;
|
|
6286
|
+
}
|
|
6287
|
+
|
|
5836
6288
|
/* src/SC-Role-Mobile/ScRoleMobile.module.css */
|
|
5837
6289
|
.ScRoleMobile_scRoleMobile {
|
|
5838
6290
|
display: flex;
|
package/dist/index.d.mts
CHANGED
|
@@ -1073,6 +1073,76 @@ declare function ScWorkspaceSwitchCard({ wsName, role, plan, ownerId, initials,
|
|
|
1073
1073
|
/** @deprecated Use ScWorkspaceSwitchCard directly */
|
|
1074
1074
|
declare const NscWorkspaceSwitch: typeof ScWorkspaceSwitchCard;
|
|
1075
1075
|
|
|
1076
|
+
interface IScThinkingStepIconProps extends Omit<React$1.HTMLAttributes<HTMLSpanElement>, "children"> {
|
|
1077
|
+
state?: "default" | "working" | "completed" | "error";
|
|
1078
|
+
size?: number;
|
|
1079
|
+
className?: string;
|
|
1080
|
+
style?: React$1.CSSProperties;
|
|
1081
|
+
}
|
|
1082
|
+
declare const ScThinkingStepIcon: ({ state, size, className, style, ...props }: IScThinkingStepIconProps) => JSX.Element;
|
|
1083
|
+
|
|
1084
|
+
type DescriptionVisibility = "no" | "hidden" | "visible";
|
|
1085
|
+
type IcListIconState = "default" | "working" | "completed" | "error";
|
|
1086
|
+
interface IScInChatListProps {
|
|
1087
|
+
title?: string;
|
|
1088
|
+
description?: string;
|
|
1089
|
+
descriptionVisibility?: DescriptionVisibility;
|
|
1090
|
+
leadingIndicator?: boolean;
|
|
1091
|
+
iconState?: IcListIconState;
|
|
1092
|
+
showSteps?: boolean;
|
|
1093
|
+
stepCount?: string;
|
|
1094
|
+
showTool?: boolean;
|
|
1095
|
+
toolUsing?: string;
|
|
1096
|
+
onToggle?: () => void;
|
|
1097
|
+
className?: string;
|
|
1098
|
+
style?: React$1.CSSProperties;
|
|
1099
|
+
}
|
|
1100
|
+
declare const ScInChatList: ({ title, description, descriptionVisibility, leadingIndicator, iconState, showSteps, stepCount, showTool, toolUsing, onToggle, className, style, }: IScInChatListProps) => JSX.Element;
|
|
1101
|
+
|
|
1102
|
+
declare function formatSubAgentLabel(agentName?: string): string;
|
|
1103
|
+
interface IScSubAgentProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
1104
|
+
text?: string;
|
|
1105
|
+
agentName?: string;
|
|
1106
|
+
className?: string;
|
|
1107
|
+
}
|
|
1108
|
+
declare const ScSubAgent: ({ text, agentName, className, ...props }: IScSubAgentProps) => JSX.Element;
|
|
1109
|
+
|
|
1110
|
+
interface IScInChatMessageProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
1111
|
+
type?: "input" | "output";
|
|
1112
|
+
text?: string;
|
|
1113
|
+
children?: ReactNode;
|
|
1114
|
+
className?: string;
|
|
1115
|
+
id?: string;
|
|
1116
|
+
}
|
|
1117
|
+
declare const ScInChatMessage: ({ type, text, children, className, id, ...props }: IScInChatMessageProps) => JSX.Element;
|
|
1118
|
+
|
|
1119
|
+
interface IScSelectionProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onSelect"> {
|
|
1120
|
+
title?: string;
|
|
1121
|
+
description?: string;
|
|
1122
|
+
active?: boolean;
|
|
1123
|
+
value?: string;
|
|
1124
|
+
onSelect?: (value?: string) => void;
|
|
1125
|
+
className?: string;
|
|
1126
|
+
}
|
|
1127
|
+
declare const ScSelection: ({ title, description, active, value, onSelect, onClick, className, ...props }: IScSelectionProps) => JSX.Element;
|
|
1128
|
+
|
|
1129
|
+
type SelectionListState = "default" | "approved" | "rejected";
|
|
1130
|
+
interface IScSelectionListProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange"> {
|
|
1131
|
+
state?: SelectionListState;
|
|
1132
|
+
label?: string;
|
|
1133
|
+
optionValues?: string;
|
|
1134
|
+
/** Fires with the next state on any toggle click — toggle-aware: clicking the
|
|
1135
|
+
* already-active toggle revokes back to "default". Use this to drive state. */
|
|
1136
|
+
onChange?: (next: SelectionListState) => void;
|
|
1137
|
+
/** Fired only on the positive transition into "approved". */
|
|
1138
|
+
onApprove?: () => void;
|
|
1139
|
+
/** Fired only on the positive transition into "rejected". */
|
|
1140
|
+
onReject?: () => void;
|
|
1141
|
+
disabled?: boolean;
|
|
1142
|
+
className?: string;
|
|
1143
|
+
}
|
|
1144
|
+
declare const ScSelectionList: ({ state, label, optionValues, onChange, onApprove, onReject, disabled, className, ...props }: IScSelectionListProps) => JSX.Element;
|
|
1145
|
+
|
|
1076
1146
|
interface IScRoleMobileProps {
|
|
1077
1147
|
/** Role variant */
|
|
1078
1148
|
role?: "admin" | "member";
|
|
@@ -1335,4 +1405,4 @@ interface IScPlanDetailsCardMobileProps extends React.HTMLAttributes<HTMLDivElem
|
|
|
1335
1405
|
}
|
|
1336
1406
|
declare const ScPlanDetailsCardMobile: ({ planName, planCredits, planPrice, badgeText, badgeSubText, currentPlanLabel, upgradeButtonText, isLoading, onUpgrade, className, ...props }: IScPlanDetailsCardMobileProps) => JSX.Element;
|
|
1337
1407
|
|
|
1338
|
-
export { type AppcardProduct, type ArtifaxMenuItem, type ArtifaxSection, type ArtifaxSidebarAssistantCta, type ArtifaxSidebarCreditWarning, type ArtifaxSidebarIconContext, type ArtifaxSidebarIconMap, type ArtifaxSidebarIconRenderer, type ArtifaxSidebarProfile, type CatalogixNavItem, type CatalogixSidebarCreditWarning, type CatalogixSidebarIconContext, type CatalogixSidebarIconMap, type CatalogixSidebarIconRenderer, type CatalogixSidebarProfile, type CatalogixSwitchApp, CreditWarningBanner, type CreditWarningBannerProps, type IInvoiceHistoryMobileProps, type IScAccessProps, type IScAppCardForCopilotProps, type IScAppCardProps, type IScAppCardV3Props, type IScAppFieldProps, type IScAppListingCardProps, type IScAppSwitchPanelProps, type IScAppcardLogosProps, type IScArtifaxInviteProps, type IScArtifaxSidebarProps, type IScBadgesProps, type IScBillingHistoryHeaderProps, type IScBillingHistoryTableListProps, type IScBillingLogsTableHeaderProps, type IScBillingLogsTableListProps, type IScBriefCardProps, type IScButtonProps, type IScCalendarDateCompsProps, type IScCalendarProps, type IScCatalogixInviteProps, type IScCatalogixSidebarProps, type IScCheckFieldProps, type IScCheckboxProps, type IScCreditsUsageCardMobileProps, type IScCreditsUsageCardProps, type IScCxoCopilotLogoProps, type IScFieldButtonProps, type IScGoogleSignInProps, type IScGuideProps, type IScHDividerProps, type IScHeaderProps, type IScImageFieldProps, type IScIntialProfileCoverProps, type IScLogoUnitProps, type IScMenuOptionsProps, type IScMobileBottomActionProps, type IScMobileTopNavProps, type IScOnlyFieldProps, type IScOnlyIconProps, type IScPairtextProps, type IScPendingActionProps, type IScPhtogenixInviteProps, type IScPlanCardProps, type IScPlanComparisonProps, type IScPlanDetailsCardMobileProps, type IScPlanDetailsCardProps, type IScPopUpMenuProps, type IScProfileImageUpdateProps, type IScProfileOptionsProps, type IScProfileProps, type IScProfileSettingsCompProps, type IScProfileV2MobileProps, type IScProgressBarProps, type IScQuickPromptProps, type IScRadioProps, type IScReferralCardMobileProps, type IScReferralTableHeaderProps, type IScReferralTableListProps, type IScRoleMobileProps, type IScRoleProps, type IScSettingsNavProps, type IScSettingsTabCompProps, type IScSideBarLogoUnitProps, type IScSidebarIconsProps, type IScSidebarMenuProps, type IScSidebarProfileProps, type IScSidebarProps, type IScSidebarSwitchMenuProps, type IScSliderProps, type IScStrLogoProps, type IScStreamoidMascotProps, type IScStreamoidWordmarkProps, type IScTabCompProps, type IScTabFieldProps, type IScTabSwitcherProps, type IScTableHeaderProps, type IScTableListMobileProps, type IScTableListProps, type IScTextFieldProps, type IScToggleSwitchProps, type IScVDividerProps, type IScVersionProps, type IScWorkspaceCardProps, type IScWorkspaceSettingsMobileProps, type IScWorkspaceSwitchMobileProps, type IScWorkspaceSwitchMobileV2Props, type IUsageHistoryMobileProps, InvoiceHistoryMobile, NscWorkspaceSwitch, type PlanComparisonRow, type PlanComparisonSection, type PlanFeatureSection, ProductCollapsedMark, ProductWordmark, ScAccess, ScAppCard, ScAppCardForCopilot, ScAppCardV3, ScAppField, ScAppListingCard, type ScAppSwitchItem, ScAppSwitchPanel, ScAppSwitchRow, ScAppcardLogos, ScArtifaxInvite, ScArtifaxSidebar, ScBadges, ScBillingHistoryHeader, ScBillingHistoryTableList, ScBillingLogsTableHeader, ScBillingLogsTableList, ScBriefCard, ScButton, ScCalendar, ScCalendarDateComps, ScCatalogixInvite, ScCatalogixSidebar, ScCheckField, ScCheckbox, ScCreditsUsageCard, ScCreditsUsageCardMobile, ScCxoCopilotLogo, ScDp, type ScDpProps, ScFieldButton, ScGoogleSignIn, ScGuide, ScHDivider, ScHeader, ScImageField, ScIntialProfileCover, ScLogoUnit, ScMenuOptions, ScMobileBottomAction, ScMobileTopNav, ScOnlyField, ScOnlyIcon, ScPairtext, ScPendingAction, ScPhtogenixInvite, ScPlanCard, ScPlanComparison, ScPlanDetailsCard, ScPlanDetailsCardMobile, ScPopUpMenu, ScProfile, ScProfileImageUpdate, ScProfileOptions, ScProfileSettingsComp, ScProfileV2Mobile, ScProgressBar, ScQuickPrompt, ScRadio, ScReferralCardMobile, ScReferralTableHeader, ScReferralTableList, ScRole, ScRoleMobile, ScSettingsNav, ScSettingsTabComp, ScSideBarLogoUnit, ScSidebar, ScSidebarIcons, ScSidebarMenu, ScSidebarProfile, ScSidebarSwitchMenu, ScSlider, ScStrLogo, ScStreamoidMascot, ScStreamoidWordmark, ScTabComp, ScTabField, ScTabSwitcher, ScTableHeader, ScTableList, ScTableListMobile, ScTextField, ScToggleSwitch, ScVDivider, ScVersion, ScWorkspaceCard, ScWorkspaceSettingsMobile, ScWorkspaceSwitchCard, type ScWorkspaceSwitchCardProps, ScWorkspaceSwitchMobile, ScWorkspaceSwitchMobileV2, type SidebarConfig, type SidebarIconContext, type SidebarIconMap, type SidebarIconRenderer, type SidebarMenuItemConfig, type SidebarProduct, type SidebarProfileConfig, type SidebarSectionConfig, StreamoidSidebar, type StreamoidSidebarProps, StreamoidWorkspaceSwitcher, type StreamoidWorkspaceSwitcherProps, UsageHistoryMobile, type WorkspaceSwitcherConfig, type WorkspaceSwitcherItem, hasCollapsedMark };
|
|
1408
|
+
export { type AppcardProduct, type ArtifaxMenuItem, type ArtifaxSection, type ArtifaxSidebarAssistantCta, type ArtifaxSidebarCreditWarning, type ArtifaxSidebarIconContext, type ArtifaxSidebarIconMap, type ArtifaxSidebarIconRenderer, type ArtifaxSidebarProfile, type CatalogixNavItem, type CatalogixSidebarCreditWarning, type CatalogixSidebarIconContext, type CatalogixSidebarIconMap, type CatalogixSidebarIconRenderer, type CatalogixSidebarProfile, type CatalogixSwitchApp, CreditWarningBanner, type CreditWarningBannerProps, type DescriptionVisibility, type IInvoiceHistoryMobileProps, type IScAccessProps, type IScAppCardForCopilotProps, type IScAppCardProps, type IScAppCardV3Props, type IScAppFieldProps, type IScAppListingCardProps, type IScAppSwitchPanelProps, type IScAppcardLogosProps, type IScArtifaxInviteProps, type IScArtifaxSidebarProps, type IScBadgesProps, type IScBillingHistoryHeaderProps, type IScBillingHistoryTableListProps, type IScBillingLogsTableHeaderProps, type IScBillingLogsTableListProps, type IScBriefCardProps, type IScButtonProps, type IScCalendarDateCompsProps, type IScCalendarProps, type IScCatalogixInviteProps, type IScCatalogixSidebarProps, type IScCheckFieldProps, type IScCheckboxProps, type IScCreditsUsageCardMobileProps, type IScCreditsUsageCardProps, type IScCxoCopilotLogoProps, type IScFieldButtonProps, type IScGoogleSignInProps, type IScGuideProps, type IScHDividerProps, type IScHeaderProps, type IScImageFieldProps, type IScInChatListProps, type IScInChatMessageProps, type IScIntialProfileCoverProps, type IScLogoUnitProps, type IScMenuOptionsProps, type IScMobileBottomActionProps, type IScMobileTopNavProps, type IScOnlyFieldProps, type IScOnlyIconProps, type IScPairtextProps, type IScPendingActionProps, type IScPhtogenixInviteProps, type IScPlanCardProps, type IScPlanComparisonProps, type IScPlanDetailsCardMobileProps, type IScPlanDetailsCardProps, type IScPopUpMenuProps, type IScProfileImageUpdateProps, type IScProfileOptionsProps, type IScProfileProps, type IScProfileSettingsCompProps, type IScProfileV2MobileProps, type IScProgressBarProps, type IScQuickPromptProps, type IScRadioProps, type IScReferralCardMobileProps, type IScReferralTableHeaderProps, type IScReferralTableListProps, type IScRoleMobileProps, type IScRoleProps, type IScSelectionListProps, type IScSelectionProps, type IScSettingsNavProps, type IScSettingsTabCompProps, type IScSideBarLogoUnitProps, type IScSidebarIconsProps, type IScSidebarMenuProps, type IScSidebarProfileProps, type IScSidebarProps, type IScSidebarSwitchMenuProps, type IScSliderProps, type IScStrLogoProps, type IScStreamoidMascotProps, type IScStreamoidWordmarkProps, type IScSubAgentProps, type IScTabCompProps, type IScTabFieldProps, type IScTabSwitcherProps, type IScTableHeaderProps, type IScTableListMobileProps, type IScTableListProps, type IScTextFieldProps, type IScThinkingStepIconProps, type IScToggleSwitchProps, type IScVDividerProps, type IScVersionProps, type IScWorkspaceCardProps, type IScWorkspaceSettingsMobileProps, type IScWorkspaceSwitchMobileProps, type IScWorkspaceSwitchMobileV2Props, type IUsageHistoryMobileProps, type IcListIconState, InvoiceHistoryMobile, NscWorkspaceSwitch, type PlanComparisonRow, type PlanComparisonSection, type PlanFeatureSection, ProductCollapsedMark, ProductWordmark, ScAccess, ScAppCard, ScAppCardForCopilot, ScAppCardV3, ScAppField, ScAppListingCard, type ScAppSwitchItem, ScAppSwitchPanel, ScAppSwitchRow, ScAppcardLogos, ScArtifaxInvite, ScArtifaxSidebar, ScBadges, ScBillingHistoryHeader, ScBillingHistoryTableList, ScBillingLogsTableHeader, ScBillingLogsTableList, ScBriefCard, ScButton, ScCalendar, ScCalendarDateComps, ScCatalogixInvite, ScCatalogixSidebar, ScCheckField, ScCheckbox, ScCreditsUsageCard, ScCreditsUsageCardMobile, ScCxoCopilotLogo, ScDp, type ScDpProps, ScFieldButton, ScGoogleSignIn, ScGuide, ScHDivider, ScHeader, ScImageField, ScInChatList, ScInChatMessage, ScIntialProfileCover, ScLogoUnit, ScMenuOptions, ScMobileBottomAction, ScMobileTopNav, ScOnlyField, ScOnlyIcon, ScPairtext, ScPendingAction, ScPhtogenixInvite, ScPlanCard, ScPlanComparison, ScPlanDetailsCard, ScPlanDetailsCardMobile, ScPopUpMenu, ScProfile, ScProfileImageUpdate, ScProfileOptions, ScProfileSettingsComp, ScProfileV2Mobile, ScProgressBar, ScQuickPrompt, ScRadio, ScReferralCardMobile, ScReferralTableHeader, ScReferralTableList, ScRole, ScRoleMobile, ScSelection, ScSelectionList, ScSettingsNav, ScSettingsTabComp, ScSideBarLogoUnit, ScSidebar, ScSidebarIcons, ScSidebarMenu, ScSidebarProfile, ScSidebarSwitchMenu, ScSlider, ScStrLogo, ScStreamoidMascot, ScStreamoidWordmark, ScSubAgent, ScTabComp, ScTabField, ScTabSwitcher, ScTableHeader, ScTableList, ScTableListMobile, ScTextField, ScThinkingStepIcon, ScToggleSwitch, ScVDivider, ScVersion, ScWorkspaceCard, ScWorkspaceSettingsMobile, ScWorkspaceSwitchCard, type ScWorkspaceSwitchCardProps, ScWorkspaceSwitchMobile, ScWorkspaceSwitchMobileV2, type SelectionListState, type SidebarConfig, type SidebarIconContext, type SidebarIconMap, type SidebarIconRenderer, type SidebarMenuItemConfig, type SidebarProduct, type SidebarProfileConfig, type SidebarSectionConfig, StreamoidSidebar, type StreamoidSidebarProps, StreamoidWorkspaceSwitcher, type StreamoidWorkspaceSwitcherProps, UsageHistoryMobile, type WorkspaceSwitcherConfig, type WorkspaceSwitcherItem, formatSubAgentLabel, hasCollapsedMark };
|
package/dist/index.d.ts
CHANGED
|
@@ -1073,6 +1073,76 @@ declare function ScWorkspaceSwitchCard({ wsName, role, plan, ownerId, initials,
|
|
|
1073
1073
|
/** @deprecated Use ScWorkspaceSwitchCard directly */
|
|
1074
1074
|
declare const NscWorkspaceSwitch: typeof ScWorkspaceSwitchCard;
|
|
1075
1075
|
|
|
1076
|
+
interface IScThinkingStepIconProps extends Omit<React$1.HTMLAttributes<HTMLSpanElement>, "children"> {
|
|
1077
|
+
state?: "default" | "working" | "completed" | "error";
|
|
1078
|
+
size?: number;
|
|
1079
|
+
className?: string;
|
|
1080
|
+
style?: React$1.CSSProperties;
|
|
1081
|
+
}
|
|
1082
|
+
declare const ScThinkingStepIcon: ({ state, size, className, style, ...props }: IScThinkingStepIconProps) => JSX.Element;
|
|
1083
|
+
|
|
1084
|
+
type DescriptionVisibility = "no" | "hidden" | "visible";
|
|
1085
|
+
type IcListIconState = "default" | "working" | "completed" | "error";
|
|
1086
|
+
interface IScInChatListProps {
|
|
1087
|
+
title?: string;
|
|
1088
|
+
description?: string;
|
|
1089
|
+
descriptionVisibility?: DescriptionVisibility;
|
|
1090
|
+
leadingIndicator?: boolean;
|
|
1091
|
+
iconState?: IcListIconState;
|
|
1092
|
+
showSteps?: boolean;
|
|
1093
|
+
stepCount?: string;
|
|
1094
|
+
showTool?: boolean;
|
|
1095
|
+
toolUsing?: string;
|
|
1096
|
+
onToggle?: () => void;
|
|
1097
|
+
className?: string;
|
|
1098
|
+
style?: React$1.CSSProperties;
|
|
1099
|
+
}
|
|
1100
|
+
declare const ScInChatList: ({ title, description, descriptionVisibility, leadingIndicator, iconState, showSteps, stepCount, showTool, toolUsing, onToggle, className, style, }: IScInChatListProps) => JSX.Element;
|
|
1101
|
+
|
|
1102
|
+
declare function formatSubAgentLabel(agentName?: string): string;
|
|
1103
|
+
interface IScSubAgentProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
1104
|
+
text?: string;
|
|
1105
|
+
agentName?: string;
|
|
1106
|
+
className?: string;
|
|
1107
|
+
}
|
|
1108
|
+
declare const ScSubAgent: ({ text, agentName, className, ...props }: IScSubAgentProps) => JSX.Element;
|
|
1109
|
+
|
|
1110
|
+
interface IScInChatMessageProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
1111
|
+
type?: "input" | "output";
|
|
1112
|
+
text?: string;
|
|
1113
|
+
children?: ReactNode;
|
|
1114
|
+
className?: string;
|
|
1115
|
+
id?: string;
|
|
1116
|
+
}
|
|
1117
|
+
declare const ScInChatMessage: ({ type, text, children, className, id, ...props }: IScInChatMessageProps) => JSX.Element;
|
|
1118
|
+
|
|
1119
|
+
interface IScSelectionProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onSelect"> {
|
|
1120
|
+
title?: string;
|
|
1121
|
+
description?: string;
|
|
1122
|
+
active?: boolean;
|
|
1123
|
+
value?: string;
|
|
1124
|
+
onSelect?: (value?: string) => void;
|
|
1125
|
+
className?: string;
|
|
1126
|
+
}
|
|
1127
|
+
declare const ScSelection: ({ title, description, active, value, onSelect, onClick, className, ...props }: IScSelectionProps) => JSX.Element;
|
|
1128
|
+
|
|
1129
|
+
type SelectionListState = "default" | "approved" | "rejected";
|
|
1130
|
+
interface IScSelectionListProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange"> {
|
|
1131
|
+
state?: SelectionListState;
|
|
1132
|
+
label?: string;
|
|
1133
|
+
optionValues?: string;
|
|
1134
|
+
/** Fires with the next state on any toggle click — toggle-aware: clicking the
|
|
1135
|
+
* already-active toggle revokes back to "default". Use this to drive state. */
|
|
1136
|
+
onChange?: (next: SelectionListState) => void;
|
|
1137
|
+
/** Fired only on the positive transition into "approved". */
|
|
1138
|
+
onApprove?: () => void;
|
|
1139
|
+
/** Fired only on the positive transition into "rejected". */
|
|
1140
|
+
onReject?: () => void;
|
|
1141
|
+
disabled?: boolean;
|
|
1142
|
+
className?: string;
|
|
1143
|
+
}
|
|
1144
|
+
declare const ScSelectionList: ({ state, label, optionValues, onChange, onApprove, onReject, disabled, className, ...props }: IScSelectionListProps) => JSX.Element;
|
|
1145
|
+
|
|
1076
1146
|
interface IScRoleMobileProps {
|
|
1077
1147
|
/** Role variant */
|
|
1078
1148
|
role?: "admin" | "member";
|
|
@@ -1335,4 +1405,4 @@ interface IScPlanDetailsCardMobileProps extends React.HTMLAttributes<HTMLDivElem
|
|
|
1335
1405
|
}
|
|
1336
1406
|
declare const ScPlanDetailsCardMobile: ({ planName, planCredits, planPrice, badgeText, badgeSubText, currentPlanLabel, upgradeButtonText, isLoading, onUpgrade, className, ...props }: IScPlanDetailsCardMobileProps) => JSX.Element;
|
|
1337
1407
|
|
|
1338
|
-
export { type AppcardProduct, type ArtifaxMenuItem, type ArtifaxSection, type ArtifaxSidebarAssistantCta, type ArtifaxSidebarCreditWarning, type ArtifaxSidebarIconContext, type ArtifaxSidebarIconMap, type ArtifaxSidebarIconRenderer, type ArtifaxSidebarProfile, type CatalogixNavItem, type CatalogixSidebarCreditWarning, type CatalogixSidebarIconContext, type CatalogixSidebarIconMap, type CatalogixSidebarIconRenderer, type CatalogixSidebarProfile, type CatalogixSwitchApp, CreditWarningBanner, type CreditWarningBannerProps, type IInvoiceHistoryMobileProps, type IScAccessProps, type IScAppCardForCopilotProps, type IScAppCardProps, type IScAppCardV3Props, type IScAppFieldProps, type IScAppListingCardProps, type IScAppSwitchPanelProps, type IScAppcardLogosProps, type IScArtifaxInviteProps, type IScArtifaxSidebarProps, type IScBadgesProps, type IScBillingHistoryHeaderProps, type IScBillingHistoryTableListProps, type IScBillingLogsTableHeaderProps, type IScBillingLogsTableListProps, type IScBriefCardProps, type IScButtonProps, type IScCalendarDateCompsProps, type IScCalendarProps, type IScCatalogixInviteProps, type IScCatalogixSidebarProps, type IScCheckFieldProps, type IScCheckboxProps, type IScCreditsUsageCardMobileProps, type IScCreditsUsageCardProps, type IScCxoCopilotLogoProps, type IScFieldButtonProps, type IScGoogleSignInProps, type IScGuideProps, type IScHDividerProps, type IScHeaderProps, type IScImageFieldProps, type IScIntialProfileCoverProps, type IScLogoUnitProps, type IScMenuOptionsProps, type IScMobileBottomActionProps, type IScMobileTopNavProps, type IScOnlyFieldProps, type IScOnlyIconProps, type IScPairtextProps, type IScPendingActionProps, type IScPhtogenixInviteProps, type IScPlanCardProps, type IScPlanComparisonProps, type IScPlanDetailsCardMobileProps, type IScPlanDetailsCardProps, type IScPopUpMenuProps, type IScProfileImageUpdateProps, type IScProfileOptionsProps, type IScProfileProps, type IScProfileSettingsCompProps, type IScProfileV2MobileProps, type IScProgressBarProps, type IScQuickPromptProps, type IScRadioProps, type IScReferralCardMobileProps, type IScReferralTableHeaderProps, type IScReferralTableListProps, type IScRoleMobileProps, type IScRoleProps, type IScSettingsNavProps, type IScSettingsTabCompProps, type IScSideBarLogoUnitProps, type IScSidebarIconsProps, type IScSidebarMenuProps, type IScSidebarProfileProps, type IScSidebarProps, type IScSidebarSwitchMenuProps, type IScSliderProps, type IScStrLogoProps, type IScStreamoidMascotProps, type IScStreamoidWordmarkProps, type IScTabCompProps, type IScTabFieldProps, type IScTabSwitcherProps, type IScTableHeaderProps, type IScTableListMobileProps, type IScTableListProps, type IScTextFieldProps, type IScToggleSwitchProps, type IScVDividerProps, type IScVersionProps, type IScWorkspaceCardProps, type IScWorkspaceSettingsMobileProps, type IScWorkspaceSwitchMobileProps, type IScWorkspaceSwitchMobileV2Props, type IUsageHistoryMobileProps, InvoiceHistoryMobile, NscWorkspaceSwitch, type PlanComparisonRow, type PlanComparisonSection, type PlanFeatureSection, ProductCollapsedMark, ProductWordmark, ScAccess, ScAppCard, ScAppCardForCopilot, ScAppCardV3, ScAppField, ScAppListingCard, type ScAppSwitchItem, ScAppSwitchPanel, ScAppSwitchRow, ScAppcardLogos, ScArtifaxInvite, ScArtifaxSidebar, ScBadges, ScBillingHistoryHeader, ScBillingHistoryTableList, ScBillingLogsTableHeader, ScBillingLogsTableList, ScBriefCard, ScButton, ScCalendar, ScCalendarDateComps, ScCatalogixInvite, ScCatalogixSidebar, ScCheckField, ScCheckbox, ScCreditsUsageCard, ScCreditsUsageCardMobile, ScCxoCopilotLogo, ScDp, type ScDpProps, ScFieldButton, ScGoogleSignIn, ScGuide, ScHDivider, ScHeader, ScImageField, ScIntialProfileCover, ScLogoUnit, ScMenuOptions, ScMobileBottomAction, ScMobileTopNav, ScOnlyField, ScOnlyIcon, ScPairtext, ScPendingAction, ScPhtogenixInvite, ScPlanCard, ScPlanComparison, ScPlanDetailsCard, ScPlanDetailsCardMobile, ScPopUpMenu, ScProfile, ScProfileImageUpdate, ScProfileOptions, ScProfileSettingsComp, ScProfileV2Mobile, ScProgressBar, ScQuickPrompt, ScRadio, ScReferralCardMobile, ScReferralTableHeader, ScReferralTableList, ScRole, ScRoleMobile, ScSettingsNav, ScSettingsTabComp, ScSideBarLogoUnit, ScSidebar, ScSidebarIcons, ScSidebarMenu, ScSidebarProfile, ScSidebarSwitchMenu, ScSlider, ScStrLogo, ScStreamoidMascot, ScStreamoidWordmark, ScTabComp, ScTabField, ScTabSwitcher, ScTableHeader, ScTableList, ScTableListMobile, ScTextField, ScToggleSwitch, ScVDivider, ScVersion, ScWorkspaceCard, ScWorkspaceSettingsMobile, ScWorkspaceSwitchCard, type ScWorkspaceSwitchCardProps, ScWorkspaceSwitchMobile, ScWorkspaceSwitchMobileV2, type SidebarConfig, type SidebarIconContext, type SidebarIconMap, type SidebarIconRenderer, type SidebarMenuItemConfig, type SidebarProduct, type SidebarProfileConfig, type SidebarSectionConfig, StreamoidSidebar, type StreamoidSidebarProps, StreamoidWorkspaceSwitcher, type StreamoidWorkspaceSwitcherProps, UsageHistoryMobile, type WorkspaceSwitcherConfig, type WorkspaceSwitcherItem, hasCollapsedMark };
|
|
1408
|
+
export { type AppcardProduct, type ArtifaxMenuItem, type ArtifaxSection, type ArtifaxSidebarAssistantCta, type ArtifaxSidebarCreditWarning, type ArtifaxSidebarIconContext, type ArtifaxSidebarIconMap, type ArtifaxSidebarIconRenderer, type ArtifaxSidebarProfile, type CatalogixNavItem, type CatalogixSidebarCreditWarning, type CatalogixSidebarIconContext, type CatalogixSidebarIconMap, type CatalogixSidebarIconRenderer, type CatalogixSidebarProfile, type CatalogixSwitchApp, CreditWarningBanner, type CreditWarningBannerProps, type DescriptionVisibility, type IInvoiceHistoryMobileProps, type IScAccessProps, type IScAppCardForCopilotProps, type IScAppCardProps, type IScAppCardV3Props, type IScAppFieldProps, type IScAppListingCardProps, type IScAppSwitchPanelProps, type IScAppcardLogosProps, type IScArtifaxInviteProps, type IScArtifaxSidebarProps, type IScBadgesProps, type IScBillingHistoryHeaderProps, type IScBillingHistoryTableListProps, type IScBillingLogsTableHeaderProps, type IScBillingLogsTableListProps, type IScBriefCardProps, type IScButtonProps, type IScCalendarDateCompsProps, type IScCalendarProps, type IScCatalogixInviteProps, type IScCatalogixSidebarProps, type IScCheckFieldProps, type IScCheckboxProps, type IScCreditsUsageCardMobileProps, type IScCreditsUsageCardProps, type IScCxoCopilotLogoProps, type IScFieldButtonProps, type IScGoogleSignInProps, type IScGuideProps, type IScHDividerProps, type IScHeaderProps, type IScImageFieldProps, type IScInChatListProps, type IScInChatMessageProps, type IScIntialProfileCoverProps, type IScLogoUnitProps, type IScMenuOptionsProps, type IScMobileBottomActionProps, type IScMobileTopNavProps, type IScOnlyFieldProps, type IScOnlyIconProps, type IScPairtextProps, type IScPendingActionProps, type IScPhtogenixInviteProps, type IScPlanCardProps, type IScPlanComparisonProps, type IScPlanDetailsCardMobileProps, type IScPlanDetailsCardProps, type IScPopUpMenuProps, type IScProfileImageUpdateProps, type IScProfileOptionsProps, type IScProfileProps, type IScProfileSettingsCompProps, type IScProfileV2MobileProps, type IScProgressBarProps, type IScQuickPromptProps, type IScRadioProps, type IScReferralCardMobileProps, type IScReferralTableHeaderProps, type IScReferralTableListProps, type IScRoleMobileProps, type IScRoleProps, type IScSelectionListProps, type IScSelectionProps, type IScSettingsNavProps, type IScSettingsTabCompProps, type IScSideBarLogoUnitProps, type IScSidebarIconsProps, type IScSidebarMenuProps, type IScSidebarProfileProps, type IScSidebarProps, type IScSidebarSwitchMenuProps, type IScSliderProps, type IScStrLogoProps, type IScStreamoidMascotProps, type IScStreamoidWordmarkProps, type IScSubAgentProps, type IScTabCompProps, type IScTabFieldProps, type IScTabSwitcherProps, type IScTableHeaderProps, type IScTableListMobileProps, type IScTableListProps, type IScTextFieldProps, type IScThinkingStepIconProps, type IScToggleSwitchProps, type IScVDividerProps, type IScVersionProps, type IScWorkspaceCardProps, type IScWorkspaceSettingsMobileProps, type IScWorkspaceSwitchMobileProps, type IScWorkspaceSwitchMobileV2Props, type IUsageHistoryMobileProps, type IcListIconState, InvoiceHistoryMobile, NscWorkspaceSwitch, type PlanComparisonRow, type PlanComparisonSection, type PlanFeatureSection, ProductCollapsedMark, ProductWordmark, ScAccess, ScAppCard, ScAppCardForCopilot, ScAppCardV3, ScAppField, ScAppListingCard, type ScAppSwitchItem, ScAppSwitchPanel, ScAppSwitchRow, ScAppcardLogos, ScArtifaxInvite, ScArtifaxSidebar, ScBadges, ScBillingHistoryHeader, ScBillingHistoryTableList, ScBillingLogsTableHeader, ScBillingLogsTableList, ScBriefCard, ScButton, ScCalendar, ScCalendarDateComps, ScCatalogixInvite, ScCatalogixSidebar, ScCheckField, ScCheckbox, ScCreditsUsageCard, ScCreditsUsageCardMobile, ScCxoCopilotLogo, ScDp, type ScDpProps, ScFieldButton, ScGoogleSignIn, ScGuide, ScHDivider, ScHeader, ScImageField, ScInChatList, ScInChatMessage, ScIntialProfileCover, ScLogoUnit, ScMenuOptions, ScMobileBottomAction, ScMobileTopNav, ScOnlyField, ScOnlyIcon, ScPairtext, ScPendingAction, ScPhtogenixInvite, ScPlanCard, ScPlanComparison, ScPlanDetailsCard, ScPlanDetailsCardMobile, ScPopUpMenu, ScProfile, ScProfileImageUpdate, ScProfileOptions, ScProfileSettingsComp, ScProfileV2Mobile, ScProgressBar, ScQuickPrompt, ScRadio, ScReferralCardMobile, ScReferralTableHeader, ScReferralTableList, ScRole, ScRoleMobile, ScSelection, ScSelectionList, ScSettingsNav, ScSettingsTabComp, ScSideBarLogoUnit, ScSidebar, ScSidebarIcons, ScSidebarMenu, ScSidebarProfile, ScSidebarSwitchMenu, ScSlider, ScStrLogo, ScStreamoidMascot, ScStreamoidWordmark, ScSubAgent, ScTabComp, ScTabField, ScTabSwitcher, ScTableHeader, ScTableList, ScTableListMobile, ScTextField, ScThinkingStepIcon, ScToggleSwitch, ScVDivider, ScVersion, ScWorkspaceCard, ScWorkspaceSettingsMobile, ScWorkspaceSwitchCard, type ScWorkspaceSwitchCardProps, ScWorkspaceSwitchMobile, ScWorkspaceSwitchMobileV2, type SelectionListState, type SidebarConfig, type SidebarIconContext, type SidebarIconMap, type SidebarIconRenderer, type SidebarMenuItemConfig, type SidebarProduct, type SidebarProfileConfig, type SidebarSectionConfig, StreamoidSidebar, type StreamoidSidebarProps, StreamoidWorkspaceSwitcher, type StreamoidWorkspaceSwitcherProps, UsageHistoryMobile, type WorkspaceSwitcherConfig, type WorkspaceSwitcherItem, formatSubAgentLabel, hasCollapsedMark };
|