@inventreedb/ui 0.10.0 → 0.11.0

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 (184) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/.vite/manifest.json +444 -1
  3. package/dist/components/Boundary.d.ts +10 -0
  4. package/dist/components/Boundary.js +37 -0
  5. package/dist/components/Boundary.js.map +1 -0
  6. package/dist/components/CopyButton.d.ts +13 -0
  7. package/dist/components/CopyButton.js +51 -0
  8. package/dist/components/CopyButton.js.map +1 -0
  9. package/dist/components/CopyableCell.d.ts +11 -0
  10. package/dist/components/CopyableCell.js +24 -0
  11. package/dist/components/CopyableCell.js.map +1 -0
  12. package/dist/components/InvenTreeTable.d.ts +17 -0
  13. package/dist/components/InvenTreeTable.js +41 -0
  14. package/dist/components/InvenTreeTable.js.map +1 -0
  15. package/dist/components/TableColumnSelect.d.ts +4 -0
  16. package/dist/components/TableColumnSelect.js +38 -0
  17. package/dist/components/TableColumnSelect.js.map +1 -0
  18. package/dist/enums/ApiEndpoints.d.ts +1 -1
  19. package/dist/enums/ApiEndpoints.js +1 -1
  20. package/dist/enums/ApiEndpoints.js.map +1 -1
  21. package/dist/enums/ModelInformation.js +17 -0
  22. package/dist/enums/ModelInformation.js.map +1 -1
  23. package/dist/enums/ModelType.d.ts +1 -0
  24. package/dist/enums/ModelType.js +1 -0
  25. package/dist/enums/ModelType.js.map +1 -1
  26. package/dist/functions/Forms.d.ts +11 -0
  27. package/dist/functions/Forms.js +27 -0
  28. package/dist/functions/Forms.js.map +1 -0
  29. package/dist/functions/Notification.d.ts +16 -0
  30. package/dist/functions/Notification.js +82 -0
  31. package/dist/functions/Notification.js.map +1 -0
  32. package/dist/functions/String.d.ts +13 -0
  33. package/dist/functions/String.js +25 -0
  34. package/dist/functions/String.js.map +1 -0
  35. package/dist/hooks/UseFilterSet.d.ts +2 -0
  36. package/dist/hooks/UseFilterSet.js +35 -0
  37. package/dist/hooks/UseFilterSet.js.map +1 -0
  38. package/dist/hooks/UseTable.d.ts +12 -0
  39. package/dist/hooks/UseTable.js +92 -0
  40. package/dist/hooks/UseTable.js.map +1 -0
  41. package/dist/index.d.ts +13 -2
  42. package/dist/index.js +32 -4
  43. package/dist/index.js.map +1 -1
  44. package/dist/node_modules/@mantine/hooks/esm/use-local-storage/create-storage.js +129 -0
  45. package/dist/node_modules/@mantine/hooks/esm/use-local-storage/create-storage.js.map +1 -0
  46. package/dist/node_modules/@mantine/hooks/esm/use-local-storage/use-local-storage.js +8 -0
  47. package/dist/node_modules/@mantine/hooks/esm/use-local-storage/use-local-storage.js.map +1 -0
  48. package/dist/node_modules/@mantine/hooks/esm/use-window-event/use-window-event.js +11 -0
  49. package/dist/node_modules/@mantine/hooks/esm/use-window-event/use-window-event.js.map +1 -0
  50. package/dist/node_modules/@mantine/hooks/esm/utils/random-id/random-id.js +7 -0
  51. package/dist/node_modules/@mantine/hooks/esm/utils/random-id/random-id.js.map +1 -0
  52. package/dist/node_modules/@remix-run/router/dist/router.js +272 -0
  53. package/dist/node_modules/@remix-run/router/dist/router.js.map +1 -0
  54. package/dist/node_modules/@sentry/browser/build/npm/esm/prod/debug-build.js +5 -0
  55. package/dist/node_modules/@sentry/browser/build/npm/esm/prod/debug-build.js.map +1 -0
  56. package/dist/node_modules/@sentry/browser/build/npm/esm/prod/helpers.js +6 -0
  57. package/dist/node_modules/@sentry/browser/build/npm/esm/prod/helpers.js.map +1 -0
  58. package/dist/node_modules/@sentry/browser/build/npm/esm/prod/report-dialog.js +54 -0
  59. package/dist/node_modules/@sentry/browser/build/npm/esm/prod/report-dialog.js.map +1 -0
  60. package/dist/node_modules/@sentry/core/build/esm/api.js +41 -0
  61. package/dist/node_modules/@sentry/core/build/esm/api.js.map +1 -0
  62. package/dist/node_modules/@sentry/core/build/esm/asyncContext/index.js +13 -0
  63. package/dist/node_modules/@sentry/core/build/esm/asyncContext/index.js.map +1 -0
  64. package/dist/node_modules/@sentry/core/build/esm/asyncContext/stackStrategy.js +124 -0
  65. package/dist/node_modules/@sentry/core/build/esm/asyncContext/stackStrategy.js.map +1 -0
  66. package/dist/node_modules/@sentry/core/build/esm/carrier.js +22 -0
  67. package/dist/node_modules/@sentry/core/build/esm/carrier.js.map +1 -0
  68. package/dist/node_modules/@sentry/core/build/esm/currentScopes.js +34 -0
  69. package/dist/node_modules/@sentry/core/build/esm/currentScopes.js.map +1 -0
  70. package/dist/node_modules/@sentry/core/build/esm/debug-build.js +5 -0
  71. package/dist/node_modules/@sentry/core/build/esm/debug-build.js.map +1 -0
  72. package/dist/node_modules/@sentry/core/build/esm/defaultScopes.js +13 -0
  73. package/dist/node_modules/@sentry/core/build/esm/defaultScopes.js.map +1 -0
  74. package/dist/node_modules/@sentry/core/build/esm/exports.js +13 -0
  75. package/dist/node_modules/@sentry/core/build/esm/exports.js.map +1 -0
  76. package/dist/node_modules/@sentry/core/build/esm/scope.js +577 -0
  77. package/dist/node_modules/@sentry/core/build/esm/scope.js.map +1 -0
  78. package/dist/node_modules/@sentry/core/build/esm/session.js +61 -0
  79. package/dist/node_modules/@sentry/core/build/esm/session.js.map +1 -0
  80. package/dist/node_modules/@sentry/core/build/esm/utils/chain-and-copy-promiselike.js +39 -0
  81. package/dist/node_modules/@sentry/core/build/esm/utils/chain-and-copy-promiselike.js.map +1 -0
  82. package/dist/node_modules/@sentry/core/build/esm/utils/debug-logger.js +79 -0
  83. package/dist/node_modules/@sentry/core/build/esm/utils/debug-logger.js.map +1 -0
  84. package/dist/node_modules/@sentry/core/build/esm/utils/dsn.js +88 -0
  85. package/dist/node_modules/@sentry/core/build/esm/utils/dsn.js.map +1 -0
  86. package/dist/node_modules/@sentry/core/build/esm/utils/is.js +35 -0
  87. package/dist/node_modules/@sentry/core/build/esm/utils/is.js.map +1 -0
  88. package/dist/node_modules/@sentry/core/build/esm/utils/merge.js +19 -0
  89. package/dist/node_modules/@sentry/core/build/esm/utils/merge.js.map +1 -0
  90. package/dist/node_modules/@sentry/core/build/esm/utils/misc.js +32 -0
  91. package/dist/node_modules/@sentry/core/build/esm/utils/misc.js.map +1 -0
  92. package/dist/node_modules/@sentry/core/build/esm/utils/object.js +18 -0
  93. package/dist/node_modules/@sentry/core/build/esm/utils/object.js.map +1 -0
  94. package/dist/node_modules/@sentry/core/build/esm/utils/prepareEvent.js +34 -0
  95. package/dist/node_modules/@sentry/core/build/esm/utils/prepareEvent.js.map +1 -0
  96. package/dist/node_modules/@sentry/core/build/esm/utils/propagationContext.js +8 -0
  97. package/dist/node_modules/@sentry/core/build/esm/utils/propagationContext.js.map +1 -0
  98. package/dist/node_modules/@sentry/core/build/esm/utils/randomSafeContext.js +27 -0
  99. package/dist/node_modules/@sentry/core/build/esm/utils/randomSafeContext.js.map +1 -0
  100. package/dist/node_modules/@sentry/core/build/esm/utils/spanOnScope.js +17 -0
  101. package/dist/node_modules/@sentry/core/build/esm/utils/spanOnScope.js.map +1 -0
  102. package/dist/node_modules/@sentry/core/build/esm/utils/string.js +10 -0
  103. package/dist/node_modules/@sentry/core/build/esm/utils/string.js.map +1 -0
  104. package/dist/node_modules/@sentry/core/build/esm/utils/time.js +26 -0
  105. package/dist/node_modules/@sentry/core/build/esm/utils/time.js.map +1 -0
  106. package/dist/node_modules/@sentry/core/build/esm/utils/version.js +5 -0
  107. package/dist/node_modules/@sentry/core/build/esm/utils/version.js.map +1 -0
  108. package/dist/node_modules/@sentry/core/build/esm/utils/worldwide.js +5 -0
  109. package/dist/node_modules/@sentry/core/build/esm/utils/worldwide.js.map +1 -0
  110. package/dist/node_modules/@sentry/react/build/esm/debug-build.js +5 -0
  111. package/dist/node_modules/@sentry/react/build/esm/debug-build.js.map +1 -0
  112. package/dist/node_modules/@sentry/react/build/esm/error.js +40 -0
  113. package/dist/node_modules/@sentry/react/build/esm/error.js.map +1 -0
  114. package/dist/node_modules/@sentry/react/build/esm/errorboundary.js +103 -0
  115. package/dist/node_modules/@sentry/react/build/esm/errorboundary.js.map +1 -0
  116. package/dist/node_modules/@tabler/icons-react/dist/esm/createReactComponent.js +0 -6
  117. package/dist/node_modules/@tabler/icons-react/dist/esm/createReactComponent.js.map +1 -1
  118. package/dist/node_modules/@tabler/icons-react/dist/esm/defaultAttributes.js +0 -6
  119. package/dist/node_modules/@tabler/icons-react/dist/esm/defaultAttributes.js.map +1 -1
  120. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustments.js +8 -0
  121. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustments.js.map +1 -0
  122. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRight.js +0 -6
  123. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRight.js.map +1 -1
  124. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconCheck.js +8 -0
  125. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconCheck.js.map +1 -0
  126. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleCheck.js +0 -6
  127. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleCheck.js.map +1 -1
  128. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleX.js +0 -6
  129. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleX.js.map +1 -1
  130. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconCopy.js +0 -6
  131. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconCopy.js.map +1 -1
  132. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconDots.js +0 -6
  133. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconDots.js.map +1 -1
  134. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconEdit.js +0 -6
  135. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconEdit.js.map +1 -1
  136. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconExclamationCircle.js +0 -6
  137. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconExclamationCircle.js.map +1 -1
  138. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconPlus.js +0 -6
  139. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconPlus.js.map +1 -1
  140. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconSearch.js +0 -6
  141. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconSearch.js.map +1 -1
  142. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconTrash.js +0 -6
  143. package/dist/node_modules/@tabler/icons-react/dist/esm/icons/IconTrash.js.map +1 -1
  144. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +1 -10
  145. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -1
  146. package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +1 -10
  147. package/dist/node_modules/react/cjs/react-jsx-runtime.production.js.map +1 -1
  148. package/dist/node_modules/react-router/dist/index.js +377 -0
  149. package/dist/node_modules/react-router/dist/index.js.map +1 -0
  150. package/dist/node_modules/react-router-dom/dist/index.js +560 -0
  151. package/dist/node_modules/react-router-dom/dist/index.js.map +1 -0
  152. package/dist/node_modules/zustand/esm/middleware.js +202 -0
  153. package/dist/node_modules/zustand/esm/middleware.js.map +1 -0
  154. package/dist/node_modules/zustand/esm/react.js +24 -0
  155. package/dist/node_modules/zustand/esm/react.js.map +1 -0
  156. package/dist/node_modules/zustand/esm/vanilla.js +26 -0
  157. package/dist/node_modules/zustand/esm/vanilla.js.map +1 -0
  158. package/dist/states/StoredTableState.d.ts +37 -0
  159. package/dist/states/StoredTableState.js +58 -0
  160. package/dist/states/StoredTableState.js.map +1 -0
  161. package/dist/types/Forms.d.ts +2 -0
  162. package/dist/types/Plugins.d.ts +14 -7
  163. package/dist/types/Plugins.js +1 -1
  164. package/dist/types/Plugins.js.map +1 -1
  165. package/dist/types/Tables.d.ts +10 -0
  166. package/lib/components/Boundary.tsx +46 -0
  167. package/lib/components/CopyButton.tsx +76 -0
  168. package/lib/components/CopyableCell.tsx +51 -0
  169. package/lib/components/InvenTreeTable.tsx +63 -0
  170. package/lib/components/TableColumnSelect.tsx +40 -0
  171. package/lib/enums/ApiEndpoints.tsx +1 -1
  172. package/lib/enums/ModelInformation.tsx +7 -0
  173. package/lib/enums/ModelType.tsx +1 -0
  174. package/lib/functions/Forms.tsx +47 -0
  175. package/lib/functions/Notification.tsx +50 -0
  176. package/lib/functions/String.tsx +38 -0
  177. package/lib/hooks/UseFilterSet.tsx +47 -0
  178. package/lib/hooks/UseTable.tsx +160 -0
  179. package/lib/index.ts +49 -1
  180. package/lib/states/StoredTableState.tsx +91 -0
  181. package/lib/types/Forms.tsx +2 -0
  182. package/lib/types/Plugins.tsx +15 -7
  183. package/lib/types/Tables.tsx +11 -0
  184. package/package.json +2 -2
