@plumile/ui 0.1.61 → 0.1.62

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 (351) hide show
  1. package/lib/esm/atomic/molecules/markdown/components/MarkdownDelete.css.js +1 -0
  2. package/lib/esm/atomic/molecules/markdown/components/MarkdownEmphasis.css.js +0 -1
  3. package/lib/esm/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js +18 -0
  4. package/lib/esm/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js.map +1 -0
  5. package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js +8 -0
  6. package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js.map +1 -0
  7. package/lib/esm/backoffice/atoms/copyable_text/CopyableText.js +71 -0
  8. package/lib/esm/backoffice/atoms/copyable_text/CopyableText.js.map +1 -0
  9. package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js +8 -0
  10. package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js.map +1 -0
  11. package/lib/esm/backoffice/atoms/environment_badge/EnvironmentBadge.js +28 -0
  12. package/lib/esm/backoffice/atoms/environment_badge/EnvironmentBadge.js.map +1 -0
  13. package/lib/esm/backoffice/atoms/environment_badge/environmentBadge.css.js +8 -0
  14. package/lib/esm/backoffice/atoms/environment_badge/environmentBadge.css.js.map +1 -0
  15. package/lib/esm/backoffice/atoms/shortcut_hint/ShortcutHint.js +20 -0
  16. package/lib/esm/backoffice/atoms/shortcut_hint/ShortcutHint.js.map +1 -0
  17. package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js +8 -0
  18. package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js.map +1 -0
  19. package/lib/esm/backoffice/atoms/skeleton/Skeleton.js +39 -0
  20. package/lib/esm/backoffice/atoms/skeleton/Skeleton.js.map +1 -0
  21. package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js +12 -0
  22. package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js.map +1 -0
  23. package/lib/esm/backoffice/atoms/spinner/Spinner.js +20 -0
  24. package/lib/esm/backoffice/atoms/spinner/Spinner.js.map +1 -0
  25. package/lib/esm/backoffice/atoms/spinner/spinner.css.js +8 -0
  26. package/lib/esm/backoffice/atoms/spinner/spinner.css.js.map +1 -0
  27. package/lib/esm/backoffice/atoms/status_badge/StatusBadge.js +31 -0
  28. package/lib/esm/backoffice/atoms/status_badge/StatusBadge.js.map +1 -0
  29. package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js +8 -0
  30. package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js.map +1 -0
  31. package/lib/esm/backoffice/atoms/tag/Tag.js +32 -0
  32. package/lib/esm/backoffice/atoms/tag/Tag.js.map +1 -0
  33. package/lib/esm/backoffice/atoms/tag/tag.css.js +20 -0
  34. package/lib/esm/backoffice/atoms/tag/tag.css.js.map +1 -0
  35. package/lib/esm/backoffice/layout/backofficeLayoutTokens.js +15 -0
  36. package/lib/esm/backoffice/layout/backofficeLayoutTokens.js.map +1 -0
  37. package/lib/esm/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js +34 -0
  38. package/lib/esm/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js.map +1 -0
  39. package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js +7 -0
  40. package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js.map +1 -0
  41. package/lib/esm/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js +37 -0
  42. package/lib/esm/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js.map +1 -0
  43. package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js +7 -0
  44. package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js.map +1 -0
  45. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js +116 -0
  46. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js.map +1 -0
  47. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js +7 -0
  48. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js.map +1 -0
  49. package/lib/esm/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js +28 -0
  50. package/lib/esm/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js.map +1 -0
  51. package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js +7 -0
  52. package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js.map +1 -0
  53. package/lib/esm/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js +37 -0
  54. package/lib/esm/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js.map +1 -0
  55. package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js +7 -0
  56. package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js.map +1 -0
  57. package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js +25 -0
  58. package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js.map +1 -0
  59. package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js +7 -0
  60. package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js.map +1 -0
  61. package/lib/esm/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js +80 -0
  62. package/lib/esm/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js.map +1 -0
  63. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js +7 -0
  64. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js.map +1 -0
  65. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +28 -0
  66. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js.map +1 -0
  67. package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js +8 -0
  68. package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js.map +1 -0
  69. package/lib/esm/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js +22 -0
  70. package/lib/esm/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js.map +1 -0
  71. package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +7 -0
  72. package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js.map +1 -0
  73. package/lib/esm/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js +27 -0
  74. package/lib/esm/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js.map +1 -0
  75. package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js +8 -0
  76. package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js.map +1 -0
  77. package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js +31 -0
  78. package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js.map +1 -0
  79. package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js +7 -0
  80. package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js.map +1 -0
  81. package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js +68 -0
  82. package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js.map +1 -0
  83. package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js +7 -0
  84. package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js.map +1 -0
  85. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js +37 -0
  86. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js.map +1 -0
  87. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +8 -0
  88. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js.map +1 -0
  89. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js +32 -0
  90. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js.map +1 -0
  91. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js +7 -0
  92. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js.map +1 -0
  93. package/lib/esm/backoffice/molecules/backoffice_tabs/BackofficeTabs.js +31 -0
  94. package/lib/esm/backoffice/molecules/backoffice_tabs/BackofficeTabs.js.map +1 -0
  95. package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js +8 -0
  96. package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js.map +1 -0
  97. package/lib/esm/backoffice/molecules/bulk_actions_bar/BulkActionsBar.js +31 -0
  98. package/lib/esm/backoffice/molecules/bulk_actions_bar/BulkActionsBar.js.map +1 -0
  99. package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +8 -0
  100. package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js.map +1 -0
  101. package/lib/esm/backoffice/molecules/filter_chip_row/FilterChipRow.js +30 -0
  102. package/lib/esm/backoffice/molecules/filter_chip_row/FilterChipRow.js.map +1 -0
  103. package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js +8 -0
  104. package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js.map +1 -0
  105. package/lib/esm/backoffice/molecules/global_search_input/GlobalSearchInput.js +55 -0
  106. package/lib/esm/backoffice/molecules/global_search_input/GlobalSearchInput.js.map +1 -0
  107. package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js +8 -0
  108. package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js.map +1 -0
  109. package/lib/esm/backoffice/molecules/inline_banner/InlineBanner.js +44 -0
  110. package/lib/esm/backoffice/molecules/inline_banner/InlineBanner.js.map +1 -0
  111. package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js +19 -0
  112. package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js.map +1 -0
  113. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js +38 -0
  114. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js.map +1 -0
  115. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +8 -0
  116. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js.map +1 -0
  117. package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js +123 -0
  118. package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js.map +1 -0
  119. package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +8 -0
  120. package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js.map +1 -0
  121. package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +64 -0
  122. package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js.map +1 -0
  123. package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +8 -0
  124. package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js.map +1 -0
  125. package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +69 -0
  126. package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js.map +1 -0
  127. package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +17 -0
  128. package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js.map +1 -0
  129. package/lib/esm/backoffice/molecules/table_toolbar/TableToolbar.js +42 -0
  130. package/lib/esm/backoffice/molecules/table_toolbar/TableToolbar.js.map +1 -0
  131. package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js +8 -0
  132. package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js.map +1 -0
  133. package/lib/esm/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.js +14 -0
  134. package/lib/esm/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.js.map +1 -0
  135. package/lib/esm/backoffice/organisms/backoffice_data_table/BackofficeDataTable.js +114 -0
  136. package/lib/esm/backoffice/organisms/backoffice_data_table/BackofficeDataTable.js.map +1 -0
  137. package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js +8 -0
  138. package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js.map +1 -0
  139. package/lib/esm/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.js +62 -0
  140. package/lib/esm/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.js.map +1 -0
  141. package/lib/esm/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.js +17 -0
  142. package/lib/esm/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.js.map +1 -0
  143. package/lib/esm/backoffice/organisms/backoffice_topbar/BackofficeTopbar.js +22 -0
  144. package/lib/esm/backoffice/organisms/backoffice_topbar/BackofficeTopbar.js.map +1 -0
  145. package/lib/esm/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.js +8 -0
  146. package/lib/esm/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.js.map +1 -0
  147. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js +34 -0
  148. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js.map +1 -0
  149. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js +8 -0
  150. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js.map +1 -0
  151. package/lib/esm/backoffice/organisms/entity_header/EntityHeader.js +59 -0
  152. package/lib/esm/backoffice/organisms/entity_header/EntityHeader.js.map +1 -0
  153. package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js +8 -0
  154. package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js.map +1 -0
  155. package/lib/esm/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.js +19 -0
  156. package/lib/esm/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.js.map +1 -0
  157. package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +55 -0
  158. package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js.map +1 -0
  159. package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +8 -0
  160. package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js.map +1 -0
  161. package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js +43 -0
  162. package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js.map +1 -0
  163. package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +8 -0
  164. package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js.map +1 -0
  165. package/lib/esm/backoffice/theme/BackofficeThemeProvider.js +11 -0
  166. package/lib/esm/backoffice/theme/BackofficeThemeProvider.js.map +1 -0
  167. package/lib/esm/backoffice/theme/backofficeTheme.css.js +7 -0
  168. package/lib/esm/backoffice/theme/backofficeTheme.css.js.map +1 -0
  169. package/lib/esm/index.js +49 -4
  170. package/lib/esm/shared/agentJobRequestFormatting.js +31 -0
  171. package/lib/esm/shared/agentJobRequestFormatting.js.map +1 -0
  172. package/lib/esm/shared/agentText.js +13 -0
  173. package/lib/esm/shared/agentText.js.map +1 -0
  174. package/lib/esm/shared/backofficeTableDensity.css.js +9 -0
  175. package/lib/esm/shared/backofficeTableDensity.css.js.map +1 -0
  176. package/lib/esm/style.css +1 -1
  177. package/lib/types/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.d.ts +11 -0
  178. package/lib/types/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.d.ts.map +1 -0
  179. package/lib/types/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.d.ts +2 -0
  180. package/lib/types/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.d.ts.map +1 -0
  181. package/lib/types/backoffice/atoms/copyable_text/CopyableText.d.ts +12 -0
  182. package/lib/types/backoffice/atoms/copyable_text/CopyableText.d.ts.map +1 -0
  183. package/lib/types/backoffice/atoms/copyable_text/copyableText.css.d.ts +5 -0
  184. package/lib/types/backoffice/atoms/copyable_text/copyableText.css.d.ts.map +1 -0
  185. package/lib/types/backoffice/atoms/environment_badge/EnvironmentBadge.d.ts +10 -0
  186. package/lib/types/backoffice/atoms/environment_badge/EnvironmentBadge.d.ts.map +1 -0
  187. package/lib/types/backoffice/atoms/environment_badge/environmentBadge.css.d.ts +2 -0
  188. package/lib/types/backoffice/atoms/environment_badge/environmentBadge.css.d.ts.map +1 -0
  189. package/lib/types/backoffice/atoms/shortcut_hint/ShortcutHint.d.ts +8 -0
  190. package/lib/types/backoffice/atoms/shortcut_hint/ShortcutHint.d.ts.map +1 -0
  191. package/lib/types/backoffice/atoms/shortcut_hint/shortcutHint.css.d.ts +3 -0
  192. package/lib/types/backoffice/atoms/shortcut_hint/shortcutHint.css.d.ts.map +1 -0
  193. package/lib/types/backoffice/atoms/skeleton/Skeleton.d.ts +13 -0
  194. package/lib/types/backoffice/atoms/skeleton/Skeleton.d.ts.map +1 -0
  195. package/lib/types/backoffice/atoms/skeleton/skeleton.css.d.ts +8 -0
  196. package/lib/types/backoffice/atoms/skeleton/skeleton.css.d.ts.map +1 -0
  197. package/lib/types/backoffice/atoms/spinner/Spinner.d.ts +9 -0
  198. package/lib/types/backoffice/atoms/spinner/Spinner.d.ts.map +1 -0
  199. package/lib/types/backoffice/atoms/spinner/spinner.css.d.ts +3 -0
  200. package/lib/types/backoffice/atoms/spinner/spinner.css.d.ts.map +1 -0
  201. package/lib/types/backoffice/atoms/status_badge/StatusBadge.d.ts +12 -0
  202. package/lib/types/backoffice/atoms/status_badge/StatusBadge.d.ts.map +1 -0
  203. package/lib/types/backoffice/atoms/status_badge/statusBadge.css.d.ts +3 -0
  204. package/lib/types/backoffice/atoms/status_badge/statusBadge.css.d.ts.map +1 -0
  205. package/lib/types/backoffice/atoms/tag/Tag.d.ts +14 -0
  206. package/lib/types/backoffice/atoms/tag/Tag.d.ts.map +1 -0
  207. package/lib/types/backoffice/atoms/tag/tag.css.d.ts +13 -0
  208. package/lib/types/backoffice/atoms/tag/tag.css.d.ts.map +1 -0
  209. package/lib/types/backoffice/layout/backofficeLayoutTokens.d.ts +12 -0
  210. package/lib/types/backoffice/layout/backofficeLayoutTokens.d.ts.map +1 -0
  211. package/lib/types/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.d.ts +10 -0
  212. package/lib/types/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.d.ts.map +1 -0
  213. package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts +7 -0
  214. package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts.map +1 -0
  215. package/lib/types/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.d.ts +11 -0
  216. package/lib/types/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.d.ts.map +1 -0
  217. package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts +6 -0
  218. package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts.map +1 -0
  219. package/lib/types/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.d.ts +23 -0
  220. package/lib/types/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.d.ts.map +1 -0
  221. package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts +17 -0
  222. package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts.map +1 -0
  223. package/lib/types/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.d.ts +10 -0
  224. package/lib/types/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.d.ts.map +1 -0
  225. package/lib/types/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.d.ts +6 -0
  226. package/lib/types/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.d.ts.map +1 -0
  227. package/lib/types/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.d.ts +13 -0
  228. package/lib/types/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.d.ts.map +1 -0
  229. package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts +6 -0
  230. package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts.map +1 -0
  231. package/lib/types/backoffice/molecules/backoffice_form_section/BackofficeFormSection.d.ts +10 -0
  232. package/lib/types/backoffice/molecules/backoffice_form_section/BackofficeFormSection.d.ts.map +1 -0
  233. package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts +5 -0
  234. package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts.map +1 -0
  235. package/lib/types/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.d.ts +15 -0
  236. package/lib/types/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.d.ts.map +1 -0
  237. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.d.ts +2 -0
  238. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.d.ts.map +1 -0
  239. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts +5 -0
  240. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts.map +1 -0
  241. package/lib/types/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.d.ts +7 -0
  242. package/lib/types/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.d.ts.map +1 -0
  243. package/lib/types/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.d.ts +12 -0
  244. package/lib/types/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.d.ts.map +1 -0
  245. package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts +7 -0
  246. package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts.map +1 -0
  247. package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts +12 -0
  248. package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts.map +1 -0
  249. package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts +4 -0
  250. package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts.map +1 -0
  251. package/lib/types/backoffice/molecules/backoffice_page_header/BackofficePageHeader.d.ts +11 -0
  252. package/lib/types/backoffice/molecules/backoffice_page_header/BackofficePageHeader.d.ts.map +1 -0
  253. package/lib/types/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.d.ts +8 -0
  254. package/lib/types/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.d.ts.map +1 -0
  255. package/lib/types/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.d.ts +15 -0
  256. package/lib/types/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.d.ts.map +1 -0
  257. package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts +8 -0
  258. package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts.map +1 -0
  259. package/lib/types/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.d.ts +8 -0
  260. package/lib/types/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.d.ts.map +1 -0
  261. package/lib/types/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.d.ts +7 -0
  262. package/lib/types/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.d.ts.map +1 -0
  263. package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts +13 -0
  264. package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts.map +1 -0
  265. package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts +6 -0
  266. package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +1 -0
  267. package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts +16 -0
  268. package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts.map +1 -0
  269. package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts +4 -0
  270. package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +1 -0
  271. package/lib/types/backoffice/molecules/bulk_actions_bar/BulkActionsBar.d.ts +12 -0
  272. package/lib/types/backoffice/molecules/bulk_actions_bar/BulkActionsBar.d.ts.map +1 -0
  273. package/lib/types/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.d.ts +4 -0
  274. package/lib/types/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.d.ts.map +1 -0
  275. package/lib/types/backoffice/molecules/filter_chip_row/FilterChipRow.d.ts +15 -0
  276. package/lib/types/backoffice/molecules/filter_chip_row/FilterChipRow.d.ts.map +1 -0
  277. package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts +2 -0
  278. package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts.map +1 -0
  279. package/lib/types/backoffice/molecules/global_search_input/GlobalSearchInput.d.ts +14 -0
  280. package/lib/types/backoffice/molecules/global_search_input/GlobalSearchInput.d.ts.map +1 -0
  281. package/lib/types/backoffice/molecules/global_search_input/globalSearchInput.css.d.ts +4 -0
  282. package/lib/types/backoffice/molecules/global_search_input/globalSearchInput.css.d.ts.map +1 -0
  283. package/lib/types/backoffice/molecules/inline_banner/InlineBanner.d.ts +16 -0
  284. package/lib/types/backoffice/molecules/inline_banner/InlineBanner.d.ts.map +1 -0
  285. package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts +17 -0
  286. package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts.map +1 -0
  287. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts +11 -0
  288. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts.map +1 -0
  289. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts +4 -0
  290. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts.map +1 -0
  291. package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts +24 -0
  292. package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts.map +1 -0
  293. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts +15 -0
  294. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -0
  295. package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts +24 -0
  296. package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts.map +1 -0
  297. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts +6 -0
  298. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -0
  299. package/lib/types/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.d.ts +23 -0
  300. package/lib/types/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.d.ts.map +1 -0
  301. package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts +20 -0
  302. package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts.map +1 -0
  303. package/lib/types/backoffice/molecules/table_toolbar/TableToolbar.d.ts +13 -0
  304. package/lib/types/backoffice/molecules/table_toolbar/TableToolbar.d.ts.map +1 -0
  305. package/lib/types/backoffice/molecules/table_toolbar/tableToolbar.css.d.ts +6 -0
  306. package/lib/types/backoffice/molecules/table_toolbar/tableToolbar.css.d.ts.map +1 -0
  307. package/lib/types/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.d.ts +12 -0
  308. package/lib/types/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.d.ts.map +1 -0
  309. package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts +21 -0
  310. package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts.map +1 -0
  311. package/lib/types/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.d.ts +3 -0
  312. package/lib/types/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.d.ts.map +1 -0
  313. package/lib/types/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.d.ts +26 -0
  314. package/lib/types/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.d.ts.map +1 -0
  315. package/lib/types/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.d.ts +19 -0
  316. package/lib/types/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.d.ts.map +1 -0
  317. package/lib/types/backoffice/organisms/backoffice_topbar/BackofficeTopbar.d.ts +10 -0
  318. package/lib/types/backoffice/organisms/backoffice_topbar/BackofficeTopbar.d.ts.map +1 -0
  319. package/lib/types/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.d.ts +6 -0
  320. package/lib/types/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.d.ts.map +1 -0
  321. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts +28 -0
  322. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts.map +1 -0
  323. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.d.ts +5 -0
  324. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.d.ts.map +1 -0
  325. package/lib/types/backoffice/organisms/entity_header/EntityHeader.d.ts +19 -0
  326. package/lib/types/backoffice/organisms/entity_header/EntityHeader.d.ts.map +1 -0
  327. package/lib/types/backoffice/organisms/entity_header/entityHeader.css.d.ts +13 -0
  328. package/lib/types/backoffice/organisms/entity_header/entityHeader.css.d.ts.map +1 -0
  329. package/lib/types/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.d.ts +14 -0
  330. package/lib/types/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.d.ts.map +1 -0
  331. package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts +25 -0
  332. package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts.map +1 -0
  333. package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts +12 -0
  334. package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts.map +1 -0
  335. package/lib/types/backoffice/templates/list_page_template/ListPageTemplate.d.ts +35 -0
  336. package/lib/types/backoffice/templates/list_page_template/ListPageTemplate.d.ts.map +1 -0
  337. package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts +9 -0
  338. package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts.map +1 -0
  339. package/lib/types/backoffice/theme/BackofficeThemeProvider.d.ts +7 -0
  340. package/lib/types/backoffice/theme/BackofficeThemeProvider.d.ts.map +1 -0
  341. package/lib/types/backoffice/theme/backofficeTheme.css.d.ts +2 -0
  342. package/lib/types/backoffice/theme/backofficeTheme.css.d.ts.map +1 -0
  343. package/lib/types/index.d.ts +45 -0
  344. package/lib/types/index.d.ts.map +1 -1
  345. package/lib/types/shared/agentJobRequestFormatting.d.ts +6 -0
  346. package/lib/types/shared/agentJobRequestFormatting.d.ts.map +1 -0
  347. package/lib/types/shared/agentText.d.ts +3 -0
  348. package/lib/types/shared/agentText.d.ts.map +1 -0
  349. package/lib/types/shared/backofficeTableDensity.css.d.ts +2 -0
  350. package/lib/types/shared/backofficeTableDensity.css.d.ts.map +1 -0
  351. package/package.json +22 -2
