@duxweb/dvha-pro 1.1.21 → 1.1.23

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 (146) hide show
  1. package/dist/cjs/component.cjs +1 -1
  2. package/dist/cjs/components/cascaderPanel/cascaderPanel.cjs +1 -0
  3. package/dist/cjs/components/chart/echart.cjs +1 -1
  4. package/dist/cjs/components/dashboard/helloBig.cjs +1 -1
  5. package/dist/cjs/components/data/dynamicData.cjs +1 -1
  6. package/dist/cjs/components/data/selectModal.cjs +1 -1
  7. package/dist/cjs/components/designEditor/editor/setting.cjs +1 -1
  8. package/dist/cjs/components/designEditor/editor.cjs +1 -1
  9. package/dist/cjs/components/drawer/drawer.cjs +1 -1
  10. package/dist/cjs/components/flowEditor/components/setting.cjs +1 -1
  11. package/dist/cjs/components/form/drawerForm.cjs +1 -1
  12. package/dist/cjs/components/form/formItem.cjs +1 -1
  13. package/dist/cjs/components/form/modalForm.cjs +1 -1
  14. package/dist/cjs/components/form/pageForm.cjs +1 -1
  15. package/dist/cjs/components/form/pageTabForm.cjs +1 -1
  16. package/dist/cjs/components/form/settingForm.cjs +1 -1
  17. package/dist/cjs/components/formEditor/components/imageUpload.cjs +1 -1
  18. package/dist/cjs/components/formEditor/editor.cjs +1 -1
  19. package/dist/cjs/components/layout/table.cjs +1 -1
  20. package/dist/cjs/components/layout/tools.cjs +1 -1
  21. package/dist/cjs/components/mapCoord/mapCoord.cjs +1 -0
  22. package/dist/cjs/components/media/media.cjs +1 -1
  23. package/dist/cjs/components/modal/modalTab.cjs +1 -1
  24. package/dist/cjs/components/panel/setting.cjs +1 -1
  25. package/dist/cjs/components/posterEditor/posterEditor.cjs +1 -1
  26. package/dist/cjs/components/select/selectCard.cjs +1 -1
  27. package/dist/cjs/components/spec/spec.cjs +1 -1
  28. package/dist/cjs/components/stats/realTime.cjs +1 -1
  29. package/dist/cjs/components/table/table.cjs +1 -1
  30. package/dist/cjs/components/textImageEditor/textImageEditor.cjs +1 -0
  31. package/dist/cjs/components/textImageEditor/textModal.cjs +1 -0
  32. package/dist/cjs/components/upload/image.cjs +1 -1
  33. package/dist/cjs/components/upload/manage/item.cjs +1 -1
  34. package/dist/cjs/components/upload/manager.cjs +1 -1
  35. package/dist/cjs/components/upload/video.cjs +1 -0
  36. package/dist/cjs/components/widget/connect.cjs +1 -1
  37. package/dist/cjs/dvha-pro.css +1 -1
  38. package/dist/cjs/hooks/dialog.cjs +1 -1
  39. package/dist/cjs/hooks/drawer.cjs +1 -1
  40. package/dist/cjs/hooks/modal.cjs +1 -1
  41. package/dist/cjs/hooks/table/image.cjs +1 -1
  42. package/dist/cjs/hooks/table/media.cjs +1 -1
  43. package/dist/cjs/hooks/table/switch.cjs +1 -1
  44. package/dist/cjs/index.cjs +1 -1
  45. package/dist/cjs/langs/en-US.json.cjs +1 -1
  46. package/dist/cjs/langs/zh-CN.json.cjs +1 -1
  47. package/dist/cjs/pages/authLayout.cjs +1 -1
  48. package/dist/cjs/pages/login.cjs +1 -1
  49. package/dist/cjs/pages/menu/avatar.cjs +1 -1
  50. package/dist/cjs/pages/menu/button.cjs +1 -1
  51. package/dist/cjs/pages/menu/menuApp.cjs +1 -1
  52. package/dist/cjs/pages/menu/mobile.cjs +1 -1
  53. package/dist/cjs/pages/menu/notice.cjs +1 -1
  54. package/dist/cjs/pages/page404.cjs +1 -1
  55. package/dist/cjs/pages/pageStatus.cjs +1 -1
  56. package/dist/cjs/theme/uno.css.cjs +26 -4
  57. package/dist/esm/component.js +21 -20
  58. package/dist/esm/components/cascaderPanel/cascaderPanel.js +378 -0
  59. package/dist/esm/components/chart/echart.js +1 -1
  60. package/dist/esm/components/dashboard/helloBig.js +3 -2
  61. package/dist/esm/components/data/dynamicData.js +49 -40
  62. package/dist/esm/components/data/selectModal.js +3 -3
  63. package/dist/esm/components/designEditor/editor/setting.js +2 -2
  64. package/dist/esm/components/designEditor/editor.js +3 -2
  65. package/dist/esm/components/drawer/drawer.js +22 -19
  66. package/dist/esm/components/flowEditor/components/setting.js +1 -1
  67. package/dist/esm/components/form/drawerForm.js +1 -1
  68. package/dist/esm/components/form/formItem.js +1 -1
  69. package/dist/esm/components/form/modalForm.js +1 -1
  70. package/dist/esm/components/form/pageForm.js +1 -1
  71. package/dist/esm/components/form/pageTabForm.js +1 -1
  72. package/dist/esm/components/form/settingForm.js +1 -1
  73. package/dist/esm/components/formEditor/components/imageUpload.js +1 -1
  74. package/dist/esm/components/formEditor/editor.js +1 -1
  75. package/dist/esm/components/layout/table.js +74 -56
  76. package/dist/esm/components/layout/tools.js +8 -8
  77. package/dist/esm/components/mapCoord/mapCoord.js +218 -0
  78. package/dist/esm/components/media/media.js +57 -32
  79. package/dist/esm/components/modal/modalTab.js +20 -14
  80. package/dist/esm/components/panel/setting.js +3 -2
  81. package/dist/esm/components/posterEditor/posterEditor.js +1 -1
  82. package/dist/esm/components/select/selectCard.js +3 -3
  83. package/dist/esm/components/spec/spec.js +142 -103
  84. package/dist/esm/components/stats/realTime.js +5 -4
  85. package/dist/esm/components/table/table.js +19 -19
  86. package/dist/esm/components/textImageEditor/textImageEditor.js +405 -0
  87. package/dist/esm/components/textImageEditor/textModal.js +77 -0
  88. package/dist/esm/components/upload/image.js +35 -34
  89. package/dist/esm/components/upload/manage/item.js +1 -1
  90. package/dist/esm/components/upload/manager.js +155 -138
  91. package/dist/esm/components/upload/video.js +340 -0
  92. package/dist/esm/components/widget/connect.js +3 -2
  93. package/dist/esm/dvha-pro.css +1 -1
  94. package/dist/esm/hooks/dialog.js +2 -2
  95. package/dist/esm/hooks/drawer.js +2 -2
  96. package/dist/esm/hooks/modal.js +2 -2
  97. package/dist/esm/hooks/table/image.js +2 -2
  98. package/dist/esm/hooks/table/media.js +2 -2
  99. package/dist/esm/hooks/table/switch.js +58 -26
  100. package/dist/esm/index.js +308 -296
  101. package/dist/esm/langs/en-US.json.js +1 -1
  102. package/dist/esm/langs/zh-CN.json.js +1 -1
  103. package/dist/esm/pages/authLayout.js +1 -1
  104. package/dist/esm/pages/login.js +2 -2
  105. package/dist/esm/pages/menu/avatar.js +1 -1
  106. package/dist/esm/pages/menu/button.js +1 -1
  107. package/dist/esm/pages/menu/menuApp.js +1 -1
  108. package/dist/esm/pages/menu/mobile.js +1 -1
  109. package/dist/esm/pages/menu/notice.js +1 -1
  110. package/dist/esm/pages/page404.js +1 -1
  111. package/dist/esm/pages/pageStatus.js +2 -2
  112. package/dist/esm/theme/uno.css.js +26 -4
  113. package/dist/types/components/cascaderPanel/cascaderPanel.d.ts +110 -0
  114. package/dist/types/components/cascaderPanel/index.d.ts +1 -0
  115. package/dist/types/components/data/dynamicData.d.ts +10 -0
  116. package/dist/types/components/data/index.d.ts +1 -1
  117. package/dist/types/components/data/selectModal.d.ts +2 -2
  118. package/dist/types/components/drawer/drawer.d.ts +1 -1
  119. package/dist/types/components/flowEditor/components/kvInput.d.ts +1 -1
  120. package/dist/types/components/flowEditor/components/nodeCard.d.ts +1 -1
  121. package/dist/types/components/form/drawerForm.d.ts +2 -2
  122. package/dist/types/components/form/formLayout.d.ts +2 -2
  123. package/dist/types/components/form/modalForm.d.ts +2 -2
  124. package/dist/types/components/index.d.ts +3 -0
  125. package/dist/types/components/level/level.d.ts +2 -2
  126. package/dist/types/components/mapCoord/index.d.ts +1 -0
  127. package/dist/types/components/mapCoord/mapCoord.d.ts +93 -0
  128. package/dist/types/components/media/media.d.ts +3 -32
  129. package/dist/types/components/modal/modalTab.d.ts +5 -5
  130. package/dist/types/components/select/checkboxTag.d.ts +2 -2
  131. package/dist/types/components/select/dateTag.d.ts +2 -2
  132. package/dist/types/components/select/radioTag.d.ts +2 -2
  133. package/dist/types/components/select/selectCard.d.ts +4 -4
  134. package/dist/types/components/spec/spec.d.ts +21 -0
  135. package/dist/types/components/table/table.d.ts +3 -3
  136. package/dist/types/components/textImageEditor/index.d.ts +2 -0
  137. package/dist/types/components/textImageEditor/textImageEditor.d.ts +56 -0
  138. package/dist/types/components/textImageEditor/textModal.d.ts +72 -0
  139. package/dist/types/components/textImageEditor/types.d.ts +19 -0
  140. package/dist/types/components/upload/index.d.ts +1 -0
  141. package/dist/types/components/upload/video.d.ts +126 -0
  142. package/dist/types/components/widget/index.d.ts +1 -0
  143. package/dist/types/hooks/table/column.d.ts +1 -1
  144. package/dist/types/hooks/table/switch.d.ts +1 -1
  145. package/dist/types/main.d.ts +5 -0
  146. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- const e = { search: "Search", keyword: "Keyword", empty: "No data", menu: "Menu", theme: "Theme", dark: "Dark", light: "Light", back: "Back", loading: "Loading...", success: "Success", error: "Error", unknownError: "Unknown error", preview: "Preview" }, a = /* @__PURE__ */ JSON.parse('{"tab":{"lock":"Lock","closeOther":"Close Other","closeLeft":"Close Left","closeRight":"Close Right"},"dialog":{"confirm":{"title":"Confirm","content":"Are you sure you want to confirm?"},"cancel":{"title":"Cancel","content":"Are you sure you want to cancel?"},"success":{"title":"Success","content":"Your operation has been successful"},"error":{"title":"Error","content":"Your operation has been failed"},"prompt":{"title":"Prompt"}},"button":{"confirm":"Confirm","cancel":"Cancel","submit":"Submit","reset":"Reset","delete":"Delete","search":"Search","advanced":"Advanced","export":"Export","import":"Import","autoRefresh":"Auto Refresh","filter":"Filter","refresh":"Refresh","select":"Select","create":"Create","download":"Download","rename":"Rename","preview":"Preview"},"dateTag":{"recentMinutes":"Last {num} mins","recentHours":"Last {num} hrs","recentDays":"Last {num} days","recentThreeDays":"Last 3 days","recentSevenDays":"Last 7 days","recentThirtyDays":"Last 30 days"},"form":{"edit":"Edit","create":"Create"},"list":{"selectAll":"Select All","columnSetting":"Column Setting","selectedItems":"Selected Items: {num}","total":"Total: {total}","batchTitle":"Batch Operation Confirmation","batchContent":"Are you sure you want to execute this batch operation?"},"editor":{"placeholder":"Please enter content"},"upload":{"title":"File Manager","fileManager":"File Manager","uploadFile":"Upload File","cancel":"Cancel","delete":"Delete","error":"Upload failed","empty":"No files","desc":"Click or drag files to this area","dropHere":"Drop files here","allFormats":"Support any format files","supportFormats":"Support {formats} format files","maxSize":"Max file size: {size}MB","success":"Upload success","failed":"Upload failed","status":{"pending":"Pending","uploading":"Uploading","success":"Success","cancelled":"Cancelled","error":"Error"},"file":{"name":"File Name","size":"Size","type":"Type","status":"Status"},"actions":"Actions","selectUpload":{"clickOrDrag":"Click to select files or drag here","selectedFiles":"Selected {count} files","multipleSupport":"Support multiple file selection","defaultDesc":"Support uploading specified file types","acceptDesc":"Only support uploading {accept} format files","maxFiles":"Max {max} files"}},"uploadManage":{"title":"File Manager","all":"All","image":"Images","media":"Media","docs":"Documents","upload":"Upload","empty":"No files","emptyDesc":"No more files, please upload files","back":"Back to parent","parentLevel":"Parent Level","namePlaceholder":"Please enter name","createError":"Create failed","editError":"Edit failed","delError":"Delete failed","delTitle":"Confirm Delete","delDesc":"Are you sure you want to delete the selected files? This action cannot be undone."},"crop":{"title":"Crop","select":"Select","confirm":"Confirm"},"stats":{"realTimeData":"Real-time Data"},"data":{"selectTitle":"Please select data"},"menu":{"language":"Language","chinese":"中文","english":"English","color":"Color","primaryColor":"Primary Color","neutralColor":"Neutral Color","theme":"Theme","followSystem":"Follow System","lightMode":"Light","darkMode":"Dark","logout":"Logout","notice":"Notice","noNotice":"No notices","markAllRead":"Mark all read","viewAllNotices":"View all notices","themeToggle":"Theme Toggle"},"iconPicker":{"title":"Icon Picker"},"designEditor":{"layout":"Layout","all":"All","grid":{"label":"Grid","title":"Grid Settings","columns":"Columns","spacing":"Spacing","columnsPlaceholder":"Enter columns","spacingPlaceholder":"Enter spacing"}},"spec":{"nameLabel":"Spec Name","namePlaceholder":"e.g. Color, Weight","addImage":"Add Spec Image","valueLabel":"Spec Values","valuePlaceholder":"e.g. Red","addValue":"Add Spec Value","addSpec":"Add Spec","imageHint":"Upload an image for each spec value","status":"Status"},"flowEditor":{"properties":"Properties","nodeInfo":"Node Info","nodeConfig":"Node Config","label":"Label","description":"Description","descriptionPlaceholder":"Please enter node description","selectNodeOrEdge":"Select a node or edge to configure","edgeSettings":"Edge Settings","edgeDescription":"Configure connection properties between nodes","editJSON":"Edit JSON","saveFlow":"Save Flow","clearFlow":"Clear Flow","flowCleared":"Flow cleared","flowSaved":"Flow data saved","editFlowJSON":"Edit Flow JSON","deleteEdge":"Delete Edge","edgeDeleted":"Edge deleted","from":"From","to":"To","connectionType":"Connection Type","pass":"Pass","reject":"Reject","categories":{"start":"Start","process":"Process","condition":"Condition","end":"End"},"nodes":{"start":{"label":"Start","description":"Starting node of the process"},"end":{"label":"End","description":"Ending node of the process"}},"fieldTypes":{"text":"Text","number":"Number","boolean":"Boolean","date":"Date","array":"Array","object":"Object"},"toolbar":{"releaseToAdd":"Release to add node"},"setting":{"operations":"Operations","node":"Node","connection":"Connection"},"nodeCard":{"delete":"Delete","copy":"Copy"},"jsonEditor":{"copiedToClipboard":"Copied to clipboard","dataApplied":"Data applied to flow","jsonFormatError":"JSON format error"},"processNode":{"label":"Process","description":"Generic process node"},"startNode":{"label":"Start","description":"Starting node of the process","configTitle":"Start Node Configuration"},"nodeId":"Node ID","nodeIdPlaceholder":"e.g. ai_task","nodeIdExists":"Node ID already exists","fieldConfig":{"modePlaceholder":"Select input mode","modeText":"Text mode","modeJson":"JSON builder","modeCode":"Code editor","fieldNamePlaceholder":"Field name","fieldTypePlaceholder":"Field type","labelPlaceholder":"Display label","textPlaceholder":"Supports {{input.xxx}} / {{node.output}}","notePlaceholder":"Notes (optional)","addField":"Add Field"}},"schemaEditor":{"treeTitle":"Schema tree","addRoot":"Add root","addRootTitle":"Create root node","addChild":"Add child","addChildTitle":"Create child node","duplicate":"Duplicate","duplicateTitle":"Duplicate node","editNodeTitle":"Edit node","editNode":"Edit","editModalTitle":"Schema node","remove":"Delete","empty":"No nodes yet","addFirst":"Create node","newNode":"New node","childNode":"Child node","copySuffix":"Copy","untitled":"Untitled","nodeName":"Node name","nodeNamePlaceholder":"e.g. user","nodeType":"Node type","nodeTypePlaceholder":"Select node type","description":"Description","descriptionPlaceholder":"Describe the purpose of this node","params":"Custom parameters","paramsEmpty":"No parameters configured","noDescription":"No description yet","selectHint":"Select a node on the left to edit"},"formEditor":{"config":"Component Config","options":"Option Config","data":"Data","common":{"componentConfig":"Component Config","optionConfig":"Option Config","optionData":"Option Data","dataConfig":"Data Config","dataEdit":"Data Edit","label":"Label","placeholder":"Placeholder","disabled":"Disabled","clearable":"Clearable","multiple":"Multiple","defaultValue":"Default Value","readonly":"Readonly","showCount":"Show Count","prefix":"Prefix","suffix":"Suffix","status":"Status","minLength":"Min Length","maxLength":"Max Length","minValue":"Min Value","maxValue":"Max Value","minCount":"Min Count","maxCount":"Max Count","optionLabel":"Option Label","optionValue":"Option Value","labelField":"Label Field","valueField":"Value Field","dataInterface":"Data Interface","cascade":"Cascade","showPath":"Show Path","uploadUrl":"Upload URL","showAlpha":"Show Alpha","timeFormat":"Time Format","hour12":"12 Hours","dateType":"Date Type","inputType":"Input Type","formDirection":"Form Direction","leftAlign":"Left Align","topAlign":"Top Align","settingAlign":"Setting Layout","pageAlign":"Page Layout","name":"Name","desc":"Description"},"setting":{"title":"Form Settings"},"validation":"Validation Rules","componentConfig":"Component Config","input":{"label":"Text","types":{"text":"Text","textarea":"Textarea","password":"Password"}},"inputNumber":{"label":"Number"},"select":{"label":"Select","configDesc":"Config options"},"radio":{"label":"Radio","configDesc":"Config options"},"checkbox":{"label":"Checkbox","configDesc":"Config options"},"switch":{"label":"Switch"},"date":{"label":"Date","placeholder":"Select date","dateType":"Date Type","date":"Date","daterange":"Date Range","datetime":"DateTime","datetimerange":"DateTime Range","month":"Month","monthrange":"Month Range","year":"Year","yearrange":"Year Range","quarter":"Quarter","quarterrange":"Quarter Range","week":"Week"},"time":{"label":"Time","placeholder":"Select time","timeFormat":"Format","use12Hours":"12 Hours"},"color":{"label":"Color","showAlpha":"Show Alpha"},"cascader":{"label":"Cascader","desc":"Cascader options data in JSON array format","configDesc":"Config options","optionDesc":"JSON array format","optionsDescription":"Config cascader options","cascade":"Cascade","showPath":"Show Path"},"cascaderAsync":{"label":"Cascader","dataApi":"Data API","apiPlaceholder":"Enter API URL","cascade":"Cascade","showPath":"Show Path"},"dynamicInput":{"label":"Dynamic"},"editor":{"label":"Editor","placeholder":"Enter content","uploadUrlDesc":"Editor image upload URL"},"aiEditor":{"label":"Editor","uploadUrl":"Upload URL","uploadUrlFeedback":"Image upload URL"},"sider":{"name":"Slider","step":"Step","min":"Min","max":"Max"},"dynamicTags":{"name":"Tags","max":"Max Count"},"mentionAsync":{"name":"Mention","clearable":"Clearable","path":"Data API","labelField":"Label Field","valueField":"Value Field"},"region":{"name":"Region","Path":"Data API","labelField":"Label Field","valueField":"Value Field"},"selectAsync":{"name":"Select","pagination":"Pagination","path":"Data API","labelField":"Label Field","valueField":"Value Field","imageField":"Image Field","descField":"Desc Field"},"transferAsync":{"name":"Transfer"},"treeSelect":{"name":"Tree"},"treeSelectAsync":{"name":"Tree Select","path":"Data API","labelField":"Label Field","keyField":"Key Field"},"tree":{"disabled":"Disabled"},"groups":{"form":"Form","select":"Selector","async":"Async"},"imageUpload":{"label":"Image Upload","maxSize":"Max File Size (MB)","maxSizePlaceholder":"Enter max file size","maxNumPlaceholder":"Enter max file count","manager":"File Manager"},"fileUpload":{"label":"File Upload","accept":"Accept File Types","acceptPlaceholder":"Enter accepted file types, e.g.: image/*,video/*","maxSize":"Max File Size (MB)","maxSizePlaceholder":"Enter max file size","maxNumPlaceholder":"Enter max file count","manager":"File Manager"},"main":{"label":"Main Content","categories":{"form":"Form","select":"Selector","async":"Async"},"actions":{"jsonOutput":"Json Output","save":"Save"}}}}'), t = { table: { exportSuccess: "Export data successfully", exportProgress: "Exporting data, please wait...", exportFailed: "Export data failed", exportSuccessContent: "Successfully exported {count} records", exportProgressContent: "Page {page} data", exportFailedContent: "Export data failed: {error}", importSuccess: "Import data successfully", importProgress: "Importing data, please wait...", importFailed: "Import data failed", importSuccessContent: "Successfully imported {count} records", importProgressContent: "{processed} / {total} records", importFailedContent: "Import data failed: {error}", saveSuccess: "Save successfully", copySuccess: "Copy successfully", copyFailed: "Copy failed" }, download: { failed: "Download failed" } }, o = { 400: { title: "400", desc: "Request error" }, 401: { title: "401", desc: "You do not have permission to access this page" }, 403: { title: "403", desc: "You do not have permission to access this page" }, 404: { title: "404", desc: "Page not found" }, 500: { title: "500", desc: "Server error" }, empty: { title: "No data", desc: "No more data, please try again later" }, loading: { title: "Loading", desc: "Data is loading, please try again later" }, exception: { title: "System Exception", desc: "A system exception occurred. Please check the console for details" }, login: { success: "Login success", error: "Login failed, please check your username and password", placeholder: { username: "Please enter username", password: "Please enter password" }, buttons: { login: "Login" } } }, l = { "zh-CN": "Chinese", "en-US": "English", "ja-JP": "Japanese", "ko-KR": "Korean", "ru-RU": "Russian" }, i = {
1
+ const e = { search: "Search", keyword: "Keyword", empty: "No data", menu: "Menu", theme: "Theme", dark: "Dark", light: "Light", back: "Back", loading: "Loading...", success: "Success", error: "Error", unknownError: "Unknown error", preview: "Preview" }, a = /* @__PURE__ */ JSON.parse('{"tab":{"lock":"Lock","closeOther":"Close Other","closeLeft":"Close Left","closeRight":"Close Right"},"dialog":{"confirm":{"title":"Confirm","content":"Are you sure you want to confirm?"},"cancel":{"title":"Cancel","content":"Are you sure you want to cancel?"},"success":{"title":"Success","content":"Your operation has been successful"},"error":{"title":"Error","content":"Your operation has been failed"},"prompt":{"title":"Prompt"}},"button":{"confirm":"Confirm","cancel":"Cancel","submit":"Submit","reset":"Reset","delete":"Delete","search":"Search","advanced":"Advanced","export":"Export","import":"Import","autoRefresh":"Auto Refresh","filter":"Filter","refresh":"Refresh","select":"Select","create":"Create","download":"Download","rename":"Rename","preview":"Preview"},"dateTag":{"recentMinutes":"Last {num} mins","recentHours":"Last {num} hrs","recentDays":"Last {num} days","recentThreeDays":"Last 3 days","recentSevenDays":"Last 7 days","recentThirtyDays":"Last 30 days"},"textImageEditor":{"hint":"Click to add an image or text. You can also drag to reorder.","empty":"Live preview","addImage":"Add image","addText":"Add text","preview":"Preview","previewTitle":"Preview","textLabel":"Text","editText":"Edit text"},"form":{"edit":"Edit","create":"Create"},"list":{"selectAll":"Select All","columnSetting":"Column Setting","selectedItems":"Selected Items: {num}","total":"Total: {total}","batchTitle":"Batch Operation Confirmation","batchContent":"Are you sure you want to execute this batch operation?"},"editor":{"placeholder":"Please enter content"},"cascaderPanel":{"level":"Level {num}","selectAll":"Select All","clearAll":"Clear All"},"upload":{"title":"File Manager","fileManager":"File Manager","uploadFile":"Upload File","cancel":"Cancel","delete":"Delete","error":"Upload failed","empty":"No files","desc":"Click or drag files to this area","dropHere":"Drop files here","allFormats":"Support any format files","supportFormats":"Support {formats} format files","maxSize":"Max file size: {size}MB","success":"Upload success","failed":"Upload failed","status":{"pending":"Pending","uploading":"Uploading","success":"Success","cancelled":"Cancelled","error":"Error"},"file":{"name":"File Name","size":"Size","type":"Type","status":"Status"},"actions":"Actions","selectUpload":{"clickOrDrag":"Click to select files or drag here","selectedFiles":"Selected {count} files","multipleSupport":"Support multiple file selection","defaultDesc":"Support uploading specified file types","acceptDesc":"Only support uploading {accept} format files","maxFiles":"Max {max} files"}},"uploadManage":{"title":"File Manager","all":"All","image":"Images","media":"Media","docs":"Documents","upload":"Upload","empty":"No files","emptyDesc":"No more files, please upload files","back":"Back to parent","parentLevel":"Parent Level","namePlaceholder":"Please enter name","createError":"Create failed","editError":"Edit failed","delError":"Delete failed","delTitle":"Confirm Delete","delDesc":"Are you sure you want to delete the selected files? This action cannot be undone."},"crop":{"title":"Crop","select":"Select","confirm":"Confirm"},"stats":{"realTimeData":"Real-time Data"},"data":{"selectTitle":"Please select data"},"menu":{"language":"Language","chinese":"中文","english":"English","color":"Color","primaryColor":"Primary Color","neutralColor":"Neutral Color","theme":"Theme","followSystem":"Follow System","lightMode":"Light","darkMode":"Dark","logout":"Logout","notice":"Notice","noNotice":"No notices","markAllRead":"Mark all read","viewAllNotices":"View all notices","themeToggle":"Theme Toggle"},"iconPicker":{"title":"Icon Picker"},"designEditor":{"layout":"Layout","all":"All","grid":{"label":"Grid","title":"Grid Settings","columns":"Columns","spacing":"Spacing","columnsPlaceholder":"Enter columns","spacingPlaceholder":"Enter spacing"}},"spec":{"nameLabel":"Spec Name","namePlaceholder":"e.g. Color, Weight","addImage":"Add Spec Image","valueLabel":"Spec Values","valuePlaceholder":"e.g. Red","addValue":"Add Spec Value","addSpec":"Add Spec","imageHint":"Upload an image for each spec value","status":"Status"},"flowEditor":{"properties":"Properties","nodeInfo":"Node Info","nodeConfig":"Node Config","label":"Label","description":"Description","descriptionPlaceholder":"Please enter node description","selectNodeOrEdge":"Select a node or edge to configure","edgeSettings":"Edge Settings","edgeDescription":"Configure connection properties between nodes","editJSON":"Edit JSON","saveFlow":"Save Flow","clearFlow":"Clear Flow","flowCleared":"Flow cleared","flowSaved":"Flow data saved","editFlowJSON":"Edit Flow JSON","deleteEdge":"Delete Edge","edgeDeleted":"Edge deleted","from":"From","to":"To","connectionType":"Connection Type","pass":"Pass","reject":"Reject","categories":{"start":"Start","process":"Process","condition":"Condition","end":"End"},"nodes":{"start":{"label":"Start","description":"Starting node of the process"},"end":{"label":"End","description":"Ending node of the process"}},"fieldTypes":{"text":"Text","number":"Number","boolean":"Boolean","date":"Date","array":"Array","object":"Object"},"toolbar":{"releaseToAdd":"Release to add node"},"setting":{"operations":"Operations","node":"Node","connection":"Connection"},"nodeCard":{"delete":"Delete","copy":"Copy"},"jsonEditor":{"copiedToClipboard":"Copied to clipboard","dataApplied":"Data applied to flow","jsonFormatError":"JSON format error"},"processNode":{"label":"Process","description":"Generic process node"},"startNode":{"label":"Start","description":"Starting node of the process","configTitle":"Start Node Configuration"},"nodeId":"Node ID","nodeIdPlaceholder":"e.g. ai_task","nodeIdExists":"Node ID already exists","fieldConfig":{"modePlaceholder":"Select input mode","modeText":"Text mode","modeJson":"JSON builder","modeCode":"Code editor","fieldNamePlaceholder":"Field name","fieldTypePlaceholder":"Field type","labelPlaceholder":"Display label","textPlaceholder":"Supports {{input.xxx}} / {{node.output}}","notePlaceholder":"Notes (optional)","addField":"Add Field"}},"schemaEditor":{"treeTitle":"Schema tree","addRoot":"Add root","addRootTitle":"Create root node","addChild":"Add child","addChildTitle":"Create child node","duplicate":"Duplicate","duplicateTitle":"Duplicate node","editNodeTitle":"Edit node","editNode":"Edit","editModalTitle":"Schema node","remove":"Delete","empty":"No nodes yet","addFirst":"Create node","newNode":"New node","childNode":"Child node","copySuffix":"Copy","untitled":"Untitled","nodeName":"Node name","nodeNamePlaceholder":"e.g. user","nodeType":"Node type","nodeTypePlaceholder":"Select node type","description":"Description","descriptionPlaceholder":"Describe the purpose of this node","params":"Custom parameters","paramsEmpty":"No parameters configured","noDescription":"No description yet","selectHint":"Select a node on the left to edit"},"formEditor":{"config":"Component Config","options":"Option Config","data":"Data","common":{"componentConfig":"Component Config","optionConfig":"Option Config","optionData":"Option Data","dataConfig":"Data Config","dataEdit":"Data Edit","label":"Label","placeholder":"Placeholder","disabled":"Disabled","clearable":"Clearable","multiple":"Multiple","defaultValue":"Default Value","readonly":"Readonly","showCount":"Show Count","prefix":"Prefix","suffix":"Suffix","status":"Status","minLength":"Min Length","maxLength":"Max Length","minValue":"Min Value","maxValue":"Max Value","minCount":"Min Count","maxCount":"Max Count","optionLabel":"Option Label","optionValue":"Option Value","labelField":"Label Field","valueField":"Value Field","dataInterface":"Data Interface","cascade":"Cascade","showPath":"Show Path","uploadUrl":"Upload URL","showAlpha":"Show Alpha","timeFormat":"Time Format","hour12":"12 Hours","dateType":"Date Type","inputType":"Input Type","formDirection":"Form Direction","leftAlign":"Left Align","topAlign":"Top Align","settingAlign":"Setting Layout","pageAlign":"Page Layout","name":"Name","desc":"Description"},"setting":{"title":"Form Settings"},"validation":"Validation Rules","componentConfig":"Component Config","input":{"label":"Text","types":{"text":"Text","textarea":"Textarea","password":"Password"}},"inputNumber":{"label":"Number"},"select":{"label":"Select","configDesc":"Config options"},"radio":{"label":"Radio","configDesc":"Config options"},"checkbox":{"label":"Checkbox","configDesc":"Config options"},"switch":{"label":"Switch"},"date":{"label":"Date","placeholder":"Select date","dateType":"Date Type","date":"Date","daterange":"Date Range","datetime":"DateTime","datetimerange":"DateTime Range","month":"Month","monthrange":"Month Range","year":"Year","yearrange":"Year Range","quarter":"Quarter","quarterrange":"Quarter Range","week":"Week"},"time":{"label":"Time","placeholder":"Select time","timeFormat":"Format","use12Hours":"12 Hours"},"color":{"label":"Color","showAlpha":"Show Alpha"},"cascader":{"label":"Cascader","desc":"Cascader options data in JSON array format","configDesc":"Config options","optionDesc":"JSON array format","optionsDescription":"Config cascader options","cascade":"Cascade","showPath":"Show Path"},"cascaderAsync":{"label":"Cascader","dataApi":"Data API","apiPlaceholder":"Enter API URL","cascade":"Cascade","showPath":"Show Path"},"dynamicInput":{"label":"Dynamic"},"editor":{"label":"Editor","placeholder":"Enter content","uploadUrlDesc":"Editor image upload URL"},"aiEditor":{"label":"Editor","uploadUrl":"Upload URL","uploadUrlFeedback":"Image upload URL"},"sider":{"name":"Slider","step":"Step","min":"Min","max":"Max"},"dynamicTags":{"name":"Tags","max":"Max Count"},"mentionAsync":{"name":"Mention","clearable":"Clearable","path":"Data API","labelField":"Label Field","valueField":"Value Field"},"region":{"name":"Region","Path":"Data API","labelField":"Label Field","valueField":"Value Field"},"selectAsync":{"name":"Select","pagination":"Pagination","path":"Data API","labelField":"Label Field","valueField":"Value Field","imageField":"Image Field","descField":"Desc Field"},"transferAsync":{"name":"Transfer"},"treeSelect":{"name":"Tree"},"treeSelectAsync":{"name":"Tree Select","path":"Data API","labelField":"Label Field","keyField":"Key Field"},"tree":{"disabled":"Disabled"},"groups":{"form":"Form","select":"Selector","async":"Async"},"imageUpload":{"label":"Image Upload","maxSize":"Max File Size (MB)","maxSizePlaceholder":"Enter max file size","maxNumPlaceholder":"Enter max file count","manager":"File Manager"},"fileUpload":{"label":"File Upload","accept":"Accept File Types","acceptPlaceholder":"Enter accepted file types, e.g.: image/*,video/*","maxSize":"Max File Size (MB)","maxSizePlaceholder":"Enter max file size","maxNumPlaceholder":"Enter max file count","manager":"File Manager"},"main":{"label":"Main Content","categories":{"form":"Form","select":"Selector","async":"Async"},"actions":{"jsonOutput":"Json Output","save":"Save"}}}}'), t = { table: { exportSuccess: "Export data successfully", exportProgress: "Exporting data, please wait...", exportFailed: "Export data failed", exportSuccessContent: "Successfully exported {count} records", exportProgressContent: "Page {page} data", exportFailedContent: "Export data failed: {error}", importSuccess: "Import data successfully", importProgress: "Importing data, please wait...", importFailed: "Import data failed", importSuccessContent: "Successfully imported {count} records", importProgressContent: "{processed} / {total} records", importFailedContent: "Import data failed: {error}", saveSuccess: "Save successfully", copySuccess: "Copy successfully", copyFailed: "Copy failed" }, download: { failed: "Download failed" } }, o = { 400: { title: "400", desc: "Request error" }, 401: { title: "401", desc: "You do not have permission to access this page" }, 403: { title: "403", desc: "You do not have permission to access this page" }, 404: { title: "404", desc: "Page not found" }, 500: { title: "500", desc: "Server error" }, empty: { title: "No data", desc: "No more data, please try again later" }, loading: { title: "Loading", desc: "Data is loading, please try again later" }, exception: { title: "System Exception", desc: "A system exception occurred. Please check the console for details" }, login: { success: "Login success", error: "Login failed, please check your username and password", placeholder: { username: "Please enter username", password: "Please enter password" }, buttons: { login: "Login" } } }, l = { "zh-CN": "Chinese", "en-US": "English", "ja-JP": "Japanese", "ko-KR": "Korean", "ru-RU": "Russian" }, i = {
2
2
  common: e,
3
3
  components: a,
4
4
  hooks: t,
@@ -1,4 +1,4 @@
1
- const e = { search: "搜索", empty: "暂无数据", menu: "菜单", theme: "主题", dark: "暗色模式", light: "亮色模式", back: "返回", loading: "加载中...", success: "操作成功", error: "操作失败", unknownError: "未知错误", keyword: "请输入关键字", preview: "预览" }, t = { tab: { lock: "锁定", closeOther: "关闭其他", closeLeft: "关闭左侧", closeRight: "关闭右侧" }, dialog: { confirm: { title: "确定", content: "确定要确认吗?" }, cancel: { title: "取消", content: "确定要取消吗?" }, success: { title: "成功", content: "您的操作已成功" }, error: { title: "错误", content: "您的操作已失败" }, prompt: { title: "提示" } }, button: { confirm: "确定", cancel: "取消", submit: "提交", reset: "重置", delete: "删除", search: "查询", advanced: "高级", export: "导出", import: "导入", autoRefresh: "自动刷新", filter: "筛选", refresh: "刷新", select: "选择", create: "新建", download: "下载", rename: "重命名", preview: "预览", sideLeft: "左侧", sideRight: "右侧" }, dateTag: { recentMinutes: "近{num}分钟", recentHours: "近{num}小时", recentDays: "近{num}日", recentThreeDays: "近3日", recentSevenDays: "近7日", recentThirtyDays: "近30日" }, form: { edit: "编辑", create: "新增", success: "保存成功", error: "保存失败" }, list: { selectAll: "全选", columnSetting: "列设置", selectedItems: "选中项: {num}", total: "共 {total} 条", batchTitle: "批量操作确认", batchContent: "确定要执行此批量操作吗?" }, editor: { placeholder: "请输入内容" }, upload: { title: "文件管理", fileManager: "文件管理器", uploadFile: "上传文件", cancel: "取消", delete: "删除", error: "上传失败", empty: "暂无文件", desc: "点击或拖拽文件到此区域", dropHere: "拖拽文件到此处", allFormats: "支持任意格式文件", supportFormats: "支持 {formats} 格式文件", maxSize: "最大文件大小: {size}MB", success: "上传成功", failed: "上传失败", status: { pending: "待上传", uploading: "上传中", success: "已上传", cancelled: "已取消", error: "失败" }, file: { name: "文件名", size: "大小", type: "类型", status: "状态" }, actions: "操作", selectUpload: { clickOrDrag: "点击选择文件或拖拽到此处", selectedFiles: "已选择 {count} 个文件", multipleSupport: "支持多文件选择", defaultDesc: "支持上传指定类型文件", acceptDesc: "仅支持上传 {accept} 格式文件", maxFiles: "最多 {max} 个文件" } }, uploadManage: { title: "文件管理", all: "全部", image: "图片", media: "媒体", docs: "文档", upload: "上传", empty: "暂无文件", emptyDesc: "暂无更多文件,请先上传文件", back: "返回上一级", parentLevel: "上一级", namePlaceholder: "请输入名称", createError: "创建失败", editError: "修改失败", delError: "删除失败", delTitle: "确认删除", delDesc: "确定要删除选中的文件吗?删除后不可恢复。" }, crop: { title: "裁剪", select: "选择", confirm: "确认" }, stats: { realTimeData: "实时数据" }, data: { selectTitle: "请选择数据" }, menu: { language: "语言", chinese: "中文", english: "English", color: "颜色", primaryColor: "主题色", neutralColor: "中性色", theme: "主题", followSystem: "跟随系统", lightMode: "亮色", darkMode: "暗色", logout: "退出登录", notice: "通知", noNotice: "暂无通知", markAllRead: "一键已读", viewAllNotices: "查看全部消息", themeToggle: "主题切换" }, iconPicker: { title: "图标选择" }, designEditor: { layout: "布局", all: "全部", grid: { label: "网格", title: "网格设置", columns: "列数", spacing: "间距", columnsPlaceholder: "请输入列数", spacingPlaceholder: "请输入间距" } }, spec: { nameLabel: "规格名", namePlaceholder: "如:颜色、重量", addImage: "添加规格图片", valueLabel: "规格值", valuePlaceholder: "如:红色", addValue: "添加规格值", addSpec: "新增规格", imageHint: "每个规格值可上传图片", status: "启用状态" }, flowEditor: { properties: "属性", nodeInfo: "节点信息", nodeConfig: "节点配置", label: "标签", description: "描述", descriptionPlaceholder: "请输入节点描述", selectNodeOrEdge: "选择节点或连接线进行配置", edgeSettings: "连接线设置", edgeDescription: "配置节点间的连接属性", editJSON: "编辑JSON", saveFlow: "保存流程", clearFlow: "清空流程", flowCleared: "流程已清空", flowSaved: "流程数据已保存", editFlowJSON: "编辑流程 JSON", deleteEdge: "删除连接线", edgeDeleted: "连接线已删除", from: "从", to: "到", connectionType: "连接类型", pass: "通过", reject: "退回", categories: { start: "开始", process: "处理", condition: "条件", end: "结束" }, nodes: { start: { label: "开始", description: "流程的起始节点" }, end: { label: "结束", description: "流程的结束节点" } }, fieldTypes: { text: "文本", number: "数字", boolean: "布尔", date: "日期", array: "数组", object: "对象" }, toolbar: { releaseToAdd: "释放以添加节点" }, setting: { operations: "操作", node: "节点", connection: "连接" }, nodeCard: { delete: "删除", copy: "复制" }, jsonEditor: { copiedToClipboard: "已复制到剪贴板", dataApplied: "数据已应用到流程", jsonFormatError: "JSON 格式错误" }, processNode: { label: "处理", description: "通用处理节点" }, startNode: { label: "开始", description: "流程的起始节点", configTitle: "开始节点配置" }, nodeId: "节点 ID", nodeIdPlaceholder: "例如:ai_task", nodeIdExists: "节点 ID 已存在", fieldConfig: { modePlaceholder: "请选择输入模式", modeText: "文本模式", modeJson: "JSON 列表", modeCode: "代码编辑", fieldNamePlaceholder: "字段名称", fieldTypePlaceholder: "字段类型", labelPlaceholder: "显示名称", textPlaceholder: "支持 {{input.xxx}} / {{节点ID.output}}", notePlaceholder: "备注说明(可选)", addField: "新增字段" } }, schemaEditor: { treeTitle: "Schema 树", addRoot: "新增节点", addRootTitle: "新增根节点", addChild: "新增子节点", addChildTitle: "新增子节点", duplicate: "复制节点", duplicateTitle: "复制节点", editNodeTitle: "编辑节点", editNode: "编辑", editModalTitle: "节点配置", remove: "删除节点", empty: "暂无节点", addFirst: "创建节点", newNode: "新节点", childNode: "子节点", copySuffix: "副本", untitled: "未命名节点", nodeName: "节点名称", nodeNamePlaceholder: "例如:user", nodeType: "节点类型", nodeTypePlaceholder: "请选择节点类型", description: "节点说明", descriptionPlaceholder: "补充该节点的用途", params: "自定义参数", paramsEmpty: "暂无参数配置", noDescription: "暂无描述", selectHint: "请选择左侧的节点开始编辑" }, formEditor: { config: "组件配置", options: "选项配置", data: "数据", common: { componentConfig: "组件配置", optionConfig: "选项配置", optionData: "选项数据", dataConfig: "数据配置", dataEdit: "数据编辑", label: "标签", disabled: "禁用", clearable: "可清除", readonly: "只读", showCount: "显示字数", placeholder: "占位符", prefix: "前缀", suffix: "后缀", status: "状态", defaultValue: "默认值", minLength: "最小长度", maxLength: "最大长度", minValue: "最小值", maxValue: "最大值", labelField: "标签字段", valueField: "值字段", optionLabel: "选项标签", optionValue: "选项值", dataInterface: "数据接口", multiple: "多选", cascade: "级联", showPath: "显示路径", minCount: "最小数量", maxCount: "最大数量", uploadUrl: "上传地址", showAlpha: "显示透明度", timeFormat: "时间格式", hour12: "12小时制", dateType: "日期类型", inputType: "输入类型", formDirection: "表单方向", leftAlign: "左对齐", topAlign: "上对齐", settingAlign: "设置布局", pageAlign: "页面布局", name: "名称", desc: "描述" }, setting: { title: "表单设置" }, validation: "验证规则", componentConfig: "组件配置", input: { label: "文本", types: { text: "文本", textarea: "多行文本", password: "密码" } }, inputNumber: { label: "数字" }, select: { label: "选择", configDesc: "配置选项数据" }, radio: { label: "单选", configDesc: "配置单选框选项数据" }, checkbox: { label: "复选", configDesc: "配置复选框选项数据" }, switch: { label: "开关" }, date: { label: "日期", placeholder: "选择日期", dateType: "日期类型", date: "日期", daterange: "日期范围", datetime: "日期时间", datetimerange: "日期时间范围", month: "月份", monthrange: "月份范围", year: "年份", yearrange: "年份范围", quarter: "季度", quarterrange: "季度范围", week: "周" }, time: { label: "时间", placeholder: "选择时间", timeFormat: "格式", use12Hours: "12小时制" }, color: { label: "颜色", showAlpha: "显示透明度" }, cascader: { label: "级联", desc: "级联选择器选项数据,格式为 JSON 数组", configDesc: "配置选项", optionDesc: "JSON 数组格式", optionsDescription: "配置级联选择器选项数据", cascade: "级联", showPath: "显示路径" }, cascaderAsync: { label: "级联", dataApi: "数据接口", apiPlaceholder: "输入接口地址", cascade: "级联", showPath: "显示路径" }, dynamicInput: { label: "动态" }, editor: { label: "编辑器", placeholder: "输入内容", uploadUrlDesc: "编辑器图片上传地址" }, aiEditor: { label: "编辑器", uploadUrl: "上传地址", uploadUrlFeedback: "编辑器图片上传地址" }, sider: { name: "滑块", step: "步长", min: "最小", max: "最大" }, dynamicTags: { name: "标签", max: "最大数量" }, mentionAsync: { name: "提及", clearable: "可清除", path: "数据接口", labelField: "标签字段", valueField: "值字段" }, region: { name: "地区", Path: "数据接口", labelField: "标签字段", valueField: "值字段" }, selectAsync: { name: "选择", pagination: "分页", path: "数据接口", labelField: "标签字段", valueField: "值字段", imageField: "图片字段", descField: "描述字段" }, transferAsync: { name: "穿梭框" }, treeSelect: { name: "树选择" }, treeSelectAsync: { name: "异步树选择", path: "数据接口", labelField: "标签字段", keyField: "键字段" }, tree: { disabled: "禁用" }, groups: { form: "表单", select: "选择器", async: "异步" }, imageUpload: { label: "图片上传", maxSize: "最大文件大小(MB)", maxSizePlaceholder: "请输入最大文件大小", maxNumPlaceholder: "请输入最大文件数量", manager: "文件管理器" }, fileUpload: { label: "文件上传", accept: "接受文件类型", acceptPlaceholder: "请输入接受的文件类型,如:image/*,video/*", maxSize: "最大文件大小(MB)", maxSizePlaceholder: "请输入最大文件大小", maxNumPlaceholder: "请输入最大文件数量", manager: "文件管理器" }, main: { label: "主要内容", categories: { form: "表单", select: "选择器", async: "异步" }, actions: { jsonOutput: "Json 输出", save: "保存" } } } }, a = { table: { exportSuccess: "导出数据成功", exportProgress: "导出数据中, 请稍后...", exportFailed: "导出数据失败", exportSuccessContent: "成功导出 {count} 条数据", exportProgressContent: "第 {page} 页数据", exportFailedContent: "导出数据失败:{error}", importSuccess: "导入数据成功", importProgress: "导入数据中, 请稍后...", importFailed: "导入数据失败", importSuccessContent: "成功导入 {count} 条数据", importProgressContent: "{processed} / {total} 条数据", importFailedContent: "导入数据失败:{error}", saveSuccess: "保存成功", copySuccess: "复制成功", copyFailed: "复制失败" }, download: { failed: "下载失败" } }, l = { 400: { title: "400", desc: "请求错误" }, 401: { title: "401", desc: "您没有权限访问该页面" }, 403: { title: "403", desc: "您没有权限访问该页面" }, 404: { title: "404", desc: "页面不存在" }, 500: { title: "500", desc: "服务器错误" }, empty: { title: "暂无数据", desc: "暂无更多数据,请先创建数据" }, loading: { title: "加载中", desc: "数据正在加载中,请稍后..." }, exception: { title: "系统异常", desc: "系统发生异常,具体原因请查看控制台" }, login: { success: "登录成功", error: "登录失败,请检查用户名和密码", placeholder: { username: "请输入用户名", password: "请输入密码" }, buttons: { login: "登录" } } }, o = { "zh-CN": "中文", "en-US": "English", "ja-JP": "日本語", "ko-KR": "한국어", "ru-RU": "Русский" }, i = {
1
+ const e = { search: "搜索", empty: "暂无数据", menu: "菜单", theme: "主题", dark: "暗色模式", light: "亮色模式", back: "返回", loading: "加载中...", success: "操作成功", error: "操作失败", unknownError: "未知错误", keyword: "请输入关键字", preview: "预览" }, t = { tab: { lock: "锁定", closeOther: "关闭其他", closeLeft: "关闭左侧", closeRight: "关闭右侧" }, dialog: { confirm: { title: "确定", content: "确定要确认吗?" }, cancel: { title: "取消", content: "确定要取消吗?" }, success: { title: "成功", content: "您的操作已成功" }, error: { title: "错误", content: "您的操作已失败" }, prompt: { title: "提示" } }, button: { confirm: "确定", cancel: "取消", submit: "提交", reset: "重置", delete: "删除", search: "查询", advanced: "高级", export: "导出", import: "导入", autoRefresh: "自动刷新", filter: "筛选", refresh: "刷新", select: "选择", create: "新建", download: "下载", rename: "重命名", preview: "预览", sideLeft: "左侧", sideRight: "右侧" }, dateTag: { recentMinutes: "近{num}分钟", recentHours: "近{num}小时", recentDays: "近{num}日", recentThreeDays: "近3日", recentSevenDays: "近7日", recentThirtyDays: "近30日" }, textImageEditor: { hint: "点击按钮添加图片或文本,也可以拖拽进行排序", empty: "右侧实时预览", addImage: "添加图片", addText: "添加文本", preview: "预览", previewTitle: "预览", textLabel: "文本", editText: "编辑文本" }, form: { edit: "编辑", create: "新增", success: "保存成功", error: "保存失败" }, list: { selectAll: "全选", columnSetting: "列设置", selectedItems: "选中项: {num}", total: "共 {total} 条", batchTitle: "批量操作确认", batchContent: "确定要执行此批量操作吗?" }, editor: { placeholder: "请输入内容" }, upload: { title: "文件管理", fileManager: "文件管理器", uploadFile: "上传文件", cancel: "取消", delete: "删除", error: "上传失败", empty: "暂无文件", desc: "点击或拖拽文件到此区域", dropHere: "拖拽文件到此处", allFormats: "支持任意格式文件", supportFormats: "支持 {formats} 格式文件", maxSize: "最大文件大小: {size}MB", success: "上传成功", failed: "上传失败", status: { pending: "待上传", uploading: "上传中", success: "已上传", cancelled: "已取消", error: "失败" }, file: { name: "文件名", size: "大小", type: "类型", status: "状态" }, actions: "操作", selectUpload: { clickOrDrag: "点击选择文件或拖拽到此处", selectedFiles: "已选择 {count} 个文件", multipleSupport: "支持多文件选择", defaultDesc: "支持上传指定类型文件", acceptDesc: "仅支持上传 {accept} 格式文件", maxFiles: "最多 {max} 个文件" } }, uploadManage: { title: "文件管理", all: "全部", image: "图片", media: "媒体", docs: "文档", upload: "上传", empty: "暂无文件", emptyDesc: "暂无更多文件,请先上传文件", back: "返回上一级", parentLevel: "上一级", namePlaceholder: "请输入名称", createError: "创建失败", editError: "修改失败", delError: "删除失败", delTitle: "确认删除", delDesc: "确定要删除选中的文件吗?删除后不可恢复。" }, crop: { title: "裁剪", select: "选择", confirm: "确认" }, stats: { realTimeData: "实时数据" }, cascaderPanel: { level: "第{num}级", selectAll: "全选", clearAll: "全不选" }, data: { selectTitle: "请选择数据" }, menu: { language: "语言", chinese: "中文", english: "English", color: "颜色", primaryColor: "主题色", neutralColor: "中性色", theme: "主题", followSystem: "跟随系统", lightMode: "亮色", darkMode: "暗色", logout: "退出登录", notice: "通知", noNotice: "暂无通知", markAllRead: "一键已读", viewAllNotices: "查看全部消息", themeToggle: "主题切换" }, iconPicker: { title: "图标选择" }, designEditor: { layout: "布局", all: "全部", grid: { label: "网格", title: "网格设置", columns: "列数", spacing: "间距", columnsPlaceholder: "请输入列数", spacingPlaceholder: "请输入间距" } }, spec: { nameLabel: "规格名", namePlaceholder: "如:颜色、重量", addImage: "添加规格图片", valueLabel: "规格值", valuePlaceholder: "如:红色", addValue: "添加规格值", addSpec: "新增规格", imageHint: "每个规格值可上传图片", status: "启用状态" }, flowEditor: { properties: "属性", nodeInfo: "节点信息", nodeConfig: "节点配置", label: "标签", description: "描述", descriptionPlaceholder: "请输入节点描述", selectNodeOrEdge: "选择节点或连接线进行配置", edgeSettings: "连接线设置", edgeDescription: "配置节点间的连接属性", editJSON: "编辑JSON", saveFlow: "保存流程", clearFlow: "清空流程", flowCleared: "流程已清空", flowSaved: "流程数据已保存", editFlowJSON: "编辑流程 JSON", deleteEdge: "删除连接线", edgeDeleted: "连接线已删除", from: "从", to: "到", connectionType: "连接类型", pass: "通过", reject: "退回", categories: { start: "开始", process: "处理", condition: "条件", end: "结束" }, nodes: { start: { label: "开始", description: "流程的起始节点" }, end: { label: "结束", description: "流程的结束节点" } }, fieldTypes: { text: "文本", number: "数字", boolean: "布尔", date: "日期", array: "数组", object: "对象" }, toolbar: { releaseToAdd: "释放以添加节点" }, setting: { operations: "操作", node: "节点", connection: "连接" }, nodeCard: { delete: "删除", copy: "复制" }, jsonEditor: { copiedToClipboard: "已复制到剪贴板", dataApplied: "数据已应用到流程", jsonFormatError: "JSON 格式错误" }, processNode: { label: "处理", description: "通用处理节点" }, startNode: { label: "开始", description: "流程的起始节点", configTitle: "开始节点配置" }, nodeId: "节点 ID", nodeIdPlaceholder: "例如:ai_task", nodeIdExists: "节点 ID 已存在", fieldConfig: { modePlaceholder: "请选择输入模式", modeText: "文本模式", modeJson: "JSON 列表", modeCode: "代码编辑", fieldNamePlaceholder: "字段名称", fieldTypePlaceholder: "字段类型", labelPlaceholder: "显示名称", textPlaceholder: "支持 {{input.xxx}} / {{节点ID.output}}", notePlaceholder: "备注说明(可选)", addField: "新增字段" } }, schemaEditor: { treeTitle: "Schema 树", addRoot: "新增节点", addRootTitle: "新增根节点", addChild: "新增子节点", addChildTitle: "新增子节点", duplicate: "复制节点", duplicateTitle: "复制节点", editNodeTitle: "编辑节点", editNode: "编辑", editModalTitle: "节点配置", remove: "删除节点", empty: "暂无节点", addFirst: "创建节点", newNode: "新节点", childNode: "子节点", copySuffix: "副本", untitled: "未命名节点", nodeName: "节点名称", nodeNamePlaceholder: "例如:user", nodeType: "节点类型", nodeTypePlaceholder: "请选择节点类型", description: "节点说明", descriptionPlaceholder: "补充该节点的用途", params: "自定义参数", paramsEmpty: "暂无参数配置", noDescription: "暂无描述", selectHint: "请选择左侧的节点开始编辑" }, formEditor: { config: "组件配置", options: "选项配置", data: "数据", common: { componentConfig: "组件配置", optionConfig: "选项配置", optionData: "选项数据", dataConfig: "数据配置", dataEdit: "数据编辑", label: "标签", disabled: "禁用", clearable: "可清除", readonly: "只读", showCount: "显示字数", placeholder: "占位符", prefix: "前缀", suffix: "后缀", status: "状态", defaultValue: "默认值", minLength: "最小长度", maxLength: "最大长度", minValue: "最小值", maxValue: "最大值", labelField: "标签字段", valueField: "值字段", optionLabel: "选项标签", optionValue: "选项值", dataInterface: "数据接口", multiple: "多选", cascade: "级联", showPath: "显示路径", minCount: "最小数量", maxCount: "最大数量", uploadUrl: "上传地址", showAlpha: "显示透明度", timeFormat: "时间格式", hour12: "12小时制", dateType: "日期类型", inputType: "输入类型", formDirection: "表单方向", leftAlign: "左对齐", topAlign: "上对齐", settingAlign: "设置布局", pageAlign: "页面布局", name: "名称", desc: "描述" }, setting: { title: "表单设置" }, validation: "验证规则", componentConfig: "组件配置", input: { label: "文本", types: { text: "文本", textarea: "多行文本", password: "密码" } }, inputNumber: { label: "数字" }, select: { label: "选择", configDesc: "配置选项数据" }, radio: { label: "单选", configDesc: "配置单选框选项数据" }, checkbox: { label: "复选", configDesc: "配置复选框选项数据" }, switch: { label: "开关" }, date: { label: "日期", placeholder: "选择日期", dateType: "日期类型", date: "日期", daterange: "日期范围", datetime: "日期时间", datetimerange: "日期时间范围", month: "月份", monthrange: "月份范围", year: "年份", yearrange: "年份范围", quarter: "季度", quarterrange: "季度范围", week: "周" }, time: { label: "时间", placeholder: "选择时间", timeFormat: "格式", use12Hours: "12小时制" }, color: { label: "颜色", showAlpha: "显示透明度" }, cascader: { label: "级联", desc: "级联选择器选项数据,格式为 JSON 数组", configDesc: "配置选项", optionDesc: "JSON 数组格式", optionsDescription: "配置级联选择器选项数据", cascade: "级联", showPath: "显示路径" }, cascaderAsync: { label: "级联", dataApi: "数据接口", apiPlaceholder: "输入接口地址", cascade: "级联", showPath: "显示路径" }, dynamicInput: { label: "动态" }, editor: { label: "编辑器", placeholder: "输入内容", uploadUrlDesc: "编辑器图片上传地址" }, aiEditor: { label: "编辑器", uploadUrl: "上传地址", uploadUrlFeedback: "编辑器图片上传地址" }, sider: { name: "滑块", step: "步长", min: "最小", max: "最大" }, dynamicTags: { name: "标签", max: "最大数量" }, mentionAsync: { name: "提及", clearable: "可清除", path: "数据接口", labelField: "标签字段", valueField: "值字段" }, region: { name: "地区", Path: "数据接口", labelField: "标签字段", valueField: "值字段" }, selectAsync: { name: "选择", pagination: "分页", path: "数据接口", labelField: "标签字段", valueField: "值字段", imageField: "图片字段", descField: "描述字段" }, transferAsync: { name: "穿梭框" }, treeSelect: { name: "树选择" }, treeSelectAsync: { name: "异步树选择", path: "数据接口", labelField: "标签字段", keyField: "键字段" }, tree: { disabled: "禁用" }, groups: { form: "表单", select: "选择器", async: "异步" }, imageUpload: { label: "图片上传", maxSize: "最大文件大小(MB)", maxSizePlaceholder: "请输入最大文件大小", maxNumPlaceholder: "请输入最大文件数量", manager: "文件管理器" }, fileUpload: { label: "文件上传", accept: "接受文件类型", acceptPlaceholder: "请输入接受的文件类型,如:image/*,video/*", maxSize: "最大文件大小(MB)", maxSizePlaceholder: "请输入最大文件大小", maxNumPlaceholder: "请输入最大文件数量", manager: "文件管理器" }, main: { label: "主要内容", categories: { form: "表单", select: "选择器", async: "异步" }, actions: { jsonOutput: "Json 输出", save: "保存" } } } }, a = { table: { exportSuccess: "导出数据成功", exportProgress: "导出数据中, 请稍后...", exportFailed: "导出数据失败", exportSuccessContent: "成功导出 {count} 条数据", exportProgressContent: "第 {page} 页数据", exportFailedContent: "导出数据失败:{error}", importSuccess: "导入数据成功", importProgress: "导入数据中, 请稍后...", importFailed: "导入数据失败", importSuccessContent: "成功导入 {count} 条数据", importProgressContent: "{processed} / {total} 条数据", importFailedContent: "导入数据失败:{error}", saveSuccess: "保存成功", copySuccess: "复制成功", copyFailed: "复制失败" }, download: { failed: "下载失败" } }, l = { 400: { title: "400", desc: "请求错误" }, 401: { title: "401", desc: "您没有权限访问该页面" }, 403: { title: "403", desc: "您没有权限访问该页面" }, 404: { title: "404", desc: "页面不存在" }, 500: { title: "500", desc: "服务器错误" }, empty: { title: "暂无数据", desc: "暂无更多数据,请先创建数据" }, loading: { title: "加载中", desc: "数据正在加载中,请稍后..." }, exception: { title: "系统异常", desc: "系统发生异常,具体原因请查看控制台" }, login: { success: "登录成功", error: "登录失败,请检查用户名和密码", placeholder: { username: "请输入用户名", password: "请输入密码" }, buttons: { login: "登录" } } }, o = { "zh-CN": "中文", "en-US": "English", "ja-JP": "日本語", "ko-KR": "한국어", "ru-RU": "Русский" }, i = {
2
2
  common: e,
3
3
  components: t,
4
4
  hooks: a,
@@ -3,9 +3,9 @@ import { useManage as i } from "@duxweb/dvha-core";
3
3
  import { OverlaysProvider as p } from "@overlastic/vue";
4
4
  import "naive-ui";
5
5
  import "vue-router";
6
+ import "@vueuse/core";
6
7
  import "clsx";
7
8
  import "vue-echarts";
8
- import "@vueuse/core";
9
9
  import "vue3-ace-editor";
10
10
  import "ace-builds/src-noconflict/mode-vue";
11
11
  import "ace-builds/src-noconflict/mode-javascript";
@@ -2,6 +2,7 @@ import { defineComponent as h, ref as v, reactive as w, createVNode as e, isVNod
2
2
  import { useTheme as b, useManage as y, useI18n as k, useLogin as j, DuxLogo as D } from "@duxweb/dvha-core";
3
3
  import L from "clsx";
4
4
  import { useMessage as N, NForm as F, NFormItem as p, NInput as n, NButton as P } from "naive-ui";
5
+ import "@vueuse/core";
5
6
  import "vue-echarts";
6
7
  import "vue-router";
7
8
  import "@overlastic/vue";
@@ -9,7 +10,6 @@ import "dayjs";
9
10
  import "lodash-es";
10
11
  import "@tanstack/vue-query";
11
12
  import "@duxweb/dvha-naiveui";
12
- import "@vueuse/core";
13
13
  import "pinia";
14
14
  import "vue3-ace-editor";
15
15
  import "ace-builds/src-noconflict/mode-vue";
@@ -96,7 +96,7 @@ const Te = /* @__PURE__ */ h({
96
96
  }, [e("div", {
97
97
  class: "relative md:m-4 max-w-180 w-full h-full md:h-auto grid-cols-1 md:grid-cols-2 gap-12 overflow-hidden md:rounded-lg p-8 md:shadow bg-default dark:bg-muted grid"
98
98
  }, [e("div", {
99
- class: "flex justify-center tex absolute h-30 w-30 rotate-45 cursor-pointer items-end p-3 text-white bg-primary -right-15 -top-15 hover:bg-primary-hover",
99
+ class: "flex justify-center tex absolute h-30 w-30 rotate-45 cursor-pointer items-end p-3 text-white bg-primary -right-20 -top-20 hover:bg-primary-hover",
100
100
  onClick: () => r.toggle()
101
101
  }, [r.mode.value === "auto" && e("div", {
102
102
  class: "i-tabler:brightness-half h-5 w-5"
@@ -2,6 +2,7 @@ import { defineComponent as L, computed as b, createVNode as e } from "vue";
2
2
  import { useI18n as f, useManage as S, useLogout as A, useTheme as R, useGetAuth as I } from "@duxweb/dvha-core";
3
3
  import { NDropdown as B } from "naive-ui";
4
4
  import { useRouter as N } from "vue-router";
5
+ import "@vueuse/core";
5
6
  import "clsx";
6
7
  import { DuxAvatar as g } from "../../components/widget/avatar.js";
7
8
  import "vue-echarts";
@@ -10,7 +11,6 @@ import "dayjs";
10
11
  import "lodash-es";
11
12
  import "@tanstack/vue-query";
12
13
  import "@duxweb/dvha-naiveui";
13
- import "@vueuse/core";
14
14
  import "pinia";
15
15
  import "vue3-ace-editor";
16
16
  import "ace-builds/src-noconflict/mode-vue";
@@ -3,9 +3,9 @@ import "@duxweb/dvha-core";
3
3
  import "naive-ui";
4
4
  import "vue-router";
5
5
  import "@overlastic/vue";
6
+ import "@vueuse/core";
6
7
  import "clsx";
7
8
  import "vue-echarts";
8
- import "@vueuse/core";
9
9
  import "vue3-ace-editor";
10
10
  import "ace-builds/src-noconflict/mode-vue";
11
11
  import "ace-builds/src-noconflict/mode-javascript";
@@ -5,9 +5,9 @@ import { NScrollbar as f, NTooltip as L, NButton as V, NTag as v, NMenu as j } f
5
5
  import { useRouter as B, RouterLink as F } from "vue-router";
6
6
  import O from "./avatar.js";
7
7
  import "@overlastic/vue";
8
+ import "@vueuse/core";
8
9
  import "clsx";
9
10
  import "vue-echarts";
10
- import "@vueuse/core";
11
11
  import "vue3-ace-editor";
12
12
  import "ace-builds/src-noconflict/mode-vue";
13
13
  import "ace-builds/src-noconflict/mode-javascript";
@@ -3,9 +3,9 @@ import { NDrawer as i } from "naive-ui";
3
3
  import "@duxweb/dvha-core";
4
4
  import "vue-router";
5
5
  import "@overlastic/vue";
6
+ import "@vueuse/core";
6
7
  import "clsx";
7
8
  import "vue-echarts";
8
- import "@vueuse/core";
9
9
  import "vue3-ace-editor";
10
10
  import "ace-builds/src-noconflict/mode-vue";
11
11
  import "ace-builds/src-noconflict/mode-javascript";
@@ -3,6 +3,7 @@ import { useI18n as z, useManage as B, useList as R, useCustomMutation as M } fr
3
3
  import { NPopover as _, NButton as u, NSpin as j, NTooltip as A, NBadge as D } from "naive-ui";
4
4
  import { useRouter as L } from "vue-router";
5
5
  import { DuxCard as O } from "../../components/card/card.js";
6
+ import "@vueuse/core";
6
7
  import "clsx";
7
8
  import "vue-echarts";
8
9
  import "@overlastic/vue";
@@ -10,7 +11,6 @@ import "dayjs";
10
11
  import "lodash-es";
11
12
  import "@tanstack/vue-query";
12
13
  import "@duxweb/dvha-naiveui";
13
- import "@vueuse/core";
14
14
  import "pinia";
15
15
  import "vue3-ace-editor";
16
16
  import "ace-builds/src-noconflict/mode-vue";
@@ -2,6 +2,7 @@ import { defineComponent as n, createVNode as t, isVNode as u } from "vue";
2
2
  import { useI18n as s } from "@duxweb/dvha-core";
3
3
  import { NButton as a } from "naive-ui";
4
4
  import { useRoute as l, useRouter as c } from "vue-router";
5
+ import "@vueuse/core";
5
6
  import "clsx";
6
7
  import "vue-echarts";
7
8
  import "@overlastic/vue";
@@ -9,7 +10,6 @@ import "dayjs";
9
10
  import "lodash-es";
10
11
  import "@tanstack/vue-query";
11
12
  import "@duxweb/dvha-naiveui";
12
- import "@vueuse/core";
13
13
  import "pinia";
14
14
  import "vue3-ace-editor";
15
15
  import "ace-builds/src-noconflict/mode-vue";
@@ -1,16 +1,16 @@
1
1
  import { defineComponent as o, createVNode as t } from "vue";
2
2
  import { DuxCard as m } from "../components/card/card.js";
3
+ import "@vueuse/core";
3
4
  import "clsx";
4
5
  import "naive-ui";
5
- import "vue-echarts";
6
6
  import "@duxweb/dvha-core";
7
+ import "vue-echarts";
7
8
  import "vue-router";
8
9
  import "@overlastic/vue";
9
10
  import "dayjs";
10
11
  import "lodash-es";
11
12
  import "@tanstack/vue-query";
12
13
  import "@duxweb/dvha-naiveui";
13
- import "@vueuse/core";
14
14
  import "pinia";
15
15
  import "vue3-ace-editor";
16
16
  import "ace-builds/src-noconflict/mode-vue";
@@ -1,5 +1,5 @@
1
1
  const r = `/* layer: properties */
2
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-from-opacity:100%;--un-text-opacity:100%;--un-bg-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-shadow-opacity:100%;--un-border-opacity:100%;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-ease:initial;--un-space-y-reverse:initial;--un-to-opacity:100%;--un-outline-style:solid;--un-fill-opacity:100%;}}
2
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-from-opacity:100%;--un-text-opacity:100%;--un-bg-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-space-y-reverse:initial;--un-shadow-opacity:100%;--un-border-opacity:100%;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-ease:initial;--un-to-opacity:100%;--un-outline-style:solid;--un-fill-opacity:100%;}}
3
3
  @property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
4
4
  @property --un-outline-style{syntax:"*";inherits:false;initial-value:solid;}
5
5
  @property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@@ -977,6 +977,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
977
977
  .i-tabler\\:git-branch{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M5 18a2 2 0 1 0 4 0a2 2 0 1 0-4 0M5 6a2 2 0 1 0 4 0a2 2 0 1 0-4 0m10 0a2 2 0 1 0 4 0a2 2 0 1 0-4 0M7 8v8m2 2h6a2 2 0 0 0 2-2v-5'/%3E%3Cpath d='m14 14l3-3l3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
978
978
  .i-tabler\\:grid-4x4{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 6h18M3 12h18M3 18h18M6 3v18m6-18v18m6-18v18'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
979
979
  .i-tabler\\:grid-dots{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 5a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0M4 12a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0M4 19a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
980
+ .i-tabler\\:grip-vertical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 5a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0 7a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0 7a1 1 0 1 0 2 0a1 1 0 1 0-2 0m6-14a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0 7a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0 7a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
980
981
  .i-tabler\\:help{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 1 0-18 0m9 5v.01'/%3E%3Cpath d='M12 13.5a1.5 1.5 0 0 1 1-1.5a2.6 2.6 0 1 0-3-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
981
982
  .i-tabler\\:hexagons{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 18v-5l4-2l4 2v5l-4 2zm4-7V6l4-2l4 2v5m-4 2l4-2l4 2v5l-4 2l-4-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
982
983
  .i-tabler\\:info-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0m9-3h.01'/%3E%3Cpath d='M11 12h1v4h1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -1007,6 +1008,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1007
1008
  .i-tabler\\:pencil{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h4L18.5 9.5a2.828 2.828 0 1 0-4-4L4 16zm9.5-13.5l4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1008
1009
  .i-tabler\\:pencil-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h4L18.5 9.5a2.828 2.828 0 1 0-4-4L4 16zm9.5-13.5l4 4M19 16v6m3-3l-3 3l-3-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1009
1010
  .i-tabler\\:photo{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15 8h.01M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3z'/%3E%3Cpath d='m3 16l5-5c.928-.893 2.072-.893 3 0l5 5'/%3E%3Cpath d='m14 14l1-1c.928-.893 2.072-.893 3 0l3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1011
+ .i-tabler\\:photo-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15 8h.01M12.5 21H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v6.5'/%3E%3Cpath d='m3 16l5-5c.928-.893 2.072-.893 3 0l4 4'/%3E%3Cpath d='m14 14l1-1c.67-.644 1.45-.824 2.182-.54M16 19h6m-3-3v6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1010
1012
  .i-tabler\\:pinned{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 4v6l-2 4v2h10v-2l-2-4V4m-3 12v5M8 4h8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1011
1013
  .i-tabler\\:player-play{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 4v16l13-8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1012
1014
  .i-tabler\\:player-stop{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -1023,6 +1025,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1023
1025
  .i-tabler\\:square-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath d='m9 12l2 2l4-4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1024
1026
  .i-tabler\\:sun{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12a4 4 0 1 0 8 0a4 4 0 1 0-8 0m-5 0h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7l-.7.7m0 11.4l.7.7m-12.1-.7l-.7.7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1025
1027
  .i-tabler\\:tag{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3Cpath d='M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592-5.592a2.41 2.41 0 0 0 0-3.408l-7.71-7.71A2 2 0 0 0 11.172 3H6a3 3 0 0 0-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1028
+ .i-tabler\\:text-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 10H5m0-4h14m-5 8H5m0 4h6m7-3v6m-3-3h6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1026
1029
  .i-tabler\\:toggle-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 12a2 2 0 1 0 4 0a2 2 0 1 0-4 0'/%3E%3Cpath d='M2 12a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1027
1030
  .i-tabler\\:transfer{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10H4l5.5-6M4 14h16l-5.5 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1028
1031
  .i-tabler\\:trash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h16m-10 4v6m4-6v6M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -1030,9 +1033,14 @@ input:where([type='button'], [type='reset'], [type='submit']),
1030
1033
  .i-tabler\\:typography{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h3m7 0h7M6.9 15h6.9m-3.6-8.7L16 20M5 20l6-16h2l7 16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1031
1034
  .i-tabler\\:upload{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M7 9l5-5l5 5m-5-5v12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1032
1035
  .i-tabler\\:user{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7a4 4 0 1 0 8 0a4 4 0 0 0-8 0M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1036
+ .i-tabler\\:video{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m15 10l4.553-2.276A1 1 0 0 1 21 8.618v6.764a1 1 0 0 1-1.447.894L15 14zM3 8a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1033
1037
  .i-tabler\\:x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1034
1038
  .i-tabler\\:zoom-in{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m4 0h6m-3-3v6m11 8l-6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1035
1039
  .i-tabler\\:zoom-out{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m4 0h6m8 11l-6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
1040
+ /* layer: typography */
1041
+ :is(.prose){color:var(--un-prose-body);max-width:65ch;:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.25em;margin-bottom:1.25em;}:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em;}:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-links);text-decoration:underline;font-weight:500;}:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-bold);font-weight:600;}:where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;}:where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:upper-alpha;}:where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:lower-alpha;}:where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:upper-alpha;}:where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:lower-alpha;}:where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:upper-roman;}:where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:lower-roman;}:where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:upper-roman;}:where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:lower-roman;}:where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:decimal;}:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;}:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {font-weight:400;color:var(--un-prose-counters);}:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {color:var(--un-prose-bullets);}:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:600;margin-top:1.25em;}:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {border-color:var(--un-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em;}:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:500;font-style:italic;color:var(--un-prose-quotes);border-inline-start-width:0.25rem;border-inline-start-color:var(--un-prose-quote-borders);quotes:"\\201C""\\201D""\\2018""\\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;}:where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {content:open-quote;}:where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {content:close-quote;}:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:0.8888889em;line-height:1.1111111;}:where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:900;color:inherit;}:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333;}:where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:800;color:inherit;}:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:0.6em;line-height:1.6;}:where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:700;color:inherit;}:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:0.5em;line-height:1.5;}:where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:700;color:inherit;}:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:2em;margin-bottom:2em;}:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {display:block;margin-top:2em;margin-bottom:2em;}:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:2em;margin-bottom:2em;}:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:500;font-family:inherit;color:var(--un-prose-kbd);box-shadow:0 0 0 1px rgb(var(--un-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--un-prose-kbd-shadows) / 10%);font-size:0.875em;border-radius:0.3125rem;padding-top:0.1875em;padding-inline-end:0.375em;padding-bottom:0.1875em;padding-inline-start:0.375em;}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-code);font-weight:600;font-size:0.875em;}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {content:"\`";}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {content:"\`";}:where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;font-size:0.875em;}:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;font-size:0.9em;}:where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-pre-code);background-color:var(--un-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:0.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:0.375rem;padding-top:0.8571429em;padding-inline-end:1.1428571em;padding-bottom:0.8571429em;padding-inline-start:1.1428571em;}:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;}:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {content:none;}:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {content:none;}:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:0.875em;line-height:1.7142857;}:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {border-bottom-width:1px;border-bottom-color:var(--un-prose-th-borders);}:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em;}:where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {border-bottom-width:1px;border-bottom-color:var(--un-prose-td-borders);}:where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {border-bottom-width:0;}:where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {vertical-align:baseline;}:where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {border-top-width:1px;border-top-color:var(--un-prose-th-borders);}:where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {vertical-align:top;}:where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {text-align:start;}:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;margin-bottom:0;}:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-captions);font-size:0.875em;line-height:1.4285714;margin-top:0.8571429em;}font-size:1rem;line-height:1.75;:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;margin-bottom:0;}:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.5em;margin-bottom:0.5em;}:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0.375em;}:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0.375em;}:where(> ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.75em;margin-bottom:0.75em;}:where(> ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.25em;}:where(> ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:1.25em;}:where(> ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.25em;}:where(> ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:1.25em;}:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.75em;margin-bottom:0.75em;}:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.25em;margin-bottom:1.25em;}:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.5em;padding-inline-start:1.625em;}:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0;}:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-end:0;}:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-top:0.5714286em;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em;}:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0;}:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-end:0;}:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:2em;margin-bottom:2em;}:where(> :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(> :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:0;}--un-prose-body:color-mix(in oklab, rgb(var(--ui-color-gray-700)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-body:color-mix(in oklab, rgb(var(--ui-color-gray-300)) var(--un-text-opacity, 100%), transparent);--un-prose-headings:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-headings:white;--un-prose-lead:color-mix(in oklab, rgb(var(--ui-color-gray-600)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-lead:color-mix(in oklab, rgb(var(--ui-color-gray-400)) var(--un-text-opacity, 100%), transparent);--un-prose-links:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-links:white;--un-prose-bold:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-bold:white;--un-prose-counters:color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-counters:color-mix(in oklab, rgb(var(--ui-color-gray-400)) var(--un-text-opacity, 100%), transparent);--un-prose-bullets:color-mix(in oklab, rgb(var(--ui-color-gray-300)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-bullets:color-mix(in oklab, rgb(var(--ui-color-gray-600)) var(--un-text-opacity, 100%), transparent);--un-prose-hr:color-mix(in oklab, rgb(var(--ui-color-gray-200)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-hr:color-mix(in oklab, rgb(var(--ui-color-gray-700)) var(--un-text-opacity, 100%), transparent);--un-prose-quotes:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-quotes:color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent);--un-prose-quote-borders:color-mix(in oklab, rgb(var(--ui-color-gray-200)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-quote-borders:color-mix(in oklab, rgb(var(--ui-color-gray-700)) var(--un-text-opacity, 100%), transparent);--un-prose-captions:color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-captions:color-mix(in oklab, rgb(var(--ui-color-gray-400)) var(--un-text-opacity, 100%), transparent);--un-prose-kbd:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-kbd:white;--un-prose-kbd-shadows:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-kbd-shadows:white;--un-prose-code:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-code:white;--un-prose-pre-code:color-mix(in oklab, rgb(var(--ui-color-gray-200)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-pre-code:color-mix(in oklab, rgb(var(--ui-color-gray-300)) var(--un-text-opacity, 100%), transparent);--un-prose-pre-bg:color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-pre-bg:rgb(0 0 0 / 50%);--un-prose-th-borders:color-mix(in oklab, rgb(var(--ui-color-gray-300)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-th-borders:color-mix(in oklab, rgb(var(--ui-color-gray-600)) var(--un-text-opacity, 100%), transparent);--un-prose-td-borders:color-mix(in oklab, rgb(var(--ui-color-gray-200)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-td-borders:color-mix(in oklab, rgb(var(--ui-color-gray-700)) var(--un-text-opacity, 100%), transparent);}
1042
+ :is(.prose-sm){font-size:0.875rem;line-height:1.7142857;:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;margin-bottom:1.1428571em;}:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:1.2857143em;line-height:1.5555556;margin-top:0.8888889em;margin-bottom:0.8888889em;}:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em;}:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:2.1428571em;margin-top:0;margin-bottom:0.8em;line-height:1.2;}:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:1.4285714em;margin-top:1.6em;margin-bottom:0.8em;line-height:1.4;}:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:0.4444444em;line-height:1.5555556;}:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.4285714em;margin-bottom:0.5714286em;line-height:1.4285714;}:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.7142857em;margin-bottom:1.7142857em;}:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.7142857em;margin-bottom:1.7142857em;}:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;margin-bottom:0;}:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.7142857em;margin-bottom:1.7142857em;}:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8571429em;border-radius:0.3125rem;padding-top:0.1428571em;padding-inline-end:0.3571429em;padding-bottom:0.1428571em;padding-inline-start:0.3571429em;}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8571429em;}:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.9em;}:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8888889em;}:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:0.25rem;padding-top:0.6666667em;padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em;}:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em;}:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em;}:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.2857143em;margin-bottom:0.2857143em;}:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0.4285714em;}:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0.4285714em;}:where(> ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.5714286em;margin-bottom:0.5714286em;}:where(> ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;}:where(> ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:1.1428571em;}:where(> ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;}:where(> ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:1.1428571em;}:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.5714286em;margin-bottom:0.5714286em;}:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;margin-bottom:1.1428571em;}:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;}:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.2857143em;padding-inline-start:1.5714286em;}:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:2.8571429em;margin-bottom:2.8571429em;}:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8571429em;line-height:1.5;}:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em;}:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0;}:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-end:0;}:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-top:0.6666667em;padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em;}:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0;}:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-end:0;}:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.7142857em;margin-bottom:1.7142857em;}:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;margin-bottom:0;}:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8571429em;line-height:1.3333333;margin-top:0.6666667em;}:where(> :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(> :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:0;}}
1043
+ .dark :is(.dark\\:prose-invert){--un-prose-body:var(--un-prose-invert-body);--un-prose-headings:var(--un-prose-invert-headings);--un-prose-lead:var(--un-prose-invert-lead);--un-prose-links:var(--un-prose-invert-links);--un-prose-bold:var(--un-prose-invert-bold);--un-prose-counters:var(--un-prose-invert-counters);--un-prose-bullets:var(--un-prose-invert-bullets);--un-prose-hr:var(--un-prose-invert-hr);--un-prose-quotes:var(--un-prose-invert-quotes);--un-prose-quote-borders:var(--un-prose-invert-quote-borders);--un-prose-captions:var(--un-prose-invert-captions);--un-prose-kbd:var(--un-prose-invert-kbd);--un-prose-kbd-shadows:var(--un-prose-invert-kbd-shadows);--un-prose-code:var(--un-prose-invert-code);--un-prose-pre-code:var(--un-prose-invert-pre-code);--un-prose-pre-bg:var(--un-prose-invert-pre-bg);--un-prose-th-borders:var(--un-prose-invert-th-borders);--un-prose-td-borders:var(--un-prose-invert-td-borders);}
1036
1044
  /* layer: shortcuts */
1037
1045
  .container{width:100%;}
1038
1046
  @media (min-width: 40rem){
@@ -1087,6 +1095,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1087
1095
  .m12{margin:calc(var(--spacing) * 12);}
1088
1096
  .m14{margin:calc(var(--spacing) * 14);}
1089
1097
  .m146\\.8{margin:calc(var(--spacing) * 146.8);}
1098
+ .m15{margin:calc(var(--spacing) * 15);}
1090
1099
  .m18{margin:calc(var(--spacing) * 18);}
1091
1100
  .m29\\.3{margin:calc(var(--spacing) * 29.3);}
1092
1101
  .m3{margin:calc(var(--spacing) * 3);}
@@ -1166,6 +1175,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1166
1175
  .outline-0{outline-style:var(--un-outline-style);outline-width:0px;}
1167
1176
  .outline{outline-style:var(--un-outline-style);outline-width:1px;}
1168
1177
  .\\!border-2{border-width:2px !important;}
1178
+ .b,
1169
1179
  .border,
1170
1180
  .dark .dark\\:border{border-width:1px;}
1171
1181
  .border-0{border-width:0px;}
@@ -1252,6 +1262,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1252
1262
  .opacity-100,
1253
1263
  .group:hover .group-hover\\:opacity-100{opacity:100%;}
1254
1264
  .opacity-50{opacity:50%;}
1265
+ .opacity-60{opacity:60%;}
1255
1266
  .opacity-70{opacity:70%;}
1256
1267
  .opacity-80{opacity:80%;}
1257
1268
  .underline{text-decoration-line:underline;}
@@ -1308,6 +1319,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1308
1319
  .size-7{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7);}
1309
1320
  .size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8);}
1310
1321
  .size-80px{width:80px;height:80px;}
1322
+ .size-96px{width:96px;height:96px;}
1311
1323
  .size-full{width:100%;height:100%;}
1312
1324
  .h-10{height:calc(var(--spacing) * 10);}
1313
1325
  .h-100{height:calc(var(--spacing) * 100);}
@@ -1316,6 +1328,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1316
1328
  .h-16{height:calc(var(--spacing) * 16);}
1317
1329
  .h-2{height:calc(var(--spacing) * 2);}
1318
1330
  .h-20{height:calc(var(--spacing) * 20);}
1331
+ .h-200px{height:200px;}
1319
1332
  .h-30{height:calc(var(--spacing) * 30);}
1320
1333
  .h-36px{height:36px;}
1321
1334
  .h-4{height:calc(var(--spacing) * 4);}
@@ -1325,6 +1338,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1325
1338
  .h-6,
1326
1339
  .h6{height:calc(var(--spacing) * 6);}
1327
1340
  .h-60{height:calc(var(--spacing) * 60);}
1341
+ .h-96px{height:96px;}
1328
1342
  .h-auto{height:auto;}
1329
1343
  .h-full{height:100%;}
1330
1344
  .h-screen{height:100vh;}
@@ -1332,9 +1346,11 @@ input:where([type='button'], [type='reset'], [type='submit']),
1332
1346
  .max-h-120px{max-height:120px;}
1333
1347
  .max-h-500{max-height:calc(var(--spacing) * 500);}
1334
1348
  .max-h-500px{max-height:500px;}
1349
+ .max-h-70vh{max-height:70vh;}
1335
1350
  .max-w-180{max-width:calc(var(--spacing) * 180);}
1336
1351
  .max-w-2xl{max-width:var(--container-2xl);}
1337
1352
  .max-w-full{max-width:100%;}
1353
+ .max-w-none{max-width:none;}
1338
1354
  .min-h-\\[300px\\]{min-height:300px;}
1339
1355
  .min-h-0{min-height:calc(var(--spacing) * 0);}
1340
1356
  .min-h-1{min-height:calc(var(--spacing) * 1);}
@@ -1363,6 +1379,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1363
1379
  .w-5{width:calc(var(--spacing) * 5);}
1364
1380
  .w-60{width:calc(var(--spacing) * 60);}
1365
1381
  .w-70{width:calc(var(--spacing) * 70);}
1382
+ .w-96px{width:96px;}
1366
1383
  .w-auto{width:auto;}
1367
1384
  .w-full{width:100%;}
1368
1385
  .w-px{width:1px;}
@@ -1383,6 +1400,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1383
1400
  .resize{resize:both;}
1384
1401
  .select-none{-webkit-user-select:none;user-select:none;}
1385
1402
  .whitespace-nowrap{white-space:nowrap;}
1403
+ .break-words{overflow-wrap:break-word;}
1386
1404
  .break-all{word-break:break-all;}
1387
1405
  .text-pretty{text-wrap:pretty;}
1388
1406
  .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@@ -1429,10 +1447,9 @@ input:where([type='button'], [type='reset'], [type='submit']),
1429
1447
  .end-0{inset-inline-end:calc(var(--spacing) * 0);}
1430
1448
  .start-0{inset-inline-start:calc(var(--spacing) * 0);}
1431
1449
  .inset-y-0{inset-block:calc(var(--spacing) * 0);}
1432
- .-right-15{right:calc(calc(var(--spacing) * 15) * -1);}
1433
1450
  .-right-18{right:calc(calc(var(--spacing) * 18) * -1);}
1434
1451
  .-right-20{right:calc(calc(var(--spacing) * 20) * -1);}
1435
- .-top-15{top:calc(calc(var(--spacing) * 15) * -1);}
1452
+ .-top-20{top:calc(calc(var(--spacing) * 20) * -1);}
1436
1453
  .-top-7{top:calc(calc(var(--spacing) * 7) * -1);}
1437
1454
  .bottom-0{bottom:calc(var(--spacing) * 0);}
1438
1455
  .bottom-2{bottom:calc(var(--spacing) * 2);}
@@ -1443,10 +1460,12 @@ input:where([type='button'], [type='reset'], [type='submit']),
1443
1460
  .left-4{left:calc(var(--spacing) * 4);}
1444
1461
  .left-6{left:calc(var(--spacing) * 6);}
1445
1462
  .right-0{right:calc(var(--spacing) * 0);}
1463
+ .right-1{right:calc(var(--spacing) * 1);}
1446
1464
  .right-2{right:calc(var(--spacing) * 2);}
1447
1465
  .right-2\\.5{right:calc(var(--spacing) * 2.5);}
1448
1466
  .right-4{right:calc(var(--spacing) * 4);}
1449
1467
  .top-0{top:calc(var(--spacing) * 0);}
1468
+ .top-1{top:calc(var(--spacing) * 1);}
1450
1469
  .top-1\\.3{top:calc(var(--spacing) * 1.3);}
1451
1470
  .top-1\\.5px{top:1.5px;}
1452
1471
  .top-2{top:calc(var(--spacing) * 2);}
@@ -1509,6 +1528,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1509
1528
  .bg-muted,
1510
1529
  .dark .dark\\:bg-muted{background-color:color-mix(in oklab, rgb(var(--ui-bg-muted)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
1511
1530
  .hover\\:bg-muted:hover{background-color:color-mix(in oklab, rgb(var(--ui-bg-muted)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
1531
+ .hover\\:bg-muted\\/60:hover{background-color:color-mix(in oklab, rgb(var(--ui-bg-muted)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:60%;}
1512
1532
  .bg-elevated,
1513
1533
  .dark .dark\\:bg-elevated{background-color:color-mix(in oklab, rgb(var(--ui-bg-elevated)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
1514
1534
  .hover\\:bg-elevated:hover{background-color:color-mix(in oklab, rgb(var(--ui-bg-elevated)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
@@ -1598,9 +1618,12 @@ input:where([type='button'], [type='reset'], [type='submit']),
1598
1618
  .md\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
1599
1619
  .md\\:h-auto{height:auto;}
1600
1620
  .md\\:w-40\\%{width:40%;}
1621
+ .md\\:block{display:block;}
1622
+ .md\\:hidden\\!{display:none !important;}
1601
1623
  .md\\:shadow{--un-shadow:0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / 0.1)),0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
1602
1624
  .md\\:items-start{align-items:flex-start;}
1603
1625
  .md\\:items-center{align-items:center;}
1626
+ .md\\:justify-center{justify-content:center;}
1604
1627
  .md\\:justify-between{justify-content:space-between;}
1605
1628
  }
1606
1629
  @media (min-width: 64rem){
@@ -1626,7 +1649,6 @@ input:where([type='button'], [type='reset'], [type='submit']),
1626
1649
  .lg\\:items-start{align-items:flex-start;}
1627
1650
  .lg\\:items-center{align-items:center;}
1628
1651
  .lg\\:justify-end{justify-content:flex-end;}
1629
- .lg\\:justify-center{justify-content:center;}
1630
1652
  .lg\\:justify-between{justify-content:space-between;}
1631
1653
  .dark .lg\\:dark\\:border-muted{border-color:color-mix(in oklab, rgb(var(--ui-border-muted)) var(--un-border-opacity, 100%), transparent);--un-border-opacity:100%;}
1632
1654
  }`;