@@ -0,0 +1,26 @@
1
+ import { safeDateNow, withRandomSafeContext } from "./randomSafeContext.js";
2
+ import { GLOBAL_OBJ } from "./worldwide.js";
3
+ const ONE_SECOND_IN_MS = 1e3;
4
+ function dateTimestampInSeconds() {
5
+ return safeDateNow() / ONE_SECOND_IN_MS;
6
+ }
7
+ function createUnixTimestampInSecondsFunc() {
8
+ const { performance } = GLOBAL_OBJ;
9
+ if (!performance?.now || !performance.timeOrigin) {
10
+ return dateTimestampInSeconds;
11
+ }
12
+ const timeOrigin = performance.timeOrigin;
13
+ return () => {
14
+ return (timeOrigin + withRandomSafeContext(() => performance.now())) / ONE_SECOND_IN_MS;
15
+ };
16
+ }
17
+ let _cachedTimestampInSeconds;
18
+ function timestampInSeconds() {
19
+ const func = _cachedTimestampInSeconds ?? (_cachedTimestampInSeconds = createUnixTimestampInSecondsFunc());
20
+ return func();
21
+ }
22
+ export {
23
+ dateTimestampInSeconds,
24
+ timestampInSeconds
25
+ };
26
+ //# sourceMappingURL=time.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time.js","sources":["../../../../../../../node_modules/@sentry/core/build/esm/utils/time.js"],"sourcesContent":["import { safeDateNow, withRandomSafeContext } from './randomSafeContext.js';\nimport { GLOBAL_OBJ } from './worldwide.js';\n\nconst ONE_SECOND_IN_MS = 1000;\n\n/**\n * A partial definition of the [Performance Web API]{@link https://developer.mozilla.org/en-US/docs/Web/API/Performance}\n * for accessing a high-resolution monotonic clock.\n */\n\n/**\n * Returns a timestamp in seconds since the UNIX epoch using the Date API.\n */\nfunction dateTimestampInSeconds() {\n return safeDateNow() / ONE_SECOND_IN_MS;\n}\n\n/**\n * Returns a wrapper around the native Performance API browser implementation, or undefined for browsers that do not\n * support the API.\n *\n * Wrapping the native API works around differences in behavior from different browsers.\n */\nfunction createUnixTimestampInSecondsFunc() {\n const { performance } = GLOBAL_OBJ ;\n // Some browser and environments don't have a performance or timeOrigin, so we fallback to\n // using Date.now() to compute the starting time.\n if (!performance?.now || !performance.timeOrigin) {\n return dateTimestampInSeconds;\n }\n\n const timeOrigin = performance.timeOrigin;\n\n // performance.now() is a monotonic clock, which means it starts at 0 when the process begins. To get the current\n // wall clock time (actual UNIX timestamp), we need to add the starting time origin and the current time elapsed.\n //\n // TODO: This does not account for the case where the monotonic clock that powers performance.now() drifts from the\n // wall clock time, which causes the returned timestamp to be inaccurate. We should investigate how to detect and\n // correct for this.\n // See: https://github.com/getsentry/sentry-javascript/issues/2590\n // See: https://github.com/mdn/content/issues/4713\n // See: https://dev.to/noamr/when-a-millisecond-is-not-a-millisecond-3h6\n return () => {\n return (timeOrigin + withRandomSafeContext(() => performance.now())) / ONE_SECOND_IN_MS;\n };\n}\n\nlet _cachedTimestampInSeconds;\n\n/**\n * Returns a timestamp in seconds since the UNIX epoch using either the Performance or Date APIs, depending on the\n * availability of the Performance API.\n *\n * BUG: Note that because of how browsers implement the Performance API, the clock might stop when the computer is\n * asleep. This creates a skew between `dateTimestampInSeconds` and `timestampInSeconds`. The\n * skew can grow to arbitrary amounts like days, weeks or months.\n * See https://github.com/getsentry/sentry-javascript/issues/2590.\n */\nfunction timestampInSeconds() {\n // We store this in a closure so that we don't have to create a new function every time this is called.\n const func = _cachedTimestampInSeconds ?? (_cachedTimestampInSeconds = createUnixTimestampInSecondsFunc());\n return func();\n}\n\n/**\n * Cached result of getBrowserTimeOrigin.\n */\nlet cachedTimeOrigin = null;\n\n/**\n * Gets the time origin and the mode used to determine it.\n *\n * Unfortunately browsers may report an inaccurate time origin data, through either performance.timeOrigin or\n * performance.timing.navigationStart, which results in poor results in performance data. We only treat time origin\n * data as reliable if they are within a reasonable threshold of the current time.\n *\n * TODO: move to `@sentry/browser-utils` package.\n */\nfunction getBrowserTimeOrigin() {\n const { performance } = GLOBAL_OBJ ;\n if (!performance?.now) {\n return undefined;\n }\n\n const threshold = 300000; // 5 minutes in milliseconds\n const performanceNow = withRandomSafeContext(() => performance.now());\n const dateNow = safeDateNow();\n\n const timeOrigin = performance.timeOrigin;\n if (typeof timeOrigin === 'number') {\n const timeOriginDelta = Math.abs(timeOrigin + performanceNow - dateNow);\n if (timeOriginDelta < threshold) {\n return timeOrigin;\n }\n }\n\n // TODO: Remove all code related to `performance.timing.navigationStart` once we drop support for Safari 14.\n // `performance.timeSince` is available in Safari 15.\n // see: https://caniuse.com/mdn-api_performance_timeorigin\n\n // While performance.timing.navigationStart is deprecated in favor of performance.timeOrigin, performance.timeOrigin\n // is not as widely supported. Namely, performance.timeOrigin is undefined in Safari as of writing.\n // Also as of writing, performance.timing is not available in Web Workers in mainstream browsers, so it is not always\n // a valid fallback. In the absence of an initial time provided by the browser, fallback to the current time from the\n // Date API.\n // eslint-disable-next-line deprecation/deprecation\n const navigationStart = performance.timing?.navigationStart;\n if (typeof navigationStart === 'number') {\n const navigationStartDelta = Math.abs(navigationStart + performanceNow - dateNow);\n if (navigationStartDelta < threshold) {\n return navigationStart;\n }\n }\n\n // Either both timeOrigin and navigationStart are skewed or neither is available, fallback to subtracting\n // `performance.now()` from `Date.now()`.\n return dateNow - performanceNow;\n}\n\n/**\n * The number of milliseconds since the UNIX epoch. This value is only usable in a browser, and only when the\n * performance API is available.\n */\nfunction browserPerformanceTimeOrigin() {\n if (cachedTimeOrigin === null) {\n cachedTimeOrigin = getBrowserTimeOrigin();\n }\n\n return cachedTimeOrigin;\n}\n\nexport { browserPerformanceTimeOrigin, dateTimestampInSeconds, timestampInSeconds };\n//# sourceMappingURL=time.js.map\n"],"names":[],"mappings":";;AAGA,MAAM,mBAAmB;AAUzB,SAAS,yBAAyB;AAChC,SAAO,YAAW,IAAK;AACzB;AAQA,SAAS,mCAAmC;AAC1C,QAAM,EAAE,YAAW,IAAK;AAGxB,MAAI,CAAC,aAAa,OAAO,CAAC,YAAY,YAAY;AAChD,WAAO;AAAA,EACT;AAEA,QAAM,aAAa,YAAY;AAW/B,SAAO,MAAM;AACX,YAAQ,aAAa,sBAAsB,MAAM,YAAY,IAAG,CAAE,KAAK;AAAA,EACzE;AACF;AAEA,IAAI;AAWJ,SAAS,qBAAqB;AAE5B,QAAM,OAAO,8BAA8B,4BAA4B,iCAAgC;AACvG,SAAO,KAAI;AACb;","x_google_ignoreList":[0]}
@@ -0,0 +1,5 @@
1
+ const SDK_VERSION = "10.46.0";
2
+ export {
3
+ SDK_VERSION
4
+ };
5
+ //# sourceMappingURL=version.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"version.js","sources":["../../../../../../../node_modules/@sentry/core/build/esm/utils/version.js"],"sourcesContent":["// This is a magic string replaced by rollup\n\nconst SDK_VERSION = \"10.46.0\" ;\n\nexport { SDK_VERSION };\n//# sourceMappingURL=version.js.map\n"],"names":[],"mappings":"AAEK,MAAC,cAAc;","x_google_ignoreList":[0]}
@@ -0,0 +1,5 @@
1
+ const GLOBAL_OBJ = globalThis;
2
+ export {
3
+ GLOBAL_OBJ
4
+ };
5
+ //# sourceMappingURL=worldwide.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"worldwide.js","sources":["../../../../../../../node_modules/@sentry/core/build/esm/utils/worldwide.js"],"sourcesContent":["/** Internal global with common properties and Sentry extensions */\n\n/** Get's the global object for the current JavaScript runtime */\nconst GLOBAL_OBJ = globalThis ;\n\nexport { GLOBAL_OBJ };\n//# sourceMappingURL=worldwide.js.map\n"],"names":[],"mappings":"AAGK,MAAC,aAAa;","x_google_ignoreList":[0]}
@@ -0,0 +1,5 @@
1
+ const DEBUG_BUILD = typeof __SENTRY_DEBUG__ === "undefined" || __SENTRY_DEBUG__;
2
+ export {
3
+ DEBUG_BUILD
4
+ };
5
+ //# sourceMappingURL=debug-build.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"debug-build.js","sources":["../../../../../../node_modules/@sentry/react/build/esm/debug-build.js"],"sourcesContent":["/**\n * This serves as a build time flag that will be true by default, but false in non-debug builds or if users replace `__SENTRY_DEBUG__` in their generated code.\n *\n * ATTENTION: This constant must never cross package boundaries (i.e. be exported) to guarantee that it can be used for tree shaking.\n */\nconst DEBUG_BUILD = (typeof __SENTRY_DEBUG__ === 'undefined' || __SENTRY_DEBUG__);\n\nexport { DEBUG_BUILD };\n//# sourceMappingURL=debug-build.js.map\n"],"names":[],"mappings":"AAKK,MAAC,cAAe,OAAO,qBAAqB,eAAe;","x_google_ignoreList":[0]}
@@ -0,0 +1,40 @@
1
+ import { isError } from "../../../core/build/esm/utils/is.js";
2
+ import { withScope } from "../../../core/build/esm/currentScopes.js";
3
+ import { captureException } from "../../../core/build/esm/exports.js";
4
+ const version = window["React"].version;
5
+ function isAtLeastReact17(reactVersion) {
6
+ const reactMajor = reactVersion.match(/^([^.]+)/);
7
+ return reactMajor !== null && parseInt(reactMajor[0]) >= 17;
8
+ }
9
+ function setCause(error, cause) {
10
+ const seenErrors = /* @__PURE__ */ new WeakSet();
11
+ function recurse(error2, cause2) {
12
+ if (seenErrors.has(error2)) {
13
+ return;
14
+ }
15
+ if (error2.cause) {
16
+ seenErrors.add(error2);
17
+ return recurse(error2.cause, cause2);
18
+ }
19
+ error2.cause = cause2;
20
+ }
21
+ recurse(error, cause);
22
+ }
23
+ function captureReactException(error, { componentStack }, hint) {
24
+ if (isAtLeastReact17(version) && isError(error) && componentStack) {
25
+ const errorBoundaryError = new Error(error.message);
26
+ errorBoundaryError.name = `React ErrorBoundary ${error.name}`;
27
+ errorBoundaryError.stack = componentStack;
28
+ setCause(error, errorBoundaryError);
29
+ }
30
+ return withScope((scope) => {
31
+ scope.setContext("react", { componentStack });
32
+ return captureException(error, hint);
33
+ });
34
+ }
35
+ export {
36
+ captureReactException,
37
+ isAtLeastReact17,
38
+ setCause
39
+ };
40
+ //# sourceMappingURL=error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error.js","sources":["../../../../../../node_modules/@sentry/react/build/esm/error.js"],"sourcesContent":["import { withScope, captureException } from '@sentry/browser';\nimport { isError } from '@sentry/core';\nimport { version } from 'react';\n\n/**\n * See if React major version is 17+ by parsing version string.\n */\nfunction isAtLeastReact17(reactVersion) {\n const reactMajor = reactVersion.match(/^([^.]+)/);\n return reactMajor !== null && parseInt(reactMajor[0]) >= 17;\n}\n\n/**\n * Recurse through `error.cause` chain to set cause on an error.\n */\nfunction setCause(error, cause) {\n const seenErrors = new WeakSet();\n\n function recurse(error, cause) {\n // If we've already seen the error, there is a recursive loop somewhere in the error's\n // cause chain. Let's just bail out then to prevent a stack overflow.\n if (seenErrors.has(error)) {\n return;\n }\n if (error.cause) {\n seenErrors.add(error);\n return recurse(error.cause, cause);\n }\n error.cause = cause;\n }\n\n recurse(error, cause);\n}\n\n/**\n * Captures an error that was thrown by a React ErrorBoundary or React root.\n *\n * @param error The error to capture.\n * @param errorInfo The errorInfo provided by React.\n * @param hint Optional additional data to attach to the Sentry event.\n * @returns the id of the captured Sentry event.\n */\nfunction captureReactException(\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n error,\n { componentStack },\n hint,\n) {\n // If on React version >= 17, create stack trace from componentStack param and links\n // to to the original error using `error.cause` otherwise relies on error param for stacktrace.\n // Linking errors requires the `LinkedErrors` integration be enabled.\n // See: https://reactjs.org/blog/2020/08/10/react-v17-rc.html#native-component-stacks\n //\n // Although `componentDidCatch` is typed to accept an `Error` object, it can also be invoked\n // with non-error objects. This is why we need to check if the error is an error-like object.\n // See: https://github.com/getsentry/sentry-javascript/issues/6167\n if (isAtLeastReact17(version) && isError(error) && componentStack) {\n const errorBoundaryError = new Error(error.message);\n errorBoundaryError.name = `React ErrorBoundary ${error.name}`;\n errorBoundaryError.stack = componentStack;\n\n // Using the `LinkedErrors` integration to link the errors together.\n setCause(error, errorBoundaryError);\n }\n\n return withScope(scope => {\n scope.setContext('react', { componentStack });\n return captureException(error, hint);\n });\n}\n\n/**\n * Creates an error handler that can be used with the `onCaughtError`, `onUncaughtError`,\n * and `onRecoverableError` options in `createRoot` and `hydrateRoot` React DOM methods.\n *\n * @param callback An optional callback that will be called after the error is captured.\n * Use this to add custom handling for errors.\n *\n * @example\n *\n * ```JavaScript\n * const root = createRoot(container, {\n * onCaughtError: Sentry.reactErrorHandler(),\n * onUncaughtError: Sentry.reactErrorHandler((error, errorInfo) => {\n * console.warn('Caught error', error, errorInfo.componentStack);\n * });\n * });\n * ```\n */\nfunction reactErrorHandler(\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n callback,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n return (error, errorInfo) => {\n const hasCallback = !!callback;\n const eventId = captureReactException(error, errorInfo, {\n mechanism: { handled: hasCallback, type: 'auto.function.react.error_handler' },\n });\n if (hasCallback) {\n callback(error, errorInfo, eventId);\n }\n };\n}\n\nexport { captureReactException, isAtLeastReact17, reactErrorHandler, setCause };\n//# sourceMappingURL=error.js.map\n"],"names":["error","cause"],"mappings":";;;AAEA,MAAA,UAAA,OAAA,OAAA,EAAA;AAKA,SAAS,iBAAiB,cAAc;AACtC,QAAM,aAAa,aAAa,MAAM,UAAU;AAChD,SAAO,eAAe,QAAQ,SAAS,WAAW,CAAC,CAAC,KAAK;AAC3D;AAKA,SAAS,SAAS,OAAO,OAAO;AAC9B,QAAM,aAAa,oBAAI,QAAO;AAE9B,WAAS,QAAQA,QAAOC,QAAO;AAG7B,QAAI,WAAW,IAAID,MAAK,GAAG;AACzB;AAAA,IACF;AACA,QAAIA,OAAM,OAAO;AACf,iBAAW,IAAIA,MAAK;AACpB,aAAO,QAAQA,OAAM,OAAOC,MAAK;AAAA,IACnC;AACA,IAAAD,OAAM,QAAQC;AAAA,EAChB;AAEA,UAAQ,OAAO,KAAK;AACtB;AAUA,SAAS,sBAEP,OACA,EAAE,eAAc,GAChB,MACA;AASA,MAAI,iBAAiB,OAAO,KAAK,QAAQ,KAAK,KAAK,gBAAgB;AACjE,UAAM,qBAAqB,IAAI,MAAM,MAAM,OAAO;AAClD,uBAAmB,OAAO,uBAAuB,MAAM,IAAI;AAC3D,uBAAmB,QAAQ;AAG3B,aAAS,OAAO,kBAAkB;AAAA,EACpC;AAEA,SAAO,UAAU,WAAS;AACxB,UAAM,WAAW,SAAS,EAAE,eAAc,CAAE;AAC5C,WAAO,iBAAiB,OAAO,IAAI;AAAA,EACrC,CAAC;AACH;","x_google_ignoreList":[0]}
@@ -0,0 +1,103 @@
1
+ import { DEBUG_BUILD } from "./debug-build.js";
2
+ import { captureReactException } from "./error.js";
3
+ import { getClient, withScope } from "../../../core/build/esm/currentScopes.js";
4
+ import { showReportDialog } from "../../../browser/build/npm/esm/prod/report-dialog.js";
5
+ import { debug } from "../../../core/build/esm/utils/debug-logger.js";
6
+ const React = window["React"];
7
+ const INITIAL_STATE = {
8
+ componentStack: null,
9
+ error: null,
10
+ eventId: null
11
+ };
12
+ class ErrorBoundary extends React.Component {
13
+ constructor(props) {
14
+ super(props);
15
+ this.state = INITIAL_STATE;
16
+ this._openFallbackReportDialog = true;
17
+ const client = getClient();
18
+ if (client && props.showDialog) {
19
+ this._openFallbackReportDialog = false;
20
+ this._cleanupHook = client.on("afterSendEvent", (event) => {
21
+ if (!event.type && this._lastEventId && event.event_id === this._lastEventId) {
22
+ showReportDialog({ ...props.dialogOptions, eventId: this._lastEventId });
23
+ }
24
+ });
25
+ }
26
+ }
27
+ componentDidCatch(error, errorInfo) {
28
+ const { componentStack } = errorInfo;
29
+ const { beforeCapture, onError, showDialog, dialogOptions } = this.props;
30
+ withScope((scope) => {
31
+ if (beforeCapture) {
32
+ beforeCapture(scope, error, componentStack);
33
+ }
34
+ const handled = this.props.handled != null ? this.props.handled : !!this.props.fallback;
35
+ const eventId = captureReactException(error, errorInfo, {
36
+ mechanism: { handled, type: "auto.function.react.error_boundary" }
37
+ });
38
+ if (onError) {
39
+ onError(error, componentStack, eventId);
40
+ }
41
+ if (showDialog) {
42
+ this._lastEventId = eventId;
43
+ if (this._openFallbackReportDialog) {
44
+ showReportDialog({ ...dialogOptions, eventId });
45
+ }
46
+ }
47
+ this.setState({ error, componentStack, eventId });
48
+ });
49
+ }
50
+ componentDidMount() {
51
+ const { onMount } = this.props;
52
+ if (onMount) {
53
+ onMount();
54
+ }
55
+ }
56
+ componentWillUnmount() {
57
+ const { error, componentStack, eventId } = this.state;
58
+ const { onUnmount } = this.props;
59
+ if (onUnmount) {
60
+ if (this.state === INITIAL_STATE) {
61
+ onUnmount(null, null, null);
62
+ } else {
63
+ onUnmount(error, componentStack, eventId);
64
+ }
65
+ }
66
+ if (this._cleanupHook) {
67
+ this._cleanupHook();
68
+ this._cleanupHook = void 0;
69
+ }
70
+ }
71
+ resetErrorBoundary() {
72
+ const { onReset } = this.props;
73
+ const { error, componentStack, eventId } = this.state;
74
+ if (onReset) {
75
+ onReset(error, componentStack, eventId);
76
+ }
77
+ this.setState(INITIAL_STATE);
78
+ }
79
+ render() {
80
+ const { fallback, children } = this.props;
81
+ const state = this.state;
82
+ if (state.componentStack === null) {
83
+ return typeof children === "function" ? children() : children;
84
+ }
85
+ const element = typeof fallback === "function" ? React.createElement(fallback, {
86
+ error: state.error,
87
+ componentStack: state.componentStack,
88
+ resetError: () => this.resetErrorBoundary(),
89
+ eventId: state.eventId
90
+ }) : fallback;
91
+ if (React.isValidElement(element)) {
92
+ return element;
93
+ }
94
+ if (fallback) {
95
+ DEBUG_BUILD && debug.warn("fallback did not produce a valid ReactElement");
96
+ }
97
+ return null;
98
+ }
99
+ }
100
+ export {
101
+ ErrorBoundary
102
+ };
103
+ //# sourceMappingURL=errorboundary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorboundary.js","sources":["../../../../../../node_modules/@sentry/react/build/esm/errorboundary.js"],"sourcesContent":["import { getClient, showReportDialog, withScope } from '@sentry/browser';\nimport { debug } from '@sentry/core';\nimport * as React from 'react';\nimport { DEBUG_BUILD } from './debug-build.js';\nimport { captureReactException } from './error.js';\nimport { hoistNonReactStatics } from './hoist-non-react-statics.js';\n\nconst UNKNOWN_COMPONENT = 'unknown';\n\nconst INITIAL_STATE = {\n componentStack: null,\n error: null,\n eventId: null,\n};\n\n/**\n * A ErrorBoundary component that logs errors to Sentry.\n * NOTE: If you are a Sentry user, and you are seeing this stack frame, it means the\n * Sentry React SDK ErrorBoundary caught an error invoking your application code. This\n * is expected behavior and NOT indicative of a bug with the Sentry React SDK.\n */\nclass ErrorBoundary extends React.Component {\n\n constructor(props) {\n super(props);\n\n this.state = INITIAL_STATE;\n this._openFallbackReportDialog = true;\n\n const client = getClient();\n if (client && props.showDialog) {\n this._openFallbackReportDialog = false;\n this._cleanupHook = client.on('afterSendEvent', event => {\n if (!event.type && this._lastEventId && event.event_id === this._lastEventId) {\n showReportDialog({ ...props.dialogOptions, eventId: this._lastEventId });\n }\n });\n }\n }\n\n componentDidCatch(error, errorInfo) {\n const { componentStack } = errorInfo;\n const { beforeCapture, onError, showDialog, dialogOptions } = this.props;\n withScope(scope => {\n if (beforeCapture) {\n beforeCapture(scope, error, componentStack);\n }\n\n const handled = this.props.handled != null ? this.props.handled : !!this.props.fallback;\n const eventId = captureReactException(error, errorInfo, {\n mechanism: { handled, type: 'auto.function.react.error_boundary' },\n });\n\n if (onError) {\n onError(error, componentStack, eventId);\n }\n if (showDialog) {\n this._lastEventId = eventId;\n if (this._openFallbackReportDialog) {\n showReportDialog({ ...dialogOptions, eventId });\n }\n }\n\n // componentDidCatch is used over getDerivedStateFromError\n // so that componentStack is accessible through state.\n this.setState({ error, componentStack, eventId });\n });\n }\n\n componentDidMount() {\n const { onMount } = this.props;\n if (onMount) {\n onMount();\n }\n }\n\n componentWillUnmount() {\n const { error, componentStack, eventId } = this.state;\n const { onUnmount } = this.props;\n if (onUnmount) {\n if (this.state === INITIAL_STATE) {\n // If the error boundary never encountered an error, call onUnmount with null values\n onUnmount(null, null, null);\n } else {\n // `componentStack` and `eventId` are guaranteed to be non-null here because `onUnmount` is only called\n // when the error boundary has already encountered an error.\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n onUnmount(error, componentStack, eventId);\n }\n }\n\n if (this._cleanupHook) {\n this._cleanupHook();\n this._cleanupHook = undefined;\n }\n }\n\n resetErrorBoundary() {\n const { onReset } = this.props;\n const { error, componentStack, eventId } = this.state;\n if (onReset) {\n // `componentStack` and `eventId` are guaranteed to be non-null here because `onReset` is only called\n // when the error boundary has already encountered an error.\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n onReset(error, componentStack, eventId);\n }\n this.setState(INITIAL_STATE);\n }\n\n render() {\n const { fallback, children } = this.props;\n const state = this.state;\n\n // `componentStack` is only null in the initial state, when no error has been captured.\n // If an error has been captured, `componentStack` will be a string.\n // We cannot check `state.error` because null can be thrown as an error.\n if (state.componentStack === null) {\n return typeof children === 'function' ? children() : children;\n }\n\n const element =\n typeof fallback === 'function'\n ? React.createElement(fallback, {\n error: state.error,\n componentStack: state.componentStack,\n resetError: () => this.resetErrorBoundary(),\n eventId: state.eventId,\n })\n : fallback;\n\n if (React.isValidElement(element)) {\n return element;\n }\n\n if (fallback) {\n DEBUG_BUILD && debug.warn('fallback did not produce a valid ReactElement');\n }\n\n // Fail gracefully if no fallback provided or is not valid\n return null;\n }\n}\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nfunction withErrorBoundary(\n WrappedComponent,\n errorBoundaryOptions,\n) {\n const componentDisplayName = WrappedComponent.displayName || WrappedComponent.name || UNKNOWN_COMPONENT;\n\n const Wrapped = React.memo((props) => (\n React.createElement(ErrorBoundary, { ...errorBoundaryOptions,}\n , React.createElement(WrappedComponent, { ...props,} )\n )\n )) ;\n\n Wrapped.displayName = `errorBoundary(${componentDisplayName})`;\n\n // Copy over static methods from Wrapped component to Profiler HOC\n // See: https://reactjs.org/docs/higher-order-components.html#static-methods-must-be-copied-over\n hoistNonReactStatics(Wrapped, WrappedComponent);\n return Wrapped;\n}\n\nexport { ErrorBoundary, UNKNOWN_COMPONENT, withErrorBoundary };\n//# sourceMappingURL=errorboundary.js.map\n"],"names":[],"mappings":";;;;;AAEA,MAAA,QAAA,OAAA,OAAA;AAOA,MAAM,gBAAgB;AAAA,EACpB,gBAAgB;AAAA,EAChB,OAAO;AAAA,EACP,SAAS;AACX;AAQA,MAAM,sBAAsB,MAAM,UAAU;AAAA,EAEzC,YAAY,OAAO;AAClB,UAAM,KAAK;AAEX,SAAK,QAAQ;AACb,SAAK,4BAA4B;AAEjC,UAAM,SAAS,UAAS;AACxB,QAAI,UAAU,MAAM,YAAY;AAC9B,WAAK,4BAA4B;AACjC,WAAK,eAAe,OAAO,GAAG,kBAAkB,WAAS;AACvD,YAAI,CAAC,MAAM,QAAQ,KAAK,gBAAgB,MAAM,aAAa,KAAK,cAAc;AAC5E,2BAAiB,EAAE,GAAG,MAAM,eAAe,SAAS,KAAK,cAAc;AAAA,QACzE;AAAA,MACF,CAAC;AAAA,IACH;AAAA,EACF;AAAA,EAEC,kBAAkB,OAAO,WAAW;AACnC,UAAM,EAAE,eAAc,IAAK;AAC3B,UAAM,EAAE,eAAe,SAAS,YAAY,cAAa,IAAK,KAAK;AACnE,cAAU,WAAS;AACjB,UAAI,eAAe;AACjB,sBAAc,OAAO,OAAO,cAAc;AAAA,MAC5C;AAEA,YAAM,UAAU,KAAK,MAAM,WAAW,OAAO,KAAK,MAAM,UAAU,CAAC,CAAC,KAAK,MAAM;AAC/E,YAAM,UAAU,sBAAsB,OAAO,WAAW;AAAA,QACtD,WAAW,EAAE,SAAS,MAAM,qCAAoC;AAAA,MACxE,CAAO;AAED,UAAI,SAAS;AACX,gBAAQ,OAAO,gBAAgB,OAAO;AAAA,MACxC;AACA,UAAI,YAAY;AACd,aAAK,eAAe;AACpB,YAAI,KAAK,2BAA2B;AAClC,2BAAiB,EAAE,GAAG,eAAe,SAAS;AAAA,QAChD;AAAA,MACF;AAIA,WAAK,SAAS,EAAE,OAAO,gBAAgB,QAAO,CAAE;AAAA,IAClD,CAAC;AAAA,EACH;AAAA,EAEC,oBAAoB;AACnB,UAAM,EAAE,YAAY,KAAK;AACzB,QAAI,SAAS;AACX,cAAO;AAAA,IACT;AAAA,EACF;AAAA,EAEC,uBAAuB;AACtB,UAAM,EAAE,OAAO,gBAAgB,QAAO,IAAK,KAAK;AAChD,UAAM,EAAE,cAAc,KAAK;AAC3B,QAAI,WAAW;AACb,UAAI,KAAK,UAAU,eAAe;AAEhC,kBAAU,MAAM,MAAM,IAAI;AAAA,MAC5B,OAAO;AAIL,kBAAU,OAAO,gBAAgB,OAAO;AAAA,MAC1C;AAAA,IACF;AAEA,QAAI,KAAK,cAAc;AACrB,WAAK,aAAY;AACjB,WAAK,eAAe;AAAA,IACtB;AAAA,EACF;AAAA,EAEC,qBAAqB;AACpB,UAAM,EAAE,YAAY,KAAK;AACzB,UAAM,EAAE,OAAO,gBAAgB,QAAO,IAAK,KAAK;AAChD,QAAI,SAAS;AAIX,cAAQ,OAAO,gBAAgB,OAAO;AAAA,IACxC;AACA,SAAK,SAAS,aAAa;AAAA,EAC7B;AAAA,EAEC,SAAS;AACR,UAAM,EAAE,UAAU,SAAQ,IAAK,KAAK;AACpC,UAAM,QAAQ,KAAK;AAKnB,QAAI,MAAM,mBAAmB,MAAM;AACjC,aAAO,OAAO,aAAa,aAAa,SAAQ,IAAK;AAAA,IACvD;AAEA,UAAM,UACJ,OAAO,aAAa,aAChB,MAAM,cAAc,UAAU;AAAA,MAC5B,OAAO,MAAM;AAAA,MACb,gBAAgB,MAAM;AAAA,MACtB,YAAY,MAAM,KAAK,mBAAkB;AAAA,MACzC,SAAS,MAAM;AAAA,IAC3B,CAAW,IACD;AAEN,QAAI,MAAM,eAAe,OAAO,GAAG;AACjC,aAAO;AAAA,IACT;AAEA,QAAI,UAAU;AACZ,qBAAe,MAAM,KAAK,+CAA+C;AAAA,IAC3E;AAGA,WAAO;AAAA,EACT;AACF;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import defaultAttributes from "./defaultAttributes.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const forwardRef = window["React"].forwardRef;
9
3
  const createElement = window["React"].createElement;
