@overmap-ai/core 1.0.60-model-adapter.1 → 1.0.60-move-active-states.1
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/enums/index.d.ts +0 -1
- package/dist/index.d.ts +0 -5
- package/dist/overmap-core.js +1398 -10634
- package/dist/overmap-core.js.map +1 -1
- package/dist/overmap-core.umd.cjs +1429 -10667
- package/dist/overmap-core.umd.cjs.map +1 -1
- package/dist/sdk/base.d.ts +11 -0
- package/dist/sdk/globals.d.ts +7 -0
- package/dist/sdk/index.d.ts +1 -0
- package/dist/sdk/sdk.d.ts +4 -51
- package/dist/sdk/services/AgentService.d.ts +4 -3
- package/dist/sdk/services/AssetAttachmentService.d.ts +4 -3
- package/dist/sdk/services/AssetService.d.ts +5 -4
- package/dist/sdk/services/AssetStageCompletionService.d.ts +5 -4
- package/dist/sdk/services/AssetStageService.d.ts +4 -3
- package/dist/sdk/services/AssetTypeAttachmentService.d.ts +4 -3
- package/dist/sdk/services/AssetTypeService.d.ts +5 -4
- package/dist/sdk/services/BaseApiService.d.ts +7 -4
- package/dist/sdk/services/BaseAttachmentService.d.ts +12 -7
- package/dist/sdk/services/BaseAuthService.d.ts +12 -0
- package/dist/sdk/services/BaseService.d.ts +15 -0
- package/dist/sdk/services/BaseUploadService.d.ts +8 -0
- package/dist/sdk/services/CategoryService.d.ts +5 -4
- package/dist/sdk/services/DocumentAttachmentService.d.ts +4 -3
- package/dist/sdk/services/DocumentService.d.ts +5 -4
- package/dist/sdk/services/EmailDomainsService.d.ts +4 -3
- package/dist/sdk/services/EmailVerificationService.d.ts +3 -2
- package/dist/sdk/services/FileService.d.ts +4 -1
- package/dist/sdk/services/GeoImageService.d.ts +11 -0
- package/dist/sdk/services/IssueAttachmentService.d.ts +4 -3
- package/dist/sdk/services/IssueCommentService.d.ts +5 -4
- package/dist/sdk/services/IssueService.d.ts +6 -5
- package/dist/sdk/services/IssueTypeService.d.ts +6 -5
- package/dist/sdk/services/IssueUpdateService.d.ts +4 -2
- package/dist/sdk/services/JWTAuthService.d.ts +36 -0
- package/dist/sdk/services/LicenseService.d.ts +4 -3
- package/dist/sdk/services/OrganizationAccessService.d.ts +4 -3
- package/dist/sdk/services/OrganizationService.d.ts +4 -4
- package/dist/sdk/services/ProjectAccessService.d.ts +4 -3
- package/dist/sdk/services/ProjectAttachmentService.d.ts +4 -3
- package/dist/sdk/services/ProjectFileService.d.ts +4 -2
- package/dist/sdk/services/ProjectService.d.ts +3 -2
- package/dist/sdk/services/TeamService.d.ts +6 -5
- package/dist/sdk/services/UserFormService.d.ts +5 -5
- package/dist/sdk/services/UserFormSubmissionService.d.ts +8 -9
- package/dist/sdk/services/UserService.d.ts +6 -0
- package/dist/sdk/services/WorkspaceService.d.ts +4 -1
- package/dist/sdk/services/index.d.ts +3 -2
- package/dist/sdk/typings.d.ts +8 -3
- package/dist/store/index.d.ts +0 -1
- package/dist/store/slices/agentsSlice.d.ts +4 -4
- package/dist/store/slices/assetAttachmentSlice.d.ts +6 -6
- package/dist/store/slices/assetSlice.d.ts +8 -8
- package/dist/store/slices/assetStageCompletionSlice.d.ts +3 -3
- package/dist/store/slices/assetStageSlice.d.ts +9 -9
- package/dist/store/slices/assetTypeAttachmentSlice.d.ts +6 -6
- package/dist/store/slices/assetTypeSlice.d.ts +8 -14
- package/dist/store/slices/authSlice.d.ts +3 -3
- package/dist/store/slices/categorySlice.d.ts +16 -72
- package/dist/store/slices/documentAttachmentSlice.d.ts +6 -6
- package/dist/store/slices/documentSlice.d.ts +20 -62
- package/dist/store/slices/emailDomainsSlice.d.ts +4 -4
- package/dist/store/slices/fileSlice.d.ts +2 -2
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/formRevisionSlice.d.ts +19 -61
- package/dist/store/slices/formSlice.d.ts +9 -8
- package/dist/store/slices/formSubmissionAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/formSubmissionSlice.d.ts +11 -11
- package/dist/store/slices/geoImageSlice.d.ts +48 -0
- package/dist/store/slices/index.d.ts +2 -1
- package/dist/store/slices/issueAttachmentSlice.d.ts +6 -6
- package/dist/store/slices/issueCommentSlice.d.ts +3 -3
- package/dist/store/slices/issueSlice.d.ts +7 -17
- package/dist/store/slices/issueTypeSlice.d.ts +7 -7
- package/dist/store/slices/issueUpdateSlice.d.ts +3 -3
- package/dist/store/slices/licenseSlice.d.ts +7 -7
- package/dist/store/slices/organizationAccessSlice.d.ts +6 -6
- package/dist/store/slices/organizationSlice.d.ts +14 -25
- package/dist/store/slices/outboxSlice.d.ts +6 -4
- package/dist/store/slices/projectAccessSlice.d.ts +7 -7
- package/dist/store/slices/projectAttachmentSlice.d.ts +6 -6
- package/dist/store/slices/projectFileSlice.d.ts +8 -62
- package/dist/store/slices/projectSlice.d.ts +9 -12
- package/dist/store/slices/rehydratedSlice.d.ts +3 -2
- package/dist/store/slices/settingsSlice.d.ts +3 -24
- package/dist/store/slices/teamSlice.d.ts +6 -6
- package/dist/store/slices/userSlice.d.ts +5 -5
- package/dist/store/slices/workspaceSlice.d.ts +9 -56
- package/dist/store/store.d.ts +9 -91
- package/dist/typings/colors.d.ts +0 -3
- package/dist/typings/models/{components.d.ts → assets.d.ts} +2 -3
- package/dist/typings/models/forms.d.ts +87 -1
- package/dist/typings/models/geo.d.ts +18 -6
- package/dist/typings/models/geoImages.d.ts +14 -0
- package/dist/typings/models/index.d.ts +2 -1
- package/dist/typings/models/issues.d.ts +3 -4
- package/dist/typings/models/organizations.d.ts +0 -11
- package/dist/typings/models/projects.d.ts +3 -5
- package/dist/typings/models/store.d.ts +43 -4
- package/dist/typings/store.d.ts +6 -4
- package/dist/utils/colors.d.ts +0 -6
- package/dist/utils/coordinates.d.ts +5 -7
- package/dist/utils/file.d.ts +0 -6
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/utils.d.ts +3 -3
- package/package.json +13 -41
- package/dist/components/ColorPicker/ColorPicker.d.ts +0 -10
- package/dist/components/ColorPicker/index.d.ts +0 -1
- package/dist/components/FileBadge/FileBadge.d.ts +0 -8
- package/dist/components/FileBadge/index.d.ts +0 -1
- package/dist/components/FileCard/FileCard.d.ts +0 -8
- package/dist/components/FileCard/index.d.ts +0 -1
- package/dist/components/FileIcon/FileIcon.d.ts +0 -5
- package/dist/components/FileIcon/index.d.ts +0 -1
- package/dist/components/FileViewer/FileViewerProvider.d.ts +0 -2
- package/dist/components/FileViewer/context.d.ts +0 -5
- package/dist/components/FileViewer/index.d.ts +0 -3
- package/dist/components/FileViewer/typings.d.ts +0 -5
- package/dist/components/ImageCard/ImageCard.d.ts +0 -9
- package/dist/components/ImageCard/index.d.ts +0 -1
- package/dist/components/ImageMarkup/ImageMarkup.d.ts +0 -14
- package/dist/components/ImageMarkup/index.d.ts +0 -1
- package/dist/components/ImageViewer/ImageViewer.d.ts +0 -8
- package/dist/components/ImageViewer/constants.d.ts +0 -1
- package/dist/components/ImageViewer/index.d.ts +0 -2
- package/dist/components/PDFViewer/PDFViewer.d.ts +0 -8
- package/dist/components/PDFViewer/constants.d.ts +0 -1
- package/dist/components/PDFViewer/index.d.ts +0 -2
- package/dist/components/SpreadsheetViewer/SpreadsheetViewer.d.ts +0 -8
- package/dist/components/SpreadsheetViewer/constants.d.ts +0 -1
- package/dist/components/SpreadsheetViewer/index.d.ts +0 -2
- package/dist/components/index.d.ts +0 -10
- package/dist/contexts/hooks.d.ts +0 -2
- package/dist/contexts/index.d.ts +0 -3
- package/dist/contexts/overmap.d.ts +0 -12
- package/dist/contexts/sdk/globals.d.ts +0 -4
- package/dist/contexts/sdk/hooks.d.ts +0 -4
- package/dist/contexts/sdk/index.d.ts +0 -2
- package/dist/contexts/sdk/sdk.d.ts +0 -15
- package/dist/enums/map.d.ts +0 -6
- package/dist/forms/builder/DropDispatch.d.ts +0 -27
- package/dist/forms/builder/FieldActions.d.ts +0 -13
- package/dist/forms/builder/FieldBuilder.d.ts +0 -10
- package/dist/forms/builder/FieldSectionWithActions.d.ts +0 -11
- package/dist/forms/builder/FieldWithActions.d.ts +0 -10
- package/dist/forms/builder/FieldsEditor.d.ts +0 -6
- package/dist/forms/builder/FormBuilder.d.ts +0 -25
- package/dist/forms/builder/constants.d.ts +0 -18
- package/dist/forms/builder/hooks.d.ts +0 -7
- package/dist/forms/builder/index.d.ts +0 -2
- package/dist/forms/builder/typings.d.ts +0 -12
- package/dist/forms/builder/utils.d.ts +0 -24
- package/dist/forms/constants.d.ts +0 -2
- package/dist/forms/constantsJsx.d.ts +0 -9
- package/dist/forms/fields/BaseField/BaseField.d.ts +0 -52
- package/dist/forms/fields/BaseField/hooks.d.ts +0 -374
- package/dist/forms/fields/BaseField/index.d.ts +0 -4
- package/dist/forms/fields/BaseField/layouts.d.ts +0 -25
- package/dist/forms/fields/BaseField/typings.d.ts +0 -7
- package/dist/forms/fields/BooleanField/BooleanField.d.ts +0 -23
- package/dist/forms/fields/BooleanField/BooleanInput.d.ts +0 -4
- package/dist/forms/fields/BooleanField/index.d.ts +0 -2
- package/dist/forms/fields/CustomField/CustomField.d.ts +0 -24
- package/dist/forms/fields/CustomField/FieldInputClonerField/FieldInputCloner.d.ts +0 -8
- package/dist/forms/fields/CustomField/FieldInputClonerField/FieldInputClonerField.d.ts +0 -18
- package/dist/forms/fields/CustomField/FieldInputClonerField/index.d.ts +0 -3
- package/dist/forms/fields/CustomField/FieldInputClonerField/typings.d.ts +0 -5
- package/dist/forms/fields/CustomField/index.d.ts +0 -1
- package/dist/forms/fields/DateField/DateField.d.ts +0 -22
- package/dist/forms/fields/DateField/DateInput.d.ts +0 -4
- package/dist/forms/fields/DateField/index.d.ts +0 -2
- package/dist/forms/fields/FieldSection/FieldSection.d.ts +0 -33
- package/dist/forms/fields/FieldSection/FieldSectionLayout.d.ts +0 -7
- package/dist/forms/fields/FieldSection/index.d.ts +0 -1
- package/dist/forms/fields/MultiStringField/MultiStringField.d.ts +0 -40
- package/dist/forms/fields/MultiStringField/MultiStringInput.d.ts +0 -8
- package/dist/forms/fields/MultiStringField/index.d.ts +0 -2
- package/dist/forms/fields/NumberField/NumberField.d.ts +0 -46
- package/dist/forms/fields/NumberField/NumberInput.d.ts +0 -4
- package/dist/forms/fields/NumberField/index.d.ts +0 -2
- package/dist/forms/fields/QrField/QrField.d.ts +0 -21
- package/dist/forms/fields/QrField/QrInput.d.ts +0 -10
- package/dist/forms/fields/QrField/index.d.ts +0 -2
- package/dist/forms/fields/SelectField/BaseSelectField.d.ts +0 -34
- package/dist/forms/fields/SelectField/MultiSelectField.d.ts +0 -27
- package/dist/forms/fields/SelectField/MultiSelectInput.d.ts +0 -4
- package/dist/forms/fields/SelectField/SelectField.d.ts +0 -26
- package/dist/forms/fields/SelectField/SelectInput.d.ts +0 -4
- package/dist/forms/fields/SelectField/index.d.ts +0 -4
- package/dist/forms/fields/StringOrTextFields/StringField/StringField.d.ts +0 -26
- package/dist/forms/fields/StringOrTextFields/StringField/StringInput.d.ts +0 -4
- package/dist/forms/fields/StringOrTextFields/StringField/index.d.ts +0 -2
- package/dist/forms/fields/StringOrTextFields/StringOrTextField.d.ts +0 -34
- package/dist/forms/fields/StringOrTextFields/TextField/TextField.d.ts +0 -22
- package/dist/forms/fields/StringOrTextFields/TextField/TextInput.d.ts +0 -4
- package/dist/forms/fields/StringOrTextFields/TextField/index.d.ts +0 -2
- package/dist/forms/fields/StringOrTextFields/index.d.ts +0 -2
- package/dist/forms/fields/UploadField/UploadField.d.ts +0 -44
- package/dist/forms/fields/UploadField/UploadInput.d.ts +0 -4
- package/dist/forms/fields/UploadField/index.d.ts +0 -2
- package/dist/forms/fields/UploadField/utils.d.ts +0 -1
- package/dist/forms/fields/constants.d.ts +0 -106
- package/dist/forms/fields/hooks.d.ts +0 -6
- package/dist/forms/fields/index.d.ts +0 -12
- package/dist/forms/fields/typings.d.ts +0 -27
- package/dist/forms/fields/utils.d.ts +0 -17
- package/dist/forms/index.d.ts +0 -5
- package/dist/forms/renderer/FormBrowser/FormBrowser.d.ts +0 -11
- package/dist/forms/renderer/FormRenderer/FormRenderer.d.ts +0 -31
- package/dist/forms/renderer/FormSubmissionBrowser/FormSubmissionBrowser.d.ts +0 -28
- package/dist/forms/renderer/FormSubmissionViewer/FormSubmissionViewer.d.ts +0 -17
- package/dist/forms/renderer/PatchForm/Field.d.ts +0 -17
- package/dist/forms/renderer/PatchForm/Provider.d.ts +0 -29
- package/dist/forms/renderer/PatchForm/index.d.ts +0 -2
- package/dist/forms/renderer/index.d.ts +0 -5
- package/dist/forms/typings.d.ts +0 -103
- package/dist/forms/utils.d.ts +0 -9
- package/dist/sdk/services/AuthService.d.ts +0 -54
- package/dist/sdk/services/MainService.d.ts +0 -16
- package/dist/store/hooks.d.ts +0 -4
- package/dist/store/slices/mapSlice.d.ts +0 -23
- package/dist/style.css +0 -435
package/dist/style.css
DELETED
|
@@ -1,435 +0,0 @@
|
|
|
1
|
-
._description_1w0fq_1 {
|
|
2
|
-
white-space: pre-line;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
._floatingButtonContainer_1w0fq_5 {
|
|
6
|
-
position: sticky;
|
|
7
|
-
bottom: 0;
|
|
8
|
-
padding-bottom: 10px;
|
|
9
|
-
padding-right: 10px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
._FullScreenImageContainer_1w0fq_12 {
|
|
13
|
-
position: fixed;
|
|
14
|
-
top: 0;
|
|
15
|
-
left: 0;
|
|
16
|
-
height: 100%;
|
|
17
|
-
width: 100%;
|
|
18
|
-
z-index: 5000;
|
|
19
|
-
background-color: rgba(0, 0, 0, 0.85);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
._TopBarContainer_1w0fq_22 {
|
|
23
|
-
background-color: var(--color-background);
|
|
24
|
-
position: fixed;
|
|
25
|
-
top: 0;
|
|
26
|
-
left: 0;
|
|
27
|
-
width: 100%;
|
|
28
|
-
z-index: 5001;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
._fileName_1w0fq_31 {
|
|
32
|
-
flex-grow: 1;
|
|
33
|
-
text-align: center;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
._longIconButton_1w0fq_36 {
|
|
37
|
-
font-size: 0.8em;
|
|
38
|
-
min-width: 50px;
|
|
39
|
-
margin: 10px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
._previewImage_1w0fq_42 {
|
|
43
|
-
object-fit: cover;
|
|
44
|
-
width: min(300px, 100%);
|
|
45
|
-
height: 100px;
|
|
46
|
-
border-radius: var(--radius-2);
|
|
47
|
-
cursor: pointer;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
._FullScreenImage_1w0fq_12 {
|
|
51
|
-
position: absolute;
|
|
52
|
-
top: 50%;
|
|
53
|
-
left: 50%;
|
|
54
|
-
transform: translate(-50%, -50%);
|
|
55
|
-
object-fit: contain;
|
|
56
|
-
max-height: calc(100% - 120px);
|
|
57
|
-
max-width: 100vw;
|
|
58
|
-
z-index: 5001;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
._tabsList_1w0fq_61 {
|
|
62
|
-
display: flex;
|
|
63
|
-
position: sticky;
|
|
64
|
-
background-color: var(--color-background);
|
|
65
|
-
top: 0;
|
|
66
|
-
z-index: 2000;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
._tabTrigger_1w0fq_69 {
|
|
70
|
-
flex: 1;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
._patchfieldBorder_1w0fq_73, ._description_1w0fq_1, ._title_1w0fq_73 {
|
|
74
|
-
accent-color: var(--gray-surface);
|
|
75
|
-
border: 1px solid var(--gray-a7);
|
|
76
|
-
border-radius: 8px;
|
|
77
|
-
padding-left: var(--space-2);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
._title_1w0fq_73 {
|
|
81
|
-
font-weight: bold;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
._description_1w0fq_1 {
|
|
85
|
-
min-height: max-content;
|
|
86
|
-
padding-top: var(--space-2);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
._error_1w0fq_89 {
|
|
90
|
-
border-color: var(--red-a11);
|
|
91
|
-
}._description_10o76_1 {
|
|
92
|
-
white-space: pre-line;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
._floatingButtonContainer_10o76_5 {
|
|
96
|
-
position: sticky;
|
|
97
|
-
bottom: 0;
|
|
98
|
-
padding-bottom: 10px;
|
|
99
|
-
padding-right: 10px;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
._FullScreenImageContainer_10o76_12 {
|
|
103
|
-
position: fixed;
|
|
104
|
-
top: 0;
|
|
105
|
-
left: 0;
|
|
106
|
-
height: 100%;
|
|
107
|
-
width: 100%;
|
|
108
|
-
z-index: 5000;
|
|
109
|
-
background-color: rgba(0, 0, 0, 0.85);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
._TopBarContainer_10o76_22 {
|
|
113
|
-
background-color: var(--color-background);
|
|
114
|
-
position: fixed;
|
|
115
|
-
top: 0;
|
|
116
|
-
left: 0;
|
|
117
|
-
width: 100%;
|
|
118
|
-
z-index: 5001;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
._fileName_10o76_31 {
|
|
122
|
-
flex-grow: 1;
|
|
123
|
-
text-align: center;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
._longIconButton_10o76_36 {
|
|
127
|
-
font-size: 0.8em;
|
|
128
|
-
min-width: 50px;
|
|
129
|
-
margin: 10px;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
._previewImage_10o76_42 {
|
|
133
|
-
object-fit: cover;
|
|
134
|
-
width: min(300px, 100%);
|
|
135
|
-
height: 100px;
|
|
136
|
-
border-radius: var(--radius-2);
|
|
137
|
-
cursor: pointer;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
._FullScreenImage_10o76_12 {
|
|
141
|
-
position: absolute;
|
|
142
|
-
top: 50%;
|
|
143
|
-
left: 50%;
|
|
144
|
-
transform: translate(-50%, -50%);
|
|
145
|
-
object-fit: contain;
|
|
146
|
-
max-height: calc(100% - 120px);
|
|
147
|
-
max-width: 100vw;
|
|
148
|
-
z-index: 5001;
|
|
149
|
-
}._clickableLinkContainer_1ace7_1 {
|
|
150
|
-
z-index: 1;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
._TextFieldInputCopy_1ace7_5 {
|
|
154
|
-
overflow-x: auto;
|
|
155
|
-
white-space: nowrap;
|
|
156
|
-
padding-top: calc(var(--space-1) + 1px);
|
|
157
|
-
}._QrScannerWrapper_1puz3_1 {
|
|
158
|
-
background: var(--color-background);
|
|
159
|
-
}
|
|
160
|
-
._QrScannerWrapper_1puz3_1 svg {
|
|
161
|
-
stroke: #29A383 !important;
|
|
162
|
-
}._PDFViewerTopbar_103p8_1 {
|
|
163
|
-
background: var(--color-background);
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
._PDFViewerOverlay_103p8_5 {
|
|
167
|
-
background-color: var(--color-overlay);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
._PDFContainer_103p8_9 {
|
|
171
|
-
max-height: 100%;
|
|
172
|
-
max-width: 100%;
|
|
173
|
-
overflow: hidden;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
._Relative_103p8_15 {
|
|
177
|
-
position: relative;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
._PDFScrollArea_103p8_19 {
|
|
181
|
-
width: 100%;
|
|
182
|
-
height: max-content;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
._ErrorContainer_103p8_24 {
|
|
186
|
-
background-color: var(--color-panel-solid);
|
|
187
|
-
border: solid 1px var(--gray-a2);
|
|
188
|
-
border-radius: var(--radius-2);
|
|
189
|
-
width: 40%;
|
|
190
|
-
height: 70%;
|
|
191
|
-
}._ImageViewerTopbar_1n2bl_1 {
|
|
192
|
-
background-color: var(--color-background);
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
._ImageViewerOverlay_1n2bl_5 {
|
|
196
|
-
background-color: var(--color-overlay);
|
|
197
|
-
}._SpreadsheetViewer_qnmq7_1 {
|
|
198
|
-
width: 100%;
|
|
199
|
-
height: 100%;
|
|
200
|
-
position: fixed;
|
|
201
|
-
overflow: hidden;
|
|
202
|
-
inset: 0;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
._SpreadsheetViewerTopbar_qnmq7_9 {
|
|
206
|
-
background: var(--color-background);
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
._Spreadsheet_qnmq7_1 {
|
|
210
|
-
z-index: 1;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
._SpreadsheetViewerContent_qnmq7_17 {
|
|
214
|
-
max-width: 100%;
|
|
215
|
-
max-height: calc(100% - 50px);
|
|
216
|
-
width: max-content;
|
|
217
|
-
height: max-content;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
._SpreadsheetOverlay_qnmq7_24 {
|
|
221
|
-
background-color: var(--color-overlay);
|
|
222
|
-
}._ImageMarkupContent_8zvut_1 {
|
|
223
|
-
position: fixed;
|
|
224
|
-
inset: 0;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
._ImageMarkupOverlay_8zvut_6 {
|
|
228
|
-
background-color: var(--color-overlay);
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
._ImageMarkupTopbar_8zvut_10 {
|
|
232
|
-
background-color: var(--color-background);
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
._Prompt_8zvut_14 {
|
|
236
|
-
position: absolute;
|
|
237
|
-
bottom: 35px;
|
|
238
|
-
left: 50%;
|
|
239
|
-
font-weight: bold;
|
|
240
|
-
transform: translateX(-50%);
|
|
241
|
-
color: white;
|
|
242
|
-
z-index: 1;
|
|
243
|
-
text-align: center;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
._centered_8zvut_25, ._MarkupImage_8zvut_25 {
|
|
247
|
-
position: absolute;
|
|
248
|
-
top: 50%;
|
|
249
|
-
left: 50%;
|
|
250
|
-
transform: translate(-50%, -50%);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
._MarkupImage_8zvut_25 {
|
|
254
|
-
object-fit: contain;
|
|
255
|
-
max-height: calc(100% - 130px);
|
|
256
|
-
max-width: 100vw;
|
|
257
|
-
pointer-events: none;
|
|
258
|
-
visibility: hidden;
|
|
259
|
-
}
|
|
260
|
-
._MarkupImage_8zvut_25 * {
|
|
261
|
-
background-color: black;
|
|
262
|
-
}._FileCard_ledcm_1 {
|
|
263
|
-
background-color: var(--color-panel-solid);
|
|
264
|
-
border-radius: var(--radius-2);
|
|
265
|
-
border: solid 1px var(--gray-a3);
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
._Errored_ledcm_7 {
|
|
269
|
-
color: var(--gray-11);
|
|
270
|
-
}._ImageCard_kbztw_1 {
|
|
271
|
-
overflow: hidden;
|
|
272
|
-
border-radius: var(--radius-2);
|
|
273
|
-
border: solid 1px var(--gray-a4);
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
._ImageInset_kbztw_7 {
|
|
277
|
-
max-width: 100%;
|
|
278
|
-
display: flex;
|
|
279
|
-
align-items: center;
|
|
280
|
-
justify-content: center;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
._Image_kbztw_1 {
|
|
284
|
-
object-fit: cover;
|
|
285
|
-
max-width: 100%;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
._Footer_kbztw_19 {
|
|
289
|
-
background-color: var(--color-panel-solid);
|
|
290
|
-
}
|
|
291
|
-
._Footer_kbztw_19._Loading_kbztw_22 {
|
|
292
|
-
background-color: unset;
|
|
293
|
-
}._favoriteIcon_1bixi_1._favoriteIcon_1bixi_1 {
|
|
294
|
-
color: var(--yellow-a9);
|
|
295
|
-
}
|
|
296
|
-
._favoriteIcon_1bixi_1._favoriteIcon_1bixi_1:hover:not(:disabled) {
|
|
297
|
-
background-color: transparent;
|
|
298
|
-
color: var(--gray-a9);
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
._regularIcon_1bixi_9._regularIcon_1bixi_9:hover:not(:disabled) {
|
|
302
|
-
color: var(--yellow-a9);
|
|
303
|
-
background-color: transparent;
|
|
304
|
-
}._submissionsContainer_9iirt_1 {
|
|
305
|
-
overflow-y: auto;
|
|
306
|
-
max-height: min(369px, 100vh - 200px);
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
._stopHorizontalOverflow_9iirt_6 {
|
|
310
|
-
min-width: 0;
|
|
311
|
-
}._typeBadge_an5ff_1 {
|
|
312
|
-
width: fit-content;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
._addSectionButton_an5ff_5 {
|
|
316
|
-
margin-bottom: var(--space-4);
|
|
317
|
-
}._description_6795p_1 {
|
|
318
|
-
white-space: pre-line;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
._floatingButtonContainer_6795p_5 {
|
|
322
|
-
position: sticky;
|
|
323
|
-
bottom: 0;
|
|
324
|
-
padding-bottom: 10px;
|
|
325
|
-
padding-right: 10px;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
._FullScreenImageContainer_6795p_12 {
|
|
329
|
-
position: fixed;
|
|
330
|
-
top: 0;
|
|
331
|
-
left: 0;
|
|
332
|
-
height: 100%;
|
|
333
|
-
width: 100%;
|
|
334
|
-
z-index: 5000;
|
|
335
|
-
background-color: rgba(0, 0, 0, 0.85);
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
._TopBarContainer_6795p_22 {
|
|
339
|
-
background-color: var(--color-background);
|
|
340
|
-
position: fixed;
|
|
341
|
-
top: 0;
|
|
342
|
-
left: 0;
|
|
343
|
-
width: 100%;
|
|
344
|
-
z-index: 5001;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
._fileName_6795p_31 {
|
|
348
|
-
flex-grow: 1;
|
|
349
|
-
text-align: center;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
._longIconButton_6795p_36 {
|
|
353
|
-
font-size: 0.8em;
|
|
354
|
-
min-width: 50px;
|
|
355
|
-
margin: 10px;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
._previewImage_6795p_42 {
|
|
359
|
-
object-fit: cover;
|
|
360
|
-
width: min(300px, 100%);
|
|
361
|
-
height: 100px;
|
|
362
|
-
border-radius: var(--radius-2);
|
|
363
|
-
cursor: pointer;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
._FullScreenImage_6795p_12 {
|
|
367
|
-
position: absolute;
|
|
368
|
-
top: 50%;
|
|
369
|
-
left: 50%;
|
|
370
|
-
transform: translate(-50%, -50%);
|
|
371
|
-
object-fit: contain;
|
|
372
|
-
max-height: calc(100% - 120px);
|
|
373
|
-
max-width: 100vw;
|
|
374
|
-
z-index: 5001;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
._popoverInputsContainer_6795p_61 {
|
|
378
|
-
max-width: 240px;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
._imageContainer_6795p_65 {
|
|
382
|
-
position: relative;
|
|
383
|
-
display: inline-block;
|
|
384
|
-
width: min(300px, 100%);
|
|
385
|
-
}
|
|
386
|
-
._imageContainer_6795p_65:hover:not(:disabled) ._deleteImageButton_6795p_70 {
|
|
387
|
-
display: flex;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
._deleteImageButton_6795p_70 {
|
|
391
|
-
position: absolute;
|
|
392
|
-
top: var(--space-2);
|
|
393
|
-
right: var(--space-2);
|
|
394
|
-
display: none;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
._typeBadge_6795p_81 {
|
|
398
|
-
width: fit-content;
|
|
399
|
-
height: var(--space-5);
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
._previewInput_6795p_86 button[id=upload-input-upload-button] {
|
|
403
|
-
width: 100%;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
._directInput_6795p_90 {
|
|
407
|
-
min-width: 40%;
|
|
408
|
-
margin-left: var(--space-3);
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
._grow_6795p_95 {
|
|
412
|
-
display: grid;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
._grow_6795p_95::after {
|
|
416
|
-
content: attr(data-replicated-value) " ";
|
|
417
|
-
white-space: pre-wrap;
|
|
418
|
-
visibility: hidden;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
._grow_6795p_95 > textarea {
|
|
422
|
-
resize: none;
|
|
423
|
-
overflow: hidden;
|
|
424
|
-
min-height: max-content;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
._grow_6795p_95 > input,
|
|
428
|
-
._grow_6795p_95::after {
|
|
429
|
-
grid-area: 1/1;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
._grow_6795p_95 > textarea,
|
|
433
|
-
._grow_6795p_95::after {
|
|
434
|
-
grid-area: 1/1/2/2;
|
|
435
|
-
}
|