@@ -1,4 +1,5 @@
1
1
  /* empty css */
2
+ /* empty css */
2
3
  /* empty css */
3
4
  //#region src/atomic/molecules/markdown/components/MarkdownDelete.css.ts
4
5
  var e = "_1gyncxq1 _1gyncxq0 txvbqb3c txvbqb3g";
@@ -1,5 +1,4 @@
1
1
  /* empty css */
2
- /* empty css */
3
2
  /* empty css */
4
3
  //#region src/atomic/molecules/markdown/components/MarkdownEmphasis.css.ts
5
4
  var e = "_1pjwgns1 _1pjwgns0 txvbqb1o";
@@ -0,0 +1,18 @@
1
+ import { CopyableText as e } from "../copyable_text/CopyableText.js";
2
+ import { container as t } from "./backofficeIdBadge.css.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ //#region src/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.tsx
5
+ var r = ({ id: r, className: i, copyLabel: a = "Copy ID", copiedLabel: o = "Copied", truncate: s = !0 }) => /* @__PURE__ */ n("span", {
6
+ className: t,
7
+ children: /* @__PURE__ */ n(e, {
8
+ value: r,
9
+ className: i,
10
+ copyLabel: a,
11
+ copiedLabel: o,
12
+ truncate: s
13
+ })
14
+ });
15
+ //#endregion
16
+ export { r as BackofficeIdBadge, r as default };
17
+
18
+ //# sourceMappingURL=BackofficeIdBadge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeIdBadge.js","names":[],"sources":["../../../../../src/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\nimport { CopyableText } from '../copyable_text/CopyableText.js';\n\nimport * as styles from './backofficeIdBadge.css.js';\n\nexport type BackofficeIdBadgeProps = {\n id: string;\n className?: string;\n copyLabel?: string;\n copiedLabel?: string;\n truncate?: boolean;\n};\n\nexport const BackofficeIdBadge = ({\n id,\n className,\n copyLabel = 'Copy ID',\n copiedLabel = 'Copied',\n truncate = true,\n}: BackofficeIdBadgeProps): JSX.Element => {\n return (\n <span className={styles.container}>\n <CopyableText\n value={id}\n className={className}\n copyLabel={copyLabel}\n copiedLabel={copiedLabel}\n truncate={truncate}\n />\n </span>\n );\n};\n\nexport default BackofficeIdBadge;\n"],"mappings":";;;;AAcA,IAAa,KAAqB,EAChC,OACA,cACA,eAAY,WACZ,iBAAc,UACd,cAAW,SAGT,kBAAC,QAAD;CAAM,WAAW;WACf,kBAAC,GAAD;EACE,OAAO;EACI;EACA;EACE;EACH;EACV,CAAA;CACG,CAAA"}
@@ -0,0 +1,8 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.ts
4
+ var e = "_8gsbvn0 txvbqb9jf txvbqbco txvbqbk4x";
5
+ //#endregion
6
+ export { e as container };
7
+
8
+ //# sourceMappingURL=backofficeIdBadge.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeIdBadge.css.js","names":[],"sources":["../../../../../src/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.ts"],"sourcesContent":["import { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n minWidth: 0,\n});\n"],"mappings":""}
@@ -0,0 +1,71 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { Button as t } from "../../../atomic/atoms/button/Button.js";
3
+ import { feedback as n, root as r, value as i, valueNoTruncate as a } from "./copyableText.css.js";
4
+ import "../../../index.js";
5
+ import { jsx as o, jsxs as s } from "react/jsx-runtime";
6
+ import { useCallback as c, useEffect as l, useMemo as u, useRef as d, useState as f } from "react";
7
+ //#region src/backoffice/atoms/copyable_text/CopyableText.tsx
8
+ var p = (e) => {
9
+ try {
10
+ let t = document.createElement("textarea");
11
+ t.value = e, t.setAttribute("readonly", "true"), t.style.position = "fixed", t.style.top = "-1000px", t.style.left = "-1000px", document.body.appendChild(t), t.select();
12
+ let n = document.execCommand("copy");
13
+ return document.body.removeChild(t), n;
14
+ } catch {
15
+ return !1;
16
+ }
17
+ }, m = ({ value: m, copyValue: h, className: g, truncate: _ = !0, copyLabel: v = "Copy", copiedLabel: y = "Copied" }) => {
18
+ let [b, x] = f(!1), S = d(null), C = h ?? m, w = u(() => {
19
+ let t = null;
20
+ return _ || (t = a), e(i, t, g);
21
+ }, [g, _]), T = c(() => {
22
+ S.current != null && (window.clearTimeout(S.current), S.current = null);
23
+ }, []);
24
+ l(() => () => {
25
+ T();
26
+ }, [T]);
27
+ let E = c(async () => {
28
+ T();
29
+ let e = !1;
30
+ try {
31
+ if (typeof navigator < "u") {
32
+ let { clipboard: t } = navigator;
33
+ await t.writeText(C), e = !0;
34
+ }
35
+ } catch {
36
+ e = !1;
37
+ }
38
+ e ||= p(C), e && (x(!0), S.current = window.setTimeout(() => {
39
+ x(!1), S.current = null;
40
+ }, 1400));
41
+ }, [T, C]), D = () => {
42
+ E().catch(() => {});
43
+ }, O = null;
44
+ return b && (O = /* @__PURE__ */ o("span", {
45
+ className: n,
46
+ role: "status",
47
+ "aria-live": "polite",
48
+ children: y
49
+ })), /* @__PURE__ */ s("span", {
50
+ className: r,
51
+ children: [
52
+ /* @__PURE__ */ o("span", {
53
+ className: w,
54
+ title: m,
55
+ children: m
56
+ }),
57
+ /* @__PURE__ */ o(t, {
58
+ type: "button",
59
+ variant: "secondary",
60
+ size: "small",
61
+ onClick: D,
62
+ children: v
63
+ }),
64
+ O
65
+ ]
66
+ });
67
+ };
68
+ //#endregion
69
+ export { m as CopyableText, m as default };
70
+
71
+ //# sourceMappingURL=CopyableText.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopyableText.js","names":[],"sources":["../../../../../src/backoffice/atoms/copyable_text/CopyableText.tsx"],"sourcesContent":["import {\n useCallback,\n useEffect,\n useMemo,\n useRef,\n useState,\n type JSX,\n} from 'react';\n\nimport { Button, cx } from '@plumile/ui';\n\nimport * as styles from './copyableText.css.js';\n\nexport type CopyableTextProps = {\n value: string;\n copyValue?: string;\n className?: string;\n truncate?: boolean;\n copyLabel?: string;\n copiedLabel?: string;\n};\n\nconst copyWithExecCommand = (text: string): boolean => {\n try {\n const textarea = document.createElement('textarea');\n textarea.value = text;\n textarea.setAttribute('readonly', 'true');\n textarea.style.position = 'fixed';\n textarea.style.top = '-1000px';\n textarea.style.left = '-1000px';\n document.body.appendChild(textarea);\n textarea.select();\n const ok = document.execCommand('copy');\n document.body.removeChild(textarea);\n return ok;\n } catch {\n return false;\n }\n};\n\nexport const CopyableText = ({\n value,\n copyValue,\n className,\n truncate = true,\n copyLabel = 'Copy',\n copiedLabel = 'Copied',\n}: CopyableTextProps): JSX.Element => {\n const [copied, setCopied] = useState(false);\n const timeoutRef = useRef<number | null>(null);\n\n const resolvedCopyValue = copyValue ?? value;\n\n const displayClassName = useMemo(() => {\n let noTruncateClass: string | null = null;\n if (!truncate) {\n noTruncateClass = styles.valueNoTruncate;\n }\n return cx(styles.value, noTruncateClass, className);\n }, [className, truncate]);\n\n const clearTimer = useCallback(() => {\n if (timeoutRef.current != null) {\n window.clearTimeout(timeoutRef.current);\n timeoutRef.current = null;\n }\n }, []);\n\n useEffect(() => {\n return () => {\n clearTimer();\n };\n }, [clearTimer]);\n\n const handleCopy = useCallback(async () => {\n clearTimer();\n let ok = false;\n try {\n if (typeof navigator !== 'undefined') {\n const { clipboard } = navigator;\n await clipboard.writeText(resolvedCopyValue);\n ok = true;\n }\n } catch {\n ok = false;\n }\n\n if (!ok) {\n ok = copyWithExecCommand(resolvedCopyValue);\n }\n\n if (ok) {\n setCopied(true);\n timeoutRef.current = window.setTimeout(() => {\n setCopied(false);\n timeoutRef.current = null;\n }, 1400);\n }\n }, [clearTimer, resolvedCopyValue]);\n\n const handleCopyClick = () => {\n handleCopy().catch(() => {});\n };\n\n let feedbackNode: JSX.Element | null = null;\n if (copied) {\n feedbackNode = (\n <span className={styles.feedback} role=\"status\" aria-live=\"polite\">\n {copiedLabel}\n </span>\n );\n }\n\n return (\n <span className={styles.root}>\n <span className={displayClassName} title={value}>\n {value}\n </span>\n <Button\n type=\"button\"\n variant=\"secondary\"\n size=\"small\"\n onClick={handleCopyClick}\n >\n {copyLabel}\n </Button>\n {feedbackNode}\n </span>\n );\n};\n\nexport default CopyableText;\n"],"mappings":";;;;;;;AAsBA,IAAM,KAAuB,MAA0B;AACrD,KAAI;EACF,IAAM,IAAW,SAAS,cAAc,WAAW;AAOnD,EANA,EAAS,QAAQ,GACjB,EAAS,aAAa,YAAY,OAAO,EACzC,EAAS,MAAM,WAAW,SAC1B,EAAS,MAAM,MAAM,WACrB,EAAS,MAAM,OAAO,WACtB,SAAS,KAAK,YAAY,EAAS,EACnC,EAAS,QAAQ;EACjB,IAAM,IAAK,SAAS,YAAY,OAAO;AAEvC,SADA,SAAS,KAAK,YAAY,EAAS,EAC5B;SACD;AACN,SAAO;;GAIE,KAAgB,EAC3B,OAAA,GACA,cACA,cACA,cAAW,IACX,eAAY,QACZ,iBAAc,eACsB;CACpC,IAAM,CAAC,GAAQ,KAAa,EAAS,GAAM,EACrC,IAAa,EAAsB,KAAK,EAExC,IAAoB,KAAa,GAEjC,IAAmB,QAAc;EACrC,IAAI,IAAiC;AAIrC,SAHK,MACH,IAAkB,IAEb,EAAG,GAAc,GAAiB,EAAU;IAClD,CAAC,GAAW,EAAS,CAAC,EAEnB,IAAa,QAAkB;AACnC,EAAI,EAAW,WAAW,SACxB,OAAO,aAAa,EAAW,QAAQ,EACvC,EAAW,UAAU;IAEtB,EAAE,CAAC;AAEN,eACe;AACX,KAAY;IAEb,CAAC,EAAW,CAAC;CAEhB,IAAM,IAAa,EAAY,YAAY;AACzC,KAAY;EACZ,IAAI,IAAK;AACT,MAAI;AACF,OAAI,OAAO,YAAc,KAAa;IACpC,IAAM,EAAE,iBAAc;AAEtB,IADA,MAAM,EAAU,UAAU,EAAkB,EAC5C,IAAK;;UAED;AACN,OAAK;;AAOP,EAJA,AACE,MAAK,EAAoB,EAAkB,EAGzC,MACF,EAAU,GAAK,EACf,EAAW,UAAU,OAAO,iBAAiB;AAE3C,GADA,EAAU,GAAM,EAChB,EAAW,UAAU;KACpB,KAAK;IAET,CAAC,GAAY,EAAkB,CAAC,EAE7B,UAAwB;AAC5B,KAAY,CAAC,YAAY,GAAG;IAG1B,IAAmC;AASvC,QARI,MACF,IACE,kBAAC,QAAD;EAAM,WAAW;EAAiB,MAAK;EAAS,aAAU;YACvD;EACI,CAAA,GAKT,kBAAC,QAAD;EAAM,WAAW;YAAjB;GACE,kBAAC,QAAD;IAAM,WAAW;IAAkB,OAAO;cACvC;IACI,CAAA;GACP,kBAAC,GAAD;IACE,MAAK;IACL,SAAQ;IACR,MAAK;IACL,SAAS;cAER;IACM,CAAA;GACR;GACI"}
@@ -0,0 +1,8 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/atoms/copyable_text/copyableText.css.ts
4
+ var e = "_1bsx9gw0 txvbqb9jf txvbqbco txvbqbao6", t = "_1bsx9gw1 txvbqbl6f txvbqb8x txvbqbt6f txvbqbuw6 txvbqbjef", n = "_1bsx9gw2 txvbqbjex txvbqbuwf txvbqbl6x txvbqbt6o", r = "_1bsx9gw3 txvbqb8o";
5
+ //#endregion
6
+ export { r as feedback, e as root, t as value, n as valueNoTruncate };
7
+
8
+ //# sourceMappingURL=copyableText.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"copyableText.css.js","names":[],"sources":["../../../../../src/backoffice/atoms/copyable_text/copyableText.css.ts"],"sourcesContent":["import { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\n\nexport const root = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 2,\n});\n\nexport const value = sprinkles({\n overflow: 'hidden',\n fontSize: 'sm',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n maxWidth: 'md',\n});\n\nexport const valueNoTruncate = sprinkles({\n maxWidth: 'none',\n whiteSpace: 'normal',\n overflow: 'visible',\n textOverflow: 'clip',\n});\n\nexport const feedback = sprinkles({\n fontSize: 'xs',\n // color: 'slate-500',\n});\n"],"mappings":""}
@@ -0,0 +1,28 @@
1
+ import { Badge as e } from "../../../atomic/atoms/badge/Badge.js";
2
+ import { label as t } from "./environmentBadge.css.js";
3
+ import "../../../index.js";
4
+ import { jsx as n } from "react/jsx-runtime";
5
+ //#region src/backoffice/atoms/environment_badge/EnvironmentBadge.tsx
6
+ var r = {
7
+ dev: "neutral",
8
+ staging: "warning",
9
+ prod: "danger"
10
+ }, i = {
11
+ dev: "DEV",
12
+ staging: "STAGING",
13
+ prod: "PROD"
14
+ }, a = ({ environment: a, className: o, label: s }) => {
15
+ let c = r[a];
16
+ return /* @__PURE__ */ n(e, {
17
+ tone: c,
18
+ className: o,
19
+ children: /* @__PURE__ */ n("span", {
20
+ className: t,
21
+ children: s ?? i[a]
22
+ })
23
+ });
24
+ };
25
+ //#endregion
26
+ export { a as EnvironmentBadge, a as default };
27
+
28
+ //# sourceMappingURL=EnvironmentBadge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EnvironmentBadge.js","names":[],"sources":["../../../../../src/backoffice/atoms/environment_badge/EnvironmentBadge.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\nimport { Badge } from '@plumile/ui';\n\nimport * as styles from './environmentBadge.css.js';\n\nexport type EnvironmentBadgeEnvironment = 'dev' | 'staging' | 'prod';\n\nexport type EnvironmentBadgeProps = {\n environment: EnvironmentBadgeEnvironment;\n className?: string;\n label?: string;\n};\n\ntype BadgeTone =\n | 'neutral'\n | 'info'\n | 'success'\n | 'warning'\n | 'danger'\n | 'accent';\n\nconst badgeToneMap: Record<EnvironmentBadgeEnvironment, BadgeTone> = {\n dev: 'neutral',\n staging: 'warning',\n prod: 'danger',\n};\n\nconst defaultLabelMap: Record<EnvironmentBadgeEnvironment, string> = {\n dev: 'DEV',\n staging: 'STAGING',\n prod: 'PROD',\n};\n\nexport const EnvironmentBadge = ({\n environment,\n className,\n label,\n}: EnvironmentBadgeProps): JSX.Element => {\n const badgeTone = badgeToneMap[environment];\n const resolvedLabel = label ?? defaultLabelMap[environment];\n\n return (\n <Badge tone={badgeTone} className={className}>\n <span className={styles.label}>{resolvedLabel}</span>\n </Badge>\n );\n};\n\nexport default EnvironmentBadge;\n"],"mappings":";;;;;AAsBA,IAAM,IAA+D;CACnE,KAAK;CACL,SAAS;CACT,MAAM;CACP,EAEK,IAA+D;CACnE,KAAK;CACL,SAAS;CACT,MAAM;CACP,EAEY,KAAoB,EAC/B,gBACA,cACA,OAAA,QACwC;CACxC,IAAM,IAAY,EAAa;AAG/B,QACE,kBAAC,GAAD;EAAO,MAAM;EAAsB;YACjC,kBAAC,QAAD;GAAM,WAAW;aAJC,KAAS,EAAgB;GAIU,CAAA;EAC/C,CAAA"}
@@ -0,0 +1,8 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/atoms/environment_badge/environmentBadge.css.ts
4
+ var e = "dxnp3c0 txvbqb66";
5
+ //#endregion
6
+ export { e as label };
7
+
8
+ //# sourceMappingURL=environmentBadge.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environmentBadge.css.js","names":[],"sources":["../../../../../src/backoffice/atoms/environment_badge/environmentBadge.css.ts"],"sourcesContent":["import { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\n\nexport const label = sprinkles({\n textTransform: 'uppercase',\n});\n"],"mappings":""}
@@ -0,0 +1,20 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { container as t, key as n } from "./shortcutHint.css.js";
3
+ import "../../../index.js";
4
+ import { jsx as r } from "react/jsx-runtime";
5
+ //#region src/backoffice/atoms/shortcut_hint/ShortcutHint.tsx
6
+ var i = ({ keys: i, className: a }) => {
7
+ let o = [];
8
+ return o = typeof i == "string" ? i.split(" ") : [...i], /* @__PURE__ */ r("span", {
9
+ className: e(t, a),
10
+ "aria-hidden": "true",
11
+ children: o.map((e, t) => /* @__PURE__ */ r("kbd", {
12
+ className: n,
13
+ children: e
14
+ }, `${e}-${t}`))
15
+ });
16
+ };
17
+ //#endregion
18
+ export { i as ShortcutHint, i as default };
19
+
20
+ //# sourceMappingURL=ShortcutHint.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShortcutHint.js","names":[],"sources":["../../../../../src/backoffice/atoms/shortcut_hint/ShortcutHint.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\nimport * as styles from './shortcutHint.css.js';\nimport { cx } from '@plumile/ui';\n\nexport type ShortcutHintProps = {\n keys: readonly string[] | string;\n className?: string;\n};\n\nexport const ShortcutHint = ({\n keys,\n className,\n}: ShortcutHintProps): JSX.Element => {\n let parts: string[] = [];\n if (typeof keys === 'string') {\n parts = keys.split(' ');\n } else {\n parts = [...keys];\n }\n\n return (\n <span className={cx(styles.container, className)} aria-hidden=\"true\">\n {parts.map((part, index) => {\n return (\n <kbd key={`${part}-${index}`} className={styles.key}>\n {part}\n </kbd>\n );\n })}\n </span>\n );\n};\n\nexport default ShortcutHint;\n"],"mappings":";;;;;AAUA,IAAa,KAAgB,EAC3B,SACA,mBACoC;CACpC,IAAI,IAAkB,EAAE;AAOxB,QANA,AAGE,IAHE,OAAO,KAAS,WACV,EAAK,MAAM,IAAI,GAEf,CAAC,GAAG,EAAK,EAIjB,kBAAC,QAAD;EAAM,WAAW,EAAG,GAAkB,EAAU;EAAE,eAAY;YAC3D,EAAM,KAAK,GAAM,MAEd,kBAAC,OAAD;GAA8B,WAAW;aACtC;GACG,EAFI,GAAG,EAAK,GAAG,IAEf,CAER;EACG,CAAA"}
@@ -0,0 +1,8 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/atoms/shortcut_hint/shortcutHint.css.ts
4
+ var e = "uhyyl0 txvbqb9jf txvbqbco txvbqbanx", t = "uhyyl1 txvbqbogf txvbqbp3o txvbqbpqo txvbqbmif txvbqb9jf txvbqbco txvbqbdnx txvbqb1qx txvbqb8f txvbqbamf txvbqbf9f";
5
+ //#endregion
6
+ export { e as container, t as key };
7
+
8
+ //# sourceMappingURL=shortcutHint.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shortcutHint.css.js","names":[],"sources":["../../../../../src/backoffice/atoms/shortcut_hint/shortcutHint.css.ts"],"sourcesContent":["import { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\n// import { vars } from '@plumile/ui/theme/themeContract.js';\n\nexport const container = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 1,\n});\n\nexport const key = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n paddingX: 1.5,\n paddingY: 0.5,\n borderRadius: 'sm',\n fontSize: '2xs',\n fontWeight: 'medium',\n lineHeight: 'none',\n});\n"],"mappings":""}
@@ -0,0 +1,39 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { base as t, linesContainer as n, variant as r } from "./skeleton.css.js";
3
+ import "../../../index.js";
4
+ import { jsx as i } from "react/jsx-runtime";
5
+ //#region src/backoffice/atoms/skeleton/Skeleton.tsx
6
+ var a = (e) => {
7
+ if (e != null) return typeof e == "number" ? `${e}px` : e;
8
+ }, o = (e) => e === "text" ? "0.875rem" : e === "circle" ? "2.25rem" : "6rem", s = ({ variant: s = "text", width: c, height: l, className: u, style: d, lines: f }) => {
9
+ let p = a(l) ?? o(s), m = a(c), h = {
10
+ width: m,
11
+ height: p,
12
+ ...d
13
+ };
14
+ if (!(s === "text" && (f ?? 1) > 1)) return /* @__PURE__ */ i("span", {
15
+ "aria-hidden": "true",
16
+ className: e(t, r[s], u),
17
+ style: h
18
+ });
19
+ let g = Math.max(1, f ?? 1);
20
+ return /* @__PURE__ */ i("span", {
21
+ "aria-hidden": "true",
22
+ className: n,
23
+ children: Array.from({ length: g }, (n, a) => {
24
+ let o = a === g - 1, s = m ?? "100%";
25
+ return o && (s = "70%"), /* @__PURE__ */ i("span", {
26
+ className: e(t, r.text, u),
27
+ style: {
28
+ ...h,
29
+ width: s,
30
+ height: p
31
+ }
32
+ }, `line-${a}`);
33
+ })
34
+ });
35
+ };
36
+ //#endregion
37
+ export { s as Skeleton, s as default };
38
+
39
+ //# sourceMappingURL=Skeleton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.js","names":[],"sources":["../../../../../src/backoffice/atoms/skeleton/Skeleton.tsx"],"sourcesContent":["import { type CSSProperties, type JSX } from 'react';\n\nimport * as styles from './skeleton.css.js';\nimport { cx } from '@plumile/ui';\n\nexport type SkeletonVariant = 'text' | 'block' | 'circle';\n\nexport type SkeletonProps = {\n variant?: SkeletonVariant;\n width?: number | string;\n height?: number | string;\n className?: string;\n style?: CSSProperties;\n lines?: number;\n};\n\nconst toCssSize = (value: number | string | undefined): string | undefined => {\n if (value == null) {\n return undefined;\n }\n if (typeof value === 'number') {\n return `${value}px`;\n }\n return value;\n};\n\nconst defaultHeightForVariant = (variant: SkeletonVariant): string => {\n if (variant === 'text') {\n return '0.875rem';\n }\n if (variant === 'circle') {\n return '2.25rem';\n }\n return '6rem';\n};\n\nexport const Skeleton = ({\n variant = 'text',\n width,\n height,\n className,\n style,\n lines,\n}: SkeletonProps): JSX.Element => {\n const resolvedHeight = toCssSize(height) ?? defaultHeightForVariant(variant);\n const resolvedWidth = toCssSize(width);\n\n const baseStyle: CSSProperties = {\n width: resolvedWidth,\n height: resolvedHeight,\n ...style,\n };\n\n const shouldRenderLines = variant === 'text' && (lines ?? 1) > 1;\n\n if (!shouldRenderLines) {\n return (\n <span\n aria-hidden=\"true\"\n className={cx(styles.base, styles.variant[variant], className)}\n style={baseStyle}\n />\n );\n }\n\n const count = Math.max(1, lines ?? 1);\n\n return (\n <span aria-hidden=\"true\" className={styles.linesContainer}>\n {Array.from({ length: count }, (_, index) => {\n const isLast = index === count - 1;\n let lineWidth = resolvedWidth ?? '100%';\n if (isLast) {\n lineWidth = '70%';\n }\n return (\n <span\n key={`line-${index}`}\n className={cx(styles.base, styles.variant.text, className)}\n style={{\n ...baseStyle,\n width: lineWidth,\n height: resolvedHeight,\n }}\n />\n );\n })}\n </span>\n );\n};\n\nexport default Skeleton;\n"],"mappings":";;;;;AAgBA,IAAM,KAAa,MAA2D;AACxE,UAAS,KAMb,QAHI,OAAO,KAAU,WACZ,GAAG,EAAM,MAEX;GAGH,KAA2B,MAC3B,MAAY,SACP,aAEL,MAAY,WACP,YAEF,QAGI,KAAY,EACvB,SAAA,IAAU,QACV,UACA,WACA,cACA,UACA,eACgC;CAChC,IAAM,IAAiB,EAAU,EAAO,IAAI,EAAwB,EAAQ,EACtE,IAAgB,EAAU,EAAM,EAEhC,IAA2B;EAC/B,OAAO;EACP,QAAQ;EACR,GAAG;EACJ;AAID,KAAI,EAFsB,MAAY,WAAW,KAAS,KAAK,GAG7D,QACE,kBAAC,QAAD;EACE,eAAY;EACZ,WAAW,EAAG,GAAa,EAAe,IAAU,EAAU;EAC9D,OAAO;EACP,CAAA;CAIN,IAAM,IAAQ,KAAK,IAAI,GAAG,KAAS,EAAE;AAErC,QACE,kBAAC,QAAD;EAAM,eAAY;EAAO,WAAW;YACjC,MAAM,KAAK,EAAE,QAAQ,GAAO,GAAG,GAAG,MAAU;GAC3C,IAAM,IAAS,MAAU,IAAQ,GAC7B,IAAY,KAAiB;AAIjC,UAHI,MACF,IAAY,QAGZ,kBAAC,QAAD;IAEE,WAAW,EAAG,GAAA,EAA4B,MAAM,EAAU;IAC1D,OAAO;KACL,GAAG;KACH,OAAO;KACP,QAAQ;KACT;IACD,EAPK,QAAQ,IAOb;IAEJ;EACG,CAAA"}
@@ -0,0 +1,12 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/atoms/skeleton/skeleton.css.ts
4
+ var e = "apytea2 apytea1 txvbqb9i6 txvbqb1rf txvbqb1g txvbqb7u", t = {
5
+ text: "apytea3 txvbqb1qx",
6
+ block: "apytea4 txvbqb1rf",
7
+ circle: "apytea5 txvbqb1t6"
8
+ }, n = "apytea6 txvbqb9io txvbqbai6 txvbqbao6";
9
+ //#endregion
10
+ export { e as base, n as linesContainer, t as variant };
11
+
12
+ //# sourceMappingURL=skeleton.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skeleton.css.js","names":[],"sources":["../../../../../src/backoffice/atoms/skeleton/skeleton.css.ts"],"sourcesContent":["import { keyframes, style } from '@vanilla-extract/css';\n\nimport { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\n\nconst shimmer = keyframes({\n '0%': { backgroundPosition: '100% 0' },\n '100%': { backgroundPosition: '-100% 0' },\n});\n\nexport const base = style([\n sprinkles({\n display: 'block',\n borderRadius: 'md',\n backgroundSize: 'skeleton',\n willChange: 'background-position',\n }),\n {\n animation: `${shimmer} 1.1s ease-in-out infinite`,\n },\n]);\n\nexport const variant = {\n text: sprinkles({ borderRadius: 'sm' }),\n block: sprinkles({ borderRadius: 'md' }),\n circle: sprinkles({ borderRadius: 'full' }),\n} as const;\n\nexport const linesContainer = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n});\n"],"mappings":""}
@@ -0,0 +1,20 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { ButtonLoadingSpinnerSvg as t } from "../../../icons/ButtonLoadingSpinnerSvg.js";
3
+ import { icon as n, root as r } from "./spinner.css.js";
4
+ import "../../../index.js";
5
+ import { jsx as i } from "react/jsx-runtime";
6
+ //#region src/backoffice/atoms/spinner/Spinner.tsx
7
+ var a = ({ size: a = 18, className: o, ariaLabel: s = "Loading" }) => /* @__PURE__ */ i("span", {
8
+ className: e(r, o),
9
+ role: "status",
10
+ "aria-label": s,
11
+ children: /* @__PURE__ */ i(t, {
12
+ className: n,
13
+ width: a,
14
+ height: a
15
+ })
16
+ });
17
+ //#endregion
18
+ export { a as Spinner, a as default };
19
+
20
+ //# sourceMappingURL=Spinner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Spinner.js","names":[],"sources":["../../../../../src/backoffice/atoms/spinner/Spinner.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\nimport { ButtonLoadingSpinnerSvg } from '@plumile/ui/icons/ButtonLoadingSpinnerSvg.js';\n\nimport * as styles from './spinner.css.js';\nimport { cx } from '@plumile/ui';\n\nexport type SpinnerProps = {\n size?: number;\n className?: string;\n ariaLabel?: string;\n};\n\nexport const Spinner = ({\n size = 18,\n className,\n ariaLabel = 'Loading',\n}: SpinnerProps): JSX.Element => {\n return (\n <span\n className={cx(styles.root, className)}\n role=\"status\"\n aria-label={ariaLabel}\n >\n <ButtonLoadingSpinnerSvg\n className={styles.icon}\n width={size}\n height={size}\n />\n </span>\n );\n};\n\nexport default Spinner;\n"],"mappings":";;;;;;AAaA,IAAa,KAAW,EACtB,UAAO,IACP,cACA,eAAY,gBAGV,kBAAC,QAAD;CACE,WAAW,EAAG,GAAa,EAAU;CACrC,MAAK;CACL,cAAY;WAEZ,kBAAC,GAAD;EACE,WAAW;EACX,OAAO;EACP,QAAQ;EACR,CAAA;CACG,CAAA"}
@@ -0,0 +1,8 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/atoms/spinner/spinner.css.ts
4
+ var e = "k421yr1 txvbqb9jf txvbqbco txvbqbdnx", t = "k421yr2";
5
+ //#endregion
6
+ export { t as icon, e as root };
7
+
8
+ //# sourceMappingURL=spinner.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spinner.css.js","names":[],"sources":["../../../../../src/backoffice/atoms/spinner/spinner.css.ts"],"sourcesContent":["import { keyframes, style } from '@vanilla-extract/css';\n\nimport { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\n// import { vars } from '@plumile/ui/theme/themeContract.js';\n\nconst spin = keyframes({\n to: { transform: 'rotate(360deg)' },\n});\n\nexport const root = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n});\n\nexport const icon = style({\n animation: `${spin} 0.9s linear infinite`,\n // color: vars.colors['slate-600'],\n});\n"],"mappings":""}
@@ -0,0 +1,31 @@
1
+ import { Badge as e } from "../../../atomic/atoms/badge/Badge.js";
2
+ import { content as t, dot as n } from "./statusBadge.css.js";
3
+ import "../../../index.js";
4
+ import { jsx as r, jsxs as i } from "react/jsx-runtime";
5
+ //#region src/backoffice/atoms/status_badge/StatusBadge.tsx
6
+ var a = {
7
+ active: "success",
8
+ disabled: "neutral",
9
+ pending: "info",
10
+ error: "danger",
11
+ warning: "warning",
12
+ info: "info"
13
+ }, o = ({ tone: o, children: s, showDot: c = !1, className: l, loading: u }) => {
14
+ let d = a[o], f = null;
15
+ return c && (f = /* @__PURE__ */ r("span", {
16
+ className: n,
17
+ "aria-hidden": "true"
18
+ })), /* @__PURE__ */ r(e, {
19
+ tone: d,
20
+ className: l,
21
+ loading: u,
22
+ children: /* @__PURE__ */ i("span", {
23
+ className: t,
24
+ children: [f, s]
25
+ })
26
+ });
27
+ };
28
+ //#endregion
29
+ export { o as StatusBadge, o as default };
30
+
31
+ //# sourceMappingURL=StatusBadge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatusBadge.js","names":[],"sources":["../../../../../src/backoffice/atoms/status_badge/StatusBadge.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { Badge } from '@plumile/ui';\n\nimport * as styles from './statusBadge.css.js';\n\nexport type StatusTone =\n | 'active'\n | 'disabled'\n | 'pending'\n | 'error'\n | 'warning'\n | 'info';\n\nexport type StatusBadgeProps = {\n tone: StatusTone;\n children: ReactNode;\n showDot?: boolean;\n className?: string;\n loading?: boolean;\n};\n\ntype BadgeTone =\n | 'neutral'\n | 'info'\n | 'success'\n | 'warning'\n | 'danger'\n | 'accent';\n\nconst toneMap: Record<StatusTone, BadgeTone> = {\n active: 'success',\n disabled: 'neutral',\n pending: 'info',\n error: 'danger',\n warning: 'warning',\n info: 'info',\n};\n\nexport const StatusBadge = ({\n tone,\n children,\n showDot = false,\n className,\n loading,\n}: StatusBadgeProps): JSX.Element => {\n const badgeTone = toneMap[tone];\n\n let dotNode: JSX.Element | null = null;\n if (showDot) {\n dotNode = <span className={styles.dot} aria-hidden=\"true\" />;\n }\n\n return (\n <Badge tone={badgeTone} className={className} loading={loading}>\n <span className={styles.content}>\n {dotNode}\n {children}\n </span>\n </Badge>\n );\n};\n\nexport default StatusBadge;\n"],"mappings":";;;;;AA8BA,IAAM,IAAyC;CAC7C,QAAQ;CACR,UAAU;CACV,SAAS;CACT,OAAO;CACP,SAAS;CACT,MAAM;CACP,EAEY,KAAe,EAC1B,SACA,aACA,aAAU,IACV,cACA,iBACmC;CACnC,IAAM,IAAY,EAAQ,IAEtB,IAA8B;AAKlC,QAJI,MACF,IAAU,kBAAC,QAAD;EAAM,WAAW;EAAY,eAAY;EAAS,CAAA,GAI5D,kBAAC,GAAD;EAAO,MAAM;EAAsB;EAAoB;YACrD,kBAAC,QAAD;GAAM,WAAW;aAAjB,CACG,GACA,EACI;;EACD,CAAA"}
@@ -0,0 +1,8 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/atoms/status_badge/statusBadge.css.ts
4
+ var e = "f2f8uw0 txvbqb9jf txvbqbco txvbqbanx", t = "f2f8uw1 txvbqbtvo txvbqbc56 txvbqb1t6 txvbqbuzh";
5
+ //#endregion
6
+ export { e as content, t as dot };
7
+
8
+ //# sourceMappingURL=statusBadge.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"statusBadge.css.js","names":[],"sources":["../../../../../src/backoffice/atoms/status_badge/statusBadge.css.ts"],"sourcesContent":["import { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\n\nexport const content = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 1,\n});\n\nexport const dot = sprinkles({\n width: 2,\n height: 2,\n borderRadius: 'full',\n backgroundColor: 'current',\n});\n"],"mappings":""}
@@ -0,0 +1,32 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { ModalCloseSvg as t } from "../../../icons/ModalCloseSvg.js";
3
+ import { removeButton as n, rootRecipe as r } from "./tag.css.js";
4
+ import "../../../index.js";
5
+ import { jsx as i, jsxs as a } from "react/jsx-runtime";
6
+ import { useId as o } from "react";
7
+ //#region src/backoffice/atoms/tag/Tag.tsx
8
+ var s = ({ children: s, tone: c = "neutral", className: l, onRemove: u, removeLabel: d = "Remove" }) => {
9
+ let f = o(), p = typeof u == "function", m = null;
10
+ return p && (m = /* @__PURE__ */ i("button", {
11
+ type: "button",
12
+ className: n,
13
+ onClick: u,
14
+ "aria-label": d,
15
+ "aria-describedby": f,
16
+ children: /* @__PURE__ */ i(t, {
17
+ width: 14,
18
+ height: 14,
19
+ "aria-hidden": "true"
20
+ })
21
+ })), /* @__PURE__ */ a("span", {
22
+ className: e(r({ tone: c }), l),
23
+ children: [/* @__PURE__ */ i("span", {
24
+ id: f,
25
+ children: s
26
+ }), m]
27
+ });
28
+ };
29
+ //#endregion
30
+ export { s as Tag, s as default };
31
+
32
+ //# sourceMappingURL=Tag.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tag.js","names":[],"sources":["../../../../../src/backoffice/atoms/tag/Tag.tsx"],"sourcesContent":["import { type JSX, type ReactNode, useId } from 'react';\nimport type { RecipeVariants } from '@vanilla-extract/recipes';\n\nimport { ModalCloseSvg } from '@plumile/ui/icons/ModalCloseSvg.js';\n\nimport * as styles from './tag.css.js';\nimport { cx } from '@plumile/ui';\n\nexport type TagTone = NonNullable<\n NonNullable<RecipeVariants<typeof styles.rootRecipe>>['tone']\n>;\n\nexport type TagProps = {\n children: ReactNode;\n tone?: TagTone;\n className?: string;\n onRemove?: () => void;\n removeLabel?: string;\n};\n\nexport const Tag = ({\n children,\n tone = 'neutral',\n className,\n onRemove,\n removeLabel = 'Remove',\n}: TagProps): JSX.Element => {\n const labelId = useId();\n const isRemovable = typeof onRemove === 'function';\n\n let removeButtonNode: JSX.Element | null = null;\n if (isRemovable) {\n removeButtonNode = (\n <button\n type=\"button\"\n className={styles.removeButton}\n onClick={onRemove}\n aria-label={removeLabel}\n aria-describedby={labelId}\n >\n <ModalCloseSvg width={14} height={14} aria-hidden=\"true\" />\n </button>\n );\n }\n\n return (\n <span className={cx(styles.rootRecipe({ tone }), className)}>\n <span id={labelId}>{children}</span>\n {removeButtonNode}\n </span>\n );\n};\n\nexport default Tag;\n"],"mappings":";;;;;;;AAoBA,IAAa,KAAO,EAClB,aACA,UAAO,WACP,cACA,aACA,iBAAc,eACa;CAC3B,IAAM,IAAU,GAAO,EACjB,IAAc,OAAO,KAAa,YAEpC,IAAuC;AAe3C,QAdI,MACF,IACE,kBAAC,UAAD;EACE,MAAK;EACL,WAAW;EACX,SAAS;EACT,cAAY;EACZ,oBAAkB;YAElB,kBAAC,GAAD;GAAe,OAAO;GAAI,QAAQ;GAAI,eAAY;GAAS,CAAA;EACpD,CAAA,GAKX,kBAAC,QAAD;EAAM,WAAW,EAAG,EAAkB,EAAE,SAAM,CAAC,EAAE,EAAU;YAA3D,CACE,kBAAC,QAAD;GAAM,IAAI;GAAU;GAAgB,CAAA,EACnC,EACI"}
@@ -0,0 +1,20 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
4
+ //#region src/backoffice/atoms/tag/tag.css.ts
5
+ var t = e({
6
+ defaultClassName: "_6yn5376 _6yn5370 txvbqbnux txvbqboi6 txvbqbp56 txvbqblwx txvbqb9jf txvbqbco txvbqbanx txvbqb1t6 txvbqb8o txvbqbamf",
7
+ variantClassNames: { tone: {
8
+ neutral: "_6yn5377 _6yn5371 txvbqbv4j",
9
+ info: "_6yn5378 _6yn5372 txvbqbv2j txvbqbv9p",
10
+ success: "_6yn5379 _6yn5373 txvbqbv0v txvbqbv6p",
11
+ warning: "_6yn537a _6yn5374 txvbqbv0b txvbqbv65",
12
+ danger: "_6yn537b _6yn5375 txvbqbuzr txvbqbv5l"
13
+ } },
14
+ defaultVariants: { tone: "neutral" },
15
+ compoundVariants: []
16
+ }), n = "_6yn537c txvbqb9jf txvbqbco txvbqbdnx txvbqb1t6 txvbqb12f txvbqb1px txvbqbuzj txvbqbv4x txvbqbl9f txvbqbv";
17
+ //#endregion
18
+ export { n as removeButton, t as rootRecipe };
19
+
20
+ //# sourceMappingURL=tag.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag.css.js","names":[],"sources":["../../../../../src/backoffice/atoms/tag/tag.css.ts"],"sourcesContent":["import { recipe, type RecipeVariants } from '@vanilla-extract/recipes';\n\nimport { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\n\nconst rootBase = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 1,\n paddingY: 1,\n paddingX: 2,\n borderRadius: 'full',\n fontSize: 'xs',\n fontWeight: 'medium',\n});\n\nconst toneNeutral = sprinkles({ backgroundColor: 'brandLightGray' });\nconst toneInfo = sprinkles({\n backgroundColor: 'primaryLight',\n color: 'brandPrimaryRed',\n});\nconst toneSuccess = sprinkles({\n backgroundColor: 'green-100',\n color: 'green-700',\n});\nconst toneWarning = sprinkles({\n backgroundColor: 'amber-100',\n color: 'amber-700',\n});\nconst toneDanger = sprinkles({\n backgroundColor: 'red-100',\n color: 'red-700',\n});\n\nexport const rootRecipe = recipe({\n base: rootBase,\n variants: {\n tone: {\n neutral: toneNeutral,\n info: toneInfo,\n success: toneSuccess,\n warning: toneWarning,\n danger: toneDanger,\n },\n },\n defaultVariants: {\n tone: 'neutral',\n },\n});\n\nexport type RootRecipeVariants = RecipeVariants<typeof rootRecipe>;\n\nexport const removeButton = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n borderRadius: 'full',\n borderWidth: 0,\n borderStyle: 'none',\n backgroundColor: 'transparent',\n color: 'inherit',\n padding: 0,\n cursor: 'pointer',\n});\n"],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import { vars as e } from "../../theme/themeContract.js";
2
+ import { screens as t } from "../../theme/common.js";
3
+ //#region src/backoffice/layout/backofficeLayoutTokens.ts
4
+ var n = { detail: {
5
+ asideWidth: "320px",
6
+ splitMinWidth: "screen and (min-width: 1200px)",
7
+ collapseMaxWidth: t.lg,
8
+ gap: e.spacing[4],
9
+ stickyTop: e.spacing[6],
10
+ tabsStickyTop: e.spacing[4]
11
+ } };
12
+ //#endregion
13
+ export { n as backofficeLayoutTokens, n as default };
14
+
15
+ //# sourceMappingURL=backofficeLayoutTokens.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeLayoutTokens.js","names":[],"sources":["../../../../src/backoffice/layout/backofficeLayoutTokens.ts"],"sourcesContent":["import { screens } from '@plumile/ui/theme/common.js';\nimport { vars } from '@plumile/ui/theme/themeContract.js';\n\n/**\n * Source of truth for backoffice layout dimensions and breakpoints.\n * Keep these values centralized to avoid drift between templates/pages.\n */\nexport const backofficeLayoutTokens = {\n detail: {\n asideWidth: '320px',\n splitMinWidth: 'screen and (min-width: 1200px)',\n collapseMaxWidth: screens.lg,\n gap: vars.spacing[4],\n stickyTop: vars.spacing[6],\n tabsStickyTop: vars.spacing[4],\n },\n} as const;\n\nexport default backofficeLayoutTokens;\n"],"mappings":";;;AAOA,IAAa,IAAyB,EACpC,QAAQ;CACN,YAAY;CACZ,eAAe;CACf,kBAAkB,EAAQ;CAC1B,KAAK,EAAK,QAAQ;CAClB,WAAW,EAAK,QAAQ;CACxB,eAAe,EAAK,QAAQ;CAC7B,EACF"}
@@ -0,0 +1,34 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { container as t, header as n, layout as r, primary as i, secondary as a, stacked as o } from "./backofficeDetailLayout.css.js";
3
+ import "../../../index.js";
4
+ import { jsx as s, jsxs as c } from "react/jsx-runtime";
5
+ //#region src/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.tsx
6
+ var l = ({ header: l, content: u, aside: d, className: f }) => {
7
+ let p = null;
8
+ return l != null && (p = /* @__PURE__ */ s("div", {
9
+ className: n,
10
+ children: l
11
+ })), d == null ? /* @__PURE__ */ c("div", {
12
+ className: e(t, f),
13
+ children: [p, /* @__PURE__ */ s("div", {
14
+ className: o,
15
+ children: u
16
+ })]
17
+ }) : /* @__PURE__ */ c("div", {
18
+ className: e(t, f),
19
+ children: [p, /* @__PURE__ */ c("div", {
20
+ className: r,
21
+ children: [/* @__PURE__ */ s("div", {
22
+ className: i,
23
+ children: u
24
+ }), /* @__PURE__ */ s("aside", {
25
+ className: a,
26
+ children: d
27
+ })]
28
+ })]
29
+ });
30
+ };
31
+ //#endregion
32
+ export { l as BackofficeDetailLayout, l as default };
33
+
34
+ //# sourceMappingURL=BackofficeDetailLayout.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeDetailLayout.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\nimport { cx } from '@plumile/ui';\n\nimport * as styles from './backofficeDetailLayout.css.js';\n\nexport type BackofficeDetailLayoutProps = {\n header: ReactNode;\n content: ReactNode;\n aside?: ReactNode;\n className?: string;\n};\n\nexport const BackofficeDetailLayout = ({\n header,\n content,\n aside,\n className,\n}: BackofficeDetailLayoutProps): JSX.Element => {\n let headerNode: JSX.Element | null = null;\n if (header != null) {\n headerNode = <div className={styles.header}>{header}</div>;\n }\n\n if (aside == null) {\n return (\n <div className={cx(styles.container, className)}>\n {headerNode}\n <div className={styles.stacked}>{content}</div>\n </div>\n );\n }\n\n return (\n <div className={cx(styles.container, className)}>\n {headerNode}\n <div className={styles.layout}>\n <div className={styles.primary}>{content}</div>\n <aside className={styles.secondary}>{aside}</aside>\n </div>\n </div>\n );\n};\n\nexport default BackofficeDetailLayout;\n"],"mappings":";;;;;AAYA,IAAa,KAA0B,EACrC,QAAA,GACA,YACA,UACA,mBAC8C;CAC9C,IAAI,IAAiC;AAcrC,QAbI,KAAU,SACZ,IAAa,kBAAC,OAAD;EAAK,WAAW;YAAgB;EAAa,CAAA,GAGxD,KAAS,OAET,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAkB,EAAU;YAA/C,CACG,GACD,kBAAC,OAAD;GAAK,WAAW;aAAiB;GAAc,CAAA,CAC3C;MAKR,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAkB,EAAU;YAA/C,CACG,GACD,kBAAC,OAAD;GAAK,WAAW;aAAhB,CACE,kBAAC,OAAD;IAAK,WAAW;cAAiB;IAAc,CAAA,EAC/C,kBAAC,SAAD;IAAO,WAAW;cAAmB;IAAc,CAAA,CAC/C;KACF"}
@@ -0,0 +1,7 @@
1
+ /* empty css */
2
+ //#region src/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.ts
3
+ var e = "_1k4y7360", t = "_1k4y7361", n = "_1k4y7362", r = "_1k4y7363", i = "_1k4y7364", a = "_1k4y7365";
4
+ //#endregion
5
+ export { e as container, t as header, n as layout, r as primary, i as secondary, a as stacked };
6
+
7
+ //# sourceMappingURL=backofficeDetailLayout.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeDetailLayout.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { vars } from '@plumile/ui/theme/themeContract.js';\nimport { screens } from '@plumile/ui/theme/common.js';\n\nexport const container = style({\n display: 'flex',\n flexDirection: 'column',\n gap: vars.spacing[4],\n});\n\nexport const header = style({\n display: 'flex',\n flexDirection: 'column',\n gap: vars.spacing[2],\n});\n\nexport const layout = style({\n display: 'grid',\n gridTemplateColumns: vars.gridTemplateColumns.detailAside320,\n alignItems: 'flex-start',\n gap: vars.spacing[4],\n '@media': {\n [screens.lg]: {\n gridTemplateColumns: vars.gridTemplateColumns.detailSingle,\n },\n },\n});\n\nexport const primary = style({\n display: 'flex',\n flexDirection: 'column',\n gap: vars.spacing[4],\n minWidth: 0,\n});\n\nexport const secondary = style({\n display: 'flex',\n flexDirection: 'column',\n gap: vars.spacing[3],\n});\n\nexport const stacked = style({\n display: 'flex',\n flexDirection: 'column',\n gap: vars.spacing[4],\n});\n"],"mappings":""}
@@ -0,0 +1,37 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { actions as t, container as n, description as r, icon as i, title as a } from "./backofficeEmptyState.css.js";
3
+ import "../../../index.js";
4
+ import { jsx as o, jsxs as s } from "react/jsx-runtime";
5
+ //#region src/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.tsx
6
+ var c = ({ title: c, description: l, actions: u, icon: d, className: f }) => {
7
+ let p = null;
8
+ l != null && (p = /* @__PURE__ */ o("div", {
9
+ className: r,
10
+ children: l
11
+ }));
12
+ let m = null;
13
+ u != null && (m = /* @__PURE__ */ o("div", {
14
+ className: t,
15
+ children: u
16
+ }));
17
+ let h = null;
18
+ return d != null && (h = /* @__PURE__ */ o("div", {
19
+ className: i,
20
+ children: d
21
+ })), /* @__PURE__ */ s("div", {
22
+ className: e(n, f),
23
+ children: [
24
+ h,
25
+ /* @__PURE__ */ o("div", {
26
+ className: a,
27
+ children: c
28
+ }),
29
+ p,
30
+ m
31
+ ]
32
+ });
33
+ };
34
+ //#endregion
35
+ export { c as BackofficeEmptyState, c as default };
36
+
37
+ //# sourceMappingURL=BackofficeEmptyState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeEmptyState.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\nimport { cx } from '@plumile/ui';\n\nimport * as styles from './backofficeEmptyState.css.js';\n\nexport type BackofficeEmptyStateProps = {\n title: ReactNode;\n description?: ReactNode;\n actions?: ReactNode;\n icon?: ReactNode;\n className?: string;\n};\n\nexport const BackofficeEmptyState = ({\n title,\n description,\n actions,\n icon,\n className,\n}: BackofficeEmptyStateProps): JSX.Element => {\n let descriptionNode: JSX.Element | null = null;\n if (description != null) {\n descriptionNode = <div className={styles.description}>{description}</div>;\n }\n\n let actionsNode: JSX.Element | null = null;\n if (actions != null) {\n actionsNode = <div className={styles.actions}>{actions}</div>;\n }\n\n let iconNode: JSX.Element | null = null;\n if (icon != null) {\n iconNode = <div className={styles.icon}>{icon}</div>;\n }\n\n return (\n <div className={cx(styles.container, className)}>\n {iconNode}\n <div className={styles.title}>{title}</div>\n {descriptionNode}\n {actionsNode}\n </div>\n );\n};\n\nexport default BackofficeEmptyState;\n"],"mappings":";;;;;AAaA,IAAa,KAAwB,EACnC,OAAA,GACA,aAAA,GACA,SAAA,GACA,MAAA,GACA,mBAC4C;CAC5C,IAAI,IAAsC;AAC1C,CAAI,KAAe,SACjB,IAAkB,kBAAC,OAAD;EAAK,WAAW;YAAqB;EAAkB,CAAA;CAG3E,IAAI,IAAkC;AACtC,CAAI,KAAW,SACb,IAAc,kBAAC,OAAD;EAAK,WAAW;YAAiB;EAAc,CAAA;CAG/D,IAAI,IAA+B;AAKnC,QAJI,KAAQ,SACV,IAAW,kBAAC,OAAD;EAAK,WAAW;YAAc;EAAW,CAAA,GAIpD,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAkB,EAAU;YAA/C;GACG;GACD,kBAAC,OAAD;IAAK,WAAW;cAAe;IAAY,CAAA;GAC1C;GACA;GACG"}
@@ -0,0 +1,7 @@
1
+ /* empty css */
2
+ //#region src/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.ts
3
+ var e = "_1iwouol0", t = "_1iwouol1", n = "_1iwouol2", r = "_1iwouol3", i = "_1iwouol4";
4
+ //#endregion
5
+ export { i as actions, e as container, r as description, t as icon, n as title };
6
+
7
+ //# sourceMappingURL=backofficeEmptyState.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeEmptyState.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport { vars } from '@plumile/ui/theme/themeContract.js';\n\nexport const container = style({\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n textAlign: 'center',\n paddingTop: vars.spacing[6],\n paddingBottom: vars.spacing[6],\n paddingLeft: vars.spacing[4],\n paddingRight: vars.spacing[4],\n gap: vars.spacing[2],\n color: vars.colors.textSecondary,\n});\n\nexport const icon = style({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: vars.colors.textSecondary,\n});\n\nexport const title = style({\n fontSize: vars.fontSize.base,\n lineHeight: vars.lineHeight.base,\n fontWeight: vars.fontWeight.semibold,\n color: vars.colors.text,\n});\n\nexport const description = style({\n fontSize: vars.fontSize.sm,\n lineHeight: vars.lineHeight.sm,\n color: vars.colors.textSecondary,\n});\n\nexport const actions = style({\n marginTop: vars.spacing[2],\n display: 'flex',\n alignItems: 'center',\n gap: vars.spacing[2],\n flexWrap: 'wrap',\n justifyContent: 'center',\n});\n"],"mappings":""}