django-smartbase-admin 0.2.47__py3-none-any.whl → 1.0.38__py3-none-any.whl
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.
- django_smartbase_admin/actions/admin_action_list.py +80 -51
- django_smartbase_admin/actions/advanced_filters.py +55 -20
- django_smartbase_admin/admin/admin_base.py +477 -89
- django_smartbase_admin/admin/site.py +104 -34
- django_smartbase_admin/admin/widgets.py +598 -26
- django_smartbase_admin/apps.py +2 -0
- django_smartbase_admin/engine/actions.py +34 -16
- django_smartbase_admin/engine/admin_base_view.py +253 -115
- django_smartbase_admin/engine/configuration.py +186 -4
- django_smartbase_admin/engine/const.py +7 -0
- django_smartbase_admin/engine/dashboard.py +44 -23
- django_smartbase_admin/engine/fake_inline.py +44 -7
- django_smartbase_admin/engine/field.py +54 -10
- django_smartbase_admin/engine/field_formatter.py +32 -9
- django_smartbase_admin/engine/filter_widgets.py +356 -21
- django_smartbase_admin/engine/menu_item.py +8 -5
- django_smartbase_admin/engine/modal_view.py +12 -7
- django_smartbase_admin/engine/request.py +2 -0
- django_smartbase_admin/integration/__init__.py +0 -0
- django_smartbase_admin/integration/django_cms.py +43 -0
- django_smartbase_admin/locale/sk/LC_MESSAGES/django.mo +0 -0
- django_smartbase_admin/locale/sk/LC_MESSAGES/django.po +268 -37
- django_smartbase_admin/migrations/0005_sbadminuserconfiguration.py +26 -0
- django_smartbase_admin/migrations/0006_alter_sbadminuserconfiguration_color_scheme.py +18 -0
- django_smartbase_admin/models.py +22 -0
- django_smartbase_admin/monkeypatch/admin_readonly_field_monkeypatch.py +96 -0
- django_smartbase_admin/monkeypatch/fake_inline_monkeypatch.py +1 -1
- django_smartbase_admin/querysets.py +3 -0
- django_smartbase_admin/services/configuration.py +30 -0
- django_smartbase_admin/services/thread_local.py +6 -19
- django_smartbase_admin/services/views.py +82 -27
- django_smartbase_admin/services/xlsx_export.py +6 -0
- django_smartbase_admin/static/sb_admin/build/tailwind.config.js +1 -0
- django_smartbase_admin/static/sb_admin/build/tailwind_config_partials/colors.js +4 -0
- django_smartbase_admin/static/sb_admin/build/tailwind_config_partials/spacing.js +1 -0
- django_smartbase_admin/static/sb_admin/build/webpack.common.js +11 -8
- django_smartbase_admin/static/sb_admin/css/ckeditor/ckeditor_content_dark.css +208 -0
- django_smartbase_admin/static/sb_admin/css/coloris/coloris.min.css +1 -0
- django_smartbase_admin/static/sb_admin/dist/calendar.js +1 -0
- django_smartbase_admin/static/sb_admin/dist/calendar_style.css +1 -0
- django_smartbase_admin/static/sb_admin/dist/calendar_style.js +0 -0
- django_smartbase_admin/static/sb_admin/dist/chart.js +1 -1
- django_smartbase_admin/static/sb_admin/dist/main.js +1 -1
- django_smartbase_admin/static/sb_admin/dist/main_style.css +1 -1
- django_smartbase_admin/static/sb_admin/dist/table.js +1 -1
- django_smartbase_admin/static/sb_admin/dist/table.js.LICENSE.txt +9 -0
- django_smartbase_admin/static/sb_admin/dist/tree_widget.js +1 -0
- django_smartbase_admin/static/sb_admin/dist/tree_widget_style.css +1 -0
- django_smartbase_admin/static/sb_admin/dist/tree_widget_style.js +0 -0
- django_smartbase_admin/static/sb_admin/fancytree/jquery.fancytree-all-deps.min.js +1 -0
- django_smartbase_admin/static/sb_admin/images/file_types/file-csv.svg +11 -0
- django_smartbase_admin/static/sb_admin/images/file_types/file-doc.svg +11 -0
- django_smartbase_admin/static/sb_admin/images/file_types/file-docx.svg +11 -0
- django_smartbase_admin/static/sb_admin/images/file_types/file-other.svg +13 -0
- django_smartbase_admin/static/sb_admin/images/file_types/file-pdf.svg +11 -0
- django_smartbase_admin/static/sb_admin/images/file_types/file-ppt.svg +11 -0
- django_smartbase_admin/static/sb_admin/images/file_types/file-xls.svg +11 -0
- django_smartbase_admin/static/sb_admin/images/file_types/file-xlsx.svg +11 -0
- django_smartbase_admin/static/sb_admin/images/file_types/file-zip.svg +18 -0
- django_smartbase_admin/static/sb_admin/images/flags/de-at.png +0 -0
- django_smartbase_admin/static/sb_admin/images/flags/de-ch.png +0 -0
- django_smartbase_admin/static/sb_admin/images/logo_light.svg +21 -0
- django_smartbase_admin/static/sb_admin/js/coloris/coloris.min.js +6 -0
- django_smartbase_admin/static/sb_admin/js/fullcalendar.min.js +14804 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Bolt-one.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Calendar.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Caution.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Electric-drill.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Fire-extinguisher.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Gas.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Lightning-fill.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Moon.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Phone-telephone.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Printer.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Pull.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Sun-one.svg +3 -0
- django_smartbase_admin/static/sb_admin/sprites/sb_admin/Time.svg +3 -0
- django_smartbase_admin/static/sb_admin/src/css/_base.css +5 -1
- django_smartbase_admin/static/sb_admin/src/css/_colors.css +257 -82
- django_smartbase_admin/static/sb_admin/src/css/_components.css +66 -13
- django_smartbase_admin/static/sb_admin/src/css/_datepicker.css +8 -1
- django_smartbase_admin/static/sb_admin/src/css/_filer.css +60 -0
- django_smartbase_admin/static/sb_admin/src/css/_inlines.css +51 -10
- django_smartbase_admin/static/sb_admin/src/css/_tabulator.css +8 -2
- django_smartbase_admin/static/sb_admin/src/css/calendar.css +162 -0
- django_smartbase_admin/static/sb_admin/src/css/components/_button.css +41 -1
- django_smartbase_admin/static/sb_admin/src/css/components/_dropdown.css +26 -8
- django_smartbase_admin/static/sb_admin/src/css/components/_input.css +62 -20
- django_smartbase_admin/static/sb_admin/src/css/components/_modal.css +1 -1
- django_smartbase_admin/static/sb_admin/src/css/components/_query-builder.css +21 -2
- django_smartbase_admin/static/sb_admin/src/css/components/_toggle.css +12 -1
- django_smartbase_admin/static/sb_admin/src/css/components/_tooltip.css +8 -22
- django_smartbase_admin/static/sb_admin/src/css/style.css +17 -0
- django_smartbase_admin/static/sb_admin/src/css/tree_widget.css +411 -0
- django_smartbase_admin/static/sb_admin/src/js/autocomplete.js +63 -5
- django_smartbase_admin/static/sb_admin/src/js/calendar.js +56 -0
- django_smartbase_admin/static/sb_admin/src/js/chart.js +8 -22
- django_smartbase_admin/static/sb_admin/src/js/choices.js +18 -8
- django_smartbase_admin/static/sb_admin/src/js/datepicker.js +97 -336
- django_smartbase_admin/static/sb_admin/src/js/datepicker_plugins.js +357 -0
- django_smartbase_admin/static/sb_admin/src/js/main.js +307 -26
- django_smartbase_admin/static/sb_admin/src/js/multiselect.js +50 -41
- django_smartbase_admin/static/sb_admin/src/js/range.js +3 -2
- django_smartbase_admin/static/sb_admin/src/js/sb_ajax_params_tabulator_modifier.js +21 -0
- django_smartbase_admin/static/sb_admin/src/js/table.js +38 -13
- django_smartbase_admin/static/sb_admin/src/js/table_modules/advanced_filter_module.js +43 -20
- django_smartbase_admin/static/sb_admin/src/js/table_modules/data_edit_module.js +8 -10
- django_smartbase_admin/static/sb_admin/src/js/table_modules/filter_module.js +3 -3
- django_smartbase_admin/static/sb_admin/src/js/table_modules/header_tabs_module.js +11 -11
- django_smartbase_admin/static/sb_admin/src/js/table_modules/selection_module.js +28 -8
- django_smartbase_admin/static/sb_admin/src/js/table_modules/table_params_module.js +6 -0
- django_smartbase_admin/static/sb_admin/src/js/table_modules/views_module.js +19 -3
- django_smartbase_admin/static/sb_admin/src/js/tree_widget.js +406 -0
- django_smartbase_admin/static/sb_admin/src/js/utils.js +56 -21
- django_smartbase_admin/templates/sb_admin/actions/change_form.html +169 -117
- django_smartbase_admin/templates/sb_admin/actions/dashboard.html +2 -2
- django_smartbase_admin/templates/sb_admin/actions/delete_selected_confirmation.html +56 -32
- django_smartbase_admin/templates/sb_admin/actions/list.html +79 -42
- django_smartbase_admin/templates/sb_admin/actions/object_history.html +2 -2
- django_smartbase_admin/templates/sb_admin/actions/partials/action_link.html +14 -0
- django_smartbase_admin/templates/sb_admin/actions/partials/selected_rows_actions.html +2 -2
- django_smartbase_admin/templates/sb_admin/actions/partials/tabulator_header_v2.html +2 -2
- django_smartbase_admin/templates/sb_admin/actions/tree_list.html +63 -0
- django_smartbase_admin/templates/sb_admin/authentification/login_base.html +5 -1
- django_smartbase_admin/templates/sb_admin/components/columns.html +1 -1
- django_smartbase_admin/templates/sb_admin/components/filters_v2.html +99 -85
- django_smartbase_admin/templates/sb_admin/config/view.html +0 -1
- django_smartbase_admin/templates/sb_admin/dashboard/calendar_widget.html +69 -0
- django_smartbase_admin/templates/sb_admin/dashboard/chart_widget.html +21 -2
- django_smartbase_admin/templates/sb_admin/dashboard/list_widget.html +6 -0
- django_smartbase_admin/templates/sb_admin/dashboard/widget_base.html +1 -1
- django_smartbase_admin/templates/sb_admin/filter_widgets/advanced_filters/date_field.html +18 -8
- django_smartbase_admin/templates/sb_admin/filter_widgets/advanced_filters/multiple_choice_field.html +1 -1
- django_smartbase_admin/templates/sb_admin/filter_widgets/advanced_filters/tree_select_filter.html +2 -0
- django_smartbase_admin/templates/sb_admin/filter_widgets/date_field.html +18 -4
- django_smartbase_admin/templates/sb_admin/filter_widgets/multiple_choice_field.html +14 -0
- django_smartbase_admin/templates/sb_admin/filter_widgets/partials/clear.html +10 -5
- django_smartbase_admin/templates/sb_admin/filter_widgets/radio_choice_field.html +2 -2
- django_smartbase_admin/templates/sb_admin/filter_widgets/tree_select_filter.html +16 -0
- django_smartbase_admin/templates/sb_admin/includes/change_form_title.html +3 -1
- django_smartbase_admin/templates/sb_admin/includes/components.html +5 -1
- django_smartbase_admin/templates/sb_admin/includes/inline_fieldset.html +48 -39
- django_smartbase_admin/templates/sb_admin/includes/notifications.html +2 -1
- django_smartbase_admin/templates/sb_admin/includes/readonly_boolean_field.html +9 -0
- django_smartbase_admin/templates/sb_admin/includes/readonly_field.html +12 -0
- django_smartbase_admin/templates/sb_admin/includes/table_inline_delete_button.html +4 -5
- django_smartbase_admin/templates/sb_admin/inlines/stacked_inline.html +68 -40
- django_smartbase_admin/templates/sb_admin/inlines/table_inline.html +78 -36
- django_smartbase_admin/templates/sb_admin/integrations/filer/folder_list.html +18 -0
- django_smartbase_admin/templates/sb_admin/navigation.html +166 -158
- django_smartbase_admin/templates/sb_admin/partials/modal/modal_content.html +2 -6
- django_smartbase_admin/templates/sb_admin/sb_admin_base.html +49 -4
- django_smartbase_admin/templates/sb_admin/sb_admin_base_no_sidebar.html +35 -11
- django_smartbase_admin/templates/sb_admin/sb_admin_js_trans.html +3 -0
- django_smartbase_admin/templates/sb_admin/sprites/sb_admin.svg +1 -1
- django_smartbase_admin/templates/sb_admin/tailwind_whitelist.html +6 -3
- django_smartbase_admin/templates/sb_admin/widgets/array.html +0 -1
- django_smartbase_admin/templates/sb_admin/widgets/attributes.html +68 -0
- django_smartbase_admin/templates/sb_admin/widgets/autocomplete.html +13 -2
- django_smartbase_admin/templates/sb_admin/widgets/{checkbox_select.html → checkbox_dropdown.html} +2 -2
- django_smartbase_admin/templates/sb_admin/widgets/checkbox_group.html +15 -0
- django_smartbase_admin/templates/sb_admin/widgets/clearable_file_input.html +2 -2
- django_smartbase_admin/templates/sb_admin/widgets/color_field.html +30 -0
- django_smartbase_admin/templates/sb_admin/widgets/date.html +8 -1
- django_smartbase_admin/templates/sb_admin/widgets/filer_file.html +84 -0
- django_smartbase_admin/templates/sb_admin/widgets/html_read_only.html +1 -0
- django_smartbase_admin/templates/sb_admin/widgets/includes/related_item_buttons.html +38 -0
- django_smartbase_admin/templates/sb_admin/widgets/multiwidget.html +1 -1
- django_smartbase_admin/templates/sb_admin/widgets/radio.html +3 -2
- django_smartbase_admin/templates/sb_admin/widgets/radio_dropdown.html +30 -0
- django_smartbase_admin/templates/sb_admin/widgets/read_only_password_hash.html +3 -0
- django_smartbase_admin/templates/sb_admin/widgets/time.html +8 -1
- django_smartbase_admin/templates/sb_admin/widgets/toggle.html +1 -1
- django_smartbase_admin/templates/sb_admin/widgets/tree_base.html +59 -0
- django_smartbase_admin/templates/sb_admin/widgets/tree_select.html +24 -0
- django_smartbase_admin/templates/sb_admin/widgets/tree_select_inline.html +12 -0
- django_smartbase_admin/templatetags/sb_admin_tags.py +163 -4
- django_smartbase_admin/utils.py +22 -3
- django_smartbase_admin/views/dashboard_view.py +6 -0
- django_smartbase_admin/views/global_filter_view.py +8 -2
- django_smartbase_admin/views/translations_view.py +12 -5
- django_smartbase_admin/views/user_config_view.py +52 -0
- django_smartbase_admin-1.0.38.dist-info/METADATA +166 -0
- {django_smartbase_admin-0.2.47.dist-info → django_smartbase_admin-1.0.38.dist-info}/RECORD +186 -121
- {django_smartbase_admin-0.2.47.dist-info → django_smartbase_admin-1.0.38.dist-info}/WHEEL +1 -1
- django_smartbase_admin/templates/sb_admin/integrations/sorting/change_list.html +0 -401
- django_smartbase_admin-0.2.47.dist-info/METADATA +0 -25
- {django_smartbase_admin-0.2.47.dist-info → django_smartbase_admin-1.0.38.dist-info}/LICENSE.md +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M9.33301 0.666992C9.70109 0.666992 9.99982 0.964968 10 1.33301V3.33301H11.9062C12.326 3.33301 12.667 3.67396 12.667 4.09375V8C12.667 10.3508 10.9283 12.2944 8.66699 12.6182V13.667C8.66717 13.851 8.816 14 9 14H12.667C13.035 14.0002 13.333 14.2989 13.333 14.667C13.3328 15.0349 13.0349 15.3328 12.667 15.333H9C8.07962 15.333 7.33318 14.5873 7.33301 13.667V12.6182C5.07169 12.2944 3.33301 10.3508 3.33301 8V4.09375C3.33301 3.67396 3.67396 3.33301 4.09375 3.33301H6V1.33301C6.00018 0.964968 6.29891 0.666992 6.66699 0.666992C7.03492 0.667168 7.33283 0.965076 7.33301 1.33301V3.33301H8.66699V1.33301C8.66717 0.965076 8.96508 0.667168 9.33301 0.666992Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1C8.55228 1 9 1.44772 9 2V2.5H15V2C15 1.44772 15.4477 1 16 1C16.5523 1 17 1.44772 17 2V2.5H20.5C21.6046 2.5 22.5 3.39544 22.5 4.5V9.5V20C22.5 21.1046 21.6046 22 20.5 22H3.5C2.39544 22 1.5 21.1046 1.5 20V9.5V4.5C1.5 3.39543 2.39543 2.5 3.5 2.5H7V2C7 1.44772 7.44772 1 8 1ZM15 4.5V6C15 6.55228 15.4477 7 16 7C16.5523 7 17 6.55228 17 6V4.5H20.5V8.5H3.5V4.5H7V6C7 6.55228 7.44772 7 8 7C8.55228 7 9 6.55228 9 6V4.5H15ZM20.5 10.5H3.5V20H20.5V10.5ZM13 17C13 16.4477 13.4477 16 14 16H17C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18H14C13.4477 18 13 17.5523 13 17ZM7 16C6.44772 16 6 16.4477 6 17C6 17.5523 6.44772 18 7 18H10C10.5523 18 11 17.5523 11 17C11 16.4477 10.5523 16 10 16H7ZM13 13C13 12.4477 13.4477 12 14 12H17C17.5523 12 18 12.4477 18 13C18 13.5523 17.5523 14 17 14H14C13.4477 14 13 13.5523 13 13ZM7 12C6.44772 12 6 12.4477 6 13C6 13.5523 6.44772 14 7 14H10C10.5523 14 11 13.5523 11 13C11 12.4477 10.5523 12 10 12H7Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M7.99999 1C8.23789 1 8.45795 1.12713 8.57714 1.33301L15.9102 13.999C16.0295 14.2052 16.03 14.4596 15.9111 14.666C15.7921 14.8725 15.5713 15 15.333 15H0.666987C0.428667 15 0.207898 14.8725 0.0888618 14.666C-0.0299797 14.4596 -0.0295034 14.2052 0.0898383 13.999L7.42285 1.33301C7.54204 1.12713 7.7621 1 7.99999 1ZM7.99999 11C7.63202 11 7.33335 11.2981 7.333 11.666V12C7.33313 12.3681 7.63189 12.666 7.99999 12.666C8.3681 12.666 8.66685 12.3681 8.66699 12V11.666C8.66663 11.2981 8.36797 11 7.99999 11ZM7.99902 5.66699C7.6311 5.66753 7.33283 5.96605 7.333 6.33398L7.33593 9.66699C7.33625 10.035 7.63492 10.3331 8.00292 10.333C8.37106 10.3327 8.66916 10.0341 8.66894 9.66602L8.66699 6.33301C8.66655 5.96493 8.36713 5.66669 7.99902 5.66699Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" >
|
|
2
|
+
<path d="M13.2324 2.33301C14.3942 2.33301 15.3119 3.31984 15.2275 4.47852L15.0332 7.14551C14.9681 8.03718 14.3245 8.75492 13.4863 8.94727L12.2637 12.3096C11.9673 13.1244 11.1922 13.667 10.3252 13.667C8.89441 13.6667 7.89871 12.2442 8.3877 10.8994L9.07812 9H6.66699C6.2988 9 6 8.7012 6 8.33301V8H4.66699C4.2988 8 4 7.7012 4 7.33301V6.33301H1.33301C0.965076 6.33283 0.667168 6.03492 0.666992 5.66699C0.666992 5.29891 0.964968 5.00018 1.33301 5H4V4C4 3.63181 4.2988 3.33301 4.66699 3.33301H6V3C6 2.63181 6.2988 2.33301 6.66699 2.33301H13.2324Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" >
|
|
2
|
+
<path d="M12.5928 0.671065C12.7812 0.650124 12.97 0.710613 13.1113 0.83708C13.2524 0.963466 13.3329 1.14375 13.333 1.33317V3.33317C13.333 3.52279 13.2526 3.70378 13.1113 3.83024C12.97 3.95671 12.7812 4.0172 12.5928 3.99626L10.4668 3.75896C11.0049 4.35087 11.333 5.13709 11.333 6.00017V14.0002C11.333 14.7366 10.7364 15.3332 10 15.3332H6C5.26361 15.3332 4.66699 14.7366 4.66699 14.0002V6.00017C4.66699 4.88021 5.21938 3.88964 6.0664 3.28532C6.02513 3.1986 6 3.10255 6 3.00017V2.9904C5.6697 2.98428 5.3413 2.98304 5.00586 3.01774C4.46073 3.07417 4.06139 3.21514 3.80469 3.47185C3.52039 3.75622 3.40779 4.03137 3.3584 4.39274C3.3174 4.69289 3.32202 5.00932 3.32812 5.42888C3.33061 5.6 3.33301 5.78885 3.33301 6.00017C3.33296 6.36821 3.035 6.66698 2.66699 6.66716C2.29883 6.66716 2.00004 6.36832 2 6.00017C2 5.85022 1.99739 5.6977 1.99512 5.54509C1.98824 5.08366 1.98142 4.61972 2.03711 4.21208C2.11965 3.60825 2.34122 3.04957 2.8623 2.52849L2.97265 2.42497C3.53443 1.92869 4.24761 1.75587 4.86914 1.69157C5.24722 1.65247 5.64619 1.65209 6 1.65739C6.00505 1.29355 6.30195 1.00017 6.66699 1.00017H9.62793L12.5928 0.671065Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" >
|
|
2
|
+
<path d="M6.10938 0.731334C6.34199 0.620996 6.617 0.654442 6.81641 0.817272C6.90413 0.888933 7.00453 0.967898 7.11426 1.05458C7.77581 1.57716 8.78836 2.37637 9.55664 3.50184L9.72852 3.76844C10.1179 4.4092 10.4298 5.16757 10.6494 5.7909C10.6815 5.88195 10.7116 5.97126 10.7402 6.05751C10.8901 5.80473 11.0158 5.47972 11.0654 5.06337C11.0996 4.77773 11.3128 4.54621 11.5947 4.48915C11.8768 4.43209 12.1642 4.56231 12.3066 4.81239C12.506 5.16245 12.6424 5.40517 12.7754 5.70985C12.9058 6.00867 13.0285 6.35773 13.2178 6.92665L13.3545 7.36903C13.6361 8.35767 13.667 9.05813 13.667 9.69911C13.667 12.8691 11.1032 15.3329 8 15.3329C4.91611 15.3329 2.33301 12.9943 2.33301 9.80555C2.33303 9.10132 2.40767 8.00642 2.94141 7.13856L3.19727 6.74794C3.44 6.40253 3.64888 6.17909 3.88965 5.92079C3.98451 5.81902 4.08438 5.71185 4.19336 5.58973L4.42383 5.33387C4.54996 5.19507 4.62595 5.11209 4.70312 5.01161C4.80382 4.88049 4.90508 4.71844 5.10645 4.33973C5.26864 4.03459 5.42859 3.53274 5.54688 2.95301C5.66343 2.38176 5.72852 1.79062 5.72852 1.3329C5.72864 1.07559 5.87692 0.84168 6.10938 0.731334Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" >
|
|
2
|
+
<path d="M12.333 0.666992C12.5882 0.666992 12.821 0.812485 12.9326 1.04199C13.0442 1.27153 13.0151 1.54444 12.8574 1.74512L10.0381 5.33301H13.667C13.9316 5.33314 14.1712 5.49005 14.2774 5.73242C14.3836 5.97499 14.3359 6.25757 14.1563 6.45215L6.15626 15.1191C5.94864 15.3438 5.615 15.3979 5.34669 15.251C5.07828 15.1039 4.94368 14.7931 5.02149 14.4971L6.46876 9H2.667C2.43385 9 2.2175 8.87809 2.09669 8.67871C1.97598 8.47921 1.9681 8.23101 2.07618 8.02441L5.74317 1.02441C5.85819 0.804833 6.08515 0.667113 6.33301 0.666992H12.333Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4543 3.13222C6.22025 3.86506 3 7.55646 3 12C3 16.9706 7.02943 21 12 21C16.4435 21 20.1349 17.7798 20.8678 13.5457C19.5336 14.8927 17.6829 15.7273 15.6363 15.7273C11.5695 15.7273 8.27275 12.4305 8.27275 8.36365C8.27275 6.31709 9.10731 4.46636 10.4543 3.13222ZM1 12C1 5.92487 5.92487 1 12 1C12.7624 1 13.5076 1.0777 14.2279 1.22596C14.6832 1.31966 15.0139 1.71473 15.026 2.1794C15.0381 2.64407 14.7284 3.05581 14.2786 3.17308C11.9732 3.77414 10.2727 5.87156 10.2727 8.36365C10.2727 11.3259 12.6741 13.7273 15.6363 13.7273C18.1285 13.7273 20.2259 12.0268 20.8269 9.72138C20.9442 9.27159 21.3559 8.9619 21.8206 8.97399C22.2852 8.98607 22.6803 9.31674 22.774 9.77202C22.9223 10.4923 23 11.2376 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.49816 2.8429C9.22459 2.84295 9.89352 3.23718 10.2462 3.87219L11.4698 6.07532L11.5265 6.18469C11.7735 6.70215 11.7862 7.3015 11.5616 7.82922L11.5099 7.94055L10.5011 9.95813C10.5468 10.1047 10.6129 10.2956 10.7062 10.5138C10.9356 11.0505 11.3151 11.7282 11.9152 12.3282C12.515 12.9281 13.1911 13.3055 13.7257 13.5333C13.9426 13.6257 14.1327 13.6903 14.2784 13.7355L16.296 12.7277L16.4083 12.6759C16.9738 12.4354 17.6212 12.468 18.1622 12.7687L20.3722 13.9972L20.4884 14.0665C21.0544 14.4334 21.4005 15.0644 21.4005 15.7452V18.2814C21.4005 20.1384 19.6956 21.5976 17.837 21.0958L17.6564 21.0411C15.2008 20.2125 11.2816 18.6155 8.63195 16.1095L8.38 15.8634C5.89768 13.3811 4.27053 9.62736 3.37218 7.07922L3.20226 6.58704C2.55214 4.66007 4.04522 2.84307 5.96203 2.8429H8.49816ZM5.96203 4.8429C5.29555 4.84306 4.92207 5.42648 5.09777 5.94739L5.26378 6.42786C6.13627 8.89807 7.63867 12.2939 9.79406 14.4493L10.0138 14.6632C12.3238 16.8452 15.881 18.3307 18.296 19.1456L18.3946 19.172C18.8879 19.2732 19.4005 18.9063 19.4005 18.2814V15.7452L17.1905 14.5167L14.8341 15.6945C14.6869 15.768 14.5243 15.8041 14.3614 15.7999L14.1984 15.7823H14.1974L14.1954 15.7814H14.1925C14.1901 15.7809 14.1869 15.7801 14.1837 15.7794C14.177 15.7781 14.1682 15.7757 14.1583 15.7736C14.1383 15.7693 14.1116 15.7636 14.0792 15.756C14.0139 15.7405 13.9234 15.7174 13.8136 15.6857C13.5942 15.6223 13.2919 15.5225 12.9415 15.3732C12.244 15.0759 11.3302 14.5714 10.5011 13.7423C9.67207 12.9132 9.16585 11.9983 8.8673 11.2999C8.71718 10.9488 8.61673 10.6456 8.55285 10.4259C8.52097 10.3162 8.49814 10.2266 8.48253 10.1613C8.47473 10.1286 8.46831 10.1012 8.46398 10.0812C8.46184 10.0712 8.46046 10.0624 8.4591 10.0558C8.45844 10.0526 8.45762 10.0494 8.45714 10.047C8.45692 10.0459 8.45634 10.045 8.45617 10.0441V10.0421C8.46048 10.041 8.52416 10.0284 9.43761 9.85071L8.45519 10.0411C8.41318 9.82481 8.44458 9.60057 8.54308 9.40344L9.72082 7.04602L8.49816 4.8429H5.96203Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
|
2
|
+
<path d="M15.833 0.833008C16.2932 0.833008 16.667 1.20675 16.667 1.66699V7.5H18.333C18.7931 7.5 19.1668 7.87292 19.167 8.33301V15.833C19.167 16.2932 18.7932 16.667 18.333 16.667H16.25V18.333C16.25 18.7931 15.8771 19.1668 15.417 19.167H4.58301C4.12292 19.1668 3.75 18.7931 3.75 18.333V16.667H1.66699C1.20675 16.667 0.833008 16.2932 0.833008 15.833V8.33301C0.833184 7.87292 1.20686 7.5 1.66699 7.5H3.33301V1.66699C3.33301 1.20675 3.70675 0.833008 4.16699 0.833008H15.833ZM5.41699 17.5H14.583V14.167H5.41699V17.5ZM2.5 15H3.74219V13.333C3.74236 12.8729 4.11507 12.5 4.5752 12.5H15.4238C15.884 12.5 16.2567 12.8729 16.2568 13.333V15H17.5V9.16699H2.5V15ZM5 7.5H15V2.5H5V7.5Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M7.87207 1.34674C7.95631 1.33032 8.04269 1.33045 8.12695 1.34674C8.15048 1.35128 8.17274 1.35932 8.19531 1.36627C8.21547 1.37246 8.23625 1.37668 8.25586 1.38482C8.27616 1.39328 8.29425 1.40573 8.31348 1.41607C8.33203 1.42605 8.3514 1.43449 8.36914 1.44635C8.40571 1.47077 8.4407 1.4974 8.47168 1.52838L10.4717 3.52838C10.732 3.78873 10.732 4.21139 10.4717 4.47174C10.2113 4.73209 9.78867 4.73209 9.52832 4.47174L8.66699 3.60943V10.1797C9.06499 10.4104 9.33289 10.84 9.33301 11.3331C9.33301 11.3675 9.33069 11.4018 9.32812 11.4356H14C14.3681 11.4356 14.6668 11.7336 14.667 12.1016V14.0001L14.6533 14.1348C14.591 14.4384 14.322 14.6671 14 14.6671H2C1.67796 14.6671 1.40898 14.4384 1.34668 14.1348L1.33301 14.0001V12.1016C1.33318 11.7336 1.63192 11.4356 2 11.4356H6.67188C6.66931 11.4018 6.66699 11.3675 6.66699 11.3331C6.66711 10.84 6.93501 10.4104 7.33301 10.1797V3.60943L6.47168 4.47174C6.21133 4.73209 5.78867 4.73209 5.52832 4.47174C5.26797 4.21139 5.26797 3.78873 5.52832 3.52838L7.52832 1.52838C7.55911 1.49759 7.59357 1.47067 7.62988 1.44635C7.6476 1.43448 7.66702 1.42606 7.68555 1.41607C7.70475 1.40571 7.72289 1.3933 7.74316 1.38482C7.76275 1.37666 7.78357 1.37249 7.80371 1.36627C7.82627 1.35929 7.84856 1.35132 7.87207 1.34674Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 3C12.6903 3 13.25 2.44036 13.25 1.75C13.25 1.05964 12.6903 0.5 12 0.5C11.3097 0.5 10.75 1.05964 10.75 1.75C10.75 2.44036 11.3097 3 12 3ZM4.5 12C4.5 7.85787 7.85787 4.5 12 4.5C16.1421 4.5 19.5 7.85787 19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85787 19.5 4.5 16.1421 4.5 12ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5ZM20.5 4.75C20.5 5.44035 19.9403 6 19.25 6C18.5597 6 18 5.44035 18 4.75C18 4.05964 18.5597 3.5 19.25 3.5C19.9403 3.5 20.5 4.05964 20.5 4.75ZM22.25 13.25C22.9403 13.25 23.5 12.6903 23.5 12C23.5 11.3097 22.9403 10.75 22.25 10.75C21.5597 10.75 21 11.3097 21 12C21 12.6903 21.5597 13.25 22.25 13.25ZM20.5 19.25C20.5 19.9403 19.9403 20.5 19.25 20.5C18.5597 20.5 18 19.9403 18 19.25C18 18.5597 18.5597 18 19.25 18C19.9403 18 20.5 18.5597 20.5 19.25ZM12 23.5C12.6903 23.5 13.25 22.9403 13.25 22.25C13.25 21.5597 12.6903 21 12 21C11.3097 21 10.75 21.5597 10.75 22.25C10.75 22.9403 11.3097 23.5 12 23.5ZM6 19.25C6 19.9403 5.44035 20.5 4.75 20.5C4.05964 20.5 3.5 19.9403 3.5 19.25C3.5 18.5597 4.05964 18 4.75 18C5.44035 18 6 18.5597 6 19.25ZM1.75 13.25C2.44036 13.25 3 12.6903 3 12C3 11.3097 2.44036 10.75 1.75 10.75C1.05964 10.75 0.5 11.3097 0.5 12C0.5 12.6903 1.05964 13.25 1.75 13.25ZM6 4.75C6 5.44035 5.44035 6 4.75 6C4.05964 6 3.5 5.44035 3.5 4.75C3.5 4.05964 4.05964 3.5 4.75 3.5C5.44035 3.5 6 4.05964 6 4.75Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM3 12C3 7.02943 7.02943 3 12 3C16.9706 3 21 7.02943 21 12C21 16.9706 16.9706 21 12 21C7.02943 21 3 16.9706 3 12ZM13.0042 6.0001C13.0043 5.44781 12.5566 5.00006 12.0043 5C11.452 4.99994 11.0043 5.44762 11.0042 5.9999L11.0036 12.0043C11.0036 12.2696 11.1089 12.5239 11.2965 12.7115L15.5362 16.9512C15.9267 17.3417 16.5599 17.3417 16.9504 16.9512C17.3409 16.5607 17.3409 15.9275 16.9504 15.537L13.0036 11.5902L13.0042 6.0001Z"/>
|
|
3
|
+
</svg>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
body {
|
|
9
|
-
@apply font-body text-dark bg-
|
|
9
|
+
@apply font-body text-dark bg-bg;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
svg {
|
|
@@ -100,4 +100,8 @@
|
|
|
100
100
|
*:focus-visible {
|
|
101
101
|
outline: none;
|
|
102
102
|
}
|
|
103
|
+
|
|
104
|
+
mark {
|
|
105
|
+
@apply text-dark-900 bg-notice-100;
|
|
106
|
+
}
|
|
103
107
|
}
|
|
@@ -1,84 +1,259 @@
|
|
|
1
|
-
|
|
2
|
-
:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
1
|
+
:root {
|
|
2
|
+
--color-light: #ffffff;
|
|
3
|
+
--color-transparent: rgb(0 0 0 / 0%);
|
|
4
|
+
--color-light-a: 0 0 0;
|
|
5
|
+
|
|
6
|
+
--color-dark-900: #111827;
|
|
7
|
+
--color-dark-800: #1F2937;
|
|
8
|
+
--color-dark-700: #374151;
|
|
9
|
+
--color-dark-600: #4B5563;
|
|
10
|
+
--color-dark: #6B7280;
|
|
11
|
+
--color-dark-400: #9CA3AF;
|
|
12
|
+
--color-dark-300: #D1D5DB;
|
|
13
|
+
--color-dark-200: #E5E7EB;
|
|
14
|
+
--color-dark-100: #F3F4F6;
|
|
15
|
+
--color-dark-50: #F9FAFB;
|
|
16
|
+
--color-dark-a: 17 24 39; /* rgb value from which the alpha values are generated */
|
|
17
|
+
|
|
18
|
+
--color-primary-900: #002729;
|
|
19
|
+
--color-primary-800: #003A3D;
|
|
20
|
+
--color-primary-700: #006166;
|
|
21
|
+
--color-primary-600: #008188;
|
|
22
|
+
--color-primary: #00959D;
|
|
23
|
+
--color-primary-400: #00C2CC;
|
|
24
|
+
--color-primary-300: #59D3DA;
|
|
25
|
+
--color-primary-200: #99E7EB;
|
|
26
|
+
--color-primary-100: #D3F6F8;
|
|
27
|
+
--color-primary-50: #EDFAFB;
|
|
28
|
+
|
|
29
|
+
--color-secondary-900: #3D2500;
|
|
30
|
+
--color-secondary-800: #7A4901;
|
|
31
|
+
--color-secondary-700: #A26201;
|
|
32
|
+
--color-secondary-600: #CB7A01;
|
|
33
|
+
--color-secondary: #F18F01;
|
|
34
|
+
--color-secondary-400: #FEA520;
|
|
35
|
+
--color-secondary-300: #FEB548;
|
|
36
|
+
--color-secondary-200: #FEC671;
|
|
37
|
+
--color-secondary-100: #FFDEAE;
|
|
38
|
+
--color-secondary-50: #FFF7EB;
|
|
39
|
+
|
|
40
|
+
--color-success-900: #064E3B;
|
|
41
|
+
--color-success-800: #065F46;
|
|
42
|
+
--color-success-700: #047857;
|
|
43
|
+
--color-success-600: #059669;
|
|
44
|
+
--color-success: #10B981;
|
|
45
|
+
--color-success-400: #34D399;
|
|
46
|
+
--color-success-300: #6EE7B7;
|
|
47
|
+
--color-success-200: #A7F3D0;
|
|
48
|
+
--color-success-100: #D1FAE5;
|
|
49
|
+
--color-success-50: #ECFDF5;
|
|
50
|
+
|
|
51
|
+
--color-warning-900: #78350F;
|
|
52
|
+
--color-warning-800: #78350F;
|
|
53
|
+
--color-warning-700: #B45309;
|
|
54
|
+
--color-warning-600: #D97706;
|
|
55
|
+
--color-warning: #F59E0B;
|
|
56
|
+
--color-warning-400: #FBBF24;
|
|
57
|
+
--color-warning-300: #FCD34D;
|
|
58
|
+
--color-warning-200: #FDE68A;
|
|
59
|
+
--color-warning-100: #FEF3C7;
|
|
60
|
+
--color-warning-50: #FFFBEB;
|
|
61
|
+
|
|
62
|
+
--color-negative-900: #330000;
|
|
63
|
+
--color-negative-800: #660000;
|
|
64
|
+
--color-negative-700: #990000;
|
|
65
|
+
--color-negative-600: #CC0000;
|
|
66
|
+
--color-negative: #FF0917;
|
|
67
|
+
--color-negative-400: #FF3A45;
|
|
68
|
+
--color-negative-300: #FF6B74;
|
|
69
|
+
--color-negative-200: #FF9DA2;
|
|
70
|
+
--color-negative-100: #FFCED1;
|
|
71
|
+
--color-negative-50: #FFE6E8;
|
|
72
|
+
|
|
73
|
+
--color-notice-900: #0C4A6E;
|
|
74
|
+
--color-notice-800: #075985;
|
|
75
|
+
--color-notice-700: #0369A1;
|
|
76
|
+
--color-notice-600: #0284C7;
|
|
77
|
+
--color-notice: #0EA5E9;
|
|
78
|
+
--color-notice-400: #38BDF8;
|
|
79
|
+
--color-notice-300: #7DD3FC;
|
|
80
|
+
--color-notice-200: #BAE6FD;
|
|
81
|
+
--color-notice-100: #F0F9FF;
|
|
82
|
+
--color-notice-50: #F0F9FF;
|
|
83
|
+
|
|
84
|
+
--color-bg: var(--color-dark-100);
|
|
85
|
+
--color-bg-elevated: var(--color-light);
|
|
86
|
+
--color-bg-input: var(--color-light);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.dark-style {
|
|
90
|
+
--color-light: #111827;
|
|
91
|
+
--color-transparent: rgb(0 0 0 / 0%);
|
|
92
|
+
--color-light-a: 17 24 39;
|
|
93
|
+
|
|
94
|
+
--color-dark-900: #FFFFFF;
|
|
95
|
+
--color-dark-800: #F3F4F6;
|
|
96
|
+
--color-dark-700: #E5E7EB;
|
|
97
|
+
--color-dark-600: #D1D5DB;
|
|
98
|
+
--color-dark: #9CA3AF;
|
|
99
|
+
--color-dark-400: #6B7280;
|
|
100
|
+
--color-dark-300: #4B5563;
|
|
101
|
+
--color-dark-200: #374151;
|
|
102
|
+
--color-dark-100: #1F2937;
|
|
103
|
+
--color-dark-50: #1F2937;
|
|
104
|
+
--color-dark-a: 255 255 255; /* rgb value from which the alpha values are generated */
|
|
105
|
+
|
|
106
|
+
/*--color-primary-900: #002729;*/
|
|
107
|
+
/*--color-primary-800: #003A3D;*/
|
|
108
|
+
--color-primary-700: #00959D; /*#59D3DA*/
|
|
109
|
+
--color-primary-600: #00C2CC;
|
|
110
|
+
--color-primary: #00C2CC;
|
|
111
|
+
--color-primary-400: #008188;
|
|
112
|
+
/*--color-primary-300: #59D3DA;*/
|
|
113
|
+
--color-primary-200: #006166;
|
|
114
|
+
--color-primary-100: #003A3D;
|
|
115
|
+
--color-primary-50: #002729;
|
|
116
|
+
|
|
117
|
+
/*--color-secondary-900: #3D2500;*/
|
|
118
|
+
/*--color-secondary-800: #7A4901;*/
|
|
119
|
+
--color-secondary-700: #CB7A01;
|
|
120
|
+
--color-secondary-600: #F18F01;
|
|
121
|
+
--color-secondary: #FEA520;
|
|
122
|
+
--color-secondary-400: #FEA520;
|
|
123
|
+
/*--color-secondary-300: #FEB548;*/
|
|
124
|
+
--color-secondary-200: #A26201;
|
|
125
|
+
--color-secondary-100: #7A4901;
|
|
126
|
+
--color-secondary-50: #3D2500;
|
|
127
|
+
|
|
128
|
+
--color-success-900: #D1FAE5;
|
|
129
|
+
--color-success-800: #A7F3D0;
|
|
130
|
+
--color-success-700: #6EE7B7;
|
|
131
|
+
--color-success-600: #10B981;
|
|
132
|
+
--color-success: #34D399;
|
|
133
|
+
/*--color-success-400: #34D399;*/
|
|
134
|
+
/*--color-success-300: #6EE7B7;*/
|
|
135
|
+
--color-success-200: #047857;
|
|
136
|
+
--color-success-100: #064E3B;
|
|
137
|
+
--color-success-50: #064E3B;
|
|
138
|
+
|
|
139
|
+
--color-warning-900: #FEF3C7;
|
|
140
|
+
--color-warning-800: #FDE68A;
|
|
141
|
+
--color-warning-700: #FCD34D;
|
|
142
|
+
--color-warning-600: #F59E0B;
|
|
143
|
+
--color-warning: #FBBF24;
|
|
144
|
+
/*--color-warning-400: #FBBF24;*/
|
|
145
|
+
/*--color-warning-300: #FCD34D;*/
|
|
146
|
+
--color-warning-200: #B45309;
|
|
147
|
+
--color-warning-100: #78350F;
|
|
148
|
+
--color-warning-50: #78350F;
|
|
149
|
+
|
|
150
|
+
--color-negative-900: #FFCED1;
|
|
151
|
+
--color-negative-800: #FF9DA2;
|
|
152
|
+
--color-negative-700: #FF6B74;
|
|
153
|
+
--color-negative-600: #FF0917;
|
|
154
|
+
--color-negative: #FF3A45;
|
|
155
|
+
--color-negative-400: #990000;
|
|
156
|
+
--color-negative-300: #660000;
|
|
157
|
+
--color-negative-200: #330000;
|
|
158
|
+
--color-negative-100: #330000;
|
|
159
|
+
--color-negative-50: #330000;
|
|
160
|
+
|
|
161
|
+
--color-notice-900: #E0F2FE;
|
|
162
|
+
--color-notice-800: #BAE6FD;
|
|
163
|
+
--color-notice-700: #7DD3FC;
|
|
164
|
+
--color-notice-600: #0EA5E9;
|
|
165
|
+
--color-notice: #38BDF8;
|
|
166
|
+
/*--color-notice-400: #38BDF8;*/
|
|
167
|
+
/*--color-notice-300: #7DD3FC;*/
|
|
168
|
+
--color-notice-200: #0369A1;
|
|
169
|
+
--color-notice-100: #0C4A6E;
|
|
170
|
+
--color-notice-50: #0C4A6E;
|
|
171
|
+
|
|
172
|
+
--color-bg: #111827;
|
|
173
|
+
--color-bg-elevated: #1F2937;
|
|
174
|
+
--color-bg-input: #2B3645;
|
|
175
|
+
|
|
176
|
+
/* filler colors */
|
|
177
|
+
--dca-white: #111827;
|
|
178
|
+
--dca-black: #ffffff;
|
|
179
|
+
--dca-gray: #9CA3AF;
|
|
180
|
+
--dca-gray-lightest: #1F2937;
|
|
181
|
+
--dca-gray-lighter: #374151;
|
|
182
|
+
--dca-gray-light: #6B7280;
|
|
183
|
+
--dca-gray-darker: #E5E7EB;
|
|
184
|
+
--dca-gray-darkest: #F3F4F6;
|
|
185
|
+
--dca-gray-super-lightest: #1F2937;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
@media (prefers-color-scheme: dark) {
|
|
189
|
+
html:not([data-theme="light"]) {
|
|
190
|
+
@extend .dark-style;
|
|
191
|
+
.tabulator .tabulator-header {
|
|
192
|
+
@apply bg-light-a/50;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
input.checkbox,
|
|
196
|
+
div.checkbox > input[type="checkbox"] {
|
|
197
|
+
& ~ label {
|
|
198
|
+
&::after {
|
|
199
|
+
filter: invert(1);
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
.fancytree-checkbox:after {
|
|
204
|
+
filter: invert(1);
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.btn-secondary {
|
|
208
|
+
@apply text-light;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.cke_button_icon {
|
|
212
|
+
filter: invert(1) !important;
|
|
213
|
+
}
|
|
214
|
+
.cke_top,
|
|
215
|
+
.cke_bottom {
|
|
216
|
+
@apply bg-bg;
|
|
217
|
+
}
|
|
218
|
+
.cke_combo_text,
|
|
219
|
+
.cke_button_label {
|
|
220
|
+
@apply text-dark;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
html[data-theme="dark"] {
|
|
226
|
+
@extend .dark-style;
|
|
227
|
+
|
|
228
|
+
.tabulator .tabulator-header {
|
|
229
|
+
@apply bg-light-a/50;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
input.checkbox,
|
|
233
|
+
div.checkbox > input[type="checkbox"] {
|
|
234
|
+
& ~ label {
|
|
235
|
+
&::after {
|
|
236
|
+
filter: invert(1);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
.fancytree-checkbox:after {
|
|
241
|
+
filter: invert(1);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.btn-secondary {
|
|
245
|
+
@apply text-light;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.cke_button_icon {
|
|
249
|
+
filter: invert(1) !important;
|
|
250
|
+
}
|
|
251
|
+
.cke_top,
|
|
252
|
+
.cke_bottom {
|
|
253
|
+
@apply bg-bg;
|
|
254
|
+
}
|
|
255
|
+
.cke_combo_text,
|
|
256
|
+
.cke_button_label {
|
|
257
|
+
@apply text-dark;
|
|
83
258
|
}
|
|
84
259
|
}
|
|
@@ -8,11 +8,24 @@
|
|
|
8
8
|
|
|
9
9
|
@layer components {
|
|
10
10
|
.card {
|
|
11
|
-
|
|
11
|
+
--level: 1;
|
|
12
|
+
@apply bg-bg-elevated sm:rounded border border-dark-200 p-20 md:p-24 max-xs:border-b-0 max-xs:py-32 min-w-0;
|
|
13
|
+
--mix: clamp(0%, calc((var(--level) - 1) / 3 * 100%), 100%);
|
|
14
|
+
background-color: color-mix(in oklch, var(--color-bg-elevated), var(--color-bg) var(--mix));
|
|
15
|
+
|
|
12
16
|
>header {
|
|
13
17
|
@apply flex items-center text-18 mb-24 font-semibold;
|
|
14
18
|
}
|
|
19
|
+
&.hide-header {
|
|
20
|
+
>header {
|
|
21
|
+
@apply hidden;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
15
24
|
}
|
|
25
|
+
.card.level-1 { --level: 1; }
|
|
26
|
+
.card.level-2 { --level: 2; }
|
|
27
|
+
.card.level-3 { --level: 3; }
|
|
28
|
+
.card.level-4 { --level: 4; }
|
|
16
29
|
.column-widget-columns {
|
|
17
30
|
& > li {
|
|
18
31
|
@apply relative px-12 py-8 flex items-center;
|
|
@@ -416,18 +429,8 @@
|
|
|
416
429
|
clear: both;
|
|
417
430
|
}
|
|
418
431
|
}
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
&.htmx-request {
|
|
422
|
-
display: block;
|
|
423
|
-
}
|
|
424
|
-
.loader,
|
|
425
|
-
.loader:after {
|
|
426
|
-
border-radius: 50%;
|
|
427
|
-
width: 42px;
|
|
428
|
-
height: 42px;
|
|
429
|
-
}
|
|
430
|
-
.loader {
|
|
432
|
+
|
|
433
|
+
.loader {
|
|
431
434
|
@apply border-primary;
|
|
432
435
|
@apply border-l-dark-300;
|
|
433
436
|
transform: translateZ(0);
|
|
@@ -436,6 +439,10 @@
|
|
|
436
439
|
text-indent: -9999em;
|
|
437
440
|
animation: loading 1.1s infinite linear;
|
|
438
441
|
}
|
|
442
|
+
.loader,
|
|
443
|
+
.loader:after {
|
|
444
|
+
border-radius: 50%;
|
|
445
|
+
}
|
|
439
446
|
@keyframes loading {
|
|
440
447
|
0% {
|
|
441
448
|
transform: rotate(0deg);
|
|
@@ -445,6 +452,17 @@
|
|
|
445
452
|
}
|
|
446
453
|
}
|
|
447
454
|
|
|
455
|
+
.page-loading {
|
|
456
|
+
display: none;
|
|
457
|
+
&.htmx-request {
|
|
458
|
+
display: block;
|
|
459
|
+
}
|
|
460
|
+
.loader,
|
|
461
|
+
.loader:after {
|
|
462
|
+
width: 42px;
|
|
463
|
+
height: 42px;
|
|
464
|
+
}
|
|
465
|
+
|
|
448
466
|
}
|
|
449
467
|
|
|
450
468
|
.read-only-password-hash {
|
|
@@ -462,4 +480,39 @@
|
|
|
462
480
|
.dropdown-menu {
|
|
463
481
|
@apply py-0;
|
|
464
482
|
}
|
|
483
|
+
|
|
484
|
+
.sticky-table-head,
|
|
485
|
+
.sticky-table-col {
|
|
486
|
+
position: sticky !important;
|
|
487
|
+
right: 0;
|
|
488
|
+
z-index: 1;
|
|
489
|
+
@apply overflow-hidden !border-l-0 pl-8;
|
|
490
|
+
&:before {
|
|
491
|
+
content: '';
|
|
492
|
+
box-shadow: 0 0 8px 0 rgba(17, 24, 39, 0.16);
|
|
493
|
+
@apply absolute inset-0 transition-colors ml-8;
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.sticky-table-head {
|
|
498
|
+
@apply bg-transparent !important;
|
|
499
|
+
&:before {
|
|
500
|
+
@apply bg-dark-50;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.sticky-table-col {
|
|
505
|
+
&:before {
|
|
506
|
+
@apply bg-light;
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.dashboard-wrapper {
|
|
511
|
+
display: grid;
|
|
512
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
513
|
+
@apply gap-24;
|
|
514
|
+
> form {
|
|
515
|
+
@apply absolute;
|
|
516
|
+
}
|
|
517
|
+
}
|
|
465
518
|
}
|
|
@@ -617,6 +617,9 @@ span.flatpickr-weekday {
|
|
|
617
617
|
.flatpickr-shortcuts {
|
|
618
618
|
@apply pt-4 mb-16;
|
|
619
619
|
|
|
620
|
+
input[type="radio"] {
|
|
621
|
+
@apply hidden;
|
|
622
|
+
}
|
|
620
623
|
& > label {
|
|
621
624
|
@apply p-0;
|
|
622
625
|
}
|
|
@@ -648,6 +651,10 @@ span.flatpickr-weekday {
|
|
|
648
651
|
@apply cursor-pointer;
|
|
649
652
|
}
|
|
650
653
|
|
|
654
|
+
.js-datepicker {
|
|
655
|
+
@apply min-w-136;
|
|
656
|
+
}
|
|
657
|
+
|
|
651
658
|
.js-timepicker {
|
|
652
|
-
@apply
|
|
659
|
+
@apply min-w-96 w-96;
|
|
653
660
|
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
.filer-dropzone {
|
|
2
|
+
@apply text-14 p-10 !important;
|
|
3
|
+
@apply bg-light border border-dark-300 rounded transition-colors !important;
|
|
4
|
+
@apply flex items-center gap-4 relative;
|
|
5
|
+
&.dz-drag-hover {
|
|
6
|
+
@apply border-primary bg-primary-50 !important;
|
|
7
|
+
.input-file-upload-icon {
|
|
8
|
+
@apply bg-light text-primary;
|
|
9
|
+
}
|
|
10
|
+
.dz-message {
|
|
11
|
+
opacity: 1 !important;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
&:not(.js-object-attached) {
|
|
15
|
+
border-style: dashed !important;
|
|
16
|
+
.js-related-edit {
|
|
17
|
+
@apply !hidden;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.dz-name {
|
|
21
|
+
word-break: break-all;
|
|
22
|
+
white-space: normal !important;
|
|
23
|
+
max-width: none !important;
|
|
24
|
+
@apply mb-8 block;
|
|
25
|
+
}
|
|
26
|
+
.dz-message {
|
|
27
|
+
@apply flex items-center;
|
|
28
|
+
@apply m-0 text-left !important;
|
|
29
|
+
}
|
|
30
|
+
.input-file-upload-icon {
|
|
31
|
+
@apply bg-dark-100;
|
|
32
|
+
@apply transition-colors;
|
|
33
|
+
}
|
|
34
|
+
.filerFile {
|
|
35
|
+
@apply flex items-center;
|
|
36
|
+
}
|
|
37
|
+
.thumbnail_img {
|
|
38
|
+
@apply w-64 h-64 border border-dark-300 rounded-xs mr-16;
|
|
39
|
+
}
|
|
40
|
+
.dz-thumbnail {
|
|
41
|
+
@apply w-64 h-64 border border-dark-300 mr-16 rounded-xs !important;
|
|
42
|
+
@apply bg-no-repeat bg-center !important;
|
|
43
|
+
background-size: 2.5rem !important;
|
|
44
|
+
img:not([src]) {
|
|
45
|
+
@apply !hidden;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
.description_text {
|
|
49
|
+
&:not(:empty) {
|
|
50
|
+
@apply inline-flex mb-8;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
.dz-progress {
|
|
54
|
+
@apply absolute left-0 bottom-0 right-0 w-full h-4 rounded-b overflow-hidden;
|
|
55
|
+
}
|
|
56
|
+
.dz-upload {
|
|
57
|
+
@apply block h-full bg-primary !important;
|
|
58
|
+
width: 0;
|
|
59
|
+
}
|
|
60
|
+
}
|