@almadar/ui 5.21.10 → 5.21.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/avl/index.cjs +156 -792
- package/dist/avl/index.js +4 -640
- package/dist/components/game/organisms/three/index.cjs +2 -489
- package/dist/components/game/organisms/three/index.js +1 -488
- package/dist/components/index.cjs +172 -2481
- package/dist/components/index.js +27 -2289
- package/dist/providers/index.cjs +141 -761
- package/dist/providers/index.js +1 -621
- package/dist/runtime/index.cjs +580 -1203
- package/dist/runtime/index.js +441 -1064
- package/package.json +1 -1
package/dist/providers/index.js
CHANGED
|
@@ -11,6 +11,7 @@ import * as PhosphorIcons from '@phosphor-icons/react';
|
|
|
11
11
|
import * as TablerIcons from '@tabler/icons-react';
|
|
12
12
|
import * as FaIcons from 'react-icons/fa';
|
|
13
13
|
import { createPortal } from 'react-dom';
|
|
14
|
+
import { useTranslate } from '@almadar/ui/hooks';
|
|
14
15
|
import { evaluate, createMinimalContext } from '@almadar/evaluator';
|
|
15
16
|
import { useUISlots } from '@almadar/ui/context';
|
|
16
17
|
import { Link, Outlet, useLocation } from 'react-router-dom';
|
|
@@ -1908,504 +1909,6 @@ var init_Overlay = __esm({
|
|
|
1908
1909
|
};
|
|
1909
1910
|
}
|
|
1910
1911
|
});
|
|
1911
|
-
|
|
1912
|
-
// locales/en.json
|
|
1913
|
-
var en_default;
|
|
1914
|
-
var init_en = __esm({
|
|
1915
|
-
"locales/en.json"() {
|
|
1916
|
-
en_default = {
|
|
1917
|
-
$meta: {
|
|
1918
|
-
locale: "en",
|
|
1919
|
-
direction: "ltr"
|
|
1920
|
-
},
|
|
1921
|
-
"common.save": "Save",
|
|
1922
|
-
"common.cancel": "Cancel",
|
|
1923
|
-
"common.delete": "Delete",
|
|
1924
|
-
"common.close": "Close",
|
|
1925
|
-
"common.confirm": "Are you sure?",
|
|
1926
|
-
"common.create": "Create",
|
|
1927
|
-
"common.edit": "Edit",
|
|
1928
|
-
"common.view": "View",
|
|
1929
|
-
"common.add": "Add",
|
|
1930
|
-
"common.remove": "Remove",
|
|
1931
|
-
"common.search": "Search...",
|
|
1932
|
-
"common.filter": "Filter",
|
|
1933
|
-
"common.actions": "Actions",
|
|
1934
|
-
"common.yes": "Yes",
|
|
1935
|
-
"common.no": "No",
|
|
1936
|
-
"common.selected": "selected",
|
|
1937
|
-
"common.ok": "OK",
|
|
1938
|
-
"common.done": "Done",
|
|
1939
|
-
"common.apply": "Apply",
|
|
1940
|
-
"common.reset": "Reset",
|
|
1941
|
-
"common.refresh": "Refresh",
|
|
1942
|
-
"common.export": "Export",
|
|
1943
|
-
"common.import": "Import",
|
|
1944
|
-
"common.copy": "Copy",
|
|
1945
|
-
"common.settings": "Settings",
|
|
1946
|
-
"nav.previous": "Previous",
|
|
1947
|
-
"nav.next": "Next",
|
|
1948
|
-
"nav.back": "Back",
|
|
1949
|
-
"nav.home": "Home",
|
|
1950
|
-
"form.submit": "Submit",
|
|
1951
|
-
"form.saving": "Saving...",
|
|
1952
|
-
"form.required": "This field is required",
|
|
1953
|
-
"form.invalidEmail": "Enter a valid email address",
|
|
1954
|
-
"form.selectPlaceholder": "Select {{label}}...",
|
|
1955
|
-
"form.searchPlaceholder": "Search {{entity}}...",
|
|
1956
|
-
"table.empty.title": "No items found",
|
|
1957
|
-
"table.empty.description": "No items to display.",
|
|
1958
|
-
"table.search.placeholder": "Search...",
|
|
1959
|
-
"table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
|
|
1960
|
-
"table.pagination.page": "Page {{page}} of {{totalPages}}",
|
|
1961
|
-
"table.bulk.selected": "{{count}} selected",
|
|
1962
|
-
"table.loading": "Loading...",
|
|
1963
|
-
"status.loading": "Loading...",
|
|
1964
|
-
"status.scheduled": "Scheduled",
|
|
1965
|
-
"status.inProgress": "In Progress",
|
|
1966
|
-
"status.completed": "Completed",
|
|
1967
|
-
"status.cancelled": "Cancelled",
|
|
1968
|
-
"status.pending": "Pending",
|
|
1969
|
-
"status.active": "Active",
|
|
1970
|
-
"status.inactive": "Inactive",
|
|
1971
|
-
"status.draft": "Draft",
|
|
1972
|
-
"status.archived": "Archived",
|
|
1973
|
-
"error.generic": "Something went wrong",
|
|
1974
|
-
"error.retry": "Try again",
|
|
1975
|
-
"error.notFound": "Not found",
|
|
1976
|
-
"error.loadFailed": "Failed to load: {{message}}",
|
|
1977
|
-
"error.configMissing": "Configuration not found for: {{id}}",
|
|
1978
|
-
"common.loading": "Loading...",
|
|
1979
|
-
"common.showMore": "Show More",
|
|
1980
|
-
"common.showLess": "Show Less",
|
|
1981
|
-
"common.noResults": "No results found",
|
|
1982
|
-
"common.saveChanges": "Save Changes",
|
|
1983
|
-
"common.retry": "Retry",
|
|
1984
|
-
"common.open": "Open",
|
|
1985
|
-
"common.back": "Back",
|
|
1986
|
-
"empty.noItems": "No items",
|
|
1987
|
-
"empty.noData": "No data available",
|
|
1988
|
-
"empty.noItemsYet": "No items yet",
|
|
1989
|
-
"empty.noItemsAdded": "No items added yet",
|
|
1990
|
-
"empty.noOptionsFound": "No options found",
|
|
1991
|
-
"list.addItemPlaceholder": "Add new item...",
|
|
1992
|
-
"error.occurred": "An error occurred",
|
|
1993
|
-
"error.failedToLoad": "Failed to load data",
|
|
1994
|
-
"wizard.back": "Back",
|
|
1995
|
-
"wizard.next": "Next",
|
|
1996
|
-
"wizard.complete": "Complete",
|
|
1997
|
-
"wizard.stepOf": "Step {{current}} of {{total}}",
|
|
1998
|
-
"pagination.previous": "Previous",
|
|
1999
|
-
"pagination.next": "Next",
|
|
2000
|
-
"pagination.total": "Total:",
|
|
2001
|
-
"pagination.show": "Show:",
|
|
2002
|
-
"pagination.goTo": "Go to:",
|
|
2003
|
-
"pagination.go": "Go",
|
|
2004
|
-
"auth.signIn": "Sign in",
|
|
2005
|
-
"auth.signOut": "Sign out",
|
|
2006
|
-
"dialog.confirm": "Confirm",
|
|
2007
|
-
"dialog.cancel": "Cancel",
|
|
2008
|
-
"dialog.loading": "Loading...",
|
|
2009
|
-
"dialog.delete.title": "Delete {{item}}?",
|
|
2010
|
-
"dialog.delete.message": "This action cannot be undone.",
|
|
2011
|
-
"trait.availableActions": "Available Actions",
|
|
2012
|
-
"trait.transitions": "Transitions",
|
|
2013
|
-
"trait.availableNow": "Available now",
|
|
2014
|
-
"book.startReading": "Start Reading",
|
|
2015
|
-
"book.tableOfContents": "Table of Contents",
|
|
2016
|
-
"book.partNumber": "Part {{number}}",
|
|
2017
|
-
"book.print": "Print",
|
|
2018
|
-
"book.previousPage": "Previous page",
|
|
2019
|
-
"book.nextPage": "Next page",
|
|
2020
|
-
"quiz.showAnswer": "Show answer",
|
|
2021
|
-
"quiz.hideAnswer": "Hide answer",
|
|
2022
|
-
"aria.closeModal": "Close modal",
|
|
2023
|
-
"aria.closeToast": "Dismiss toast",
|
|
2024
|
-
"aria.closeAlert": "Dismiss alert",
|
|
2025
|
-
"aria.removeFilter": "Remove filter",
|
|
2026
|
-
"aria.closeDrawer": "Close drawer",
|
|
2027
|
-
"aria.closePanel": "Close panel",
|
|
2028
|
-
"aria.previousImage": "Previous image",
|
|
2029
|
-
"aria.nextImage": "Next image",
|
|
2030
|
-
"aria.dismiss": "Dismiss",
|
|
2031
|
-
"aria.previousSlide": "Previous slide",
|
|
2032
|
-
"aria.nextSlide": "Next slide",
|
|
2033
|
-
"aria.previousDays": "Previous days",
|
|
2034
|
-
"aria.nextDays": "Next days",
|
|
2035
|
-
"aria.decrease": "Decrease",
|
|
2036
|
-
"aria.increase": "Increase",
|
|
2037
|
-
"aria.breadcrumb": "Breadcrumb",
|
|
2038
|
-
"aria.tableOfContents": "Table of contents",
|
|
2039
|
-
"aria.docsSidebar": "Documentation sidebar",
|
|
2040
|
-
"aria.selectAllRows": "Select all rows",
|
|
2041
|
-
"aria.selectAll": "Select all",
|
|
2042
|
-
"aria.upvote": "Upvote",
|
|
2043
|
-
"aria.downvote": "Downvote",
|
|
2044
|
-
"aria.qrScanner": "QR scanner",
|
|
2045
|
-
"aria.mockScanDev": "Mock scan (dev)",
|
|
2046
|
-
"aria.openMenu": "Open menu",
|
|
2047
|
-
"aria.closeMenu": "Close menu",
|
|
2048
|
-
"aria.openSidebar": "Open sidebar",
|
|
2049
|
-
"sidebar.expand": "Expand sidebar",
|
|
2050
|
-
"sidebar.collapse": "Collapse sidebar",
|
|
2051
|
-
"sidebar.close": "Close sidebar",
|
|
2052
|
-
"loading.items": "Loading items...",
|
|
2053
|
-
"card.imageAlt": "Image",
|
|
2054
|
-
"canvas.emptyMessage": "No content",
|
|
2055
|
-
"canvas.errorTitle": "Canvas error",
|
|
2056
|
-
"book.noData": "No data",
|
|
2057
|
-
"common.notifications": "Notifications",
|
|
2058
|
-
"common.remaining": "{{count}} remaining",
|
|
2059
|
-
"error.somethingWentWrong": "Something went wrong",
|
|
2060
|
-
"error.loadingItems": "Loading items...",
|
|
2061
|
-
"error.noItemsFound": "No items found",
|
|
2062
|
-
"debug.noEntityData": "No entity data",
|
|
2063
|
-
"debug.noEntities": "No entities",
|
|
2064
|
-
"debug.noTicks": "No ticks registered",
|
|
2065
|
-
"debug.noActiveTraits": "No active traits",
|
|
2066
|
-
"debug.noGuardEvaluations": "No guard evaluations",
|
|
2067
|
-
"debug.noBridgeData": "No bridge data",
|
|
2068
|
-
"debug.status": "Status",
|
|
2069
|
-
"debug.eventsForwarded": "Events Forwarded (Client \u2192 Server)",
|
|
2070
|
-
"debug.eventsReceived": "Events Received (Server \u2192 Client)",
|
|
2071
|
-
"debug.lastHeartbeat": "Last Heartbeat",
|
|
2072
|
-
"debug.noEventsYet": "No events yet",
|
|
2073
|
-
"debug.noTransitionsRecorded": "No transitions recorded",
|
|
2074
|
-
"debug.noVerificationChecks": "No verification checks yet",
|
|
2075
|
-
"display.chartError": "Chart error",
|
|
2076
|
-
"display.codeViewerError": "Code viewer error",
|
|
2077
|
-
"display.noCode": "No code",
|
|
2078
|
-
"display.documentError": "Document error",
|
|
2079
|
-
"display.noDocument": "No document",
|
|
2080
|
-
"display.graphError": "Graph error",
|
|
2081
|
-
"display.noGraphData": "No graph data",
|
|
2082
|
-
"display.galleryError": "Gallery error",
|
|
2083
|
-
"display.noMedia": "No media",
|
|
2084
|
-
"display.meterError": "Meter error",
|
|
2085
|
-
"display.signaturePadError": "Signature pad error",
|
|
2086
|
-
"display.timelineError": "Timeline error",
|
|
2087
|
-
"display.noEvents": "No events",
|
|
2088
|
-
"template.features": "Features",
|
|
2089
|
-
"template.howItWorks": "How It Works",
|
|
2090
|
-
"template.showcase": "Showcase",
|
|
2091
|
-
"template.faq": "Frequently Asked Questions",
|
|
2092
|
-
"template.ourTeam": "Our Team",
|
|
2093
|
-
"template.caseStudies": "Case Studies",
|
|
2094
|
-
"richBlockEditor.toolbar.text": "Text",
|
|
2095
|
-
"richBlockEditor.toolbar.h1": "H1",
|
|
2096
|
-
"richBlockEditor.toolbar.h2": "H2",
|
|
2097
|
-
"richBlockEditor.toolbar.h3": "H3",
|
|
2098
|
-
"richBlockEditor.toolbar.bulletList": "Bullet list",
|
|
2099
|
-
"richBlockEditor.toolbar.numbered": "Numbered",
|
|
2100
|
-
"richBlockEditor.toolbar.quote": "Quote",
|
|
2101
|
-
"richBlockEditor.toolbar.code": "Code",
|
|
2102
|
-
"richBlockEditor.toolbar.divider": "Divider",
|
|
2103
|
-
"richBlockEditor.toolbar.image": "Image",
|
|
2104
|
-
"richBlockEditor.blockType.paragraph": "Text",
|
|
2105
|
-
"richBlockEditor.blockType.heading1": "Heading 1",
|
|
2106
|
-
"richBlockEditor.blockType.heading2": "Heading 2",
|
|
2107
|
-
"richBlockEditor.blockType.heading3": "Heading 3",
|
|
2108
|
-
"richBlockEditor.blockType.bulletList": "Bullet list",
|
|
2109
|
-
"richBlockEditor.blockType.numberedList": "Numbered list",
|
|
2110
|
-
"richBlockEditor.blockType.quote": "Quote",
|
|
2111
|
-
"richBlockEditor.blockType.code": "Code",
|
|
2112
|
-
"richBlockEditor.blockType.divider": "Divider",
|
|
2113
|
-
"richBlockEditor.blockType.image": "Image",
|
|
2114
|
-
"richBlockEditor.blockActions": "Block actions",
|
|
2115
|
-
"richBlockEditor.duplicate": "Duplicate",
|
|
2116
|
-
"richBlockEditor.turnInto": "Turn into",
|
|
2117
|
-
"richBlockEditor.placeholder.heading1": "Heading 1",
|
|
2118
|
-
"richBlockEditor.placeholder.heading2": "Heading 2",
|
|
2119
|
-
"richBlockEditor.placeholder.heading3": "Heading 3",
|
|
2120
|
-
"richBlockEditor.placeholder.quote": "Quote",
|
|
2121
|
-
"richBlockEditor.placeholder.code": "Enter code",
|
|
2122
|
-
"richBlockEditor.placeholder.paragraph": "Start writing...",
|
|
2123
|
-
"richBlockEditor.placeholder.listItem": "List item",
|
|
2124
|
-
"richBlockEditor.placeholder.caption": "Caption (optional)",
|
|
2125
|
-
"richBlockEditor.aria.heading1Block": "Heading 1 block",
|
|
2126
|
-
"richBlockEditor.aria.heading2Block": "Heading 2 block",
|
|
2127
|
-
"richBlockEditor.aria.heading3Block": "Heading 3 block",
|
|
2128
|
-
"richBlockEditor.aria.quoteBlock": "Quote block",
|
|
2129
|
-
"richBlockEditor.aria.codeBlock": "Code block",
|
|
2130
|
-
"richBlockEditor.aria.codeLanguage": "Code language",
|
|
2131
|
-
"richBlockEditor.aria.imageUrl": "Image URL",
|
|
2132
|
-
"richBlockEditor.aria.imageCaption": "Image caption",
|
|
2133
|
-
"richBlockEditor.aria.listItem": "List item",
|
|
2134
|
-
"richBlockEditor.aria.removeListItem": "Remove list item",
|
|
2135
|
-
"richBlockEditor.aria.paragraphBlock": "Paragraph block",
|
|
2136
|
-
"richBlockEditor.embeddedImage": "Embedded image",
|
|
2137
|
-
"richBlockEditor.noImageUrl": "No image URL set",
|
|
2138
|
-
"richBlockEditor.addItem": "Add item",
|
|
2139
|
-
"richBlockEditor.insertParagraphBelow": "Insert paragraph below",
|
|
2140
|
-
"richBlockEditor.editorToolbar": "Block editor toolbar",
|
|
2141
|
-
"richBlockEditor.insertEntry": "Insert {{label}}",
|
|
2142
|
-
"versionDiff.compare": "Compare",
|
|
2143
|
-
"versionDiff.to": "to",
|
|
2144
|
-
"versionDiff.beforeRevision": "Before revision",
|
|
2145
|
-
"versionDiff.afterRevision": "After revision",
|
|
2146
|
-
"versionDiff.switchToInline": "Switch to inline view",
|
|
2147
|
-
"versionDiff.switchToSideBySide": "Switch to side-by-side view",
|
|
2148
|
-
"versionDiff.revert": "Revert",
|
|
2149
|
-
"versionDiff.byAuthor": " by {{author}}",
|
|
2150
|
-
"violationAlert.actionType.measure": "Corrective Measure",
|
|
2151
|
-
"violationAlert.actionType.admin": "Administrative Action",
|
|
2152
|
-
"violationAlert.actionType.penalty": "Penalty Proceedings",
|
|
2153
|
-
"violationAlert.fallbackMessage": "Violation",
|
|
2154
|
-
"violationAlert.adminLabel": "Admin:",
|
|
2155
|
-
"violationAlert.penaltyLabel": "Penalty:",
|
|
2156
|
-
"violationAlert.goToField": "Go to field",
|
|
2157
|
-
"branchingLogic.title": "Branching logic",
|
|
2158
|
-
"branchingLogic.if": "If",
|
|
2159
|
-
"branchingLogic.goTo": "go to",
|
|
2160
|
-
"branchingLogic.rules": "Rules",
|
|
2161
|
-
"branchingLogic.logicGraph": "Logic graph",
|
|
2162
|
-
"branchingLogic.addRule": "Add rule",
|
|
2163
|
-
"branchingLogic.deleteRule": "Delete rule",
|
|
2164
|
-
"branchingLogic.endOfSurvey": "End of survey",
|
|
2165
|
-
"branchingLogic.brokenReference": "Broken reference",
|
|
2166
|
-
"branchingLogic.selectQuestion": "Select question",
|
|
2167
|
-
"branchingLogic.selectTarget": "Select target",
|
|
2168
|
-
"branchingLogic.selectValue": "Select value",
|
|
2169
|
-
"branchingLogic.addValue": "Add value",
|
|
2170
|
-
"branchingLogic.value": "Value",
|
|
2171
|
-
"branchingLogic.typeValuePressEnter": "Type value, press Enter",
|
|
2172
|
-
"branchingLogic.operatorEquals": "equals",
|
|
2173
|
-
"branchingLogic.operatorNotEquals": "does not equal",
|
|
2174
|
-
"branchingLogic.operatorContains": "contains",
|
|
2175
|
-
"branchingLogic.operatorIn": "is one of",
|
|
2176
|
-
"branchingLogic.graphAriaLabel": "Branching logic graph",
|
|
2177
|
-
"branchingLogic.ruleCountOne": "{{count}} rule",
|
|
2178
|
-
"branchingLogic.ruleCountOther": "{{count}} rules",
|
|
2179
|
-
"branchingLogic.brokenCount": "{{count}} broken",
|
|
2180
|
-
"branchingLogic.emptyNoQuestions": "Add questions before building branching rules.",
|
|
2181
|
-
"branchingLogic.emptyNoRules": "No rules yet. Add a rule to define branching logic.",
|
|
2182
|
-
"filterGroup.filters": "Filters",
|
|
2183
|
-
"filterGroup.all": "All",
|
|
2184
|
-
"filterGroup.clear": "Clear",
|
|
2185
|
-
"filterGroup.clearAll": "Clear all",
|
|
2186
|
-
"filterGroup.from": "From",
|
|
2187
|
-
"filterGroup.to": "To",
|
|
2188
|
-
"filterGroup.allOf": "All {{label}}",
|
|
2189
|
-
"filterGroup.activeCount": "{{count}} active",
|
|
2190
|
-
"debug.guardEvaluationsHint": "Guard evaluations will appear when transitions or ticks with guards execute",
|
|
2191
|
-
"debug.expression": "Expression",
|
|
2192
|
-
"debug.inputs": "Inputs",
|
|
2193
|
-
"debug.trait": "Trait",
|
|
2194
|
-
"debug.filterAll": "All",
|
|
2195
|
-
"debug.filterPassed": "Passed",
|
|
2196
|
-
"debug.filterFailed": "Failed",
|
|
2197
|
-
"debug.traitsInitHint": "Traits will appear when the state machine initializes",
|
|
2198
|
-
"debug.traitsMountHint": "Traits will appear when components using them are mounted",
|
|
2199
|
-
"debug.activeStates": "Active States",
|
|
2200
|
-
"debug.availableEvents": "Available Events",
|
|
2201
|
-
"debug.noTransitionsFromState": "No transitions from current state",
|
|
2202
|
-
"debug.guarded": "guarded",
|
|
2203
|
-
"debug.otherEvents": "Other Events (not available from current state)",
|
|
2204
|
-
"debug.recentTransitions": "Recent Transitions",
|
|
2205
|
-
"debug.transitionsCount": "{{count}} transitions",
|
|
2206
|
-
"debug.states": "States",
|
|
2207
|
-
"debug.transitions": "Transitions",
|
|
2208
|
-
"debug.guards": "Guards",
|
|
2209
|
-
"debug.debugModeHint": "Debug mode may not be enabled",
|
|
2210
|
-
"debug.entitiesSpawnHint": "Entities will appear when spawned",
|
|
2211
|
-
"debug.singleton": "Singleton",
|
|
2212
|
-
"debug.singletonsCount": "Singletons ({{count}})",
|
|
2213
|
-
"debug.runtimeCount": "Runtime ({{count}})",
|
|
2214
|
-
"debug.moreEntities": "+{{count}} more entities",
|
|
2215
|
-
"debug.persistent": "Persistent",
|
|
2216
|
-
"debug.loadedCount": "{{count}} loaded",
|
|
2217
|
-
"debug.notLoaded": "not loaded",
|
|
2218
|
-
"debug.eventsExecuteHint": "Events will appear as traits, ticks, and other systems execute",
|
|
2219
|
-
"debug.allCount": "All ({{count}})",
|
|
2220
|
-
"debug.autoScroll": "Auto-scroll",
|
|
2221
|
-
"debug.transitionsProcessHint": "Transitions will appear as the state machine processes events",
|
|
2222
|
-
"debug.transitionsRecorded": "{{count}} transitions recorded",
|
|
2223
|
-
"debug.guardLabel": "guard:",
|
|
2224
|
-
"debug.effectsCount": "{{count}} effects",
|
|
2225
|
-
"debug.bridgeInitHint": "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
|
|
2226
|
-
"debug.never": "Never",
|
|
2227
|
-
"debug.connected": "Connected",
|
|
2228
|
-
"debug.disconnected": "Disconnected",
|
|
2229
|
-
"debug.lastError": "Last Error",
|
|
2230
|
-
"debug.totalEventsProcessed": "{{count}} total events processed",
|
|
2231
|
-
"debug.server": "server",
|
|
2232
|
-
"debug.clientEffectsCount": "{{count}} clientEffects",
|
|
2233
|
-
"debug.emitLabel": "emit:",
|
|
2234
|
-
"debug.rowsCount": "{{count}} rows",
|
|
2235
|
-
"debug.serverResponse": "server response",
|
|
2236
|
-
"debug.collapseVerificationTimeline": "Collapse verification timeline",
|
|
2237
|
-
"debug.expandVerificationTimeline": "Expand verification timeline",
|
|
2238
|
-
"debug.failCount": "{{count}} fail",
|
|
2239
|
-
"debug.ok": "OK",
|
|
2240
|
-
"debug.localCount": "{{count}} local",
|
|
2241
|
-
"debug.serverCount": "{{count}} server",
|
|
2242
|
-
"debug.waitingForTransitions": "Waiting for transitions...",
|
|
2243
|
-
"debug.tabDispatch": "Dispatch",
|
|
2244
|
-
"debug.tabVerify": "Verify",
|
|
2245
|
-
"debug.tabVerifyAlert": "Verify (!)",
|
|
2246
|
-
"debug.tabTimeline": "Timeline",
|
|
2247
|
-
"debug.tabBridge": "Bridge",
|
|
2248
|
-
"debug.tabTraits": "Traits",
|
|
2249
|
-
"debug.tabTicks": "Ticks",
|
|
2250
|
-
"debug.tabEntities": "Entities",
|
|
2251
|
-
"debug.tabEvents": "Events",
|
|
2252
|
-
"debug.tabGuards": "Guards",
|
|
2253
|
-
"debug.debugger": "Debugger",
|
|
2254
|
-
"debug.failedCount": "{{count}} failed",
|
|
2255
|
-
"debug.traitsCount": "{{count}} traits",
|
|
2256
|
-
"debug.idle": "Idle",
|
|
2257
|
-
"debug.openDebugger": "Open Debugger (`)",
|
|
2258
|
-
"debug.kflowVerifier": "KFlow Verifier",
|
|
2259
|
-
"debug.allPassing": "All passing",
|
|
2260
|
-
"debug.runtime": "Runtime",
|
|
2261
|
-
"debug.close": "Close (`)",
|
|
2262
|
-
"debug.toggleHint": "Press ` to toggle | window.__orbitalVerification for automation",
|
|
2263
|
-
"replyTree.expandReplies": "Expand replies",
|
|
2264
|
-
"replyTree.collapseReplies": "Collapse replies",
|
|
2265
|
-
"replyTree.voteOnReplyBy": "Vote on reply by {{author}}",
|
|
2266
|
-
"replyTree.replyTo": "Reply to {{author}}",
|
|
2267
|
-
"replyTree.replyToPlaceholder": "Reply to {{author}}\u2026",
|
|
2268
|
-
"replyTree.reply": "Reply",
|
|
2269
|
-
"replyTree.flagReplyBy": "Flag reply by {{author}}",
|
|
2270
|
-
"replyTree.flag": "Flag",
|
|
2271
|
-
"replyTree.send": "Send",
|
|
2272
|
-
"replyTree.continueThread": "Continue thread",
|
|
2273
|
-
"replyTree.noRepliesYet": "No replies yet.",
|
|
2274
|
-
"signaturePad.label": "Signature",
|
|
2275
|
-
"signaturePad.helperText": "Draw your signature above",
|
|
2276
|
-
"signaturePad.clear": "Clear",
|
|
2277
|
-
"signaturePad.confirm": "Confirm",
|
|
2278
|
-
"qrScanner.cameraUnavailable": "Camera unavailable",
|
|
2279
|
-
"qrScanner.paused": "Paused",
|
|
2280
|
-
"qrScanner.resumeScanning": "Resume scanning",
|
|
2281
|
-
"qrScanner.pauseScanning": "Pause scanning",
|
|
2282
|
-
"qrScanner.switchToFrontCamera": "Switch to front camera",
|
|
2283
|
-
"qrScanner.switchToRearCamera": "Switch to rear camera",
|
|
2284
|
-
"qrScanner.mockScan": "Mock Scan",
|
|
2285
|
-
"docSearch.placeholder": "Search documentation...",
|
|
2286
|
-
"stateMachine.loading": "Loading state machine\u2026",
|
|
2287
|
-
"stateMachine.noStateMachine": "No state machine to visualize",
|
|
2288
|
-
"avl.trigger": "Trigger",
|
|
2289
|
-
"avl.guard": "Guard",
|
|
2290
|
-
"avl.effects": "Effects",
|
|
2291
|
-
"avl.props": "Props",
|
|
2292
|
-
"avl.entity": "Entity",
|
|
2293
|
-
"avl.traits": "Traits",
|
|
2294
|
-
"avl.transition": "Transition",
|
|
2295
|
-
"avl.onEntity": "on {{entity}}",
|
|
2296
|
-
"avl.linkedTo": "linked to {{entity}}",
|
|
2297
|
-
"avl.pressEscToZoomOut": "Press Esc to zoom out",
|
|
2298
|
-
"avl.zoomIn": "Zoom in",
|
|
2299
|
-
"avl.zoomOut": "Zoom out",
|
|
2300
|
-
"avl.orbitalLabel": "Orbital: {{name}}",
|
|
2301
|
-
"avl.orbitalLabelHighlighted": "Orbital: {{name}} (highlighted)",
|
|
2302
|
-
"avl.noTraitData": "No trait data",
|
|
2303
|
-
"avl.computingLayout": "Computing layout...",
|
|
2304
|
-
"avl.noStateMachine": "No state machine",
|
|
2305
|
-
"avl.listensFor": "listens for {{event}}",
|
|
2306
|
-
"avl.emits": "emits {{event}}",
|
|
2307
|
-
"avl.pageLayout": "Page Layout",
|
|
2308
|
-
"avl.overlaySuffix": "(overlay)",
|
|
2309
|
-
"orbPreview.previewBadge": "Preview",
|
|
2310
|
-
"orbPreview.doubleClickToOpen": "Double-click to open",
|
|
2311
|
-
"orbPreview.dropToAddAndOpen": "Drop to add and open",
|
|
2312
|
-
"orbPreview.dispatching": "Coordinator is dispatching to this orbital",
|
|
2313
|
-
"orbPreview.noPreview": "No preview available",
|
|
2314
|
-
"orbPreview.screensCount": "{{count}} screens",
|
|
2315
|
-
"detailView.noTransitionData": "No transition data",
|
|
2316
|
-
"orbInspector.required": "req",
|
|
2317
|
-
"orbInspector.addField": "Add Field",
|
|
2318
|
-
"orbInspector.serviceMode": "Service Mode",
|
|
2319
|
-
"orbInspector.standalone": "Standalone",
|
|
2320
|
-
"orbInspector.embedded": "Embedded",
|
|
2321
|
-
"orbInspector.rendersOwnUi": "Renders its own UI",
|
|
2322
|
-
"orbInspector.headless": "Headless, wired to other behaviors",
|
|
2323
|
-
"orbInspector.addEffect": "Add Effect",
|
|
2324
|
-
"orbInspector.guardExpression": "Guard expression",
|
|
2325
|
-
"orbInspector.selectPatternForStyles": "Select a pattern to view its style tokens.",
|
|
2326
|
-
"orbInspector.tokens": "Tokens",
|
|
2327
|
-
"orbInspector.noTokenContract": "No token contract declared for this pattern.",
|
|
2328
|
-
"orbInspector.variant": "Variant",
|
|
2329
|
-
"orbInspector.size": "Size",
|
|
2330
|
-
"orbInspector.statesCount": "{{count}} states",
|
|
2331
|
-
"orbInspector.onEntity": " on {{entity}}",
|
|
2332
|
-
"orbInspector.projectThemeTokens": "Project theme tokens",
|
|
2333
|
-
"orbInspector.tokenGroup.colors": "Colors",
|
|
2334
|
-
"orbInspector.tokenGroup.radii": "Radii",
|
|
2335
|
-
"orbInspector.tokenGroup.spacing": "Spacing",
|
|
2336
|
-
"orbInspector.tokenGroup.shadows": "Shadows",
|
|
2337
|
-
"orbInspector.tab.inspector": "Inspector",
|
|
2338
|
-
"orbInspector.tab.styles": "Styles",
|
|
2339
|
-
"orbInspector.tab.code": "Code",
|
|
2340
|
-
"canvas.goBackToOverview": "Go back to overview",
|
|
2341
|
-
"canvas.overview": "Overview",
|
|
2342
|
-
"canvas.expanded": "Expanded",
|
|
2343
|
-
"canvas.modulesCount": "{{count}} modules",
|
|
2344
|
-
"canvas.screensCount": "{{count}} screens",
|
|
2345
|
-
"canvas.switchToView": "Switch to {{label}} view",
|
|
2346
|
-
"lawReference.viewFullText": "View full law text",
|
|
2347
|
-
"statCard.defaultLabel": "Stat",
|
|
2348
|
-
"statCard.vsLastPeriod": "vs last period",
|
|
2349
|
-
"mediaGallery.upload": "Upload",
|
|
2350
|
-
"mediaGallery.noMediaDescription": "No media items to display.",
|
|
2351
|
-
"pagination.jumpPlaceholder": "Page",
|
|
2352
|
-
"table.selectRow": "Select row {{id}}",
|
|
2353
|
-
"card.selectItem": "Select {{item}}",
|
|
2354
|
-
"card.itemFallback": "item",
|
|
2355
|
-
"fileTree.noFiles": "No files",
|
|
2356
|
-
"masterDetail.selectItem": "Select an item to view details",
|
|
2357
|
-
"empty.createFirst": "Create your first item to get started.",
|
|
2358
|
-
"upload.dropOrBrowse": "Drop files here or click to browse",
|
|
2359
|
-
"upload.dropFilesHere": "Drop files here",
|
|
2360
|
-
"upload.accepted": "Accepted: {{accept}}",
|
|
2361
|
-
"upload.maxSize": "Max size: {{size}}",
|
|
2362
|
-
"upload.maxFiles": "Up to {{count}} files",
|
|
2363
|
-
"upload.error.maxFiles": "Maximum {{count}} files allowed",
|
|
2364
|
-
"upload.error.invalidType": "Invalid file type: {{name}}",
|
|
2365
|
-
"upload.error.tooLarge": "File too large: {{name}} (max {{size}})",
|
|
2366
|
-
"optionConstraint.requiredOne": "Required, pick 1",
|
|
2367
|
-
"optionConstraint.optionalOne": "Optional, pick up to 1",
|
|
2368
|
-
"optionConstraint.pickExactly": "Pick exactly {{count}}",
|
|
2369
|
-
"optionConstraint.pickRange": "Pick {{min}}-{{max}}",
|
|
2370
|
-
"optionConstraint.pickAtLeast": "Pick at least {{count}}",
|
|
2371
|
-
"optionConstraint.pickUpTo": "Pick up to {{count}}",
|
|
2372
|
-
"optionConstraint.optional": "Optional",
|
|
2373
|
-
"optionConstraint.outOfStock": "Out of stock",
|
|
2374
|
-
"optionConstraint.error.pickOne": "Pick 1 option",
|
|
2375
|
-
"optionConstraint.error.pickOnlyOne": "Pick only 1 option",
|
|
2376
|
-
"optionConstraint.error.pickMore": "Pick at least {{count}} more",
|
|
2377
|
-
"optionConstraint.error.removeOptions": "Remove {{count}} options",
|
|
2378
|
-
"stateMachine.pinned": "Pinned",
|
|
2379
|
-
"stateMachine.eventCount": "{{count}} events",
|
|
2380
|
-
"stateMachine.externalEffects": "External Effects",
|
|
2381
|
-
"stateMachine.legend.initial": "Initial",
|
|
2382
|
-
"stateMachine.legend.final": "Final",
|
|
2383
|
-
"stateMachine.legend.state": "State",
|
|
2384
|
-
"stateMachine.legend.multiEvent": "Multi-event",
|
|
2385
|
-
"relationSelect.selectPlaceholder": "Select..."
|
|
2386
|
-
};
|
|
2387
|
-
}
|
|
2388
|
-
});
|
|
2389
|
-
function useTranslate() {
|
|
2390
|
-
return useContext(I18nContext);
|
|
2391
|
-
}
|
|
2392
|
-
var _meta, coreMessages, coreLocale, I18nContext;
|
|
2393
|
-
var init_useTranslate = __esm({
|
|
2394
|
-
"hooks/useTranslate.ts"() {
|
|
2395
|
-
"use client";
|
|
2396
|
-
init_en();
|
|
2397
|
-
({ $meta: _meta, ...coreMessages } = en_default);
|
|
2398
|
-
coreLocale = coreMessages;
|
|
2399
|
-
I18nContext = createContext({
|
|
2400
|
-
locale: "en",
|
|
2401
|
-
direction: "ltr",
|
|
2402
|
-
t: (key) => coreLocale[key] ?? key
|
|
2403
|
-
// core locale fallback
|
|
2404
|
-
});
|
|
2405
|
-
I18nContext.displayName = "I18nContext";
|
|
2406
|
-
I18nContext.Provider;
|
|
2407
|
-
}
|
|
2408
|
-
});
|
|
2409
1912
|
var sizeClasses2, minWidthClasses, lookStyles, Modal;
|
|
2410
1913
|
var init_Modal = __esm({
|
|
2411
1914
|
"components/core/molecules/Modal.tsx"() {
|
|
@@ -2417,7 +1920,6 @@ var init_Modal = __esm({
|
|
|
2417
1920
|
init_Overlay();
|
|
2418
1921
|
init_cn();
|
|
2419
1922
|
init_useEventBus();
|
|
2420
|
-
init_useTranslate();
|
|
2421
1923
|
sizeClasses2 = {
|
|
2422
1924
|
sm: "max-w-md",
|
|
2423
1925
|
md: "max-w-2xl",
|
|
@@ -2639,7 +2141,6 @@ var init_Drawer = __esm({
|
|
|
2639
2141
|
init_Overlay();
|
|
2640
2142
|
init_cn();
|
|
2641
2143
|
init_useEventBus();
|
|
2642
|
-
init_useTranslate();
|
|
2643
2144
|
sizeWidths = {
|
|
2644
2145
|
sm: "w-full sm:w-80",
|
|
2645
2146
|
// 320px
|
|
@@ -2912,7 +2413,6 @@ var init_Toast = __esm({
|
|
|
2912
2413
|
init_Badge();
|
|
2913
2414
|
init_cn();
|
|
2914
2415
|
init_useEventBus();
|
|
2915
|
-
init_useTranslate();
|
|
2916
2416
|
variantClasses = {
|
|
2917
2417
|
success: "bg-card border-[length:var(--border-width)] border-success",
|
|
2918
2418
|
error: "bg-card border-[length:var(--border-width)] border-error",
|
|
@@ -3874,7 +3374,6 @@ var init_Input = __esm({
|
|
|
3874
3374
|
"components/core/atoms/Input.tsx"() {
|
|
3875
3375
|
init_cn();
|
|
3876
3376
|
init_Icon();
|
|
3877
|
-
init_useTranslate();
|
|
3878
3377
|
Input = React85__default.forwardRef(
|
|
3879
3378
|
({
|
|
3880
3379
|
className,
|
|
@@ -4258,7 +3757,6 @@ var init_FilterPill = __esm({
|
|
|
4258
3757
|
"components/core/atoms/FilterPill.tsx"() {
|
|
4259
3758
|
init_cn();
|
|
4260
3759
|
init_useEventBus();
|
|
4261
|
-
init_useTranslate();
|
|
4262
3760
|
init_Icon();
|
|
4263
3761
|
variantStyles5 = {
|
|
4264
3762
|
default: [
|
|
@@ -5470,7 +4968,6 @@ var init_LawReferenceTooltip = __esm({
|
|
|
5470
4968
|
init_Typography();
|
|
5471
4969
|
init_Divider();
|
|
5472
4970
|
init_cn();
|
|
5473
|
-
init_useTranslate();
|
|
5474
4971
|
positionStyles2 = {
|
|
5475
4972
|
top: "bottom-full left-1/2 -translate-x-1/2 mb-2",
|
|
5476
4973
|
bottom: "top-full left-1/2 -translate-x-1/2 mt-2",
|
|
@@ -8464,7 +7961,6 @@ var init_ErrorState = __esm({
|
|
|
8464
7961
|
init_Typography();
|
|
8465
7962
|
init_Icon();
|
|
8466
7963
|
init_useEventBus();
|
|
8467
|
-
init_useTranslate();
|
|
8468
7964
|
ErrorState = ({
|
|
8469
7965
|
title,
|
|
8470
7966
|
message,
|
|
@@ -8507,7 +8003,6 @@ var init_ErrorBoundary = __esm({
|
|
|
8507
8003
|
"use client";
|
|
8508
8004
|
init_cn();
|
|
8509
8005
|
init_ErrorState();
|
|
8510
|
-
init_useTranslate();
|
|
8511
8006
|
DefaultFallback = ({ error, onRetry }) => {
|
|
8512
8007
|
const { t } = useTranslate();
|
|
8513
8008
|
return /* @__PURE__ */ jsx(
|
|
@@ -8657,7 +8152,6 @@ var init_Skeleton = __esm({
|
|
|
8657
8152
|
"components/core/molecules/Skeleton.tsx"() {
|
|
8658
8153
|
"use client";
|
|
8659
8154
|
init_cn();
|
|
8660
|
-
init_useTranslate();
|
|
8661
8155
|
init_Box();
|
|
8662
8156
|
init_Stack();
|
|
8663
8157
|
init_Stack();
|
|
@@ -9690,7 +9184,6 @@ var AboutPageTemplate;
|
|
|
9690
9184
|
var init_AboutPageTemplate = __esm({
|
|
9691
9185
|
"components/marketing/templates/AboutPageTemplate.tsx"() {
|
|
9692
9186
|
init_cn();
|
|
9693
|
-
init_useTranslate();
|
|
9694
9187
|
init_Stack();
|
|
9695
9188
|
init_Box();
|
|
9696
9189
|
init_Typography();
|
|
@@ -9795,7 +9288,6 @@ var init_Alert = __esm({
|
|
|
9795
9288
|
init_Icon();
|
|
9796
9289
|
init_Typography();
|
|
9797
9290
|
init_useEventBus();
|
|
9798
|
-
init_useTranslate();
|
|
9799
9291
|
variantBorderClasses = {
|
|
9800
9292
|
info: "border-info",
|
|
9801
9293
|
success: "border-success",
|
|
@@ -10155,7 +9647,6 @@ var init_Menu = __esm({
|
|
|
10155
9647
|
init_Badge();
|
|
10156
9648
|
init_cn();
|
|
10157
9649
|
init_useEventBus();
|
|
10158
|
-
init_useTranslate();
|
|
10159
9650
|
Menu = ({
|
|
10160
9651
|
trigger,
|
|
10161
9652
|
items,
|
|
@@ -10443,7 +9934,6 @@ var init_FloatingActionButton = __esm({
|
|
|
10443
9934
|
init_Typography();
|
|
10444
9935
|
init_cn();
|
|
10445
9936
|
init_useEventBus();
|
|
10446
|
-
init_useTranslate();
|
|
10447
9937
|
FloatingActionButton = ({
|
|
10448
9938
|
action,
|
|
10449
9939
|
actionPayload,
|
|
@@ -11365,7 +10855,6 @@ var init_ActionTile = __esm({
|
|
|
11365
10855
|
"components/game/organisms/puzzles/sequencer/ActionTile.tsx"() {
|
|
11366
10856
|
init_atoms2();
|
|
11367
10857
|
init_cn();
|
|
11368
|
-
init_useTranslate();
|
|
11369
10858
|
DRAG_MIME = "application/x-almadar-slot-item";
|
|
11370
10859
|
SIZE_CONFIG = {
|
|
11371
10860
|
sm: { px: "px-2 py-1", icon: "text-lg", text: "text-xs" },
|
|
@@ -11403,7 +10892,6 @@ var init_ActionPalette = __esm({
|
|
|
11403
10892
|
"components/game/organisms/puzzles/sequencer/ActionPalette.tsx"() {
|
|
11404
10893
|
init_atoms2();
|
|
11405
10894
|
init_cn();
|
|
11406
|
-
init_useTranslate();
|
|
11407
10895
|
init_ActionTile();
|
|
11408
10896
|
ActionPalette.displayName = "ActionPalette";
|
|
11409
10897
|
}
|
|
@@ -11413,7 +10901,6 @@ var init_AuthLayout = __esm({
|
|
|
11413
10901
|
"components/core/templates/AuthLayout.tsx"() {
|
|
11414
10902
|
"use client";
|
|
11415
10903
|
init_cn();
|
|
11416
|
-
init_useTranslate();
|
|
11417
10904
|
init_Box();
|
|
11418
10905
|
init_Stack();
|
|
11419
10906
|
init_Typography();
|
|
@@ -11558,7 +11045,6 @@ var init_LoadingState = __esm({
|
|
|
11558
11045
|
init_atoms2();
|
|
11559
11046
|
init_Stack();
|
|
11560
11047
|
init_Typography();
|
|
11561
|
-
init_useTranslate();
|
|
11562
11048
|
LoadingState = ({
|
|
11563
11049
|
title,
|
|
11564
11050
|
message,
|
|
@@ -12730,7 +12216,6 @@ var init_IsometricCanvas = __esm({
|
|
|
12730
12216
|
"use client";
|
|
12731
12217
|
init_cn();
|
|
12732
12218
|
init_useEventBus();
|
|
12733
|
-
init_useTranslate();
|
|
12734
12219
|
init_Box();
|
|
12735
12220
|
init_Stack();
|
|
12736
12221
|
init_Icon();
|
|
@@ -13094,7 +12579,6 @@ var init_BattleBoard = __esm({
|
|
|
13094
12579
|
"use client";
|
|
13095
12580
|
init_cn();
|
|
13096
12581
|
init_useEventBus();
|
|
13097
|
-
init_useTranslate();
|
|
13098
12582
|
init_Box();
|
|
13099
12583
|
init_Button();
|
|
13100
12584
|
init_Typography();
|
|
@@ -13854,7 +13338,6 @@ var log7, SWIM_GUTTER, CENTER_W, BehaviorView;
|
|
|
13854
13338
|
var init_BehaviorView = __esm({
|
|
13855
13339
|
"components/avl/molecules/BehaviorView.tsx"() {
|
|
13856
13340
|
"use client";
|
|
13857
|
-
init_useTranslate();
|
|
13858
13341
|
init_AvlState();
|
|
13859
13342
|
init_AvlTransitionLane();
|
|
13860
13343
|
init_AvlSwimLane();
|
|
@@ -13969,7 +13452,6 @@ var MIN_DIAGRAM_WIDTH, ScaledDiagram;
|
|
|
13969
13452
|
var init_ScaledDiagram = __esm({
|
|
13970
13453
|
"components/core/molecules/ScaledDiagram.tsx"() {
|
|
13971
13454
|
init_Box();
|
|
13972
|
-
init_useTranslate();
|
|
13973
13455
|
init_cn();
|
|
13974
13456
|
MIN_DIAGRAM_WIDTH = 200;
|
|
13975
13457
|
ScaledDiagram = ({
|
|
@@ -14112,7 +13594,6 @@ var init_CodeBlock = __esm({
|
|
|
14112
13594
|
init_Textarea();
|
|
14113
13595
|
init_Icon();
|
|
14114
13596
|
init_useEventBus();
|
|
14115
|
-
init_useTranslate();
|
|
14116
13597
|
SyntaxHighlighter.registerLanguage("json", langJson);
|
|
14117
13598
|
SyntaxHighlighter.registerLanguage("javascript", langJavascript);
|
|
14118
13599
|
SyntaxHighlighter.registerLanguage("js", langJavascript);
|
|
@@ -14619,7 +14100,6 @@ var init_MarkdownContent = __esm({
|
|
|
14619
14100
|
init_katex_min();
|
|
14620
14101
|
init_Box();
|
|
14621
14102
|
init_CodeBlock();
|
|
14622
|
-
init_useTranslate();
|
|
14623
14103
|
init_cn();
|
|
14624
14104
|
MarkdownContent = React85__default.memo(
|
|
14625
14105
|
({ content, direction, className }) => {
|
|
@@ -14924,7 +14404,6 @@ var init_Card2 = __esm({
|
|
|
14924
14404
|
"components/core/molecules/Card.tsx"() {
|
|
14925
14405
|
"use client";
|
|
14926
14406
|
init_useEventBus();
|
|
14927
|
-
init_useTranslate();
|
|
14928
14407
|
init_useLongPress();
|
|
14929
14408
|
Card2.displayName = "Card";
|
|
14930
14409
|
}
|
|
@@ -14938,7 +14417,6 @@ var init_QuizBlock = __esm({
|
|
|
14938
14417
|
init_Button();
|
|
14939
14418
|
init_Icon();
|
|
14940
14419
|
init_Box();
|
|
14941
|
-
init_useTranslate();
|
|
14942
14420
|
init_cn();
|
|
14943
14421
|
QuizBlock = ({
|
|
14944
14422
|
question,
|
|
@@ -14981,7 +14459,6 @@ var init_StateMachineView = __esm({
|
|
|
14981
14459
|
init_Typography();
|
|
14982
14460
|
init_Button();
|
|
14983
14461
|
init_Icon();
|
|
14984
|
-
init_useTranslate();
|
|
14985
14462
|
init_useEventBus();
|
|
14986
14463
|
init_cn();
|
|
14987
14464
|
StateNode = ({ state, config }) => {
|
|
@@ -16348,7 +15825,6 @@ var init_JazariStateMachine = __esm({
|
|
|
16348
15825
|
init_StateMachineView();
|
|
16349
15826
|
init_visualizer();
|
|
16350
15827
|
init_svg_paths();
|
|
16351
|
-
init_useTranslate();
|
|
16352
15828
|
init_cn();
|
|
16353
15829
|
JAZARI_VISUALIZER_CONFIG = {
|
|
16354
15830
|
...DEFAULT_CONFIG,
|
|
@@ -16504,7 +15980,6 @@ var init_ContentRenderer = __esm({
|
|
|
16504
15980
|
init_ScaledDiagram();
|
|
16505
15981
|
init_JazariStateMachine();
|
|
16506
15982
|
init_parseContentSegments();
|
|
16507
|
-
init_useTranslate();
|
|
16508
15983
|
init_cn();
|
|
16509
15984
|
ContentRenderer = ({
|
|
16510
15985
|
content,
|
|
@@ -16598,7 +16073,6 @@ var init_BookChapterView = __esm({
|
|
|
16598
16073
|
init_ScaledDiagram();
|
|
16599
16074
|
init_ContentRenderer();
|
|
16600
16075
|
init_JazariStateMachine();
|
|
16601
|
-
init_useTranslate();
|
|
16602
16076
|
init_cn();
|
|
16603
16077
|
BookChapterView = ({
|
|
16604
16078
|
chapter,
|
|
@@ -16637,7 +16111,6 @@ var init_BookCoverPage = __esm({
|
|
|
16637
16111
|
init_Typography();
|
|
16638
16112
|
init_Button();
|
|
16639
16113
|
init_Box();
|
|
16640
|
-
init_useTranslate();
|
|
16641
16114
|
init_cn();
|
|
16642
16115
|
BookCoverPage = ({
|
|
16643
16116
|
title,
|
|
@@ -16717,7 +16190,6 @@ var init_BookNavBar = __esm({
|
|
|
16717
16190
|
init_Typography();
|
|
16718
16191
|
init_ProgressBar();
|
|
16719
16192
|
init_Box();
|
|
16720
|
-
init_useTranslate();
|
|
16721
16193
|
init_cn();
|
|
16722
16194
|
BookNavBar = ({
|
|
16723
16195
|
currentPage,
|
|
@@ -16819,7 +16291,6 @@ var init_BookTableOfContents = __esm({
|
|
|
16819
16291
|
init_Button();
|
|
16820
16292
|
init_Box();
|
|
16821
16293
|
init_Badge();
|
|
16822
|
-
init_useTranslate();
|
|
16823
16294
|
init_cn();
|
|
16824
16295
|
BookTableOfContents = ({
|
|
16825
16296
|
parts,
|
|
@@ -16879,7 +16350,6 @@ var init_EmptyState = __esm({
|
|
|
16879
16350
|
init_Stack();
|
|
16880
16351
|
init_Typography();
|
|
16881
16352
|
init_useEventBus();
|
|
16882
|
-
init_useTranslate();
|
|
16883
16353
|
ICON_NAME_ALIASES = {
|
|
16884
16354
|
check: "check-circle",
|
|
16885
16355
|
error: "x-circle",
|
|
@@ -17050,7 +16520,6 @@ var init_BookViewer = __esm({
|
|
|
17050
16520
|
init_Box();
|
|
17051
16521
|
init_Stack();
|
|
17052
16522
|
init_useEventBus();
|
|
17053
|
-
init_useTranslate();
|
|
17054
16523
|
init_cn();
|
|
17055
16524
|
init_BookCoverPage();
|
|
17056
16525
|
init_BookTableOfContents();
|
|
@@ -17482,7 +16951,6 @@ var init_BranchingLogicBuilder = __esm({
|
|
|
17482
16951
|
init_FilterPill();
|
|
17483
16952
|
init_Box();
|
|
17484
16953
|
init_useEventBus();
|
|
17485
|
-
init_useTranslate();
|
|
17486
16954
|
init_cn();
|
|
17487
16955
|
END_OF_SURVEY = "end-of-survey";
|
|
17488
16956
|
RuleRow = ({
|
|
@@ -17935,7 +17403,6 @@ var init_Breadcrumb = __esm({
|
|
|
17935
17403
|
init_Typography();
|
|
17936
17404
|
init_cn();
|
|
17937
17405
|
init_useEventBus();
|
|
17938
|
-
init_useTranslate();
|
|
17939
17406
|
Breadcrumb = ({
|
|
17940
17407
|
items,
|
|
17941
17408
|
separator = "chevron-right",
|
|
@@ -18171,7 +17638,6 @@ var init_BuilderBoard = __esm({
|
|
|
18171
17638
|
"components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
|
|
18172
17639
|
init_atoms2();
|
|
18173
17640
|
init_useEventBus();
|
|
18174
|
-
init_useTranslate();
|
|
18175
17641
|
BuilderBoard.displayName = "BuilderBoard";
|
|
18176
17642
|
}
|
|
18177
17643
|
});
|
|
@@ -18649,7 +18115,6 @@ var init_CalendarGrid = __esm({
|
|
|
18649
18115
|
init_TimeSlotCell();
|
|
18650
18116
|
init_useEventBus();
|
|
18651
18117
|
init_useSwipeGesture();
|
|
18652
|
-
init_useTranslate();
|
|
18653
18118
|
SHORT_DATE = { month: "short", day: "numeric" };
|
|
18654
18119
|
CalendarGrid.displayName = "CalendarGrid";
|
|
18655
18120
|
}
|
|
@@ -19958,7 +19423,6 @@ var init_Pagination = __esm({
|
|
|
19958
19423
|
init_Stack();
|
|
19959
19424
|
init_cn();
|
|
19960
19425
|
init_useEventBus();
|
|
19961
|
-
init_useTranslate();
|
|
19962
19426
|
Pagination = ({
|
|
19963
19427
|
currentPage,
|
|
19964
19428
|
totalPages,
|
|
@@ -20162,7 +19626,6 @@ var init_CardGrid = __esm({
|
|
|
20162
19626
|
init_cn();
|
|
20163
19627
|
init_getNestedValue();
|
|
20164
19628
|
init_useEventBus();
|
|
20165
|
-
init_useTranslate();
|
|
20166
19629
|
init_atoms2();
|
|
20167
19630
|
init_Badge();
|
|
20168
19631
|
init_Box();
|
|
@@ -20391,7 +19854,6 @@ var init_Carousel = __esm({
|
|
|
20391
19854
|
init_cn();
|
|
20392
19855
|
init_useEventBus();
|
|
20393
19856
|
init_useSwipeGesture();
|
|
20394
|
-
init_useTranslate();
|
|
20395
19857
|
init_Box();
|
|
20396
19858
|
init_Stack();
|
|
20397
19859
|
init_Button();
|
|
@@ -20628,7 +20090,6 @@ var init_CaseStudyOrganism = __esm({
|
|
|
20628
20090
|
"use client";
|
|
20629
20091
|
init_cn();
|
|
20630
20092
|
init_useEventBus();
|
|
20631
|
-
init_useTranslate();
|
|
20632
20093
|
init_Stack();
|
|
20633
20094
|
init_Typography();
|
|
20634
20095
|
init_SimpleGrid();
|
|
@@ -20833,7 +20294,6 @@ var init_Chart = __esm({
|
|
|
20833
20294
|
init_ErrorState();
|
|
20834
20295
|
init_EmptyState();
|
|
20835
20296
|
init_useEventBus();
|
|
20836
|
-
init_useTranslate();
|
|
20837
20297
|
CHART_COLORS = [
|
|
20838
20298
|
"var(--color-primary)",
|
|
20839
20299
|
"var(--color-success)",
|
|
@@ -21741,7 +21201,6 @@ var init_ClassifierBoard = __esm({
|
|
|
21741
21201
|
"components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
|
|
21742
21202
|
init_atoms2();
|
|
21743
21203
|
init_useEventBus();
|
|
21744
|
-
init_useTranslate();
|
|
21745
21204
|
ClassifierBoard.displayName = "ClassifierBoard";
|
|
21746
21205
|
}
|
|
21747
21206
|
});
|
|
@@ -21773,7 +21232,6 @@ var init_CodeView = __esm({
|
|
|
21773
21232
|
"components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
|
|
21774
21233
|
init_atoms2();
|
|
21775
21234
|
init_cn();
|
|
21776
|
-
init_useTranslate();
|
|
21777
21235
|
CodeView.displayName = "CodeView";
|
|
21778
21236
|
}
|
|
21779
21237
|
});
|
|
@@ -21787,7 +21245,6 @@ var init_Tabs = __esm({
|
|
|
21787
21245
|
init_Box();
|
|
21788
21246
|
init_cn();
|
|
21789
21247
|
init_useEventBus();
|
|
21790
|
-
init_useTranslate();
|
|
21791
21248
|
Tabs = ({
|
|
21792
21249
|
items,
|
|
21793
21250
|
tabs,
|
|
@@ -21964,7 +21421,6 @@ var init_CodeViewer = __esm({
|
|
|
21964
21421
|
init_EmptyState();
|
|
21965
21422
|
init_Tabs();
|
|
21966
21423
|
init_useEventBus();
|
|
21967
|
-
init_useTranslate();
|
|
21968
21424
|
DIFF_STYLES = {
|
|
21969
21425
|
add: {
|
|
21970
21426
|
bg: "bg-success/10",
|
|
@@ -22336,7 +21792,6 @@ var init_ConfirmDialog = __esm({
|
|
|
22336
21792
|
init_Box();
|
|
22337
21793
|
init_Stack();
|
|
22338
21794
|
init_cn();
|
|
22339
|
-
init_useTranslate();
|
|
22340
21795
|
variantConfig = {
|
|
22341
21796
|
danger: {
|
|
22342
21797
|
icon: Trash2,
|
|
@@ -22818,7 +22273,6 @@ var init_DashboardGrid = __esm({
|
|
|
22818
22273
|
"components/core/organisms/layout/DashboardGrid.tsx"() {
|
|
22819
22274
|
init_cn();
|
|
22820
22275
|
init_Box();
|
|
22821
|
-
init_useTranslate();
|
|
22822
22276
|
gapStyles5 = {
|
|
22823
22277
|
sm: "gap-2",
|
|
22824
22278
|
md: "gap-4",
|
|
@@ -22912,7 +22366,6 @@ var init_DashboardLayout = __esm({
|
|
|
22912
22366
|
init_Icon();
|
|
22913
22367
|
init_useAuthContext();
|
|
22914
22368
|
init_useEventBus();
|
|
22915
|
-
init_useTranslate();
|
|
22916
22369
|
init_CurrentPagePathContext();
|
|
22917
22370
|
DashboardLayout = ({
|
|
22918
22371
|
appName = "{{APP_TITLE}}",
|
|
@@ -24257,7 +23710,6 @@ var init_DataGrid = __esm({
|
|
|
24257
23710
|
init_cn();
|
|
24258
23711
|
init_getNestedValue();
|
|
24259
23712
|
init_useEventBus();
|
|
24260
|
-
init_useTranslate();
|
|
24261
23713
|
init_Box();
|
|
24262
23714
|
init_Stack();
|
|
24263
23715
|
init_Typography();
|
|
@@ -24696,7 +24148,6 @@ var init_DataList = __esm({
|
|
|
24696
24148
|
init_cn();
|
|
24697
24149
|
init_getNestedValue();
|
|
24698
24150
|
init_useEventBus();
|
|
24699
|
-
init_useTranslate();
|
|
24700
24151
|
init_Box();
|
|
24701
24152
|
init_Stack();
|
|
24702
24153
|
init_Typography();
|
|
@@ -24751,7 +24202,6 @@ var init_FileTree = __esm({
|
|
|
24751
24202
|
init_Box();
|
|
24752
24203
|
init_Typography();
|
|
24753
24204
|
init_Icon();
|
|
24754
|
-
init_useTranslate();
|
|
24755
24205
|
TreeNodeItem = ({
|
|
24756
24206
|
node,
|
|
24757
24207
|
depth,
|
|
@@ -24958,7 +24408,6 @@ var init_FilterGroup = __esm({
|
|
|
24958
24408
|
init_Icon();
|
|
24959
24409
|
init_useEventBus();
|
|
24960
24410
|
init_useQuerySingleton();
|
|
24961
|
-
init_useTranslate();
|
|
24962
24411
|
resolveFilterType = (filter) => filter.filterType ?? filter.type;
|
|
24963
24412
|
lookStyles6 = {
|
|
24964
24413
|
toolbar: "",
|
|
@@ -25600,7 +25049,6 @@ var init_RelationSelect = __esm({
|
|
|
25600
25049
|
init_Spinner();
|
|
25601
25050
|
init_Typography();
|
|
25602
25051
|
init_debug();
|
|
25603
|
-
init_useTranslate();
|
|
25604
25052
|
isRelationsDebugEnabled = () => isDebugEnabled();
|
|
25605
25053
|
RelationSelect = ({
|
|
25606
25054
|
value,
|
|
@@ -25825,7 +25273,6 @@ var init_SearchInput = __esm({
|
|
|
25825
25273
|
init_cn();
|
|
25826
25274
|
init_useEventBus();
|
|
25827
25275
|
init_useQuerySingleton();
|
|
25828
|
-
init_useTranslate();
|
|
25829
25276
|
SearchInput = ({
|
|
25830
25277
|
value,
|
|
25831
25278
|
onSearch,
|
|
@@ -25928,7 +25375,6 @@ var init_SidePanel = __esm({
|
|
|
25928
25375
|
init_Typography();
|
|
25929
25376
|
init_cn();
|
|
25930
25377
|
init_useEventBus();
|
|
25931
|
-
init_useTranslate();
|
|
25932
25378
|
SidePanel = ({
|
|
25933
25379
|
title,
|
|
25934
25380
|
children,
|
|
@@ -26107,7 +25553,6 @@ var init_WizardNavigation = __esm({
|
|
|
26107
25553
|
init_Icon();
|
|
26108
25554
|
init_cn();
|
|
26109
25555
|
init_useEventBus();
|
|
26110
|
-
init_useTranslate();
|
|
26111
25556
|
WizardNavigation = ({
|
|
26112
25557
|
currentStep,
|
|
26113
25558
|
totalSteps,
|
|
@@ -26195,7 +25640,6 @@ var init_RepeatableFormSection = __esm({
|
|
|
26195
25640
|
init_Card();
|
|
26196
25641
|
init_Icon();
|
|
26197
25642
|
init_useEventBus();
|
|
26198
|
-
init_useTranslate();
|
|
26199
25643
|
RepeatableFormSection = ({
|
|
26200
25644
|
sectionType,
|
|
26201
25645
|
title,
|
|
@@ -26326,7 +25770,6 @@ var actionTypeLabelKeys, actionTypeIcons, ViolationAlert;
|
|
|
26326
25770
|
var init_ViolationAlert = __esm({
|
|
26327
25771
|
"components/core/molecules/ViolationAlert.tsx"() {
|
|
26328
25772
|
init_cn();
|
|
26329
|
-
init_useTranslate();
|
|
26330
25773
|
init_Box();
|
|
26331
25774
|
init_Stack();
|
|
26332
25775
|
init_Typography();
|
|
@@ -26832,7 +26275,6 @@ var init_LineChart = __esm({
|
|
|
26832
26275
|
"use client";
|
|
26833
26276
|
init_cn();
|
|
26834
26277
|
init_atoms2();
|
|
26835
|
-
init_useTranslate();
|
|
26836
26278
|
LineChart2 = ({
|
|
26837
26279
|
data,
|
|
26838
26280
|
width = 400,
|
|
@@ -28788,7 +28230,6 @@ var init_GraphView = __esm({
|
|
|
28788
28230
|
"use client";
|
|
28789
28231
|
init_cn();
|
|
28790
28232
|
init_atoms2();
|
|
28791
|
-
init_useTranslate();
|
|
28792
28233
|
GROUP_COLORS = [
|
|
28793
28234
|
"#3b82f6",
|
|
28794
28235
|
// blue-500
|
|
@@ -29114,7 +28555,6 @@ var init_NumberStepper = __esm({
|
|
|
29114
28555
|
init_cn();
|
|
29115
28556
|
init_Icon();
|
|
29116
28557
|
init_useEventBus();
|
|
29117
|
-
init_useTranslate();
|
|
29118
28558
|
sizeStyles10 = {
|
|
29119
28559
|
sm: {
|
|
29120
28560
|
button: "w-7 h-7",
|
|
@@ -29455,7 +28895,6 @@ var init_UploadDropZone = __esm({
|
|
|
29455
28895
|
init_Icon();
|
|
29456
28896
|
init_Typography();
|
|
29457
28897
|
init_useEventBus();
|
|
29458
|
-
init_useTranslate();
|
|
29459
28898
|
UploadDropZone = ({
|
|
29460
28899
|
accept,
|
|
29461
28900
|
maxSize,
|
|
@@ -29622,7 +29061,6 @@ var init_Lightbox = __esm({
|
|
|
29622
29061
|
init_Icon();
|
|
29623
29062
|
init_cn();
|
|
29624
29063
|
init_useEventBus();
|
|
29625
|
-
init_useTranslate();
|
|
29626
29064
|
Lightbox = ({
|
|
29627
29065
|
images = [],
|
|
29628
29066
|
currentIndex = 0,
|
|
@@ -30107,7 +29545,6 @@ var init_TableView = __esm({
|
|
|
30107
29545
|
init_cn();
|
|
30108
29546
|
init_getNestedValue();
|
|
30109
29547
|
init_useEventBus();
|
|
30110
|
-
init_useTranslate();
|
|
30111
29548
|
init_Box();
|
|
30112
29549
|
init_Stack();
|
|
30113
29550
|
init_Typography();
|
|
@@ -30311,7 +29748,6 @@ var init_Meter = __esm({
|
|
|
30311
29748
|
init_LoadingState();
|
|
30312
29749
|
init_ErrorState();
|
|
30313
29750
|
init_useEventBus();
|
|
30314
|
-
init_useTranslate();
|
|
30315
29751
|
DEFAULT_THRESHOLDS = [
|
|
30316
29752
|
{ value: 30, color: "var(--color-error)" },
|
|
30317
29753
|
{ value: 70, color: "var(--color-warning)" },
|
|
@@ -32258,7 +31694,6 @@ var init_VoteStack = __esm({
|
|
|
32258
31694
|
init_cn();
|
|
32259
31695
|
init_Icon();
|
|
32260
31696
|
init_useEventBus();
|
|
32261
|
-
init_useTranslate();
|
|
32262
31697
|
sizeStyles12 = {
|
|
32263
31698
|
sm: {
|
|
32264
31699
|
button: "w-7 h-7",
|
|
@@ -32713,7 +32148,6 @@ var init_QrScanner = __esm({
|
|
|
32713
32148
|
init_atoms2();
|
|
32714
32149
|
init_Icon();
|
|
32715
32150
|
init_useEventBus();
|
|
32716
|
-
init_useTranslate();
|
|
32717
32151
|
QrScanner = ({
|
|
32718
32152
|
onScan,
|
|
32719
32153
|
scanEvent,
|
|
@@ -32940,7 +32374,6 @@ var init_OptionConstraintGroup = __esm({
|
|
|
32940
32374
|
"components/core/molecules/OptionConstraintGroup.tsx"() {
|
|
32941
32375
|
init_cn();
|
|
32942
32376
|
init_useEventBus();
|
|
32943
|
-
init_useTranslate();
|
|
32944
32377
|
init_Typography();
|
|
32945
32378
|
init_Box();
|
|
32946
32379
|
init_Label();
|
|
@@ -33896,7 +33329,6 @@ var init_RichBlockEditor = __esm({
|
|
|
33896
33329
|
init_Input();
|
|
33897
33330
|
init_Icon();
|
|
33898
33331
|
init_useEventBus();
|
|
33899
|
-
init_useTranslate();
|
|
33900
33332
|
TOOLBAR_ENTRIES = [
|
|
33901
33333
|
{ type: "paragraph", labelKey: "richBlockEditor.toolbar.text", icon: Type },
|
|
33902
33334
|
{ type: "heading-1", labelKey: "richBlockEditor.toolbar.h1", icon: Heading1 },
|
|
@@ -34087,7 +33519,6 @@ var init_ReplyTree = __esm({
|
|
|
34087
33519
|
"use client";
|
|
34088
33520
|
init_cn();
|
|
34089
33521
|
init_useEventBus();
|
|
34090
|
-
init_useTranslate();
|
|
34091
33522
|
init_atoms2();
|
|
34092
33523
|
init_VoteStack();
|
|
34093
33524
|
ReplyTreeNode = ({
|
|
@@ -34395,7 +33826,6 @@ var init_VersionDiff = __esm({
|
|
|
34395
33826
|
"use client";
|
|
34396
33827
|
init_cn();
|
|
34397
33828
|
init_useEventBus();
|
|
34398
|
-
init_useTranslate();
|
|
34399
33829
|
init_atoms2();
|
|
34400
33830
|
init_Stack();
|
|
34401
33831
|
INLINE_STYLES = {
|
|
@@ -34711,7 +34141,6 @@ var init_DocBreadcrumb = __esm({
|
|
|
34711
34141
|
init_Stack();
|
|
34712
34142
|
init_Typography();
|
|
34713
34143
|
init_Icon();
|
|
34714
|
-
init_useTranslate();
|
|
34715
34144
|
DocBreadcrumb = ({
|
|
34716
34145
|
items,
|
|
34717
34146
|
className
|
|
@@ -35140,7 +34569,6 @@ var init_DocSearch = __esm({
|
|
|
35140
34569
|
init_Typography();
|
|
35141
34570
|
init_Icon();
|
|
35142
34571
|
init_Input();
|
|
35143
|
-
init_useTranslate();
|
|
35144
34572
|
}
|
|
35145
34573
|
});
|
|
35146
34574
|
var DocSidebarCategory, DocSidebar;
|
|
@@ -35153,7 +34581,6 @@ var init_DocSidebar = __esm({
|
|
|
35153
34581
|
init_Stack();
|
|
35154
34582
|
init_Typography();
|
|
35155
34583
|
init_Icon();
|
|
35156
|
-
init_useTranslate();
|
|
35157
34584
|
DocSidebarCategory = ({ item, depth }) => {
|
|
35158
34585
|
const [expanded, setExpanded] = useState(
|
|
35159
34586
|
() => item.items?.some(function hasActive(child) {
|
|
@@ -35260,7 +34687,6 @@ var init_DocTOC = __esm({
|
|
|
35260
34687
|
init_Box();
|
|
35261
34688
|
init_Stack();
|
|
35262
34689
|
init_Typography();
|
|
35263
|
-
init_useTranslate();
|
|
35264
34690
|
DocTOC = ({
|
|
35265
34691
|
items,
|
|
35266
34692
|
activeId,
|
|
@@ -35995,7 +35421,6 @@ var init_Header = __esm({
|
|
|
35995
35421
|
init_Stack();
|
|
35996
35422
|
init_Typography();
|
|
35997
35423
|
init_cn();
|
|
35998
|
-
init_useTranslate();
|
|
35999
35424
|
lookStyles8 = {
|
|
36000
35425
|
"compact-bar": "",
|
|
36001
35426
|
hero: "py-section min-h-[200px] [&_h1]:text-display-1",
|
|
@@ -36315,7 +35740,6 @@ var init_Sidebar = __esm({
|
|
|
36315
35740
|
init_Typography();
|
|
36316
35741
|
init_cn();
|
|
36317
35742
|
init_useEventBus();
|
|
36318
|
-
init_useTranslate();
|
|
36319
35743
|
SidebarNavItem = ({ item, collapsed }) => {
|
|
36320
35744
|
const Icon3 = item.icon;
|
|
36321
35745
|
const isActive = item.active ?? item.isActive;
|
|
@@ -36569,7 +35993,6 @@ var init_WizardContainer = __esm({
|
|
|
36569
35993
|
init_Stack();
|
|
36570
35994
|
init_Icon();
|
|
36571
35995
|
init_cn();
|
|
36572
|
-
init_useTranslate();
|
|
36573
35996
|
WizardContainer = ({
|
|
36574
35997
|
steps,
|
|
36575
35998
|
currentStep: controlledStep,
|
|
@@ -37143,7 +36566,6 @@ var init_SignaturePad = __esm({
|
|
|
37143
36566
|
init_LoadingState();
|
|
37144
36567
|
init_ErrorState();
|
|
37145
36568
|
init_useEventBus();
|
|
37146
|
-
init_useTranslate();
|
|
37147
36569
|
SignaturePad = ({
|
|
37148
36570
|
label,
|
|
37149
36571
|
helperText,
|
|
@@ -37337,7 +36759,6 @@ var init_DocumentViewer = __esm({
|
|
|
37337
36759
|
init_EmptyState();
|
|
37338
36760
|
init_Tabs();
|
|
37339
36761
|
init_useEventBus();
|
|
37340
|
-
init_useTranslate();
|
|
37341
36762
|
DocumentViewer = ({
|
|
37342
36763
|
title,
|
|
37343
36764
|
src,
|
|
@@ -37542,7 +36963,6 @@ var init_GraphCanvas = __esm({
|
|
|
37542
36963
|
init_ErrorState();
|
|
37543
36964
|
init_EmptyState();
|
|
37544
36965
|
init_useEventBus();
|
|
37545
|
-
init_useTranslate();
|
|
37546
36966
|
GROUP_COLORS2 = [
|
|
37547
36967
|
"var(--color-primary)",
|
|
37548
36968
|
"var(--color-success)",
|
|
@@ -38280,7 +37700,6 @@ var init_DataTable = __esm({
|
|
|
38280
37700
|
init_molecules2();
|
|
38281
37701
|
init_Icon();
|
|
38282
37702
|
init_useEventBus();
|
|
38283
|
-
init_useTranslate();
|
|
38284
37703
|
init_types3();
|
|
38285
37704
|
lookStyles9 = {
|
|
38286
37705
|
dense: "",
|
|
@@ -38427,7 +37846,6 @@ var init_DebuggerBoard = __esm({
|
|
|
38427
37846
|
"components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
|
|
38428
37847
|
init_atoms2();
|
|
38429
37848
|
init_useEventBus();
|
|
38430
|
-
init_useTranslate();
|
|
38431
37849
|
DebuggerBoard.displayName = "DebuggerBoard";
|
|
38432
37850
|
}
|
|
38433
37851
|
});
|
|
@@ -38598,7 +38016,6 @@ var init_DetailPanel = __esm({
|
|
|
38598
38016
|
init_cn();
|
|
38599
38017
|
init_getNestedValue();
|
|
38600
38018
|
init_useEventBus();
|
|
38601
|
-
init_useTranslate();
|
|
38602
38019
|
ReactMarkdown2 = lazy(() => import('react-markdown'));
|
|
38603
38020
|
DetailPanel = ({
|
|
38604
38021
|
title: propTitle,
|
|
@@ -39177,7 +38594,6 @@ var init_TraitStateViewer = __esm({
|
|
|
39177
38594
|
"components/game/organisms/TraitStateViewer.tsx"() {
|
|
39178
38595
|
"use client";
|
|
39179
38596
|
init_cn();
|
|
39180
|
-
init_useTranslate();
|
|
39181
38597
|
init_Box();
|
|
39182
38598
|
init_Typography();
|
|
39183
38599
|
init_Stack();
|
|
@@ -39236,7 +38652,6 @@ var init_RuleEditor = __esm({
|
|
|
39236
38652
|
"components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
|
|
39237
38653
|
init_atoms2();
|
|
39238
38654
|
init_cn();
|
|
39239
|
-
init_useTranslate();
|
|
39240
38655
|
RuleEditor.displayName = "RuleEditor";
|
|
39241
38656
|
}
|
|
39242
38657
|
});
|
|
@@ -39311,7 +38726,6 @@ var init_ObjectRulePanel = __esm({
|
|
|
39311
38726
|
"components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
|
|
39312
38727
|
init_atoms2();
|
|
39313
38728
|
init_cn();
|
|
39314
|
-
init_useTranslate();
|
|
39315
38729
|
init_TraitStateViewer();
|
|
39316
38730
|
init_RuleEditor();
|
|
39317
38731
|
nextRuleId = 1;
|
|
@@ -39356,7 +38770,6 @@ var init_EventLog = __esm({
|
|
|
39356
38770
|
"components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
|
|
39357
38771
|
init_atoms2();
|
|
39358
38772
|
init_cn();
|
|
39359
|
-
init_useTranslate();
|
|
39360
38773
|
STATUS_STYLES = {
|
|
39361
38774
|
pending: "text-muted-foreground",
|
|
39362
38775
|
active: "text-primary animate-pulse",
|
|
@@ -39570,7 +38983,6 @@ var init_EventHandlerBoard = __esm({
|
|
|
39570
38983
|
init_atoms2();
|
|
39571
38984
|
init_cn();
|
|
39572
38985
|
init_useEventBus();
|
|
39573
|
-
init_useTranslate();
|
|
39574
38986
|
init_TraitStateViewer();
|
|
39575
38987
|
init_ObjectRulePanel();
|
|
39576
38988
|
init_EventLog();
|
|
@@ -39640,7 +39052,6 @@ var init_FeatureGridOrganism = __esm({
|
|
|
39640
39052
|
"use client";
|
|
39641
39053
|
init_cn();
|
|
39642
39054
|
init_useEventBus();
|
|
39643
|
-
init_useTranslate();
|
|
39644
39055
|
init_Stack();
|
|
39645
39056
|
init_Typography();
|
|
39646
39057
|
init_FeatureGrid();
|
|
@@ -39823,7 +39234,6 @@ var init_Form = __esm({
|
|
|
39823
39234
|
init_RelationSelect();
|
|
39824
39235
|
init_Alert();
|
|
39825
39236
|
init_useEventBus();
|
|
39826
|
-
init_useTranslate();
|
|
39827
39237
|
init_debug();
|
|
39828
39238
|
layoutStyles = {
|
|
39829
39239
|
vertical: "flex flex-col",
|
|
@@ -40983,7 +40393,6 @@ var init_HeroOrganism = __esm({
|
|
|
40983
40393
|
"use client";
|
|
40984
40394
|
init_cn();
|
|
40985
40395
|
init_useEventBus();
|
|
40986
|
-
init_useTranslate();
|
|
40987
40396
|
init_HeroSection();
|
|
40988
40397
|
init_LoadingState();
|
|
40989
40398
|
init_ErrorState();
|
|
@@ -41089,7 +40498,6 @@ var LandingPageTemplate;
|
|
|
41089
40498
|
var init_LandingPageTemplate = __esm({
|
|
41090
40499
|
"components/marketing/templates/LandingPageTemplate.tsx"() {
|
|
41091
40500
|
init_cn();
|
|
41092
|
-
init_useTranslate();
|
|
41093
40501
|
init_Stack();
|
|
41094
40502
|
init_Box();
|
|
41095
40503
|
init_Container();
|
|
@@ -41289,7 +40697,6 @@ var init_List = __esm({
|
|
|
41289
40697
|
init_cn();
|
|
41290
40698
|
init_getNestedValue();
|
|
41291
40699
|
init_useEventBus();
|
|
41292
|
-
init_useTranslate();
|
|
41293
40700
|
init_types3();
|
|
41294
40701
|
STATUS_STYLES2 = {
|
|
41295
40702
|
complete: {
|
|
@@ -41784,7 +41191,6 @@ var init_MasterDetail = __esm({
|
|
|
41784
41191
|
"components/core/organisms/MasterDetail.tsx"() {
|
|
41785
41192
|
"use client";
|
|
41786
41193
|
init_DataTable();
|
|
41787
|
-
init_useTranslate();
|
|
41788
41194
|
MasterDetail.displayName = "MasterDetail";
|
|
41789
41195
|
}
|
|
41790
41196
|
});
|
|
@@ -41793,7 +41199,6 @@ var init_MasterDetailLayout = __esm({
|
|
|
41793
41199
|
"components/core/organisms/layout/MasterDetailLayout.tsx"() {
|
|
41794
41200
|
init_cn();
|
|
41795
41201
|
init_Typography();
|
|
41796
|
-
init_useTranslate();
|
|
41797
41202
|
DefaultEmptyDetail = () => {
|
|
41798
41203
|
const { t } = useTranslate();
|
|
41799
41204
|
return /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsx(
|
|
@@ -41854,7 +41259,6 @@ var init_MediaGallery = __esm({
|
|
|
41854
41259
|
init_ErrorState();
|
|
41855
41260
|
init_EmptyState();
|
|
41856
41261
|
init_useEventBus();
|
|
41857
|
-
init_useTranslate();
|
|
41858
41262
|
COLUMN_CLASSES = {
|
|
41859
41263
|
2: "grid-cols-2",
|
|
41860
41264
|
3: "grid-cols-2 sm:grid-cols-3",
|
|
@@ -42255,7 +41659,6 @@ var init_NegotiatorBoard = __esm({
|
|
|
42255
41659
|
"components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
|
|
42256
41660
|
init_atoms2();
|
|
42257
41661
|
init_useEventBus();
|
|
42258
|
-
init_useTranslate();
|
|
42259
41662
|
NegotiatorBoard.displayName = "NegotiatorBoard";
|
|
42260
41663
|
}
|
|
42261
41664
|
});
|
|
@@ -42265,7 +41668,6 @@ var init_PricingOrganism = __esm({
|
|
|
42265
41668
|
"use client";
|
|
42266
41669
|
init_cn();
|
|
42267
41670
|
init_useEventBus();
|
|
42268
|
-
init_useTranslate();
|
|
42269
41671
|
init_Stack();
|
|
42270
41672
|
init_Typography();
|
|
42271
41673
|
init_PricingGrid();
|
|
@@ -42315,7 +41717,6 @@ var PricingPageTemplate;
|
|
|
42315
41717
|
var init_PricingPageTemplate = __esm({
|
|
42316
41718
|
"components/marketing/templates/PricingPageTemplate.tsx"() {
|
|
42317
41719
|
init_cn();
|
|
42318
|
-
init_useTranslate();
|
|
42319
41720
|
init_Stack();
|
|
42320
41721
|
init_Box();
|
|
42321
41722
|
init_Container();
|
|
@@ -42879,7 +42280,6 @@ var init_TraitsTab = __esm({
|
|
|
42879
42280
|
init_Typography();
|
|
42880
42281
|
init_Stack();
|
|
42881
42282
|
init_EmptyState();
|
|
42882
|
-
init_useTranslate();
|
|
42883
42283
|
TraitsTab.displayName = "TraitsTab";
|
|
42884
42284
|
}
|
|
42885
42285
|
});
|
|
@@ -42957,7 +42357,6 @@ var init_TicksTab = __esm({
|
|
|
42957
42357
|
init_Stack();
|
|
42958
42358
|
init_Card();
|
|
42959
42359
|
init_EmptyState();
|
|
42960
|
-
init_useTranslate();
|
|
42961
42360
|
TicksTab.displayName = "TicksTab";
|
|
42962
42361
|
}
|
|
42963
42362
|
});
|
|
@@ -43031,7 +42430,6 @@ var init_EntitiesTab = __esm({
|
|
|
43031
42430
|
init_Typography();
|
|
43032
42431
|
init_Stack();
|
|
43033
42432
|
init_EmptyState();
|
|
43034
|
-
init_useTranslate();
|
|
43035
42433
|
EntitiesTab.displayName = "EntitiesTab";
|
|
43036
42434
|
}
|
|
43037
42435
|
});
|
|
@@ -43148,7 +42546,6 @@ var init_EventFlowTab = __esm({
|
|
|
43148
42546
|
init_Button();
|
|
43149
42547
|
init_Checkbox();
|
|
43150
42548
|
init_EmptyState();
|
|
43151
|
-
init_useTranslate();
|
|
43152
42549
|
TYPE_BADGES = {
|
|
43153
42550
|
trait: { variant: "primary", icon: "\u{1F504}" },
|
|
43154
42551
|
tick: { variant: "warning", icon: "\u23F1\uFE0F" },
|
|
@@ -43243,7 +42640,6 @@ var init_GuardsPanel = __esm({
|
|
|
43243
42640
|
init_ButtonGroup();
|
|
43244
42641
|
init_Button();
|
|
43245
42642
|
init_EmptyState();
|
|
43246
|
-
init_useTranslate();
|
|
43247
42643
|
GuardsPanel.displayName = "GuardsPanel";
|
|
43248
42644
|
}
|
|
43249
42645
|
});
|
|
@@ -43319,7 +42715,6 @@ var init_VerificationTab = __esm({
|
|
|
43319
42715
|
init_Typography();
|
|
43320
42716
|
init_Stack();
|
|
43321
42717
|
init_EmptyState();
|
|
43322
|
-
init_useTranslate();
|
|
43323
42718
|
STATUS_CONFIG = {
|
|
43324
42719
|
pass: { variant: "success", icon: "\u2713", label: "PASS" },
|
|
43325
42720
|
fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
|
|
@@ -43455,7 +42850,6 @@ var init_TransitionTimeline = __esm({
|
|
|
43455
42850
|
init_Typography();
|
|
43456
42851
|
init_EmptyState();
|
|
43457
42852
|
init_Checkbox();
|
|
43458
|
-
init_useTranslate();
|
|
43459
42853
|
EFFECT_STATUS_VARIANT = {
|
|
43460
42854
|
executed: "success",
|
|
43461
42855
|
failed: "danger",
|
|
@@ -43545,7 +42939,6 @@ var init_ServerBridgeTab = __esm({
|
|
|
43545
42939
|
init_Stack();
|
|
43546
42940
|
init_Card();
|
|
43547
42941
|
init_EmptyState();
|
|
43548
|
-
init_useTranslate();
|
|
43549
42942
|
ServerBridgeTab.displayName = "ServerBridgeTab";
|
|
43550
42943
|
}
|
|
43551
42944
|
});
|
|
@@ -43710,7 +43103,6 @@ var init_EventDispatcherTab = __esm({
|
|
|
43710
43103
|
init_Stack();
|
|
43711
43104
|
init_EmptyState();
|
|
43712
43105
|
init_useEventBus();
|
|
43713
|
-
init_useTranslate();
|
|
43714
43106
|
EventDispatcherTab.displayName = "EventDispatcherTab";
|
|
43715
43107
|
}
|
|
43716
43108
|
});
|
|
@@ -44085,7 +43477,6 @@ var init_RuntimeDebugger2 = __esm({
|
|
|
44085
43477
|
init_TransitionTimeline();
|
|
44086
43478
|
init_ServerBridgeTab();
|
|
44087
43479
|
init_EventDispatcherTab();
|
|
44088
|
-
init_useTranslate();
|
|
44089
43480
|
init_RuntimeDebugger();
|
|
44090
43481
|
RuntimeDebugger.displayName = "RuntimeDebugger";
|
|
44091
43482
|
}
|
|
@@ -44572,7 +43963,6 @@ var init_SequencerBoard = __esm({
|
|
|
44572
43963
|
init_atoms2();
|
|
44573
43964
|
init_cn();
|
|
44574
43965
|
init_useEventBus();
|
|
44575
|
-
init_useTranslate();
|
|
44576
43966
|
init_TraitStateViewer();
|
|
44577
43967
|
init_SequenceBar();
|
|
44578
43968
|
init_ActionPalette();
|
|
@@ -44591,7 +43981,6 @@ var init_ShowcaseOrganism = __esm({
|
|
|
44591
43981
|
"use client";
|
|
44592
43982
|
init_cn();
|
|
44593
43983
|
init_useEventBus();
|
|
44594
|
-
init_useTranslate();
|
|
44595
43984
|
init_Stack();
|
|
44596
43985
|
init_Typography();
|
|
44597
43986
|
init_SimpleGrid();
|
|
@@ -45150,7 +44539,6 @@ var init_SimulatorBoard = __esm({
|
|
|
45150
44539
|
"components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
|
|
45151
44540
|
init_atoms2();
|
|
45152
44541
|
init_useEventBus();
|
|
45153
|
-
init_useTranslate();
|
|
45154
44542
|
SimulatorBoard.displayName = "SimulatorBoard";
|
|
45155
44543
|
}
|
|
45156
44544
|
});
|
|
@@ -45255,7 +44643,6 @@ var init_StatCard = __esm({
|
|
|
45255
44643
|
init_Button();
|
|
45256
44644
|
init_Sparkline();
|
|
45257
44645
|
init_useEventBus();
|
|
45258
|
-
init_useTranslate();
|
|
45259
44646
|
init_Icon();
|
|
45260
44647
|
StatCard = ({
|
|
45261
44648
|
label: propLabel,
|
|
@@ -45611,7 +44998,6 @@ var init_VariablePanel = __esm({
|
|
|
45611
44998
|
"components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
|
|
45612
44999
|
init_atoms2();
|
|
45613
45000
|
init_cn();
|
|
45614
|
-
init_useTranslate();
|
|
45615
45001
|
VariablePanel.displayName = "VariablePanel";
|
|
45616
45002
|
}
|
|
45617
45003
|
});
|
|
@@ -45928,7 +45314,6 @@ var init_StateArchitectBoard = __esm({
|
|
|
45928
45314
|
init_atoms2();
|
|
45929
45315
|
init_cn();
|
|
45930
45316
|
init_useEventBus();
|
|
45931
|
-
init_useTranslate();
|
|
45932
45317
|
init_TraitStateViewer();
|
|
45933
45318
|
init_StateNode();
|
|
45934
45319
|
init_TransitionArrow();
|
|
@@ -45948,7 +45333,6 @@ var init_StatsOrganism = __esm({
|
|
|
45948
45333
|
"components/marketing/organisms/StatsOrganism.tsx"() {
|
|
45949
45334
|
"use client";
|
|
45950
45335
|
init_cn();
|
|
45951
|
-
init_useTranslate();
|
|
45952
45336
|
init_StatsGrid();
|
|
45953
45337
|
init_LoadingState();
|
|
45954
45338
|
init_ErrorState();
|
|
@@ -45991,7 +45375,6 @@ var init_StepFlowOrganism = __esm({
|
|
|
45991
45375
|
"components/core/organisms/StepFlowOrganism.tsx"() {
|
|
45992
45376
|
"use client";
|
|
45993
45377
|
init_cn();
|
|
45994
|
-
init_useTranslate();
|
|
45995
45378
|
init_Stack();
|
|
45996
45379
|
init_Typography();
|
|
45997
45380
|
init_StepFlow();
|
|
@@ -46161,7 +45544,6 @@ var init_TeamOrganism = __esm({
|
|
|
46161
45544
|
"components/marketing/organisms/TeamOrganism.tsx"() {
|
|
46162
45545
|
"use client";
|
|
46163
45546
|
init_cn();
|
|
46164
|
-
init_useTranslate();
|
|
46165
45547
|
init_Stack();
|
|
46166
45548
|
init_Typography();
|
|
46167
45549
|
init_SimpleGrid();
|
|
@@ -46219,7 +45601,6 @@ var init_Timeline = __esm({
|
|
|
46219
45601
|
init_LoadingState();
|
|
46220
45602
|
init_ErrorState();
|
|
46221
45603
|
init_EmptyState();
|
|
46222
|
-
init_useTranslate();
|
|
46223
45604
|
lookStyles10 = {
|
|
46224
45605
|
"vertical-compact": "gap-1 [&>*]:py-1",
|
|
46225
45606
|
"vertical-spacious": "",
|
|
@@ -48291,7 +47672,6 @@ var init_UISlotRenderer = __esm({
|
|
|
48291
47672
|
init_Box();
|
|
48292
47673
|
init_Typography();
|
|
48293
47674
|
init_useEventBus();
|
|
48294
|
-
init_useTranslate();
|
|
48295
47675
|
init_slot_types();
|
|
48296
47676
|
init_cn();
|
|
48297
47677
|
init_ErrorBoundary();
|