@plumile/ui 0.1.117 → 0.1.122

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.
Files changed (314) hide show
  1. package/README.md +14 -0
  2. package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js +3 -2
  3. package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js.map +1 -1
  4. package/lib/esm/admin/organisms/admin_sidebar/adminSidebar.css.js +3 -2
  5. package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -1
  6. package/lib/esm/admin/theme/adminDensity.css.js.map +1 -1
  7. package/lib/esm/admin/theme/adminSurface.css.js.map +1 -1
  8. package/lib/esm/atomic/atoms/badge/badge.css.js +7 -7
  9. package/lib/esm/atomic/atoms/badge/badge.css.js.map +1 -1
  10. package/lib/esm/atomic/atoms/button/button.css.js +38 -38
  11. package/lib/esm/atomic/atoms/button/button.css.js.map +1 -1
  12. package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +8 -8
  13. package/lib/esm/atomic/atoms/checkbox/checkbox.css.js.map +1 -1
  14. package/lib/esm/atomic/atoms/error_message/errorMessage.css.js +1 -1
  15. package/lib/esm/atomic/atoms/input/input.css.js +9 -9
  16. package/lib/esm/atomic/atoms/input/input.css.js.map +1 -1
  17. package/lib/esm/atomic/atoms/label/label.css.js +7 -7
  18. package/lib/esm/atomic/atoms/modal/Modal.js +1 -1
  19. package/lib/esm/atomic/atoms/modal/modal.css.js +1 -1
  20. package/lib/esm/atomic/atoms/modal/modal.css.js.map +1 -1
  21. package/lib/esm/atomic/atoms/overlay/overlay.css.js +1 -1
  22. package/lib/esm/atomic/atoms/textarea/textarea.css.js +8 -8
  23. package/lib/esm/atomic/atoms/textarea/textarea.css.js.map +1 -1
  24. package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +1 -1
  25. package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +1 -1
  26. package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js.map +1 -1
  27. package/lib/esm/atomic/molecules/card/Card.css.js +1 -1
  28. package/lib/esm/atomic/molecules/checkbox_field/checkboxField.css.js +1 -1
  29. package/lib/esm/atomic/molecules/checkbox_field/checkboxField.css.js.map +1 -1
  30. package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +1 -1
  31. package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js +1 -1
  32. package/lib/esm/atomic/molecules/form/FormErrorBanner.css.js +1 -1
  33. package/lib/esm/atomic/molecules/form/formStyles.css.js +1 -1
  34. package/lib/esm/atomic/molecules/form_error/formError.css.js +1 -1
  35. package/lib/esm/atomic/molecules/form_field/formField.css.js +1 -1
  36. package/lib/esm/atomic/molecules/highlight/HighlightCode.css.js +1 -1
  37. package/lib/esm/atomic/molecules/highlight/highlightStyles.css.js +1 -1
  38. package/lib/esm/atomic/molecules/markdown/LazyMarkdownRenderer.css.js +1 -1
  39. package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js +1 -1
  40. package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js.map +1 -1
  41. package/lib/esm/atomic/molecules/markdown/components/MarkdownBlockquote.css.js +1 -1
  42. package/lib/esm/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.js +1 -1
  43. package/lib/esm/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.js.map +1 -1
  44. package/lib/esm/atomic/molecules/markdown/components/MarkdownDelete.css.js +1 -2
  45. package/lib/esm/atomic/molecules/markdown/components/MarkdownDelete.css.js.map +1 -1
  46. package/lib/esm/atomic/molecules/markdown/components/MarkdownEmphasis.css.js.map +1 -1
  47. package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteDefinition.css.js +1 -1
  48. package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js +1 -1
  49. package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js.map +1 -1
  50. package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnotesSection.css.js +1 -1
  51. package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js +7 -7
  52. package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js.map +1 -1
  53. package/lib/esm/atomic/molecules/markdown/components/MarkdownHtmlFallback.css.js +1 -1
  54. package/lib/esm/atomic/molecules/markdown/components/MarkdownImage.css.js +1 -1
  55. package/lib/esm/atomic/molecules/markdown/components/MarkdownInlineCode.css.js +1 -1
  56. package/lib/esm/atomic/molecules/markdown/components/MarkdownInlineCode.css.js.map +1 -1
  57. package/lib/esm/atomic/molecules/markdown/components/MarkdownLink.css.js +1 -1
  58. package/lib/esm/atomic/molecules/markdown/components/MarkdownLink.css.js.map +1 -1
  59. package/lib/esm/atomic/molecules/markdown/components/MarkdownList.css.js +1 -1
  60. package/lib/esm/atomic/molecules/markdown/components/MarkdownList.css.js.map +1 -1
  61. package/lib/esm/atomic/molecules/markdown/components/MarkdownListItem.css.js +1 -1
  62. package/lib/esm/atomic/molecules/markdown/components/MarkdownListItem.css.js.map +1 -1
  63. package/lib/esm/atomic/molecules/markdown/components/MarkdownMark.css.js +1 -1
  64. package/lib/esm/atomic/molecules/markdown/components/MarkdownMark.css.js.map +1 -1
  65. package/lib/esm/atomic/molecules/markdown/components/MarkdownMermaidBlock.css.js +1 -1
  66. package/lib/esm/atomic/molecules/markdown/components/MarkdownParagraph.css.js +1 -1
  67. package/lib/esm/atomic/molecules/markdown/components/MarkdownParagraph.css.js.map +1 -1
  68. package/lib/esm/atomic/molecules/markdown/components/MarkdownStrong.css.js +1 -1
  69. package/lib/esm/atomic/molecules/markdown/components/MarkdownStrong.css.js.map +1 -1
  70. package/lib/esm/atomic/molecules/markdown/components/MarkdownSubscript.css.js +1 -1
  71. package/lib/esm/atomic/molecules/markdown/components/MarkdownSubscript.css.js.map +1 -1
  72. package/lib/esm/atomic/molecules/markdown/components/MarkdownSuperscript.css.js +1 -1
  73. package/lib/esm/atomic/molecules/markdown/components/MarkdownSuperscript.css.js.map +1 -1
  74. package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js +2 -1
  75. package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js.map +1 -1
  76. package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCaption.css.js +1 -1
  77. package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCell.css.js +1 -1
  78. package/lib/esm/atomic/molecules/markdown/components/MarkdownTableCell.css.js.map +1 -1
  79. package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHead.css.js +1 -1
  80. package/lib/esm/atomic/molecules/markdown/components/MarkdownTableHeaderCell.css.js +1 -1
  81. package/lib/esm/atomic/molecules/markdown/components/MarkdownTaskListItem.css.js +1 -1
  82. package/lib/esm/atomic/molecules/markdown/components/MarkdownTaskListItem.css.js.map +1 -1
  83. package/lib/esm/atomic/molecules/markdown/components/MarkdownText.css.js +1 -1
  84. package/lib/esm/atomic/molecules/markdown/components/MarkdownText.css.js.map +1 -1
  85. package/lib/esm/atomic/molecules/markdown/components/MarkdownThematicBreak.css.js +1 -1
  86. package/lib/esm/atomic/molecules/tabs/tabs.css.js +4 -4
  87. package/lib/esm/atomic/molecules/toast/toast.css.js +2 -2
  88. package/lib/esm/atomic/molecules/toast/toast.css.js.map +1 -1
  89. package/lib/esm/atomic/organisms/login_form/loginForm.css.js +1 -1
  90. package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js +2 -2
  91. package/lib/esm/atomic/organisms/sidebar/navigationSidebar.css.js +13 -13
  92. package/lib/esm/atomic/organisms/sidebar/sidebar.css.js +2 -2
  93. package/lib/esm/atomic/templates/auth_layout/authLayout.css.js +1 -1
  94. package/lib/esm/atomic/templates/detail-page/DetailPage.js +4 -4
  95. package/lib/esm/atomic/templates/detail-page/detailPage.css.js +1 -1
  96. package/lib/esm/atomic/templates/page-container/PageContainer.js +3 -3
  97. package/lib/esm/atomic/templates/page-container/pageContainer.css.js +1 -1
  98. package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js +1 -1
  99. package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js +1 -1
  100. package/lib/esm/backoffice/atoms/environment_badge/environmentBadge.css.js +1 -1
  101. package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js +1 -1
  102. package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js +5 -5
  103. package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js.map +1 -1
  104. package/lib/esm/backoffice/atoms/spinner/spinner.css.js +1 -1
  105. package/lib/esm/backoffice/atoms/spinner/spinner.css.js.map +1 -1
  106. package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js +1 -1
  107. package/lib/esm/backoffice/atoms/tag/tag.css.js +7 -7
  108. package/lib/esm/backoffice/atoms/tag/tag.css.js.map +1 -1
  109. package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js +1 -1
  110. package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js +1 -1
  111. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js +7 -7
  112. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js +1 -1
  113. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js.map +1 -1
  114. package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js +1 -1
  115. package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js +1 -1
  116. package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js +3 -3
  117. package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js +1 -1
  118. package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.js +2 -2
  119. package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.js +1 -1
  120. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js +1 -1
  121. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +1 -1
  122. package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js +1 -1
  123. package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +1 -1
  124. package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js +1 -1
  125. package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js.map +1 -1
  126. package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js +4 -4
  127. package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js +1 -1
  128. package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js +4 -4
  129. package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js +1 -1
  130. package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js.map +1 -1
  131. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +4 -4
  132. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js +8 -8
  133. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js +1 -1
  134. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js.map +1 -1
  135. package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js +8 -8
  136. package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js.map +1 -1
  137. package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +1 -1
  138. package/lib/esm/backoffice/molecules/confirm_dialog/confirmDialog.css.js +1 -1
  139. package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js +1 -1
  140. package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js.map +1 -1
  141. package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js +1 -1
  142. package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js.map +1 -1
  143. package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js +6 -6
  144. package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js.map +1 -1
  145. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +1 -1
  146. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js.map +1 -1
  147. package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js +90 -94
  148. package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js.map +1 -1
  149. package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +2 -2
  150. package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js.map +1 -1
  151. package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +159 -62
  152. package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js.map +1 -1
  153. package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +2 -2
  154. package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js.map +1 -1
  155. package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +4 -4
  156. package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js.map +1 -1
  157. package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +5 -5
  158. package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js +1 -1
  159. package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +1 -1
  160. package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js +1 -1
  161. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js +1 -1
  162. package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js +1 -1
  163. package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +2 -2
  164. package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +2 -2
  165. package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js.map +1 -1
  166. package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js +1 -1
  167. package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js.map +1 -1
  168. package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +10 -10
  169. package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js.map +1 -1
  170. package/lib/esm/components/agent/AgentMarkdownCard.css.js +1 -1
  171. package/lib/esm/components/charts/metricHistoryChart.css.js +1 -1
  172. package/lib/esm/components/charts/timeSeriesLineChart.css.js +1 -1
  173. package/lib/esm/components/dashboard/activity_card/ActivityCard.css.js +1 -1
  174. package/lib/esm/components/dashboard/activity_card/ActivityCard.js +2 -2
  175. package/lib/esm/components/dashboard/activity_feed/ActivityFeed.css.js +1 -1
  176. package/lib/esm/components/dashboard/dashboard_grid/DashboardGrid.css.js +21 -21
  177. package/lib/esm/components/dashboard/dashboard_grid/DashboardGrid.css.js.map +1 -1
  178. package/lib/esm/components/dashboard/metadata_strip/MetadataStrip.css.js +1 -1
  179. package/lib/esm/components/dashboard/metric_card/MetricCard.css.js +1 -1
  180. package/lib/esm/components/dashboard/metric_card/MetricCard.js +2 -2
  181. package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js +1 -1
  182. package/lib/esm/components/dashboard/page_hero/PageHero.css.js +1 -1
  183. package/lib/esm/components/dashboard/page_hero/PageHero.js +3 -3
  184. package/lib/esm/components/dashboard/section_nav/SectionNav.css.js +1 -1
  185. package/lib/esm/components/dashboard/section_nav/SectionNav.css.js.map +1 -1
  186. package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.css.js +1 -1
  187. package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.css.js.map +1 -1
  188. package/lib/esm/components/dashboard/selectable_card/SelectableCard.css.js +1 -1
  189. package/lib/esm/components/dashboard/selectable_card/SelectableCard.css.js.map +1 -1
  190. package/lib/esm/components/dashboard/selectable_card/SelectableCard.js +2 -2
  191. package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.css.js +1 -1
  192. package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.js +1 -1
  193. package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.css.js +1 -1
  194. package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js +2 -2
  195. package/lib/esm/components/data-table/DataTable.css.js +28 -28
  196. package/lib/esm/components/data-table/DataTable.css.js.map +1 -1
  197. package/lib/esm/components/data-table/ResponsiveRecordList.css.js +6 -6
  198. package/lib/esm/components/data-table/TableCell.css.js +2 -2
  199. package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +1 -1
  200. package/lib/esm/components/data-table/VirtualizedConnectionTable.js +1 -1
  201. package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -1
  202. package/lib/esm/components/feedback/OperationFeedback.css.js +1 -1
  203. package/lib/esm/components/feedback/OperationFeedback.js +1 -1
  204. package/lib/esm/components/infinite/InfiniteScrollTrigger.js +1 -1
  205. package/lib/esm/components/infinite/infiniteScrollTrigger.css.js +1 -1
  206. package/lib/esm/components/layout/ActionPanel.css.js +1 -1
  207. package/lib/esm/components/layout/ActionPanel.js +3 -3
  208. package/lib/esm/components/layout/ActionPanel.js.map +1 -1
  209. package/lib/esm/components/layout/AppHeader.css.js +1 -1
  210. package/lib/esm/components/layout/AppHeader.js +4 -4
  211. package/lib/esm/components/layout/ContentLayout.css.js +1 -1
  212. package/lib/esm/components/layout/ContentLayout.js +2 -2
  213. package/lib/esm/components/layout/DetailSummaryHeader.css.js +1 -1
  214. package/lib/esm/components/layout/DetailSummaryHeader.js +3 -3
  215. package/lib/esm/components/layout/PageShell.css.js +4 -4
  216. package/lib/esm/components/layout/PageShell.js +5 -5
  217. package/lib/esm/components/layout/PageShell.js.map +1 -1
  218. package/lib/esm/components/layout/SettingsLayout.css.js +1 -1
  219. package/lib/esm/components/layout/SplitViewLayout.css.js +1 -1
  220. package/lib/esm/components/layout/TabsContentLayout.css.js +1 -1
  221. package/lib/esm/components/layout/ToolbarRow.css.js +1 -1
  222. package/lib/esm/components/media/imagePreviewModal.css.js +5 -5
  223. package/lib/esm/components/responsive/ResponsiveCollectionRenderer.css.js +1 -1
  224. package/lib/esm/components/responsive/ResponsiveCollectionRenderer.css.js.map +1 -1
  225. package/lib/esm/components/routing/routeFallback.css.js +1 -1
  226. package/lib/esm/components/routing/routeFallback.css.js.map +1 -1
  227. package/lib/esm/components/routing/routePendingBar.css.js +1 -1
  228. package/lib/esm/components/routing/routePendingBar.css.js.map +1 -1
  229. package/lib/esm/components/select/SimpleSelect.css.js +14 -14
  230. package/lib/esm/components/select/SimpleSelect.css.js.map +1 -1
  231. package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js +1 -1
  232. package/lib/esm/components/tile/InfoTile.css.js +1 -1
  233. package/lib/esm/components/tile/InfoTile.css.js.map +1 -1
  234. package/lib/esm/components/tile/InfoTile.js +3 -3
  235. package/lib/esm/i18n/locales/en/ui.js +12 -6
  236. package/lib/esm/i18n/locales/en/ui.js.map +1 -1
  237. package/lib/esm/i18n/locales/fr/ui.js +12 -6
  238. package/lib/esm/i18n/locales/fr/ui.js.map +1 -1
  239. package/lib/esm/index.js +257 -255
  240. package/lib/esm/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +46 -0
  241. package/lib/esm/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js.map +1 -0
  242. package/lib/esm/node_modules/@dnd-kit/core/dist/core.esm.js +1966 -0
  243. package/lib/esm/node_modules/@dnd-kit/core/dist/core.esm.js.map +1 -0
  244. package/lib/esm/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +348 -0
  245. package/lib/esm/node_modules/@dnd-kit/sortable/dist/sortable.esm.js.map +1 -0
  246. package/lib/esm/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +157 -0
  247. package/lib/esm/node_modules/@dnd-kit/utilities/dist/utilities.esm.js.map +1 -0
  248. package/lib/esm/shared/backofficeTableDensity.css.js.map +1 -1
  249. package/lib/esm/style.css +1 -1
  250. package/lib/esm/theme/accessibility.css.js +1 -1
  251. package/lib/esm/theme/accessibility.css.js.map +1 -1
  252. package/lib/esm/theme/index.js +12 -10
  253. package/lib/esm/theme/sprinkles.css.js +73323 -51658
  254. package/lib/esm/theme/sprinkles.css.js.map +1 -1
  255. package/lib/esm/theme/styleRecipes.css.js +19 -0
  256. package/lib/esm/theme/styleRecipes.css.js.map +1 -0
  257. package/lib/esm/theme/theme-dark.css.js.map +1 -1
  258. package/lib/esm/theme/theme-light.css.js +23 -2
  259. package/lib/esm/theme/theme-light.css.js.map +1 -1
  260. package/lib/esm/theme/theme.css.js +23 -2
  261. package/lib/esm/theme/themeContract.js +23 -2
  262. package/lib/esm/theme/themeContract.js.map +1 -1
  263. package/lib/types/admin/organisms/admin_sidebar/AdminSidebar.d.ts +2 -1
  264. package/lib/types/admin/organisms/admin_sidebar/AdminSidebar.d.ts.map +1 -1
  265. package/lib/types/atomic/atoms/button/button.css.d.ts.map +1 -1
  266. package/lib/types/atomic/atoms/checkbox/checkbox.css.d.ts.map +1 -1
  267. package/lib/types/atomic/atoms/input/input.css.d.ts.map +1 -1
  268. package/lib/types/atomic/atoms/modal/modal.css.d.ts.map +1 -1
  269. package/lib/types/atomic/atoms/textarea/textarea.css.d.ts.map +1 -1
  270. package/lib/types/atomic/molecules/markdown/components/MarkdownCodeCopyButton.css.d.ts.map +1 -1
  271. package/lib/types/atomic/molecules/toast/toast.css.d.ts.map +1 -1
  272. package/lib/types/backoffice/atoms/tag/tag.css.d.ts.map +1 -1
  273. package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts.map +1 -1
  274. package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts.map +1 -1
  275. package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts.map +1 -1
  276. package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +1 -1
  277. package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +1 -1
  278. package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts.map +1 -1
  279. package/lib/types/backoffice/molecules/global_search_input/globalSearchInput.css.d.ts.map +1 -1
  280. package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts.map +1 -1
  281. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts.map +1 -1
  282. package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts +4 -7
  283. package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts.map +1 -1
  284. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts +1 -0
  285. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -1
  286. package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts +6 -1
  287. package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts.map +1 -1
  288. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts +6 -0
  289. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -1
  290. package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts.map +1 -1
  291. package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts.map +1 -1
  292. package/lib/types/components/dashboard/dashboard_grid/DashboardGrid.css.d.ts.map +1 -1
  293. package/lib/types/components/dashboard/section_nav/SectionNav.css.d.ts.map +1 -1
  294. package/lib/types/components/dashboard/segmented_nav/SegmentedNav.css.d.ts.map +1 -1
  295. package/lib/types/components/dashboard/selectable_card/SelectableCard.css.d.ts.map +1 -1
  296. package/lib/types/components/select/SimpleSelect.css.d.ts.map +1 -1
  297. package/lib/types/components/tile/InfoTile.css.d.ts.map +1 -1
  298. package/lib/types/i18n/resources.d.ts +8 -0
  299. package/lib/types/i18n/resources.d.ts.map +1 -1
  300. package/lib/types/shared/backofficeTableDensity.css.d.ts.map +1 -1
  301. package/lib/types/theme/index.d.ts +2 -0
  302. package/lib/types/theme/index.d.ts.map +1 -1
  303. package/lib/types/theme/sprinkles.css.d.ts +684 -60
  304. package/lib/types/theme/sprinkles.css.d.ts.map +1 -1
  305. package/lib/types/theme/styleRecipes.css.d.ts +29 -0
  306. package/lib/types/theme/styleRecipes.css.d.ts.map +1 -0
  307. package/lib/types/theme/theme-dark.css.d.ts.map +1 -1
  308. package/lib/types/theme/theme-light.css.d.ts +21 -0
  309. package/lib/types/theme/theme-light.css.d.ts.map +1 -1
  310. package/lib/types/theme/themeContract.d.ts +21 -0
  311. package/lib/types/theme/themeContract.d.ts.map +1 -1
  312. package/package.json +5 -2
  313. package/src/i18n/locales/en/ui.json +4 -0
  314. package/src/i18n/locales/fr/ui.json +4 -0
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.ts
4
- var e = "_1iwouol0 txvbqbnwg txvbqbojp txvbqbp8g txvbqbm07 txvbqb9ip txvbqbai7 txvbqbcp txvbqbdoy txvbqbt6y txvbqbaog txvbqbva1", t = "_1iwouol1 txvbqb9ip txvbqbcp txvbqbdoy txvbqbva1", n = "_1iwouol2 txvbqb9g txvbqbamp txvbqbv9z", r = "_1iwouol3 txvbqb8y txvbqbva1 txvbqbjey", i = "_1iwouol4 txvbqbhy7 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy txvbqbdoy";
4
+ var e = "_1iwouol0 txvbqbyov txvbqbzmg txvbqb10m7 txvbqbvya txvbqbdr8 txvbqbf6i txvbqbey txvbqbjtp txvbqb16fa txvbqbffj txvbqb19cb", t = "_1iwouol1 txvbqbdr8 txvbqbey txvbqbjtp txvbqb19cb", n = "_1iwouol2 txvbqba9 txvbqbfd0 txvbqb19c9", r = "_1iwouol3 txvbqb9j txvbqb19cb txvbqbs6i", i = "_1iwouol4 txvbqbq0i txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbjtp";
5
5
  //#endregion
