@nextcloud/vue 8.0.0-beta.9 → 8.0.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/CHANGELOG.md +52 -2
- package/dist/Components/NcActionButton.cjs +23 -12
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +21 -9
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionInput.cjs +1 -1
- package/dist/Components/NcActionInput.mjs +1 -1
- package/dist/Components/NcActionLink.cjs +1 -1
- package/dist/Components/NcActionLink.mjs +1 -1
- package/dist/Components/NcActionRouter.cjs +1 -1
- package/dist/Components/NcActionRouter.mjs +1 -1
- package/dist/Components/NcActionText.cjs +1 -1
- package/dist/Components/NcActionText.mjs +1 -1
- package/dist/Components/NcActionTextEditable.cjs +10 -10
- package/dist/Components/NcActionTextEditable.cjs.map +1 -1
- package/dist/Components/NcActionTextEditable.mjs +1 -1
- package/dist/Components/NcActions.cjs +55 -52
- package/dist/Components/NcActions.cjs.map +1 -1
- package/dist/Components/NcActions.mjs +44 -41
- package/dist/Components/NcActions.mjs.map +1 -1
- package/dist/Components/NcAppContent.cjs +19 -20
- package/dist/Components/NcAppContent.cjs.map +1 -1
- package/dist/Components/NcAppContent.mjs +8 -8
- package/dist/Components/NcAppContent.mjs.map +1 -1
- package/dist/Components/NcAppNavigation.cjs +58 -27
- package/dist/Components/NcAppNavigation.cjs.map +1 -1
- package/dist/Components/NcAppNavigation.mjs +67 -34
- package/dist/Components/NcAppNavigation.mjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +166 -62
- package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +145 -43
- package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.cjs +6 -6
- package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.mjs +17 -17
- package/dist/Components/NcAppNavigationNew.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +7 -7
- package/dist/Components/NcAppNavigationNewItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.mjs +5 -5
- package/dist/Components/NcAppNavigationNewItem.mjs.map +1 -1
- package/dist/Components/NcAppNavigationSettings.cjs +46 -14
- package/dist/Components/NcAppNavigationSettings.cjs.map +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +48 -16
- package/dist/Components/NcAppNavigationSettings.mjs.map +1 -1
- package/dist/Components/NcAppNavigationToggle.cjs +1 -1
- package/dist/Components/NcAppNavigationToggle.mjs +1 -1
- package/dist/Components/NcAppSettingsDialog.cjs +75 -54
- package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +79 -57
- package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.cjs +29 -10
- package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.mjs +29 -10
- package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +99 -33
- package/dist/Components/NcAppSidebar.cjs.map +1 -1
- package/dist/Components/NcAppSidebar.mjs +156 -92
- package/dist/Components/NcAppSidebar.mjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.cjs +7 -7
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +6 -6
- package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
- package/dist/Components/NcAvatar.cjs +1 -1
- package/dist/Components/NcAvatar.mjs +1 -1
- package/dist/Components/NcBreadcrumb.cjs +10 -10
- package/dist/Components/NcBreadcrumb.cjs.map +1 -1
- package/dist/Components/NcBreadcrumb.mjs +1 -1
- package/dist/Components/NcBreadcrumbs.cjs +85 -53
- package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +91 -60
- package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
- package/dist/Components/NcButton.cjs +25 -25
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +25 -25
- package/dist/Components/NcButton.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +305 -67
- package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +307 -75
- package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
- package/dist/Components/NcColorPicker.cjs +18 -18
- package/dist/Components/NcColorPicker.cjs.map +1 -1
- package/dist/Components/NcColorPicker.mjs +17 -17
- package/dist/Components/NcColorPicker.mjs.map +1 -1
- package/dist/Components/NcCounterBubble.cjs +6 -6
- package/dist/Components/NcCounterBubble.cjs.map +1 -1
- package/dist/Components/NcCounterBubble.mjs +2 -2
- package/dist/Components/NcCounterBubble.mjs.map +1 -1
- package/dist/Components/NcDashboardWidget.cjs +30 -30
- package/dist/Components/NcDashboardWidget.cjs.map +1 -1
- package/dist/Components/NcDashboardWidget.mjs +3 -3
- package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
- package/dist/Components/NcDateTime.cjs +1 -1
- package/dist/Components/NcDateTime.mjs +1 -1
- package/dist/Components/NcDateTimePicker.cjs +109 -44
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +115 -52
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +1 -1
- package/dist/Components/NcDialogButton.cjs +11 -11
- package/dist/Components/NcDialogButton.cjs.map +1 -1
- package/dist/Components/NcDialogButton.mjs +14 -14
- package/dist/Components/NcDialogButton.mjs.map +1 -1
- package/dist/Components/NcEmojiPicker.cjs +1 -1
- package/dist/Components/NcEmojiPicker.mjs +1 -1
- package/dist/Components/NcEmptyContent.cjs +14 -14
- package/dist/Components/NcEmptyContent.cjs.map +1 -1
- package/dist/Components/NcEmptyContent.mjs +7 -7
- package/dist/Components/NcEmptyContent.mjs.map +1 -1
- package/dist/Components/NcInputField.cjs +16 -16
- package/dist/Components/NcInputField.cjs.map +1 -1
- package/dist/Components/NcInputField.mjs +5 -5
- package/dist/Components/NcInputField.mjs.map +1 -1
- package/dist/Components/NcListItem.cjs +3 -3
- package/dist/Components/NcListItem.cjs.map +1 -1
- package/dist/Components/NcListItem.mjs +3 -3
- package/dist/Components/NcListItem.mjs.map +1 -1
- package/dist/Components/NcListItemIcon.cjs +1 -1
- package/dist/Components/NcListItemIcon.mjs +1 -1
- package/dist/Components/NcModal.cjs +165 -68
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +129 -35
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +146 -18
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +146 -21
- package/dist/Components/NcNoteCard.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +84 -20
- package/dist/Components/NcPasswordField.cjs.map +1 -1
- package/dist/Components/NcPasswordField.mjs +104 -42
- package/dist/Components/NcPasswordField.mjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +48 -31
- package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +31 -14
- package/dist/Components/NcRelatedResourcesPanel.mjs.map +1 -1
- package/dist/Components/NcRichContenteditable.cjs +22 -18
- package/dist/Components/NcRichContenteditable.cjs.map +1 -1
- package/dist/Components/NcRichContenteditable.mjs +32 -28
- package/dist/Components/NcRichContenteditable.mjs.map +1 -1
- package/dist/Components/NcRichText.cjs +1 -1
- package/dist/Components/NcRichText.mjs +3 -3
- package/dist/Components/NcSelect.cjs +80 -57
- package/dist/Components/NcSelect.cjs.map +1 -1
- package/dist/Components/NcSelect.mjs +75 -50
- package/dist/Components/NcSelect.mjs.map +1 -1
- package/dist/Components/NcSelectTags.cjs +2 -2
- package/dist/Components/NcSelectTags.cjs.map +1 -1
- package/dist/Components/NcSelectTags.mjs +4 -4
- package/dist/Components/NcSelectTags.mjs.map +1 -1
- package/dist/Components/NcSettingsInputText.cjs +1 -1
- package/dist/Components/NcSettingsInputText.mjs +1 -1
- package/dist/Components/NcSettingsSection.cjs +46 -14
- package/dist/Components/NcSettingsSection.cjs.map +1 -1
- package/dist/Components/NcSettingsSection.mjs +44 -12
- package/dist/Components/NcSettingsSection.mjs.map +1 -1
- package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
- package/dist/Components/NcTextArea.cjs +14 -14
- package/dist/Components/NcTextArea.cjs.map +1 -1
- package/dist/Components/NcTextArea.mjs +6 -6
- package/dist/Components/NcTextArea.mjs.map +1 -1
- package/dist/Components/NcTextField.cjs +51 -19
- package/dist/Components/NcTextField.cjs.map +1 -1
- package/dist/Components/NcTextField.mjs +59 -28
- package/dist/Components/NcTextField.mjs.map +1 -1
- package/dist/Components/NcTimezonePicker.cjs +32 -24
- package/dist/Components/NcTimezonePicker.cjs.map +1 -1
- package/dist/Components/NcTimezonePicker.mjs +36 -27
- package/dist/Components/NcTimezonePicker.mjs.map +1 -1
- package/dist/Components/NcUserBubble.cjs +24 -20
- package/dist/Components/NcUserBubble.cjs.map +1 -1
- package/dist/Components/NcUserBubble.mjs +25 -20
- package/dist/Components/NcUserBubble.mjs.map +1 -1
- package/dist/assets/{NcAppNavigationToggle-2cc5b864.css → NcAppNavigationToggle-9e170630.css} +3 -2
- package/dist/assets/{NcInputConfirmCancel-2ba60a52.css → NcInputConfirmCancel-45d1d76b.css} +7 -7
- package/dist/assets/{index-af72a30b.css → index-05760fea.css} +5 -1
- package/dist/assets/{index-30e099f7.css → index-0ac09203.css} +3 -3
- package/dist/assets/{index-eea65531.css → index-0e9b11c7.css} +20 -16
- package/dist/assets/{index-7813bab3.css → index-17673ea1.css} +7 -9
- package/dist/assets/{index-1151d229.css → index-1f25a3c0.css} +3 -3
- package/dist/assets/{index-9dcf6260.css → index-2e5e3b55.css} +30 -30
- package/dist/assets/{index-ed4adf1d.css → index-4271da53.css} +18 -17
- package/dist/assets/{index-abb90c97.css → index-4e03d941.css} +48 -48
- package/dist/assets/{index-4b75fe20.css → index-55600948.css} +11 -11
- package/dist/assets/{index-236620b0.css → index-6899d75b.css} +29 -29
- package/dist/assets/{index-5ee8a575.css → index-73ded07b.css} +63 -63
- package/dist/assets/{index-1beccc92.css → index-750c02cc.css} +28 -10
- package/dist/assets/{index-9e9587e1.css → index-77a548be.css} +4 -4
- package/dist/assets/{index-c5ae3bc4.css → index-7d211db9.css} +11 -11
- package/dist/assets/{index-8304db49.css → index-802d2118.css} +5 -1
- package/dist/assets/{index-a2d55f92.css → index-9176105d.css} +41 -41
- package/dist/assets/index-93bc89ef.css +197 -0
- package/dist/assets/{index-50b0766d.css → index-a0532427.css} +55 -70
- package/dist/assets/{index-e828b286.css → index-ab715d82.css} +4 -4
- package/dist/assets/{index-9e44e336.css → index-c221fe05.css} +9 -9
- package/dist/assets/{index-c6f0da2e.css → index-c239a2fc.css} +14 -8
- package/dist/assets/{index-73867d38.css → index-d3702c91.css} +5 -1
- package/dist/assets/{index-4a775ba1.css → index-d812ed9e.css} +43 -43
- package/dist/assets/{index-793eae6b.css → index-d9ae9479.css} +6 -6
- package/dist/assets/{index-f85aa003.css → index-db5a8b1c.css} +22 -10
- package/dist/assets/{index-574438d6.css → index-dea0aef3.css} +10 -10
- package/dist/assets/{index-0adc989c.css → index-ebbb7829.css} +9 -13
- package/dist/assets/{index-c06ad941.css → index-fbc0b606.css} +58 -42
- package/dist/chunks/AlertCircleOutline-7085c10f.cjs +35 -0
- package/dist/chunks/AlertCircleOutline-7085c10f.cjs.map +1 -0
- package/dist/chunks/AlertCircleOutline-b73838e0.mjs +37 -0
- package/dist/chunks/AlertCircleOutline-b73838e0.mjs.map +1 -0
- package/dist/chunks/ArrowLeft-2f9b9323.cjs +35 -0
- package/dist/chunks/ArrowLeft-2f9b9323.cjs.map +1 -0
- package/dist/chunks/ArrowLeft-3779ba88.mjs +37 -0
- package/dist/chunks/ArrowLeft-3779ba88.mjs.map +1 -0
- package/dist/chunks/ArrowRight-7315f6c1.cjs +35 -0
- package/dist/chunks/ArrowRight-7315f6c1.cjs.map +1 -0
- package/dist/chunks/ArrowRight-74a9fcb2.mjs +37 -0
- package/dist/chunks/ArrowRight-74a9fcb2.mjs.map +1 -0
- package/dist/chunks/Check-2ea0a88a.mjs +37 -0
- package/dist/chunks/Check-2ea0a88a.mjs.map +1 -0
- package/dist/chunks/Check-be8cd6af.cjs +35 -0
- package/dist/chunks/Check-be8cd6af.cjs.map +1 -0
- package/dist/chunks/ChevronDown-a72d365d.mjs +37 -0
- package/dist/chunks/ChevronDown-a72d365d.mjs.map +1 -0
- package/dist/chunks/ChevronDown-dc32e51d.cjs +35 -0
- package/dist/chunks/ChevronDown-dc32e51d.cjs.map +1 -0
- package/dist/chunks/ChevronRight-1a6a6cf2.mjs +37 -0
- package/dist/chunks/ChevronRight-1a6a6cf2.mjs.map +1 -0
- package/dist/chunks/ChevronRight-a4c1e0d3.cjs +35 -0
- package/dist/chunks/ChevronRight-a4c1e0d3.cjs.map +1 -0
- package/dist/chunks/Close-271f72e2.mjs +37 -0
- package/dist/chunks/Close-271f72e2.mjs.map +1 -0
- package/dist/chunks/Close-98cb6f12.cjs +35 -0
- package/dist/chunks/Close-98cb6f12.cjs.map +1 -0
- package/dist/chunks/DotsHorizontal-0ee7d901.mjs +37 -0
- package/dist/chunks/DotsHorizontal-0ee7d901.mjs.map +1 -0
- package/dist/chunks/DotsHorizontal-ac96129a.cjs +35 -0
- package/dist/chunks/DotsHorizontal-ac96129a.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-60664a28.cjs +113 -0
- package/dist/chunks/NcAppNavigationToggle-60664a28.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-82764816.mjs +118 -0
- package/dist/chunks/NcAppNavigationToggle-82764816.mjs.map +1 -0
- package/dist/chunks/NcInputConfirmCancel-262d455f.cjs +90 -0
- package/dist/chunks/{NcInputConfirmCancel-44052477.mjs.map → NcInputConfirmCancel-262d455f.cjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-44052477.mjs → NcInputConfirmCancel-906c7816.mjs} +11 -11
- package/dist/chunks/{NcInputConfirmCancel-6bea0fdc.cjs.map → NcInputConfirmCancel-906c7816.mjs.map} +1 -1
- package/dist/chunks/{NcRichText-8fda53c8.mjs → NcRichText-1e8fd02d.mjs} +1 -1
- package/dist/chunks/{NcRichText-8fda53c8.mjs.map → NcRichText-1e8fd02d.mjs.map} +1 -1
- package/dist/chunks/{NcRichText-332fe454.cjs → NcRichText-ae95c854.cjs} +1 -1
- package/dist/chunks/{NcRichText-332fe454.cjs.map → NcRichText-ae95c854.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-fdd3309c.mjs → NcSettingsSelectGroup-ae323579.mjs} +2 -2
- package/dist/chunks/{NcSettingsSelectGroup-fdd3309c.mjs.map → NcSettingsSelectGroup-ae323579.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-a5ff8c36.cjs → NcSettingsSelectGroup-e8f9f9fe.cjs} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-a5ff8c36.cjs.map → NcSettingsSelectGroup-e8f9f9fe.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-9519afcc.mjs → ScopeComponent-1ab1ebb9.mjs} +1 -1
- package/dist/chunks/{ScopeComponent-9519afcc.mjs.map → ScopeComponent-1ab1ebb9.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-e060526a.cjs → ScopeComponent-50287dad.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-e060526a.cjs.map → ScopeComponent-50287dad.cjs.map} +1 -1
- package/dist/chunks/{index-032137a6.cjs → index-e06b96d3.cjs} +56 -47
- package/dist/chunks/index-e06b96d3.cjs.map +1 -0
- package/dist/chunks/{index-fb2ee22c.mjs → index-fbf943b3.mjs} +93 -84
- package/dist/chunks/index-fbf943b3.mjs.map +1 -0
- package/dist/chunks/{l10n-9aa6482d.mjs → l10n-9fc9974f.mjs} +1 -1
- package/dist/chunks/{l10n-9aa6482d.mjs.map → l10n-9fc9974f.mjs.map} +1 -1
- package/dist/chunks/{l10n-c7bd0ea6.cjs → l10n-ec2d3010.cjs} +1 -1
- package/dist/chunks/{l10n-c7bd0ea6.cjs.map → l10n-ec2d3010.cjs.map} +1 -1
- package/dist/chunks/l10n-f491109d.cjs +29 -0
- package/dist/chunks/l10n-f491109d.cjs.map +1 -0
- package/dist/chunks/l10n-f692947e.mjs +31 -0
- package/dist/chunks/l10n-f692947e.mjs.map +1 -0
- package/dist/chunks/{referencePickerModal-443a4c57.mjs → referencePickerModal-6bc8f6b9.mjs} +156 -124
- package/dist/chunks/referencePickerModal-6bc8f6b9.mjs.map +1 -0
- package/dist/chunks/{referencePickerModal-279a483d.cjs → referencePickerModal-e033bf2c.cjs} +144 -111
- package/dist/chunks/referencePickerModal-e033bf2c.cjs.map +1 -0
- package/dist/index.cjs +4 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +26 -30
- package/dist/index.mjs.map +1 -1
- package/dist/vendor.LICENSE.txt +5 -1
- package/package.json +3 -3
- package/dist/assets/index-d646553d.css +0 -41
- package/dist/chunks/NcAppNavigationToggle-841d3015.cjs +0 -49
- package/dist/chunks/NcAppNavigationToggle-841d3015.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-e358aa47.mjs +0 -55
- package/dist/chunks/NcAppNavigationToggle-e358aa47.mjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-6bea0fdc.cjs +0 -90
- package/dist/chunks/index-032137a6.cjs.map +0 -1
- package/dist/chunks/index-fb2ee22c.mjs.map +0 -1
- package/dist/chunks/l10n-05a09c66.mjs +0 -31
- package/dist/chunks/l10n-05a09c66.mjs.map +0 -1
- package/dist/chunks/l10n-b1d264c7.cjs +0 -29
- package/dist/chunks/l10n-b1d264c7.cjs.map +0 -1
- package/dist/chunks/referencePickerModal-279a483d.cjs.map +0 -1
- package/dist/chunks/referencePickerModal-443a4c57.mjs.map +0 -1
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
|
-
.material-design-icon[data-v-
|
|
46
|
+
.material-design-icon[data-v-424ef3d1] {
|
|
47
47
|
display: flex;
|
|
48
48
|
align-self: center;
|
|
49
49
|
justify-self: center;
|
|
50
50
|
align-items: center;
|
|
51
51
|
justify-content: center;
|
|
52
52
|
}
|
|
53
|
-
.app-content[data-v-
|
|
53
|
+
.app-content[data-v-424ef3d1] {
|
|
54
54
|
position: initial;
|
|
55
55
|
z-index: 1000;
|
|
56
56
|
flex-basis: 100vw;
|
|
@@ -59,57 +59,58 @@
|
|
|
59
59
|
background-color: var(--color-main-background);
|
|
60
60
|
min-width: 0;
|
|
61
61
|
}
|
|
62
|
-
.app-content[data-v-
|
|
62
|
+
.app-content[data-v-424ef3d1]:not(.app-content--has-list) {
|
|
63
63
|
overflow: auto;
|
|
64
64
|
}
|
|
65
|
-
.app-content-wrapper[data-v-
|
|
65
|
+
.app-content-wrapper[data-v-424ef3d1] {
|
|
66
66
|
position: relative;
|
|
67
67
|
width: 100%;
|
|
68
68
|
height: 100%;
|
|
69
69
|
}
|
|
70
|
-
.app-content-wrapper--mobile.app-content-wrapper--show-list[data-v-
|
|
70
|
+
.app-content-wrapper--mobile.app-content-wrapper--show-list[data-v-424ef3d1] .app-content-list {
|
|
71
71
|
display: flex;
|
|
72
72
|
}
|
|
73
|
-
.app-content-wrapper--mobile.app-content-wrapper--show-list[data-v-
|
|
74
|
-
.app-content-wrapper--mobile.app-content-wrapper--show-details[data-v-
|
|
73
|
+
.app-content-wrapper--mobile.app-content-wrapper--show-list[data-v-424ef3d1] .app-content-details,
|
|
74
|
+
.app-content-wrapper--mobile.app-content-wrapper--show-details[data-v-424ef3d1] .app-content-list {
|
|
75
75
|
display: none;
|
|
76
76
|
}
|
|
77
|
-
.app-content-wrapper--mobile.app-content-wrapper--show-details[data-v-
|
|
77
|
+
.app-content-wrapper--mobile.app-content-wrapper--show-details[data-v-424ef3d1] .app-content-details {
|
|
78
78
|
display: block;
|
|
79
79
|
}
|
|
80
|
-
[data-v-
|
|
80
|
+
[data-v-424ef3d1] .splitpanes.default-theme .app-content-list {
|
|
81
81
|
max-width: none;
|
|
82
|
+
scrollbar-width: auto;
|
|
82
83
|
}
|
|
83
|
-
[data-v-
|
|
84
|
+
[data-v-424ef3d1] .splitpanes.default-theme .splitpanes__pane {
|
|
84
85
|
background-color: transparent;
|
|
85
86
|
transition: none;
|
|
86
87
|
}
|
|
87
|
-
[data-v-
|
|
88
|
+
[data-v-424ef3d1] .splitpanes.default-theme .splitpanes__pane-list {
|
|
88
89
|
min-width: 300px;
|
|
89
90
|
position: -webkit-sticky;
|
|
90
91
|
position: sticky;
|
|
91
92
|
top: var(--header-height);
|
|
92
93
|
}
|
|
93
94
|
@media only screen and (width < 1024px) {
|
|
94
|
-
[data-v-
|
|
95
|
+
[data-v-424ef3d1] .splitpanes.default-theme .splitpanes__pane-list {
|
|
95
96
|
display: none;
|
|
96
97
|
}
|
|
97
98
|
}
|
|
98
|
-
[data-v-
|
|
99
|
+
[data-v-424ef3d1] .splitpanes.default-theme .splitpanes__pane-details {
|
|
99
100
|
overflow-y: auto;
|
|
100
101
|
}
|
|
101
102
|
@media only screen and (width < 1024px) {
|
|
102
|
-
[data-v-
|
|
103
|
+
[data-v-424ef3d1] .splitpanes.default-theme .splitpanes__pane-details {
|
|
103
104
|
min-width: 100%;
|
|
104
105
|
}
|
|
105
106
|
}
|
|
106
|
-
[data-v-
|
|
107
|
+
[data-v-424ef3d1] .splitpanes.default-theme .splitpanes__splitter {
|
|
107
108
|
width: 9px;
|
|
108
109
|
margin-left: -5px;
|
|
109
110
|
background-color: transparent;
|
|
110
111
|
border-left: none;
|
|
111
112
|
}
|
|
112
|
-
[data-v-
|
|
113
|
-
[data-v-
|
|
113
|
+
[data-v-424ef3d1] .splitpanes.default-theme .splitpanes__splitter:before,
|
|
114
|
+
[data-v-424ef3d1] .splitpanes.default-theme .splitpanes__splitter:after {
|
|
114
115
|
display: none;
|
|
115
116
|
}
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
.material-design-icon[data-v-
|
|
23
|
+
.material-design-icon[data-v-4d352b50] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-self: center;
|
|
26
26
|
justify-self: center;
|
|
27
27
|
align-items: center;
|
|
28
28
|
justify-content: center;
|
|
29
29
|
}
|
|
30
|
-
.list-item__wrapper[data-v-
|
|
30
|
+
.list-item__wrapper[data-v-4d352b50] {
|
|
31
31
|
position: relative;
|
|
32
32
|
width: 100%;
|
|
33
33
|
}
|
|
34
|
-
.list-item__wrapper--active .list-item[data-v-
|
|
35
|
-
.list-item__wrapper:active .list-item[data-v-
|
|
36
|
-
.list-item__wrapper.active .list-item[data-v-
|
|
34
|
+
.list-item__wrapper--active .list-item[data-v-4d352b50],
|
|
35
|
+
.list-item__wrapper:active .list-item[data-v-4d352b50],
|
|
36
|
+
.list-item__wrapper.active .list-item[data-v-4d352b50] {
|
|
37
37
|
background-color: var(--color-primary-element);
|
|
38
38
|
}
|
|
39
|
-
.list-item__wrapper--active .list-item[data-v-
|
|
40
|
-
.list-item__wrapper--active .list-item[data-v-
|
|
41
|
-
.list-item__wrapper--active .list-item[data-v-
|
|
42
|
-
.list-item__wrapper--active .list-item[data-v-
|
|
43
|
-
.list-item__wrapper:active .list-item[data-v-
|
|
44
|
-
.list-item__wrapper:active .list-item[data-v-
|
|
45
|
-
.list-item__wrapper:active .list-item[data-v-
|
|
46
|
-
.list-item__wrapper:active .list-item[data-v-
|
|
47
|
-
.list-item__wrapper.active .list-item[data-v-
|
|
48
|
-
.list-item__wrapper.active .list-item[data-v-
|
|
49
|
-
.list-item__wrapper.active .list-item[data-v-
|
|
50
|
-
.list-item__wrapper.active .list-item[data-v-
|
|
39
|
+
.list-item__wrapper--active .list-item[data-v-4d352b50]:active,
|
|
40
|
+
.list-item__wrapper--active .list-item[data-v-4d352b50]:hover,
|
|
41
|
+
.list-item__wrapper--active .list-item[data-v-4d352b50]:focus,
|
|
42
|
+
.list-item__wrapper--active .list-item[data-v-4d352b50]:focus-visible,
|
|
43
|
+
.list-item__wrapper:active .list-item[data-v-4d352b50]:active,
|
|
44
|
+
.list-item__wrapper:active .list-item[data-v-4d352b50]:hover,
|
|
45
|
+
.list-item__wrapper:active .list-item[data-v-4d352b50]:focus,
|
|
46
|
+
.list-item__wrapper:active .list-item[data-v-4d352b50]:focus-visible,
|
|
47
|
+
.list-item__wrapper.active .list-item[data-v-4d352b50]:active,
|
|
48
|
+
.list-item__wrapper.active .list-item[data-v-4d352b50]:hover,
|
|
49
|
+
.list-item__wrapper.active .list-item[data-v-4d352b50]:focus,
|
|
50
|
+
.list-item__wrapper.active .list-item[data-v-4d352b50]:focus-visible {
|
|
51
51
|
background-color: var(--color-primary-element-hover);
|
|
52
52
|
}
|
|
53
|
-
.list-item__wrapper--active .line-one__name[data-v-
|
|
54
|
-
.list-item__wrapper--active .line-one__details[data-v-
|
|
55
|
-
.list-item__wrapper:active .line-one__name[data-v-
|
|
56
|
-
.list-item__wrapper:active .line-one__details[data-v-
|
|
57
|
-
.list-item__wrapper.active .line-one__name[data-v-
|
|
58
|
-
.list-item__wrapper.active .line-one__details[data-v-
|
|
59
|
-
.list-item__wrapper--active .line-two__subname[data-v-
|
|
60
|
-
.list-item__wrapper:active .line-two__subname[data-v-
|
|
61
|
-
.list-item__wrapper.active .line-two__subname[data-v-
|
|
53
|
+
.list-item__wrapper--active .line-one__name[data-v-4d352b50],
|
|
54
|
+
.list-item__wrapper--active .line-one__details[data-v-4d352b50],
|
|
55
|
+
.list-item__wrapper:active .line-one__name[data-v-4d352b50],
|
|
56
|
+
.list-item__wrapper:active .line-one__details[data-v-4d352b50],
|
|
57
|
+
.list-item__wrapper.active .line-one__name[data-v-4d352b50],
|
|
58
|
+
.list-item__wrapper.active .line-one__details[data-v-4d352b50],
|
|
59
|
+
.list-item__wrapper--active .line-two__subname[data-v-4d352b50],
|
|
60
|
+
.list-item__wrapper:active .line-two__subname[data-v-4d352b50],
|
|
61
|
+
.list-item__wrapper.active .line-two__subname[data-v-4d352b50] {
|
|
62
62
|
color: var(--color-primary-element-text) !important;
|
|
63
63
|
}
|
|
64
|
-
.list-item[data-v-
|
|
64
|
+
.list-item[data-v-4d352b50] {
|
|
65
65
|
display: block;
|
|
66
66
|
position: relative;
|
|
67
67
|
flex: 0 0 auto;
|
|
@@ -74,49 +74,49 @@
|
|
|
74
74
|
transition: background-color var(--animation-quick) ease-in-out;
|
|
75
75
|
list-style: none;
|
|
76
76
|
}
|
|
77
|
-
.list-item[data-v-
|
|
78
|
-
.list-item[data-v-
|
|
79
|
-
.list-item[data-v-
|
|
80
|
-
.list-item[data-v-
|
|
77
|
+
.list-item[data-v-4d352b50]:active,
|
|
78
|
+
.list-item[data-v-4d352b50]:hover,
|
|
79
|
+
.list-item[data-v-4d352b50]:focus,
|
|
80
|
+
.list-item[data-v-4d352b50]:focus-visible {
|
|
81
81
|
background-color: var(--color-background-hover);
|
|
82
82
|
}
|
|
83
|
-
.list-item-content__wrapper[data-v-
|
|
83
|
+
.list-item-content__wrapper[data-v-4d352b50] {
|
|
84
84
|
display: flex;
|
|
85
85
|
align-items: center;
|
|
86
86
|
height: 48px;
|
|
87
87
|
}
|
|
88
|
-
.list-item-content__wrapper--compact[data-v-
|
|
88
|
+
.list-item-content__wrapper--compact[data-v-4d352b50] {
|
|
89
89
|
height: 36px;
|
|
90
90
|
}
|
|
91
|
-
.list-item-content__wrapper--compact .line-one[data-v-
|
|
92
|
-
.list-item-content__wrapper--compact .line-two[data-v-
|
|
91
|
+
.list-item-content__wrapper--compact .line-one[data-v-4d352b50],
|
|
92
|
+
.list-item-content__wrapper--compact .line-two[data-v-4d352b50] {
|
|
93
93
|
margin-top: -4px;
|
|
94
94
|
margin-bottom: -4px;
|
|
95
95
|
}
|
|
96
|
-
.list-item-content[data-v-
|
|
96
|
+
.list-item-content[data-v-4d352b50] {
|
|
97
97
|
display: flex;
|
|
98
98
|
flex: 1 1 auto;
|
|
99
99
|
justify-content: space-between;
|
|
100
100
|
padding-left: 8px;
|
|
101
101
|
}
|
|
102
|
-
.list-item-content__main[data-v-
|
|
102
|
+
.list-item-content__main[data-v-4d352b50] {
|
|
103
103
|
flex: 1 1 auto;
|
|
104
104
|
width: 0;
|
|
105
105
|
margin: auto 0;
|
|
106
106
|
}
|
|
107
|
-
.list-item-content__main--oneline[data-v-
|
|
107
|
+
.list-item-content__main--oneline[data-v-4d352b50] {
|
|
108
108
|
display: flex;
|
|
109
109
|
}
|
|
110
|
-
.list-item-content__actions[data-v-
|
|
110
|
+
.list-item-content__actions[data-v-4d352b50] {
|
|
111
111
|
flex: 0 0 auto;
|
|
112
112
|
align-self: center;
|
|
113
113
|
justify-content: center;
|
|
114
114
|
margin-left: 4px;
|
|
115
115
|
}
|
|
116
|
-
.list-item__extra[data-v-
|
|
116
|
+
.list-item__extra[data-v-4d352b50] {
|
|
117
117
|
margin-top: 4px;
|
|
118
118
|
}
|
|
119
|
-
.line-one[data-v-
|
|
119
|
+
.line-one[data-v-4d352b50] {
|
|
120
120
|
display: flex;
|
|
121
121
|
align-items: center;
|
|
122
122
|
justify-content: space-between;
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
margin: 0 auto 0 0;
|
|
125
125
|
overflow: hidden;
|
|
126
126
|
}
|
|
127
|
-
.line-one__name[data-v-
|
|
127
|
+
.line-one__name[data-v-4d352b50] {
|
|
128
128
|
overflow: hidden;
|
|
129
129
|
flex-grow: 1;
|
|
130
130
|
cursor: pointer;
|
|
@@ -132,21 +132,21 @@
|
|
|
132
132
|
color: var(--color-main-text);
|
|
133
133
|
font-weight: 700;
|
|
134
134
|
}
|
|
135
|
-
.line-one__details[data-v-
|
|
135
|
+
.line-one__details[data-v-4d352b50] {
|
|
136
136
|
color: var(--color-text-maxcontrast);
|
|
137
137
|
margin: 0 8px;
|
|
138
138
|
font-weight: 400;
|
|
139
139
|
}
|
|
140
|
-
.line-two[data-v-
|
|
140
|
+
.line-two[data-v-4d352b50] {
|
|
141
141
|
display: flex;
|
|
142
142
|
align-items: flex-start;
|
|
143
143
|
justify-content: space-between;
|
|
144
144
|
white-space: nowrap;
|
|
145
145
|
}
|
|
146
|
-
.line-two--bold[data-v-
|
|
146
|
+
.line-two--bold[data-v-4d352b50] {
|
|
147
147
|
font-weight: 700;
|
|
148
148
|
}
|
|
149
|
-
.line-two__subname[data-v-
|
|
149
|
+
.line-two__subname[data-v-4d352b50] {
|
|
150
150
|
overflow: hidden;
|
|
151
151
|
flex-grow: 1;
|
|
152
152
|
cursor: pointer;
|
|
@@ -154,11 +154,11 @@
|
|
|
154
154
|
text-overflow: ellipsis;
|
|
155
155
|
color: var(--color-text-maxcontrast);
|
|
156
156
|
}
|
|
157
|
-
.line-two__additional_elements[data-v-
|
|
157
|
+
.line-two__additional_elements[data-v-4d352b50] {
|
|
158
158
|
margin: 2px 4px 0;
|
|
159
159
|
display: flex;
|
|
160
160
|
align-items: center;
|
|
161
161
|
}
|
|
162
|
-
.line-two__indicator[data-v-
|
|
162
|
+
.line-two__indicator[data-v-4d352b50] {
|
|
163
163
|
margin: 0 5px;
|
|
164
164
|
}
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.material-design-icon[data-v-
|
|
2
|
+
.material-design-icon[data-v-f797c400] {
|
|
3
3
|
display: flex;
|
|
4
4
|
align-self: center;
|
|
5
5
|
justify-self: center;
|
|
6
6
|
align-items: center;
|
|
7
7
|
justify-content: center;
|
|
8
8
|
}
|
|
9
|
-
.action-items[data-v-
|
|
9
|
+
.action-items[data-v-f797c400] {
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
}
|
|
13
|
-
.action-items > button[data-v-
|
|
13
|
+
.action-items > button[data-v-f797c400] {
|
|
14
14
|
margin-right: 7px;
|
|
15
15
|
}
|
|
16
|
-
.action-item[data-v-
|
|
16
|
+
.action-item[data-v-f797c400] {
|
|
17
17
|
--open-background-color: var(--color-background-hover, $action-background-hover);
|
|
18
18
|
position: relative;
|
|
19
19
|
display: inline-block;
|
|
20
20
|
}
|
|
21
|
-
.action-item.action-item--primary[data-v-
|
|
21
|
+
.action-item.action-item--primary[data-v-f797c400] {
|
|
22
22
|
--open-background-color: var(--color-primary-element-hover);
|
|
23
23
|
}
|
|
24
|
-
.action-item.action-item--secondary[data-v-
|
|
24
|
+
.action-item.action-item--secondary[data-v-f797c400] {
|
|
25
25
|
--open-background-color: var(--color-primary-element-light-hover);
|
|
26
26
|
}
|
|
27
|
-
.action-item.action-item--error[data-v-
|
|
27
|
+
.action-item.action-item--error[data-v-f797c400] {
|
|
28
28
|
--open-background-color: var(--color-error-hover);
|
|
29
29
|
}
|
|
30
|
-
.action-item.action-item--warning[data-v-
|
|
30
|
+
.action-item.action-item--warning[data-v-f797c400] {
|
|
31
31
|
--open-background-color: var(--color-warning-hover);
|
|
32
32
|
}
|
|
33
|
-
.action-item.action-item--success[data-v-
|
|
33
|
+
.action-item.action-item--success[data-v-f797c400] {
|
|
34
34
|
--open-background-color: var(--color-success-hover);
|
|
35
35
|
}
|
|
36
|
-
.action-item.action-item--tertiary-no-background[data-v-
|
|
36
|
+
.action-item.action-item--tertiary-no-background[data-v-f797c400] {
|
|
37
37
|
--open-background-color: transparent;
|
|
38
38
|
}
|
|
39
|
-
.action-item.action-item--open .action-item__menutoggle[data-v-
|
|
39
|
+
.action-item.action-item--open .action-item__menutoggle[data-v-f797c400] {
|
|
40
40
|
background-color: var(--open-background-color);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
@@ -20,28 +20,28 @@
|
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
.material-design-icon[data-v-
|
|
23
|
+
.material-design-icon[data-v-44bb430a] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-self: center;
|
|
26
26
|
justify-self: center;
|
|
27
27
|
align-items: center;
|
|
28
28
|
justify-content: center;
|
|
29
29
|
}
|
|
30
|
-
.textarea[data-v-
|
|
30
|
+
.textarea[data-v-44bb430a] {
|
|
31
31
|
position: relative;
|
|
32
32
|
width: 100%;
|
|
33
33
|
border-radius: var(--border-radius-large);
|
|
34
34
|
margin-block-start: 6px;
|
|
35
35
|
resize: vertical;
|
|
36
36
|
}
|
|
37
|
-
.textarea__main-wrapper[data-v-
|
|
37
|
+
.textarea__main-wrapper[data-v-44bb430a] {
|
|
38
38
|
position: relative;
|
|
39
39
|
}
|
|
40
|
-
.textarea--disabled[data-v-
|
|
40
|
+
.textarea--disabled[data-v-44bb430a] {
|
|
41
41
|
opacity: .7;
|
|
42
42
|
filter: saturate(.7);
|
|
43
43
|
}
|
|
44
|
-
.textarea__input[data-v-
|
|
44
|
+
.textarea__input[data-v-44bb430a] {
|
|
45
45
|
margin: 0;
|
|
46
46
|
padding-inline: 10px 6px;
|
|
47
47
|
width: 100%;
|
|
@@ -53,54 +53,54 @@
|
|
|
53
53
|
border-radius: var(--border-radius-large);
|
|
54
54
|
cursor: pointer;
|
|
55
55
|
}
|
|
56
|
-
.textarea__input[data-v-
|
|
57
|
-
.textarea__input[data-v-
|
|
58
|
-
.textarea__input[data-v-
|
|
56
|
+
.textarea__input[data-v-44bb430a]:active:not([disabled]),
|
|
57
|
+
.textarea__input[data-v-44bb430a]:hover:not([disabled]),
|
|
58
|
+
.textarea__input[data-v-44bb430a]:focus:not([disabled]) {
|
|
59
59
|
border-color: var(--color-primary-element);
|
|
60
60
|
}
|
|
61
|
-
.textarea__input[data-v-
|
|
61
|
+
.textarea__input[data-v-44bb430a]:not(:focus, .textarea__input--label-outside)::placeholder {
|
|
62
62
|
opacity: 0;
|
|
63
63
|
}
|
|
64
|
-
.textarea__input[data-v-
|
|
64
|
+
.textarea__input[data-v-44bb430a]:focus {
|
|
65
65
|
cursor: text;
|
|
66
66
|
}
|
|
67
|
-
.textarea__input[data-v-
|
|
67
|
+
.textarea__input[data-v-44bb430a]:disabled {
|
|
68
68
|
cursor: default;
|
|
69
69
|
}
|
|
70
|
-
.textarea__input[data-v-
|
|
70
|
+
.textarea__input[data-v-44bb430a]:focus-visible {
|
|
71
71
|
box-shadow: unset !important;
|
|
72
72
|
}
|
|
73
|
-
.textarea__input--success[data-v-
|
|
73
|
+
.textarea__input--success[data-v-44bb430a] {
|
|
74
74
|
border-color: var(--color-success) !important;
|
|
75
75
|
}
|
|
76
|
-
.textarea__input--success[data-v-
|
|
76
|
+
.textarea__input--success[data-v-44bb430a]:focus-visible {
|
|
77
77
|
box-shadow:
|
|
78
78
|
#f8fafc 0 0 0 2px,
|
|
79
79
|
var(--color-primary-element) 0 0 0 4px,
|
|
80
80
|
#0000000d 0 1px 2px;
|
|
81
81
|
}
|
|
82
|
-
.textarea__input--success:focus + .textarea__label[data-v-
|
|
83
|
-
.textarea__input--success:hover:not(:placeholder-shown) + .textarea__label[data-v-
|
|
82
|
+
.textarea__input--success:focus + .textarea__label[data-v-44bb430a],
|
|
83
|
+
.textarea__input--success:hover:not(:placeholder-shown) + .textarea__label[data-v-44bb430a] {
|
|
84
84
|
color: var(--color-success-text);
|
|
85
85
|
}
|
|
86
|
-
.textarea__input--error[data-v-
|
|
86
|
+
.textarea__input--error[data-v-44bb430a] {
|
|
87
87
|
border-color: var(--color-error) !important;
|
|
88
88
|
}
|
|
89
|
-
.textarea__input--error[data-v-
|
|
89
|
+
.textarea__input--error[data-v-44bb430a]:focus-visible {
|
|
90
90
|
box-shadow:
|
|
91
91
|
#f8fafc 0 0 0 2px,
|
|
92
92
|
var(--color-primary-element) 0 0 0 4px,
|
|
93
93
|
#0000000d 0 1px 2px;
|
|
94
94
|
}
|
|
95
|
-
.textarea__input--error:focus + .textarea__label[data-v-
|
|
96
|
-
.textarea__input--error:hover:not(:placeholder-shown) + .textarea__label[data-v-
|
|
95
|
+
.textarea__input--error:focus + .textarea__label[data-v-44bb430a],
|
|
96
|
+
.textarea__input--error:hover:not(:placeholder-shown) + .textarea__label[data-v-44bb430a] {
|
|
97
97
|
color: var(--color-error-text);
|
|
98
98
|
}
|
|
99
|
-
.textarea__input:not(.textarea__input--success, .textarea__input--error):focus + .textarea__label[data-v-
|
|
100
|
-
.textarea__input:not(.textarea__input--success, .textarea__input--error):hover:not(:placeholder-shown) + .textarea__label[data-v-
|
|
99
|
+
.textarea__input:not(.textarea__input--success, .textarea__input--error):focus + .textarea__label[data-v-44bb430a],
|
|
100
|
+
.textarea__input:not(.textarea__input--success, .textarea__input--error):hover:not(:placeholder-shown) + .textarea__label[data-v-44bb430a] {
|
|
101
101
|
color: var(--color-primary-element);
|
|
102
102
|
}
|
|
103
|
-
.textarea__label[data-v-
|
|
103
|
+
.textarea__label[data-v-44bb430a] {
|
|
104
104
|
position: absolute;
|
|
105
105
|
margin-inline: 12px 0;
|
|
106
106
|
height: 17px;
|
|
@@ -120,8 +120,8 @@
|
|
|
120
120
|
color var(--animation-quick),
|
|
121
121
|
background-color var(--animation-quick) var(--animation-slow);
|
|
122
122
|
}
|
|
123
|
-
.textarea__input:focus + .textarea__label[data-v-
|
|
124
|
-
.textarea__input:not(:placeholder-shown) + .textarea__label[data-v-
|
|
123
|
+
.textarea__input:focus + .textarea__label[data-v-44bb430a],
|
|
124
|
+
.textarea__input:not(:placeholder-shown) + .textarea__label[data-v-44bb430a] {
|
|
125
125
|
inset-block-start: -6px;
|
|
126
126
|
font-size: 13px;
|
|
127
127
|
background-color: var(--color-main-background);
|
|
@@ -134,17 +134,17 @@
|
|
|
134
134
|
font-size var(--animation-quick),
|
|
135
135
|
color var(--animation-quick);
|
|
136
136
|
}
|
|
137
|
-
.textarea__helper-text-message[data-v-
|
|
137
|
+
.textarea__helper-text-message[data-v-44bb430a] {
|
|
138
138
|
padding-block: 4px;
|
|
139
139
|
display: flex;
|
|
140
140
|
align-items: center;
|
|
141
141
|
}
|
|
142
|
-
.textarea__helper-text-message__icon[data-v-
|
|
142
|
+
.textarea__helper-text-message__icon[data-v-44bb430a] {
|
|
143
143
|
margin-inline-end: 8px;
|
|
144
144
|
}
|
|
145
|
-
.textarea__helper-text-message--error[data-v-
|
|
145
|
+
.textarea__helper-text-message--error[data-v-44bb430a] {
|
|
146
146
|
color: var(--color-error-text);
|
|
147
147
|
}
|
|
148
|
-
.textarea__helper-text-message--success[data-v-
|
|
148
|
+
.textarea__helper-text-message--success[data-v-44bb430a] {
|
|
149
149
|
color: var(--color-success-text);
|
|
150
150
|
}
|