10
4
  const createReactComponent = (type, iconName, iconNamePascal, iconNode) => {
@@ -1 +1 @@
1
- {"version":3,"file":"createReactComponent.js","sources":["../../../../../../node_modules/@tabler/icons-react/dist/esm/createReactComponent.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport { forwardRef, createElement } from 'react';\nimport defaultAttributes from './defaultAttributes.mjs';\n\nconst createReactComponent = (type, iconName, iconNamePascal, iconNode) => {\n const Component = forwardRef(\n ({ color = \"currentColor\", size = 24, stroke = 2, title, className, children, ...rest }, ref) => createElement(\n \"svg\",\n {\n ref,\n ...defaultAttributes[type],\n width: size,\n height: size,\n className: [`tabler-icon`, `tabler-icon-${iconName}`, className].join(\" \"),\n ...type === \"filled\" ? {\n fill: color\n } : {\n strokeWidth: stroke,\n stroke: color\n },\n ...rest\n },\n [\n title && createElement(\"title\", { key: \"svg-title\" }, title),\n ...iconNode.map(([tag, attrs]) => createElement(tag, attrs)),\n ...Array.isArray(children) ? children : [children]\n ]\n )\n );\n Component.displayName = `${iconNamePascal}`;\n return Component;\n};\n\nexport { createReactComponent as default };\n//# sourceMappingURL=createReactComponent.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA,MAAA,aAAA,OAAA,OAAA,EAAA;;AAGK,MAAC,uBAAuB,CAAC,MAAM,UAAU,gBAAgB,aAAa;AACzE,QAAM,YAAY;AAAA,IAChB,CAAC,EAAE,QAAQ,gBAAgB,OAAO,IAAI,SAAS,GAAG,OAAO,WAAW,UAAU,GAAG,KAAI,GAAI,QAAQ;AAAA,MAC/F;AAAA,MACA;AAAA,QACE;AAAA,QACA,GAAG,kBAAkB,IAAI;AAAA,QACzB,OAAO;AAAA,QACP,QAAQ;AAAA,QACR,WAAW,CAAC,eAAe,eAAe,QAAQ,IAAI,SAAS,EAAE,KAAK,GAAG;AAAA,QACzE,GAEI;AAAA,UACF,aAAa;AAAA,UACb,QAAQ;AAAA,QAClB;AAAA,QACQ,GAAG;AAAA,MACX;AAAA,MACM;AAAA,QACE,SAAS,cAAc,SAAS,EAAE,KAAK,YAAW,GAAI,KAAK;AAAA,QAC3D,GAAG,SAAS,IAAI,CAAC,CAAC,KAAK,KAAK,MAAM,cAAc,KAAK,KAAK,CAAC;AAAA,QAC3D,GAAG,MAAM,QAAQ,QAAQ,IAAI,WAAW,CAAC,QAAQ;AAAA,MACzD;AAAA,IACA;AAAA,EACA;AACE,YAAU,cAAc,GAAG,cAAc;AACzC,SAAO;AACT;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"createReactComponent.js","sources":["../../../../../../node_modules/@tabler/icons-react/dist/esm/createReactComponent.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport { forwardRef, createElement } from 'react';\nimport defaultAttributes from './defaultAttributes.mjs';\n\nconst createReactComponent = (type, iconName, iconNamePascal, iconNode) => {\n const Component = forwardRef(\n ({ color = \"currentColor\", size = 24, stroke = 2, title, className, children, ...rest }, ref) => createElement(\n \"svg\",\n {\n ref,\n ...defaultAttributes[type],\n width: size,\n height: size,\n className: [`tabler-icon`, `tabler-icon-${iconName}`, className].join(\" \"),\n ...type === \"filled\" ? {\n fill: color\n } : {\n strokeWidth: stroke,\n stroke: color\n },\n ...rest\n },\n [\n title && createElement(\"title\", { key: \"svg-title\" }, title),\n ...iconNode.map(([tag, attrs]) => createElement(tag, attrs)),\n ...Array.isArray(children) ? children : [children]\n ]\n )\n );\n Component.displayName = `${iconNamePascal}`;\n return Component;\n};\n\nexport { createReactComponent as default };\n//# sourceMappingURL=createReactComponent.mjs.map\n"],"names":[],"mappings":";AAOA,MAAA,aAAA,OAAA,OAAA,EAAA;;AAGK,MAAC,uBAAuB,CAAC,MAAM,UAAU,gBAAgB,aAAa;AACzE,QAAM,YAAY;AAAA,IAChB,CAAC,EAAE,QAAQ,gBAAgB,OAAO,IAAI,SAAS,GAAG,OAAO,WAAW,UAAU,GAAG,KAAI,GAAI,QAAQ;AAAA,MAC/F;AAAA,MACA;AAAA,QACE;AAAA,QACA,GAAG,kBAAkB,IAAI;AAAA,QACzB,OAAO;AAAA,QACP,QAAQ;AAAA,QACR,WAAW,CAAC,eAAe,eAAe,QAAQ,IAAI,SAAS,EAAE,KAAK,GAAG;AAAA,QACzE,GAEI;AAAA,UACF,aAAa;AAAA,UACb,QAAQ;AAAA,QAClB;AAAA,QACQ,GAAG;AAAA,MACX;AAAA,MACM;AAAA,QACE,SAAS,cAAc,SAAS,EAAE,KAAK,YAAW,GAAI,KAAK;AAAA,QAC3D,GAAG,SAAS,IAAI,CAAC,CAAC,KAAK,KAAK,MAAM,cAAc,KAAK,KAAK,CAAC;AAAA,QAC3D,GAAG,MAAM,QAAQ,QAAQ,IAAI,WAAW,CAAC,QAAQ;AAAA,MACzD;AAAA,IACA;AAAA,EACA;AACE,YAAU,cAAc,GAAG,cAAc;AACzC,SAAO;AACT;","x_google_ignoreList":[0]}
@@ -1,9 +1,3 @@
1
- /**
2
- * @license @tabler/icons-react v3.40.0 - MIT
3
- *
4
- * This source code is licensed under the MIT license.
5
- * See the LICENSE file in the root directory of this source tree.
6
- */
7
1
  var defaultAttributes = {
8
2
  outline: {
9
3
  xmlns: "http://www.w3.org/2000/svg",
@@ -1 +1 @@
1
- {"version":3,"file":"defaultAttributes.js","sources":["../../../../../../node_modules/@tabler/icons-react/dist/esm/defaultAttributes.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nvar defaultAttributes = {\n outline: {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 24,\n height: 24,\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: 2,\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n },\n filled: {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 24,\n height: 24,\n viewBox: \"0 0 24 24\",\n fill: \"currentColor\",\n stroke: \"none\"\n }\n};\n\nexport { defaultAttributes as default };\n//# sourceMappingURL=defaultAttributes.mjs.map\n"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOG,IAAC,oBAAoB;AAAA,EACtB,SAAS;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,aAAa;AAAA,IACb,eAAe;AAAA,IACf,gBAAgB;AAAA,EACpB;AAAA,EACE,QAAQ;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,QAAQ;AAAA,EACZ;AACA;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"defaultAttributes.js","sources":["../../../../../../node_modules/@tabler/icons-react/dist/esm/defaultAttributes.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nvar defaultAttributes = {\n outline: {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 24,\n height: 24,\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: 2,\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n },\n filled: {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 24,\n height: 24,\n viewBox: \"0 0 24 24\",\n fill: \"currentColor\",\n stroke: \"none\"\n }\n};\n\nexport { defaultAttributes as default };\n//# sourceMappingURL=defaultAttributes.mjs.map\n"],"names":[],"mappings":"AAOG,IAAC,oBAAoB;AAAA,EACtB,SAAS;AAAA,IACP,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,aAAa;AAAA,IACb,eAAe;AAAA,IACf,gBAAgB;AAAA,EACpB;AAAA,EACE,QAAQ;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,QAAQ;AAAA,EACZ;AACA;","x_google_ignoreList":[0]}
@@ -0,0 +1,8 @@
1
+ import createReactComponent from "../createReactComponent.js";
2
+ const __iconNode = [["path", { "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-0" }], ["path", { "d": "M6 4v4", "key": "svg-1" }], ["path", { "d": "M6 12v8", "key": "svg-2" }], ["path", { "d": "M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-3" }], ["path", { "d": "M12 4v10", "key": "svg-4" }], ["path", { "d": "M12 18v2", "key": "svg-5" }], ["path", { "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", "key": "svg-6" }], ["path", { "d": "M18 4v1", "key": "svg-7" }], ["path", { "d": "M18 9v11", "key": "svg-8" }]];
3
+ const IconAdjustments = createReactComponent("outline", "adjustments", "Adjustments", __iconNode);
4
+ export {
5
+ __iconNode,
6
+ IconAdjustments as default
7
+ };
8
+ //# sourceMappingURL=IconAdjustments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconAdjustments.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustments.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M6 4v4\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M6 12v8\", \"key\": \"svg-2\" }], [\"path\", { \"d\": \"M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0\", \"key\": \"svg-3\" }], [\"path\", { \"d\": \"M12 4v10\", \"key\": \"svg-4\" }], [\"path\", { \"d\": \"M12 18v2\", \"key\": \"svg-5\" }], [\"path\", { \"d\": \"M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0\", \"key\": \"svg-6\" }], [\"path\", { \"d\": \"M18 4v1\", \"key\": \"svg-7\" }], [\"path\", { \"d\": \"M18 9v11\", \"key\": \"svg-8\" }]];\nconst IconAdjustments = createReactComponent(\"outline\", \"adjustments\", \"Adjustments\", __iconNode);\n\nexport { __iconNode, IconAdjustments as default };\n//# sourceMappingURL=IconAdjustments.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,sCAAsC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,UAAU,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,WAAW,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,uCAAuC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,YAAY,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,YAAY,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,sCAAsC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,WAAW,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,YAAY,OAAO,SAAS,CAAC;AAC/f,MAAC,kBAAkB,qBAAqB,WAAW,eAAe,eAAe,UAAU;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import createReactComponent from "../createReactComponent.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const __iconNode = [["path", { "d": "M5 12l14 0", "key": "svg-0" }], ["path", { "d": "M13 18l6 -6", "key": "svg-1" }], ["path", { "d": "M13 6l6 6", "key": "svg-2" }]];
9
3
  const IconArrowRight = createReactComponent("outline", "arrow-right", "ArrowRight", __iconNode);
10
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"IconArrowRight.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRight.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M5 12l14 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M13 18l6 -6\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M13 6l6 6\", \"key\": \"svg-2\" }]];\nconst IconArrowRight = createReactComponent(\"outline\", \"arrow-right\", \"ArrowRight\", __iconNode);\n\nexport { __iconNode, IconArrowRight as default };\n//# sourceMappingURL=IconArrowRight.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,eAAe,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,aAAa,OAAO,SAAS,CAAC;AAChK,MAAC,iBAAiB,qBAAqB,WAAW,eAAe,cAAc,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"IconArrowRight.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRight.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M5 12l14 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M13 18l6 -6\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M13 6l6 6\", \"key\": \"svg-2\" }]];\nconst IconArrowRight = createReactComponent(\"outline\", \"arrow-right\", \"ArrowRight\", __iconNode);\n\nexport { __iconNode, IconArrowRight as default };\n//# sourceMappingURL=IconArrowRight.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,eAAe,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,aAAa,OAAO,SAAS,CAAC;AAChK,MAAC,iBAAiB,qBAAqB,WAAW,eAAe,cAAc,UAAU;","x_google_ignoreList":[0]}
@@ -0,0 +1,8 @@
1
+ import createReactComponent from "../createReactComponent.js";
2
+ const __iconNode = [["path", { "d": "M5 12l5 5l10 -10", "key": "svg-0" }]];
3
+ const IconCheck = createReactComponent("outline", "check", "Check", __iconNode);
4
+ export {
5
+ __iconNode,
6
+ IconCheck as default
7
+ };
8
+ //# sourceMappingURL=IconCheck.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconCheck.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCheck.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M5 12l5 5l10 -10\", \"key\": \"svg-0\" }]];\nconst IconCheck = createReactComponent(\"outline\", \"check\", \"Check\", __iconNode);\n\nexport { __iconNode, IconCheck as default };\n//# sourceMappingURL=IconCheck.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,oBAAoB,OAAO,SAAS,CAAC;AACpE,MAAC,YAAY,qBAAqB,WAAW,SAAS,SAAS,UAAU;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import createReactComponent from "../createReactComponent.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const __iconNode = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M9 12l2 2l4 -4", "key": "svg-1" }]];
9
3
  const IconCircleCheck = createReactComponent("outline", "circle-check", "CircleCheck", __iconNode);
10
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"IconCircleCheck.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCircleCheck.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M9 12l2 2l4 -4\", \"key\": \"svg-1\" }]];\nconst IconCircleCheck = createReactComponent(\"outline\", \"circle-check\", \"CircleCheck\", __iconNode);\n\nexport { __iconNode, IconCircleCheck as default };\n//# sourceMappingURL=IconCircleCheck.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,wCAAwC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,kBAAkB,OAAO,SAAS,CAAC;AAC7I,MAAC,kBAAkB,qBAAqB,WAAW,gBAAgB,eAAe,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"IconCircleCheck.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCircleCheck.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M9 12l2 2l4 -4\", \"key\": \"svg-1\" }]];\nconst IconCircleCheck = createReactComponent(\"outline\", \"circle-check\", \"CircleCheck\", __iconNode);\n\nexport { __iconNode, IconCircleCheck as default };\n//# sourceMappingURL=IconCircleCheck.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,wCAAwC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,kBAAkB,OAAO,SAAS,CAAC;AAC7I,MAAC,kBAAkB,qBAAqB,WAAW,gBAAgB,eAAe,UAAU;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import createReactComponent from "../createReactComponent.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const __iconNode = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M10 10l4 4m0 -4l-4 4", "key": "svg-1" }]];
9
3
  const IconCircleX = createReactComponent("outline", "circle-x", "CircleX", __iconNode);
10
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"IconCircleX.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCircleX.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M10 10l4 4m0 -4l-4 4\", \"key\": \"svg-1\" }]];\nconst IconCircleX = createReactComponent(\"outline\", \"circle-x\", \"CircleX\", __iconNode);\n\nexport { __iconNode, IconCircleX as default };\n//# sourceMappingURL=IconCircleX.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,wCAAwC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,wBAAwB,OAAO,SAAS,CAAC;AACnJ,MAAC,cAAc,qBAAqB,WAAW,YAAY,WAAW,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"IconCircleX.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCircleX.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M10 10l4 4m0 -4l-4 4\", \"key\": \"svg-1\" }]];\nconst IconCircleX = createReactComponent(\"outline\", \"circle-x\", \"CircleX\", __iconNode);\n\nexport { __iconNode, IconCircleX as default };\n//# sourceMappingURL=IconCircleX.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,wCAAwC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,wBAAwB,OAAO,SAAS,CAAC;AACnJ,MAAC,cAAc,qBAAqB,WAAW,YAAY,WAAW,UAAU;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import createReactComponent from "../createReactComponent.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const __iconNode = [["path", { "d": "M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666", "key": "svg-0" }], ["path", { "d": "M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1", "key": "svg-1" }]];
9
3
  const IconCopy = createReactComponent("outline", "copy", "Copy", __iconNode);
10
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"IconCopy.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCopy.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1\", \"key\": \"svg-1\" }]];\nconst IconCopy = createReactComponent(\"outline\", \"copy\", \"Copy\", __iconNode);\n\nexport { __iconNode, IconCopy as default };\n//# sourceMappingURL=IconCopy.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,oKAAoK,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,iGAAiG,OAAO,SAAS,CAAC;AACxV,MAAC,WAAW,qBAAqB,WAAW,QAAQ,QAAQ,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"IconCopy.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCopy.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M7 9.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667l0 -8.666\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1\", \"key\": \"svg-1\" }]];\nconst IconCopy = createReactComponent(\"outline\", \"copy\", \"Copy\", __iconNode);\n\nexport { __iconNode, IconCopy as default };\n//# sourceMappingURL=IconCopy.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,oKAAoK,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,iGAAiG,OAAO,SAAS,CAAC;AACxV,MAAC,WAAW,qBAAqB,WAAW,QAAQ,QAAQ,UAAU;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import createReactComponent from "../createReactComponent.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const __iconNode = [["path", { "d": "M4 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-0" }], ["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-1" }], ["path", { "d": "M18 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", "key": "svg-2" }]];
9
3
  const IconDots = createReactComponent("outline", "dots", "Dots", __iconNode);
10
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"IconDots.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconDots.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M4 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M18 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\", \"key\": \"svg-2\" }]];\nconst IconDots = createReactComponent(\"outline\", \"dots\", \"Dots\", __iconNode);\n\nexport { __iconNode, IconDots as default };\n//# sourceMappingURL=IconDots.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,sCAAsC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,uCAAuC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,uCAAuC,OAAO,SAAS,CAAC;AAC1O,MAAC,WAAW,qBAAqB,WAAW,QAAQ,QAAQ,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"IconDots.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconDots.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M4 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M18 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\", \"key\": \"svg-2\" }]];\nconst IconDots = createReactComponent(\"outline\", \"dots\", \"Dots\", __iconNode);\n\nexport { __iconNode, IconDots as default };\n//# sourceMappingURL=IconDots.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,sCAAsC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,uCAAuC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,uCAAuC,OAAO,SAAS,CAAC;AAC1O,MAAC,WAAW,qBAAqB,WAAW,QAAQ,QAAQ,UAAU;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import createReactComponent from "../createReactComponent.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const __iconNode = [["path", { "d": "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1", "key": "svg-0" }], ["path", { "d": "M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415", "key": "svg-1" }], ["path", { "d": "M16 5l3 3", "key": "svg-2" }]];
9
3
  const IconEdit = createReactComponent("outline", "edit", "Edit", __iconNode);
10
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"IconEdit.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconEdit.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M16 5l3 3\", \"key\": \"svg-2\" }]];\nconst IconEdit = createReactComponent(\"outline\", \"edit\", \"Edit\", __iconNode);\n\nexport { __iconNode, IconEdit as default };\n//# sourceMappingURL=IconEdit.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,8DAA8D,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,yEAAyE,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,aAAa,OAAO,SAAS,CAAC;AAC1Q,MAAC,WAAW,qBAAqB,WAAW,QAAQ,QAAQ,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"IconEdit.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconEdit.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M16 5l3 3\", \"key\": \"svg-2\" }]];\nconst IconEdit = createReactComponent(\"outline\", \"edit\", \"Edit\", __iconNode);\n\nexport { __iconNode, IconEdit as default };\n//# sourceMappingURL=IconEdit.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,8DAA8D,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,yEAAyE,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,aAAa,OAAO,SAAS,CAAC;AAC1Q,MAAC,WAAW,qBAAqB,WAAW,QAAQ,QAAQ,UAAU;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import createReactComponent from "../createReactComponent.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const __iconNode = [["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-0" }], ["path", { "d": "M12 9v4", "key": "svg-1" }], ["path", { "d": "M12 16v.01", "key": "svg-2" }]];
9
3
  const IconExclamationCircle = createReactComponent("outline", "exclamation-circle", "ExclamationCircle", __iconNode);
10
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"IconExclamationCircle.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconExclamationCircle.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M12 9v4\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M12 16v.01\", \"key\": \"svg-2\" }]];\nconst IconExclamationCircle = createReactComponent(\"outline\", \"exclamation-circle\", \"ExclamationCircle\", __iconNode);\n\nexport { __iconNode, IconExclamationCircle as default };\n//# sourceMappingURL=IconExclamationCircle.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,wCAAwC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,WAAW,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,SAAS,CAAC;AACvL,MAAC,wBAAwB,qBAAqB,WAAW,sBAAsB,qBAAqB,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"IconExclamationCircle.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconExclamationCircle.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M12 9v4\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M12 16v.01\", \"key\": \"svg-2\" }]];\nconst IconExclamationCircle = createReactComponent(\"outline\", \"exclamation-circle\", \"ExclamationCircle\", __iconNode);\n\nexport { __iconNode, IconExclamationCircle as default };\n//# sourceMappingURL=IconExclamationCircle.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,wCAAwC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,WAAW,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,SAAS,CAAC;AACvL,MAAC,wBAAwB,qBAAqB,WAAW,sBAAsB,qBAAqB,UAAU;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import createReactComponent from "../createReactComponent.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const __iconNode = [["path", { "d": "M12 5l0 14", "key": "svg-0" }], ["path", { "d": "M5 12l14 0", "key": "svg-1" }]];
9
3
  const IconPlus = createReactComponent("outline", "plus", "Plus", __iconNode);
10
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"IconPlus.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconPlus.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M12 5l0 14\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M5 12l14 0\", \"key\": \"svg-1\" }]];\nconst IconPlus = createReactComponent(\"outline\", \"plus\", \"Plus\", __iconNode);\n\nexport { __iconNode, IconPlus as default };\n//# sourceMappingURL=IconPlus.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,SAAS,CAAC;AAC/G,MAAC,WAAW,qBAAqB,WAAW,QAAQ,QAAQ,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"IconPlus.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconPlus.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M12 5l0 14\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M5 12l14 0\", \"key\": \"svg-1\" }]];\nconst IconPlus = createReactComponent(\"outline\", \"plus\", \"Plus\", __iconNode);\n\nexport { __iconNode, IconPlus as default };\n//# sourceMappingURL=IconPlus.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,SAAS,CAAC;AAC/G,MAAC,WAAW,qBAAqB,WAAW,QAAQ,QAAQ,UAAU;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import createReactComponent from "../createReactComponent.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const __iconNode = [["path", { "d": "M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0", "key": "svg-0" }], ["path", { "d": "M21 21l-6 -6", "key": "svg-1" }]];
9
3
  const IconSearch = createReactComponent("outline", "search", "Search", __iconNode);
10
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"IconSearch.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconSearch.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M21 21l-6 -6\", \"key\": \"svg-1\" }]];\nconst IconSearch = createReactComponent(\"outline\", \"search\", \"Search\", __iconNode);\n\nexport { __iconNode, IconSearch as default };\n//# sourceMappingURL=IconSearch.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,wCAAwC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,gBAAgB,OAAO,SAAS,CAAC;AAC3I,MAAC,aAAa,qBAAqB,WAAW,UAAU,UAAU,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"IconSearch.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconSearch.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M3 10a7 7 0 1 0 14 0a7 7 0 1 0 -14 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M21 21l-6 -6\", \"key\": \"svg-1\" }]];\nconst IconSearch = createReactComponent(\"outline\", \"search\", \"Search\", __iconNode);\n\nexport { __iconNode, IconSearch as default };\n//# sourceMappingURL=IconSearch.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,wCAAwC,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,gBAAgB,OAAO,SAAS,CAAC;AAC3I,MAAC,aAAa,qBAAqB,WAAW,UAAU,UAAU,UAAU;","x_google_ignoreList":[0]}
@@ -1,10 +1,4 @@
1
1
  import createReactComponent from "../createReactComponent.js";
2
- /**
3
- * @license @tabler/icons-react v3.40.0 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
2
  const __iconNode = [["path", { "d": "M4 7l16 0", "key": "svg-0" }], ["path", { "d": "M10 11l0 6", "key": "svg-1" }], ["path", { "d": "M14 11l0 6", "key": "svg-2" }], ["path", { "d": "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12", "key": "svg-3" }], ["path", { "d": "M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3", "key": "svg-4" }]];
9
3
  const IconTrash = createReactComponent("outline", "trash", "Trash", __iconNode);
10
4
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"IconTrash.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconTrash.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M4 7l16 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M10 11l0 6\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M14 11l0 6\", \"key\": \"svg-2\" }], [\"path\", { \"d\": \"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12\", \"key\": \"svg-3\" }], [\"path\", { \"d\": \"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3\", \"key\": \"svg-4\" }]];\nconst IconTrash = createReactComponent(\"outline\", \"trash\", \"Trash\", __iconNode);\n\nexport { __iconNode, IconTrash as default };\n//# sourceMappingURL=IconTrash.mjs.map\n"],"names":[],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,aAAa,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,kDAAkD,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,4CAA4C,OAAO,SAAS,CAAC;AACnU,MAAC,YAAY,qBAAqB,WAAW,SAAS,SAAS,UAAU;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"IconTrash.js","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconTrash.mjs"],"sourcesContent":["/**\n * @license @tabler/icons-react v3.40.0 - MIT\n *\n * This source code is licensed under the MIT license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createReactComponent from '../createReactComponent.mjs';\n\nconst __iconNode = [[\"path\", { \"d\": \"M4 7l16 0\", \"key\": \"svg-0\" }], [\"path\", { \"d\": \"M10 11l0 6\", \"key\": \"svg-1\" }], [\"path\", { \"d\": \"M14 11l0 6\", \"key\": \"svg-2\" }], [\"path\", { \"d\": \"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12\", \"key\": \"svg-3\" }], [\"path\", { \"d\": \"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3\", \"key\": \"svg-4\" }]];\nconst IconTrash = createReactComponent(\"outline\", \"trash\", \"Trash\", __iconNode);\n\nexport { __iconNode, IconTrash as default };\n//# sourceMappingURL=IconTrash.mjs.map\n"],"names":[],"mappings":";AASK,MAAC,aAAa,CAAC,CAAC,QAAQ,EAAE,KAAK,aAAa,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,cAAc,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,kDAAkD,OAAO,QAAO,CAAE,GAAG,CAAC,QAAQ,EAAE,KAAK,4CAA4C,OAAO,SAAS,CAAC;AACnU,MAAC,YAAY,qBAAqB,WAAW,SAAS,SAAS,UAAU;","x_google_ignoreList":[0]}
@@ -1,13 +1,4 @@
1
1
  import { __exports as reactJsxRuntime_development } from "../../../_virtual/react-jsx-runtime.development.js";
2
- /**
3
- * @license React
4
- * react-jsx-runtime.development.js
5
- *
6
- * Copyright (c) Meta Platforms, Inc. and affiliates.
7
- *
8
- * This source code is licensed under the MIT license found in the
9
- * LICENSE file in the root directory of this source tree.
10
- */
11
2
  var hasRequiredReactJsxRuntime_development;
12
3
  function requireReactJsxRuntime_development() {
13
4
  if (hasRequiredReactJsxRuntime_development) return reactJsxRuntime_development;
@@ -222,7 +213,7 @@ function requireReactJsxRuntime_development() {
222
213
  function isValidElement(object) {
223
214
  return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
224
215
  }
225
- var React = window["React"], REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, hasOwnProperty = Object.prototype.hasOwnProperty, isArrayImpl = Array.isArray, createTask = console.createTask ? console.createTask : function() {
216
+ var React = window["React"], REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity"), REACT_CLIENT_REFERENCE = /* @__PURE__ */ Symbol.for("react.client.reference"), ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, hasOwnProperty = Object.prototype.hasOwnProperty, isArrayImpl = Array.isArray, createTask = console.createTask ? console.createTask : function() {
226
217
  return null;
227
218
  };
228
219
  React = {