6
6
  export { i as actions, e as container, r as description, t as icon, n as title };
7
7
 
@@ -117,25 +117,25 @@ var x = ({ isOpen: x, title: S, sections: C, searchValue: w, emptyLabel: T, onSe
117
117
  /* @__PURE__ */ v("div", {
118
118
  className: l,
119
119
  children: [C.length === 0 && /* @__PURE__ */ _("div", {
120
- className: "ck62y2g txvbqblbg txvbqb1rg txvbqb1cp txvbqb1qg txvbqbwp txvbqbv43 txvbqbva1 txvbqb8y txvbqbt6y",
120
+ className: "ck62y2i txvbqbuyj txvbqb2g9 txvbqb1uy txvbqb2et txvbqb17u txvbqb196d txvbqb19cb txvbqb9j txvbqb16fa",
121
121
  children: T ?? k("backoffice.filterDrawer.empty")
122
122
  }), C.length > 0 && C.map((e) => {
123
123
  let t = null;
124
124
  return e.description != null && (t = /* @__PURE__ */ _("div", {
125
- className: "ck62y2d txvbqb8y txvbqbva1",
125
+ className: "ck62y2f txvbqb9j txvbqb19cb",
126
126
  children: e.description
127
127
  })), /* @__PURE__ */ v("section", {
128
- className: "ck62y2a txvbqb9ip txvbqbai7 txvbqbao7",
128
+ className: "ck62y2c txvbqbdr8 txvbqbf6i txvbqbff6",
129
129
  children: [/* @__PURE__ */ v("div", {
130
- className: "ck62y2b txvbqb9ip txvbqbai7 txvbqbany",
130
+ className: "ck62y2d txvbqbdr8 txvbqbf6i txvbqbfet",
131
131
  children: [/* @__PURE__ */ _("div", {
132
- className: "ck62y2c txvbqb8p txvbqb66 txvbqbefg txvbqbva3 txvbqbamp",
132
+ className: "ck62y2e txvbqb96 txvbqb6a txvbqbkxf txvbqb19cd txvbqbfd0",
133
133
  children: e.title
134
134
  }), t]
135
135
  }), /* @__PURE__ */ _("div", {
136
- className: "ck62y2e txvbqb9ip txvbqbai7 txvbqbao7",
136
+ className: "ck62y2g txvbqbdr8 txvbqbf6i txvbqbff6",
137
137
  children: e.items.map((e) => /* @__PURE__ */ _("div", {
138
- className: "ck62y2f txvbqb9ip txvbqbai7",
138
+ className: "ck62y2h txvbqbdr8 txvbqbf6i",
139
139
  children: e.node
140
140
  }, e.id))
141
141
  })]
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.ts
4
- var e = "ck62y20", t = "ck62y21 txvbqbptp txvbqbczp txvbqb9ip txvbqbdp7 txvbqbux7", n = "ck62y22 txvbqbv41 txvbqb4bp txvbqb6q7 txvbqb1qg txvbqb8qg txvbqb9ip txvbqbai7 txvbqbaop txvbqbcgg txvbqbjdg txvbqbl8p txvbqblbp txvbqbu7g", r = "ck62y23 txvbqb9ip txvbqbcp txvbqbdpp txvbqbaog", i = "ck62y24 txvbqb9ip txvbqbai7 txvbqbany", a = "ck62y25 txvbqb9p txvbqbamp txvbqbv9z", o = "ck62y26 txvbqb8y txvbqbva1", s = "ck62y27", c = "ck62y28 txvbqb9ip txvbqbcp txvbqbajy txvbqbao7", l = "ck62y29 txvbqb9ip txvbqbai7 txvbqbaop", u = "ck62y2a txvbqb9ip txvbqbai7 txvbqbao7", d = "ck62y2b txvbqb9ip txvbqbai7 txvbqbany", f = "ck62y2c txvbqb8p txvbqb66 txvbqbefg txvbqbva3 txvbqbamp", p = "ck62y2d txvbqb8y txvbqbva1", m = "ck62y2e txvbqb9ip txvbqbai7 txvbqbao7", h = "ck62y2f txvbqb9ip txvbqbai7", g = "ck62y2g txvbqblbg txvbqb1rg txvbqb1cp txvbqb1qg txvbqbwp txvbqbv43 txvbqbva1 txvbqb8y txvbqbt6y";
4
+ var e = "ck62y20", t = "ck62y21 txvbqb11k5 txvbqbit8 txvbqbdr8 txvbqbju2 txvbqb18x7", n = "ck62y22 txvbqb196b txvbqb65i txvbqb9mg txvbqb2et txvbqbckm txvbqbdr8 txvbqbf6i txvbqbffw txvbqbi1f txvbqbs2j txvbqbuuk txvbqbuyw txvbqb17w0", r = "ck62y23 txvbqbdr8 txvbqbey txvbqbjus txvbqbffj", i = "ck62y24 txvbqbdr8 txvbqbf6i txvbqbfet", a = "ck62y25 txvbqbam txvbqbfd0 txvbqb19c9", o = "ck62y26 txvbqb9j txvbqb19cb", s = "ck62y29 qbwcuej qbwcueh txvbqbdsb txvbqbey txvbqbjtp txvbqb1g5 txvbqb2e3 txvbqb2g9 txvbqb1933 txvbqb19cb txvbqbv txvbqbux3 txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1aey txvbqb1bsa qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws ck62y27 txvbqb196f txvbqb2is txvbqbho2 txvbqb17in ck62y28 txvbqb1aeq", c = "ck62y2a txvbqbdr8 txvbqbey txvbqbf91 txvbqbff6", l = "ck62y2b txvbqbdr8 txvbqbf6i txvbqbffw", u = "ck62y2c txvbqbdr8 txvbqbf6i txvbqbff6", d = "ck62y2d txvbqbdr8 txvbqbf6i txvbqbfet", f = "ck62y2e txvbqb96 txvbqb6a txvbqbkxf txvbqb19cd txvbqbfd0", p = "ck62y2f txvbqb9j txvbqb19cb", m = "ck62y2g txvbqbdr8 txvbqbf6i txvbqbff6", h = "ck62y2h txvbqbdr8 txvbqbf6i", g = "ck62y2i txvbqbuyj txvbqb2g9 txvbqb1uy txvbqb2et txvbqb17u txvbqb196d txvbqb19cb txvbqb9j txvbqb16fa";
5
5
  //#endregion
6
6
  export { e as backdrop, s as closeButton, n as drawer, t as drawerContainer, g as emptyState, r as header, c as searchRow, u as section, p as sectionDescription, d as sectionHeader, h as sectionItem, m as sectionItems, f as sectionTitle, l as sections, o as subtitle, a as title, i as titleBlock };
7
7
 
@@ -1 +1 @@
1
- {"version":3,"file":"backofficeFilterDrawer.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const backdrop = style({\n position: 'fixed',\n inset: 0,\n backgroundColor: 'rgb(15 23 42 / 0.35)',\n zIndex: vars.zIndex.modal,\n});\n\nexport const drawerContainer = sprinkles({\n position: 'fixed',\n inset: 0,\n display: 'flex',\n justifyContent: 'flex-end',\n zIndex: 'modal',\n});\n\nexport const drawer = sprinkles({\n backgroundColor: 'surface',\n borderLeftColor: 'borderSubtle',\n borderLeftWidth: 'default',\n borderStyle: 'solid',\n boxShadow: 'xl',\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n height: 'full',\n maxWidth: '26rem',\n overflowY: 'auto',\n padding: 5,\n width: 'full',\n});\n\nexport const header = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n});\n\nexport const titleBlock = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n});\n\nexport const title = sprinkles({\n fontSize: 'xl',\n fontWeight: 'semibold',\n color: 'text',\n});\n\nexport const subtitle = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n});\n\nexport const closeButton = style({\n alignItems: 'center',\n backgroundColor: vars.colors.surfaceMuted,\n borderRadius: vars.borderRadius.full,\n borderStyle: 'none',\n borderWidth: 0,\n color: vars.colors.textSecondary,\n cursor: 'pointer',\n display: 'inline-flex',\n height: vars.height[8],\n justifyContent: 'center',\n transitionProperty: vars.transitionProperty.colors,\n transitionDuration: vars.transitionDuration[150],\n transitionTimingFunction: vars.transitionTimingFunction.ease,\n width: vars.width[8],\n selectors: {\n '&:hover': {\n backgroundColor: vars.colors.surfaceSecondary,\n color: vars.colors.text,\n },\n '&:focus-visible': {\n outline: `2px solid ${vars.colors.primary}`,\n outlineOffset: '2px',\n },\n },\n});\n\nexport const searchRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n flexWrap: 'wrap',\n gap: 2,\n});\n\nexport const sections = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n});\n\nexport const section = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n});\n\nexport const sectionHeader = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n});\n\nexport const sectionTitle = sprinkles({\n fontSize: 'xs',\n textTransform: 'uppercase',\n letterSpacing: 'caps',\n color: 'textMuted',\n fontWeight: 'semibold',\n});\n\nexport const sectionDescription = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n});\n\nexport const sectionItems = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n});\n\nexport const sectionItem = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n});\n\nexport const emptyState = sprinkles({\n padding: 4,\n borderRadius: 'md',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n backgroundColor: 'surfaceSecondary',\n color: 'textSecondary',\n fontSize: 'sm',\n textAlign: 'center',\n});\n"],"mappings":""}
1
+ {"version":3,"file":"backofficeFilterDrawer.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { ghostIconButton } from '../../../theme/styleRecipes.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const backdrop = style({\n position: 'fixed',\n inset: 0,\n backgroundColor: 'rgb(15 23 42 / 0.35)',\n zIndex: vars.zIndex.modal,\n});\n\nexport const drawerContainer = sprinkles({\n position: 'fixed',\n inset: 0,\n display: 'flex',\n justifyContent: 'flex-end',\n zIndex: 'modal',\n});\n\nexport const drawer = sprinkles({\n backgroundColor: 'surface',\n borderLeftColor: 'borderSubtle',\n borderLeftWidth: 'default',\n borderStyle: 'solid',\n boxShadow: 'xl',\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n height: 'full',\n maxWidth: '26rem',\n overflowY: 'auto',\n padding: 5,\n width: 'full',\n});\n\nexport const header = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n});\n\nexport const titleBlock = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n});\n\nexport const title = sprinkles({\n fontSize: 'xl',\n fontWeight: 'semibold',\n color: 'text',\n});\n\nexport const subtitle = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n});\n\nexport const closeButton = style([\n ghostIconButton,\n sprinkles({\n backgroundColor: 'surfaceMuted',\n borderRadius: 'full',\n height: 8,\n width: 8,\n }),\n stateSprinkles({\n backgroundColor: { hoverNotDisabled: 'surfaceSecondary' },\n }),\n]);\n\nexport const searchRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n flexWrap: 'wrap',\n gap: 2,\n});\n\nexport const sections = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n});\n\nexport const section = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n});\n\nexport const sectionHeader = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n});\n\nexport const sectionTitle = sprinkles({\n fontSize: 'xs',\n textTransform: 'uppercase',\n letterSpacing: 'caps',\n color: 'textMuted',\n fontWeight: 'semibold',\n});\n\nexport const sectionDescription = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n});\n\nexport const sectionItems = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n});\n\nexport const sectionItem = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n});\n\nexport const emptyState = sprinkles({\n padding: 4,\n borderRadius: 'md',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n backgroundColor: 'surfaceSecondary',\n color: 'textSecondary',\n fontSize: 'sm',\n textAlign: 'center',\n});\n"],"mappings":""}
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.ts
4
- var e = "_9aix0m0 txvbqb9ip txvbqbai7 txvbqbao7 txvbqblb7 txvbqb1rp txvbqb1cp txvbqb1qg txvbqbwp txvbqbv41", t = "_9aix0m1 txvbqb9ip txvbqbai7 txvbqbany", n = "_9aix0m2 txvbqb8p txvbqb66 txvbqbefg txvbqbva3 txvbqbamp", r = "_9aix0m3 txvbqb8y txvbqbva1", i = "_9aix0m4 txvbqb9ip txvbqbai7 txvbqbao7";
4
+ var e = "_9aix0m0 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqbuy6 txvbqb2gm txvbqb1uy txvbqb2et txvbqb17u txvbqb196b", t = "_9aix0m1 txvbqbdr8 txvbqbf6i txvbqbfet", n = "_9aix0m2 txvbqb96 txvbqb6a txvbqbkxf txvbqb19cd txvbqbfd0", r = "_9aix0m3 txvbqb9j txvbqb19cb", i = "_9aix0m4 txvbqbdr8 txvbqbf6i txvbqbff6";
5
5
  //#endregion
6
6
  export { i as control, r as description, e as field, t as header, n as label };
7
7
 
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.ts
4
- var e = "yyzbjt0 txvbqb9ip txvbqbai7 txvbqbao7 txvbqbu7g", t = "yyzbjt1 txvbqb9ip txvbqbajy txvbqbcp txvbqbc8 txvbqbdpp txvbqbaog txvbqbahy txvbqbai8", n = "yyzbjt2 txvbqb9ip txvbqbajy txvbqbcp txvbqbao7 txvbqbk5y txvbqb9my", r = "yyzbjt3 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy", i = "yyzbjt4 txvbqb9ip txvbqbcp txvbqbk5y txvbqbajy txvbqbao7 txvbqbp6g txvbqb4rp txvbqb1qg txvbqb2cy";
4
+ var e = "yyzbjt0 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqb17w0", t = "yyzbjt1 txvbqbdr8 txvbqbf91 txvbqbey txvbqbe9 txvbqbjus txvbqbffj txvbqbf65 txvbqbf6j", n = "yyzbjt2 txvbqbdr8 txvbqbf91 txvbqbey txvbqbff6 txvbqbt9i txvbqbdxd", r = "yyzbjt3 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91", i = "yyzbjt4 txvbqbdr8 txvbqbey txvbqbt9i txvbqbf91 txvbqbff6 txvbqb10jb txvbqb6sm txvbqb2et txvbqb3bb";
5
5
  //#endregion
6
6
  export { i as chipsRow, e as container, n as left, r as right, t as topRow };
7
7
 
@@ -7,12 +7,12 @@ var i = ({ title: i, description: a, children: o, className: s }) => {
7
7
  return /* @__PURE__ */ r("section", {
8
8
  className: e(t, s),
9
9
  children: [c && /* @__PURE__ */ r("div", {
10
- className: "m31wvj1 txvbqb9ip txvbqbai7 txvbqbany",
10
+ className: "m31wvj1 txvbqbdr8 txvbqbf6i txvbqbfet",
11
11
  children: [i != null && i.trim() !== "" && /* @__PURE__ */ n("h3", {
12
- className: "m31wvj2 txvbqb97 txvbqbamp txvbqbv9z txvbqbfcp",
12
+ className: "m31wvj2 txvbqb9w txvbqbfd0 txvbqb19c9 txvbqbm9g",
13
13
  children: i
14
14
  }), a != null && a.trim() !== "" && /* @__PURE__ */ n("p", {
15
- className: "m31wvj3 txvbqb8y txvbqbva1 txvbqbfcp",
15
+ className: "m31wvj3 txvbqb9j txvbqb19cb txvbqbm9g",
16
16
  children: a
17
17
  })]
18
18
  }), o]
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.ts
4
- var e = "m31wvj0 txvbqb9ip txvbqbai7 txvbqbaog txvbqblbg txvbqb1rp txvbqb1cp txvbqb1qg txvbqbwp txvbqbv41", t = "m31wvj1 txvbqb9ip txvbqbai7 txvbqbany", n = "m31wvj2 txvbqb97 txvbqbamp txvbqbv9z txvbqbfcp", r = "m31wvj3 txvbqb8y txvbqbva1 txvbqbfcp";
4
+ var e = "m31wvj0 txvbqbdr8 txvbqbf6i txvbqbffj txvbqbuyj txvbqb2gm txvbqb1uy txvbqb2et txvbqb17u txvbqb196b", t = "m31wvj1 txvbqbdr8 txvbqbf6i txvbqbfet", n = "m31wvj2 txvbqb9w txvbqbfd0 txvbqb19c9 txvbqbm9g", r = "m31wvj3 txvbqb9j txvbqb19cb txvbqbm9g";
5
5
  //#endregion
6
6
  export { e as container, r as description, t as header, n as title };
7
7
 
@@ -17,7 +17,7 @@ var s = ({ className: s, endLabel: c, hasNextPage: l, isLoading: u, loadedLabel:
17
17
  "aria-live": "polite",
18
18
  "aria-atomic": "true",
19
19
  children: g && /* @__PURE__ */ a("span", {
20
- className: "_10bqk743 txvbqb8y txvbqbva1 txvbqbl7g txvbqbt7g txvbqbuxg",
20
+ className: "_10bqk743 txvbqb9j txvbqb19cb txvbqbusr txvbqb16g0 txvbqb18xk",
21
21
  children: d
22
22
  })
23
23
  }), /* @__PURE__ */ o("div", {
@@ -25,7 +25,7 @@ var s = ({ className: s, endLabel: c, hasNextPage: l, isLoading: u, loadedLabel:
25
25
  "aria-live": "polite",
26
26
  "aria-atomic": "true",
27
27
  children: [u && /* @__PURE__ */ a(t, { size: 16 }), _ && /* @__PURE__ */ a("span", {
28
- className: "_10bqk744 txvbqb8y txvbqbva3",
28
+ className: "_10bqk744 txvbqb9j txvbqb19cd",
29
29
  children: h
30
30
  })]
31
31
  })]
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.ts
4
- var e = "_10bqk740 txvbqbnw7 txvbqbojg txvbqbp6g txvbqbly7 txvbqb9ip txvbqbcp txvbqbdpp txvbqbaog txvbqbjk7 txvbqb12g txvbqb4rp txvbqb1qg txvbqb2cy txvbqbv41", t = "_10bqk741 txvbqb9jg txvbqbcp txvbqbao7 txvbqbk5y", n = "_10bqk742 txvbqb9jg txvbqbcp txvbqbdp7 txvbqbao7 txvbqbaj7 txvbqbk5y", r = "_10bqk743 txvbqb8y txvbqbva1 txvbqbl7g txvbqbt7g txvbqbuxg", i = "_10bqk744 txvbqb8y txvbqbva3";
4
+ var e = "_10bqk740 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqbse3 txvbqb1g5 txvbqb6sm txvbqb2et txvbqb3bb txvbqb196b", t = "_10bqk741 txvbqbdsb txvbqbey txvbqbff6 txvbqbt9i", n = "_10bqk742 txvbqbdsb txvbqbey txvbqbju2 txvbqbff6 txvbqbf7y txvbqbt9i", r = "_10bqk743 txvbqb9j txvbqb19cb txvbqbusr txvbqb16g0 txvbqb18xk", i = "_10bqk744 txvbqb9j txvbqb19cd";
5
5
  //#endregion
6
6
  export { e as container, t as loaded, i as meta, n as progress, r as status };
7
7
 
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.ts
4
- var e = "_13lprza0 txvbqbl77 txvbqbuy7";
4
+ var e = "_13lprza0 txvbqbuse txvbqb18yn";
5
5
  //#endregion
6
6
  export { e as fallback };
7
7
 
@@ -12,7 +12,7 @@ var i = t(async () => import("./BackofficeJsonViewerAsync.js")), a = (e, t = "Fa
12
12
  }, o = { buildFallbackText: a }, s = ({ value: e, className: t }) => {
13
13
  let { t: i } = r("ui", { useSuspense: !1 });
14
14
  return /* @__PURE__ */ n("pre", {
15
- className: t ?? "_13lprza0 txvbqbl77 txvbqbuy7",
15
+ className: t ?? "_13lprza0 txvbqbuse txvbqb18yn",
16
16
  children: a(e, i("backoffice.jsonViewer.serializationError"))
17
17
  });
18
18
  }, c = (t) => /* @__PURE__ */ n(e, {
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.ts
4
- var e = "_1d30zcn0 txvbqb9ip txvbqbai7 txvbqbao7 txvbqbu7g", t = "_1d30zcn1 txvbqb9ip txvbqbcp txvbqbdpp txvbqbaog", n = "_1d30zcn2 txvbqb8y txvbqbamg txvbqbva1", r = "_1d30zcn3 txvbqb9jg txvbqbcp txvbqbao7", i = "_1d30zcn4 txvbqbfcp txvbqblbg txvbqb1cp txvbqb1qg txvbqbwg txvbqb1rp txvbqbv9z txvbqbal7 txvbqb8p txvbqbf5p txvbqbl77 txvbqbity txvbqbuxy", a = "_1d30zcn5 txvbqbiry";
4
+ var e = "_1d30zcn0 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqb17w0", t = "_1d30zcn1 txvbqbdr8 txvbqbey txvbqbjus txvbqbffj", n = "_1d30zcn2 txvbqb9j txvbqbfcn txvbqb19cb", r = "_1d30zcn3 txvbqbdsb txvbqbey txvbqbff6", i = "_1d30zcn4 txvbqbm9g txvbqbuyj txvbqb1uy txvbqb2et txvbqb17h txvbqb2gm txvbqb19c9 txvbqbfau txvbqb96 txvbqblzc txvbqbuse txvbqbrad txvbqb18ya", a = "_1d30zcn5 txvbqbr7h";
5
5
  //#endregion
6
6
  export { r as actions, e as container, t as header, i as pre, n as title, a as truncated };
7
7
 
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.ts
4
- var e = "tx0dqq0 txvbqb9iy txvbqbao7", t = "tx0dqq1 txvbqbnw7 txvbqbojg txvbqbp6g txvbqbly7 txvbqb9iy txvbqbbxy txvbqbbti txvbqbao7 txvbqbcp txvbqb1rp txvbqbv45", n = "tx0dqq2 txvbqb1cp txvbqb1qg txvbqbwp", r = "tx0dqq3 txvbqbva3 txvbqb66 txvbqbefg txvbqbamp txvbqbk5y txvbqbl87", i = "tx0dqq4 txvbqb8p", a = "tx0dqq5 txvbqb97 txvbqbv9z txvbqbfcp txvbqbk5y txvbqbl87";
4
+ var e = "tx0dqq0 txvbqbdrl txvbqbff6", t = "tx0dqq1 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdrl txvbqbhap txvbqbh2t txvbqbff6 txvbqbey txvbqb2gm txvbqb196f", n = "tx0dqq2 txvbqb1uy txvbqb2et txvbqb17u", r = "tx0dqq3 txvbqb19cd txvbqb6a txvbqbkxf txvbqbfd0 txvbqbt9i txvbqbutu", i = "tx0dqq4 txvbqb96", a = "tx0dqq5 txvbqb9w txvbqb19c9 txvbqbm9g txvbqbt9i txvbqbutu";
5
5
  //#endregion
6
6
  export { t as item, n as itemSurface, r as label, i as labelSize, e as list, a as value };
7
7
 
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.ts
4
- var e = "_1pc2pbg0 txvbqbnwg txvbqbojp txvbqbp6p txvbqblyg txvbqb9ip txvbqbcp txvbqbdpp txvbqbaog txvbqb12g txvbqb4rp txvbqb1qg txvbqb2cy txvbqbv0x", t = "_1pc2pbg1 txvbqb9jg txvbqbcp txvbqbao7 txvbqbk5y", n = "_1pc2pbg2 txvbqb8y txvbqbva1 txvbqbl7g txvbqbt7g txvbqbuxg", r = "_1pc2pbg4 _1pc2pbg3 txvbqbnw7 txvbqbojg txvbqbpry txvbqbmjp txvbqbcp txvbqbv41 txvbqbwg txvbqb1rg txvbqb1qg txvbqb1cp txvbqbv9z txvbqbv txvbqb9jg txvbqb8y txvbqbamp txvbqbdoy";
4
+ var e = "_1pc2pbg0 txvbqbyov txvbqbzmg txvbqb10jo txvbqbvvr txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqb1g5 txvbqb6sm txvbqb2et txvbqb3bb txvbqb1937", t = "_1pc2pbg1 txvbqbdsb txvbqbey txvbqbff6 txvbqbt9i", n = "_1pc2pbg3 qbwcueq txvbqbt9i txvbqbusr txvbqb16g0 txvbqb18xk _1pc2pbg2 txvbqb9j txvbqb19cb", r = "_1pc2pbg5 qbwcued qbwcueb txvbqb1uy txvbqb2et txvbqb17u txvbqb2g9 txvbqb196b txvbqb19c9 txvbqbv txvbqb7g txvbqb76 txvbqb7t qbwcuec txvbqb1aey txvbqb1ayi txvbqb1bsa txvbqb1b7e qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws _1pc2pbg4 txvbqbyoi txvbqbzm3 txvbqb11ed txvbqbwqg txvbqbey txvbqbdsb txvbqb9j txvbqbfd0 txvbqbjtp";
5
5
  //#endregion
6
6
  export { r as button, e as container, t as left, n as meta };
7
7
 
@@ -1 +1 @@
1
- {"version":3,"file":"backofficeLoadMore.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const container = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n paddingY: 3,\n paddingX: 4,\n borderWidth: 0,\n borderTopWidth: 'default',\n borderStyle: 'solid',\n borderTopColor: 'borderLight',\n backgroundColor: 'white',\n});\n\nexport const left = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n});\n\nexport const meta = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n});\n\nexport const button = style([\n sprinkles({\n alignItems: 'center',\n backgroundColor: 'surface',\n borderColor: 'border',\n borderRadius: 'md',\n borderStyle: 'solid',\n borderWidth: 'default',\n color: 'text',\n cursor: 'pointer',\n display: 'inline-flex',\n fontSize: 'sm',\n fontWeight: 'semibold',\n justifyContent: 'center',\n paddingX: 3,\n paddingY: 1.5,\n }),\n {\n selectors: {\n '&:focus-visible': {\n outline: `2px solid ${vars.colors.primary}`,\n outlineOffset: '2px',\n },\n },\n },\n]);\n"],"mappings":""}
1
+ {"version":3,"file":"backofficeLoadMore.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport {\n interactiveControlSurface,\n truncate,\n} from '../../../theme/styleRecipes.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n paddingY: 3,\n paddingX: 4,\n borderWidth: 0,\n borderTopWidth: 'default',\n borderStyle: 'solid',\n borderTopColor: 'borderLight',\n backgroundColor: 'white',\n});\n\nexport const left = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n});\n\nexport const meta = style([\n truncate,\n sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n }),\n]);\n\nexport const button = style([\n interactiveControlSurface,\n sprinkles({\n alignItems: 'center',\n display: 'inline-flex',\n fontSize: 'sm',\n fontWeight: 'semibold',\n justifyContent: 'center',\n paddingX: 3,\n paddingY: 1.5,\n }),\n]);\n"],"mappings":""}
@@ -9,7 +9,7 @@ var c = ({ title: c, subtitle: l, actions: u, meta: d, leftActions: f, className
9
9
  children: [/* @__PURE__ */ s("div", {
10
10
  className: n,
11
11
  children: [f != null && /* @__PURE__ */ o("div", {
12
- className: "_1puq2a83 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy txvbqbaj7",
12
+ className: "_1puq2a83 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbf7y",
13
13
  children: f
14
14
  }), /* @__PURE__ */ s("div", {
15
15
  className: a,
@@ -17,16 +17,16 @@ var c = ({ title: c, subtitle: l, actions: u, meta: d, leftActions: f, className
17
17
  className: i,
18
18
  children: c
19
19
  }), d != null && /* @__PURE__ */ o("div", {
20
- className: "_1puq2a87 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy",
20
+ className: "_1puq2a87 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91",
21
21
  children: d
22
22
  })]
23
23
  })]
24
24
  }), l != null && (typeof l != "string" || l.trim() !== "") && /* @__PURE__ */ o("p", {
25
- className: "_1puq2a86 txvbqbfcp txvbqb97 txvbqbva1",
25
+ className: "_1puq2a86 txvbqbm9g txvbqb9w txvbqb19cb",
26
26
  children: l
27
27
  })]
28
28
  }), u != null && /* @__PURE__ */ o("div", {
29
- className: "_1puq2a88 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy",
29
+ className: "_1puq2a88 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91",
30
30
  children: u
31
31
  })]
32
32
  });
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.ts
4
- var e = "_1puq2a80 txvbqb9ip txvbqbcg txvbqbdpp txvbqbaop txvbqbajy", t = "_1puq2a81 txvbqb9ip txvbqbai7 txvbqbao7 txvbqbk5y txvbqb9my", n = "_1puq2a82 txvbqb9ip txvbqbcp txvbqbaog txvbqbajy txvbqbk5y", r = "_1puq2a83 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy txvbqbaj7", i = "_1puq2a84 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy txvbqbk5y", a = "_1puq2a85 txvbqb9y txvbqbamp txvbqbv9z txvbqbfcp", o = "_1puq2a86 txvbqbfcp txvbqb97 txvbqbva1", s = "_1puq2a87 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy", c = "_1puq2a88 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy";
4
+ var e = "_1puq2a80 txvbqbdr8 txvbqbel txvbqbjus txvbqbffw txvbqbf91", t = "_1puq2a81 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqbt9i txvbqbdxd", n = "_1puq2a82 txvbqbdr8 txvbqbey txvbqbffj txvbqbf91 txvbqbt9i", r = "_1puq2a83 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbf7y", i = "_1puq2a84 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbt9i", a = "_1puq2a85 txvbqbaz txvbqbfd0 txvbqb19c9 txvbqbm9g", o = "_1puq2a86 txvbqbm9g txvbqb9w txvbqb19cb", s = "_1puq2a87 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91", c = "_1puq2a88 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91";
5
5
  //#endregion
6
6
  export { c as actions, e as container, n as headerRow, t as left, r as leftActions, s as metaRow, o as subtitle, a as title, i as titleRow };
7
7
 
@@ -54,7 +54,7 @@ var m = ({ label: m, items: h }) => {
54
54
  className: e(i, { [a]: v })
55
55
  })]
56
56
  }), v && /* @__PURE__ */ u("nav", {
57
- className: "_16f61fj3 txvbqbpt7 txvbqbpug txvbqbtig txvbqbhy7 txvbqbkdy txvbqbv41 txvbqb1cp txvbqb1qg txvbqbwp txvbqb1rp txvbqb8py txvbqblay txvbqb9ip txvbqbai7 txvbqbany txvbqbuvy",
57
+ className: "_16f61fj3 txvbqb11jf txvbqb11l8 txvbqb16vw txvbqbq0i txvbqbtl2 txvbqb196b txvbqb1uy txvbqb2et txvbqb17u txvbqb2gm txvbqbcjw txvbqbuxt txvbqbdr8 txvbqbf6i txvbqbfet txvbqb18ve",
58
58
  id: C,
59
59
  "aria-label": _,
60
60
  children: h.map((e, t) => {
@@ -64,15 +64,15 @@ var m = ({ label: m, items: h }) => {
64
64
  return t === 0 && (r = S), /* @__PURE__ */ d(p, {
65
65
  ref: r,
66
66
  to: e.href,
67
- className: "_16f61fj6 _16f61fj4 txvbqbnw7 txvbqbojg txvbqbp6g txvbqbly7 txvbqb9ip txvbqbcp txvbqbdpp txvbqbao7 txvbqb1rg txvbqbv9z txvbqb3b txvbqb8y txvbqbl4g _16f61fj5 txvbqbw3y",
67
+ className: "_16f61fj6 _16f61fj4 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdr8 txvbqbey txvbqbjus txvbqbff6 txvbqb2g9 txvbqb19c9 txvbqb3f txvbqb9j txvbqbunc _16f61fj5 txvbqb1aep",
68
68
  onClick: (t) => {
69
69
  y(!1), (e.onClick?.(t))?.catch(() => {});
70
70
  },
71
71
  children: [/* @__PURE__ */ u("span", {
72
- className: "_16f61fj7 txvbqb9ip txvbqbcp txvbqbao7 txvbqbk5y txvbqbl87",
72
+ className: "_16f61fj7 txvbqbdr8 txvbqbey txvbqbff6 txvbqbt9i txvbqbutu",
73
73
  children: e.label
74
74
  }), n != null && /* @__PURE__ */ u("span", {
75
- className: "_16f61fj8 txvbqb8p txvbqbva3 txvbqbaj7",
75
+ className: "_16f61fj8 txvbqb96 txvbqb19cd txvbqbf7y",
76
76
  children: n
77
77
  })]
78
78
  }, e.id);
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.ts
4
- var e = "_16f61fj0 txvbqbptg txvbqb9jg", t = "_16f61fj1 txvbqb7g txvbqb6x txvbqb7k", n = "_16f61fj2 txvbqb2w", r = "_16f61fj3 txvbqbpt7 txvbqbpug txvbqbtig txvbqbhy7 txvbqbkdy txvbqbv41 txvbqb1cp txvbqb1qg txvbqbwp txvbqb1rp txvbqb8py txvbqblay txvbqb9ip txvbqbai7 txvbqbany txvbqbuvy", i = "_16f61fj6 _16f61fj4 txvbqbnw7 txvbqbojg txvbqbp6g txvbqbly7 txvbqb9ip txvbqbcp txvbqbdpp txvbqbao7 txvbqb1rg txvbqbv9z txvbqb3b txvbqb8y txvbqbl4g _16f61fj5 txvbqbw3y", a = "_16f61fj7 txvbqb9ip txvbqbcp txvbqbao7 txvbqbk5y txvbqbl87", o = "_16f61fj8 txvbqb8p txvbqbva3 txvbqbaj7";
4
+ var e = "_16f61fj0 txvbqb11js txvbqbdsb", t = "_16f61fj1 txvbqb7p txvbqb76 txvbqb7t", n = "_16f61fj2 txvbqb30", r = "_16f61fj3 txvbqb11jf txvbqb11l8 txvbqb16vw txvbqbq0i txvbqbtl2 txvbqb196b txvbqb1uy txvbqb2et txvbqb17u txvbqb2gm txvbqbcjw txvbqbuxt txvbqbdr8 txvbqbf6i txvbqbfet txvbqb18ve", i = "_16f61fj6 _16f61fj4 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdr8 txvbqbey txvbqbjus txvbqbff6 txvbqb2g9 txvbqb19c9 txvbqb3f txvbqb9j txvbqbunc _16f61fj5 txvbqb1aep", a = "_16f61fj7 txvbqbdr8 txvbqbey txvbqbff6 txvbqbt9i txvbqbutu", o = "_16f61fj8 txvbqb96 txvbqb19cd txvbqbf7y";
5
5
  //#endregion
6
6
  export { e as container, o as count, a as itemLabel, r as menu, i as menuItem, t as triggerIcon, n as triggerIconOpen };
7
7
 
@@ -1 +1 @@
1
- {"version":3,"file":"backofficeRelationsMenu.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const container = sprinkles({\n position: 'relative',\n display: 'inline-flex',\n});\n\nexport const triggerIcon = sprinkles({\n transitionProperty: 'transform',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n});\n\nexport const triggerIconOpen = sprinkles({\n rotate: 180,\n});\n\nexport const menu = sprinkles({\n position: 'absolute',\n right: 0,\n top: 'full',\n marginTop: 2,\n minWidth: 64,\n backgroundColor: 'surface',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n borderRadius: 'lg',\n boxShadow: 'md',\n padding: 2,\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n zIndex: 20,\n});\n\nexport const menuItem = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 2,\n paddingY: 2,\n paddingX: 3,\n borderRadius: 'md',\n color: 'text',\n textDecoration: 'none',\n fontSize: 'sm',\n outline: 'none',\n }),\n stateSprinkles({\n backgroundColor: {\n hover: 'surfaceSecondary',\n },\n }),\n {\n selectors: {\n '&:focus-visible': {\n backgroundColor: vars.colors.surfaceSecondary,\n outline: `2px solid ${vars.colors.primary}`,\n outlineOffset: '2px',\n },\n },\n },\n]);\n\nexport const itemLabel = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n overflowWrap: 'anywhere',\n});\n\nexport const count = sprinkles({\n fontSize: 'xs',\n color: 'textMuted',\n flexShrink: 0,\n});\n"],"mappings":""}
1
+ {"version":3,"file":"backofficeRelationsMenu.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const container = sprinkles({\n position: 'relative',\n display: 'inline-flex',\n});\n\nexport const triggerIcon = sprinkles({\n transitionProperty: 'transform',\n transitionDuration: 150,\n transitionTimingFunction: 'ease',\n});\n\nexport const triggerIconOpen = sprinkles({\n rotate: 180,\n});\n\nexport const menu = sprinkles({\n position: 'absolute',\n right: 0,\n top: 'full',\n marginTop: 2,\n minWidth: 64,\n backgroundColor: 'surface',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n borderRadius: 'lg',\n boxShadow: 'md',\n padding: 2,\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n zIndex: 20,\n});\n\nexport const menuItem = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 2,\n paddingY: 2,\n paddingX: 3,\n borderRadius: 'md',\n color: 'text',\n textDecoration: 'none',\n fontSize: 'sm',\n outline: 'none',\n }),\n stateSprinkles({\n backgroundColor: {\n hover: 'surfaceSecondary',\n },\n }),\n {\n selectors: {\n '&:focus-visible': {\n backgroundColor: vars.colors.surfaceSecondary,\n outline: `2px solid ${vars.colors.primary}`,\n outlineOffset: '2px',\n },\n },\n },\n]);\n\nexport const itemLabel = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n overflowWrap: 'anywhere',\n});\n\nexport const count = sprinkles({\n fontSize: 'xs',\n color: 'textMuted',\n flexShrink: 0,\n});\n"],"mappings":""}
@@ -1,10 +1,10 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.ts
4
- var e = "_597for0 txvbqb9ip txvbqbai7 txvbqbl7g", t = {
5
- framed: "_597for1 txvbqb1rp txvbqb1cp txvbqb1qg txvbqbwp",
6
- embedded: "_597for2 txvbqb1rg txvbqb12g txvbqb1py txvbqbf7"
7
- }, n = "_597for3 txvbqb9iy txvbqbbzg txvbqbao7 txvbqblb7 txvbqbv43 txvbqb12g txvbqb1qg txvbqb62p txvbqb3ny", r = "_597for4 txvbqb9ip txvbqbcp", i = "_597for5 txvbqb9ip txvbqbai7 txvbqbao7 txvbqblb7", a = "_597for6 txvbqb9iy txvbqbbzg txvbqbao7", o = "_597for7 txvbqb9ip txvbqbcp";
4
+ var e = "_597for0 txvbqbdr8 txvbqbf6i txvbqbusr", t = {
5
+ framed: "_597for1 txvbqb2gm txvbqb1uy txvbqb2et txvbqb17u",
6
+ embedded: "_597for2 txvbqb2g9 txvbqb1g5 txvbqb2e3 txvbqbik"
7
+ }, n = "_597for3 txvbqbdrl txvbqbhcv txvbqbff6 txvbqbuy6 txvbqb196d txvbqb1g5 txvbqb2et txvbqb8oi txvbqb577", r = "_597for4 txvbqbdr8 txvbqbey", i = "_597for5 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqbuy6", a = "_597for6 txvbqbdrl txvbqbhcv txvbqbff6", o = "_597for7 txvbqbdr8 txvbqbey";
8
8
  //#endregion
9
9
  export { i as body, o as cell, e as container, t as containerVariant, n as header, r as headerCell, a as row };
10
10
 
@@ -9,28 +9,28 @@ var a = ({ allFiltersSlot: a, searchSlot: o, promotedFiltersSlot: s, filtersSlot
9
9
  return !_ && !v ? null : /* @__PURE__ */ i("div", {
10
10
  className: e(t, m),
11
11
  children: [_ && /* @__PURE__ */ i("div", {
12
- className: "p4hwvs2 p4hwvs1 txvbqb9iy txvbqbaog txvbqbcg",
12
+ className: "p4hwvs2 p4hwvs1 txvbqbdrl txvbqbffj txvbqbel",
13
13
  children: [/* @__PURE__ */ i("div", {
14
- className: "p4hwvs4 p4hwvs3 txvbqb9iy txvbqbcg txvbqbao7 txvbqbk5y",
14
+ className: "p4hwvs4 p4hwvs3 txvbqbdrl txvbqbel txvbqbff6 txvbqbt9i",
15
15
  children: [o != null && /* @__PURE__ */ r("div", {
16
- className: "p4hwvs6 p4hwvs5 txvbqbk5y",
16
+ className: "p4hwvs6 p4hwvs5 txvbqbt9i",
17
17
  children: o
18
18
  }), h != null && /* @__PURE__ */ r("div", {
19
- className: "p4hwvs8 p4hwvs7 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy txvbqbk5y txvbqbaj7",
19
+ className: "p4hwvs8 p4hwvs7 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbt9i txvbqbf7y",
20
20
  children: h
21
21
  })]
22
22
  }), (l != null || u != null || g != null) && /* @__PURE__ */ i("div", {
23
- className: "p4hwvsa p4hwvs9 txvbqb9iy txvbqbcg txvbqbao7 txvbqbdp7",
23
+ className: "p4hwvsa p4hwvs9 txvbqbdrl txvbqbel txvbqbff6 txvbqbju2",
24
24
  children: [l != null && /* @__PURE__ */ r("div", {
25
- className: "p4hwvsc p4hwvsb txvbqbkhp",
25
+ className: "p4hwvsc p4hwvsb txvbqbtqh",
26
26
  children: l
27
27
  }), (u != null || g != null) && /* @__PURE__ */ i("div", {
28
- className: "p4hwvse p4hwvsd txvbqb9ip txvbqbcp txvbqbdp7 txvbqbao7 txvbqbajy",
28
+ className: "p4hwvse p4hwvsd txvbqbdr8 txvbqbey txvbqbju2 txvbqbff6 txvbqbf91",
29
29
  children: [u, g]
30
30
  })]
31
31
  })]
32
32
  }), v && /* @__PURE__ */ r("div", {
33
- className: "p4hwvsf txvbqb9ip txvbqbcp txvbqbajy txvbqbao7 txvbqbp6g txvbqb4sg txvbqb1qg txvbqb2cg",
33
+ className: "p4hwvsf txvbqbdr8 txvbqbey txvbqbf91 txvbqbff6 txvbqb10jb txvbqb6tp txvbqb2et txvbqb3al",
34
34
  children: p
35
35
  })]
36
36
  });
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.ts
4
- var e = "p4hwvs0 txvbqb9ip txvbqbai7 txvbqbao7 txvbqbu7g", t = "p4hwvs2 p4hwvs1 txvbqb9iy txvbqbaog txvbqbcg", n = "p4hwvs4 p4hwvs3 txvbqb9iy txvbqbcg txvbqbao7 txvbqbk5y", r = "p4hwvs6 p4hwvs5 txvbqbk5y", i = "p4hwvs8 p4hwvs7 txvbqb9ip txvbqbcp txvbqbao7 txvbqbajy txvbqbk5y txvbqbaj7", a = "p4hwvsa p4hwvs9 txvbqb9iy txvbqbcg txvbqbao7 txvbqbdp7", o = "p4hwvsc p4hwvsb txvbqbkhp", s = "p4hwvse p4hwvsd txvbqb9ip txvbqbcp txvbqbdp7 txvbqbao7 txvbqbajy", c = "p4hwvsf txvbqb9ip txvbqbcp txvbqbajy txvbqbao7 txvbqbp6g txvbqb4sg txvbqb1qg txvbqb2cg";
4
+ var e = "p4hwvs0 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqb17w0", t = "p4hwvs2 p4hwvs1 txvbqbdrl txvbqbffj txvbqbel", n = "p4hwvs4 p4hwvs3 txvbqbdrl txvbqbel txvbqbff6 txvbqbt9i", r = "p4hwvs6 p4hwvs5 txvbqbt9i", i = "p4hwvs8 p4hwvs7 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbt9i txvbqbf7y", a = "p4hwvsa p4hwvs9 txvbqbdrl txvbqbel txvbqbff6 txvbqbju2", o = "p4hwvsc p4hwvsb txvbqbtqh", s = "p4hwvse p4hwvsd txvbqbdr8 txvbqbey txvbqbju2 txvbqbff6 txvbqbf91", c = "p4hwvsf txvbqbdr8 txvbqbey txvbqbf91 txvbqbff6 txvbqb10jb txvbqb6tp txvbqb2et txvbqb3al";
5
5
  //#endregion
6
6
  export { s as actionGroup, c as chipsRow, e as container, i as filtersGroup, n as left, a as right, r as searchSlot, o as sortSlot, t as topRow };
7
7
 
@@ -1 +1 @@
1
- {"version":3,"file":"backofficeTableToolbar.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\n\nconst MOBILE_MEDIA_QUERY = 'screen and (max-width: 767px)';\nconst COMPACT_MEDIA_QUERY = 'screen and (max-width: 1199px)';\n\nexport const container = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n width: 'full',\n});\n\nexport const topRow = style([\n sprinkles({\n display: 'grid',\n gap: 3,\n alignItems: 'flex-start',\n }),\n {\n gridTemplateColumns: 'minmax(0, 1fr) auto',\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n },\n },\n },\n]);\n\nexport const left = style([\n sprinkles({\n display: 'grid',\n alignItems: 'flex-start',\n gap: 2,\n minWidth: 0,\n }),\n {\n gridTemplateColumns: 'minmax(260px, 1fr) auto',\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n width: '100%',\n },\n },\n },\n]);\n\nexport const searchSlot = style([\n sprinkles({\n minWidth: 0,\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n width: '100%',\n },\n },\n },\n]);\n\nexport const filtersGroup = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n flexWrap: 'wrap',\n minWidth: 0,\n flexShrink: 0,\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n flexDirection: 'column',\n width: '100%',\n },\n },\n },\n]);\n\nexport const right = style([\n sprinkles({\n display: 'grid',\n alignItems: 'flex-start',\n gap: 2,\n justifyContent: 'flex-end',\n }),\n {\n gridTemplateColumns: 'auto auto',\n },\n {\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n justifyContent: 'stretch',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n width: '100%',\n },\n },\n },\n]);\n\nexport const sortSlot = style([\n sprinkles({\n minWidth: 'full',\n }),\n {\n '@media': {\n 'screen and (min-width: 768px)': {\n minWidth: '140px',\n },\n [MOBILE_MEDIA_QUERY]: {\n width: '100%',\n },\n },\n },\n]);\n\nexport const actionGroup = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'flex-end',\n gap: 2,\n flexWrap: 'wrap',\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n flexDirection: 'column',\n width: '100%',\n },\n },\n },\n]);\n\nexport const chipsRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n flexWrap: 'wrap',\n gap: 2,\n paddingTop: 2,\n borderTopWidth: 'px',\n borderStyle: 'solid',\n borderTopColor: 'borderSubtle',\n});\n"],"mappings":""}
1
+ {"version":3,"file":"backofficeTableToolbar.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\n\nconst MOBILE_MEDIA_QUERY = 'screen and (max-width: 767px)';\nconst COMPACT_MEDIA_QUERY = 'screen and (max-width: 1199px)';\n\nexport const container = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n width: 'full',\n});\n\nexport const topRow = style([\n sprinkles({\n display: 'grid',\n gap: 3,\n alignItems: 'flex-start',\n }),\n {\n gridTemplateColumns: 'minmax(0, 1fr) auto',\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n },\n },\n },\n]);\n\nexport const left = style([\n sprinkles({\n display: 'grid',\n alignItems: 'flex-start',\n gap: 2,\n minWidth: 0,\n }),\n {\n gridTemplateColumns: 'minmax(260px, 1fr) auto',\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n width: '100%',\n },\n },\n },\n]);\n\nexport const searchSlot = style([\n sprinkles({\n minWidth: 0,\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n width: '100%',\n },\n },\n },\n]);\n\nexport const filtersGroup = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n flexWrap: 'wrap',\n minWidth: 0,\n flexShrink: 0,\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n flexDirection: 'column',\n width: '100%',\n },\n },\n },\n]);\n\nexport const right = style([\n sprinkles({\n display: 'grid',\n alignItems: 'flex-start',\n gap: 2,\n justifyContent: 'flex-end',\n }),\n {\n gridTemplateColumns: 'auto auto',\n },\n {\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n justifyContent: 'stretch',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n width: '100%',\n },\n },\n },\n]);\n\nexport const sortSlot = style([\n sprinkles({\n minWidth: 'full',\n }),\n {\n '@media': {\n 'screen and (min-width: 768px)': {\n minWidth: '140px',\n },\n [MOBILE_MEDIA_QUERY]: {\n width: '100%',\n },\n },\n },\n]);\n\nexport const actionGroup = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'flex-end',\n gap: 2,\n flexWrap: 'wrap',\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n flexDirection: 'column',\n width: '100%',\n },\n },\n },\n]);\n\nexport const chipsRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n flexWrap: 'wrap',\n gap: 2,\n paddingTop: 2,\n borderTopWidth: 'px',\n borderStyle: 'solid',\n borderTopColor: 'borderSubtle',\n});\n"],"mappings":""}
@@ -1,16 +1,16 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/backoffice_tabs/backofficeTabs.css.ts
4
- var e = "_4p4jiq0 txvbqb9jg txvbqbajp txvbqbany txvbqbjep txvbqbl9g", t = {
5
- pill: "_4p4jiq1 txvbqblap txvbqb1t7 txvbqbv45 txvbqb1cp txvbqb1qg txvbqbwp",
6
- underline: "_4p4jiq2 txvbqbnvg txvbqboip txvbqbp5y txvbqblxp txvbqbaog txvbqb12g txvbqb1py txvbqbv0t"
4
+ var e = "_4p4jiq0 txvbqbdsb txvbqbf8o txvbqbfet txvbqbs65 txvbqbuvn", t = {
5
+ pill: "_4p4jiq1 txvbqbuxg txvbqb2is txvbqb196f txvbqb1uy txvbqb2et txvbqb17u",
6
+ underline: "_4p4jiq2 txvbqbynf txvbqbzl0 txvbqb10il txvbqbvuo txvbqbffj txvbqb1g5 txvbqb2e3 txvbqb1933"
7
7
  }, n = {
8
- pill: "_4p4jiq4 txvbqbnw7 txvbqbojg txvbqbpry txvbqbmjp txvbqb1t7 txvbqb8y txvbqbf7",
9
- underline: "_4p4jiq5 txvbqbnvg txvbqboip txvbqbp6g txvbqbly7 txvbqb1qp txvbqb12g txvbqb62p txvbqbf7 txvbqb8y"
8
+ pill: "_4p4jiq4 txvbqbyoi txvbqbzm3 txvbqb11ed txvbqbwqg txvbqb2is txvbqb9j txvbqbik",
9
+ underline: "_4p4jiq5 txvbqbynf txvbqbzl0 txvbqb10jb txvbqbvve txvbqb2f6 txvbqb1g5 txvbqb8oi txvbqbik txvbqb9j"
10
10
  }, r = {
11
- pill: "_4p4jiq6 txvbqbv41 txvbqbwp txvbqbv9z txvbqb8pg",
12
- underline: "_4p4jiq7 txvbqbv9z txvbqb3jp"
13
- }, i = "_4p4jiq9 _4p4jiq3 txvbqb9jg txvbqbaj7 txvbqbcp txvbqb1cp txvbqb1qg txvbqbv0t txvbqbva1 txvbqbv txvbqbamg _4p4jiq8 txvbqbwm4 txvbqbw3v";
11
+ pill: "_4p4jiq6 txvbqb196b txvbqb17u txvbqb19c9 txvbqbcj6",
12
+ underline: "_4p4jiq7 txvbqb19c9 txvbqb512"
13
+ }, i = "_4p4jiq9 _4p4jiq3 txvbqbdsb txvbqbf7y txvbqbey txvbqb1uy txvbqb2et txvbqb1933 txvbqb19cb txvbqbv txvbqbfcn _4p4jiq8 txvbqb1bs9 txvbqb1aeh";
14
14
  //#endregion
15
15
  export { r as activeVariant, i as tab, n as tabVariant, e as tabs, t as tabsVariant };
16
16
 
@@ -1 +1 @@
1
- {"version":3,"file":"backofficeTabs.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_tabs/backofficeTabs.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const tabs = sprinkles({\n display: 'inline-flex',\n flexWrap: 'nowrap',\n gap: 1,\n maxWidth: 'full',\n overflowX: 'auto',\n});\n\nexport const tabsVariant = {\n pill: sprinkles({\n padding: 1,\n borderRadius: 'full',\n backgroundColor: 'surfaceMuted',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n }),\n underline: sprinkles({\n gap: 3,\n paddingX: 0,\n paddingY: 0,\n borderWidth: 0,\n borderStyle: 'none',\n backgroundColor: 'transparent',\n }),\n};\n\nconst tabBase = sprinkles({\n display: 'inline-flex',\n flexShrink: 0,\n alignItems: 'center',\n borderWidth: 'default',\n borderStyle: 'solid',\n backgroundColor: 'transparent',\n color: 'textSecondary',\n cursor: 'pointer',\n fontWeight: 'medium',\n});\n\nexport const tabVariant = {\n pill: sprinkles({\n paddingX: 3,\n paddingY: 1.5,\n borderRadius: 'full',\n fontSize: 'sm',\n borderColor: 'transparent',\n }),\n underline: sprinkles({\n paddingX: 0,\n paddingY: 2,\n borderRadius: 'none',\n borderWidth: 0,\n borderBottomWidth: 'default',\n borderColor: 'transparent',\n fontSize: 'sm',\n }),\n};\n\nexport const activeVariant = {\n pill: sprinkles({\n backgroundColor: 'surface',\n borderColor: 'borderSubtle',\n color: 'text',\n boxShadow: 'sm',\n }),\n underline: sprinkles({\n color: 'text',\n borderBottomColor: 'primary',\n }),\n};\n\nexport const tab = style([\n tabBase,\n stateSprinkles({\n color: {\n hover: 'text',\n },\n backgroundColor: {\n hover: 'surface',\n },\n }),\n {\n ':focus-visible': {\n outline: `2px solid ${vars.colors.primary}`,\n outlineOffset: 2,\n },\n },\n]);\n"],"mappings":""}
1
+ {"version":3,"file":"backofficeTabs.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_tabs/backofficeTabs.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const tabs = sprinkles({\n display: 'inline-flex',\n flexWrap: 'nowrap',\n gap: 1,\n maxWidth: 'full',\n overflowX: 'auto',\n});\n\nexport const tabsVariant = {\n pill: sprinkles({\n padding: 1,\n borderRadius: 'full',\n backgroundColor: 'surfaceMuted',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n }),\n underline: sprinkles({\n gap: 3,\n paddingX: 0,\n paddingY: 0,\n borderWidth: 0,\n borderStyle: 'none',\n backgroundColor: 'transparent',\n }),\n};\n\nconst tabBase = sprinkles({\n display: 'inline-flex',\n flexShrink: 0,\n alignItems: 'center',\n borderWidth: 'default',\n borderStyle: 'solid',\n backgroundColor: 'transparent',\n color: 'textSecondary',\n cursor: 'pointer',\n fontWeight: 'medium',\n});\n\nexport const tabVariant = {\n pill: sprinkles({\n paddingX: 3,\n paddingY: 1.5,\n borderRadius: 'full',\n fontSize: 'sm',\n borderColor: 'transparent',\n }),\n underline: sprinkles({\n paddingX: 0,\n paddingY: 2,\n borderRadius: 'none',\n borderWidth: 0,\n borderBottomWidth: 'default',\n borderColor: 'transparent',\n fontSize: 'sm',\n }),\n};\n\nexport const activeVariant = {\n pill: sprinkles({\n backgroundColor: 'surface',\n borderColor: 'borderSubtle',\n color: 'text',\n boxShadow: 'sm',\n }),\n underline: sprinkles({\n color: 'text',\n borderBottomColor: 'primary',\n }),\n};\n\nexport const tab = style([\n tabBase,\n stateSprinkles({\n color: {\n hover: 'text',\n },\n backgroundColor: {\n hover: 'surface',\n },\n }),\n {\n ':focus-visible': {\n outline: `2px solid ${vars.colors.primary}`,\n outlineOffset: 2,\n },\n },\n]);\n"],"mappings":""}
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.ts
4
- var e = "ndiqkc0 txvbqbnwg txvbqbojp txvbqbp6p txvbqblyg txvbqb9ip txvbqbcp txvbqbdpp txvbqbaog txvbqb1rp txvbqb1cp txvbqb1qg txvbqbwg", t = "ndiqkc1 txvbqb9jg txvbqbcp txvbqbao7 txvbqb8y", n = "ndiqkc2 txvbqb9jg txvbqbcp txvbqbao7";
4
+ var e = "ndiqkc0 txvbqbyov txvbqbzmg txvbqb10jo txvbqbvvr txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqb2gm txvbqb1uy txvbqb2et txvbqb17h", t = "ndiqkc1 txvbqbdsb txvbqbey txvbqbff6 txvbqb9j", n = "ndiqkc2 txvbqbdsb txvbqbey txvbqbff6";
5
5
  //#endregion
6
6
  export { e as bar, t as left, n as right };
7
7
 
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/confirm_dialog/confirmDialog.css.ts
4
- var e = "_1lxq4iv0 txvbqb9ip txvbqbai7 txvbqbaog", t = "_1lxq4iv1 txvbqb9ip txvbqbdp7 txvbqbajy txvbqbaog";
4
+ var e = "_1lxq4iv0 txvbqbdr8 txvbqbf6i txvbqbffj", t = "_1lxq4iv1 txvbqbdr8 txvbqbju2 txvbqbf91 txvbqbffj";
5
5
  //#endregion
6
6
  export { e as body, t as footer };
7
7
 
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/filter_chip_row/filterChipRow.css.ts
4
- var e = "_1ylnrkl1 _1ylnrkl0 txvbqb9ip txvbqbcp txvbqbao7 txvbqblxy txvbqbl9g", t = "_1ylnrkl2 txvbqbaj7";
4
+ var e = "_1ylnrkl1 _1ylnrkl0 txvbqbdr8 txvbqbey txvbqbff6 txvbqbvv1 txvbqbuvn", t = "_1ylnrkl2 txvbqbf7y";
5
5
  //#endregion
6
6
  export { t as chip, e as row };
7
7
 
@@ -1 +1 @@
1
- {"version":3,"file":"filterChipRow.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/filter_chip_row/filterChipRow.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const row = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n paddingBottom: 1,\n overflowX: 'auto',\n }),\n {\n scrollbarWidth: 'thin',\n scrollbarColor: `${vars.colors.border} transparent`,\n },\n]);\n\nexport const chip = sprinkles({\n flexShrink: 0,\n});\n"],"mappings":""}
1
+ {"version":3,"file":"filterChipRow.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/filter_chip_row/filterChipRow.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const row = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n paddingBottom: 1,\n overflowX: 'auto',\n }),\n {\n scrollbarWidth: 'thin',\n scrollbarColor: `${vars.colors.border} transparent`,\n },\n]);\n\nexport const chip = sprinkles({\n flexShrink: 0,\n});\n"],"mappings":""}
@@ -1,7 +1,7 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
3
  //#region src/backoffice/molecules/global_search_input/globalSearchInput.css.ts
4
- var e = "zmrwn80 txvbqb9ip txvbqbcp txvbqbao7 txvbqbk5y", t = "zmrwn81 txvbqbu7g", n = "zmrwn83 zmrwn82 txvbqb9jg txvbqbcp txvbqbdoy txvbqbv0t txvbqbv txvbqb12g txvbqb1py txvbqb1rg txvbqblag";
4
+ var e = "zmrwn80 txvbqbdr8 txvbqbey txvbqbff6 txvbqbt9i", t = "zmrwn81 txvbqb17w0", n = "zmrwn83 qbwcuej qbwcueh txvbqbdsb txvbqbey txvbqbjtp txvbqb1g5 txvbqb2e3 txvbqb2g9 txvbqb1933 txvbqb19cb txvbqbv txvbqbux3 txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1aey txvbqb1bsa qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws zmrwn82";
5
5
  //#endregion
6
6
  export { n as clearButton, e as container, t as input };
7
7
 
@@ -1 +1 @@
1
- {"version":3,"file":"globalSearchInput.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/global_search_input/globalSearchInput.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.js';\n\nexport const container = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n});\n\nexport const input = sprinkles({\n width: 'full',\n});\n\nexport const clearButton = style([\n sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: 'transparent',\n cursor: 'pointer',\n borderWidth: 0,\n borderStyle: 'none',\n borderRadius: 'md',\n padding: 0,\n }),\n {\n selectors: {\n '&:focus-visible': {\n outline: `2px solid ${vars.colors.primary}`,\n outlineOffset: '2px',\n },\n },\n },\n]);\n"],"mappings":""}
1
+ {"version":3,"file":"globalSearchInput.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/global_search_input/globalSearchInput.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { ghostIconButton } from '../../../theme/styleRecipes.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n});\n\nexport const input = sprinkles({\n width: 'full',\n});\n\nexport const clearButton = style([\n ghostIconButton,\n sprinkles({\n color: 'textSecondary',\n }),\n]);\n"],"mappings":""}
@@ -2,17 +2,17 @@
2
2
  /* empty css */
