@plumile/ui-devtools 0.1.191 → 0.1.193
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DevtoolsComponents.stories.d.ts","sourceRoot":"","sources":["../../src/DevtoolsComponents.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAuBvD,QAAA,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"DevtoolsComponents.stories.d.ts","sourceRoot":"","sources":["../../src/DevtoolsComponents.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAuBvD,QAAA,MAAM,IAAI;;;QAGN,MAAM;QACN,WAAW;YACT,OAAO;;QAET,IAAI;YACF,WAAW;gBACT,SAAS;;;;;;;CAcD,CAAC;eAEF,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAqDnC,eAAO,MAAM,aAAa,EAAE,KA8B3B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAsDhC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,KAkBrC,CAAC"}
|
|
@@ -5,8 +5,10 @@ export type DevtoolsJsonBlockProps = {
|
|
|
5
5
|
serializationFallback?: string;
|
|
6
6
|
className?: string;
|
|
7
7
|
};
|
|
8
|
+
declare const stringifyJsonValue: (value: unknown, serializationFallback?: string) => string;
|
|
8
9
|
export declare const __testDevtoolsJsonBlock: {
|
|
9
|
-
readonly stringifyJsonValue:
|
|
10
|
+
readonly stringifyJsonValue: typeof stringifyJsonValue;
|
|
10
11
|
};
|
|
11
12
|
export declare function DevtoolsJsonBlock(props: DevtoolsJsonBlockProps): JSX.Element;
|
|
13
|
+
export {};
|
|
12
14
|
//# sourceMappingURL=DevtoolsJsonBlock.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DevtoolsJsonBlock.d.ts","sourceRoot":"","sources":["../../../src/content/DevtoolsJsonBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAIjC,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,OAAO,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;
|
|
1
|
+
{"version":3,"file":"DevtoolsJsonBlock.d.ts","sourceRoot":"","sources":["../../../src/content/DevtoolsJsonBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAIjC,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,OAAO,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAKF,QAAA,MAAM,kBAAkB,UACf,OAAO,qCAEb,MAMF,CAAC;AAEF,eAAO,MAAM,uBAAuB;;CAE1B,CAAC;AAGX,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,GAAG,GAAG,CAAC,OAAO,CAiB5E"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumile/ui-devtools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.193",
|
|
4
4
|
"description": "Shared DevTools UI primitives for Kronex extensions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -122,16 +122,16 @@
|
|
|
122
122
|
"npm": ">=8.0.0"
|
|
123
123
|
},
|
|
124
124
|
"dependencies": {
|
|
125
|
-
"@vanilla-extract/css": "^1.21.
|
|
125
|
+
"@vanilla-extract/css": "^1.21.1",
|
|
126
126
|
"tslib": "^2.8.1"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
129
|
"@types/react": "19.2.17",
|
|
130
130
|
"@types/react-dom": "19.2.3",
|
|
131
|
+
"@typescript/native": "npm:typescript@7.0.2",
|
|
131
132
|
"react": "19.2.7",
|
|
132
133
|
"react-dom": "19.2.7",
|
|
133
|
-
"rimraf": "6.1.3"
|
|
134
|
-
"typescript": "6.0.3"
|
|
134
|
+
"rimraf": "6.1.3"
|
|
135
135
|
},
|
|
136
136
|
"peerDependencies": {
|
|
137
137
|
"react": "^19.2.7",
|