@flanksource/clicky-ui 0.3.8 → 0.3.10
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/NOTICE.md +4 -0
- package/dist/data/ObjectGraph.cjs +39 -4
- package/dist/data/ObjectGraph.cjs.map +1 -1
- package/dist/data/ObjectGraph.d.ts +9 -1
- package/dist/data/ObjectGraph.d.ts.map +1 -1
- package/dist/data/ObjectGraph.js +39 -4
- package/dist/data/ObjectGraph.js.map +1 -1
- package/dist/data/test-runner/TestFilterBar.cjs +14 -9
- package/dist/data/test-runner/TestFilterBar.cjs.map +1 -1
- package/dist/data/test-runner/TestFilterBar.d.ts.map +1 -1
- package/dist/data/test-runner/TestFilterBar.js +15 -10
- package/dist/data/test-runner/TestFilterBar.js.map +1 -1
- package/dist/data/test-runner/TestRunSummary.cjs +1 -11
- package/dist/data/test-runner/TestRunSummary.cjs.map +1 -1
- package/dist/data/test-runner/TestRunSummary.d.ts.map +1 -1
- package/dist/data/test-runner/TestRunSummary.js +2 -12
- package/dist/data/test-runner/TestRunSummary.js.map +1 -1
- package/dist/data/test-runner/TestRunner.cjs +3 -12
- package/dist/data/test-runner/TestRunner.cjs.map +1 -1
- package/dist/data/test-runner/TestRunner.d.ts +8 -1
- package/dist/data/test-runner/TestRunner.d.ts.map +1 -1
- package/dist/data/test-runner/TestRunner.js +4 -13
- package/dist/data/test-runner/TestRunner.js.map +1 -1
- package/dist/data/test-runner/filterState.cjs +8 -0
- package/dist/data/test-runner/filterState.cjs.map +1 -1
- package/dist/data/test-runner/filterState.d.ts +2 -0
- package/dist/data/test-runner/filterState.d.ts.map +1 -1
- package/dist/data/test-runner/filterState.js +9 -1
- package/dist/data/test-runner/filterState.js.map +1 -1
- package/dist/data/test-runner/index.d.ts +2 -2
- package/dist/data/test-runner/index.d.ts.map +1 -1
- package/dist/data/test-runner/status.cjs +16 -0
- package/dist/data/test-runner/status.cjs.map +1 -1
- package/dist/data/test-runner/status.d.ts +9 -0
- package/dist/data/test-runner/status.d.ts.map +1 -1
- package/dist/data/test-runner/status.js +16 -0
- package/dist/data/test-runner/status.js.map +1 -1
- package/dist/data/version-info.cjs +3 -3
- package/dist/data/version-info.js +3 -3
- package/dist/data.cjs +27 -15
- package/dist/data.cjs.map +1 -1
- package/dist/data.js +14 -2
- package/dist/data.js.map +1 -1
- package/dist/icons/components/UiDebugContinue.cjs +10 -0
- package/dist/icons/components/UiDebugContinue.cjs.map +1 -0
- package/dist/icons/components/UiDebugContinue.d.ts +9 -0
- package/dist/icons/components/UiDebugContinue.d.ts.map +1 -0
- package/dist/icons/components/UiDebugContinue.js +10 -0
- package/dist/icons/components/UiDebugContinue.js.map +1 -0
- package/dist/icons/components/UiDebugStepInto.cjs +10 -0
- package/dist/icons/components/UiDebugStepInto.cjs.map +1 -0
- package/dist/icons/components/UiDebugStepInto.d.ts +9 -0
- package/dist/icons/components/UiDebugStepInto.d.ts.map +1 -0
- package/dist/icons/components/UiDebugStepInto.js +10 -0
- package/dist/icons/components/UiDebugStepInto.js.map +1 -0
- package/dist/icons/components/UiDebugStepOut.cjs +10 -0
- package/dist/icons/components/UiDebugStepOut.cjs.map +1 -0
- package/dist/icons/components/UiDebugStepOut.d.ts +9 -0
- package/dist/icons/components/UiDebugStepOut.d.ts.map +1 -0
- package/dist/icons/components/UiDebugStepOut.js +10 -0
- package/dist/icons/components/UiDebugStepOut.js.map +1 -0
- package/dist/icons/components/UiDebugStop.cjs +10 -0
- package/dist/icons/components/UiDebugStop.cjs.map +1 -0
- package/dist/icons/components/UiDebugStop.d.ts +9 -0
- package/dist/icons/components/UiDebugStop.d.ts.map +1 -0
- package/dist/icons/components/UiDebugStop.js +10 -0
- package/dist/icons/components/UiDebugStop.js.map +1 -0
- package/dist/icons/index.d.ts +4 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons.cjs +8 -0
- package/dist/icons.cjs.map +1 -1
- package/dist/icons.js +8 -0
- package/dist/icons.js.map +1 -1
- package/dist/index.cjs +27 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/icons.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"icons.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.cjs
CHANGED
|
@@ -185,6 +185,7 @@ const CacheDetailPanel = require("./data/cache-browser/CacheDetailPanel.cjs");
|
|
|
185
185
|
const CacheTree = require("./data/cache-browser/CacheTree.cjs");
|
|
186
186
|
const CacheStatsOverview = require("./data/cache-browser/CacheStatsOverview.cjs");
|
|
187
187
|
const CacheValue = require("./data/cache-browser/CacheValue.cjs");
|
|
188
|
+
const status = require("./data/test-runner/status.cjs");
|
|
188
189
|
const TestFailureDetail = require("./data/test-runner/TestFailureDetail.cjs");
|
|
189
190
|
const TestDetailPanel = require("./data/test-runner/TestDetailPanel.cjs");
|
|
190
191
|
const TestFilterBar = require("./data/test-runner/TestFilterBar.cjs");
|
|
@@ -251,8 +252,12 @@ const UiCopy = require("./icons/components/UiCopy.cjs");
|
|
|
251
252
|
const UiDatabase = require("./icons/components/UiDatabase.cjs");
|
|
252
253
|
const UiDatabaseZap = require("./icons/components/UiDatabaseZap.cjs");
|
|
253
254
|
const UiDebug = require("./icons/components/UiDebug.cjs");
|
|
255
|
+
const UiDebugContinue = require("./icons/components/UiDebugContinue.cjs");
|
|
254
256
|
const UiDebugSmall = require("./icons/components/UiDebugSmall.cjs");
|
|
257
|
+
const UiDebugStepInto = require("./icons/components/UiDebugStepInto.cjs");
|
|
258
|
+
const UiDebugStepOut = require("./icons/components/UiDebugStepOut.cjs");
|
|
255
259
|
const UiDebugStepOver = require("./icons/components/UiDebugStepOver.cjs");
|
|
260
|
+
const UiDebugStop = require("./icons/components/UiDebugStop.cjs");
|
|
256
261
|
const UiDecorator = require("./icons/components/UiDecorator.cjs");
|
|
257
262
|
const UiDesktop = require("./icons/components/UiDesktop.cjs");
|
|
258
263
|
const UiDiff = require("./icons/components/UiDiff.cjs");
|
|
@@ -456,7 +461,6 @@ const UiZoomOut = require("./icons/components/UiZoomOut.cjs");
|
|
|
456
461
|
const routePath = require("./data/test-runner/routePath.cjs");
|
|
457
462
|
const api = require("./data/cache-browser/api.cjs");
|
|
458
463
|
const changeIconAliases = require("./icons/changeIconAliases.cjs");
|
|
459
|
-
const status = require("./data/test-runner/status.cjs");
|
|
460
464
|
const filterState = require("./data/test-runner/filterState.cjs");
|
|
461
465
|
const frameworkIcon = require("./data/test-runner/frameworkIcon.cjs");
|
|
462
466
|
const types = require("./data/cache-browser/types.cjs");
|
|
@@ -770,6 +774,22 @@ exports.CacheNodeRow = CacheTree.CacheNodeRow;
|
|
|
770
774
|
exports.CacheTree = CacheTree.CacheTree;
|
|
771
775
|
exports.CacheStatsOverview = CacheStatsOverview.CacheStatsOverview;
|
|
772
776
|
exports.CacheValue = CacheValue.CacheValue;
|
|
777
|
+
exports.STATUS_LABELS = status.STATUS_LABELS;
|
|
778
|
+
exports.aggregateStatusCounts = status.aggregateStatusCounts;
|
|
779
|
+
exports.collapseSingleChildChains = status.collapseSingleChildChains;
|
|
780
|
+
exports.collectFrameworks = status.collectFrameworks;
|
|
781
|
+
exports.filterTests = status.filterTests;
|
|
782
|
+
exports.formatCount = status.formatCount;
|
|
783
|
+
exports.formatTestDuration = status.formatTestDuration;
|
|
784
|
+
exports.hasFailed = status.hasFailed;
|
|
785
|
+
exports.hasPending = status.hasPending;
|
|
786
|
+
exports.humanizeName = status.humanizeName;
|
|
787
|
+
exports.statusIconFor = status.statusIconFor;
|
|
788
|
+
exports.statusToneFor = status.statusToneFor;
|
|
789
|
+
exports.sum = status.sum;
|
|
790
|
+
exports.sumNonTaskTests = status.sumNonTaskTests;
|
|
791
|
+
exports.testStatus = status.testStatus;
|
|
792
|
+
exports.totalDuration = status.totalDuration;
|
|
773
793
|
exports.TestAttempts = TestFailureDetail.TestAttempts;
|
|
774
794
|
exports.TestFailureDetail = TestFailureDetail.TestFailureDetail;
|
|
775
795
|
exports.TestOutput = TestFailureDetail.TestOutput;
|
|
@@ -906,8 +926,12 @@ exports.UiDatabaseWarningFilled = UiDatabase.UiDatabaseWarningFilled;
|
|
|
906
926
|
exports.UiDatabaseZap = UiDatabaseZap.UiDatabaseZap;
|
|
907
927
|
exports.UiDebug = UiDebug.UiDebug;
|
|
908
928
|
exports.UiDebugFilled = UiDebug.UiDebugFilled;
|
|
929
|
+
exports.UiDebugContinue = UiDebugContinue.UiDebugContinue;
|
|
909
930
|
exports.UiDebugSmall = UiDebugSmall.UiDebugSmall;
|
|
931
|
+
exports.UiDebugStepInto = UiDebugStepInto.UiDebugStepInto;
|
|
932
|
+
exports.UiDebugStepOut = UiDebugStepOut.UiDebugStepOut;
|
|
910
933
|
exports.UiDebugStepOver = UiDebugStepOver.UiDebugStepOver;
|
|
934
|
+
exports.UiDebugStop = UiDebugStop.UiDebugStop;
|
|
911
935
|
exports.UiDecorator = UiDecorator.UiDecorator;
|
|
912
936
|
exports.UiDesktop = UiDesktop.UiDesktop;
|
|
913
937
|
exports.UiDesktopFilled = UiDesktop.UiDesktopFilled;
|
|
@@ -1279,25 +1303,13 @@ exports.cacheQueryKeys = api.cacheQueryKeys;
|
|
|
1279
1303
|
exports.createCacheClient = api.createCacheClient;
|
|
1280
1304
|
exports.changeIconAliases = changeIconAliases.changeIconAliases;
|
|
1281
1305
|
exports.getChangeIcon = changeIconAliases.getChangeIcon;
|
|
1282
|
-
exports.collapseSingleChildChains = status.collapseSingleChildChains;
|
|
1283
|
-
exports.collectFrameworks = status.collectFrameworks;
|
|
1284
|
-
exports.filterTests = status.filterTests;
|
|
1285
|
-
exports.formatCount = status.formatCount;
|
|
1286
|
-
exports.formatTestDuration = status.formatTestDuration;
|
|
1287
|
-
exports.hasFailed = status.hasFailed;
|
|
1288
|
-
exports.hasPending = status.hasPending;
|
|
1289
|
-
exports.humanizeName = status.humanizeName;
|
|
1290
|
-
exports.statusIconFor = status.statusIconFor;
|
|
1291
|
-
exports.statusToneFor = status.statusToneFor;
|
|
1292
|
-
exports.sum = status.sum;
|
|
1293
|
-
exports.sumNonTaskTests = status.sumNonTaskTests;
|
|
1294
|
-
exports.testStatus = status.testStatus;
|
|
1295
|
-
exports.totalDuration = status.totalDuration;
|
|
1296
1306
|
exports.cycleFilterState = filterState.cycleFilterState;
|
|
1297
1307
|
exports.decodeFilterState = filterState.decodeFilterState;
|
|
1298
1308
|
exports.emptyTestFilters = filterState.emptyTestFilters;
|
|
1299
1309
|
exports.encodeFilterState = filterState.encodeFilterState;
|
|
1310
|
+
exports.filterStateToRecord = filterState.filterStateToRecord;
|
|
1300
1311
|
exports.matchesFilterState = filterState.matchesFilterState;
|
|
1312
|
+
exports.recordToFilterState = filterState.recordToFilterState;
|
|
1301
1313
|
exports.frameworkIcon = frameworkIcon.frameworkIcon;
|
|
1302
1314
|
exports.isLeaf = types.isLeaf;
|
|
1303
1315
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.js
CHANGED
|
@@ -183,6 +183,7 @@ import { CacheDetailPanel } from "./data/cache-browser/CacheDetailPanel.js";
|
|
|
183
183
|
import { CacheNodeRow, CacheTree } from "./data/cache-browser/CacheTree.js";
|
|
184
184
|
import { CacheStatsOverview } from "./data/cache-browser/CacheStatsOverview.js";
|
|
185
185
|
import { CacheValue } from "./data/cache-browser/CacheValue.js";
|
|
186
|
+
import { STATUS_LABELS, aggregateStatusCounts, collapseSingleChildChains, collectFrameworks, filterTests, formatCount, formatTestDuration, hasFailed, hasPending, humanizeName, statusIconFor, statusToneFor, sum, sumNonTaskTests, testStatus, totalDuration } from "./data/test-runner/status.js";
|
|
186
187
|
import { TestAttempts, TestFailureDetail, TestOutput } from "./data/test-runner/TestFailureDetail.js";
|
|
187
188
|
import { TestDetailPanel } from "./data/test-runner/TestDetailPanel.js";
|
|
188
189
|
import { TestFilterBar } from "./data/test-runner/TestFilterBar.js";
|
|
@@ -249,8 +250,12 @@ import { UiCopy, UiCopyFilled } from "./icons/components/UiCopy.js";
|
|
|
249
250
|
import { UiDatabase, UiDatabaseCheck, UiDatabaseCheckFilled, UiDatabaseCross, UiDatabaseCrossFilled, UiDatabaseDown, UiDatabaseDownFilled, UiDatabaseError, UiDatabaseErrorFilled, UiDatabaseFilled, UiDatabaseInfo, UiDatabaseInfoFilled, UiDatabaseMinus, UiDatabaseMinusFilled, UiDatabasePending, UiDatabasePendingFilled, UiDatabasePlus, UiDatabasePlusFilled, UiDatabaseTrash, UiDatabaseTrashFilled, UiDatabaseUp, UiDatabaseUpFilled, UiDatabaseWarning, UiDatabaseWarningFilled } from "./icons/components/UiDatabase.js";
|
|
250
251
|
import { UiDatabaseZap } from "./icons/components/UiDatabaseZap.js";
|
|
251
252
|
import { UiDebug, UiDebugFilled } from "./icons/components/UiDebug.js";
|
|
253
|
+
import { UiDebugContinue } from "./icons/components/UiDebugContinue.js";
|
|
252
254
|
import { UiDebugSmall } from "./icons/components/UiDebugSmall.js";
|
|
255
|
+
import { UiDebugStepInto } from "./icons/components/UiDebugStepInto.js";
|
|
256
|
+
import { UiDebugStepOut } from "./icons/components/UiDebugStepOut.js";
|
|
253
257
|
import { UiDebugStepOver } from "./icons/components/UiDebugStepOver.js";
|
|
258
|
+
import { UiDebugStop } from "./icons/components/UiDebugStop.js";
|
|
254
259
|
import { UiDecorator } from "./icons/components/UiDecorator.js";
|
|
255
260
|
import { UiDesktop, UiDesktopFilled } from "./icons/components/UiDesktop.js";
|
|
256
261
|
import { UiDiff } from "./icons/components/UiDiff.js";
|
|
@@ -454,8 +459,7 @@ import { UiZoomOut, UiZoomOutFilled } from "./icons/components/UiZoomOut.js";
|
|
|
454
459
|
import { annotateRoutePaths, findNodeByRoutePath, slugify } from "./data/test-runner/routePath.js";
|
|
455
460
|
import { cacheQueryKeys, createCacheClient } from "./data/cache-browser/api.js";
|
|
456
461
|
import { changeIconAliases, getChangeIcon } from "./icons/changeIconAliases.js";
|
|
457
|
-
import {
|
|
458
|
-
import { cycleFilterState, decodeFilterState, emptyTestFilters, encodeFilterState, matchesFilterState } from "./data/test-runner/filterState.js";
|
|
462
|
+
import { cycleFilterState, decodeFilterState, emptyTestFilters, encodeFilterState, filterStateToRecord, matchesFilterState, recordToFilterState } from "./data/test-runner/filterState.js";
|
|
459
463
|
import { frameworkIcon } from "./data/test-runner/frameworkIcon.js";
|
|
460
464
|
import { isLeaf } from "./data/cache-browser/types.js";
|
|
461
465
|
export {
|
|
@@ -575,6 +579,7 @@ export {
|
|
|
575
579
|
RangeSlider,
|
|
576
580
|
RouterProvider,
|
|
577
581
|
SIZE_TOKENS,
|
|
582
|
+
STATUS_LABELS,
|
|
578
583
|
STATUS_TOKEN_GROUPS,
|
|
579
584
|
SchemaActionForm,
|
|
580
585
|
SchemaFieldMetaPanel,
|
|
@@ -747,9 +752,13 @@ export {
|
|
|
747
752
|
UiDatabaseWarningFilled,
|
|
748
753
|
UiDatabaseZap,
|
|
749
754
|
UiDebug,
|
|
755
|
+
UiDebugContinue,
|
|
750
756
|
UiDebugFilled,
|
|
751
757
|
UiDebugSmall,
|
|
758
|
+
UiDebugStepInto,
|
|
759
|
+
UiDebugStepOut,
|
|
752
760
|
UiDebugStepOver,
|
|
761
|
+
UiDebugStop,
|
|
753
762
|
UiDecorator,
|
|
754
763
|
UiDesktop,
|
|
755
764
|
UiDesktopFilled,
|
|
@@ -1118,6 +1127,7 @@ export {
|
|
|
1118
1127
|
Version,
|
|
1119
1128
|
WorkloadCard,
|
|
1120
1129
|
WorkloadPicker,
|
|
1130
|
+
aggregateStatusCounts,
|
|
1121
1131
|
allGroupsTerminal,
|
|
1122
1132
|
annotateRoutePaths,
|
|
1123
1133
|
answerPrompt,
|
|
@@ -1166,6 +1176,7 @@ export {
|
|
|
1166
1176
|
encodeFilterState,
|
|
1167
1177
|
exactAnchorResolver,
|
|
1168
1178
|
filterOperationsByDomain,
|
|
1179
|
+
filterStateToRecord,
|
|
1169
1180
|
filterTests,
|
|
1170
1181
|
findDetailEndpoint,
|
|
1171
1182
|
findListEndpoint,
|
|
@@ -1237,6 +1248,7 @@ export {
|
|
|
1237
1248
|
processStateColor,
|
|
1238
1249
|
processStateIcon,
|
|
1239
1250
|
readPreferences,
|
|
1251
|
+
recordToFilterState,
|
|
1240
1252
|
rehydrateRefs,
|
|
1241
1253
|
resolveBreakdown,
|
|
1242
1254
|
resolveControl,
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flanksource/clicky-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
4
4
|
"description": "Flanksource Clicky UI — React component library built on shadcn/ui with light/dark and density theming.",
|
|
5
5
|
"homepage": "https://github.com/flanksource/clicky-ui#readme",
|
|
6
6
|
"bugs": "https://github.com/flanksource/clicky-ui/issues",
|