3
3
  import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
4
4
  //#region src/backoffice/molecules/inline_banner/inlineBanner.css.ts
5
- var t = "_1mdg64u0 txvbqbnwg txvbqbojp txvbqbp6p txvbqblyg txvbqb9ip txvbqbcg txvbqbdpp txvbqbajy txvbqbaog txvbqb1rg txvbqb8y txvbqb1cp txvbqb1qg txvbqbwg", n = e({
5
+ var t = "_1mdg64u0 txvbqbyov txvbqbzmg txvbqb10jo txvbqbvvr txvbqbdr8 txvbqbel txvbqbjus txvbqbf91 txvbqbffj txvbqb2g9 txvbqb9j txvbqb1uy txvbqb2et txvbqb17h", n = e({
6
6
  defaultClassName: "_1mdg64u5",
7
7
  variantClassNames: { tone: {
8
- info: "_1mdg64u6 _1mdg64u1 txvbqbv5t txvbqbv9z",
9
- success: "_1mdg64u7 _1mdg64u2 txvbqbv23 txvbqbv81",
10
- warning: "_1mdg64u8 _1mdg64u3 txvbqbv1j txvbqbv7j",
11
- danger: "_1mdg64u9 _1mdg64u4 txvbqbv0z txvbqbv6x"
8
+ info: "_1mdg64u6 _1mdg64u1 txvbqb1983 txvbqb19c9",
9
+ success: "_1mdg64u7 _1mdg64u2 txvbqb194d txvbqb19ab",
10
+ warning: "_1mdg64u8 _1mdg64u3 txvbqb193t txvbqb199t",
11
+ danger: "_1mdg64u9 _1mdg64u4 txvbqb1939 txvbqb1997"
12
12
  } },
13
13
  defaultVariants: { tone: "info" },
14
14
  compoundVariants: []
15
- }), r = "_1mdg64ua txvbqb9ip txvbqbai7 txvbqbany txvbqb9my txvbqbk5y", i = "_1mdg64ub txvbqbamp", a = "_1mdg64uc ", o = "_1mdg64ud txvbqb9jg txvbqbcp txvbqbao7 txvbqbajy txvbqbaj7", s = "_1mdg64uf _1mdg64ue txvbqb9jg txvbqbcp txvbqbdoy txvbqbty7 txvbqbc77 txvbqb1rg txvbqbv0t txvbqbv txvbqb12g txvbqb1py txvbqbv67";
15
+ }), r = "_1mdg64ua txvbqbdr8 txvbqbf6i txvbqbfet txvbqbdxd txvbqbt9i", i = "_1mdg64ub txvbqbfd0", a = "_1mdg64uc ", o = "_1mdg64ud txvbqbdsb txvbqbey txvbqbff6 txvbqbf91 txvbqbf7y", s = "_1mdg64uf qbwcuej qbwcueh txvbqbdsb txvbqbey txvbqbjtp txvbqb1g5 txvbqb2e3 txvbqb2g9 txvbqb1933 txvbqb19cb txvbqbv txvbqbux3 txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1aey txvbqb1bsa qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws _1mdg64ue txvbqb17in txvbqbho2 txvbqb198h";
16
16
  //#endregion
17
17
  export { o as actions, s as closeButton, t as container, r as content, a as description, i as title, n as toneRecipe };
18
18